:root {
  --black: #0c0b09;
  --ink: #17130f;
  --cream: #fff3d8;
  --paper: #fffaf0;
  --red: #ef2c24;
  --yellow: #ffcf35;
  --orange: #ff7a1a;
  --green: #1f8f5f;
  --muted: #74695b;
  --line: rgba(23,19,15,.14);
  --shadow: 0 30px 90px rgba(12,11,9,.22);
  --radius-xl: 34px;
  --radius: 20px;
  --font-display: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  --font-body: Avenir Next, Trebuchet MS, Verdana, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 10% 10%, rgba(255,207,53,.32), transparent 26rem),
    radial-gradient(circle at 86% 6%, rgba(239,44,36,.18), transparent 28rem),
    linear-gradient(180deg, var(--paper), #f5ead4 48%, #16120e 48%, #16120e 100%);
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.skip { position: absolute; left: -999px; top: 1rem; background: var(--red); color: white; padding: .8rem; z-index: 20; }
.skip:focus { left: 1rem; }

.site-header {
  position: sticky; top: 0; z-index: 10;
  display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center;
  margin: 0 auto; padding: .75rem clamp(1rem, 3vw, 2rem);
  background: rgba(255,250,240,.78); backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: .8rem; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; background: var(--black); color: var(--cream); font-family: var(--font-display); letter-spacing: .03em; transform: rotate(-5deg); }
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand small, .footer small { color: var(--muted); font-size: .76rem; margin-top: .16rem; }
.nav { display: flex; justify-content: center; gap: .4rem; }
.nav a { padding: .7rem .85rem; border-radius: 999px; font-size: .92rem; color: #352d25; }
.nav a:hover { background: rgba(239,44,36,.08); color: var(--red); }
.header-actions { display: flex; gap: .6rem; align-items: center; }
.menu-toggle { display: none; }
.lang-toggle { border: 1px solid var(--line); background: white; border-radius: 999px; padding: .65rem .8rem; cursor: pointer; }

.section { padding: clamp(4rem, 9vw, 8rem) clamp(1rem, 5vw, 5rem); max-width: 1440px; margin: 0 auto; }
.section.tight { padding-top: 2rem; padding-bottom: 2rem; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: clamp(2rem, 6vw, 6rem); min-height: 760px; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 2rem; z-index: -1; border-radius: 44px; background: linear-gradient(135deg, rgba(12,11,9,.06), rgba(255,207,53,.2)), repeating-linear-gradient(-18deg, transparent 0 22px, rgba(239,44,36,.06) 23px 25px); }
.eyebrow { margin: 0 0 1rem; text-transform: uppercase; letter-spacing: .18em; font-weight: 900; font-size: .78rem; color: var(--red); }
h1, h2, h3 { margin: 0; line-height: .92; letter-spacing: -.04em; }
h1, h2 { font-family: var(--font-display); text-transform: uppercase; }
h1 { font-size: clamp(4rem, 11vw, 10rem); max-width: 9ch; }
h1 span { color: var(--red); text-shadow: 4px 4px 0 var(--yellow); }
h2 { font-size: clamp(3rem, 7vw, 6.7rem); }
h3 { font-size: 1.35rem; letter-spacing: -.02em; }
p { line-height: 1.65; }
.lead { font-size: clamp(1.05rem, 1.8vw, 1.4rem); max-width: 780px; }
.th { color: #594f43; }
.hero-actions, .contact-links { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .9rem 1.2rem; border: 2px solid var(--black); border-radius: 999px; font-weight: 900; box-shadow: 5px 5px 0 var(--black); transition: transform .2s ease, box-shadow .2s ease; cursor: pointer; }
.btn:hover { transform: translate(2px,2px); box-shadow: 3px 3px 0 var(--black); }
.btn-small { min-height: 38px; padding: .6rem .9rem; box-shadow: 3px 3px 0 var(--black); }
.btn-red { background: var(--red); color: white; }
.btn-cream { background: var(--cream); }
.btn-dark { background: var(--black); color: var(--cream); border-color: var(--black); }
.launch-strip { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.launch-strip span { padding: .6rem .8rem; background: white; border: 1px solid var(--line); border-radius: 999px; font-weight: 800; }

.hero-visual { position: relative; min-height: 570px; }
.orbit { position: absolute; border: 2px dashed rgba(12,11,9,.18); border-radius: 50%; animation: spin 22s linear infinite; }
.orbit-one { inset: 3rem 1rem 4rem 3rem; }
.orbit-two { inset: 7rem 5rem 1rem 0; animation-direction: reverse; }
@keyframes spin { to { transform: rotate(360deg); } }
.bottle-card { position: absolute; display: grid; justify-items: center; gap: .7rem; padding: 1rem; width: 230px; background: rgba(255,250,240,.88); border: 2px solid var(--black); border-radius: 28px; box-shadow: var(--shadow); }
.bottle-card-main { left: 10%; top: 5%; transform: rotate(-7deg); }
.bottle-card-side { right: 5%; bottom: 8%; transform: rotate(8deg); }
.bottle { width: 82px; height: 300px; border-radius: 28px 28px 18px 18px; border: 3px solid var(--black); display: grid; place-items: center; position: relative; box-shadow: inset 14px 0 rgba(255,255,255,.18); }
.bottle:before { content: ''; position: absolute; top: -42px; width: 42px; height: 58px; background: inherit; border: 3px solid var(--black); border-bottom: 0; border-radius: 15px 15px 0 0; }
.bottle span { font-family: var(--font-display); text-transform: uppercase; text-align: center; line-height: .85; font-size: 1.5rem; }
.bottle.black { background: var(--black); color: var(--cream); }
.bottle.yellow { background: var(--yellow); color: var(--black); }
.bottle-card p { margin: 0; font-weight: 900; }
.bottle-card strong { font-size: .8rem; color: var(--muted); text-align: center; }
.badge { position: absolute; right: 15%; top: 9%; width: 170px; height: 170px; display: grid; place-items: center; text-align: center; background: var(--red); color: white; border-radius: 50%; border: 3px solid var(--black); box-shadow: 8px 8px 0 var(--black); font-family: var(--font-display); font-size: 1.4rem; text-transform: uppercase; transform: rotate(12deg); }

.audience { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.path-card, .product-card, .step, .form-card, .panel, .stockist-card, .faq-item, .legal { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,250,240,.86); }
.path-card { padding: 1.2rem; transition: transform .2s ease, background .2s ease; }
.path-card:hover { transform: translateY(-4px); background: white; }
.path-card span { display: block; font-weight: 950; font-size: 1.4rem; }
.path-card small { color: var(--muted); }

.section-head { max-width: 850px; margin-bottom: 2rem; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.product-card { position: relative; overflow: hidden; padding: 1.2rem; min-height: 470px; display: flex; flex-direction: column; justify-content: space-between; }
.product-card:before { content: ''; position: absolute; inset: -30% -40% auto auto; width: 230px; height: 230px; background: var(--accent); opacity: .28; border-radius: 50%; }
.product-card .mini-bottle { align-self: center; margin: 1.5rem 0; transform: rotate(var(--tilt)); }
.meta { display: flex; flex-wrap: wrap; gap: .4rem; margin: 1rem 0; }
.meta span { background: white; border: 1px solid var(--line); border-radius: 999px; padding: .35rem .55rem; font-size: .78rem; font-weight: 800; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1.2rem; align-items: stretch; }
.panel, .form-card, .stockist-card, .legal { padding: clamp(1.3rem, 3vw, 2.4rem); }
.panel.dark { background: var(--black); color: var(--cream); }
.panel.dark .eyebrow { color: var(--yellow); }
.panel.dark .th { color: #e4d7bd; }
.panel.cream, .stockist-card { background: var(--cream); }
.check-list { padding-left: 1.1rem; line-height: 1.8; }
.form-card { background: white; box-shadow: 0 14px 50px rgba(12,11,9,.08); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
label { display: grid; gap: .35rem; font-weight: 850; margin-bottom: .8rem; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: .9rem 1rem; background: #fffdf8; color: var(--ink); }
input:focus, textarea:focus, select:focus, a:focus-visible, button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.fineprint { color: var(--muted); font-size: .86rem; }
.timeline-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.step { padding: 1.4rem; background: var(--black); color: var(--cream); min-height: 240px; }
.step span { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--yellow); color: var(--black); font-weight: 950; margin-bottom: 1rem; }
.about, .contact { color: var(--cream); }
.about .eyebrow, .contact .eyebrow { color: var(--yellow); }
.about .copy-block, .contact .form-card { color: var(--ink); }
.stockists { color: var(--cream); }
.stockist-card { color: var(--ink); max-width: 880px; margin: auto; text-align: center; }
.faq-list { display: grid; gap: .8rem; max-width: 980px; }
.faq-item { overflow: hidden; background: white; }
.faq-item button { width: 100%; display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: 1.1rem 1.25rem; border: 0; background: none; text-align: left; font-weight: 950; cursor: pointer; }
.faq-item .answer { display: none; padding: 0 1.25rem 1.25rem; color: var(--muted); }
.faq-item[open] .answer { display: block; }
.legal { max-width: 980px; color: var(--cream); background: rgba(255,243,216,.08); border-color: rgba(255,243,216,.2); }
.legal h2 { font-size: clamp(2.5rem, 5vw, 4rem); }

.floating-line { position: fixed; right: 1rem; bottom: 1rem; z-index: 11; display: grid; place-items: center; width: 72px; height: 72px; border-radius: 50%; background: #06c755; color: white; border: 3px solid var(--black); box-shadow: 5px 5px 0 var(--black); font-weight: 950; }
.footer { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: 2rem clamp(1rem, 5vw, 5rem); color: var(--cream); border-top: 1px solid rgba(255,243,216,.18); background: #16120e; }
.footer a { margin-left: 1rem; color: #eadfc9; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: auto auto; }
  .menu-toggle { display: inline-flex; justify-self: end; border: 1px solid var(--line); background: white; border-radius: 999px; padding: .65rem .9rem; }
  .nav, .header-actions { display: none; grid-column: 1 / -1; justify-content: start; flex-wrap: wrap; }
  .site-header.open .nav, .site-header.open .header-actions { display: flex; }
  .hero, .split { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 500px; }
  .audience, .product-grid, .timeline-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .section { padding-left: 1rem; padding-right: 1rem; }
  h1 { font-size: 4rem; }
  .audience, .product-grid, .timeline-grid, .form-grid { grid-template-columns: 1fr; }
  .hero-bg { inset: .8rem; }
  .hero-visual { min-height: 430px; }
  .bottle-card { width: 190px; }
  .bottle-card-main { left: 0; }
  .bottle-card-side { right: 0; }
  .badge { width: 130px; height: 130px; right: 3%; top: 2%; font-size: 1.05rem; }
  .footer { display: grid; }
  .footer a { display: inline-block; margin: .5rem .8rem .2rem 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
.verification { color: var(--cream); }
.verification .eyebrow { color: var(--yellow); }
.verification-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.verify-card { display: grid; gap: .75rem; align-content: start; min-height: 230px; padding: 1.25rem; border-radius: var(--radius); background: rgba(255,243,216,.1); border: 1px solid rgba(255,243,216,.2); }
.verify-card strong { color: var(--yellow); text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; }
.verify-card span { font-size: 1.2rem; font-weight: 950; line-height: 1.35; }
.verify-card small { color: #d8cbb3; line-height: 1.55; }
.verify-card.needs-data { border-color: rgba(255,207,53,.75); background: rgba(255,207,53,.12); }
.policy-strip { margin-top: 1rem; padding: 1.2rem 1.4rem; border-radius: var(--radius); background: var(--cream); color: var(--ink); border: 2px solid var(--yellow); }
.policy-strip p { margin: .35rem 0; }
@media (max-width: 980px) { .verification-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .verification-grid { grid-template-columns: 1fr; } }
.business-details { color: var(--cream); }
.business-details .eyebrow { color: var(--yellow); }
.business-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.detail-card { padding: 1.25rem; border-radius: var(--radius); background: rgba(255,243,216,.1); border: 1px solid rgba(255,243,216,.2); }
.detail-card strong { display: block; color: var(--yellow); text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; margin-bottom: .75rem; }
.detail-card p { margin: .35rem 0; }
.detail-card .th { color: #e4d7bd; }
@media (max-width: 980px) { .business-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .business-grid { grid-template-columns: 1fr; } }
.hero-bottle-image { width: auto; height: 320px; max-width: 120px; object-fit: contain; filter: drop-shadow(0 24px 28px rgba(12,11,9,.28)); }
.hero-bottle-image.lemon { height: 300px; }
.product-image-wrap { display: grid; place-items: center; min-height: 250px; margin: 1rem 0; }
.product-image { width: auto; height: 250px; max-width: 150px; object-fit: contain; transform: rotate(var(--tilt)); filter: drop-shadow(0 22px 24px rgba(12,11,9,.22)); transition: transform .25s ease; }
.product-card:hover .product-image { transform: rotate(var(--tilt)) translateY(-8px) scale(1.04); }
.line-card { display: inline-grid; gap: .5rem; justify-items: center; padding: .85rem; margin-top: 1.25rem; border: 1px solid var(--line); border-radius: 18px; background: white; color: var(--ink); }
.line-card img { width: 138px; height: 138px; object-fit: contain; }
.line-card span { font-weight: 950; font-size: .86rem; }
.form-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.form-status {
  min-height: 1.35rem;
  margin: .65rem 0 0;
  font-weight: 900;
}
.form-status[data-type="loading"] { color: var(--ink); }
.form-status[data-type="success"] { color: #0b7a3b; }
.form-status[data-type="error"] { color: var(--red); }
.form-card button[disabled] {
  cursor: wait;
  opacity: .72;
}
@media (max-width: 640px) { .hero-bottle-image { height: 270px; } .product-image { height: 230px; } }
@font-face {
  font-family: 'FritzKola';
  src: url('./media/fritz-kola.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.fritz-name {
  font-family: 'FritzKola', var(--font-display);
  font-weight: 400;
  letter-spacing: .015em;
  text-transform: none;
}
h1 .fritz-name { color: var(--red); text-shadow: 4px 4px 0 var(--yellow); }
html[data-lang="en"] .fritz-hero {
  font-family: 'FritzKola', var(--font-display);
  font-weight: 400;
  letter-spacing: .01em;
  text-transform: none;
}
html[data-lang="th"] .fritz-hero {
  font-family: var(--font-display);
}
.lang-th { display: none; }
html[data-lang="th"] .lang-en { display: none; }
html[data-lang="th"] .lang-th { display: block; }
html[data-lang="en"] .product-th { display: none; }
html[data-lang="th"] .product-th { display: block; }
