:root {
  --ink: #1e2922;
  --muted: #5f6c63;
  --green: #173f32;
  --green-2: #2d5f4d;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --gold: #a7803f;
  --line: #ddd2bd;
  --red: #b84138;
  --red-dark: #963129;
  --serif: "Shippori Mincho", "Yu Mincho", serif;
  --sans: "Noto Sans JP", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.9; }
img { display: block; max-width: 100%; }
a { color: inherit; }
sup { font-size: .45em; vertical-align: super; }
.container { width: min(1080px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; color: #fff; background: #000; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 10; display: flex; align-items: center; justify-content: space-between;
  width: min(1180px, calc(100% - 48px)); margin-inline: auto; padding-block: 20px; color: #fff;
}
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--serif); font-size: 16px; font-weight: 700; line-height: 1.25; text-decoration: none; letter-spacing: .03em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; font-size: 21px; }
.brand small { display: block; margin-top: 3px; font-family: var(--sans); font-size: 9px; font-weight: 500; letter-spacing: .12em; opacity: .8; }
.header-cta { padding: 10px 17px; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; background: rgba(18,46,37,.3); font-size: 12px; font-weight: 700; text-decoration: none; backdrop-filter: blur(8px); }
.header-cta:hover { background: #fff; color: var(--green); }

.hero { position: relative; min-height: 820px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--green); }
.hero-photo, .hero-shade { position: absolute; inset: 0; }
.hero-photo { background: url("assets/tanbo.jpg") center / cover no-repeat; transform: scale(1.02); }
.hero-shade { background: linear-gradient(90deg, rgba(10,38,29,.96) 0%, rgba(10,38,29,.78) 49%, rgba(10,38,29,.2) 77%, rgba(10,38,29,.3) 100%), linear-gradient(0deg, rgba(10,38,29,.35), transparent 52%); }
.hero-inner { position: relative; z-index: 1; width: min(1120px, calc(100% - 48px)); margin: 95px auto 55px; }
.kicker, .eyebrow { margin: 0 0 20px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero .kicker { color: #dfcca1; }
.hero h1 { max-width: 920px; margin: 0; font-family: var(--serif); font-size: clamp(40px, 5vw, 66px); font-weight: 600; line-height: 1.5; letter-spacing: .015em; text-shadow: 0 3px 20px rgba(0,0,0,.18); }
.hero-opening { display: block; margin-bottom: 12px; color: #fff; font-size: .5em; }
.hero h1 em { display: block; color: #f5ddb1; font-style: normal; }
.hero h1 em > span { display: block; white-space: nowrap; }
.hero-lead { margin: 32px 0 0; font-family: var(--serif); font-size: clamp(23px, 2.7vw, 35px); font-weight: 600; line-height: 1.6; }
.hero-body { max-width: 650px; margin: 17px 0 0; color: rgba(255,255,255,.83); font-size: 14px; line-height: 2; }
.hero-facts { display: flex; width: min(760px, 100%); margin: 33px 0 23px; border-block: 1px solid rgba(255,255,255,.27); }
.hero-facts > div { flex: 1; padding: 14px 20px 15px 0; }
.hero-facts > div + div { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.27); }
.hero-facts small { display: block; font-size: 10px; letter-spacing: .08em; opacity: .75; }
.hero-facts strong { display: block; margin-top: 4px; font-family: var(--serif); font-size: 22px; line-height: 1.35; }
.hero-facts strong small { display: inline; margin-left: 2px; font-size: 10px; }
.button { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; min-height: 72px; padding: 13px 38px; border-radius: 7px; font-weight: 700; line-height: 1.4; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 10px 28px rgba(82,19,16,.24); }
.button-primary:hover { background: var(--red-dark); }
.button span { font-size: 17px; letter-spacing: .04em; }
.button small { margin-top: 4px; font-size: 10px; font-weight: 500; opacity: .82; }
.hero-button { width: min(420px, 100%); }
.microcopy { width: min(420px, 100%); margin: 6px 0 0; text-align: center; font-size: 10px; opacity: .65; }

.meaning { padding: 118px 0 0; background: var(--paper); }
.section-intro { max-width: 770px; text-align: center; }
.section-intro h2, .not-starve h2, .rice-copy h2, .haragami h2, .faq h2 { margin: 0; font-family: var(--serif); font-size: clamp(34px, 5vw, 55px); font-weight: 600; line-height: 1.5; letter-spacing: .03em; }
.section-intro > p:last-child { max-width: 650px; margin: 28px auto 0; color: var(--muted); font-size: 15px; }
.shift-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.shift-grid article { position: relative; padding: 34px 30px 31px; border: 1px solid var(--line); background: #fff; }
.shift-grid article > span { position: absolute; top: -18px; right: 16px; color: rgba(167,128,63,.18); font-family: var(--serif); font-size: 70px; font-weight: 700; line-height: 1; }
.shift-grid h3 { position: relative; margin: 0 0 12px; font-family: var(--serif); font-size: 22px; }
.shift-grid p { position: relative; margin: 0; color: var(--muted); font-size: 13px; }

.not-starve { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: center; margin-top: 120px; padding: 65px 70px; background: var(--cream); }
.not-starve > div > p:last-child { color: var(--muted); font-size: 14px; }
.days { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.days li { display: grid; grid-template-columns: 100px 1fr; align-items: center; gap: 18px; padding: 10px; background: rgba(255,255,255,.82); }
.days img { width: 100px; height: 76px; object-fit: cover; }
.days b, .days span { display: block; }
.days b { font-family: var(--serif); font-size: 18px; }
.days span { color: var(--muted); font-size: 12px; line-height: 1.65; }

.genmai { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 75px; margin-top: 130px; }
.rice-visual { position: relative; display: grid; place-items: center; min-height: 580px; background: #eef0e7; overflow: hidden; }
.rice-visual::before { content: ""; position: absolute; inset: 0; opacity: .16; background: url("assets/tanbo.jpg") center / cover; }
.rice-halo { position: absolute; width: 410px; aspect-ratio: 1; border-radius: 50%; background: rgba(255,253,248,.88); }
.rice-visual img { position: relative; width: 86%; filter: drop-shadow(0 25px 22px rgba(37,49,35,.18)); }
.rice-visual > span { position: absolute; top: 25px; left: 25px; display: grid; place-items: center; width: 120px; aspect-ratio: 1; border-radius: 50%; color: #fff; background: var(--green); font-family: var(--serif); font-size: 12px; line-height: 1.65; text-align: center; }
.rice-copy .concept { margin: 24px 0; color: var(--green-2); font-family: var(--serif); font-size: 25px; font-weight: 700; letter-spacing: .16em; }
.rice-copy .concept i { display: block; color: var(--gold); font-family: var(--sans); font-size: 11px; font-style: normal; font-weight: 700; letter-spacing: .28em; }
.rice-copy > p:not(.eyebrow):not(.concept) { color: var(--muted); font-size: 14px; }
.rice-copy blockquote { margin: 30px 0 0; padding: 18px 0 18px 24px; border-left: 2px solid var(--gold); font-family: var(--serif); font-size: 24px; line-height: 1.75; }

.haragami { margin-top: 130px; padding: 120px 0; color: #fff; background: linear-gradient(rgba(17,52,40,.92), rgba(17,52,40,.96)), url("assets/tanbo.jpg") center / cover fixed; }
.haragami-inner { max-width: 760px; text-align: center; }
.eyebrow.light { color: #ddca9a; }
.haragami h2 { color: #f5e9ce; }
.haragami p:not(.eyebrow) { max-width: 650px; margin: 26px auto 0; color: rgba(255,255,255,.8); font-size: 15px; }
.haragami strong { color: #fff; }

.offer { padding: 120px 0 140px; background: var(--cream); }
.centered { margin-inline: auto; }
.offer-panel { display: grid; grid-template-columns: 1fr 1fr; margin-top: 60px; border: 1px solid var(--line); background: #fff; box-shadow: 0 30px 80px rgba(60,49,31,.08); }
.offer-summary, .included { padding: 54px; }
.offer-summary { color: #fff; background: var(--green); }
.season-label { display: inline-block; margin-bottom: 17px; padding: 5px 10px; border: 1px solid rgba(255,255,255,.34); color: #eadcbf; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.offer-summary h3 { margin: 0 0 28px; font-family: var(--serif); font-size: 26px; line-height: 1.55; }
.offer-summary dl { margin: 0; border-top: 1px solid rgba(255,255,255,.2); }
.offer-summary dl > div { display: grid; grid-template-columns: 80px 1fr; gap: 15px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.offer-summary dt { color: rgba(255,255,255,.65); font-size: 11px; }
.offer-summary dd { margin: 0; font-size: 13px; font-weight: 600; }
.price { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin: 27px 0 20px; }
.price span, .price span small { display: block; }
.price s { font-size: 12px; opacity: .65; }
.price span small { margin-top: 4px; color: #eadcbf; font-size: 10px; }
.price strong { color: #f7dfad; font-family: var(--serif); font-size: 42px; line-height: 1; }
.price strong small { font-size: 12px; }
.offer-summary .button { width: 100%; }
.included h3 { margin: 0 0 24px; font-family: var(--serif); font-size: 25px; }
.included ul { margin: 0; padding: 0; list-style: none; }
.included li { position: relative; padding: 0 0 17px 34px; }
.included li::before { content: "✓"; position: absolute; top: 0; left: 0; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: #fff; background: var(--green-2); font-size: 11px; }
.included b, .included span { display: block; }
.included b { font-family: var(--serif); font-size: 15px; }
.included span { margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.supply-note { margin: 5px 0 0; color: var(--muted); font-size: 10px; }

.trust { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 28px; border: 1px solid var(--line); background: #fff; }
.trust > div { padding: 23px 18px; text-align: center; }
.trust > div + div { border-left: 1px solid var(--line); }
.trust strong, .trust span { display: block; }
.trust strong { color: var(--green); font-family: var(--serif); font-size: 25px; }
.trust span { color: var(--muted); font-size: 10px; letter-spacing: .05em; }

.doctor-card { display: grid; grid-template-columns: 210px 1fr; gap: 40px; align-items: center; width: min(850px, 100%); margin: 80px auto 0; padding: 35px; background: #fff; }
.doctor-card img { width: 210px; aspect-ratio: 1; object-fit: cover; background: var(--cream); }
.doctor-card h3 { margin: 0; font-family: var(--serif); font-size: 27px; line-height: 1.55; }
.doctor-card p:last-child { margin: 16px 0 0; color: var(--muted); font-size: 13px; }

.voices { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 80px; }
.voices article { display: grid; grid-template-columns: 145px 1fr; min-height: 230px; background: #fff; }
.voices img { width: 145px; height: 100%; object-fit: cover; }
.voices article > div { display: flex; flex-direction: column; justify-content: center; padding: 25px; }
.voices p { margin: 0; font-family: var(--serif); font-size: 16px; line-height: 1.9; }
.voices span { margin-top: 13px; color: var(--muted); font-size: 11px; }

.faq { width: min(780px, 100%); margin: 95px auto 0; }
.faq h2 { font-size: 38px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 22px 45px 22px 0; cursor: pointer; font-family: var(--serif); font-size: 16px; font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; top: 21px; right: 7px; color: var(--green); font-family: var(--sans); font-size: 22px; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: -4px 0 22px; color: var(--muted); font-size: 13px; }

.final-cta { margin-top: 100px; padding: 74px 35px; color: #fff; background: var(--green); text-align: center; }
.final-cta > p { margin: 0; color: #ddca9a; font-family: var(--serif); font-size: 16px; }
.final-cta h2 { margin: 17px 0 20px; font-family: var(--serif); font-size: clamp(35px, 5vw, 54px); font-weight: 600; line-height: 1.5; }
.final-cta > span { display: block; margin-bottom: 27px; font-size: 12px; opacity: .75; }
.button-light { min-width: 390px; color: var(--green); background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.15); }
.button-light:hover { background: #f8ebce; }
.final-cta > small { display: block; margin-top: 9px; opacity: .58; }

footer { padding: 55px 30px 45px; color: rgba(255,255,255,.68); background: #0e2c23; text-align: center; }
.footer-profile { display: grid; grid-template-columns: 72px auto; gap: 17px; align-items: center; width: fit-content; max-width: 100%; margin: 0 auto 30px; text-align: left; }
.footer-profile img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; }
.footer-profile strong, .footer-profile span { display: block; }
.footer-profile strong { color: #fff; font-family: var(--serif); font-size: 15px; }
.footer-profile span { font-size: 9px; }
.footer-profile p { margin: 4px 0 0; color: #ddca9a; font-family: var(--serif); font-size: 12px; }
footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; margin-bottom: 22px; }
footer nav a { font-size: 10px; text-decoration-color: rgba(255,255,255,.25); }
footer > small { font-size: 9px; opacity: .55; }
.mobile-cta { display: none; }

@media (max-width: 800px) {
  body { padding-bottom: 74px; }
  .container { width: min(100% - 32px, 680px); }
  .site-header { width: calc(100% - 28px); padding-top: 14px; }
  .brand { gap: 8px; font-size: 12px; }
  .brand-mark { width: 31px; height: 31px; font-size: 16px; }
  .brand small { font-size: 7px; }
  .header-cta { display: none; }
  .hero { min-height: 0; align-items: start; }
  .hero-photo { background-position: 64% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(9,35,27,.98) 5%, rgba(9,35,27,.78) 63%, rgba(9,35,27,.38) 100%); }
  .hero-inner { width: calc(100% - 32px); margin: 100px auto 38px; }
  .hero .kicker { margin-bottom: 14px; font-size: 9px; letter-spacing: .11em; }
  .hero h1 { font-size: clamp(24px, 7.8vw, 54px); line-height: 1.55; }
  .hero-opening { margin-bottom: 14px; font-size: .65em; }
  .hero-lead { margin-top: 26px; font-size: clamp(16px, 4.6vw, 22px); }
  .hero-body { font-size: 12px; line-height: 1.9; }
  .hero-facts { margin: 24px 0 18px; }
  .hero-facts > div { padding: 11px 8px 12px 0; }
  .hero-facts > div + div { padding-left: 8px; }
  .hero-facts small { font-size: 8px; letter-spacing: 0; }
  .hero-facts strong { font-size: 15px; }
  .hero-facts strong small { font-size: 8px; }
  .hero-button { display: inline-flex; }
  .microcopy { display: block; }
  .meaning { padding-top: 82px; }
  .section-intro h2, .not-starve h2, .rice-copy h2, .haragami h2 { font-size: 32px; line-height: 1.55; }
  .section-intro > p:last-child { margin-top: 20px; font-size: 13px; text-align: left; }
  .shift-grid { grid-template-columns: 1fr; gap: 11px; margin-top: 38px; }
  .shift-grid article { padding: 24px 25px; }
  .shift-grid article > span { top: -9px; font-size: 53px; }
  .not-starve { grid-template-columns: 1fr; gap: 26px; margin-top: 75px; padding: 45px 22px; }
  .not-starve > div > p:last-child { font-size: 13px; }
  .days li { grid-template-columns: 86px 1fr; gap: 13px; }
  .days img { width: 86px; height: 72px; }
  .days b { font-size: 16px; }
  .days span { font-size: 10px; }
  .genmai { grid-template-columns: 1fr; gap: 43px; margin-top: 80px; }
  .rice-visual { min-height: 420px; }
  .rice-halo { width: 310px; }
  .rice-visual > span { top: 16px; left: 16px; width: 95px; font-size: 10px; }
  .rice-copy .concept { font-size: 21px; }
  .rice-copy > p:not(.eyebrow):not(.concept) { font-size: 13px; }
  .rice-copy blockquote { font-size: 21px; }
  .haragami { margin-top: 80px; padding: 80px 0; background-attachment: scroll; }
  .haragami p:not(.eyebrow) { font-size: 13px; text-align: left; }
  .offer { padding: 80px 0 90px; }
  .offer-panel { grid-template-columns: 1fr; margin-top: 42px; }
  .offer-summary, .included { padding: 35px 25px; }
  .offer-summary h3 { font-size: 23px; }
  .price strong { font-size: 36px; }
  .button { min-height: 68px; padding-inline: 24px; }
  .button span { font-size: 15px; }
  .trust { grid-template-columns: 1fr 1fr; }
  .trust > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust > div:nth-child(4) { border-top: 1px solid var(--line); }
  .trust strong { font-size: 21px; }
  .doctor-card { grid-template-columns: 110px 1fr; gap: 20px; margin-top: 60px; padding: 22px; }
  .doctor-card img { width: 110px; }
  .doctor-card h3 { font-size: 18px; }
  .doctor-card p:last-child { grid-column: 1 / -1; font-size: 11px; }
  .voices { grid-template-columns: 1fr; margin-top: 60px; }
  .voices article { grid-template-columns: 105px 1fr; min-height: 190px; }
  .voices img { width: 105px; }
  .voices article > div { padding: 19px; }
  .voices p { font-size: 13px; }
  .faq { margin-top: 70px; }
  .faq h2 { font-size: 29px; }
  .faq summary { font-size: 14px; }
  .final-cta { margin-top: 75px; padding: 54px 20px; }
  .button-light { min-width: 0; width: 100%; }
  .footer-profile { grid-template-columns: 60px 1fr; }
  .footer-profile img { width: 60px; height: 60px; }
  .mobile-cta { position: fixed; z-index: 50; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1.45fr; gap: 10px; align-items: center; min-height: 74px; padding: 9px 12px max(9px, env(safe-area-inset-bottom)); color: #fff; background: rgba(14,44,35,.97); box-shadow: 0 -8px 28px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
  .mobile-cta div { text-align: center; line-height: 1.25; }
  .mobile-cta small, .mobile-cta strong { display: block; }
  .mobile-cta small { color: #e9d9b5; font-size: 9px; }
  .mobile-cta strong { margin-top: 3px; font-family: var(--serif); font-size: 18px; }
  .mobile-cta a { display: grid; place-items: center; min-height: 49px; border-radius: 5px; background: var(--red); font-size: 13px; font-weight: 700; text-decoration: none; }
}

@media (max-width: 390px) {
  .hero-facts strong { font-size: 13px; }
  .doctor-card { grid-template-columns: 85px 1fr; }
  .doctor-card img { width: 85px; }
}

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