:root {
  --green:#224725;
  --green-deep:#1b3a1e;
  --green-dark:#142e17;
  --white:#fffdf8;
  --muted:rgba(255,253,248,.74);
  --faint:rgba(255,253,248,.55);
  --line:rgba(255,253,248,.15);
  --panel:rgba(255,253,248,.05);
  --red:#ff3131;
  --display:"Fraunces", Georgia, "Times New Roman", serif;
  --sans:"Inter", system-ui, -apple-system, Arial, sans-serif;
  --r:22px;
}

* { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; scroll-padding-top:80px; }
body {
  font-family:var(--sans);
  background:
    radial-gradient(120% 80% at 50% -10%, var(--green-deep) 0%, transparent 55%),
    var(--green);
  color:var(--white);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
.wrap { width:min(1080px, 90vw); margin:auto; }

h1,h2,h3 { font-family:var(--display); font-weight:500; letter-spacing:-.025em; line-height:1.04; }
h2 { font-size:clamp(2.3rem,4.4vw,3.7rem); }
h3 { font-size:1.7rem; }

/* Japanese labels */
.jp { color:var(--red); font-size:.82rem; letter-spacing:.22em; margin-top:16px; }
.jp-en { color:var(--faint); font-size:.86rem; margin-top:3px; }
.rule { width:54px; height:2px; background:var(--red); border-radius:2px; margin:22px auto 0; }

/* Pills / buttons */
.pill {
  display:inline-flex; align-items:center; justify-content:center;
  min-height:48px; padding:0 26px;
  border-radius:999px;
  font-weight:600; font-size:.95rem;
  border:1.5px solid transparent;
  transition:transform .2s ease, background .2s ease, box-shadow .2s ease, filter .2s ease;
}
.pill.sm { min-height:42px; padding:0 20px; font-size:.9rem; }
.pill-red { background:var(--red); color:#fff; box-shadow:0 12px 30px -12px rgba(255,49,49,.6); }
.pill-red:hover { filter:brightness(1.08); transform:translateY(-2px); }
.pill-ghost { border-color:var(--line); color:var(--white); background:var(--panel); }
.pill-ghost:hover { border-color:var(--white); transform:translateY(-2px); }

/* Nav */
.nav {
  position:sticky; top:0; z-index:40;
  display:flex; align-items:center; justify-content:space-between;
  padding:14px clamp(18px,5vw,46px);
  background:rgba(34,71,37,.72);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}
.nav-logo img { height:30px; width:auto; }
.nav-links { display:flex; align-items:center; gap:22px; }
.nav-links a:not(.pill) { color:var(--muted); font-size:.95rem; font-weight:500; transition:color .2s; }
.nav-links a:not(.pill):hover { color:var(--white); }
.nav-toggle { display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:8px; }
.nav-toggle span { width:24px; height:2px; background:var(--white); border-radius:2px; transition:.25s; }

/* Hero */
.hero { padding:64px 0 40px; text-align:center; }
.hero-logo { width:min(560px,86vw); margin:0 auto; }
.kicker { margin-top:20px; font-size:.76rem; letter-spacing:.24em; text-transform:uppercase; color:var(--red); font-weight:600; }
.hero-h1 { margin:10px auto 0; max-width:760px; font-family:var(--display); font-weight:500;
  font-size:clamp(1.7rem,3.6vw,2.7rem); letter-spacing:-.02em; line-height:1.08; color:var(--white); }
.hero-line { margin:16px auto 0; max-width:600px; font-size:1.08rem; color:var(--muted); }
.landmark-frame {
  width:min(960px,90vw); margin:36px auto 0;
  padding:8px; border:1px solid var(--line);
  border-radius:calc(var(--r) + 8px);
  background:var(--panel);
}
.landmark {
  width:100%; aspect-ratio:16 / 5; object-fit:cover;
  border-radius:var(--r);
}
.actions { display:flex; justify-content:center; gap:14px; flex-wrap:wrap; margin-top:32px; }
.micro { margin-top:20px; color:var(--faint); font-size:.84rem; }

/* Shipping promise strip */
.ship { display:flex; flex-wrap:wrap; gap:12px; justify-content:center; margin-top:28px; }
.ship-item { display:flex; align-items:center; gap:11px; text-align:left;
  background:var(--panel); border:1px solid var(--line); border-radius:14px; padding:12px 18px; }
.ship-item svg { width:21px; height:21px; flex:none; color:var(--red); stroke-width:2; }
.ship-item span { display:flex; flex-direction:column; line-height:1.25; }
.ship-item b { font-size:.92rem; font-weight:600; color:var(--white); }
.ship-item small { font-size:.76rem; color:var(--faint); }
.pricing .ship { margin-top:30px; }
@media (max-width:560px) { .ship-item { flex:1 1 42%; } }

/* Sections */
.section { padding:84px 0; border-top:1px solid var(--line); }
.product { display:grid; grid-template-columns:.92fr 1.08fr; gap:56px; align-items:center; }
.product-photo img {
  width:100%; aspect-ratio:4/4.6; object-fit:cover;
  border-radius:calc(var(--r) + 6px);
  box-shadow:0 40px 80px -40px rgba(0,0,0,.6);
}
.product-copy h2 { margin-bottom:2px; }
.copy-line { margin-top:18px; color:var(--muted); max-width:520px; font-size:1.04rem; }
.copy-line.center { margin-left:auto; margin-right:auto; }
.facts { display:flex; flex-wrap:wrap; gap:10px; margin-top:26px; }
.fact {
  display:inline-flex; align-items:center; gap:7px;
  font-size:.86rem; color:var(--muted);
  padding:.5rem .95rem; border:1px solid var(--line); border-radius:999px;
}
.fact svg { width:15px; height:15px; flex:none; color:var(--red); stroke-width:2.25; }
.cred { margin-top:18px; max-width:520px; font-size:.84rem; color:var(--faint); line-height:1.5; }

/* Pricing */
.pricing { padding:84px 0; border-top:1px solid var(--line); text-align:center; }
/* Guided purchase builder */
.builder {
  max-width:920px; margin:34px auto 0; text-align:left;
  background:var(--panel); border:1px solid var(--line); border-radius:calc(var(--r) + 6px);
  padding:clamp(22px,4vw,34px); display:grid; gap:26px;
}
.custom-panel { display:flex; flex-direction:column; gap:13px; margin-top:16px; padding-top:18px; border-top:1px dashed var(--line); }
.custom-panel[hidden] { display:none; }

/* Plan cards - Subscribe & save vs One-time */
.plan-cards { display:grid; gap:12px; }
.plan { position:relative; border:1.5px solid var(--line); border-radius:16px; padding:18px 20px;
  background:rgba(0,0,0,.12); cursor:pointer; transition:border-color .2s, background .2s; }
.plan:hover { border-color:rgba(255,253,248,.35); }
.plan.is-active { border-color:var(--white); background:rgba(255,253,248,.06); }
.plan:focus-visible { outline:2px solid var(--white); outline-offset:2px; }
.plan-top { display:flex; align-items:center; gap:12px; }
.radio { width:19px; height:19px; flex:none; border-radius:50%; border:2px solid var(--faint); position:relative; transition:border-color .2s; }
.plan.is-active .radio { border-color:var(--white); }
.plan.is-active .radio::after { content:""; position:absolute; inset:3px; border-radius:50%; background:var(--white); }
.plan-title { font-family:var(--display); font-size:1.25rem; font-weight:500; color:var(--white); }
.plan-badge { margin-left:auto; background:rgba(255,253,248,.12); color:var(--white); border:1px solid var(--line); font-size:.66rem; font-weight:700; text-transform:uppercase; letter-spacing:.08em; padding:.32rem .6rem; border-radius:7px; }
.plan-once-price { margin-left:auto; }
.plan-price { margin-top:9px; font-size:1.15rem; }
.plan-price s { color:var(--faint); margin-right:7px; font-weight:500; }
.plan-price strong { color:var(--white); font-family:var(--display); font-weight:600; }
.plan-benefits { list-style:none; margin:15px 0 0; display:grid; gap:8px; }
.plan-benefits li { font-size:.9rem; color:var(--muted); padding-left:26px; position:relative; }
.plan-benefits li::before { content:"✓"; position:absolute; left:0; top:-1px; color:var(--white); font-weight:700; }
.plan-freq { margin-top:16px; padding-top:16px; border-top:1px dashed var(--line); display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
.weeks-head { font-size:.92rem; color:var(--muted); }
.stepper { display:inline-flex; align-items:center; gap:6px; background:rgba(0,0,0,.16); border:1.5px solid var(--line); border-radius:999px; padding:5px; }
.step-btn { width:34px; height:34px; border-radius:50%; border:none; background:var(--panel); color:var(--white); font-size:1.2rem; line-height:1; cursor:pointer; display:grid; place-items:center; transition:background .2s, color .2s; }
.step-btn:hover { background:rgba(255,253,248,.16); color:var(--white); }
.step-val { min-width:80px; text-align:center; font-weight:600; color:var(--white); font-size:.98rem; }
.step-head { display:flex; align-items:center; gap:11px; font-family:var(--display); font-size:1.22rem; color:var(--white); margin-bottom:14px; }
.step-n { width:26px; height:26px; flex:none; border-radius:50%; background:transparent; border:1.5px solid var(--white); color:var(--white); display:grid; place-items:center; font-family:var(--sans); font-size:.85rem; font-weight:700; }
.step-jp { font-family:var(--sans); font-size:.74rem; letter-spacing:.18em; color:var(--red); margin-left:auto; }
.opt-row { display:flex; flex-wrap:wrap; gap:10px; }
.size-row .opt { flex:1 1 0; min-width:150px; }
.opt {
  cursor:pointer; font-family:inherit; color:var(--muted);
  background:rgba(0,0,0,.16); border:1.5px solid var(--line); border-radius:14px;
  padding:14px 16px; transition:border-color .2s, background .2s, color .2s;
  display:flex; flex-direction:column; gap:3px; text-align:left;
}
.freq-row .opt { padding:11px 18px; font-weight:600; font-size:.9rem; }
.opt:hover { border-color:rgba(255,253,248,.4); color:var(--white); }
.opt.is-active { border-color:var(--white); background:rgba(255,253,248,.1); color:var(--white); }
.opt-title { font-weight:600; font-size:1rem; }
.opt-sub { font-size:.8rem; color:var(--faint); }

.summary-step { display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap;
  border-top:1px solid var(--line); padding-top:24px; }
.summary-price { font-family:var(--display); font-size:2.7rem; line-height:1; color:var(--white); }
.summary-meta { font-size:.92rem; color:var(--muted); margin-top:7px; }
.bcta { min-width:240px; }

.profit { margin-top:22px; padding:18px 20px; border-radius:14px;
  border:1px solid var(--line); background:var(--panel); }
.profit-label { display:inline-block; font-family:var(--sans); font-size:.72rem; font-weight:700;
  letter-spacing:.16em; text-transform:uppercase; color:var(--faint); margin-bottom:7px; }
.profit-line { margin:0; font-family:var(--display); font-size:1.15rem; line-height:1.4; color:var(--white); }
.profit-line strong { font-weight:600; }
.profit-foot { display:block; margin-top:9px; font-size:.8rem; color:var(--faint); }
@media (max-width:620px) {
  .builder { padding:20px 16px; gap:22px; }
  .step-head { font-size:1.1rem; }
  .size-row { display:grid; grid-template-columns:1fr 1fr; gap:9px; }
  .size-row .opt { min-width:0; }
  .plan { padding:16px; }
  .plan-freq { justify-content:space-between; }
  .summary-step { flex-direction:column; align-items:stretch; text-align:center; gap:18px; }
  .summary-price { font-size:2.4rem; }
  .bcta { width:100%; min-width:0; }
}
@media (max-width:380px) {
  .size-row { grid-template-columns:1fr; }
}
.sub-btn {
  width:100%; cursor:pointer; font-family:inherit; line-height:1.15;
  background:transparent; color:var(--red);
  border:1px solid rgba(255,49,49,.45); border-radius:999px;
  padding:8px 12px; font-size:.82rem; font-weight:600;
  transition:background .2s, border-color .2s;
}
.sub-btn small { display:block; font-size:.7rem; font-weight:500; opacity:.78; margin-top:1px; }
.sub-btn:hover { background:rgba(255,49,49,.12); border-color:var(--red); }
.sub-btn:disabled { opacity:.6; cursor:default; }
.sub-price { display:block; font-size:.96rem; }
.sub-price s { opacity:.5; font-weight:500; margin-left:5px; }

/* Smaller currency symbol - modern look (£ is 50% of the number) */
.cur { font-size:.5em; font-weight:500; vertical-align:.22em; margin-right:1px; opacity:.85; }

/* Subscription frequency selector */
.freq { display:flex; flex-direction:column; align-items:center; gap:10px; margin:30px 0 6px; }
.freq-label { font-size:.74rem; text-transform:uppercase; letter-spacing:.16em; color:var(--faint); }
.freq-opts { display:inline-flex; background:var(--panel); border:1px solid var(--line); border-radius:999px; padding:4px; gap:2px; }
.freq-opt { border:none; background:transparent; color:var(--muted); font-family:inherit; font-size:.88rem; font-weight:600; padding:9px 18px; border-radius:999px; cursor:pointer; transition:background .2s, color .2s; }
.freq-opt.is-active { background:var(--red); color:#fff; }
.freq-opt:hover:not(.is-active) { color:var(--white); }

.price-grid {
  display:grid; grid-template-columns:repeat(3,1fr); gap:16px;
  max-width:940px; margin:30px auto 0;
}
.price-grid.three { grid-template-columns:repeat(3,1fr); max-width:920px; }
.price-card {
  padding:34px 26px 30px;
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:var(--r);
  display:flex; flex-direction:column; align-items:center;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s;
}
.price-card:hover { transform:translateY(-6px); box-shadow:0 30px 60px -30px rgba(0,0,0,.55); }
.price-card.feat { background:rgba(255,49,49,.07); border-color:rgba(255,49,49,.4); }
.price-card small { color:var(--red); font-weight:700; text-transform:uppercase; letter-spacing:.16em; font-size:.66rem; }
.price-card h3 { margin-top:10px; }
.price { font-family:var(--display); font-size:2.7rem; margin-top:6px; }
.price-card p { margin:12px 0 22px; color:var(--muted); font-size:.92rem; line-height:1.7; }
.price-card p { min-height:0; }
.note { max-width:760px; margin:26px auto 0; color:var(--faint); font-size:.88rem; }

/* Custom order calculator */
.custom {
  max-width:1080px; margin:22px auto 0;
  background:var(--panel); border:1px solid var(--line); border-radius:var(--r);
  padding:34px clamp(22px,4vw,46px);
  display:grid; grid-template-columns:1fr 1fr; gap:30px; align-items:center; text-align:left;
}
.custom-head small { color:var(--red); font-weight:700; text-transform:uppercase; letter-spacing:.16em; font-size:.66rem; }
.custom-head h3 { margin-top:10px; }
.custom-head .jp { margin-top:12px; }
.custom-head .copy-line { margin-top:12px; }
.calc { display:grid; gap:18px; }
.calc-field { display:flex; flex-direction:column; gap:10px; }
.calc-qty { display:flex; align-items:baseline; justify-content:space-between; gap:14px; flex-wrap:wrap; }
.calc-kg { font-family:var(--display); font-size:2rem; color:var(--white); line-height:1; }
.pouches { font-size:.9rem; color:var(--white); font-weight:600; }
.scale-ticks { display:flex; justify-content:space-between; font-size:.72rem; color:var(--faint); letter-spacing:.08em; }
.over { font-size:.82rem; color:var(--faint); }
.over a { color:var(--white); border-bottom:1px solid var(--line); }

/* Range slider - 100g steps, branded */
.scale { -webkit-appearance:none; appearance:none; width:100%; height:8px; border-radius:999px; background:rgba(255,253,248,.16); outline:none; cursor:pointer; }
.scale::-webkit-slider-thumb {
  -webkit-appearance:none; appearance:none; width:26px; height:26px; border-radius:50%;
  background:var(--white); border:3px solid var(--green); cursor:pointer;
  box-shadow:0 4px 14px -4px rgba(0,0,0,.5); transition:transform .15s;
}
.scale::-webkit-slider-thumb:hover { transform:scale(1.12); }
.scale::-moz-range-thumb {
  width:26px; height:26px; border-radius:50%; background:var(--white);
  border:3px solid var(--green); cursor:pointer; box-shadow:0 4px 14px -4px rgba(0,0,0,.5);
}
.scale:focus-visible { outline:2px solid var(--white); outline-offset:4px; }
.calc-out { display:flex; align-items:baseline; gap:14px; flex-wrap:wrap; }
.calc-total { font-family:var(--display); font-size:2.7rem; line-height:1; }
.calc-meta { color:var(--muted); font-size:.92rem; }
.calc-actions { display:flex; flex-direction:column; align-items:center; gap:9px; }
.calc-actions .pill { min-width:240px; }

/* Order */
.order { padding:90px 0; border-top:1px solid var(--line); text-align:center;
  background:radial-gradient(80% 120% at 50% 0%, var(--green-deep), transparent 70%); }
.order-inner .jp { margin-top:14px; }
.order .actions { margin-top:30px; }

/* Sample request form */
.sample-form { max-width:620px; margin:34px auto 0; text-align:left; display:grid; gap:16px; }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.field { display:flex; flex-direction:column; gap:7px; }
.field label { font-size:.82rem; color:var(--faint); letter-spacing:.01em; }
.field .req { color:var(--red); }
.sample-form input, .sample-form select, .sample-form textarea {
  width:100%; font-family:inherit; font-size:1rem; color:var(--white);
  background:rgba(0,0,0,.2); border:1.5px solid var(--line); border-radius:12px;
  padding:13px 15px; outline:none; transition:border-color .2s; }
.sample-form textarea { resize:vertical; min-height:96px; }
.sample-form input:focus, .sample-form select:focus, .sample-form textarea:focus { border-color:var(--white); }
.sample-form select option { color:#111; }
.sample-form .hp { position:absolute; left:-9999px; width:1px; height:1px; opacity:0; }
.sample-form { margin-top:8px; }

/* Modal */
.modal { position:fixed; inset:0; z-index:100; display:grid; place-items:center; padding:20px; }
.modal[hidden] { display:none; }
.modal-backdrop { position:absolute; inset:0; background:rgba(8,18,10,.72); backdrop-filter:blur(3px); }
.modal-dialog { position:relative; width:min(620px,100%); max-height:92vh; overflow:auto;
  background:radial-gradient(120% 70% at 50% 0%, var(--green-deep), var(--green) 60%);
  border:1px solid var(--line); border-radius:22px; padding:clamp(24px,4vw,40px);
  box-shadow:0 40px 90px -30px rgba(0,0,0,.7); animation:modalIn .22s ease; }
@keyframes modalIn { from { opacity:0; transform:translateY(14px) scale(.98); } to { opacity:1; transform:none; } }
.modal-close { position:absolute; top:14px; right:16px; width:38px; height:38px; border-radius:50%;
  border:1px solid var(--line); background:rgba(0,0,0,.2); color:var(--white); font-size:1.5rem; line-height:1;
  cursor:pointer; transition:background .2s,border-color .2s; }
.modal-close:hover { background:rgba(255,253,248,.12); border-color:var(--white); }
.modal-dialog h2 { font-size:clamp(1.8rem,3.4vw,2.4rem); }
.modal-dialog .jp { margin-top:10px; }
.modal-dialog .copy-line { margin-top:12px; }
.modal-done { text-align:center; padding:18px 0 8px; }
.done-mark { width:62px; height:62px; margin:0 auto 6px; border-radius:50%;
  display:grid; place-items:center; font-size:1.8rem; color:var(--green);
  background:var(--white); box-shadow:0 10px 30px -10px rgba(0,0,0,.5); }
.modal-done .copy-line { max-width:420px; margin:14px auto 24px; }
body.modal-open { overflow:hidden; }
.form-foot { display:flex; align-items:center; gap:18px; flex-wrap:wrap; margin-top:4px; }
.form-note { font-size:.85rem; color:var(--faint); }
.form-note a { color:var(--white); border-bottom:1px solid var(--line); }
.form-msg { font-size:.92rem; padding:0; }
.form-msg.ok { color:#bfe6c0; }
.form-msg.err { color:#ffb4b4; }
@media (max-width:560px) { .field-row { grid-template-columns:1fr; } .form-foot { gap:12px; } }

/* FAQ */
.faq { padding:84px 0; border-top:1px solid var(--line); text-align:center; }
.faq .jp-en.center { margin:8px auto 0; }
.faq-list { max-width:760px; margin:34px auto 0; display:grid; gap:12px; text-align:left; }
.faq-item { background:var(--panel); border:1px solid var(--line); border-radius:14px; overflow:hidden; transition:border-color .2s; }
.faq-item[open] { border-color:rgba(255,253,248,.3); }
.faq-item summary { cursor:pointer; list-style:none; padding:18px 22px; gap:16px;
  display:flex; align-items:center; justify-content:space-between;
  font-family:var(--display); font-size:1.08rem; font-weight:500; color:var(--white); }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary::after { content:"+"; flex:none; color:var(--red); font-size:1.5rem; line-height:1; }
.faq-item[open] summary::after { content:"\2212"; }
.faq-item .faq-a { padding:0 22px 20px; color:var(--muted); font-size:.97rem; line-height:1.66; }

/* Footer */
.footer { background:var(--green-dark); border-top:1px solid var(--line); padding:48px 0 28px; }
.why { list-style:none; display:flex; flex-wrap:wrap; gap:12px 26px; padding:0 0 34px; margin:0;
  border-bottom:1px solid var(--line); }
.why li { display:flex; align-items:center; gap:9px; font-size:.9rem; color:var(--muted); }
.why li svg { width:16px; height:16px; flex:none; color:var(--white); background:rgba(255,253,248,.12);
  border-radius:50%; padding:3px; stroke-width:3; }

.footer-cols { display:grid; grid-template-columns:1.6fr 1fr 1fr 1.1fr; gap:30px; padding:36px 0; }
.fcol h4 { font-family:var(--display); font-weight:600; font-size:1.05rem; color:var(--white); margin-bottom:14px; }
.fcol a, .fcol p { display:block; color:var(--muted); font-size:.92rem; margin:8px 0; transition:color .2s; }
.fcol a:hover { color:var(--white); }
.fcol-brand p { max-width:300px; line-height:1.6; margin:14px 0 16px; }
.footer-logo { height:30px; width:auto; }
.hours { color:var(--faint) !important; }
.socials { display:flex; gap:10px; }
.socials a { width:38px; height:38px; border:1px solid var(--line); border-radius:50%; display:grid; place-items:center; margin:0; }
.socials a:hover { border-color:var(--white); background:rgba(255,253,248,.06); }
.socials svg { width:17px; height:17px; color:var(--white); }

.pay-row { display:flex; align-items:center; justify-content:space-between; gap:18px; flex-wrap:wrap;
  padding:22px 0; border-top:1px solid var(--line); }
.pay-label { display:inline-flex; align-items:center; gap:8px; color:var(--faint); font-size:.86rem; }
.pay-label svg { width:15px; height:15px; }
.pay-icons { display:flex; gap:7px; flex-wrap:wrap; }
.pc { height:30px; min-width:46px; padding:0 9px; border-radius:6px; background:#fff; color:#1a1f71;
  display:inline-flex; align-items:center; justify-content:center; gap:2px;
  font-weight:800; font-size:.72rem; letter-spacing:.01em; box-shadow:0 2px 6px -2px rgba(0,0,0,.4); }
.pc-visa { color:#1a1f71; font-style:italic; }
.pc-mc { padding:0 8px; }
.pc-amex { background:#1f72cf; color:#fff; }
.pc-apple { color:#000; gap:3px; }
.pc-gpay { color:#5f6368; gap:1px; }
.pc-gpay .g-b { color:#4285f4; font-weight:800; }
.pc-stripe { background:#635bff; color:#fff; font-weight:700; text-transform:lowercase; }

.footer-base { display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap;
  margin-top:6px; padding-top:22px; border-top:1px solid var(--line); color:var(--faint); font-size:.8rem; }
.footer-fine { color:var(--faint); opacity:.8; }

/* Responsive */
@media (max-width:860px) {
  .price-grid.three { grid-template-columns:1fr; max-width:420px; }
}
@media (max-width:820px) {
  .custom { grid-template-columns:1fr; gap:22px; text-align:center; }
  .custom-head .copy-line { margin-left:auto; margin-right:auto; }
  .calc-out, .calc .pill { justify-self:center; justify-content:center; }
  .nav-links { position:fixed; inset:60px 0 auto 0; flex-direction:column; align-items:stretch; gap:0;
    background:var(--green-deep); padding:10px 22px 22px; border-bottom:1px solid var(--line);
    transform:translateY(-130%); transition:transform .3s ease; }
  .nav-links.open { transform:translateY(0); }
  .nav-links a:not(.pill) { padding:14px 0; border-bottom:1px solid var(--line); }
  .nav-links a.pill { margin-top:12px; }
  .nav-toggle { display:flex; }
  .nav-toggle.open span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2){ opacity:0; }
  .nav-toggle.open span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

  .product { grid-template-columns:1fr; gap:34px; }
  .product-photo img { aspect-ratio:4/3.4; }
  .footer-cols { grid-template-columns:1fr 1fr; gap:26px; }
}
@media (max-width:520px) {
  .footer-cols { grid-template-columns:1fr; gap:24px; }
  .pay-row { justify-content:center; }
  .footer-base { justify-content:center; text-align:center; }
}

/* Legal pages */
.legal-page { padding:0; }
.legal-nav { position:sticky; top:0; z-index:10; display:flex; align-items:center; justify-content:space-between;
  padding:14px clamp(18px,5vw,46px); background:rgba(34,71,37,.82); backdrop-filter:blur(10px); border-bottom:1px solid var(--line); }
.legal-logo img { height:28px; width:auto; display:block; }
.legal-back { color:var(--muted); font-size:.9rem; font-weight:500; }
.legal-back:hover { color:var(--white); }
.legal { width:min(780px,90vw); margin:auto; padding:46px 0 60px; }
.legal h1 { font-size:clamp(2rem,4vw,2.8rem); }
.legal-updated { color:var(--faint); font-size:.85rem; margin-top:10px; }
.legal h2 { font-family:var(--display); font-weight:600; font-size:1.35rem; color:var(--white); margin:36px 0 8px; }
.legal p, .legal li { color:var(--muted); font-size:1rem; line-height:1.72; }
.legal p { margin:10px 0; }
.legal ul { margin:10px 0 14px; padding-left:20px; display:grid; gap:7px; }
.legal a { color:var(--white); border-bottom:1px solid var(--line); }
.legal a:hover { border-color:var(--white); }
.legal strong { color:var(--white); font-weight:600; }
.legal-note { background:var(--panel); border:1px solid var(--line); border-radius:12px; padding:15px 18px;
  font-size:.9rem; color:var(--faint); margin:22px 0; }
.legal-foot { border-top:1px solid var(--line); padding:24px 0; }
.legal-foot .wrap { color:var(--faint); font-size:.85rem; display:flex; justify-content:space-between; gap:14px; flex-wrap:wrap; }
.legal-foot a { color:var(--faint); border-bottom:1px solid var(--line); }
.legal-foot a:hover { color:var(--white); }
@media (max-width:560px) {
  .calc-actions { flex-direction:column; }
  .calc-actions .pill, .calc-actions .sub-btn { width:100%; flex:none; }
}

/* Thank-you banner */
.paid-banner {
  position:fixed; left:50%; bottom:24px; transform:translate(-50%, 30px);
  background:var(--red); color:#fff; font-weight:600; font-size:.95rem;
  padding:14px 24px; border-radius:999px; z-index:60; opacity:0;
  box-shadow:0 18px 40px -16px rgba(0,0,0,.6); transition:opacity .3s ease, transform .3s ease;
  max-width:90vw; text-align:center;
}
.paid-banner.show { opacity:1; transform:translate(-50%, 0); }

/* Buttons rendered as <button> should match link pills */
button.pill { font-family:inherit; cursor:pointer; }
button.pill:disabled { opacity:.6; cursor:default; }

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