:root {
  --green-950: #1f2937;
  --green-900: #1f2937;
  --green-800: #374151;
  --green-700: #9a741d;
  --mint-100: #fff8e7;
  --gold: #d4af37;
  --gold-dark: #8a681a;
  --gold-hover: #c19a2c;
  --gold-soft: #fff8e7;
  --cream: #fff8e7;
  --paper: #ffffff;
  --white: #fff;
  --ink: #1f2937;
  --muted: #647084;
  --line: rgba(212, 175, 55, 0.28);
  --shadow: 0 18px 52px rgba(31, 41, 55, 0.1);
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  font-family: Inter, "Noto Sans Lao", "Noto Sans Thai", "Noto Sans SC", "Noto Sans JP", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 100;
  padding: 12px 16px;
  background: var(--white);
  color: var(--green-900);
  border-radius: 10px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 82px;
  padding: 0 clamp(20px, 5vw, 76px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; width: fit-content; gap: 12px; text-decoration: none; color: var(--green-900); }
.brand-mark { width: 54px; height: 38px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1; gap: 4px; }
.brand-copy strong { font-size: 18px; letter-spacing: .14em; }
.brand-copy small { font-size: 12px; color: var(--muted); }
.main-nav { display: flex; gap: clamp(16px, 2.2vw, 30px); font-size: 14px; font-weight: 700; }
.main-nav a { text-decoration: none; }
.main-nav a:hover { color: var(--gold-dark); text-decoration: underline; text-underline-offset: 5px; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.language-switcher { display: flex; align-items: center; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.62); }
.language-switcher button { min-width: 42px; height: 30px; padding: 0 8px; border: 0; border-radius: 999px; color: var(--muted); background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
.language-switcher button[aria-pressed="true"] { color: var(--green-950); background: var(--gold); }
.privacy-badge { justify-self: end; display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--green-800); font-size: 12px; font-weight: 700; background: var(--gold-soft); }
.privacy-badge b { font-weight: 800; white-space: nowrap; }
.privacy-badge span { width: 7px; height: 7px; background: #10b981; border-radius: 50%; box-shadow: 0 0 0 4px rgba(16,185,129,.12); }

.hero {
  min-height: calc(100svh - 82px);
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
  padding: 64px clamp(24px, 7vw, 110px) 72px;
  overflow: hidden;
  background: var(--white);
  border-bottom: 10px solid var(--gold-soft);
}

.eyebrow { margin: 0 0 18px; color: var(--gold-dark); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.hero h1, .flow-copy h1, .review-main h1 { margin: 0; color: var(--green-950); font-size: clamp(44px, 5vw, 72px); font-weight: 700; line-height: 1.08; letter-spacing: -.035em; }
.hero h1 em { color: var(--gold-dark); font-style: normal; font-weight: 700; }
.hero-lede { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 34px; }
.button { min-height: 50px; border: 0; border-radius: 12px; padding: 0 24px; display: inline-flex; justify-content: center; align-items: center; gap: 12px; text-decoration: none; font-size: 16px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, select:focus-visible, .back-link:focus-visible, .review-card button:focus-visible, .member-card button:focus-visible { outline: 3px solid rgba(212,175,55,.55); outline-offset: 3px; }
.button-primary { color: var(--green-950); background: var(--gold); box-shadow: 0 12px 28px rgba(138,104,26,.18); }
.button-primary:hover { background: var(--gold-hover); box-shadow: 0 15px 34px rgba(138,104,26,.24); }
.button-secondary { color: var(--green-950); background: var(--white); border: 1px solid var(--gold); }
.button-secondary:hover { background: var(--gold-soft); }
.microcopy { color: var(--muted); font-size: 12px; }
.hero-service-note { margin: 15px 0 0; }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px 22px; margin: 32px 0 0; padding: 20px 0 0; color: var(--green-800); border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; list-style: none; }
.trust-row li::before { content: "✓"; margin-right: 7px; color: var(--gold); }

.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.hero-image-card { position: relative; z-index: 2; width: min(100%, 620px); height: 520px; overflow: hidden; border: 10px solid var(--white); border-radius: 30px; background: var(--gold-soft); box-shadow: var(--shadow); }
.hero-image-card::before { display: none; }
.hero-image-card::after { content: ""; position: absolute; z-index: 2; inset: 0; border: 2px solid rgba(212,175,55,.5); border-radius: 20px; pointer-events: none; }
.hero-image-card img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 70% center; }
.hero-image-brand { position: absolute; z-index: 3; top: 28px; left: 28px; display: flex; align-items: center; gap: 10px; color: var(--green-900); font-size: 12px; font-weight: 900; letter-spacing: .12em; line-height: 1.45; }
.hero-image-brand img { width: 52px; height: 38px; object-fit: contain; }
.hero-image-card-new::before { display: none; }
.hero-image-card-new img { object-position: 74% center; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 430px; height: 430px; background: var(--gold-soft); }
.orb-two { width: 310px; height: 310px; border: 1px solid var(--line); }
.coupon-pass { position: relative; z-index: 2; width: min(100%, 460px); aspect-ratio: 1.58; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; color: var(--white); border-radius: 22px; background: var(--green-950); box-shadow: var(--shadow); }
.coupon-pass::after { content: ""; position: absolute; width: 360px; height: 360px; right: -130px; bottom: -220px; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.03), 0 0 0 76px rgba(255,255,255,.025); }
.pass-top, .pass-footer { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: flex-start; }
.pass-top div { display: grid; gap: 5px; }
.pass-top strong { font-size: 24px; font-weight: 700; }
.pass-label { color: var(--gold-soft); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.pass-top svg { width: 54px; color: var(--white); }
.pass-amount { position: relative; z-index: 1; display: flex; align-items: baseline; gap: 8px; }
.pass-amount span { font-size: 76px; font-weight: 700; line-height: .9; }
.pass-amount small { color: var(--gold-soft); }
.pass-footer { align-items: end; color: rgba(255,255,255,.68); font-size: 12px; letter-spacing: .12em; }
.floating-note { position: absolute; z-index: 3; padding: 13px 17px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); box-shadow: 0 14px 34px rgba(31,41,55,.12); color: var(--green-950); font-size: 13px; font-weight: 800; }
.floating-note span { color: var(--gold-dark); }
.floating-note small { color: var(--muted); font-size: 12px; }
.note-one { left: -12px; bottom: 70px; }
.note-two { right: -4px; top: 72px; }

.offers { padding: 110px clamp(24px, 7vw, 110px); background: var(--white); }
.section-heading { max-width: 1220px; margin: 0 auto 48px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.section-heading h2, .how h2 { margin: 0; color: var(--green-950); font-size: clamp(34px, 3.8vw, 54px); font-weight: 700; letter-spacing: -.035em; }
.section-heading > p { max-width: 340px; margin: 0 0 8px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.offer-grid { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.offer-card { position: relative; min-height: 430px; padding: 30px; display: flex; flex-direction: column; border: 2px solid var(--gold-soft); border-radius: var(--radius-lg); background: var(--white); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.offer-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.offer-card.featured { color: var(--green-950); border-color: var(--gold); background: var(--white); box-shadow: 0 22px 54px rgba(138,104,26,.14); }
.popular-badge { position: absolute; top: 20px; right: 20px; padding: 8px 12px; border-radius: 999px; color: var(--green-950); background: var(--gold); font-size: 12px; font-weight: 900; }
.offer-kicker { color: var(--gold-dark); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.offer-card h3 { margin: 12px 0 26px; font-size: 32px; font-weight: 700; }
.offer-count { margin: 0; color: var(--muted); }
.featured .offer-count, .featured .offer-unit, .featured ul { color: var(--muted); }
.offer-count strong { margin-right: 6px; color: currentColor; font-size: 48px; font-weight: 700; line-height: 1; }
.offer-price { margin: 18px 0 0; }
.offer-price strong { color: var(--gold-dark); font-size: clamp(23px, 2.1vw, 31px); letter-spacing: -.03em; }
.offer-unit { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.offer-card ul { display: grid; gap: 10px; margin: 26px 0; padding: 0; color: var(--muted); font-size: 15px; line-height: 1.55; list-style: none; }
.offer-card li::before { content: "✓"; margin-right: 8px; color: var(--gold); }
.offer-card .button { width: 100%; margin-top: auto; }
.featured .button-primary { color: var(--green-950); background: var(--gold); box-shadow: none; }
.featured .button-primary:hover { background: var(--gold-hover); }
.prototype-note { margin: 22px auto 0; max-width: 1220px; color: var(--muted); font-size: 12px; text-align: right; }

.membership-system { padding: 110px clamp(24px, 7vw, 110px); background: var(--gold-soft); border-top: 1px solid var(--line); }
.rewards-heading { max-width: 1220px; margin: 0 auto 48px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr); gap: 64px; align-items: end; }
.rewards-heading h2 { margin: 0; color: var(--green-950); font-size: clamp(36px, 4.2vw, 58px); font-weight: 700; letter-spacing: -.04em; line-height: 1.08; }
.rewards-heading > p { max-width: 430px; margin: 0 0 7px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.member-experience { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: minmax(310px, .78fr) minmax(0, 1.22fr); gap: 22px; align-items: stretch; }
.membership-products { display: grid; gap: 12px; }
.membership-products article { padding: 23px; display: flex; gap: 18px; align-items: flex-start; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 8px 24px rgba(31,41,55,.04); }
.system-index { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-dark); font-size: 12px; font-weight: 900; }
.membership-products strong { color: var(--green-950); font-size: 15px; letter-spacing: .08em; }
.membership-products p { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.member-dashboard { padding: 30px; overflow: hidden; color: var(--white); border: 1px solid rgba(212,175,55,.58); border-radius: 26px; background: var(--green-950); box-shadow: 0 28px 64px rgba(31,41,55,.2); }
.dashboard-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.dashboard-brand { display: flex; align-items: center; gap: 13px; }
.dashboard-brand img { width: 54px; height: 38px; object-fit: contain; }
.dashboard-brand div { display: grid; gap: 4px; }
.dashboard-brand strong { font-size: 15px; letter-spacing: .13em; }
.dashboard-brand span { color: rgba(255,255,255,.58); font-size: 12px; }
.dashboard-status { padding: 7px 10px; border: 1px solid rgba(212,175,55,.5); border-radius: 999px; color: var(--gold-soft); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.dashboard-balance { margin-top: 25px; padding: 22px 24px; color: var(--green-950); border-radius: 18px; background: var(--white); }
.dashboard-balance > span { color: var(--muted); font-size: 12px; font-weight: 800; }
.dashboard-balance > strong { margin-top: 7px; display: block; color: var(--gold-dark); font-size: clamp(30px, 4vw, 44px); line-height: 1; letter-spacing: -.035em; }
.dashboard-balance > strong small { font-size: 13px; letter-spacing: .04em; }
.dashboard-balance p { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
.dashboard-metrics { margin-top: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dashboard-metrics div { min-height: 84px; padding: 16px 18px; display: grid; align-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.06); }
.dashboard-metrics span { color: rgba(255,255,255,.58); font-size: 12px; }
.dashboard-metrics strong { color: var(--gold-soft); font-size: 18px; }
.stamp-card { margin-top: 12px; padding: 19px; border: 1px solid rgba(212,175,55,.3); border-radius: 18px; background: rgba(255,255,255,.055); }
.stamp-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; }
.stamp-head > div { display: grid; gap: 5px; }
.stamp-head span { color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.stamp-head strong { font-size: 13px; }
.stamp-head > b { color: var(--gold); font-size: 20px; }
.stamp-track { margin-top: 18px; display: grid; grid-template-columns: repeat(10, 1fr); gap: 7px; }
.stamp-track i { aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: rgba(255,255,255,.4); font-size: 10px; font-style: normal; font-weight: 800; }
.stamp-track i.filled { color: var(--green-950); border-color: var(--gold); background: var(--gold); }
.stamp-card p { margin: 14px 0 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.55; }
.reward-grid { max-width: 1220px; margin: 22px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.reward-card { min-height: 215px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.reward-card.reward-main { border-color: var(--gold); background: var(--gold); }
.reward-chip { width: fit-content; padding: 8px 11px; display: inline-block; border-radius: 999px; color: var(--gold-soft); background: var(--green-950); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.reward-symbol { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-dark); background: var(--gold-soft); font-size: 17px; }
.reward-card h3 { margin: 25px 0 9px; color: var(--green-950); font-size: 22px; }
.reward-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.reward-main p { color: rgba(31,41,55,.72); }
.membership-rules { max-width: 1220px; margin: 22px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.membership-rules details { padding: 0 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.72); }
.membership-rules summary { min-height: 68px; padding: 19px 4px; color: var(--green-950); font-size: 13px; font-weight: 800; line-height: 1.45; cursor: pointer; }
.membership-rules summary:focus-visible { outline: 3px solid rgba(212,175,55,.55); outline-offset: 3px; }
.membership-rules p { margin: -4px 0 20px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.faq-heading { max-width: 1220px; margin: 58px auto 20px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr); gap: 64px; align-items: end; scroll-margin-top: 110px; }
.faq-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -42px; }
.faq-heading h3 { margin: 0; color: var(--green-950); font-size: clamp(28px, 3vw, 40px); line-height: 1.18; letter-spacing: -.025em; }
.faq-heading > p:last-child { margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.rewards-note { text-align: left; }

.how { padding: 110px clamp(24px, 7vw, 110px); color: var(--white); background: var(--green-950); border-top: 6px solid var(--gold); }
.how-intro-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 64px; align-items: center; }
.how-intro { max-width: 720px; }
.how .eyebrow { color: var(--gold-soft); }
.how h2 { color: var(--white); }
.how-intro > p:last-child { max-width: 610px; margin: 22px 0 0; color: rgba(255,255,255,.62); line-height: 1.75; }
.service-feature-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.service-feature-grid article { min-height: 220px; padding: 24px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.055); }
.service-feature-grid article:last-child { border-color: rgba(212,175,55,.5); background: rgba(212,175,55,.08); }
.service-icon { width: fit-content; min-width: 58px; height: 34px; margin-bottom: 24px; padding: 0 10px; display: grid; place-items: center; border-radius: 999px; color: var(--green-950); background: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .06em; }
.service-feature-grid strong { font-size: 16px; line-height: 1.4; }
.service-feature-grid p { margin: 10px 0 0; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.65; }
.mascot-card { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: #f3eee7; box-shadow: 0 26px 60px rgba(0,0,0,.2); }
.mascot-card img { width: 100%; height: auto; display: block; }
.steps { margin: 56px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.15); list-style: none; }
.steps li { padding: 28px 30px 32px 0; display: flex; gap: 20px; border-right: 1px solid rgba(255,255,255,.15); }
.steps li:not(:first-child) { padding-left: 30px; }
.steps li:last-child { border-right: 0; }
.steps li > span { color: var(--gold); font-size: 22px; font-weight: 700; }
.steps strong { font-size: 16px; }
.steps p { margin: 9px 0 0; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.6; }
.future-strip { margin-top: 32px; padding: 22px 24px; display: flex; align-items: center; gap: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.05); }
.future-icon { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--green-950); background: var(--gold); font-size: 24px; font-weight: bold; }
.future-strip strong { font-size: 14px; }
.future-strip p { margin: 4px 0 0; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.5; }

.flow-shell { min-height: calc(100svh - 82px); padding: 34px clamp(24px, 7vw, 110px) 90px; background: var(--gold-soft); }
.flow-header { max-width: 1180px; margin: 0 auto 42px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.back-link { width: fit-content; padding: 8px 0; border: 0; color: var(--green-900); background: transparent; font-size: 13px; font-weight: 800; cursor: pointer; }
.progress { grid-column: 2; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; font-weight: 800; }
.progress span { white-space: nowrap; }
.progress span.done, .progress span.active { color: var(--green-800); }
.progress i { width: 34px; height: 1px; background: rgba(31,41,55,.2); }
.flow-panel { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.flow-copy { padding-top: 40px; }
.flow-copy h1, .review-main h1 { font-size: clamp(42px, 5vw, 68px); }
.flow-copy > p:not(.eyebrow) { max-width: 470px; color: var(--muted); line-height: 1.75; }
.privacy-card { max-width: 430px; margin-top: 30px; padding: 18px; display: flex; gap: 14px; align-items: flex-start; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.5); }
.privacy-card > span { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--green-800); background: var(--mint-100); font-size: 18px; }
.privacy-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.privacy-card strong { color: var(--green-900); }
.signup-form { padding: 30px; display: grid; gap: 18px; border: 1px solid rgba(255,255,255,.7); border-radius: var(--radius-lg); background: rgba(255,255,255,.82); box-shadow: var(--shadow); }
.selected-mini { margin-bottom: 5px; padding: 17px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-radius: 14px; color: var(--white); background: var(--green-900); }
.selected-mini div { display: grid; gap: 4px; }
.selected-mini span { color: rgba(255,255,255,.68); font-size: 12px; }
.selected-mini div strong { font-size: 19px; }
.selected-mini > strong { font-size: 14px; }
.signup-form label:not(.consent-row) { display: grid; gap: 8px; color: var(--green-950); font-size: 12px; font-weight: 800; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.signup-form input:not([type="checkbox"]) { width: 100%; height: 52px; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--white); font-size: 15px; }
.signup-form select { width: 100%; height: 52px; padding: 0 38px 0 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--white); font-size: 13px; }
.signup-form input::placeholder { color: #a2aaa6; }
.signup-form input[aria-invalid="true"] { border-color: #b74c42; }
.preference-box { padding: 15px; display: grid; gap: 12px; border: 1px solid var(--line); border-radius: 14px; background: var(--gold-soft); }
.consent-row { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 12px; line-height: 1.5; }
.consent-row input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--green-800); }
.field-error { min-height: 0; color: #a63e36; font-size: 12px; }
.button-wide { width: 100%; }

.review-layout { grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr); gap: 32px; }
.review-lede { margin: 17px 0 28px; color: var(--muted); }
.review-card, .member-card, .checkout-card { border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.review-card { overflow: hidden; }
.review-card-head { padding: 16px 20px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 800; }
.review-card button, .member-card button { border: 0; color: var(--gold-dark); background: none; font-size: 12px; font-weight: 800; cursor: pointer; }
.review-product { padding: 22px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; }
.mini-pass { width: 92px; height: 68px; padding: 9px; display: flex; align-items: end; gap: 6px; border-radius: 11px; color: var(--white); background: var(--green-950); }
.mini-pass img { width: 48px; height: 36px; object-fit: contain; }
.mini-pass small { font-size: 8px; line-height: 1.35; }
.review-product > div:nth-child(2) { min-width: 0; }
.review-product > div:nth-child(2) strong { font-size: 20px; }
.review-product p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.review-product > strong { font-size: 13px; white-space: nowrap; }
.member-benefit { padding: 13px 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--green-800); background: var(--gold-soft); font-size: 12px; }
.member-benefit span { color: var(--muted); }
.review-reward { padding: 13px 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); background: var(--white); font-size: 12px; }
.review-reward span { color: var(--gold-dark); font-weight: 900; letter-spacing: .06em; }
.review-reward strong { max-width: 70%; color: var(--green-800); text-align: right; line-height: 1.45; }
.review-totals { padding: 16px 22px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); }
.review-totals span { color: var(--muted); font-size: 12px; }
.review-totals strong { color: var(--green-900); font-size: 17px; }
.delivery-review-card { margin-top: 14px; padding: 18px 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.delivery-review-card > div { display: grid; gap: 5px; }
.delivery-review-card span { color: var(--muted); font-size: 12px; }
.delivery-review-card strong { color: var(--green-900); font-size: 12px; line-height: 1.45; }
.member-card { margin-top: 14px; padding: 18px 20px; display: grid; grid-template-columns: .8fr 1.25fr 1.25fr auto; gap: 20px; align-items: center; }
.member-card > div { display: grid; gap: 4px; min-width: 0; }
.member-card span { color: var(--muted); font-size: 12px; }
.member-card strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; }
.checkout-card { margin-top: 42px; padding: 28px; color: var(--white); border: 1px solid rgba(212,175,55,.5); background: var(--green-950); box-shadow: 0 24px 58px rgba(31,41,55,.2); }
.shopify-tag { color: var(--gold-soft); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.checkout-card h2 { margin: 12px 0; font-size: 30px; font-weight: 700; line-height: 1.15; }
.checkout-card > p { margin: 0 0 24px; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.65; }
.checkout-row { padding: 12px 0; display: flex; justify-content: space-between; gap: 15px; border-top: 1px solid rgba(255,255,255,.13); font-size: 12px; }
.checkout-row span { color: rgba(255,255,255,.54); }
.button-locked { margin-top: 18px; color: var(--green-950); background: var(--gold-soft); }
.lock-copy { margin: 12px 0 20px !important; text-align: center; font-size: 12px !important; }
.lock-copy span { color: #6ee7b7; }
.accepted-placeholder { display: flex; justify-content: center; gap: 7px; }
.accepted-placeholder span { padding: 5px 8px; border: 1px solid rgba(255,255,255,.16); border-radius: 5px; color: rgba(255,255,255,.6); font-size: 12px; }

.site-footer { padding: 76px clamp(24px, 7vw, 110px) 26px; display: block; color: rgba(255,255,255,.67); background: var(--green-950); border-top: 1px solid rgba(212,175,55,.35); }
.footer-grid { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr .72fr .72fr 1.38fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.footer-intro > p { max-width: 320px; margin: 24px 0 0; font-size: 15px; line-height: 1.75; }
.footer-logo { width: fit-content; display: inline-flex; align-items: center; gap: 13px; color: var(--white); text-decoration: none; }
.footer-logo img { width: 58px; height: 42px; object-fit: contain; }
.footer-logo > span { display: grid; gap: 5px; }
.footer-logo strong { font-size: 20px; letter-spacing: .14em; }
.footer-logo small { color: var(--gold-soft); font-size: 12px; letter-spacing: .04em; }
.footer-product-type { margin-top: 4px; color: var(--white); font-size: 12px; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.footer-slogan { max-width: 290px; color: rgba(255, 255, 255, .74); font-size: 12px; font-style: normal; font-weight: 500; line-height: 1.5; letter-spacing: .01em; }
.footer-column { display: grid; gap: 15px; }
.footer-column h2, .footer-contact h2 { margin: 0 0 9px; color: var(--white); font-size: 16px; line-height: 1.45; }
.footer-column a { width: fit-content; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.55; text-decoration: none; }
.footer-column a:hover { color: var(--gold-soft); text-decoration: underline; text-underline-offset: 5px; }
.social-channels { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 9px; }
.social-channels span { min-height: 36px; padding: 8px 11px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(255,255,255,.68); font-size: 12px; }
.social-channels b { min-width: 18px; color: var(--gold); text-align: center; font-size: 12px; }
.footer-contact { padding-left: clamp(24px, 3vw, 40px); border-left: 1px solid rgba(255,255,255,.13); }
.footer-kicker { margin: 0 0 12px; color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.footer-contact h2 { max-width: 360px; margin-bottom: 24px; font-size: 20px; }
.contact-list { margin: 0; display: grid; gap: 14px; }
.contact-list > div { display: grid; grid-template-columns: 112px 1fr; gap: 14px; }
.contact-list dt { color: rgba(255,255,255,.46); font-size: 13px; }
.contact-list dd { margin: 0; min-width: 0; overflow-wrap: anywhere; color: var(--white); font-size: 14px; font-weight: 700; }
.contact-pending { margin: 22px 0 0; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.11); color: var(--gold-soft); font-size: 12px; line-height: 1.6; }
.footer-bottom { max-width: 1220px; margin: 60px auto 0; padding-top: 22px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: 12px; }
.footer-bottom p { margin: 0; }

dialog { width: min(calc(100% - 32px), 480px); padding: 34px; border: 1px solid var(--line); border-radius: 22px; color: var(--ink); background: var(--paper); box-shadow: 0 34px 90px rgba(31,41,55,.28); }
dialog::backdrop { background: rgba(31,41,55,.72); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border: 0; border-radius: 50%; color: var(--green-950); background: var(--mint-100); cursor: pointer; }
.dialog-icon { width: 48px; height: 48px; margin-bottom: 20px; display: grid; place-items: center; border-radius: 50%; color: var(--green-950); background: var(--gold); font-weight: 900; }
dialog h2 { margin: 0; color: var(--green-950); font-size: 34px; font-weight: 700; }
dialog > p:not(.eyebrow) { color: var(--muted); line-height: 1.65; }
.dialog-summary { margin: 22px 0; padding: 15px; display: grid; gap: 5px; border-radius: 13px; background: var(--mint-100); }
.dialog-summary span { color: var(--muted); font-size: 12px; }
.dialog-summary strong { color: var(--green-900); font-size: 12px; }
.toast { position: fixed; z-index: 60; left: 50%; bottom: 28px; padding: 11px 16px; border-radius: 999px; color: var(--white); background: var(--green-950); box-shadow: 0 16px 40px rgba(0,0,0,.2); font-size: 12px; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

[hidden] { display: none !important; }

@media (max-width: 980px) {
  .privacy-badge { display: none; }
  .brand-copy small { display: none; }
  .main-nav { gap: 16px; font-size: 13px; }
  .hero { grid-template-columns: 1fr; padding-top: 76px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 500px; }
  .offer-grid { grid-template-columns: 1fr; max-width: 650px; }
  .offer-card { min-height: 390px; }
  .rewards-heading, .member-experience { grid-template-columns: 1fr; }
  .rewards-heading { gap: 22px; }
  .rewards-heading > p { max-width: 720px; }
  .membership-products { grid-template-columns: repeat(3, 1fr); }
  .membership-products article { display: block; }
  .membership-products article > div { margin-top: 18px; }
  .faq-heading { grid-template-columns: 1fr; gap: 18px; }
  .faq-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .membership-rules { grid-template-columns: 1fr; }
  .how-intro-grid { grid-template-columns: 1fr; }
  .mascot-card { max-width: 720px; }
  .service-feature-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li:not(:first-child) { padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .flow-panel, .review-layout { grid-template-columns: 1fr; gap: 28px; }
  .flow-copy { padding-top: 0; }
  .checkout-card { margin-top: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .site-header { height: 70px; grid-template-columns: 1fr auto; padding: 0 18px; }
  .main-nav { display: none; }
  .brand-mark { width: 40px; }
  .brand-copy small { display: none; }
  .header-actions { gap: 0; }
  .language-switcher { max-width: calc(100vw - 104px); overflow-x: auto; scrollbar-width: none; }
  .language-switcher::-webkit-scrollbar { display: none; }
  .language-switcher button { min-width: 32px; padding: 0 6px; white-space: nowrap; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 58px 20px 64px; }
  .hero h1 { font-size: clamp(40px, 11.5vw, 58px); }
  .hero-lede { margin-top: 22px; font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .button { min-height: 52px; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 12px 18px; }
  .hero-visual { min-height: 370px; }
  .hero-image-card { width: 94%; height: 370px; border-width: 7px; border-radius: 28px; }
  .hero-image-card::after { border-radius: 21px; }
  .hero-image-brand { top: 18px; left: 18px; }
  .hero-image-brand img { width: 42px; }
  .hero-image-card img { object-position: 74% center; }
  .orb-one { width: 300px; height: 300px; }
  .orb-two { width: 230px; height: 230px; }
  .coupon-pass { width: 90%; padding: 20px; border-radius: 22px; }
  .pass-top strong { font-size: 18px; }
  .pass-top svg { width: 42px; }
  .pass-amount span { font-size: 58px; }
  .note-one { left: 0; bottom: 35px; }
  .note-two { right: 0; top: 45px; }
  .offers, .membership-system, .how { padding: 76px 20px; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 32px; }
  .section-heading > p { font-size: 13px; }
  .offer-card { min-height: 405px; padding: 25px; border-radius: 25px; }
  .prototype-note { text-align: left; }
  .rewards-heading { margin-bottom: 32px; }
  .rewards-heading h2 { font-size: clamp(36px, 10vw, 48px); }
  .rewards-heading > p { font-size: 14px; }
  .membership-products { grid-template-columns: 1fr; }
  .membership-products article { display: flex; }
  .membership-products article > div { margin-top: 0; }
  .member-dashboard { padding: 20px; border-radius: 22px; }
  .dashboard-balance { padding: 20px; }
  .dashboard-metrics { grid-template-columns: 1fr; }
  .stamp-track { grid-template-columns: repeat(5, 1fr); gap: 9px; }
  .reward-grid { grid-template-columns: 1fr; }
  .reward-card { min-height: auto; }
  .membership-rules summary { min-height: auto; }
  .faq-heading { margin-top: 46px; }
  .future-strip { align-items: flex-start; }
  .service-feature-grid { grid-template-columns: 1fr; }
  .flow-shell { min-height: calc(100svh - 70px); padding: 22px 18px 70px; }
  .flow-header { margin-bottom: 28px; display: block; }
  .progress { margin-top: 20px; justify-content: center; gap: 6px; }
  .progress i { width: 20px; }
  .flow-copy h1, .review-main h1 { font-size: 43px; }
  .signup-form { padding: 20px; border-radius: 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .selected-mini { align-items: flex-start; }
  .review-product { grid-template-columns: auto 1fr; }
  .review-product > strong { grid-column: 2; }
  .review-reward { align-items: flex-start; flex-direction: column; gap: 6px; }
  .review-reward strong { max-width: none; text-align: left; }
  .delivery-review-card { grid-template-columns: 1fr; }
  .member-card { grid-template-columns: 1fr auto; }
  .member-card > div:nth-child(2) { grid-row: 2; }
  .member-card > div:nth-child(3) { grid-row: 3; }
  .member-card button { grid-column: 2; grid-row: 1 / span 3; }
  .site-footer { padding: 60px 20px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-contact { padding: 30px 0 0; border-top: 1px solid rgba(255,255,255,.13); border-left: 0; }
  .contact-list > div { grid-template-columns: 100px 1fr; }
  .footer-bottom { margin-top: 44px; align-items: flex-start; flex-direction: column; }
  dialog { padding: 28px 22px 22px; }
}

@media (max-width: 520px) {
  .brand-copy { display: none; }
}

[lang="lo"] .eyebrow, [lang="th"] .eyebrow, [lang="zh-CN"] .eyebrow { letter-spacing: .04em; }

/* CHUEN retail & rewards: clear product navigation, prepaid passes, member care. */
.service-bar { padding: 10px 4vw; display: flex; justify-content: space-between; gap: 16px; background: var(--green-950); color: #fff; font-size: .875rem; line-height: 1.5; }
.site-header { height: auto; min-height: 106px; padding: 18px 4vw; grid-template-columns: auto minmax(0, 1fr) auto; gap: 24px; background: #fff; backdrop-filter: none; }
.main-nav { justify-content: center; flex-wrap: wrap; gap: 16px 24px; line-height: 1.6; }
.header-actions { flex-direction: column; align-items: flex-end; gap: 10px; }
.language-switcher { background: #fff; max-width: 100%; }
.language-switcher button { min-height: 36px; height: auto; font-size: .875rem; }
.account-link { display: inline-flex; align-items: center; min-height: 40px; border: 1px solid var(--green-950); border-radius: 999px; padding: 8px 18px; text-decoration: none; font-size: .875rem; font-weight: 700; }
.account-link:hover { background: var(--gold-soft); }
.hero { margin: 28px auto; max-width: 1440px; min-height: 0; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0; padding: 0; border: 0; background: var(--gold-soft); }
.hero-copy { padding: clamp(28px, 4.5vw, 64px); }
.hero h1 { font-size: clamp(36px, 3.7vw, 56px); line-height: 1.3; letter-spacing: -.025em; }
.hero-lede { font-size: 1rem; margin-top: 22px; }
.hero-actions { flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.button { border-radius: 999px; box-shadow: none; line-height: 1.5; padding: 12px 24px; }
.button:hover { transform: none; }
.button-primary:hover { box-shadow: none; }
.hero-actions .button { font-size: .875rem; }
.hero-visual { min-height: 0; align-self: stretch; display: block; }
.hero-image-card { height: 100%; width: 100%; border: 0; border-radius: 0; box-shadow: none; }
.hero-image-card::after { display: none; }
.hero-image-card img { object-position: 66% center; }
.hero-service-note, .trust-row { font-size: .875rem; line-height: 1.6; }
.trust-row { margin-top: 24px; gap: 8px 16px; }
.trust-row li::before { display: none; }
.rewards-ribbon { max-width: 1440px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px clamp(24px, 5vw, 64px); color: #fff; background: var(--green-950); }
.rewards-ribbon > div { display: grid; gap: 8px; }
.rewards-ribbon strong { color: var(--gold); font-size: 1rem; letter-spacing: .08em; }
.rewards-ribbon span { font-size: 1rem; line-height: 1.6; }
.rewards-ribbon .button { flex-shrink: 0; color: #fff; border-color: #fff; background: transparent; }
.rewards-ribbon .button:hover { background: #374151; }
.offers, .product-menu, .membership-system { padding: 80px clamp(20px, 6vw, 96px); }
.offers { background: #fff; border-top: 1px solid var(--line); }
.product-menu { max-width: 1440px; margin: auto; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.product-tile { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.size-display { min-height: 165px; padding: 24px; background: var(--gold-soft); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.size-display strong { color: var(--gold-dark); font-size: clamp(60px, 6vw, 88px); line-height: 1.2; letter-spacing: -.05em; }
.size-display strong span { font-size: 1.25rem; margin-left: 8px; letter-spacing: 0; }
.size-display b { max-width: 110px; font-size: .875rem; line-height: 1.7; text-align: right; }
.product-description { padding: 32px; }
.product-description h3 { font-size: 1.5rem; margin: 0; line-height: 1.5; }
.product-description > p:not(.eyebrow) { margin: 14px 0 24px; color: var(--muted); line-height: 1.75; }
.section-heading h2, .rewards-heading h2, .how h2 { font-size: clamp(30px, 3.5vw, 46px); line-height: 1.4; letter-spacing: -.02em; }
.section-heading > p, .rewards-heading > p { font-size: 1rem; }
.eyebrow { font-size: .875rem; line-height: 1.7; }
.audience-picker { max-width: 1220px; margin: 0 auto; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.audience-picker > span { font-size: 1rem; font-weight: 700; margin-right: 12px; }
.audience-picker button, .benefit-switch button { min-height: 46px; padding: 11px 22px; border: 1px solid #aeb3bc; border-radius: 999px; font-size: 1rem; font-weight: 600; background: #fff; color: var(--ink); cursor: pointer; line-height: 1.6; }
.audience-picker button[aria-pressed="true"], .benefit-switch button[aria-pressed="true"] { background: var(--green-950); color: #fff; border-color: var(--green-950); }
.selection-summary { max-width: 1220px; margin: 18px auto 42px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: .875rem; line-height: 1.7; }
.selection-summary p { margin: 0; flex: 1 1 480px; }
.selection-summary > span { color: var(--gold-dark); font-weight: 700; }
.offer-grid { max-width: 1220px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.offer-card, .offer-card.featured { min-height: 0; padding: 30px 24px; border: 1px solid #c9cdd4; border-radius: 10px; box-shadow: none; background: #fff; color: var(--ink); }
.offer-card.featured { outline: 2px solid var(--gold-dark); outline-offset: 0; border-color: var(--gold-dark); }
.offer-card .offer-kicker { color: var(--muted); font-size: .875rem; line-height: 1.7; }
.offer-card h3 { font-size: clamp(23px, 2.1vw, 30px); line-height: 1.5; }
.pass-serial { font-size: .75rem; letter-spacing: .1em; color: var(--muted); padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.offer-card .offer-price { color: var(--gold-dark); }
.offer-card .offer-price strong { font-size: clamp(28px, 2.7vw, 38px); }
.offer-card .offer-unit, .offer-card li { font-size: .875rem; color: var(--muted); line-height: 1.8; }
.offer-card ul { flex: 1; }
.popular-badge { top: -16px; right: 20px; font-size: .75rem; background: var(--green-950); color: #fff; }
.prototype-note { max-width: 1220px; font-size: .875rem; line-height: 1.75; margin: 26px auto 0; }
.membership-system { background: #f5f7f9; }
.member-dashboard { scroll-margin-top: 160px; }
.membership-products p, .reward-card p { font-size: 1rem; }
.dashboard-status, .stamp-head span, .stamp-track i { font-size: .75rem; }
.dashboard-brand span, .dashboard-balance > span, .dashboard-balance p, .dashboard-metrics span, .stamp-head strong, .stamp-card p { font-size: .875rem; }
.wallet-link { display: inline-block; margin-top: 16px; color: var(--gold-dark); font-size: .875rem; font-weight: 700; text-underline-offset: 5px; }
.benefit-explorer { max-width: 1220px; margin: 48px auto 0; }
.benefit-switch { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 24px; }
.benefit-panel { display: grid; grid-template-columns: .35fr 1fr; gap: 40px; align-items: center; padding: 40px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
#benefit-badge { font-size: clamp(44px, 6vw, 80px); font-weight: 800; color: var(--gold-dark); text-align: center; letter-spacing: -.03em; }
.benefit-panel h3 { margin: 0; font-size: 1.75rem; line-height: 1.5; }
.benefit-panel p { color: var(--muted); line-height: 1.8; font-size: 1rem; }
.text-link { color: var(--gold-dark); text-underline-offset: 5px; font-weight: 700; }
.benefit-policy { max-width: 1220px; margin: 24px auto; padding: 16px 20px; border-left: 3px solid var(--gold-dark); font-size: .875rem; line-height: 1.8; color: var(--muted); }
.collection-strip { max-width: 1220px; margin: 40px auto; display: grid; grid-template-columns: 1fr .7fr; gap: 40px; padding: 40px; background: var(--gold-soft); }
.collection-strip h3 { font-size: 1.75rem; margin: 0; line-height: 1.4; }
.collection-strip p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.collection-strip ul { list-style: none; padding: 0; margin: 0; display: grid; align-content: center; }
.collection-strip li { padding: 16px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.membership-rules summary, .membership-rules p, .faq-heading > p:last-child { font-size: 1rem; line-height: 1.7; }
.delivery-audiences { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 36px; gap: 26px; }
.delivery-audiences article { border-top: 2px solid var(--gold); padding-top: 12px; }
.delivery-audiences h3 { font-size: 1.25rem; line-height: 1.5; }
.delivery-audiences p { font-size: 1rem; line-height: 1.7; color: #d1d6de; }
.service-feature-grid article { border-radius: 8px; }
.service-feature-grid p, .steps p, .future-strip p, .privacy-card p { font-size: .875rem; }
.signup-form label:not(.consent-row), .signup-form select, .consent-row, .progress { font-size: .875rem; line-height: 1.7; }
.signup-form input:not([type="checkbox"]) { font-size: 1rem; }
.flow-copy h1, .review-main h1 { line-height: 1.4; }
.signup-form select { min-width: 0; }
main [id], footer { scroll-margin-top: 160px; }
a:focus-visible, button:focus-visible { outline: 3px solid #8a681a; outline-offset: 4px; }
.footer-column a, .footer-contact h2, .contact-list dt, .contact-pending, .social-channels span { font-size: .875rem; line-height: 1.7; }
.footer-bottom { color: #c9cdd4; }
.progress { flex-wrap: wrap; }
.toast { max-width: calc(100% - 32px); width: max-content; font-size: .875rem; line-height: 1.6; }
@media (max-width: 1150px) {
  .site-header { grid-template-columns: auto 1fr; gap: 16px; }
  .main-nav { grid-row: 2; grid-column: 1 / -1; justify-content: flex-start; }
  .header-actions { grid-row: 1; grid-column: 2; }
  .brand-copy small { display: none; }
  .hero { margin-top: 0; }
  .hero-copy { padding: 32px; }
  .hero h1 { font-size: 38px; }
  .offer-grid { gap: 16px; }
  .offer-card { padding: 28px 20px; }
  .member-experience { grid-template-columns: 1fr; }
  .membership-products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .membership-products article { display: block; }
  .service-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  main [id], footer { scroll-margin-top: 190px; }
}
@media (max-width: 760px) {
  .site-header { padding: 14px 18px; gap: 12px; }
  .brand-copy { display: grid; }
  .brand-mark { width: 42px; }
  .brand-copy strong { font-size: .875rem; }
  .header-actions { display: contents; }
  .account-link { grid-row: 1; grid-column: 2; justify-self: end; font-size: .875rem; padding: 6px 12px; }
  .language-switcher { grid-column: 1 / -1; grid-row: 2; width: 100%; max-width: none; }
  .language-switcher button { flex: 1; }
  .main-nav { display: flex; grid-row: 3; gap: 6px 20px; font-size: .875rem; }
  .service-bar { font-size: .75rem; }
  .hero { grid-template-columns: 1fr; margin: 0; }
  .hero-copy { padding: 36px 24px; }
  .hero h1 { font-size: clamp(30px, 8vw, 42px); }
  .hero-actions { flex-direction: row; }
  .hero-actions .button { width: auto; }
  .hero-visual { min-height: 0; }
  .hero-image-card { height: auto; width: 100%; border-radius: 0; }
  .hero-image-card img { height: auto; width: 100%; }
  .rewards-ribbon { flex-direction: column; align-items: flex-start; }
  .offers, .product-menu, .membership-system, .how { padding: 54px 20px; }
  .product-grid, .offer-grid { grid-template-columns: 1fr; }
  .product-description { padding: 24px; }
  .audience-picker > span { flex: 1 1 100%; }
  .audience-picker button { padding: 10px 16px; font-size: .875rem; }
  .offer-card, .offer-card.featured { padding: 32px 24px; }
  .offer-grid { gap: 34px; }
  .offer-card h3 { font-size: 28px; }
  .offer-card .offer-price strong { font-size: 36px; }
  .membership-products { grid-template-columns: 1fr; }
  .membership-products article { display: flex; }
  .benefit-panel { grid-template-columns: 1fr; padding: 28px; gap: 14px; }
  #benefit-badge { text-align: left; }
  .benefit-switch { justify-content: flex-start; }
  .collection-strip { grid-template-columns: 1fr; gap: 16px; padding: 28px; }
  .delivery-audiences { grid-template-columns: 1fr 1fr; gap: 22px; }
  .service-feature-grid { grid-template-columns: 1fr; }
  main [id], footer, .member-dashboard { scroll-margin-top: 220px; }
}
@media (max-width: 420px) {
  .delivery-audiences { grid-template-columns: 1fr; }
  .account-link { font-size: .75rem; }
  .size-display { flex-wrap: wrap; }
}

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


.package-card-art { margin: 16px 0 20px; width: 100%; }
.package-card-art figcaption { margin-bottom: 10px; font-size: 14px; font-weight: 700; }
.package-card-crop { display: block; position: relative; overflow: hidden; width: 100%; aspect-ratio: 490 / 756; border-radius: 14px; }
.package-card-crop img { position: absolute; width: 313.469388%; max-width: none; height: auto; top: -15.873016%; left: var(--card-left); }
.package-card-crop:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.stock-checker { padding: 110px clamp(24px, 7vw, 110px); background: var(--white); border-top: 1px solid var(--line); scroll-margin-top: 100px; }
.stock-overview { max-width: 1220px; margin: 0 auto 24px; display: grid; grid-template-columns: 1.15fr .925fr .925fr; gap: 16px; }
.stock-total-card, .stock-size-card, .stock-form, .member-result { border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 8px 24px rgba(31, 41, 55, .05); }
.stock-total-card { padding: 26px; color: var(--green-950); background: var(--gold-soft); }
.stock-total-card > span, .stock-size-card span, .stock-form label > span, .result-member-name span, .result-meta span { color: var(--muted); font-size: 12px; font-weight: 800; }
.stock-total-card > strong { display: block; margin-top: 8px; color: var(--gold-dark); font-size: clamp(48px, 6vw, 72px); line-height: 1; }
.stock-total-card > small, .stock-size-card small { margin-left: 6px; color: var(--muted); font-size: 12px; }
.stock-total-card p { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.stock-size-card { padding: 25px; display: flex; flex-direction: column; justify-content: space-between; }
.stock-size-card > div:first-child { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.stock-size-card strong { color: var(--gold-dark); font-size: 40px; line-height: 1; }
.stock-progress { height: 9px; margin-top: 24px; overflow: hidden; border-radius: 999px; background: var(--gold-soft); }
.stock-progress i { display: block; height: 100%; border-radius: inherit; background: var(--gold); transition: width .3s ease; }
.stock-tool-grid { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: 22px; align-items: start; }
.stock-form, .member-result { padding: 28px; }
.stock-form-heading, .result-heading { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 22px; }
.stock-form-heading h3, .result-heading h3 { margin: 0; color: var(--green-950); font-size: 24px; }
.stock-form-heading p, .result-heading p { margin: 6px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.stock-form label { display: grid; gap: 8px; }
.stock-form input[type="text"], .stock-form input[type="file"] { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--white); }
.stock-form input[type="file"] { padding: 10px; font-size: 13px; }
.stock-or { display: grid; place-items: center; margin: 14px 0; color: var(--muted); font-size: 12px; }
.qr-upload { padding: 16px; border: 1px dashed var(--gold); border-radius: 14px; background: var(--gold-soft); }
.qr-upload small { color: var(--muted); font-size: 12px; line-height: 1.55; }
.qr-preview { width: 140px; height: 140px; margin: 16px auto 0; display: block; object-fit: contain; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.stock-form-status { min-height: 22px; margin: 12px 0; color: var(--gold-dark); font-size: 12px; line-height: 1.5; }
.stock-samples { margin: 16px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.stock-samples button { border: 0; padding: 0; color: var(--gold-dark); background: transparent; cursor: pointer; text-decoration: underline; }
.result-heading { margin-bottom: 18px; }
.result-heading .result-tier { margin-left: auto; padding: 8px 11px; border-radius: 999px; color: var(--green-950); background: var(--gold); font-size: 11px; font-weight: 900; white-space: nowrap; }
.result-member-name { padding: 16px; border-radius: 14px; background: var(--gold-soft); }
.result-member-name strong { display: block; margin-top: 5px; color: var(--green-950); font-size: 22px; }
.balance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 12px; }
.balance-grid article { min-height: 120px; padding: 17px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.balance-grid strong { display: block; margin-top: 14px; color: var(--gold-dark); font-size: 34px; line-height: 1; }
.balance-grid small { display: block; margin-top: 6px; color: var(--muted); font-size: 11px; }
.result-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.result-meta div { padding: 16px; border-radius: 14px; background: var(--green-950); }
.result-meta span { color: rgba(255, 255, 255, .58); }
.result-meta strong { display: block; margin-top: 7px; color: var(--gold-soft); font-size: 15px; }
.result-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.stock-admin-note { max-width: 1220px; margin-top: 18px; text-align: left; }
@media (max-width: 900px) {
  .stock-overview, .stock-tool-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .balance-grid { grid-template-columns: 1fr; }
  .result-meta { grid-template-columns: 1fr; }
}
