@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --forest: #063f31;
  --forest-2: #0a5943;
  --forest-3: #0f6b50;
  --red: #d7192d;
  --red-dark: #a90f20;
  --gold: #e7b84b;
  --lime: #dce9b4;
  --cream: #f5f1e8;
  --cream-2: #ebe4d6;
  --paper: #fcfbf7;
  --white: #fff;
  --ink: #15231e;
  --muted: #66736d;
  --line: #dedfd8;
  --soft-line: rgba(21,35,30,.1);
  --shadow-sm: 0 8px 30px rgba(6,63,49,.08);
  --shadow-md: 0 24px 70px rgba(6,63,49,.13);
  --radius: 24px;
  --radius-sm: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 130px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 'Manrope', sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.container { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 12px 18px; border-radius: 10px; background: var(--white); color: var(--forest); font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(252,251,247,.9); border-bottom: 1px solid rgba(6,63,49,.09); backdrop-filter: blur(18px); }
.topbar { background: var(--forest); color: rgba(255,255,255,.78); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.topbar-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { color: var(--lime); text-decoration: none; }
.topbar-links { display: flex; align-items: center; gap: 20px; }
.topbar-links a:first-child { color: var(--white); }
.nav-wrap { position: relative; min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; flex: 0 0 auto; }
.brand img { width: 136px; height: 82px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 7px; }
.main-nav > a { padding: 10px 13px; border-radius: 999px; color: #31423b; text-decoration: none; font-size: .76rem; font-weight: 800; letter-spacing: .055em; transition: color .2s ease, background .2s ease; }
.main-nav > a:hover { background: #edf1eb; color: var(--forest); }
.main-nav .cart-link { display: flex; align-items: center; gap: 9px; margin-left: 8px; padding: 8px 9px 8px 17px; background: var(--forest); color: var(--white); }
.main-nav .cart-link:hover { background: var(--forest-2); color: var(--white); }
.cart-link b { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--gold); color: var(--forest); font-size: .75rem; }
.menu-toggle { display: none; align-items: center; gap: 8px; border: 0; border-radius: 12px; background: var(--forest); color: var(--white); padding: 10px 14px; font-weight: 800; cursor: pointer; }

.flash { margin-top: 18px; padding: 13px 18px; border: 1px solid transparent; border-radius: 14px; font-weight: 700; }
.flash-success { background: #e4f5e9; border-color: #b9e1c3; color: #165c35; }
.flash-error { background: #fde8ea; border-color: #f5bec5; color: #951a28; }

.hero { position: relative; overflow: hidden; min-height: 720px; background: var(--cream); }
.hero:after { content: ''; position: absolute; inset: auto 0 0; height: 1px; background: var(--soft-line); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 500px; height: 500px; right: -140px; top: -170px; background: rgba(220,233,180,.7); }
.hero-glow-two { width: 300px; height: 300px; left: -180px; bottom: -130px; background: rgba(215,25,45,.08); }
.hero-grid { position: relative; z-index: 1; min-height: 720px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(50px,8vw,110px); padding-block: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow i { width: 24px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--lime); }
.hero h1, .section h1, .section h2, .contact-band h2 { margin: 0; font: 700 clamp(3.1rem,5.5vw,6.4rem)/.96 'Fraunces', serif; letter-spacing: -.045em; }
.hero h1 em { color: var(--forest-2); font-style: italic; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: #526159; font-size: 1.08rem; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 50px; border: 1px solid var(--red); border-radius: 999px; background: var(--red); color: var(--white); padding: 12px 23px; text-decoration: none; font-size: .82rem; font-weight: 800; letter-spacing: .02em; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--red-dark); border-color: var(--red-dark); box-shadow: 0 10px 25px rgba(215,25,45,.2); }
.button-ghost { background: transparent; border-color: rgba(6,63,49,.22); color: var(--forest); }
.button-ghost:hover { background: var(--white); border-color: var(--forest); box-shadow: none; }
.button-dark { background: var(--forest); border-color: var(--forest); }
.button-dark:hover { background: var(--forest-2); border-color: var(--forest-2); box-shadow: 0 10px 25px rgba(6,63,49,.2); }
.button-light { background: var(--white); border-color: var(--white); color: var(--forest); }
.button-light:hover { background: var(--lime); border-color: var(--lime); color: var(--forest); box-shadow: none; }
.button.secondary { background: transparent; color: var(--forest); border-color: rgba(6,63,49,.25); }
.button.small { min-height: 43px; padding: 9px 16px; }
.button.full { width: 100%; }
.text-link { color: var(--forest); font-weight: 800; }
.hero-proof { display: flex; gap: 34px; margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(6,63,49,.14); }
.hero-proof div { display: flex; flex-direction: column; gap: 2px; }
.hero-proof strong { color: var(--forest); font-size: .9rem; }
.hero-proof span { color: var(--muted); font-size: .72rem; }
.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.visual-card { position: relative; width: min(460px,100%); min-height: 530px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 26px; border: 1px solid rgba(255,255,255,.7); border-radius: 220px 220px 34px 34px; background: rgba(255,255,255,.67); box-shadow: var(--shadow-md); backdrop-filter: blur(10px); }
.visual-card:before { content: ''; position: absolute; inset: 15% -35% auto; height: 380px; border-radius: 50%; border: 1px solid rgba(6,63,49,.11); }
.visual-label { align-self: center; position: relative; z-index: 1; padding: 7px 13px; border-radius: 999px; background: var(--forest); color: var(--white); font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.logo-stage { position: relative; z-index: 1; display: grid; place-items: center; flex: 1; }
.logo-stage img { width: 88%; max-height: 340px; object-fit: contain; filter: drop-shadow(0 20px 26px rgba(6,63,49,.14)); }
.visual-caption { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 16px 18px; border-radius: 18px; background: var(--forest); color: var(--white); }
.visual-caption span { color: var(--lime); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.visual-caption strong { font-size: .72rem; text-align: right; }
.floating-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(6,63,49,.08); border-radius: 16px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm); font-size: .7rem; font-weight: 700; line-height: 1.35; }
.floating-note b { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--lime); color: var(--forest); }
.note-top { right: -24px; top: 105px; }
.note-bottom { left: -32px; bottom: 85px; }
.note-bottom b { background: var(--red); color: var(--white); }

.service-strip { position: relative; z-index: 3; background: var(--forest); color: var(--white); }
.service-strip > .container { min-height: 116px; display: grid; grid-template-columns: repeat(4,1fr); }
.service-strip .container > div { display: flex; align-items: center; gap: 15px; padding: 20px 28px; border-right: 1px solid rgba(255,255,255,.1); }
.service-strip .container > div:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.service-strip b { color: var(--gold); font: 600 1.35rem 'Fraunces', serif; }
.service-strip span { display: flex; flex-direction: column; }
.service-strip strong { font-size: .78rem; }
.service-strip small { color: rgba(255,255,255,.58); font-size: .68rem; }

.section { padding: 116px 0; scroll-margin-top: 125px; }
.section h2 { font-size: clamp(2.7rem,5vw,5.2rem); }
.about-section { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px,9vw,130px); }
.about-title { position: relative; }
.about-title h2 { max-width: 500px; }
.section-index { display: block; margin-top: 45px; color: var(--cream-2); font: 700 7rem/1 'Fraunces', serif; }
.about-content > p { margin: 8px 0 48px; max-width: 740px; color: #45544d; font-size: clamp(1.15rem,1.8vw,1.45rem); line-height: 1.75; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.values-grid article { min-height: 215px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.values-grid article:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.values-grid span { color: var(--red); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.values-grid h3 { margin: 45px 0 8px; font: 600 1.25rem/1.2 'Fraunces', serif; }
.values-grid p { margin: 0; color: var(--muted); font-size: .8rem; }

.products-section { position: relative; overflow: hidden; background: var(--cream); }
.products-section:before { content: ''; position: absolute; width: 440px; height: 440px; right: -230px; top: -220px; border: 1px solid rgba(6,63,49,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(6,63,49,.025),0 0 0 140px rgba(6,63,49,.02); }
.section-heading { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 50px; }
.section-heading h2 { margin: 0; }
.section-heading > p { max-width: 420px; margin: 0 0 8px; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.product-card { overflow: hidden; border: 1px solid rgba(6,63,49,.1); border-radius: var(--radius); background: var(--white); box-shadow: 0 1px 0 rgba(255,255,255,.9) inset; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.product-image { position: relative; height: 300px; overflow: hidden; background: #e8e9dd; }
.product-image:after { content: ''; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(transparent,rgba(6,63,49,.15)); pointer-events: none; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-image img[src*="logo.png"] { padding: 34px; object-fit: contain; }
.stock-badge { position: absolute; z-index: 1; left: 18px; top: 18px; padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--forest); font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; backdrop-filter: blur(8px); }
.product-body { padding: 26px; }
.product-topline { color: var(--red); font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-topline span { color: var(--gold); margin-inline: 4px; }
.product-body h3 { margin: 11px 0 8px; font: 600 1.55rem/1.2 'Fraunces', serif; }
.product-body > p { min-height: 53px; margin: 0; color: var(--muted); font-size: .83rem; }
.product-footer { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.product-footer > div { display: flex; flex-direction: column; }
.product-footer small { color: var(--muted); font-size: .65rem; text-transform: uppercase; }
.product-footer strong { color: var(--forest); font-size: 1.35rem; }
.empty-state { position: relative; overflow: hidden; padding: 64px 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); text-align: center; }
.empty-state span { color: var(--red); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.empty-state h2, .empty-state h3 { margin: 10px 0; font: 600 2rem 'Fraunces', serif; }
.empty-state p { margin: 0 auto 22px; max-width: 560px; color: var(--muted); }

.gallery-section { overflow: hidden; background: var(--forest); color: var(--white); }
.gallery-section .gallery-heading > p { color: rgba(255,255,255,.6); }
.gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 155px; gap: 14px; }
.gallery-grid:not(.is-expanded) .gallery-item:nth-child(n+6) { display: none; }
.gallery-item { min-width: 0; margin: 0; overflow: hidden; border-radius: 20px; background: #0b503d; }
.gallery-item-1 { grid-column: span 7; grid-row: span 3; }
.gallery-item-2 { grid-column: span 5; grid-row: span 2; }
.gallery-item-3 { grid-column: span 5; grid-row: span 2; }
.gallery-item-4 { grid-column: span 4; grid-row: span 2; }
.gallery-item-5 { grid-column: span 8; grid-row: span 2; }
.gallery-open { position: relative; width: 100%; height: 100%; display: block; overflow: hidden; padding: 0; border: 0; background: transparent; color: var(--white); cursor: zoom-in; text-align: left; }
.gallery-open:after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent,rgba(3,30,23,.85)); pointer-events: none; }
.gallery-open img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease,filter .3s ease; }
.gallery-open:hover img { transform: scale(1.04); filter: saturate(1.08); }
.gallery-open:focus-visible { outline: 4px solid var(--gold); outline-offset: -5px; }
.gallery-open > span { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 18px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; font-size: .82rem; font-weight: 800; }
.gallery-open small { color: var(--gold); font-size: .64rem; }
.gallery-open b { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.gallery-more { display: flex; align-items: center; justify-content: center; min-height: 48px; margin: 28px auto 0; padding: 10px 22px; border: 1px solid rgba(220,233,180,.4); border-radius: 999px; background: var(--lime); color: var(--forest); font-weight: 800; cursor: pointer; transition: transform .2s ease,background .2s ease; }
.gallery-more:hover { transform: translateY(-2px); background: var(--white); }
.gallery-more:focus-visible { outline: 4px solid rgba(231,184,75,.7); outline-offset: 3px; }
.gallery-empty { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.06); color: var(--white); }
.gallery-empty p { color: rgba(255,255,255,.6); }
.gallery-dialog { width: min(1100px,calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; border: 0; border-radius: 22px; overflow: hidden; background: #071a14; box-shadow: 0 35px 120px rgba(0,0,0,.55); }
.gallery-dialog::backdrop { background: rgba(2,18,13,.84); backdrop-filter: blur(8px); }
.gallery-dialog img { width: 100%; max-height: calc(100vh - 32px); object-fit: contain; }
.gallery-close { position: absolute; z-index: 2; right: 14px; top: 14px; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(6,63,49,.82); color: var(--white); font-size: 1.5rem; cursor: pointer; backdrop-filter: blur(8px); }

.videos-section { background: #eef1ec; }
.dark-heading .eyebrow { color: var(--forest-3); }
.video-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.video-grid article { overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.video-frame { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--forest); }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.local-video video { width: 100%; height: 100%; display: block; background: #061f18; object-fit: contain; }
.video-title { display: flex; align-items: center; gap: 18px; padding: 20px 24px; }
.video-title span { display: grid; place-items: center; min-width: 44px; height: 30px; border-radius: 999px; background: var(--lime); color: var(--forest); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.video-title h3 { margin: 0; font: 600 1.22rem 'Fraunces', serif; }
.empty-state.muted { background: rgba(255,255,255,.55); }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px,9vw,130px); }
.faq-title { position: relative; }
.faq-title h2 { max-width: 440px; }
.faq-title > p { max-width: 400px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 42px 1fr 32px; align-items: center; gap: 14px; padding: 24px 0; cursor: pointer; list-style: none; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--red); font: 600 1rem 'Fraunces', serif; }
.faq-list summary b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--cream); color: var(--forest); font-size: 1.15rem; transition: transform .2s ease; }
.faq-list details[open] summary b { transform: rotate(45deg); background: var(--forest); color: var(--white); }
.faq-list details p { margin: -4px 46px 24px 56px; color: var(--muted); }

.contact-band { padding: 0 0 92px; background: var(--paper); }
.contact-card { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 50px; min-height: 350px; padding: clamp(42px,6vw,78px); border-radius: 34px; background: var(--forest); color: var(--white); }
.contact-card:before { content: ''; position: absolute; width: 360px; height: 360px; right: -130px; top: -180px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.025),0 0 0 120px rgba(255,255,255,.02); }
.contact-card > * { position: relative; z-index: 1; }
.contact-card h2 { max-width: 650px; font-size: clamp(2.7rem,5vw,5rem); }
.contact-card p { max-width: 590px; margin-bottom: 0; color: rgba(255,255,255,.67); }
.contact-actions { display: flex; flex-direction: column; align-items: center; gap: 12px; flex: 0 0 auto; }
.contact-actions > span { color: var(--lime); font-size: .78rem; font-weight: 800; }

.site-footer { background: #09281f; color: rgba(255,255,255,.68); padding: 76px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .65fr 1fr .9fr; gap: 55px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand img { width: 148px; height: 104px; object-fit: contain; margin-bottom: 12px; filter: drop-shadow(0 8px 15px rgba(0,0,0,.15)); }
.footer-brand p { max-width: 310px; }
.site-footer h2 { margin: 19px 0 18px; color: var(--white); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.site-footer p { margin: 0 0 13px; font-size: .8rem; }
.site-footer a { margin-bottom: 10px; color: rgba(255,255,255,.7); text-decoration: none; font-size: .8rem; }
.site-footer a:hover { color: var(--lime); }
.site-footer .footer-cart { color: var(--lime); font-weight: 800; }
.site-footer .instagram-link { display: inline-flex; align-items: center; gap: 7px; color: var(--lime); font-weight: 800; }
.instagram-link span { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid rgba(220,233,180,.45); border-radius: 7px; font-size: .9rem; }
.site-footer .admin-link { margin-top: 15px; color: rgba(255,255,255,.34); font-size: .7rem; }
.copyright { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: .68rem; }

.page-section { min-height: 62vh; padding: 80px 0 110px; }
.page-section > .container > .eyebrow + h1, .page-section h1 { margin: 0 0 34px; font: 700 clamp(2.7rem,5vw,5rem)/1 'Fraunces', serif; letter-spacing: -.04em; }
.narrow { max-width: 1040px; }
.cart-list, .form-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.cart-item { display: grid; grid-template-columns: 96px 1fr 100px 130px auto; align-items: center; gap: 22px; padding: 22px; border-bottom: 1px solid var(--line); }
.cart-thumb { width: 90px; height: 90px; overflow: hidden; border-radius: 16px; background: var(--cream); }
.cart-thumb img { width: 100%; height: 100%; padding: 6px; object-fit: contain; }
.cart-item h2 { margin: 0; font: 600 1.28rem 'Fraunces', serif; }
.cart-item p { margin: 5px 0 0; color: var(--muted); font-size: .8rem; }
label { display: block; color: #33423c; font-size: .82rem; font-weight: 700; }
input, textarea, select { width: 100%; margin-top: 7px; padding: 12px 14px; border: 1px solid #cfd4cf; border-radius: 11px; background: #fdfdfb; color: var(--ink); transition: border .2s ease, box-shadow .2s ease; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--forest-3); box-shadow: 0 0 0 4px rgba(15,107,80,.11); }
.link-button { border: 0; background: none; color: var(--red); text-decoration: underline; font-size: .75rem; cursor: pointer; }
.cart-summary { display: flex; align-items: center; justify-content: flex-end; gap: 26px; padding: 25px; background: #f8f7f2; }
.cart-summary > div { display: flex; flex-direction: column; min-width: 120px; }
.cart-summary span { color: var(--muted); font-size: .7rem; text-transform: uppercase; }
.cart-summary strong { color: var(--forest); font-size: 1.5rem; }
.checkout-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 26px; }
.form-card { padding: 32px; }
.form-card label { margin-bottom: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.checkbox { display: flex !important; align-items: flex-start; gap: 10px; font-size: .78rem; }
.checkbox input { width: auto; margin: 4px 0 0; }
.payment-note { position: sticky; top: 150px; align-self: start; padding: 34px; border-radius: var(--radius); background: var(--forest); color: var(--white); box-shadow: var(--shadow-md); }
.payment-note > span { color: var(--lime); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.payment-note h2 { margin: 14px 0; font: 600 2.2rem 'Fraunces', serif; }
.payment-note p { color: rgba(255,255,255,.65); font-size: .83rem; }
.payment-note a { color: var(--lime); font-weight: 800; font-size: .78rem; }
.success-card { max-width: 780px; text-align: center; }
.success-icon { display: grid; place-items: center; width: 76px; height: 76px; margin: 0 auto 24px; border-radius: 50%; background: var(--forest); color: var(--white); font-size: 2rem; box-shadow: 0 0 0 10px #e5eee9; }
.bank-box { margin: 34px 0; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); text-align: left; }
.bank-box h2 { font: 600 1.8rem 'Fraunces', serif; }
.bank-box dl div { display: grid; grid-template-columns: 150px 1fr; gap: 15px; padding: 11px 0; border-top: 1px solid rgba(6,63,49,.12); }
.bank-box dd { margin: 0; font-weight: 800; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 40; display: flex; align-items: center; gap: 10px; padding: 9px 16px 9px 9px; border: 2px solid rgba(255,255,255,.88); border-radius: 999px; background: #25d366; color: #073d23; box-shadow: 0 12px 34px rgba(0,0,0,.22); text-decoration: none; font-size: .8rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(0,0,0,.28); }
.whatsapp-float:focus-visible { outline: 4px solid rgba(231,184,75,.7); outline-offset: 3px; }
.whatsapp-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--white); color: #128c4a; font-weight: 800; }

@media (max-width: 980px) {
  .container { width: min(100% - 36px,1200px); }
  .menu-toggle { display: inline-flex; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: calc(100% + 8px); flex-direction: column; align-items: stretch; gap: 4px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: rgba(252,251,247,.98); box-shadow: var(--shadow-md); }
  .main-nav.open { display: flex; }
  .main-nav > a { padding: 12px 14px; }
  .main-nav .cart-link { justify-content: space-between; margin: 5px 0 0; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero h1 { font-size: clamp(3rem,6.5vw,5.2rem); }
  .hero-proof { gap: 20px; }
  .visual-card { min-height: 470px; }
  .note-top { right: -8px; }
  .note-bottom { left: -8px; }
  .service-strip .container > div { padding-inline: 16px; }
  .about-grid, .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .section-index { display: none; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .gallery-grid { grid-auto-rows: 135px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
  .cart-item { grid-template-columns: 84px 1fr 90px; }
  .cart-item > strong, .cart-item > .link-button { grid-column: 2; }
}

@media (max-width: 720px) {
  .topbar-inner { justify-content: center; }
  .topbar-links { display: none; }
  .nav-wrap { min-height: 82px; }
  .brand img { width: 112px; height: 68px; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 68px; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { min-height: 480px; }
  .visual-card { width: min(410px,88%); min-height: 450px; }
  .service-strip > .container { grid-template-columns: repeat(2,1fr); }
  .service-strip .container > div { border-bottom: 1px solid rgba(255,255,255,.1); }
  .section { padding: 82px 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 22px; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article { min-height: auto; }
  .values-grid h3 { margin-top: 24px; }
  .video-grid, .checkout-grid { grid-template-columns: 1fr; }
  .gallery-item-1,.gallery-item-2,.gallery-item-3,.gallery-item-4,.gallery-item-5 { grid-column: span 6; grid-row: span 2; }
  .gallery-item-1 { grid-column: span 12; grid-row: span 3; }
  .payment-note { position: static; }
  .contact-card { align-items: flex-start; flex-direction: column; }
  .contact-actions { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .copyright { align-items: flex-start; flex-direction: column; }
  .cart-summary { align-items: stretch; flex-direction: column; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 28px,1200px); }
  .hero h1 { font-size: 3.05rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
  .hero-proof span { font-size: .62rem; }
  .hero-visual { min-height: 400px; }
  .visual-card { min-height: 390px; padding: 18px; }
  .logo-stage img { max-height: 240px; }
  .floating-note { display: none; }
  .visual-caption { flex-direction: column; gap: 3px; text-align: center; }
  .visual-caption strong { text-align: center; }
  .service-strip .container > div { padding: 18px 10px; }
  .service-strip b { font-size: 1rem; }
  .section h2 { font-size: 2.8rem; }
  .product-grid { grid-template-columns: 1fr; }
  .gallery-grid { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; }
  .gallery-item,.gallery-item-1,.gallery-item-2,.gallery-item-3,.gallery-item-4,.gallery-item-5 { flex: 0 0 86%; height: 340px; scroll-snap-align: center; }
  .product-image { height: 280px; }
  .faq-list summary { grid-template-columns: 34px 1fr 30px; }
  .faq-list details p { margin-left: 48px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .contact-band { padding-bottom: 60px; }
  .contact-card { border-radius: 24px; }
  .page-section { padding-block: 60px 80px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-card { padding: 22px; }
  .cart-item { grid-template-columns: 70px 1fr; padding: 16px; }
  .cart-thumb { width: 66px; height: 66px; }
  .cart-item label, .cart-item > strong, .cart-item > .link-button { grid-column: 2; }
  .bank-box dl div { grid-template-columns: 1fr; gap: 3px; }
  .whatsapp-float { right: 12px; bottom: 12px; padding: 8px; }
  .whatsapp-float > span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .whatsapp-mark { width: 38px; height: 38px; }
}

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