:root {
  --navy-950: #050f22;
  --navy-900: #07152d;
  --navy-800: #0b2145;
  --navy-700: #123768;
  --gold: #cba55b;
  --gold-light: #ead09a;
  --ink: #10213b;
  --muted: #647084;
  --paper: #f6f7f9;
  --white: #ffffff;
  --line: #dce1e8;
  --shadow: 0 24px 70px rgba(5, 15, 34, .12);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: .98; }
h1 em, h2 em { color: var(--gold-light); font-weight: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }

.skip-link { position: fixed; left: 16px; top: -100px; z-index: 2000; padding: 10px 16px; color: white; background: var(--navy-950); border-radius: 8px; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid #e6bb68; outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 78px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(5,15,34,.96); box-shadow: 0 10px 30px rgba(0,0,0,.15); backdrop-filter: blur(12px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: white; text-decoration: none; flex: 0 0 auto; }
.brand-glyph { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid rgba(203,165,91,.7); color: var(--gold-light); font-family: Georgia, serif; font-size: 17px; letter-spacing: -.12em; transform: skewX(-5deg); box-shadow: inset 0 0 18px rgba(203,165,91,.1); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 17px; letter-spacing: .16em; }
.brand-copy small { margin-top: 5px; color: #b9c2d1; font-size: 10px; letter-spacing: .19em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 25px; margin-left: auto; }
.main-nav a { position: relative; color: #d9dfeb; font-size: 13px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 16px; padding: 13px 22px; border: 1px solid var(--gold); border-radius: 2px; color: var(--navy-950); background: linear-gradient(135deg, #e6c47e, #bd9348); font-size: 13px; font-weight: 800; letter-spacing: .07em; line-height: 1.2; text-decoration: none; text-transform: uppercase; box-shadow: 0 12px 30px rgba(203,165,91,.16); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(203,165,91,.24); }
.button span, .text-link span { font-size: 18px; font-weight: 400; }
.button-small { min-height: 42px; padding: 10px 16px; font-size: 11px; }
.button-dark { color: white; background: var(--navy-900); border-color: var(--navy-900); box-shadow: 0 12px 30px rgba(7,21,45,.16); }
.button-quiet { color: var(--navy-900); background: transparent; border-color: #9da8b8; box-shadow: none; }
.button-quiet:hover { background: white; }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: white; font-size: 13px; font-weight: 750; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link::after { content: ""; position: absolute; }
.text-link-dark { color: var(--navy-900); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: #c8d0de; font-size: 12px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 32px; height: 1px; background: var(--gold); }
.eyebrow.dark { color: #68758a; }
.eyebrow.light { color: #d7deea; }

.hero { position: relative; min-height: 760px; overflow: hidden; color: white; background: radial-gradient(circle at 76% 37%, #173c70 0, #0b2145 23%, #07152d 55%, #050f22 100%); }
.hero::before { content: ""; position: absolute; width: 720px; aspect-ratio: 1; right: -350px; top: -270px; border: 1px solid rgba(203,165,91,.18); border-radius: 50%; }
.hero-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(90deg, transparent, black); }
.hero-layout { position: relative; display: grid; min-height: 710px; grid-template-columns: 1.05fr .85fr; align-items: center; gap: 70px; padding-top: 110px; padding-bottom: 70px; }
.hero-copy { max-width: 680px; }
.hero h1 { max-width: 680px; margin-bottom: 26px; font-size: clamp(54px, 6.3vw, 88px); text-transform: uppercase; }
.hero h1 em { display: block; }
.hero-lead { max-width: 620px; margin-bottom: 16px; color: white; font-size: 21px; font-weight: 600; line-height: 1.45; }
.hero-text { max-width: 620px; margin-bottom: 32px; color: #b8c3d4; font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-mark-wrap { display: grid; place-items: center; }
.hero-mark { position: relative; display: flex; width: min(100%, 440px); aspect-ratio: .9; align-items: center; justify-content: center; flex-direction: column; border: 1px solid rgba(203,165,91,.26); background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.005)); box-shadow: inset 0 0 70px rgba(203,165,91,.04), 0 40px 90px rgba(0,0,0,.2); transform: perspective(1000px) rotateY(-7deg); }
.hero-mark::before, .hero-mark::after { content: ""; position: absolute; width: 58px; height: 58px; border-color: var(--gold); opacity: .75; }
.hero-mark::before { top: 18px; left: 18px; border-top: 1px solid; border-left: 1px solid; }
.hero-mark::after { right: 18px; bottom: 18px; border-right: 1px solid; border-bottom: 1px solid; }
.hero-gl { color: transparent; background: linear-gradient(160deg, #fff2c9 4%, #d0a85a 32%, #805d25 58%, #f1d797 78%, #aa7f39); background-clip: text; -webkit-background-clip: text; font-family: Georgia, serif; font-size: clamp(108px, 13vw, 170px); font-weight: 800; letter-spacing: -.13em; line-height: .8; filter: drop-shadow(0 6px 1px #0b1730) drop-shadow(0 14px 20px rgba(0,0,0,.45)); transform: translateX(-5%); }
.hero-distribuidora { margin-top: 20px; color: #f1f3f7; font-size: 14px; font-weight: 700; letter-spacing: .52em; text-transform: uppercase; transform: translateX(.25em); }
.hero-mark-line { width: 50px; height: 1px; margin: 24px 0 16px; background: var(--gold); }
.hero-mark-note { color: #9cabbf; font-family: Georgia, serif; font-size: 13px; font-style: italic; }
.hero-footer { position: relative; z-index: 2; display: flex; height: 50px; align-items: center; justify-content: center; gap: 22px; color: #9aa8bd; border-top: 1px solid rgba(255,255,255,.08); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero-footer i { width: 3px; height: 3px; background: var(--gold); border-radius: 50%; }

.brands-section { position: relative; padding: 74px 0 48px; overflow: hidden; background: #fff; }
.brands-intro { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 8px; }
.brands-intro .eyebrow { margin-bottom: 8px; }
.brands-intro h2 { margin-bottom: 0; color: var(--navy-900); font-size: clamp(42px, 5vw, 68px); }
.brands-frame { position: relative; width: 100%; height: clamp(150px, 19vw, 230px); overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.brands-frame picture { position: absolute; inset: 0; display: block; }
.brands-frame img { position: absolute; top: 50%; left: 50%; width: 100%; height: auto; max-width: 1152px; transform: translate(-50%, -50%); }

.benefits { padding: 40px 0 78px; background: white; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.benefit { min-height: 255px; padding: 28px; border-right: 1px solid var(--line); }
.benefit:last-child { border-right: 0; }
.benefit > span { display: block; margin-bottom: 54px; color: #9ba5b3; font-family: Georgia, serif; font-size: 15px; }
.benefit h3 { margin-bottom: 13px; color: var(--navy-900); font-size: 17px; line-height: 1.3; text-transform: uppercase; }
.benefit p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.benefit-accent { color: white; background: var(--navy-900); }
.benefit-accent > span { color: var(--gold-light); }
.benefit-accent h3 { color: white; }
.benefit-accent p { color: #b8c3d4; }

.products { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 70px; margin-bottom: 56px; }
.section-heading h2 { margin-bottom: 0; color: var(--navy-900); font-size: clamp(48px, 6vw, 76px); }
.section-heading > p { max-width: 470px; margin-bottom: 5px; color: var(--muted); font-size: 18px; }
.product-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 14px; }
.product-card { position: relative; display: flex; min-height: 285px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 28px; border: 1px solid #d8dee7; background: white; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card:hover { z-index: 2; transform: translateY(-5px); border-color: #b9c3d0; box-shadow: var(--shadow); }
.product-card-large { grid-row: span 2; min-height: 584px; color: white; background: linear-gradient(155deg, var(--navy-700), var(--navy-950)); }
.product-card-large::after { content: "GL"; position: absolute; right: -24px; bottom: 6px; color: rgba(255,255,255,.035); font-family: Georgia, serif; font-size: 190px; font-weight: 800; letter-spacing: -.13em; line-height: .8; }
.product-card-dark { color: white; background: var(--navy-900); }
.product-card-wide { grid-column: span 2; min-height: 285px; color: var(--navy-900); background: linear-gradient(120deg, #e7d1a3, #f5ead1); border-color: transparent; }
.product-card-outline { background: transparent; border-color: #aab5c3; }
.product-number { color: #9da8b7; font-family: Georgia, serif; font-size: 15px; }
.product-card-large .product-number, .product-card-dark .product-number { color: var(--gold-light); }
.product-kicker { margin-bottom: 8px; color: #7a8798; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.product-card-large .product-kicker, .product-card-dark .product-kicker { color: var(--gold-light); }
.product-card h3 { position: relative; z-index: 1; margin-bottom: 12px; font-family: Georgia, serif; font-size: 28px; font-weight: 500; line-height: 1.1; }
.product-card p:last-child { position: relative; z-index: 1; max-width: 430px; margin: 0; color: #687589; font-size: 15px; }
.product-card-large p:last-child, .product-card-dark p:last-child { color: #c1cad7; }
.center-action { display: flex; justify-content: center; margin-top: 42px; }

.photo-break { position: relative; min-height: 690px; overflow: hidden; color: white; background: var(--navy-950); }
.photo-break picture, .photo-break img { position: absolute; inset: 0; width: 100%; height: 100%; }
.photo-break img { object-fit: cover; object-position: center; }
.photo-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,15,34,.94) 0%, rgba(5,15,34,.6) 42%, rgba(5,15,34,.08) 78%), linear-gradient(0deg, rgba(5,15,34,.3), transparent 45%); }
.photo-copy { position: relative; display: flex; min-height: 690px; justify-content: center; flex-direction: column; }
.photo-copy h2 { max-width: 760px; margin-bottom: 24px; font-size: clamp(48px, 6.2vw, 80px); text-transform: uppercase; }
.photo-copy p:last-child { max-width: 490px; margin: 0; color: #d7deea; font-size: 18px; }

.process { background: white; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 100px 1fr; align-items: center; min-height: 150px; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--gold); font-family: Georgia, serif; font-size: 24px; }
.process-list li div { display: grid; grid-template-columns: .8fr 1fr; align-items: center; gap: 50px; }
.process-list h3 { margin: 0; color: var(--navy-900); font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.process-list p { max-width: 480px; margin: 0; color: var(--muted); }

.cola-section { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 720px; color: white; background: var(--navy-900); }
.cola-image { position: relative; min-height: 720px; overflow: hidden; }
.cola-image picture, .cola-image img { width: 100%; height: 100%; }
.cola-image img { object-fit: cover; object-position: center; }
.cola-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, rgba(7,21,45,.45)); pointer-events: none; }
.image-caption { position: absolute; z-index: 2; left: 28px; bottom: 28px; padding: 8px 12px; color: white; background: rgba(5,15,34,.76); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.cola-content { display: flex; max-width: 670px; justify-content: center; flex-direction: column; padding: 80px clamp(34px, 7vw, 110px); }
.cola-content h2 { margin-bottom: 32px; font-size: clamp(50px, 5.7vw, 76px); }
.cola-content p { color: #b8c3d4; }
.cola-content .cola-lead { color: white; font-size: 19px; }
.cola-content .text-link { margin-top: 20px; align-self: flex-start; }

.business { background: #f4efe4; }
.business-layout { display: grid; grid-template-columns: 1.15fr .65fr; gap: 110px; align-items: end; }
.business-title h2 { margin: 0; color: var(--navy-900); font-size: clamp(50px, 6.8vw, 84px); }
.business-title h2 em { display: block; color: #a47f3e; }
.business-copy p { margin-bottom: 30px; color: #596579; font-size: 18px; }

.freight { padding: 70px 0; color: white; background: var(--navy-800); }
.freight-inner { display: grid; grid-template-columns: .45fr 1fr .9fr; align-items: center; gap: 48px; }
.freight-label { color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.freight-main { padding: 8px 50px; border-left: 1px solid rgba(255,255,255,.16); border-right: 1px solid rgba(255,255,255,.16); }
.freight-main p { margin: 0; color: #bac5d4; font-size: 14px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.freight-main h2 { margin: 8px 0 0; font-family: inherit; font-size: 24px; font-weight: 400; letter-spacing: -.02em; }
.freight-main strong { color: var(--gold-light); font-family: Georgia, serif; font-size: 42px; font-weight: 500; }
.freight-copy p { margin-bottom: 6px; color: #d7deea; }
.freight-copy small { color: #97a6ba; }

.retail { padding-block: 75px; background: var(--paper); }
.retail-card { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 42px 46px; border: 1px solid #d7dde5; background: rgba(255,255,255,.6); }
.retail-card .eyebrow { margin-bottom: 14px; }
.retail-card h2 { margin-bottom: 12px; color: var(--navy-900); font-size: clamp(35px, 4vw, 50px); }
.retail-card p:last-child { margin: 0; color: var(--muted); }

.final-cta { position: relative; overflow: hidden; padding: 130px 0; color: white; text-align: center; background: radial-gradient(circle at 50% 110%, #123b6d, var(--navy-900) 48%, var(--navy-950)); }
.cta-orbit { position: absolute; left: 50%; top: 50%; width: min(85vw, 900px); aspect-ratio: 1; border: 1px solid rgba(203,165,91,.12); border-radius: 50%; transform: translate(-50%, -50%); }
.cta-orbit::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; }
.final-cta-inner { position: relative; display: flex; align-items: center; flex-direction: column; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { margin-bottom: 28px; font-size: clamp(54px, 8vw, 94px); text-transform: uppercase; }
.final-cta p { max-width: 620px; margin-bottom: 34px; color: #bdc7d5; font-size: 18px; }

.site-footer { padding: 72px 0 26px; color: #c4cdd9; background: #030a16; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .55fr; gap: 80px; padding-bottom: 55px; }
.footer-grid h3 { margin-bottom: 20px; color: var(--gold-light); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid p, .footer-grid a { color: #919eb0; font-size: 14px; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-brand > p { max-width: 390px; margin: 24px 0 0; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); color: #6f7e92; font-size: 12px; }
.footer-bottom a { color: #a9b5c4; text-decoration: none; }

.whatsapp-float { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: grid; width: 58px; height: 58px; place-items: center; color: white; background: #1f9f57; border: 2px solid white; border-radius: 50%; box-shadow: 0 12px 32px rgba(6,35,20,.32); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.02); }
.whatsapp-float svg { width: 29px; height: 29px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .main-nav { gap: 16px; }
  .main-nav a { font-size: 12px; }
  .header-cta { display: none; }
  .hero-layout { gap: 38px; }
  .benefit { padding: 24px; }
  .business-layout { gap: 65px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 82px 0; }
  .site-header { height: 70px; background: rgba(5,15,34,.92); }
  .header-inner { justify-content: space-between; }
  .menu-toggle { position: relative; z-index: 1002; display: grid; width: 44px; height: 44px; place-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.2); color: white; background: transparent; border-radius: 3px; }
  .menu-toggle span { display: block; width: 20px; height: 1px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 1001; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; gap: 6px; margin: 0; padding: 100px 30px 40px; background: var(--navy-950); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { width: 100%; padding: 13px 0; color: white; border-bottom: 1px solid rgba(255,255,255,.1); font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
  .main-nav a::after { display: none; }
  .hero { min-height: auto; }
  .hero-layout { min-height: auto; grid-template-columns: 1fr; gap: 54px; padding-top: 130px; padding-bottom: 70px; }
  .hero h1 { font-size: clamp(46px, 13vw, 68px); }
  .hero-mark { width: min(100%, 420px); aspect-ratio: 1.2; }
  .hero-gl { font-size: 120px; }
  .hero-footer { height: 46px; gap: 14px; }
  .brands-section { padding-top: 58px; }
  .brands-intro { align-items: flex-start; flex-direction: column; }
  .brands-frame { height: clamp(135px, 30vw, 190px); }
  .brands-frame img { width: 100%; max-width: 1152px; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .benefit { border-bottom: 1px solid var(--line); }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(3), .benefit:nth-child(4) { border-bottom: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card-large { min-height: 460px; }
  .product-card-wide { grid-column: span 2; }
  .photo-break, .photo-copy { min-height: 620px; }
  .photo-break img { object-position: 57% center; }
  .process-list li div { grid-template-columns: 1fr; gap: 9px; }
  .cola-section { grid-template-columns: 1fr; }
  .cola-image { min-height: 520px; }
  .cola-content { max-width: none; padding: 75px 32px 85px; }
  .business-layout { grid-template-columns: 1fr; gap: 35px; }
  .freight-inner { grid-template-columns: 1fr; gap: 26px; }
  .freight-main { padding: 24px 0; border: 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
  .retail-card { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 70px 0; }
  .brand-copy { display: none; }
  .hero-layout { padding-top: 116px; padding-bottom: 55px; }
  .hero h1 { margin-bottom: 22px; font-size: clamp(43px, 13.2vw, 58px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: center; }
  .hero-mark { aspect-ratio: 1.15; transform: none; }
  .hero-gl { font-size: 105px; }
  .hero-distribuidora { font-size: 11px; }
  .hero-footer span:last-of-type, .hero-footer i:last-of-type { display: none; }
  .eyebrow { margin-bottom: 18px; font-size: 11px; }
  .brands-section { padding-bottom: 35px; }
  .brands-intro h2 { font-size: 44px; }
  .brands-frame { height: 125px; }
  .brands-frame img { width: 100%; }
  .benefits { padding-top: 20px; padding-bottom: 55px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit { min-height: auto; padding: 25px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .benefit:last-child { border-bottom: 0 !important; }
  .benefit > span { margin-bottom: 28px; }
  .section-heading h2 { font-size: 47px; }
  .section-heading > p { font-size: 16px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card, .product-card-large, .product-card-wide { min-height: 260px; grid-column: auto; grid-row: auto; }
  .product-card-large { min-height: 390px; }
  .product-card h3 { font-size: 26px; }
  .photo-break, .photo-copy { min-height: 570px; }
  .photo-overlay { background: linear-gradient(0deg, rgba(5,15,34,.94) 0%, rgba(5,15,34,.58) 55%, rgba(5,15,34,.12) 100%); }
  .photo-copy { justify-content: flex-end; padding-bottom: 48px; }
  .photo-copy h2 { font-size: 43px; }
  .photo-copy p:last-child { font-size: 16px; }
  .process-list li { grid-template-columns: 58px 1fr; min-height: 170px; }
  .process-list h3 { font-size: 24px; }
  .process-list p { font-size: 14px; }
  .cola-image { min-height: 410px; }
  .cola-content { padding: 64px 24px 72px; }
  .cola-content h2 { font-size: 48px; }
  .cola-content .cola-lead { font-size: 17px; }
  .business-title h2 { font-size: 48px; }
  .freight { padding: 58px 0; }
  .freight-main strong { display: block; margin-top: 4px; font-size: 38px; }
  .retail-card { padding: 32px 25px; }
  .retail-card .button { width: 100%; }
  .final-cta { padding: 100px 0; }
  .final-cta h2 { font-size: 50px; }
  .final-cta p { font-size: 16px; }
  .final-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { grid-column: auto; }
  .site-footer .brand-copy { display: grid; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 54px; height: 54px; }
}

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