:root {
  --red: #c91422;
  --red-dark: #9e0e18;
  --ink: #11110f;
  --muted: #6c675f;
  --cream: #fffaf3;
  --sand: #f5ede2;
  --line: rgba(33, 28, 22, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fffdf9; font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; }
svg { display: block; }
.hero-photo-wrap > img,
.flavor-photo-card > img,
.lineup-image > img,
.partner-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; }

.site-header {
  position: sticky; top: 0; z-index: 30; height: 92px; padding: 0 5.3vw;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  background: rgba(255, 253, 249, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px);
}
.brand-logo, .footer-logo { position: relative; width: 64px; height: 70px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.brand-logo img, .footer-logo img { flex: none; width: 72px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 38px; font-size: 13px; font-weight: 700; }
.nav-links a { position: relative; padding: 16px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 10px; height: 2px; background: var(--red); transition: right .25s ease; }
.nav-links a:hover::after { right: 0; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 12px; min-height: 46px; padding: 0 21px; color: white; background: var(--red); border-radius: 99px; font-size: 12px; font-weight: 800; letter-spacing: .02em; transition: .25s ease; }
.header-cta:hover { background: var(--red-dark); transform: translateY(-1px); }
.header-cta svg, .button svg { width: 19px; height: 19px; }
.header-cta > span, .button > span { font-size: 19px; line-height: 1; }
.menu-button { display: none; justify-self: end; padding: 8px; background: transparent; border: 0; }
.menu-button span { display: block; width: 25px; height: 2px; margin: 6px 0; background: var(--ink); }

.hero { min-height: 700px; padding: 70px 5.3vw 76px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 5vw; overflow: hidden; background: radial-gradient(circle at 69% 28%, rgba(248, 214, 198, .48), transparent 31%), #fffdf9; }
.hero-copy { position: relative; z-index: 2; max-width: 660px; padding-left: 1.7vw; }
.kicker { margin: 0 0 23px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(50px, 5.4vw, 84px); line-height: 1.02; letter-spacing: -.06em; }
.hero h1 span { color: var(--red); }
.hero-lead { max-width: 600px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 22px; border-radius: 8px; border: 1px solid transparent; font-size: 12px; font-weight: 900; cursor: pointer; transition: .23s ease; }
.button:hover { transform: translateY(-2px); }
.button-red { color: #fff; background: var(--red); box-shadow: 0 13px 30px rgba(201, 20, 34, .17); }
.button-red:hover { background: var(--red-dark); }
.button-outline { background: white; border-color: rgba(17, 17, 15, .35); }
.button-outline:hover { border-color: var(--red); color: var(--red); }
.hero-visual { position: relative; min-width: 0; height: 520px; }
.hero-photo-wrap { position: absolute; inset: 18px 0 18px 1%; overflow: hidden; border-radius: 47% 8% 44% 8% / 18% 11% 20% 12%; box-shadow: 0 28px 70px rgba(56, 37, 24, .16); }
.hero-photo { object-fit: cover; object-position: center 51%; }
.hero-visual::before { content: ""; position: absolute; left: -5%; right: 4%; top: -2%; bottom: 0; z-index: 0; border-radius: 52% 32% 49% 36%; background: #f7dfd4; transform: rotate(-2.5deg); }
.fruit-dot { position: absolute; z-index: 3; width: 38px; height: 38px; background: var(--red); border-radius: 50% 48% 52% 45%; box-shadow: inset -8px -9px 13px rgba(110, 0, 0, .18); }
.dot-one { right: 2%; top: 6%; }
.dot-two { left: -2%; bottom: 13%; width: 25px; height: 25px; }
.leaf-stroke { position: absolute; right: 7%; bottom: -4%; z-index: 3; color: #7c982f; font-family: Georgia, serif; font-size: 122px; line-height: 1; transform: rotate(-25deg); }

.benefit-strip { margin: 0 5.3vw; padding: 28px 2vw; display: grid; grid-template-columns: repeat(4, 1fr); background: #f8f1e7; border: 1px solid #f0e5d7; border-radius: 19px; box-shadow: 0 18px 50px rgba(60, 38, 21, .06); }
.benefit-strip > div { min-width: 0; padding: 5px 2vw; display: flex; align-items: center; gap: 15px; }
.benefit-strip > div + div { border-left: 1px solid var(--line); }
.benefit-strip svg { flex: 0 0 auto; width: 43px; height: 43px; color: var(--red); }
.benefit-strip span { display: flex; min-width: 0; flex-direction: column; gap: 6px; }
.benefit-strip strong { font-size: 13px; }
.benefit-strip small { color: var(--muted); font-size: 10px; }

.flavors-section { padding: 120px 5.3vw 130px; }
.section-title { max-width: 760px; margin: 0 auto 70px; text-align: center; }
.section-title h2, .partner-copy h2, .contact-section h2 { margin: 0; font-size: clamp(47px, 5vw, 76px); line-height: 1.02; letter-spacing: -.055em; }
.section-title > p:last-child { max-width: 630px; margin: 24px auto 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.flavors-layout { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px; }
.flavor-photo-card { position: relative; min-height: 590px; overflow: hidden; border-radius: 20px; background: #d9b13c; }
.flavor-photo-card > img { object-fit: cover; object-position: 58% center; transition: transform .7s ease; }
.flavor-photo-card:hover > img { transform: scale(1.025); }
.flavor-photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(38, 24, 6, .56), transparent 48%); }
.photo-label { position: absolute; z-index: 2; left: 34px; bottom: 32px; display: flex; flex-direction: column; gap: 7px; color: white; }
.photo-label span { font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.photo-label strong { font-size: 30px; }
.flavor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.flavor-grid article { --flavor: #c91422; position: relative; min-height: 182px; overflow: hidden; padding: 28px; display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; background: #fffaf5; border: 1px solid var(--line); border-radius: 16px; transition: transform .23s ease, box-shadow .23s ease; }
.flavor-grid article:hover { transform: translateY(-3px); box-shadow: 0 18px 35px rgba(56, 35, 19, .08); }
.flavor-grid article::after { content: ""; position: absolute; z-index: 0; width: 125px; height: 125px; right: -28px; top: -31px; border-radius: 52% 48% 61% 39%; background: color-mix(in srgb, var(--flavor) 16%, white); }
.flavor-grid article > * { position: relative; z-index: 1; }
.flavor-number { align-self: flex-start; color: var(--flavor); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.flavor-shape { position: absolute !important; right: 24px; top: 25px; width: 47px; height: 47px; border-radius: 48% 52% 45% 55%; background: var(--flavor); box-shadow: inset -9px -10px 15px rgba(54, 15, 12, .14); transform: rotate(12deg); }
.flavor-grid h3 { margin: 0 0 8px; font-size: 28px; letter-spacing: -.04em; }
.flavor-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.lineup-band { max-width: 1320px; margin: 28px auto 0; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 420px; overflow: hidden; background: #171614; border-radius: 20px; }
.lineup-image { position: relative; min-height: 420px; }
.lineup-image img { object-fit: cover; object-position: center; }
.lineup-copy { padding: 65px 6vw; display: flex; flex-direction: column; justify-content: center; color: white; }
.lineup-copy .kicker { color: #ffa2a8; }
.lineup-copy h3 { max-width: 520px; margin: 0; font-size: clamp(36px, 3.8vw, 58px); line-height: 1.05; letter-spacing: -.05em; }
.lineup-copy > p:last-child { max-width: 520px; margin: 24px 0 0; color: rgba(255, 255, 255, .64); font-size: 15px; line-height: 1.7; }

.partner-section { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 720px; background: #fff8ef; }
.partner-photo { position: relative; min-height: 720px; overflow: hidden; }
.partner-photo img { object-fit: cover; object-position: 54% center; }
.partner-copy { padding: 90px 8vw 85px 7vw; display: flex; flex-direction: column; justify-content: center; }
.partner-copy h2 { max-width: 650px; }
.partner-lead { max-width: 620px; margin: 24px 0 30px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.partner-copy ul { margin: 0 0 34px; padding: 0; list-style: none; }
.partner-copy li { padding: 20px 0; display: grid; grid-template-columns: 38px 1fr; gap: 17px; border-top: 1px solid var(--line); }
.partner-copy li:last-child { border-bottom: 1px solid var(--line); }
.partner-copy li > span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.partner-copy li strong { font-size: 14px; }
.partner-copy li p { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.partner-copy .button { align-self: flex-start; }

.product-details { min-height: 112px; padding: 34px 5.3vw; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px; color: #4d4841; background: #f8f1e7; border-top: 1px solid #f0e5d7; font-size: 12px; font-weight: 700; }
.product-details i { width: 5px; height: 5px; background: var(--red); border-radius: 50%; }

.contact-section { padding: 120px 5vw; text-align: center; color: white; background: var(--red); }
.contact-section .kicker { color: #ffd3d6; }
.contact-section h2 { max-width: 900px; margin: 0 auto; }
.contact-section > p:not(.kicker) { max-width: 680px; margin: 25px auto 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.65; }
.contact-actions { max-width: 750px; margin: 42px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-actions a { padding: 22px 25px; display: flex; flex-direction: column; gap: 8px; color: var(--ink); background: white; border-radius: 10px; transition: transform .23s ease; }
.contact-actions a:hover { transform: translateY(-3px); }
.contact-actions span { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.contact-actions strong { font-size: 19px; }

footer { min-height: 130px; padding: 24px 5.3vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; color: #68645e; background: #fffdf9; font-size: 11px; }
.footer-logo { width: 58px; height: 66px; }
.footer-logo img { width: 67px; }
footer p:nth-child(2) { color: var(--ink); font-weight: 800; }
footer p:last-child { justify-self: end; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 3.8vw; }
  .nav-links { position: absolute; left: 0; right: 0; top: 91px; display: none; flex-direction: column; gap: 0; padding: 22px; background: white; box-shadow: 0 20px 40px rgba(25, 16, 8, .12); }
  .nav-links.open { display: flex; }
  .nav-links a { width: 100%; padding: 15px; text-align: center; }
  .header-cta { display: none; }
  .menu-button { display: block; }
  .hero { grid-template-columns: .95fr 1.05fr; padding-left: 4vw; padding-right: 4vw; gap: 3vw; }
  .benefit-strip { margin-left: 3.8vw; margin-right: 3.8vw; }
  .benefit-strip > div { padding-left: 1vw; padding-right: 1vw; }
  .benefit-strip svg { width: 35px; height: 35px; }
  .partner-copy { padding-left: 5vw; padding-right: 5vw; }
}

@media (max-width: 850px) {
  .site-header { height: 78px; padding: 0 21px; }
  .brand-logo { width: 54px; height: 60px; }
  .brand-logo img { width: 62px; }
  .nav-links { top: 77px; }
  .hero { padding: 60px 22px 45px; grid-template-columns: 1fr; gap: 43px; }
  .hero-copy { padding-left: 0; }
  .hero h1 { font-size: clamp(40px, 12.9vw, 73px); }
  .hero-lead { font-size: 16px; }
  .hero-visual { height: 460px; }
  .hero-photo-wrap { inset: 12px 0; }
  .hero-photo { object-position: 50% center; }
  .benefit-strip { margin: 0 22px; padding: 10px 20px; grid-template-columns: 1fr 1fr; }
  .benefit-strip > div { padding: 19px 8px; }
  .benefit-strip > div + div { border-left: 0; }
  .benefit-strip > div:nth-child(even) { border-left: 1px solid var(--line); }
  .benefit-strip > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .flavors-section { padding: 90px 22px; }
  .section-title { margin-bottom: 50px; text-align: left; }
  .section-title h2, .partner-copy h2, .contact-section h2 { font-size: 47px; }
  .section-title > p:last-child { margin-left: 0; }
  .flavors-layout { grid-template-columns: 1fr; }
  .flavor-photo-card { min-height: 520px; }
  .flavor-grid article { min-height: 170px; }
  .lineup-band { grid-template-columns: 1fr; }
  .lineup-image { min-height: 370px; }
  .lineup-copy { padding: 50px 30px; }
  .partner-section { grid-template-columns: 1fr; }
  .partner-photo { min-height: 560px; }
  .partner-copy { padding: 72px 22px; }
  .contact-section { padding: 90px 22px; }
  .contact-actions { grid-template-columns: 1fr; }
  footer { padding: 30px 22px; grid-template-columns: 1fr; text-align: center; }
  footer .footer-logo, footer p:last-child { justify-self: center; }
  footer p { margin: 0; }
}

@media (max-width: 560px) {
  .hero { padding-top: 45px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-visual { height: 340px; }
  .fruit-dot { display: none; }
  .benefit-strip { grid-template-columns: 1fr; padding: 10px 20px; }
  .benefit-strip > div:nth-child(even) { border-left: 0; }
  .benefit-strip > div + div { border-top: 1px solid var(--line); }
  .flavor-grid { grid-template-columns: 1fr; }
  .flavor-photo-card { min-height: 440px; }
  .lineup-image { min-height: 300px; }
  .partner-photo { min-height: 430px; }
  .partner-photo img { object-position: 58% center; }
  .product-details { flex-direction: column; gap: 12px; text-align: center; }
  .product-details i { display: none; }
  .contact-actions strong { font-size: 17px; }
}

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