:root {
  --navy: #112d40;
  --jade: #33d1b2;
  --jade-dark: #087f70;
  --warm: #faf8f3;
  --stone: #e9e4db;
  --surface: #f5f8fa;
  --tint: #eaf8f4;
  --white: #ffffff;
  --body: #475569;
  --muted: #64748b;
  --border: #d8e2e8;
  --shadow: 0 22px 55px rgba(17, 45, 64, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--white); color: var(--navy); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body, button, input, textarea { font: inherit; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
p { color: var(--body); font-size: 17px; line-height: 1.65; }
h1, h2, h3 { margin: 0; color: var(--navy); letter-spacing: -.035em; }
h1 { font-size: clamp(44px, 5.6vw, 74px); line-height: 1.02; }
h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.08; }
h3 { font-size: 24px; line-height: 1.18; }
sub { position: relative; bottom: -.08em; font-size: .58em; line-height: 0; }
.shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.section { padding: 86px 0; }
.eyebrow { margin: 0 0 14px; color: var(--jade-dark); font-size: 12px; font-weight: 800; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-light { color: var(--jade); }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; padding: 12px 18px; background: var(--white); color: var(--navy); border: 2px solid var(--navy); }
.skip-link:focus { top: 16px; }

.site-header { position: relative; z-index: 20; background: var(--white); border-bottom: 1px solid rgba(17,45,64,.09); }
.site-header.is-stuck { box-shadow: 0 8px 24px rgba(17,45,64,.08); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-logo { display: inline-flex; width: 222px; flex: 0 0 auto; }
.site-logo img, .footer-logo img { display: block; width: 100%; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 15px; font-weight: 700; }
.site-nav > a:not(.button) { position: relative; text-decoration: none; }
.site-nav > a:not(.button)::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; content: ""; background: var(--jade); transform: scaleX(0); transition: transform .18s ease; }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { transform: scaleX(1); }

.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; border: 1px solid var(--navy); border-radius: 6px; text-decoration: none; font-size: 15px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(17,45,64,.13); }
.button-primary { border-color: var(--jade); background: var(--jade); color: var(--navy); }
.button-dark { background: var(--navy); color: var(--white); }
.button-outline { background: transparent; color: var(--navy); }
.header-wa { min-height: 44px; padding-inline: 20px; }
.text-link, .card-link, .contact-email { color: var(--jade-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; font-weight: 800; }
.button:focus-visible, a:focus-visible { outline: 3px solid var(--jade-dark); outline-offset: 4px; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }

.hero-section { position: relative; overflow: hidden; background:
  radial-gradient(circle at 83% 18%, rgba(51,209,178,.12), transparent 23%),
  radial-gradient(circle at 24% 0%, rgba(255,255,255,.95), transparent 32%),
  linear-gradient(132deg, #fff 0%, var(--warm) 48%, #f1efe8 100%); }
.hero-section::before { position: absolute; inset: 0; content: ""; pointer-events: none; opacity: .46; background: linear-gradient(116deg, transparent 0 38%, rgba(255,255,255,.7) 38.4% 39.2%, transparent 39.8% 100%); }
.hero-grid { position: relative; min-height: 650px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 22px; padding: 68px 0 72px; }
.hero-copy { position: relative; z-index: 6; padding: 12px 0 18px; }
.hero-copy h1 { font-size: clamp(48px, 5vw, 68px); }
.hero-lede { max-width: 560px; margin: 24px 0 30px; font-size: 18px; line-height: 1.55; }
.audience-line { margin: 24px 0 0; font-size: 14px; color: var(--body); }
.hero-products { position: relative; min-height: 510px; height: 510px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: repeat(2,minmax(0,1fr)); gap: 14px; padding: 22px 0 22px 28px; }
.light-wash { position: absolute; inset: 1% -5% -1% 0; border-radius: 50%; background: radial-gradient(circle at 47% 42%, rgba(255,255,255,.98), rgba(255,255,255,.34) 58%, transparent 74%); }
.hero-brand-card { position: relative; z-index: 2; min-width: 0; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 40px 14px 31px; border: 1px solid rgba(17,45,64,.08); border-radius: 18px; box-shadow: 0 18px 42px rgba(17,45,64,.11); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.hero-brand-card:hover { transform: translateY(-4px); box-shadow: 0 24px 50px rgba(17,45,64,.17); }
.hero-brand-card img { width: 100%; height: 100%; display: block; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 13px 15px rgba(17,45,64,.15)); }
.hero-brand-name { position: absolute; top: 13px; left: 15px; z-index: 3; color: var(--navy); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.hero-brand-range { position: absolute; right: 14px; bottom: 10px; left: 14px; z-index: 3; color: var(--navy); font-size: 10px; font-weight: 800; text-align: center; }
.hero-crown { background: #fffdfa; }
.hero-eavin { background: #f3e8f6; }
.hero-space { background: #edf7f9; }
.hero-mist { background: #fffdfa; }
.hero-crown img { width: 108%; max-width: none; height: 100%; }
.hero-eavin img, .hero-space img, .hero-mist img { width: 100%; height: 100%; }

.brand-section h2 { max-width: 740px; margin-bottom: 40px; }
.brand-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.brand-card { min-width: 0; text-align: center; }
.brand-image { height: 258px; display: grid; place-items: center; overflow: hidden; margin-bottom: 18px; padding: 20px 12px; border-radius: 4px; }
.brand-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.brand-card:hover .brand-image img { transform: scale(1.025); }
.brand-crown { background: #f8f3e7; }
.brand-eavin { background: #f5effc; }
.brand-space { background: #eaf8fb; }
.brand-mist { background: #fbf7ec; }
.brand-card h3 { margin: 0 0 6px; }
.brand-card p { margin: 0 0 10px; font-size: 15px; color: var(--navy); }
.card-link { font-size: 14px; }

.supply-section { padding: 74px 0 78px; background: var(--navy); color: var(--white); }
.supply-section h2, .supply-section h3 { color: var(--white); }
.supply-section h2 { max-width: 820px; }
.supply-intro { max-width: 810px; margin: 18px 0 42px; color: #dbe8ed; }
.supply-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.supply-grid > div { min-width: 0; padding-right: 64px; }
.supply-grid > div + div { padding-right: 0; padding-left: 64px; border-left: 1px solid rgba(255,255,255,.42); }
.supply-grid h3 { margin-bottom: 8px; }
.supply-copy, .container-supply > p { color: #d7e2e7; font-size: 16px; }
.route-list { margin: 26px 0 0; }
.route-list div { display: grid; grid-template-columns: minmax(0,1fr) minmax(130px,.75fr); gap: 24px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.28); }
.route-list div:last-child { border-bottom: 1px solid rgba(255,255,255,.28); }
.route-list dt, .route-list dd { margin: 0; font-size: 17px; }
.route-list dd { color: var(--jade); font-weight: 800; }
.container-supply .fine-print { margin-top: 40px; color: #b8cbd3; font-size: 14px; }

.application-section { padding-bottom: 66px; }
.application-section h2 { margin-bottom: 28px; }
.scene-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.scene-grid figure { margin: 0; }
.scene-media { width: 100%; aspect-ratio: 2.203 / 1; overflow: hidden; background-image: url("scenes/application-scenes.webp"); background-repeat: no-repeat; background-size: 351.773% auto; background-position-y: 77.709%; }
.scene-dessert { background-position-x: 7.465%; }
.scene-cafe { background-position-x: 50%; }
.scene-bar { background-position-x: 92.535%; }
.scene-grid figcaption { margin-top: 9px; font-size: 15px; color: var(--navy); }

.catalog-section { overflow: hidden; padding: 64px 0 26px; background: linear-gradient(110deg, #effaf7, var(--tint) 56%, #dff4ee); }
.catalog-grid { min-height: 440px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 40px; }
.catalog-copy > p:not(.eyebrow) { margin: 18px 0 28px; font-size: 18px; }
.contact-email { display: inline-flex; margin-top: 22px; font-size: 15px; }
.catalog-visual { position: relative; min-height: 400px; display: flex; align-items: center; justify-content: center; gap: 38px; }
.catalog-cover { width: 250px; display: block; transform: rotate(-4deg); box-shadow: var(--shadow); background: var(--white); transition: transform .2s ease; }
.catalog-cover:hover { transform: rotate(-2deg) translateY(-5px); }
.catalog-cover img { display: block; }
.catalog-meta { min-width: 160px; padding-left: 28px; border-left: 1px solid rgba(8,127,112,.35); }
.catalog-meta p { color: var(--navy); font-size: 20px; font-weight: 800; line-height: 1.35; }
.catalog-meta .text-link { font-size: 13px; }

.site-footer { padding: 28px 0 96px; background: var(--white); border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 175px 1fr auto auto auto; align-items: center; gap: 26px; }
.footer-logo { display: block; width: 175px; }
.footer-grid p { margin: 0; font-size: 13px; white-space: nowrap; }
.footer-grid nav { display: flex; gap: 18px; }
.footer-grid a { font-size: 13px; text-decoration: none; }
.footer-grid nav a:hover, .footer-grid > a:not(.footer-logo):hover { text-decoration: underline; text-underline-offset: 3px; }
.mobile-whatsapp { display: none; }

.page-hero { padding: 88px 0 42px; background: radial-gradient(circle at 78% 10%, rgba(51,209,178,.13), transparent 30%), linear-gradient(135deg,#fff,var(--warm)); border-bottom: 1px solid rgba(17,45,64,.08); }
.page-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 72px; }
.page-hero h1 { max-width: 690px; }
.page-hero-grid > div + div p, .page-hero-grid > p { margin: 0 0 24px; font-size: 18px; }
.product-jump { margin-top: 52px; padding-top: 22px; display: flex; gap: 36px; border-top: 1px solid var(--border); }
.product-jump a { color: var(--jade-dark); font-weight: 800; text-decoration: none; }
.product-jump a:hover { text-decoration: underline; text-underline-offset: 4px; }
.product-range { padding-bottom: 24px; }
.product-detail { padding: 86px 0; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 80px; border-bottom: 1px solid var(--border); }
.product-detail > * { min-width: 0; }
.product-reverse .product-art { order: 2; }
.product-art { min-height: 470px; display: grid; place-items: center; overflow: hidden; border-radius: 4px; }
.product-art img { width: 86%; height: 410px; object-fit: contain; filter: drop-shadow(0 20px 22px rgba(17,45,64,.14)); }
.product-copy h2 { margin-bottom: 12px; }
.product-copy > p { max-width: 640px; }
.product-lede { margin: 0 0 12px; color: var(--navy); font-size: 20px; font-weight: 800; }
.product-note { font-size: 14px; color: var(--muted); }
.spec-table { margin: 28px 0 16px; border-top: 1px solid var(--border); }
.spec-table [role="row"] { display: grid; grid-template-columns: 1fr 1fr 1fr; min-height: 48px; align-items: center; border-bottom: 1px solid var(--border); }
.spec-table span { padding: 10px 12px 10px 0; color: var(--body); font-size: 15px; }
.spec-table .spec-head { background: var(--surface); }
.spec-table .spec-head span { padding-left: 10px; color: var(--navy); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.product-copy .button-row { margin-top: 24px; }
.product-cta { padding: 74px 0; background: var(--tint); }
.product-cta .shell { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 42px; }
.product-cta h2 { margin-bottom: 12px; }
.product-cta p { max-width: 700px; margin-bottom: 0; }
.product-cta .product-disclaimer { grid-column: 1 / -1; margin-top: -10px; padding-top: 22px; border-top: 1px solid rgba(8,127,112,.22); font-size: 13px; color: var(--muted); }

.breadcrumb { margin: 0 0 28px; display: flex; flex-wrap: wrap; gap: 9px; color: var(--muted); font-size: 13px; font-weight: 700; }
.breadcrumb a { color: var(--jade-dark); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; text-underline-offset: 3px; }
.brand-page-hero { padding: 42px 0 70px; overflow: hidden; background: radial-gradient(circle at 82% 6%,rgba(51,209,178,.14),transparent 28%),linear-gradient(135deg,#fff,var(--warm)); }
.brand-hero-grid { min-height: 545px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.brand-hero-copy h1 { max-width: 620px; font-size: clamp(48px,6vw,78px); }
.brand-hero-copy .brand-lede { max-width: 600px; margin: 22px 0 28px; color: var(--navy); font-size: 21px; font-weight: 800; line-height: 1.45; }
.brand-hero-copy > p:not(.eyebrow):not(.brand-lede) { max-width: 600px; }
.brand-hero-copy .button-row { margin-top: 30px; }
.brand-visual { position: relative; min-height: 500px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(17,45,64,.08); border-radius: 28px; box-shadow: var(--shadow); }
.brand-visual::after { position: absolute; right: 22px; bottom: 18px; content: attr(data-label); color: rgba(17,45,64,.62); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.brand-visual img { position: relative; z-index: 1; width: 88%; height: 430px; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 24px 24px rgba(17,45,64,.18)); }
.brand-facts { position: relative; z-index: 2; margin-top: -34px; }
.brand-facts-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); overflow: hidden; background: var(--white); border: 1px solid var(--border); border-radius: 14px; box-shadow: 0 18px 45px rgba(17,45,64,.09); }
.brand-fact { min-height: 122px; padding: 26px 30px; }
.brand-fact + .brand-fact { border-left: 1px solid var(--border); }
.brand-fact span { display: block; margin-bottom: 8px; color: var(--jade-dark); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.brand-fact strong { color: var(--navy); font-size: 17px; line-height: 1.4; }
.brand-detail-section { padding: 110px 0 88px; }
.brand-section-head { max-width: 760px; margin-bottom: 42px; }
.brand-section-head h2 { margin-bottom: 14px; }
.brand-section-head p { margin-bottom: 0; }
.brand-range-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: start; }
.brand-range-grid > * { min-width: 0; }
.product-gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.gallery-card { min-height: 250px; display: grid; place-items: center; overflow: hidden; padding: 16px; border-radius: 14px; }
.gallery-card:first-child:last-child { grid-column: 1 / -1; min-height: 430px; }
.gallery-card img { width: 100%; height: 220px; object-fit: contain; mix-blend-mode: multiply; }
.gallery-card:first-child:last-child img { height: 390px; }
.brand-range-copy .spec-table { margin-top: 0; }
.brand-range-copy .product-note { margin-top: 18px; }
.flavor-band { padding: 82px 0; background: var(--navy); }
.flavor-band h2 { color: var(--white); }
.flavor-band .brand-section-head p { color: #d5e4e9; }
.flavor-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.flavor-card { min-width: 0; overflow: hidden; background: rgba(255,255,255,.96); border-radius: 12px; }
.flavor-card img { width: 100%; aspect-ratio: 1 / .92; display: block; object-fit: contain; }
.flavor-card span { display: block; padding: 13px 14px 15px; color: var(--navy); font-size: 13px; font-weight: 800; text-align: center; }
.brand-order { padding: 82px 0; background: var(--tint); }
.brand-order-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 52px; }
.brand-order h2 { margin-bottom: 12px; }
.brand-order p { max-width: 700px; margin-bottom: 0; }
.other-brands { padding: 70px 0; }
.other-brand-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.other-brand-link { min-height: 90px; padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: var(--surface); border: 1px solid var(--border); border-radius: 10px; text-decoration: none; font-weight: 800; }
.other-brand-link[aria-current="page"] { background: var(--navy); color: var(--white); border-color: var(--navy); }
.other-brand-link:not([aria-current="page"]):hover { border-color: var(--jade-dark); }

.contact-hero .page-hero-grid { align-items: center; }
.contact-card-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.contact-card { min-height: 330px; padding: 40px; display: flex; flex-direction: column; align-items: flex-start; background: var(--warm); border: 1px solid var(--border); }
.contact-card-wa { background: var(--tint); }
.contact-label { margin: 0 0 44px; color: var(--jade-dark); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.contact-card h2 { font-size: clamp(30px,3vw,42px); }
.contact-value { margin: 12px 0 auto; color: var(--navy); font-size: clamp(20px,2.4vw,30px); font-weight: 800; text-decoration: none; overflow-wrap: anywhere; }
.contact-details { padding: 74px 0; background: var(--navy); color: var(--white); }
.contact-detail-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.contact-details h2 { color: var(--white); }
.contact-details p { color: #d4e3e9; }
.detail-list { margin: 0; padding: 0; list-style: none; }
.detail-list li { position: relative; padding: 16px 0 16px 32px; border-top: 1px solid rgba(255,255,255,.22); font-size: 17px; }
.detail-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.22); }
.detail-list li::before { position: absolute; left: 5px; content: "·"; color: var(--jade); font-size: 30px; line-height: 18px; }
.catalog-contact { max-width: 940px; display: grid; grid-template-columns: 260px 1fr; align-items: center; gap: 90px; }
.catalog-cover.small { width: 235px; }
.catalog-contact p { max-width: 590px; }
.catalog-contact .button { margin-top: 10px; }

.legal { max-width: 820px; padding: 82px 0 110px; }
.legal h1 { margin-bottom: 24px; }
.legal-lede { margin-bottom: 52px; font-size: 19px; }
.legal section { padding: 28px 0; border-top: 1px solid var(--border); }
.legal h2 { margin-bottom: 12px; font-size: 28px; }
.legal p, .legal li { font-size: 16px; }
.legal a { color: var(--jade-dark); }
.not-found { min-height: calc(100vh - 82px); display: grid; place-content: center; text-align: center; padding-block: 72px; }
.not-found p { max-width: 620px; margin: 20px auto 28px; }
.not-found .button-row { justify-content: center; }

@media (max-width: 1040px) {
  .shell { width: min(100% - 44px, 880px); }
  .hero-grid { min-height: 880px; grid-template-columns: 1fr; padding-top: 58px; }
  .hero-copy { max-width: 650px; }
  .hero-products { min-height: 500px; height: 500px; margin-top: -20px; padding-left: 0; }
  .brand-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 36px 18px; }
  .brand-image { height: 300px; }
  .footer-grid { grid-template-columns: 175px 1fr auto; }
  .footer-grid > a:not(.footer-logo) { display: none; }
  .page-hero-grid, .product-detail { gap: 46px; }
  .product-detail { grid-template-columns: .8fr 1.2fr; }
  .product-art { min-height: 410px; }
  .product-art img { height: 350px; }
  .product-cta .shell { grid-template-columns: 1fr; }
  .product-cta .product-disclaimer { margin-top: 0; }
  .brand-hero-grid, .brand-range-grid { gap: 44px; }
  .brand-hero-grid { grid-template-columns: .92fr 1.08fr; }
  .brand-visual { min-height: 430px; }
  .brand-visual img { height: 370px; }
  .brand-range-grid { grid-template-columns: .82fr 1.18fr; }
  .brand-order-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  body { padding-bottom: 64px; }
  .shell { width: calc(100% - 36px); }
  .section { padding: 64px 0; }
  .header-inner { min-height: 104px; align-items: flex-start; padding-top: 17px; }
  .site-logo { width: 178px; }
  .site-nav { padding-top: 1px; gap: 18px; font-size: 13px; }
  .header-wa { min-height: 38px; padding: 0 13px; }
  .site-nav > a:not(.button) { position: absolute; top: 69px; }
  .site-nav > a:not(.button):first-child { right: 88px; }
  .site-nav > a:not(.button):nth-child(2) { right: 18px; }
  .site-nav > a:not(.button)::after { bottom: -6px; }
  .hero-grid { min-height: 0; padding: 52px 0 42px; }
  .hero-copy h1 { font-size: clamp(44px, 13.2vw, 60px); }
  .hero-lede { font-size: 17px; }
  .hero-copy .button-row { align-items: flex-start; flex-direction: column; }
  .hero-products { min-height: 500px; height: 500px; margin: 18px 0 0; grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: repeat(2,minmax(0,1fr)); gap: 10px; padding: 0; }
  .hero-brand-card { padding: 36px 8px 28px; border-radius: 14px; }
  .hero-brand-card img, .hero-crown img, .hero-eavin img, .hero-space img, .hero-mist img { width: 100%; height: 100%; }
  .hero-brand-name { top: 10px; left: 11px; font-size: 10px; }
  .hero-brand-range { right: 8px; bottom: 8px; left: 8px; font-size: 9px; }
  .brand-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .brand-image { height: 230px; }
  .supply-section { padding: 62px 0; }
  .supply-grid { grid-template-columns: 1fr; gap: 48px; }
  .supply-grid > div { padding-right: 0; }
  .supply-grid > div + div { padding: 42px 0 0; border-top: 1px solid rgba(255,255,255,.35); border-left: 0; }
  .scene-grid { grid-template-columns: 1fr; gap: 28px; }
  .scene-grid figure { max-width: 520px; }
  .catalog-section { padding: 64px 0 54px; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-visual { min-height: 390px; }
  .catalog-cover { transform: none; }
  .catalog-cover:hover { transform: translateY(-4px); }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-grid nav { display: flex; }
  .mobile-whatsapp { position: fixed; right: 12px; bottom: 10px; left: 12px; z-index: 40; min-height: 50px; display: flex; align-items: center; justify-content: center; background: var(--jade); color: var(--navy); border: 1px solid rgba(17,45,64,.18); border-radius: 7px; box-shadow: 0 12px 35px rgba(17,45,64,.2); text-decoration: none; font-size: 15px; font-weight: 800; }
  .page-hero { padding: 62px 0 30px; }
  .page-hero-grid, .contact-detail-grid { grid-template-columns: 1fr; gap: 26px; }
  .product-jump { margin-top: 34px; display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
  .product-detail, .product-detail.product-reverse { grid-template-columns: 1fr; gap: 36px; padding: 62px 0; }
  .product-reverse .product-art { order: 0; }
  .product-art { min-height: 360px; }
  .product-art img { height: 310px; }
  .brand-page-hero { padding: 34px 0 64px; }
  .brand-hero-grid, .brand-range-grid { grid-template-columns: 1fr; }
  .brand-hero-grid { min-height: 0; gap: 42px; }
  .brand-hero-copy h1 { font-size: clamp(48px,13vw,66px); }
  .brand-visual { min-height: 390px; border-radius: 20px; }
  .brand-visual img { height: 340px; }
  .brand-facts { margin-top: -24px; }
  .brand-facts-grid { grid-template-columns: 1fr; }
  .brand-fact { min-height: 0; padding: 22px 24px; }
  .brand-fact + .brand-fact { border-top: 1px solid var(--border); border-left: 0; }
  .brand-detail-section { padding: 82px 0 66px; }
  .brand-range-grid { gap: 42px; }
  .flavor-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .brand-order-grid { gap: 30px; }
  .other-brand-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .contact-card-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 300px; padding: 32px 26px; }
  .contact-details { padding: 62px 0; }
  .catalog-contact { grid-template-columns: 1fr; gap: 46px; }
  .catalog-cover.small { width: 215px; margin: 0 auto; transform: none; }
}

@media (max-width: 460px) {
  .shell { width: calc(100% - 30px); }
  p { font-size: 16px; }
  .site-logo { width: 155px; }
  .site-nav { gap: 12px; }
  .header-wa { padding-inline: 11px; font-size: 12px; }
  .hero-copy h1 { font-size: 43px; }
  .hero-products { min-height: 320px; height: 320px; }
  .hero-brand-range { display: none; }
  .brand-grid { gap: 30px 10px; }
  .brand-image { height: 170px; padding: 12px 7px; }
  .brand-card h3 { font-size: 20px; }
  .brand-card p { min-height: 36px; font-size: 13px; }
  .catalog-visual { min-height: 350px; gap: 19px; }
  .catalog-cover { width: 195px; }
  .catalog-meta { min-width: 0; padding-left: 17px; }
  .catalog-meta p { font-size: 16px; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .spec-table { overflow-x: auto; }
  .spec-table [role="row"] { min-width: 420px; }
  .contact-value { font-size: 21px; }
  .brand-visual { min-height: 330px; }
  .brand-visual img { height: 285px; }
  .product-gallery { gap: 8px; }
  .gallery-card { min-height: 180px; padding: 8px; }
  .gallery-card img { height: 165px; }
  .gallery-card:first-child:last-child { min-height: 320px; }
  .gallery-card:first-child:last-child img { height: 285px; }
  .other-brand-link { min-height: 78px; padding: 15px; font-size: 14px; }
}

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