:root {
  --green-950: #06331b;
  --green-900: #074622;
  --green-800: #0c5129;
  --green-700: #156a38;
  --green-500: #2d8b50;
  --lime: #b9d637;
  --yellow: #f6c63f;
  --cream: #fbf8ee;
  --ink: #153024;
  --muted: #637168;
  --line: rgba(12, 81, 41, .13);
  --white: #fff;
  --shadow: 0 20px 60px rgba(5, 54, 28, .12);
  --radius-lg: 36px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; padding: 10px 14px; border-radius: 8px; background: #fff; color: var(--green-900); }
.skip-link:focus { top: 12px; }


/* =========================================================
   TOP LAUNCH ANNOUNCEMENT
   ========================================================= */

.launch-announcement {
  position: relative;
  z-index: 1100;
  color: var(--green-950);
  background:
    linear-gradient(90deg, #f6c63f 0%, #d9e86f 52%, #f6c63f 100%);
  border-bottom: 1px solid rgba(6, 51, 27, .14);
  box-shadow: 0 5px 18px rgba(6, 51, 27, .10);
}

.launch-announcement__inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
}

.launch-announcement__badge {
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--green-900);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
  white-space: nowrap;
}

.launch-announcement__inner strong {
  color: var(--green-950);
  font-size: 17px;
  font-weight: 900;
}

.launch-announcement__price {
  color: var(--green-900);
  font-weight: 700;
}

.launch-announcement__price b {
  font-size: 19px;
  font-weight: 950;
}

@media (max-width: 560px) {
  .launch-announcement__inner {
    min-height: 58px;
    gap: 5px 8px;
    flex-wrap: wrap;
    padding-block: 7px;
    font-size: 14px;
  }

  .launch-announcement__inner strong {
    font-size: 15px;
  }

  .launch-announcement__price b {
    font-size: 17px;
  }

  .launch-announcement__badge {
    padding: 4px 8px;
    font-size: 9px;
  }
}

.top-strip { background: var(--green-950); color: rgba(255,255,255,.84); font-size: 13px; }
.top-strip__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.top-strip a { color: #fff; font-weight: 700; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(12,81,41,.08); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand{
    display:flex;
    align-items:center;
}

.brand img{
    height:94px;
    width:auto;
    max-width:220px;
    object-fit:contain;
    display:block;
}
.site-header{
    padding:12px 0;
}
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.primary-nav > a:not(.nav-cta) { position: relative; padding-block: 28px; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--green-700); transition: right .25s ease; }
.primary-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 20px; border-radius: 999px; color: #fff; background: var(--green-800); box-shadow: 0 10px 24px rgba(12,81,41,.18); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; border-radius: 12px; }
.menu-toggle span { width: 22px; height: 2px; display: block; margin: 5px auto; background: var(--green-900); transition: .25s ease; }

.hero { --hero-accent: #f4b925; position: relative; overflow: hidden; padding: 72px 0 38px; background: radial-gradient(circle at 84% 18%, color-mix(in srgb, var(--hero-accent) 36%, transparent), transparent 33%), linear-gradient(120deg, #fbfbf3 0%, #f7f3de 48%, #edf5dd 100%); transition: background .4s ease; }
.hero::before { content: ""; position: absolute; inset: auto 0 0; height: 28%; background: linear-gradient(to bottom, transparent, rgba(255,255,255,.55)); pointer-events: none; }
.hero-grid { min-height: 610px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 50px; position: relative; z-index: 2; }
.hero-copy { padding-block: 30px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--green-700); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow span { width: 30px; height: 2px; background: var(--hero-accent); }
.hero h1 { margin: 18px 0 18px; max-width: 760px; font-family: Georgia, "Times New Roman", serif; color: var(--green-950); font-size: clamp(56px, 7vw, 96px); line-height: .93; letter-spacing: -.055em; }
.hero h1 em { color: var(--green-700); font-weight: 500; }
.hero-lead { max-width: 610px; margin: 0; color: #4d6054; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button { min-height: 52px; padding: 0 24px; border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: var(--green-800); box-shadow: 0 14px 28px rgba(12,81,41,.22); }
.button--ghost { color: var(--green-900); background: rgba(255,255,255,.6); border: 1px solid rgba(12,81,41,.13); }
.play-icon { width: 28px; height: 28px; border-radius: 50%; display: inline-grid; place-items: center; font-size: 10px; color: #fff; background: var(--green-700); }
.hero-flavour-picker { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 10px; }
.flavour-dot { border: 1px solid transparent; border-radius: 999px; padding: 8px 12px 8px 8px; display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.4); cursor: pointer; font-size: 12px; font-weight: 800; }
.flavour-dot.is-active { background: #fff; border-color: rgba(12,81,41,.12); box-shadow: 0 8px 22px rgba(7,70,34,.09); }
.dot { width: 26px; height: 26px; border-radius: 50%; box-shadow: inset 0 0 0 4px rgba(255,255,255,.45); }
.dot--mango { background: #f4b925; }.dot--guava { background: #ef4b7c; }.dot--lichi { background: #e66482; }.dot--pomegranate { background: #b92132; }

.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.hero-splash { position: absolute; width: 460px; height: 460px; border-radius: 43% 57% 51% 49% / 48% 43% 57% 52%; background: color-mix(in srgb, var(--hero-accent) 74%, white); transform: rotate(-9deg); box-shadow: inset 0 0 70px rgba(255,255,255,.45), 0 40px 90px color-mix(in srgb, var(--hero-accent) 28%, transparent); transition: background .4s ease, box-shadow .4s ease; }
.hero-splash::before, .hero-splash::after { content: ""; position: absolute; background: rgba(255,255,255,.28); border-radius: 50%; }
.hero-splash::before { width: 110px; height: 40px; left: 40px; top: 70px; transform: rotate(-28deg); }
.hero-splash::after { width: 40px; height: 40px; right: 65px; bottom: 65px; }
.bottle-stage { position: relative; z-index: 2; width: 330px; height: 520px; display: grid; place-items: center; }
.bottle-glow { position: absolute; bottom: 18px; width: 245px; height: 38px; border-radius: 50%; background: rgba(12,57,28,.2); filter: blur(12px); }
.hero-bottle { width: auto; max-width: 310px; height: 500px; object-fit: contain; filter: drop-shadow(0 28px 22px rgba(12,57,28,.22)); transition: opacity .18s ease, transform .28s ease; }
.hero-bottle.is-changing { opacity: 0; transform: translateY(8px) scale(.96); }
.hero-product-label { position: absolute; z-index: 4; right: 0; bottom: 50px; min-width: 205px; padding: 15px 18px; color: #fff; border-radius: 18px; background: rgba(6,51,27,.9); backdrop-filter: blur(10px); box-shadow: var(--shadow); }
.hero-product-label span { display: block; opacity: .72; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.hero-product-label strong { display: block; margin-top: 3px; font-family: Georgia, serif; font-size: 22px; }
.fruit-chip { position: absolute; z-index: 3; width: 66px; height: 66px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green-700); border: 6px solid rgba(255,255,255,.7); box-shadow: 0 14px 35px rgba(7,70,34,.18); font-family: Georgia, serif; font-size: 25px; }
.fruit-chip--one { left: 5%; top: 19%; transform: rotate(-10deg); }.fruit-chip--two { right: 2%; top: 13%; transform: rotate(10deg); }.fruit-chip--three { left: 12%; bottom: 15%; transform: rotate(7deg); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .5; }
.hero-orb--one { width: 190px; height: 190px; top: 60px; left: -80px; border: 1px solid rgba(12,81,41,.15); }
.hero-orb--two { width: 90px; height: 90px; right: 3%; bottom: 80px; background: rgba(255,255,255,.35); }
.trust-row { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); padding: 22px 28px; border: 1px solid rgba(12,81,41,.1); border-radius: 22px; background: rgba(255,255,255,.74); box-shadow: 0 18px 48px rgba(7,70,34,.08); backdrop-filter: blur(12px); }
.trust-item { display: flex; align-items: center; gap: 13px; padding: 6px 18px; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-icon { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 50%; color: var(--green-800); background: #edf4de; font-size: 20px; }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { font-size: 14px; }.trust-item small { color: var(--muted); font-size: 11px; }

.section { padding: 110px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 34px; }
.section-heading h2, .why-copy h2, .banner-copy h2, .story-copy h2, .contact-copy h2 { margin: 10px 0 0; color: var(--green-950); font-family: Georgia, serif; font-size: clamp(40px, 5vw, 64px); line-height: 1.04; letter-spacing: -.035em; }
.section-heading p { max-width: 470px; margin: 0; color: var(--muted); }
.products-section { background: #fff; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.filter-button { padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px; background: #fff; cursor: pointer; color: var(--green-900); font-size: 13px; font-weight: 800; }
.filter-button.is-active { color: #fff; background: var(--green-800); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.product-card { position: relative; overflow: hidden; min-height: 480px; display: grid; grid-template-rows: 300px minmax(0, 1fr); isolation: isolate; border: 1px solid rgba(12,81,41,.08); border-radius: var(--radius-md); background: linear-gradient(180deg, var(--soft), #fff 60%); box-shadow: 0 12px 42px rgba(9,72,35,.07); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 24px 55px rgba(9,72,35,.13); }
.product-card[hidden] { display: none; }
.product-card--wide { grid-column: span 2; grid-template-columns: .8fr 1.2fr; grid-template-rows: 360px; min-height: 360px; }
.product-card--wide .product-image-wrap { height: 360px; max-height: 360px; }
.product-card--wide .product-card__body { display: flex; flex-direction: column; justify-content: center; }
.product-badge { position: absolute; z-index: 4; top: 18px; left: 18px; padding: 6px 10px; border-radius: 999px; color: var(--green-950); background: rgba(255,255,255,.82); box-shadow: 0 5px 18px rgba(5,54,28,.08); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.product-image-wrap { position: relative; z-index: 1; width: 100%; height: 300px; max-height: 300px; min-width: 0; min-height: 0; padding: 28px 20px 10px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.product-image-wrap img { display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; min-width: 0; min-height: 0; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 17px 13px rgba(11,64,31,.16)); transition: transform .25s ease; }
.product-card:hover .product-image-wrap img { transform: scale(1.025) rotate(-1deg); }
.product-card__body { position: relative; z-index: 3; min-width: 0; padding: 20px 24px 24px; border-top: 1px solid rgba(12,81,41,.06); background: rgba(255,255,255,.96); }
.product-card__body small { color: var(--green-700); font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.product-card__body h3 { margin: 5px 0 6px; font-family: Georgia, serif; color: var(--green-950); font-size: 27px; }
.product-card__body p { margin: 0 0 14px; color: var(--muted); font-size: 14px; }
.text-link { padding: 0; border: 0; background: transparent; cursor: pointer; color: var(--green-800); font-size: 13px; font-weight: 900; }
.text-link span { display: inline-block; margin-left: 4px; transition: transform .2s ease; }.text-link:hover span { transform: translateX(4px); }

.why-section { overflow: hidden; background: var(--cream); }
.why-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.why-visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.why-blob { position: absolute; width: 520px; height: 520px; border-radius: 50% 50% 42% 58% / 48% 42% 58% 52%; background: radial-gradient(circle at 35% 30%, #ecf4c8, #c8dc70 60%, #a9c84d); transform: rotate(8deg); box-shadow: inset 0 0 90px rgba(255,255,255,.32); }
.why-bottle { position: absolute; width: auto; object-fit: contain; filter: drop-shadow(0 28px 22px rgba(7,70,34,.18)); }
.why-bottle--back { height: 475px; left: 10%; top: 15%; transform: rotate(-10deg); }.why-bottle--front { height: 520px; right: 8%; bottom: 5%; transform: rotate(8deg); }
.round-stamp { position: absolute; z-index: 3; left: 2%; bottom: 7%; width: 130px; height: 130px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: var(--green-900); border: 6px solid rgba(255,255,255,.9); box-shadow: 0 18px 40px rgba(5,54,28,.2); transform: rotate(-8deg); text-align: center; }
.round-stamp span { font-size: 9px; letter-spacing: .16em; }.round-stamp strong { font-family: Georgia, serif; font-size: 19px; }
.why-copy > p { color: var(--muted); font-size: 17px; }
.feature-list { margin: 34px 0; display: grid; gap: 20px; }
.feature-list article { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.feature-list article > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; color: var(--green-800); background: #e8f0d7; font-weight: 900; }
.feature-list h3 { margin: 0 0 4px; font-size: 17px; }.feature-list p { margin: 0; color: var(--muted); font-size: 14px; }

.flavour-banner { overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 30%, rgba(190,217,59,.22), transparent 26%), linear-gradient(135deg, var(--green-950), var(--green-700)); }
.flavour-banner__grid { min-height: 610px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 40px; }
.section-kicker--light { color: #d9eb7c; }
.banner-copy h2 { color: #fff; }
.banner-copy p { max-width: 520px; color: rgba(255,255,255,.72); font-size: 17px; }
.button--light { color: var(--green-950); background: #fff; }
.banner-bottles { min-height: 530px; display: flex; align-items: end; justify-content: center; gap: 0; }
.banner-bottles img { width: auto; height: 420px; object-fit: contain; filter: drop-shadow(0 28px 18px rgba(0,0,0,.28)); margin-inline: -16px; }
.banner-bottles img:nth-child(2) { height: 500px; z-index: 2; }.banner-bottles img:nth-child(3) { height: 455px; z-index: 1; }.banner-bottles img:nth-child(1) { transform: rotate(-7deg); }.banner-bottles img:nth-child(4) { transform: rotate(7deg); }

.story-section { background: #fff; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.story-copy > p { color: var(--muted); font-size: 17px; }
.story-copy blockquote { margin: 30px 0 20px; padding: 22px 0 22px 28px; border-left: 4px solid var(--lime); color: var(--green-800); font-family: Georgia, serif; font-size: 30px; }
.story-note { font-size: 14px !important; }
.story-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.story-cards article { min-height: 210px; padding: 28px; display: flex; flex-direction: column; justify-content: end; border-radius: 28px; color: #fff; background: var(--green-900); }
.story-cards article:nth-child(2) { background: #f0c647; color: var(--green-950); }.story-cards article:nth-child(3) { background: #c9dc6d; color: var(--green-950); }
.story-cards strong { font-family: Georgia, serif; font-size: 54px; line-height: 1; }.story-cards span { margin-top: 10px; font-weight: 800; }
.story-card--image { padding: 0 !important; overflow: hidden; background: var(--green-950) !important; }
.story-card--image img { width: 100%; height: 100%; object-fit: cover; }

.contact-section { padding-top: 30px; background: #fff; }
.contact-card { padding: 54px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(135deg, var(--green-950), var(--green-700)); box-shadow: 0 35px 90px rgba(7,70,34,.22); }
.contact-copy h2 { color: #fff; }.contact-copy p { color: rgba(255,255,255,.72); font-size: 17px; }
.contact-points { margin-top: 28px; display: grid; gap: 10px; color: #e7efc3; font-weight: 700; }
.contact-form { padding: 30px; border-radius: 26px; color: var(--ink); background: #fff; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 14px; }
.contact-form label span { color: var(--green-950); font-size: 12px; font-weight: 900; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(12,81,41,.14); border-radius: 13px; padding: 13px 14px; color: var(--ink); background: #fbfcf8; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green-500); box-shadow: 0 0 0 4px rgba(45,139,80,.1); }
.button--dark { width: 100%; color: #fff; background: var(--green-950); }
.form-status { min-height: 24px; margin: 10px 0 0; color: var(--green-700); font-size: 13px; font-weight: 800; }

.site-footer { padding: 70px 0 24px; color: rgba(255,255,255,.74); background: #052d18; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; }
.footer-brand img { width: 150px; height: 96px; object-fit: cover; border-radius: 20px; }
.footer-brand p { max-width: 330px; }
.site-footer h3 { margin: 0 0 15px; color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; }
.site-footer a { display: block; margin-bottom: 9px; }.site-footer a:hover { color: #fff; }
.footer-bottom { margin-top: 54px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }

.product-dialog { width: min(520px, calc(100% - 30px)); border: 0; border-radius: 28px; padding: 0; box-shadow: 0 30px 100px rgba(0,0,0,.32); }
.product-dialog::backdrop { background: rgba(3,33,17,.68); backdrop-filter: blur(5px); }
.dialog-content { padding: 45px; }.dialog-content h2 { margin: 10px 0; font-family: Georgia, serif; font-size: 40px; color: var(--green-950); }.dialog-content p { color: var(--muted); }
.dialog-close { position: absolute; right: 16px; top: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #eef3e6; cursor: pointer; font-size: 25px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .product-card--wide { grid-column: span 2; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero-splash { width: 390px; height: 390px; }
  .bottle-stage { width: 285px; }.hero-bottle { max-width: 270px; height: 450px; }
  .trust-row { grid-template-columns: repeat(2, 1fr); gap: 12px; }.trust-item:nth-child(2) { border-right: 0; }.trust-item { border-bottom: 1px solid var(--line); }.trust-item:nth-child(3), .trust-item:nth-child(4) { border-bottom: 0; }
  .why-grid { gap: 40px; }.why-blob { width: 440px; height: 440px; }.why-bottle--back { height: 410px; }.why-bottle--front { height: 455px; }
  .banner-bottles img { height: 330px; }.banner-bottles img:nth-child(2) { height: 400px; }.banner-bottles img:nth-child(3) { height: 370px; }
}

@media (max-width: 820px) {
  .top-strip { display: none; }
  .header-inner { min-height: 70px; }.brand { width: 96px; height: 55px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 10px); padding: 14px; display: grid; gap: 0; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); opacity: 0; transform: translateY(-10px); pointer-events: none; transition: .25s ease; }
  .primary-nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .primary-nav > a:not(.nav-cta) { padding: 12px; }.primary-nav > a:not(.nav-cta)::after { display: none; }.nav-cta { margin-top: 8px; text-align: center; }
  .hero { padding-top: 35px; }.hero-grid { min-height: auto; grid-template-columns: 1fr; }.hero-copy { text-align: center; }.hero-lead { margin-inline: auto; }.hero-actions, .hero-flavour-picker { justify-content: center; }
  .hero-visual { min-height: 530px; }.hero-product-label { right: 9%; }
  .section { padding: 82px 0; }.section-heading { align-items: start; flex-direction: column; gap: 14px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }.product-card--wide { grid-column: span 2; }
  .why-grid, .story-grid, .contact-card { grid-template-columns: 1fr; }.why-grid { gap: 30px; }.why-visual { min-height: 560px; }.why-copy { text-align: left; }
  .flavour-banner__grid { grid-template-columns: 1fr; padding-top: 75px; }.banner-copy { text-align: center; }.banner-copy p { margin-inline: auto; }.banner-bottles { min-height: 440px; }
  .contact-card { padding: 38px; }.footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .hero h1 { font-size: 54px; }.hero-lead { font-size: 16px; }.hero-actions .button { width: 100%; }
  .hero-flavour-picker { display: grid; grid-template-columns: repeat(2, 1fr); }.flavour-dot { justify-content: center; }
  .hero-visual { min-height: 465px; }.hero-splash { width: 330px; height: 330px; }.bottle-stage { height: 430px; }.hero-bottle { height: 400px; max-width: 240px; }.fruit-chip { width: 52px; height: 52px; font-size: 20px; }.hero-product-label { right: 0; bottom: 25px; min-width: 175px; }
  .trust-row { grid-template-columns: 1fr; padding: 14px; }.trust-item { border-right: 0; border-bottom: 1px solid var(--line) !important; }.trust-item:last-child { border-bottom: 0 !important; }
  .section-heading h2, .why-copy h2, .banner-copy h2, .story-copy h2, .contact-copy h2 { font-size: 42px; }
  .product-grid { grid-template-columns: 1fr; }.product-card--wide { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 300px auto; min-height: 480px; }.product-card--wide .product-image-wrap { height: 300px; max-height: 300px; }
  .why-visual { min-height: 490px; }.why-blob { width: 340px; height: 340px; }.why-bottle--back { height: 350px; left: 0; }.why-bottle--front { height: 390px; right: 0; }.round-stamp { width: 105px; height: 105px; }
  .banner-bottles { min-height: 360px; transform: scale(.87); transform-origin: bottom center; }.banner-bottles img { margin-inline: -28px; }
  .story-cards { grid-template-columns: 1fr; }.story-cards article { min-height: 160px; }
  .contact-card { padding: 25px; border-radius: 26px; }.contact-form { padding: 22px; }.form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }.footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

/* =========================================================
   PRODUCT VIDEO SECTION
   ========================================================= */

.product-video-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0 110px;
  background:
    radial-gradient(circle at 15% 15%, rgba(185, 214, 55, .16), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(246, 198, 63, .14), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #fbf8ee 100%);
  scroll-margin-top: 110px;
}

.product-video-container {
  display: grid;
  justify-items: center;
}

.video-heading {
  width: min(100%, 760px);
  margin: 0 auto 36px;
  text-align: center;
}

.video-heading .section-kicker {
  justify-content: center;
}

.video-heading h2 {
  margin: 10px 0 14px;
  color: var(--green-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: -.035em;
}

.video-heading p {
  max-width: 650px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
}

.video-card {
  position: relative;
  width: min(100%, 1000px);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(12, 81, 41, .12);
  border-radius: 28px;
  background: #000;
  box-shadow: 0 28px 70px rgba(5, 54, 28, .18);
}

.video-card video {
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  object-fit: contain;
}

.video-tabs {
  width: min(100%, 1000px);
  margin: 26px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.video-tab {
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(12, 81, 41, .14);
  border-radius: 999px;
  color: var(--green-900);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 24px rgba(5, 54, 28, .08);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  transition:
    color .2s ease,
    background .2s ease,
    border-color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.video-tab:hover {
  color: #fff;
  border-color: var(--green-800);
  background: var(--green-800);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(12, 81, 41, .18);
}

.video-tab.active,
.video-tab[aria-selected="true"] {
  color: #fff;
  border-color: var(--green-800);
  background: var(--green-800);
  box-shadow: 0 12px 28px rgba(12, 81, 41, .20);
}

.video-tab:focus-visible {
  outline: 3px solid rgba(185, 214, 55, .6);
  outline-offset: 3px;
}

@media (max-width: 820px) {
  .product-video-section {
    padding: 78px 0 88px;
  }

  .video-heading {
    margin-bottom: 28px;
  }

  .video-heading p {
    font-size: 16px;
  }

  .video-card {
    border-radius: 22px;
  }
}

@media (max-width: 560px) {
  .product-video-section {
    padding: 64px 0 72px;
  }

  .video-heading h2 {
    font-size: 40px;
  }

  .video-card {
    border-radius: 16px;
  }

  .video-tabs {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .video-tab {
    width: 100%;
  }
}
