:root {
  --black: #111111;
  --charcoal: #1e1e1e;
  --yellow: #ffd400;
  --yellow-hover: #eabd00;
  --white: #ffffff;
  --silver: #e8e9e9;
  --line: #c9cbcc;
  --muted: #62676a;
  --success: #17a957;
  --max: 1200px;
  --pad: clamp(1rem, 4vw, 2.5rem);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--black); background: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.menu-open, body.cart-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.shell { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--pad); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--yellow); color: var(--black); }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
[hidden] { display: none !important; }

.site-header { position: sticky; top: 0; z-index: 50; color: white; background: var(--black); border-bottom: 1px solid #383838; }
.nav-wrap { min-height: 74px; display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2rem); }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; gap: .65rem; color: white; text-decoration: none; font-weight: 900; letter-spacing: .16em; }
.brand-mark { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 38px; color: var(--black); background: var(--yellow); letter-spacing: -.08em; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(.65rem, 1.2vw, 1.15rem); }
.primary-nav a { min-height: 44px; display: flex; align-items: center; color: #d3d3d3; text-decoration: none; font-size: .8rem; font-weight: 700; }
.primary-nav a:hover, .primary-nav a.is-current { color: var(--yellow); }
.nav-dropdown { position: relative; }
.dropdown-toggle { min-height: 44px; display: inline-flex; align-items: center; gap: .45rem; padding: 0; border: 0; color: #d3d3d3; background: transparent; font-size: .8rem; font-weight: 700; cursor: pointer; }
.dropdown-toggle:hover, .dropdown-toggle.is-current, .nav-dropdown.is-open .dropdown-toggle { color: var(--yellow); }
.dropdown-toggle span { font-size: .65rem; transition: transform .18s ease; }
.nav-dropdown.is-open .dropdown-toggle span { transform: rotate(180deg); }
.dropdown-menu { position: absolute; top: calc(100% + 15px); left: 50%; width: min(780px, 86vw); display: none; grid-template-columns: repeat(3, minmax(190px, 1fr)); gap: 0; padding: .8rem; transform: translateX(-50%); color: white; background: #1b1b1b; border: 1px solid #414141; box-shadow: 0 18px 45px rgba(0,0,0,.35); }
.package-menu { width: min(860px, 90vw); }
.nav-dropdown:last-of-type .package-menu { left: auto; right: 0; transform: none; }
.nav-dropdown.is-open .dropdown-menu { display: grid; }
.dropdown-menu p { grid-column: 1 / -1; margin: 0; padding: .65rem .75rem; color: var(--yellow); font-size: .65rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.primary-nav .dropdown-menu a { min-height: 42px; padding: .55rem .75rem; border-bottom: 1px solid #303030; font-size: .75rem; }
.primary-nav .dropdown-menu a:hover { color: var(--black); background: var(--yellow); }
.header-whatsapp { min-height: 48px; display: flex; flex-direction: column; justify-content: center; padding: .5rem .85rem; color: var(--black); background: var(--yellow); text-decoration: none; line-height: 1.08; }
.header-whatsapp span { font-size: .62rem; font-weight: 800; }
.header-whatsapp strong { margin-top: .18rem; font-size: .92rem; }
.header-cart { min-height: 48px; display: inline-flex; align-items: center; gap: .5rem; padding: .55rem .75rem; border: 1px solid #555; color: white; background: transparent; font-size: .78rem; font-weight: 900; cursor: pointer; }
.header-cart:hover { color: var(--black); background: var(--yellow); border-color: var(--yellow); }
.header-cart span { min-width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: var(--black); background: var(--yellow); font-size: .72rem; }
.header-cart:hover span { background: var(--black); color: var(--yellow); }
.menu-toggle { display: none; }

.shop-hero { overflow: hidden; padding: clamp(3.25rem, 6vw, 5.5rem) 0 clamp(2rem, 5vw, 4rem); color: white; background: var(--black); }
.eyebrow { margin: 0 0 1.2rem; color: var(--yellow); font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.eyebrow.dark { color: #6d7274; }
.hero-line { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: end; }
.hero-line h1 { margin: 0 0 1.1rem; font-size: clamp(3.5rem, 8vw, 7.5rem); line-height: .82; letter-spacing: -.075em; }
.hero-line h1 em { color: var(--yellow); font-style: normal; }
.hero-line > div > p { max-width: 660px; margin: 0; color: #d0d0d0; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero-phone { min-width: 230px; padding: 1.2rem; display: flex; flex-direction: column; border-top: 5px solid var(--yellow); color: white; background: #292929; text-decoration: none; }
.hero-phone small { color: #9d9d9d; font-size: .63rem; letter-spacing: .13em; }
.hero-phone strong { margin: .3rem 0 1.2rem; color: var(--yellow); font-size: 1.5rem; }
.hero-phone span { font-size: .76rem; font-weight: 800; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: clamp(2.5rem, 5vw, 4.5rem); }
.choice-card { min-height: 350px; padding: clamp(1.4rem, 3vw, 2.2rem); display: grid; grid-template-rows: auto 1fr auto; }
.choice-ready { color: var(--black); background: var(--yellow); }
.choice-custom { color: white; background: #282828; border: 1px solid #4d4d4d; }
.choice-number { justify-self: end; font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.choice-card div > p:first-child { margin: 0 0 .75rem; font-size: .66rem; font-weight: 900; letter-spacing: .14em; }
.choice-card h2 { margin: 0 0 .75rem; font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: .88; letter-spacing: -.06em; }
.choice-card div > p:last-child { max-width: 430px; margin: 0; font-size: 1rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: space-between; gap: 1.25rem; padding: .8rem 1rem; border: 2px solid transparent; text-decoration: none; font-size: .82rem; font-weight: 900; cursor: pointer; }
.button-dark { color: white; background: var(--black); }
.button-dark:hover { color: var(--yellow); }
.button-yellow { color: var(--black); background: var(--yellow); }
.button-yellow:hover { background: var(--yellow-hover); }
.choice-card .button { width: 100%; }

.section { padding-block: clamp(3.5rem, 7vw, 6.5rem); }
.popular-section { background: var(--silver); }
.section-title { margin-bottom: 2rem; display: flex; justify-content: space-between; gap: 2rem; align-items: end; }
.section-title h2, .page-head h1, .simple-copy h2 { margin: 0; font-size: clamp(2.25rem, 5vw, 4.7rem); line-height: .95; letter-spacing: -.055em; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 2px solid var(--black); text-decoration: none; font-size: .8rem; font-weight: 900; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.product-card { min-width: 0; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); }
.product-photo { aspect-ratio: 4 / 3; position: relative; overflow: hidden; display: grid; place-items: center; background: #d7d9da; border-bottom: 1px solid var(--line); }
.product-photo img { width: 100%; height: 100%; object-fit: contain; }
.photo-placeholder { width: 68%; aspect-ratio: 2 / 1; display: grid; place-items: center; color: #6d7274; background: #c4c7c8; border: 1px solid #a7abad; font-size: .62rem; font-weight: 900; letter-spacing: .1em; }
.photo-placeholder::after { content: attr(data-file); position: absolute; bottom: .6rem; left: .6rem; right: .6rem; color: #777b7d; font-size: .57rem; font-weight: 400; letter-spacing: 0; text-align: center; }
.product-photo:not(.is-placeholder) .photo-placeholder { display: none; }
.product-body { flex: 1; padding: 1rem; display: flex; flex-direction: column; }
.product-category { margin: 0 0 .35rem; color: #7a7f81; font-size: .65rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.product-card h3 { margin: 0 0 .9rem; font-size: 1.2rem; line-height: 1.1; }
.product-details { margin: 0 0 1rem; }
.product-details div { display: grid; grid-template-columns: 58px 1fr; gap: .5rem; padding: .32rem 0; font-size: .72rem; border-top: 1px solid #e2e2e2; }
.product-details dt { color: #818587; }
.product-details dd { margin: 0; text-align: right; }
.product-bottom { margin-top: auto; }
.product-price { display: block; margin-bottom: .7rem; font-size: 1.25rem; }
.order-button { width: 100%; }
.card-actions { display: grid; grid-template-columns: 1fr; gap: .45rem; }
.add-cart-button { width: 100%; }
.wide-mobile { display: none; }
.custom-strip { padding-block: clamp(2.5rem, 5vw, 4rem); color: white; background: var(--charcoal); border-top: 8px solid var(--yellow); }
.custom-strip .shell { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; }
.custom-strip h2 { margin: 0 0 .4rem; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.045em; }
.custom-strip p { margin: 0; color: #c6c6c6; }

/* Catalogue and simple interior pages */
.page-head { padding: clamp(3rem, 6vw, 5rem) 0; color: white; background: var(--black); border-bottom: 8px solid var(--yellow); }
.breadcrumbs { margin: 0 0 1.5rem; display: flex; gap: .6rem; color: #8d8d8d; font-size: .75rem; }
.breadcrumbs a { color: white; text-decoration: none; }
.page-head-grid { display: grid; grid-template-columns: 1fr minmax(260px, .55fr); gap: 3rem; align-items: end; }
.page-head h1 em { color: var(--yellow); font-style: normal; }
.page-head p { max-width: 580px; margin: 1rem 0 0; color: #c9c9c9; font-size: 1.08rem; }
.head-note { padding: 1.2rem; border-left: 4px solid var(--yellow); background: #262626; }
.head-note strong, .head-note span { display: block; }
.head-note strong { color: var(--yellow); font-size: 1.2rem; }
.head-note span { margin-top: .25rem; color: #b9b9b9; font-size: .78rem; }
.catalogue-section { background: var(--silver); }
.catalogue-tools { position: sticky; top: 74px; z-index: 20; margin: 0 0 1.5rem; padding: 1rem; background: var(--white); border: 1px solid var(--line); box-shadow: 0 8px 22px rgba(0,0,0,.06); }
.search-wrap label { display: block; margin-bottom: .35rem; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.search-wrap input { min-height: 52px; width: 100%; padding: .75rem 1rem; border: 2px solid var(--black); border-radius: 0; background: white; }
.filter-row { display: flex; gap: .5rem; margin-top: .8rem; overflow-x: auto; padding-bottom: .2rem; scrollbar-width: thin; }
.filter-row button { flex: 0 0 auto; min-height: 44px; padding: .55rem .85rem; border: 1px solid #aeb0b1; background: white; color: var(--black); cursor: pointer; font-size: .74rem; font-weight: 800; }
.filter-row button:hover, .filter-row button.is-active { border-color: var(--black); color: var(--black); background: var(--yellow); }
.results-line { margin: 0 0 1rem; color: var(--muted); font-size: .78rem; font-weight: 700; }
.catalogue-grid { grid-template-columns: repeat(3, 1fr); }
.price-note { margin: 1.5rem 0 0; padding: 1rem; color: #45494b; background: #f7e991; font-size: .82rem; }
.pricing-section { color: white; background: var(--black); }
.pricing-section .section-title { align-items: end; }
.pricing-section .section-title > p { max-width: 28rem; margin: 0; color: #c8c8c8; text-align: right; }
.price-size-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.price-size-card { padding: 1.15rem; color: var(--black); background: white; border-top: 5px solid var(--yellow); }
.price-size-card small { color: #686d6f; font-size: .65rem; font-weight: 900; letter-spacing: .1em; }
.price-size-card h3 { margin: .5rem 0 .9rem; font-size: 1.05rem; }
.price-size-card strong { font-size: 1.7rem; }
.example-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; margin-top: 1.25rem; }
.example-price-grid p { margin: 0; padding: .85rem 1rem; display: flex; justify-content: space-between; gap: 1rem; border: 1px solid #454545; }
.example-price-grid span { color: #d0d0d0; }
.example-price-grid strong { color: var(--yellow); white-space: nowrap; }
.pricing-note { margin: 1.1rem 0 0; color: #aaa; font-size: .78rem; }
.category-links { padding: 1.2rem 0; background: var(--yellow); }
.category-links .shell { display: flex; flex-wrap: wrap; gap: .65rem; }
.category-links a { min-height: 44px; display: inline-flex; align-items: center; padding: .5rem .8rem; color: white; background: var(--black); text-decoration: none; font-size: .76rem; font-weight: 800; }
.category-links a:hover { color: var(--black); background: white; }
.category-section { background: var(--silver); }
.category-section .product-grid { grid-template-columns: repeat(3, 1fr); }
.category-note { margin: 0 0 1.5rem; padding: 1rem 1.1rem; border-left: 5px solid var(--yellow); background: white; color: var(--muted); }
.category-note strong { color: var(--black); }
.category-mount { width: min(100%, 520px); margin: 0 0 1.5rem; }

/* Business packages */
.package-head h1 { max-width: 900px; font-size: clamp(2.7rem, 5.6vw, 5.5rem); }
.package-section { background: var(--silver); }
.package-overview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.package-tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: start; }
.package-card { min-width: 0; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); }
.package-photo { position: relative; aspect-ratio: 16 / 9; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid var(--line); background: #d7d9da; }
.package-photo .photo-placeholder { width: 72%; }
.package-photo img { width: 100%; height: 100%; object-fit: contain; }
.package-photo:not(.is-placeholder) .photo-placeholder { display: none; }
.package-body { flex: 1; display: flex; flex-direction: column; padding: 1.1rem; }
.package-body h3 { margin: 0 0 .65rem; font-size: 1.45rem; line-height: 1.05; }
.package-description { margin: 0 0 .85rem; color: var(--muted); font-size: .88rem; }
.package-examples { margin: 0 0 1rem; color: #373a3b; font-size: .76rem; }
.package-body h4 { margin: .2rem 0 .5rem; font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; }
.package-signs { margin: 0 0 1rem; padding: 0; list-style: none; border-top: 1px solid #dedede; }
.package-signs li { padding: .38rem 0; border-bottom: 1px solid #e6e6e6; font-size: .78rem; }
.package-signs .more-signs { color: var(--muted); font-weight: 800; }
.package-price { margin-top: auto; padding-top: .5rem; font-size: 1.05rem; }
.package-actions { display: grid; grid-template-columns: 1fr; gap: .5rem; margin-top: .8rem; }
.package-actions .button { width: 100%; }

.simple-section { padding-block: clamp(3.5rem, 7vw, 6rem); }
.two-column { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.simple-copy > p { color: var(--muted); font-size: 1.05rem; }
.simple-list { margin: 2rem 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.simple-list li { padding: .8rem 0; border-bottom: 1px solid var(--line); }
.form-card { padding: clamp(1.25rem, 4vw, 2.5rem); color: white; background: var(--charcoal); border-top: 8px solid var(--yellow); }
.form-card h2 { margin: 0 0 1.5rem; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }
.form-grid label, .contact-form label { display: grid; gap: .35rem; margin-bottom: 1rem; color: #e4e4e4; font-size: .78rem; font-weight: 800; }
.form-grid input, .form-grid select, .form-grid textarea, .contact-form input, .contact-form textarea { min-height: 50px; width: 100%; padding: .75rem .85rem; border: 1px solid #686868; border-radius: 0; color: white; background: #303030; }
.form-grid textarea, .contact-form textarea { min-height: 110px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus, .contact-form input:focus, .contact-form textarea:focus { border-color: var(--yellow); outline: 2px solid var(--yellow); outline-offset: 1px; }
.field-full { grid-column: 1 / -1; }
.upload-note { padding: 1rem; color: var(--black); background: var(--yellow); font-size: .82rem; font-weight: 800; }
.form-card .button { width: 100%; }
.form-status { min-height: 1.25rem; margin: .6rem 0 0; color: var(--yellow); font-size: .8rem; }
.material-card { margin-top: 2rem; padding: 1.4rem; color: white; background: var(--black); }
.material-card .eyebrow { margin-bottom: .6rem; }
.material-card h3 { margin: 0 0 .5rem; font-size: 1.7rem; }
.material-card .material-price { margin: 1.2rem 0; color: var(--yellow); font-size: 2rem; font-weight: 900; }
.mount-figure { margin: 1.5rem 0 0; padding: 1rem; background: #2b2b2b; }
.mount-plate { position: relative; aspect-ratio: 2 / 1; display: grid; place-items: center; color: #555; background: #c8cbcc; border: 1px solid #8d9294; font-size: .65rem; letter-spacing: .08em; }
.mount-dot { position: absolute; width: 14px; height: 14px; border-radius: 50%; border: 3px solid white; background: var(--yellow); box-shadow: 0 0 0 1px #555; }
.mount-dot.left { left: 9px; top: 50%; transform: translateY(-50%); }
.mount-dot.right { right: 9px; top: 50%; transform: translateY(-50%); }
.mount-figure figcaption { margin-top: .75rem; color: #adadad; font-size: .72rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.gallery-item { overflow: hidden; border: 1px solid var(--line); background: white; }
.gallery-photo { position: relative; background: #d7d9da; }
.gallery-item img { width: 100%; height: auto; display: block; object-fit: contain; }
.product-photo::after, .package-photo::after, .gallery-photo::after { content: "H&S SIGNS"; position: absolute; right: .7rem; bottom: .7rem; z-index: 2; padding: .35rem .5rem; color: rgba(255,255,255,.92); background: rgba(0,0,0,.58); border: 1px solid rgba(255,255,255,.35); font-size: clamp(.58rem, 1vw, .72rem); font-weight: 900; letter-spacing: .12em; line-height: 1; pointer-events: none; }
.gallery-placeholder { aspect-ratio: 4 / 3; display: grid; place-items: center; padding: 1rem; color: #777b7d; background: #d8dadb; text-align: center; }
.gallery-placeholder span { width: 70%; aspect-ratio: 2 / 1; display: grid; place-items: center; border: 1px solid #a5a9aa; background: #c5c8c9; font-size: .65rem; font-weight: 900; }
.gallery-item figcaption { padding: .9rem 1rem; display: flex; justify-content: space-between; gap: 1rem; font-size: .8rem; font-weight: 800; }
.gallery-item figcaption small { color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.contact-card { padding: 1.4rem; border: 1px solid var(--line); background: var(--silver); }
.contact-card small { color: #727779; font-size: .65rem; font-weight: 900; letter-spacing: .1em; }
.contact-card h2 { margin: .6rem 0 .35rem; font-size: 1.35rem; }
.contact-card p { margin: 0; color: var(--muted); }
.contact-card a { min-height: 44px; display: inline-flex; align-items: center; margin-top: .65rem; font-weight: 900; text-decoration: none; border-bottom: 2px solid var(--yellow); }
.contact-form { margin-top: 2rem; padding: clamp(1.25rem, 4vw, 2.5rem); color: white; background: var(--black); }
.contact-form h2 { margin-top: 0; }
.contact-form .button { width: 100%; }
.error-page { min-height: calc(100vh - 142px); display: grid; align-items: center; padding-block: 4rem; background: var(--silver); }
.error-page h1 { margin: 0 0 1rem; font-size: clamp(3rem, 8vw, 7rem); line-height: .9; letter-spacing: -.06em; }
.error-page h1 em { color: var(--yellow-hover); font-style: normal; }

.site-footer { padding-top: 3rem; color: #bdbdbd; background: #090909; }
.footer-main { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 3rem; }
.footer-main p { color: #858585; }
.footer-main nav, .footer-main > div:last-child { display: flex; flex-direction: column; align-items: flex-start; gap: .45rem; }
.footer-main nav a, .footer-main > div:last-child a { min-height: 40px; display: flex; align-items: center; color: white; text-decoration: none; }
.footer-bottom { margin-top: 2rem; min-height: 68px; display: flex; align-items: center; border-top: 1px solid #2a2a2a; color: #777; font-size: .75rem; }
.floating-whatsapp { display: none; }

/* Device-local cart */
.cart-overlay { position: fixed; z-index: 79; inset: 0; display: none; padding: 0; border: 0; background: rgba(0,0,0,.64); cursor: pointer; }
.cart-overlay.is-open { display: block; }
.cart-drawer { position: fixed; z-index: 80; top: 0; right: 0; width: min(440px, 100%); height: 100dvh; display: flex; flex-direction: column; color: var(--black); background: white; border-left: 1px solid var(--line); box-shadow: -18px 0 50px rgba(0,0,0,.28); transform: translateX(105%); visibility: hidden; transition: transform .2s ease, visibility .2s ease; }
.cart-drawer.is-open { transform: translateX(0); visibility: visible; }
.cart-head { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.15rem; border-bottom: 6px solid var(--yellow); }
.cart-head .eyebrow { margin: 0 0 .15rem; }
.cart-head h2 { margin: 0; font-size: 1.8rem; letter-spacing: -.04em; }
.cart-close { width: 44px; height: 44px; border: 1px solid var(--black); color: var(--black); background: white; font-size: 1.7rem; line-height: 1; cursor: pointer; }
.cart-close:hover { background: var(--yellow); }
.cart-items { flex: 1; overflow-y: auto; padding: .75rem 1.15rem; }
.cart-empty { margin: 1.25rem 0; padding: 1rem; color: var(--muted); background: var(--silver); border-left: 5px solid var(--yellow); }
.cart-item { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.cart-item h3 { margin: 0 0 .3rem; font-size: 1rem; line-height: 1.15; }
.cart-item-details { margin: 0 0 .4rem; color: var(--muted); font-size: .75rem; }
.cart-item-price { font-size: .82rem; }
.cart-item-controls { display: flex; align-items: center; gap: .45rem; margin-top: .75rem; }
.quantity-button { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--black); color: var(--black); background: white; font-weight: 900; cursor: pointer; }
.quantity-button:hover { background: var(--yellow); }
.cart-quantity { min-width: 26px; text-align: center; font-weight: 900; }
.cart-remove, .cart-clear { min-height: 40px; margin-left: auto; padding: .4rem .6rem; border: 0; color: #555; background: transparent; text-decoration: underline; cursor: pointer; }
.cart-summary { display: grid; gap: .2rem; padding: .85rem 1.15rem; border-top: 1px solid var(--line); background: var(--silver); }
.cart-summary strong { font-size: 1.05rem; }
.cart-summary span { color: var(--muted); font-size: .78rem; }
.cart-footer { padding: 1rem 1.15rem; border-top: 1px solid var(--line); }
.cart-send { width: 100%; }
.cart-send.is-disabled { opacity: .45; pointer-events: none; }
.cart-clear { display: block; margin: .35rem auto 0; }

@media (max-width: 1120px) {
  body { padding-bottom: 72px; }
  .header-whatsapp { display: none; }
  .menu-toggle { order: 2; width: 46px; height: 46px; display: grid; place-content: center; gap: 4px; margin-left: 0; border: 1px solid #5c5c5c; background: transparent; color: white; }
  .header-cart { order: 1; min-height: 46px; margin-left: auto; }
  .menu-toggle > span:not(.sr-only) { width: 20px; height: 2px; background: currentColor; }
  .primary-nav { position: fixed; inset: 74px 0 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem var(--pad) 5rem; overflow-y: auto; background: var(--black); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { min-height: 58px; border-bottom: 1px solid #333; font-size: 1.05rem; }
  .nav-dropdown { position: static; border-bottom: 1px solid #333; }
  .dropdown-toggle { display: none; }
  .dropdown-menu, .nav-dropdown.is-open .dropdown-menu { position: static; width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0 0 .75rem; transform: none; border: 0; box-shadow: none; background: transparent; }
  .nav-dropdown:last-of-type .package-menu { position: static; }
  .dropdown-menu p { display: block; padding: .8rem .6rem .45rem; }
  .primary-nav .dropdown-menu a { min-height: 44px; padding: .5rem .6rem; border: 0; color: #c8c8c8; font-size: .78rem; }
  .category-section .product-grid { grid-template-columns: repeat(2, 1fr); }
  .package-overview-grid { grid-template-columns: repeat(2, 1fr); }
  .package-tier-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .catalogue-grid { grid-template-columns: repeat(2, 1fr); }
  .price-size-grid { grid-template-columns: repeat(3, 1fr); }
  .two-column, .page-head-grid { grid-template-columns: 1fr; }
  .catalogue-tools { top: 68px; }
  .floating-whatsapp { position: fixed; z-index: 60; inset: auto .65rem .65rem; min-height: 54px; display: flex; align-items: center; justify-content: space-between; padding: .65rem 1rem; color: var(--black); background: var(--yellow); box-shadow: 0 8px 24px rgba(0,0,0,.28); text-decoration: none; line-height: 1.1; }
  .floating-whatsapp span { font-size: .72rem; font-weight: 800; }
  .floating-whatsapp strong { font-size: 1rem; }
}

@media (max-width: 720px) {
  body { padding-bottom: 72px; }
  .nav-wrap { min-height: 68px; }
  .primary-nav { inset-block-start: 68px; }
  .hero-line { grid-template-columns: 1fr; gap: 1.8rem; }
  .hero-line h1 { font-size: clamp(3.3rem, 17vw, 5.2rem); }
  .hero-phone { min-width: 0; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-card { min-height: 305px; }
  .section-title { align-items: start; }
  .pricing-section .section-title > p { text-align: left; }
  .section-title .text-link { display: none; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { display: grid; grid-template-columns: minmax(125px, 40%) 1fr; }
  .product-photo { aspect-ratio: auto; min-height: 100%; border-bottom: 0; border-right: 1px solid var(--line); }
  .photo-placeholder { width: 76%; }
  .product-card h3 { font-size: 1.08rem; }
  .product-details div { grid-template-columns: 1fr; gap: 0; }
  .product-details dd { text-align: left; }
  .product-price { font-size: 1.05rem; }
  .button { font-size: .76rem; }
  .wide-mobile { margin-top: 1rem; display: flex; width: 100%; }
  .custom-strip .shell, .footer-main { grid-template-columns: 1fr; align-items: start; }
  .custom-strip .button { width: 100%; }
  .catalogue-grid { grid-template-columns: 1fr; }
  .category-section .product-grid { grid-template-columns: 1fr; }
  .package-overview-grid { grid-template-columns: 1fr; }
  .catalogue-grid .product-card { display: grid; }
  .form-grid, .gallery-grid, .contact-grid { grid-template-columns: 1fr; }
  .price-size-grid, .example-price-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .page-head h1 { font-size: clamp(2.8rem, 14vw, 4.6rem); }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
