@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Old+Mincho:wght@500;700&display=swap');

:root { --green: #064a3a; --green-dark: #033b2e; --ink: #174c40; --paper: #faf8f0; --cream: #f2ede0; --orange: #fa4d24; --gold: #b4864e; --line: #e5ded1; --max: 1120px; --radius: 6px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: 'Zen Kaku Gothic New', 'Yu Gothic', sans-serif; line-height: 1.75; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.section { padding: 82px 0; }
.section-paper { background: var(--paper); }
.section-heading { margin: 0 auto 32px; text-align: center; }
.section-heading.align-left { text-align: left; margin-left: 0; }
.heading-kicker { display: block; color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .18em; line-height: 1.2; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: 'Zen Old Mincho', 'Yu Mincho', serif; font-weight: 700; line-height: 1.35; letter-spacing: .04em; }
h1 { font-size: clamp(2.1rem, 4.4vw, 4.1rem); margin-bottom: 24px; }
h2 { font-size: clamp(1.65rem, 3vw, 2.35rem); margin: 5px 0 14px; }
h3 { font-size: 1rem; line-height: 1.45; margin-bottom: 4px; }
p { color: #4f625b; font-size: .9rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-width: 235px; padding: 12px 24px; border-radius: 40px; color: #fff; background: var(--orange); font-weight: 700; line-height: 1.3; box-shadow: 0 6px 15px rgb(212 66 26 / 16%); transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 18px rgb(212 66 26 / 22%); }
.button-small { min-width: 0; padding: 8px 18px; font-size: .8rem; }
.button-light { background: #fff; color: var(--green); }
.site-header { position: sticky; top: 0; z-index: 10; background: rgb(255 255 255 / 94%); border-bottom: 1px solid #f2eee8; backdrop-filter: blur(8px); }
.header-inner { height: 66px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 132px; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.menu-button { width: 28px; display: grid; gap: 5px; padding: 4px 0; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; height: 2px; background: var(--green); }
.hero { padding: 0; }
.hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; min-height: 500px; align-items: stretch; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 62px 48px 62px 28px; }
.hero-copy .eyebrow { color: var(--green); font-family: 'Zen Old Mincho', serif; font-size: 1.05rem; margin-bottom: 4px; }
.hero-copy .lead { margin-bottom: 21px; }
.hero-copy .button { align-self: flex-start; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.badges { display: flex; gap: 12px; margin-bottom: 28px; }
.badges span { display: grid; place-items: center; width: 74px; aspect-ratio: 1; padding: 8px; border: 1px solid #83a99e; border-radius: 50%; color: var(--green); font-size: .7rem; font-weight: 700; line-height: 1.35; text-align: center; }
.concerns { background: #fff; padding-top: 48px; }
.concern-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 18px; max-width: 950px; margin: 0 auto; }
.concern-card { display: flex; gap: 18px; align-items: center; min-height: 84px; padding: 14px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.concern-card p { margin: 0; font-size: .78rem; }
.line-icon { width: 34px; flex: 0 0 34px; color: var(--green); line-height: 1; text-align: center; }
.line-icon svg { display: block; width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.heart svg { width: 36px; height: 36px; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 92px); align-items: center; }
.rounded-media { overflow: hidden; border-radius: var(--radius); }
.rounded-media img { width: 100%; aspect-ratio: 1.55; object-fit: cover; }
.copy-block p { max-width: 480px; }
.ingredient-photo { overflow: hidden; border-radius: var(--radius) var(--radius) 0 0; }
.ingredient-photo img { width: 100%; aspect-ratio: 6.2; object-fit: cover; }
.ingredient-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.ingredient-grid article { min-height: 135px; padding: 16px 14px; background: #fff; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 var(--radius) var(--radius); }
.ingredient-grid h3 { color: var(--green); font-family: 'Zen Old Mincho', serif; text-align: center; }
.ingredient-grid p { font-size: .72rem; line-height: 1.6; margin: 0; }
.reason-grid { align-items: start; }
.reason-copy { padding-top: 7px; }
.reason-copy em { color: var(--gold); font-size: 1.4em; font-style: normal; }
.number-list, .steps, .check-list { list-style: none; padding: 0; margin: 22px 0 0; }
.number-list li, .steps li, .check-list li { display: flex; gap: 15px; margin-bottom: 20px; }
.number-list > li > span { display: grid; place-items: center; width: 43px; height: 43px; flex: 0 0 43px; border-radius: 50%; color: var(--green); background: #f4edda; font-family: Georgia, serif; font-size: 1.1rem; }
.number-list h3, .steps h3, .check-list h3 { margin: 0; color: var(--green); }
.number-list p, .steps p, .check-list p { margin: 2px 0 0; font-size: .77rem; line-height: 1.5; }
.serving-grid { grid-template-columns: 1fr .9fr; }
.steps > li > span { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 32px; border-radius: 50%; color: #fff; background: var(--green); font-family: Georgia, serif; font-size: 1.1rem; font-weight: 700; }
.quality { padding: 70px 0; color: #fff; background: var(--green); }
.quality p, .quality .heading-kicker { color: #dcece3; }
.quality h2, .quality h3 { color: #fff; }
.quality-grid { align-items: center; }
.check-list { margin-top: 26px; }
.check-list li { margin-bottom: 17px; }
.check-list li > span { display: grid; place-items: center; width: 24px; height: 24px; flex: 0 0 24px; border-radius: 50%; color: var(--green); background: #fff; font-weight: 700; }
.check-list h3 { font-size: .98rem; }
.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.voice-card { padding: 24px 25px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; text-align: center; }
.person-icon { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 8px; border: 1px solid #c9bda9; border-radius: 50%; color: #9d7a56; font-size: 2rem; line-height: 1; }
.voice-meta { color: #746d62; font-size: .75rem; }
.voice-card h3 { margin: 10px 0 7px; color: var(--green); font-family: 'Zen Old Mincho', serif; }
.voice-card p { margin: 0; text-align: left; font-size: .78rem; line-height: 1.7; }
.note { text-align: center; font-size: .68rem; margin: 12px 0 0; }
.trial { padding-top: 30px; }
.trial-box { display: grid; grid-template-columns: 240px 1fr; gap: 40px; align-items: center; max-width: 920px; padding: 16px 48px; border: 1px solid var(--line); border-radius: var(--radius); background: #fffdf8; }
.trial-product img { width: 100%; max-height: 180px; object-fit: contain; }
.trial-info h2 { font-size: 1.35rem; text-align: center; }
.price-row { display: flex; align-items: center; justify-content: center; gap: 22px; margin: 18px 0; text-align: center; }
.price-row span { display: block; font-size: .7rem; }
.price-row strong { display: block; color: #273c35; font-family: Georgia, serif; font-size: 2.1rem; line-height: 1.15; }
.price-row small { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: .8rem; }
.price-arrow { color: var(--gold); font-size: 1.5rem !important; }
.sale span, .sale strong { color: var(--orange); }
.sale b { color: var(--orange); font-size: .7rem; }
.trial-info .button { display: flex; margin: 0 auto; }
.table-wrap { overflow-x: auto; }
table { width: 100%; min-width: 650px; border-collapse: collapse; background: #fff; font-size: .78rem; text-align: center; }
th, td { padding: 11px 15px; border: 1px solid var(--line); }thead th { background: #eee6d8; }tbody th { background: #fbf8f1; font-weight: 700; }tbody td:nth-child(2) { background: #f7f0e1; color: var(--green); font-weight: 700; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px 18px; }
details { border: 1px solid var(--line); border-radius: 4px; background: #fff; }
summary { display: flex; align-items: center; gap: 10px; padding: 10px 14px; cursor: pointer; list-style: none; font-size: .8rem; font-weight: 700; }summary::-webkit-details-marker { display: none; }summary span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: #fff; background: var(--gold); font-family: Georgia, serif; }summary b { margin-left: auto; color: var(--gold); font-size: 1.1rem; }details[open] summary b { transform: rotate(180deg); }details p { margin: 0; padding: 0 48px 14px; font-size: .78rem; }
.final-cta { position: relative; overflow: hidden; background: var(--green-dark); color: #fff; }
.final-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 50px; min-height: 225px; text-align: center; }
.final-inner h2 { color: #fff; font-size: 2rem; }
.final-product { width: 240px; max-height: 190px; object-fit: contain; }
.leaves { position: absolute; bottom: 0; width: min(24vw, 300px); max-height: 100%; object-fit: contain; pointer-events: none; }
.leaves-left { left: 0; } .leaves-right { right: 0; }
.site-footer { padding: 18px 0; background: #fff; }
.footer-inner { display: flex; align-items: center; gap: 25px; font-size: .65rem; color: #63746e; }
.footer-inner .brand img { width: 112px; }
.footer-inner nav { display: flex; gap: 16px; flex: 1; } .footer-inner small { white-space: nowrap; }
@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), 560px); }
  .section { padding: 58px 0; }
  .header-inner { height: 58px; } .header-actions { gap: 14px; } .header-actions .button { display: none; }
  .hero-grid, .split-grid, .serving-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 48px 5px 40px; } .hero-copy .button { align-self: stretch; }
  .hero-media { order: -1; margin: 0 -16px; } .hero-media img { height: auto; aspect-ratio: 1.35; }
  .badges { justify-content: center; } .hero-copy h1 { font-size: 2.35rem; }
  .concerns { padding-top: 42px; } .concern-grid { grid-template-columns: 1fr; gap: 8px; } .concern-card { min-height: 72px; padding: 12px 16px; }
  .copy-block, .reason-copy { padding: 34px 0; } .reason-grid .rounded-media { order: -1; }
  .ingredient-photo { display: none; } .ingredient-grid { grid-template-columns: repeat(2, 1fr); } .ingredient-grid article:last-child { grid-column: span 2; } .ingredient-grid article { min-height: 122px; padding: 13px 12px; }
  .section-heading.align-left { text-align: center; } .reason-copy .section-heading { margin-left: auto; } .reason-copy .heading-kicker { text-align: center; }
  .quality { padding: 55px 0; } .quality-grid .rounded-media { order: -1; margin-bottom: 28px; } .quality-copy .heading-kicker, .quality-copy h2 { text-align: center; }
  .voice-grid { grid-template-columns: 1fr; gap: 10px; } .voice-card { padding: 20px 22px; }
  .trial-box { grid-template-columns: 1fr; gap: 0; padding: 18px 18px 25px; } .trial-product img { max-height: 135px; margin: 0 auto; } .price-row { gap: 10px; } .price-row strong { font-size: 1.7rem; }
  .faq-grid { grid-template-columns: 1fr; gap: 8px; }
  .final-inner { min-height: 300px; gap: 8px; } .final-product { width: 130px; } .final-inner h2 { font-size: 1.45rem; } .final-inner .button { min-width: 180px; padding: 11px 10px; font-size: .78rem; }
  .leaves { width: 34vw; } .footer-inner { flex-wrap: wrap; gap: 12px; } .footer-inner nav { order: 3; width: 100%; flex-basis: 100%; flex-wrap: wrap; gap: 5px 13px; } .footer-inner small { margin-left: auto; }
}
