:root {
  --red: #e80d0d;
  --red-dark: #d90505;
  --ink: #060606;
  --paper: #f6f7f8;
  --muted: #777;
  --line: #d8d8d8;
  --cream: #e8dfd3;
  --header-height: 92px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Roboto, Arial, sans-serif; overflow-x: hidden; }
body.locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }

.site-header { position: relative; width: 100%; height: 297px; background: #fff; color: #050505; z-index: 20; }
.site-header.scrolled { background: #fff; color: #050505; }
.header-top { width: calc(100% - 148px); height: 205px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid #d9d9d9; }
.header-meta { display: flex; align-items: center; }
.header-meta-left { justify-self: start; gap: 52px; }
.header-meta-right { justify-self: end; gap: 53px; transform: translateX(-10px); }
.social-links { display: flex; align-items: center; gap: 6px; }
.social-links a { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid #d1d1d1; border-radius: 50%; font-family: Arial, sans-serif; font-size: 13px; font-weight: 700; transition: border-color .2s, color .2s; }
.social-links a:hover { border-color: #ff6300; color: #ff6300; }
.header-location { display: flex; align-items: center; gap: 14px; font-family: Oswald, sans-serif; font-size: 15px; font-weight: 500; letter-spacing: .09em; }
.header-location i { position: relative; width: 14px; height: 18px; display: block; border-radius: 50% 50% 50% 0; background: #ff6300; transform: rotate(-45deg); }
.header-location i::after { content: ""; position: absolute; width: 5px; height: 5px; left: 4.5px; top: 4.5px; border-radius: 50%; background: #fff; }
.brand { grid-column: 2; justify-self: center; }
.brand img { width: 390px; max-height: 96px; object-fit: contain; }
.header-phone { display: flex; align-items: center; gap: 15px; font-family: Oswald, sans-serif; font-size: 23px; font-weight: 400; letter-spacing: 1.6px; white-space: nowrap; }
.header-phone i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: #caaa91; color: #fff; font-size: 0; font-style: normal; }
.header-phone i::before { content: "☎"; font-size: 17px; transform: rotate(-18deg); }
.all-products-button { width: 253px; height: 49px; display: grid; place-items: center; background: #ff6300; color: #fff; font-family: Oswald, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .12em; transition: background .2s; }
.all-products-button:hover { background: #e85500; }
.header-nav-row { width: calc(100% - 148px); height: 92px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.main-nav { grid-column: 2; display: flex; align-items: center; justify-content: center; gap: 29px; }
.main-nav a { position: relative; padding: 11px 0; text-transform: uppercase; font-family: Oswald, sans-serif; font-size: 14px; font-weight: 600; letter-spacing: .105em; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: #050505; transition: right .25s; }
.main-nav a.active::after, .main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-actions { grid-column: 3; justify-self: end; display: flex; align-items: center; gap: 23px; }
.icon-button, .cart-button { border: 0; background: transparent; color: inherit; cursor: pointer; }
.icon-button { line-height: 1; padding: 5px; }
.cart-button { position: relative; width: 28px; height: 34px; padding: 4px 3px; }
.cart-icon { position: relative; width: 18px; height: 22px; display: block; border: 1.7px solid #050505; border-radius: 1px; }
.cart-icon::before { content: ""; position: absolute; left: 4px; top: -6px; width: 8px; height: 7px; border: 1.7px solid #050505; border-bottom: 0; border-radius: 7px 7px 0 0; }
.cart-button #cartCount { position: absolute; right: 0; bottom: 3px; min-width: 14px; height: 14px; display: grid; place-items: center; padding: 0 3px; border-radius: 9px; background: #ff6300; color: #fff; font-family: Arial, sans-serif; font-size: 8px; font-weight: 700; }
.search-icon { position: relative; width: 29px; height: 32px; }
.search-icon span { position: absolute; left: 3px; top: 2px; width: 21px; height: 21px; border: 2px solid #050505; border-radius: 50%; }
.search-icon span::after { content: ""; position: absolute; right: -6px; bottom: -4px; width: 9px; height: 2px; background: #050505; transform: rotate(49deg); transform-origin: left center; }
.menu-toggle { display: none; justify-self: start; font-size: 26px; }

.hero { position: relative; height: 1080px; overflow: hidden; background: #dfe7e9 url('assets/hero-rivas.jpeg') center center/cover no-repeat; color: #fff; }
.hero-content { position: absolute; z-index: 2; top: 294px; left: 50%; width: 100%; padding: 0 22px; text-align: center; transform: translateX(-50%); }
.hero-content.reveal { transform: translate(-50%, 26px); }
.hero-content.reveal.visible { transform: translate(-50%, 0); }
.hero-content p, .eyebrow { margin: 0 0 34px; font-family: Oswald, sans-serif; font-size: 14px; font-weight: 600; letter-spacing: .13em; }
.hero h1 { margin: 0 auto 42px; font-family: Oswald, sans-serif; font-size: clamp(62px, 4.62vw, 86px); font-weight: 500; line-height: .96; letter-spacing: .005em; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 46px; border: 0; border-radius: 0; color: #fff; font-family: Oswald, sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .15em; cursor: pointer; transition: transform .2s, background .2s; }
.hero .button { width: 213px; height: 63px; padding: 0; }
.button:hover { transform: translateY(-2px); }
.button-red { background: var(--red); }
.button-red:hover { background: var(--red-dark); }
.button-dark { background: var(--ink); }
.button.full { width: 100%; }
.scroll-hint { position: absolute; z-index: 3; left: 50%; bottom: 62px; width: 21px; height: 35px; transform: translateX(-50%); }
.scroll-hint img { width: 21px; height: 35px; }
.cursor-dot { position: fixed; z-index: 90; top: 0; left: 0; width: 8px; height: 8px; border-radius: 50%; background: #fff; mix-blend-mode: difference; pointer-events: none; transform: translate(calc(100vw - 206px), 802px); transition: transform .08s linear; }

.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.editorial-card { position: relative; min-height: 0; aspect-ratio: 100 / 63; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; color: #fff; text-align: center; isolation: isolate; }
.editorial-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--card-image) center/cover no-repeat; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.editorial-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(12,15,22,.45); transition: background .4s; }
.editorial-card:hover::before { transform: scale(1.05); }
.editorial-card:hover::after { background: rgba(12,15,22,.77); }
.editorial-card span { margin-bottom: 11px; text-transform: uppercase; font-size: 14px; letter-spacing: .11em; }
.editorial-card strong { font-family: Oswald, sans-serif; font-size: clamp(27px, 1.72vw, 32px); font-weight: 500; line-height: 1.08; text-transform: uppercase; }
.editorial-card em { margin-top: 22px; font-style: normal; font-family: Oswald, sans-serif; font-size: 12px; letter-spacing: .15em; text-transform: uppercase; opacity: 0; transform: translateY(12px); transition: .3s; }
.editorial-card:hover em { opacity: 1; transform: none; }

.shop-section { padding: 50px max(24px, calc((100vw - 1290px) / 2)) 80px; background: #fff; }
.section-heading { margin-bottom: 50px; text-align: center; }
.section-heading p, .story-copy > p:first-child { margin: 0 0 15px; color: #ff6300; font-family: Oswald, sans-serif; font-size: 14px; font-weight: 500; line-height: 18px; letter-spacing: 1.8px; }
.section-heading h2 { margin: 0; font-family: Oswald, sans-serif; font-size: clamp(44px, 3vw, 51px); font-weight: 500; line-height: 1; text-transform: uppercase; }
.product-grid { width: 100%; max-width: 1290px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 35px 30px; }
.product-card { min-width: 0; }
.product-media { position: relative; aspect-ratio: .8; margin-bottom: 27px; overflow: hidden; background: #f2f2f2; cursor: pointer; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.product-card:hover .product-media img { transform: scale(1.1); }
.badge { position: absolute; top: 12px; left: 12px; padding: 8px 10px; background: var(--red); color: #fff; font-family: Oswald, sans-serif; font-size: 10px; letter-spacing: .12em; }
.quick-actions { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 8px; opacity: 0; transform: translateY(8px); transition: .25s; }
.product-card:hover .quick-actions { opacity: 1; transform: none; }
.quick-actions button { width: 47px; height: 47px; border: 0; border-radius: 50%; background: #fff; font-size: 20px; cursor: pointer; box-shadow: 0 0 30px rgba(0,0,0,.06); }
.product-info { display: block; padding: 0; text-align: left; }
.product-info h3 { margin: 0; font-family: Oswald, sans-serif; font-size: 19px; font-weight: 500; line-height: 1.3; text-transform: uppercase; }
.product-category { display: none; }
.product-price { display: block; margin-top: 11px; color: #777; font-family: Oswald, sans-serif; font-size: 18px; font-weight: 400; line-height: 1; }
.empty-state { padding: 70px 0; text-align: center; color: var(--muted); }

.partner-strip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); align-items: center; gap: 45px; padding: 100px max(30px, calc((100vw - 1290px) / 2)); background: #f6f7f8; }
.partner-strip img { width: auto; max-width: 160px; max-height: 100px; justify-self: center; object-fit: contain; opacity: .2; filter: grayscale(1); transition: opacity .3s, filter .3s; }
.partner-strip img:hover { opacity: 1; filter: none; }

.movement-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.movement-grid > a { position: relative; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; color: #fff; text-align: center; isolation: isolate; }
.movement-grid > a::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--movement-image) center/cover no-repeat; transition: transform .7s; }
.movement-grid > a::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(12,15,22,.2); transition: background .35s; }
.movement-grid > a:hover::before { transform: scale(1.05); }
.movement-grid > a:hover::after { background: rgba(12,15,22,.7); }
.movement-grid span { display: flex; flex-direction: column; gap: 10px; padding: 25px; opacity: 0; transform: translateY(12px); transition: .35s; }
.movement-grid a:hover span, .movement-grid a:focus-visible span { opacity: 1; transform: none; }
.movement-grid strong { font-family: Oswald, sans-serif; font-size: clamp(26px, 2.1vw, 40px); font-weight: 500; line-height: 1.06; text-transform: uppercase; }
.movement-grid em { font-style: normal; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }

.story-band { padding: 100px 24px; background: #f6f7f8; }
.story-section { max-width: 1290px; margin: 0 auto; display: grid; grid-template-columns: 57.955% 42.045%; align-items: center; background: transparent; }
.story-image { display: grid; place-items: center; padding: 0 70px 0 0; overflow: hidden; }
.story-image img { width: min(700px, 100%); transition: transform .7s; }
.story-image:hover img { transform: rotate(-2deg) scale(1.03); }
.story-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 0 25px; }
.story-copy h2 { margin: 0; font-family: Oswald, sans-serif; font-size: clamp(46px, 3.15vw, 56px); font-weight: 500; line-height: 1.06; text-transform: uppercase; }
.body-copy { max-width: 520px; margin: 30px 0; color: #555; font-size: 17px; line-height: 1.8; }
.story-button { width: auto; min-width: 253px; height: 49px; }

.hydrophobic-section { padding: 100px 24px; background: #fff; }
.feature-section { width: min(1290px, 100%); min-height: 645px; margin: 0 auto; display: flex; flex-direction: row; align-items: stretch; color: #fff; }
.feature-video-column { position: relative; z-index: 2; flex: 0 0 35%; display: flex; align-items: center; justify-content: center; margin: 0 51px 0 -47px; }
.feature-video { width: 80%; aspect-ratio: 9 / 16; display: block; object-fit: cover; border-radius: 30px; box-shadow: -30px 15px 30px 2px rgba(0,0,0,.5); }
.feature-copy { flex: 0 0 80%; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; margin: 0 -36px 0 30px; border-radius: 100px 1px 100px 1px; background: linear-gradient(135deg, #e85500 5%, #d90505 100%); box-shadow: -20px 15px 30px 2px rgba(0,0,0,.5); }
.feature-copy > p:first-child { align-self: flex-start; margin: 106px 0 0 69px; color: #fff; font-family: Oswald, sans-serif; font-size: 18px; font-weight: 500; }
.feature-copy h2 { align-self: flex-start; margin: 0 0 0 57px; padding: 4px 10px; border-radius: 30px 0 25px 0; background: #fff; color: #e85500; font-family: Oswald, sans-serif; font-size: 46px; font-weight: 500; line-height: 1.15; }
.feature-copy > p:last-child { margin: 34px 70px 60px; color: #fff; font-size: 30px; font-weight: 700; line-height: 48px; letter-spacing: 2px; text-align: justify; }

.footer-cta { position: relative; min-height: 850px; display: grid; place-items: center; padding: 360px 24px 150px; overflow: hidden; background: url('assets/feature-city.png') top center/cover no-repeat; color: #fff; isolation: isolate; }
.footer-cta::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(0,0,0,.5); }
.footer-cta-content { max-width: 1050px; text-align: center; }
.footer-cta p { margin: 0 0 17px; font-family: Oswald, sans-serif; font-size: 14px; font-weight: 500; letter-spacing: 1.8px; }
.footer-cta h2 { margin: 0 0 42px; font-family: Oswald, sans-serif; font-size: clamp(54px, 5.3vw, 92px); font-weight: 500; line-height: .98; }
.footer-cta .button { min-width: 235px; height: 63px; }

footer { position: relative; display: block; padding: 100px max(24px, calc((100vw - 1290px) / 2)) 40px; background: #030303; color: #fff; }
.footer-grid { width: 100%; max-width: 1290px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 50px; padding-bottom: 85px; }
footer h3 { margin: 0 0 30px; font-family: Oswald, sans-serif; font-size: 17px; font-weight: 500; letter-spacing: .08em; }
footer p, footer a { color: #969696; font-size: 14px; line-height: 1.9; }
footer a { display: block; width: fit-content; margin-bottom: 7px; }
footer a:hover { color: #fff; }
.copyright { width: 100%; max-width: 1290px; margin: 0 auto; padding-top: 28px; border-top: 1px solid #272727; color: #777; }

.drawer { position: fixed; top: 0; right: 0; z-index: 50; width: min(460px, 100%); height: 100dvh; display: flex; flex-direction: column; padding: 26px; background: #fff; transform: translateX(105%); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.drawer.open { transform: none; }
.drawer-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: 0; font-family: Oswald, sans-serif; font-size: 28px; }
.cart-items { flex: 1; overflow-y: auto; }
.cart-line { display: grid; grid-template-columns: 76px 1fr auto; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 76px; height: 92px; object-fit: cover; background: #eee; }
.cart-line h3 { margin: 0 0 8px; font-family: Oswald, sans-serif; font-size: 15px; text-transform: uppercase; }
.cart-line p { margin: 0 0 10px; color: #777; font-size: 12px; }
.qty-control { display: inline-flex; align-items: center; border: 1px solid var(--line); }
.qty-control button { width: 30px; height: 28px; border: 0; background: #fff; cursor: pointer; }
.qty-control span { min-width: 24px; text-align: center; font-size: 12px; }
.remove-line { align-self: start; border: 0; background: none; color: #999; cursor: pointer; }
.cart-empty { flex: 1; display: grid; place-items: center; color: var(--muted); }
.cart-footer { padding-top: 22px; border-top: 1px solid var(--line); }
.cart-footer > div { display: flex; justify-content: space-between; margin-bottom: 20px; font-family: Oswald, sans-serif; font-size: 18px; }
.page-overlay { position: fixed; inset: 0; z-index: 40; background: rgba(0,0,0,.58); opacity: 0; visibility: hidden; transition: .3s; }
.page-overlay.visible { opacity: 1; visibility: visible; }

dialog { width: min(1000px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; border: 0; border-radius: 0; box-shadow: 0 30px 100px rgba(0,0,0,.35); }
dialog::backdrop { background: rgba(0,0,0,.72); }
.dialog-close { position: absolute; top: 16px; right: 16px; z-index: 5; width: 42px; height: 42px; border: 0; background: #fff; font-size: 28px; cursor: pointer; }
.product-dialog-layout { display: grid; grid-template-columns: 1fr 1fr; min-height: 610px; }
.product-dialog-layout > img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; background: #eee; }
.product-dialog-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 7vw, 84px); }
.product-dialog-copy .eyebrow { color: var(--red); }
.product-dialog-copy h2 { margin: 0 0 15px; font-family: Oswald, sans-serif; font-size: clamp(36px, 4.5vw, 62px); line-height: 1; text-transform: uppercase; }
.dialog-price { margin: 0 0 24px; font-family: Oswald, sans-serif; font-size: 24px; }
.dialog-description { color: #666; line-height: 1.7; }
.size-picker { display: flex; gap: 9px; margin: 24px 0 28px; }
.size-picker label { cursor: pointer; }
.size-picker input { position: absolute; opacity: 0; }
.size-picker span { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--line); font-family: Oswald, sans-serif; font-size: 12px; }
.size-picker input:checked + span { border-color: var(--ink); background: var(--ink); color: #fff; }
.checkout-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; padding: clamp(42px, 7vw, 90px); }
.checkout-layout h2 { margin: 0 0 20px; font-family: Oswald, sans-serif; font-size: clamp(42px, 5vw, 68px); line-height: .95; }
.checkout-layout > div > p:last-child { color: #666; line-height: 1.7; }
.checkout-layout form { display: grid; gap: 14px; }
.checkout-layout label { display: grid; gap: 7px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.checkout-layout input, .checkout-layout textarea, .checkout-layout select { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 0; background: #fff; outline: none; }
.checkout-layout input:focus, .checkout-layout textarea:focus, .checkout-layout select:focus { border-color: var(--ink); }
.chat-bubble { position: fixed; right: 4px; bottom: 28px; z-index: 35; width: 143px; height: 75px; display: flex; align-items: center; gap: 17px; padding: 10px; border-radius: 40px; background: #000; color: #fff; }
.chat-bubble > span { width: 54px; height: 54px; flex: 0 0 54px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; overflow: hidden; }
.chat-bubble img { width: 100%; height: 100%; object-fit: cover; }
.chat-bubble strong { font-size: 16px; font-weight: 400; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 100; padding: 14px 22px; background: var(--ink); color: #fff; font-size: 13px; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; transition: .3s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.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; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s, transform .7s; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes heroZoom { from { transform: scale(1.05); } to { transform: scale(1); } }
@keyframes scrollDot { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }

@media (max-width: 1120px) {
  .site-header { height: 170px; }
  .header-top { width: calc(100% - 48px); height: 100px; }
  .header-meta-left .header-location, .social-links, .all-products-button { display: none; }
  .header-meta-right { gap: 0; transform: none; }
  .header-phone { font-size: 17px; }
  .header-phone i { width: 34px; height: 34px; }
  .brand img { width: 260px; max-height: 74px; }
  .header-nav-row { width: calc(100% - 48px); height: 70px; }
  .menu-toggle { display: block; grid-column: 1; grid-row: 1; }
  .main-nav { position: fixed; top: 0; left: 0; z-index: 60; width: min(360px, 86vw); height: 100dvh; padding: 110px 36px 40px; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 10px; background: #080808; color: #fff; transform: translateX(-105%); transition: transform .35s; }
  .main-nav.open { transform: none; }
  .main-nav a { width: 100%; padding: 13px 0; font-size: 20px; }
  .main-nav a::after { background: #fff; }
  .hero { height: 900px; }
  .hero-content { top: 245px; }
  .scroll-hint { bottom: 52px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .partner-strip { gap: 30px; padding-top: 75px; padding-bottom: 75px; }
  .feature-section { width: min(960px, 100%); }
  .feature-video-column { margin-left: -20px; margin-right: 20px; }
  .feature-copy { margin-left: 0; margin-right: -20px; }
  .feature-copy h2 { max-width: calc(100% - 70px); font-size: 36px; }
  .feature-copy > p:last-child { margin-right: 50px; margin-left: 50px; font-size: 22px; line-height: 1.55; letter-spacing: 1px; }
}

@media (max-width: 780px) {
  .site-header { height: 144px; }
  .header-top { width: calc(100% - 28px); height: 82px; grid-template-columns: 1fr auto 1fr; }
  .header-meta { display: none; }
  .brand img { width: 190px; max-height: 58px; }
  .header-nav-row { width: calc(100% - 28px); height: 62px; }
  .header-actions { gap: 15px; }
  .hero { height: 760px; background-position: 57% center; }
  .hero-content { top: 190px; padding: 0 15px; }
  .hero-content p { margin-bottom: 25px; font-size: 12px; }
  .hero h1 { max-width: 580px; margin-bottom: 34px; font-size: clamp(47px, 13vw, 68px); }
  .hero .button { width: 196px; height: 57px; }
  .scroll-hint { bottom: 48px; }
  #searchToggle { display: block; }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-card { aspect-ratio: 100 / 78; }
  .editorial-card em { opacity: 1; transform: none; }
  .shop-section { padding: 70px 16px 90px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 12px; }
  .product-info { display: block; }
  .product-info h3 { font-size: 15px; }
  .product-category { display: block; margin: 5px 0; }
  .product-price { display: block; }
  .quick-actions { opacity: 1; transform: none; }
  .partner-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px 24px; padding: 65px 28px; }
  .partner-strip img { max-width: 120px; max-height: 75px; }
  .movement-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .movement-grid span { opacity: 1; transform: none; }
  .story-band { padding: 75px 24px; }
  .story-section { grid-template-columns: 1fr; gap: 50px; }
  .story-image { padding: 0; }
  .story-image img { width: min(540px, 100%); }
  .story-copy { align-items: center; padding: 0; text-align: center; }
  .hydrophobic-section { padding: 80px 22px; }
  .feature-section { min-height: 0; flex-direction: column; align-items: center; }
  .feature-video-column { width: 100%; flex: none; margin: 0; padding-bottom: 70px; }
  .feature-video { width: min(340px, 82vw); }
  .feature-copy { width: 100%; min-height: 520px; flex: none; margin: 0; border-radius: 70px 1px 70px 1px; }
  .feature-copy > p:first-child { margin: 60px 0 4px 47px; }
  .feature-copy h2 { max-width: calc(100% - 68px); margin-left: 36px; font-size: 27px; line-height: 1.3; }
  .feature-copy > p:last-child { margin: 30px 35px 60px; font-size: 16px; line-height: 1.4; letter-spacing: .1px; }
  .footer-cta { min-height: 680px; padding: 250px 24px 110px; }
  .footer-cta h2 { font-size: clamp(48px, 10vw, 72px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .product-dialog-layout, .checkout-layout { grid-template-columns: 1fr; }
  .product-dialog-layout > img { min-height: 0; max-height: 48dvh; }
  .product-dialog-copy { padding: 34px 24px 40px; }
  .checkout-layout { gap: 30px; padding: 48px 22px 32px; overflow-y: auto; }
  .chat-bubble { width: 60px; height: 60px; padding: 5px; right: 8px; bottom: 12px; }
  .chat-bubble > span { width: 50px; height: 50px; flex-basis: 50px; }
  .chat-bubble strong { display: none; }
}

@media (max-width: 480px) {
  .brand img { width: 165px; }
  .hero { height: 690px; }
  .hero-content { top: 155px; }
  .hero h1 { font-size: 46px; }
  .scroll-hint { bottom: 42px; }
  .editorial-card { aspect-ratio: 100 / 108; }
  .section-heading h2 { font-size: 45px; }
  .partner-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .movement-grid { grid-template-columns: 1fr; }
  .story-copy h2 { font-size: 44px; }
  .footer-cta { min-height: 610px; padding-top: 215px; }
  .footer-cta h2 { font-size: 48px; }
  footer { padding-top: 75px; }
  .footer-grid { grid-template-columns: 1fr; gap: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}