:root {
  --green: #3b5e3a;
  --green-dark: #29472e;
  --hojicha: #7b5234;
  --gold: #b8962e;
  --ink: #26322b;
  --muted: #59625c;
  --line: #d6ddd6;
  --surface: #f3f5f3;
  --matcha-surface: #edf2e9;
  --hojicha-surface: #f5efed;
  --white: #fff;
  --sans: 'Yu Gothic', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  --serif: 'Yu Mincho', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  --content: 1160px;
  --anchor-offset: 104px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--anchor-offset); }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.9; letter-spacing: 0; overflow-wrap: anywhere; }
body.menu-active, body.dialog-active { overflow: hidden; }
button, input, textarea { font: inherit; letter-spacing: 0; }
button, a, input, textarea, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
figure, p, h1, h2, h3, dl, dd { margin: 0; }
h1, h2, h3 { line-height: 1.5; }
h2 { font-family: var(--serif); font-size: 34px; font-weight: 600; line-height: 1.65; }
h3 { font-size: 18px; font-weight: 700; }
::selection { color: #fff; background: var(--green); }
:focus-visible { outline: 3px solid #987826; outline-offset: 5px; }
input:focus-visible, textarea:focus-visible { outline-offset: 2px; }
[hidden] { display: none !important; }
.container { width: min(calc(100% - 96px), var(--content)); margin-inline: auto; }
.icon { width: 20px; height: 20px; flex: 0 0 20px; object-fit: contain; }
.section-label { color: var(--green); font-size: 13px; font-weight: 700; margin-bottom: 12px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.section-heading > p { color: var(--muted); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 13px 23px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 700; line-height: 1.6; transition: background-color .18s, color .18s; }
.button-primary { color: #fff; background: var(--green); }
.button-primary:hover { background: var(--green-dark); }
.button-primary .icon, .light-link .icon, .launch-note .icon { filter: brightness(0) invert(1); }
.button-white { color: var(--green-dark); background: #fff; }
.button-white:hover { background: #edf2e9; }
.text-link { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; font-weight: 700; font-size: 14px; color: var(--green); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.text-link:hover { text-decoration-thickness: 2px; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; background: #fff; color: var(--ink); padding: 12px 20px; }
.skip-link:focus { top: 8px; }
.launch-note { display: flex; align-items: center; justify-content: center; gap: 24px; padding: 6px 24px; min-height: 34px; background: var(--green); color: #fff; font-size: 11px; line-height: 1.6; }
.launch-note a { display: inline-flex; align-items: center; gap: 8px; }
.launch-note .icon { width: 15px; height: 15px; flex-basis: 15px; }
.site-header { position: sticky; top: 0; background: #fff; z-index: 30; border-bottom: 1px solid #e9ede8; }
.header-inner { min-height: 86px; max-width: 1440px; margin: auto; padding-inline: 48px; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.company-mark { display: inline-flex; flex-direction: column; flex: 0 0 auto; line-height: 1.3; color: var(--green-dark); }
.company-mark > span { font-family: Arial, sans-serif; font-weight: 750; font-size: 22px; }
.company-mark small { font-size: 10px; font-weight: 500; margin-top: 7px; }
.primary-nav { display: flex; align-items: center; gap: 26px; font-size: 12px; font-weight: 700; }
.primary-nav > a:not(.button) { padding-block: 12px; }
.primary-nav > a:not(.button):hover { color: var(--green); text-decoration: underline; text-underline-offset: 6px; }
.nav-cta { min-height: 44px; padding: 11px 18px; font-size: 12px; gap: 16px; }
.menu-toggle { display: none; }
.hero { position: relative; isolation: isolate; color: #fff; height: 620px; }
.hero-image { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: rgba(10, 24, 15, .21); }
.hero-inner { height: 100%; display: flex; align-items: center; position: relative; }
.hero-copy { padding-bottom: 6px; width: 550px; max-width: 54%; text-shadow: 0 1px 12px rgba(0,0,0,.15); }
.hero-category { font-size: 13px; font-weight: 600; margin-bottom: 19px; }
.hero h1 { display: flex; flex-direction: column; font-family: Georgia, 'Times New Roman', serif; font-size: 62px; font-weight: 400; line-height: 1.16; }
.hero h1 > span { white-space: nowrap; }
.hero .infinity { font-family: Georgia, serif; font-weight: 400; font-size: 1.04em; margin-left: 3px; }
.hero-message { font-family: var(--serif); font-size: 28px; font-weight: 500; line-height: 1.65; margin-top: 22px; }
.hero-description { font-size: 14px; line-height: 1.95; margin-top: 16px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 25px; text-shadow: none; }
.light-link { color: #fff; font-size: 12px; }
.hero-caption { position: absolute; right: 0; bottom: 22px; font-size: 10px; color: #fff; padding: 2px 8px; background: rgba(0,0,0,.4); }
.overview { padding-block: 55px 62px; display: grid; grid-template-columns: 1fr 1.35fr; gap: 70px; align-items: center; }
.overview h2 { font-size: 27px; }
.overview-detail > p { font-size: 14px; margin-bottom: 13px; }
.products { padding-block: 38px 65px; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.product { min-width: 0; }
.product-matcha { background: var(--matcha-surface); }
.product-hojicha { background: var(--hojicha-surface); }
.product-photo { position: relative; aspect-ratio: 1.74; }
.product-photo > img { width: 100%; height: 100%; object-fit: cover; }
.product-state { position: absolute; bottom: 0; left: 0; padding: 7px 20px; font-family: Georgia, serif; font-size: 16px; color: #fff; background: var(--green); }
.product-hojicha .product-state { background: var(--hojicha); }
.product-content { padding: 27px 32px 26px; }
.product-name-row { display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.product-name-row h3 { font-size: 36px; font-family: Georgia, serif; font-weight: 400; line-height: 1.3; white-space: nowrap; color: var(--green); }
.product-hojicha h3 { color: var(--hojicha); }
.product-name-row h3 span { margin-left: 2px; }
.product-type { font-size: 12px; white-space: nowrap; }
.product-message { margin-top: 12px; font-family: var(--serif); font-size: 23px; font-weight: 600; }
.product-description { font-size: 14px; margin-block: 12px 20px; }
.product-facts { border-top: 1px solid #cbd5c6; padding-top: 13px; margin-bottom: 12px; font-size: 13px; }
.product-hojicha .product-facts { border-color: #dacfc8; }
.product-facts > div { display: grid; grid-template-columns: 78px 1fr; margin-bottom: 3px; }
.product-facts dt { color: var(--muted); }
.product-hojicha .text-link { color: var(--hojicha); }
.product-note { font-size: 12px; color: var(--muted); padding-top: 13px; }
.product-values { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; padding-top: 36px; }
.product-values > div { display: grid; grid-template-columns: 28px 1fr; column-gap: 12px; }
.product-values .icon { grid-row: 1 / 3; width: 25px; height: 25px; margin-top: 3px; }
.product-values h3 { font-size: 15px; }
.product-values p { font-size: 13px; color: var(--muted); margin-top: 4px; }
.scenes { background: var(--surface); padding-block: 58px 64px; }
.scenes h2 { font-size: 31px; }
.day-scenes { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.day-scenes li { border-top: 1px solid #c7d1c7; border-right: 1px solid #d6ddd6; padding: 18px 26px 0; }
.day-scenes li:first-child { padding-left: 0; }
.day-scenes li:last-child { border-right: 0; padding-right: 0; }
.day-scenes time { font-family: Georgia, serif; color: var(--green); font-size: 30px; }
.scene-moment { display: inline; font-size: 11px; margin-left: 9px; color: var(--muted); }
.day-scenes h3 { font-family: var(--serif); font-size: 20px; margin-top: 12px; line-height: 1.8; }
.day-scenes li > p:not(.scene-moment) { font-size: 13px; margin-top: 10px; min-height: 47px; color: var(--muted); }
.scene-drink { display: inline-block; font-family: Georgia, serif; font-size: 14px; margin-top: 16px; }
.matcha-label { color: var(--green); }
.hojicha-label { color: var(--hojicha); }
.benefits { display: grid; grid-template-columns: .95fr 1.1fr; gap: 90px; padding-block: 94px; }
.benefits-intro > p:not(.section-label) { font-size: 14px; color: var(--muted); margin-block: 26px 20px; }
.benefit-list > div { padding: 22px 0; border-bottom: 1px solid var(--line); }
.benefit-list > div:first-child { padding-top: 7px; }
.benefit-list dt { display: flex; align-items: center; gap: 14px; font-size: 16px; font-weight: 700; }
.benefit-list dt .icon { width: 22px; height: 22px; flex-basis: 22px; }
.benefit-list dd { margin-left: 36px; margin-top: 9px; font-size: 14px; color: var(--muted); }
.installation { background: var(--surface); padding-block: 65px; }
.installation-grid { display: grid; grid-template-columns: 1.07fr 1fr; gap: 54px; align-items: start; }
.installation-photo { margin-top: 4px; }
.installation-photo > img { aspect-ratio: 1.2; width: 100%; height: auto; object-fit: cover; }
.installation-photo figcaption { font-size: 11px; color: var(--muted); margin-top: 10px; }
.installation-options article + article { border-top: 1px solid var(--line); margin-top: 25px; padding-top: 23px; }
.option-label { color: var(--green); font-size: 12px; font-weight: 700; margin-bottom: 10px; }
.installation-options h3 { font-family: var(--serif); font-size: 24px; line-height: 1.65; margin-bottom: 10px; }
.installation-options article > p:not(.option-label) { font-size: 14px; }
.installation-options .small-note { color: var(--muted); margin-top: 9px; font-size: 11px !important; }
.installation-options > a { margin-top: 16px; }
.operation-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-block: 1px solid var(--line); margin-top: 35px; padding-block: 23px; gap: 36px; }
.operation-list dt { font-size: 14px; font-weight: 700; margin-bottom: 7px; }
.operation-list dd { color: var(--muted); font-size: 13px; }
.installation-footnote { font-size: 13px; color: var(--muted); margin-top: 19px; }
.flow { padding-block: 78px; }
.flow-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 30px; }
.flow-steps li { border-top: 2px solid var(--green); padding-top: 14px; }
.step-number { color: var(--green); font-family: Georgia, serif; font-size: 28px; }
.flow-steps h3 { font-size: 16px; margin-top: 6px; }
.flow-steps p { font-size: 13px; color: var(--muted); margin-top: 10px; }
.schedule { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 8px 28px; border-block: 1px solid var(--line); padding-block: 23px; margin-top: 32px; font-size: 13px; }
.schedule > strong { grid-row: 1 / 3; font-weight: 700; }
.schedule p { display: flex; flex-wrap: wrap; gap: 8px 26px; }
.schedule b { color: var(--green); font-size: 12px; margin-left: 10px; }
.schedule small { font-size: 12px; color: var(--muted); }
.faq { background: var(--surface); padding-block: 65px 75px; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.35fr; gap: 65px; }
.faq-grid > div:first-child > p:last-child { font-size: 13px; color: var(--muted); margin-top: 18px; }
.faq-items { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; padding: 21px 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; font-size: 14px; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq details[open] summary .icon { transform: rotate(45deg); }
.faq details > p { font-size: 14px; color: var(--muted); padding: 0 40px 24px 0; }
.faq details a { display: block; color: var(--green); text-decoration: underline; text-underline-offset: 3px; margin-top: 8px; }
.contact { background: var(--green-dark); color: #fff; padding-block: 72px; }
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: start; }
.contact .section-label { color: #e3d5a3; }
.contact h2 { font-size: 36px; margin-block: 15px 24px; }
.contact-copy > p:not(.section-label, .contact-status) { font-size: 14px; line-height: 2.2; }
.contact-topics { border-top: 1px solid #607463; margin-top: 30px; padding-top: 18px; font-size: 13px; }
.contact-topics p { margin-top: 8px; }
.contact-status { font-size: 12px; color: #d5dfd4; margin-top: 34px; }
.consultation-form { background: #fff; color: var(--ink); border-radius: 6px; padding: 30px; }
.purpose-options { border: 0; padding: 0; margin: 0 0 24px; min-width: 0; }
.purpose-options legend { font-size: 13px; font-weight: 700; padding: 0; margin-bottom: 11px; }
.purpose-options > div { display: flex; gap: 22px; flex-wrap: wrap; }
.purpose-options label { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; min-height: 30px; cursor: pointer; }
input[type='radio'] { accent-color: var(--green); width: 16px; height: 16px; margin: 0; }
.form-fields { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px 16px; }
.field label { display: flex; align-items: baseline; gap: 10px; font-weight: 700; font-size: 12px; margin-bottom: 7px; }
.required, .optional { font-size: 10px; font-weight: 400; color: var(--muted); }
.required { color: #8a4540; }
.field input, .field textarea { display: block; width: 100%; min-width: 0; padding: 11px 12px; border: 1px solid #aeb9af; border-radius: 3px; background: #fff; color: var(--ink); font-size: 16px; line-height: 1.6; }
.field textarea { resize: vertical; min-height: 102px; }
.field input::placeholder, .field textarea::placeholder { color: #727a72; font-size: 12px; opacity: 1; }
.field input[aria-invalid='true'] { border-color: #aa3434; }
.full-width { grid-column: 1 / -1; }
.field-error { color: #a22d2d; font-size: 11px; display: block; line-height: 1.7; }
.field-error:not(:empty) { margin-top: 5px; }
.form-notice { color: var(--muted); font-size: 11px; margin-top: 17px; }
#form-feedback { font-size: 12px; color: #a22d2d; }
.form-submit { margin-top: 15px; width: 100%; }
.form-submit:disabled { background: #667168; cursor: not-allowed; }
.site-footer { padding-block: 31px 24px; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand > img { width: 138px; height: 100px; object-fit: contain; }
.footer-brand > div > p:not(.company-mark) { font-size: 13px; margin-top: 8px; }
.footer-brand > div > small { font-size: 10px; color: var(--muted); }
.footer-main nav { display: flex; flex-wrap: wrap; gap: 20px; font-size: 12px; }
.footer-main nav a { min-height: 44px; display: inline-flex; align-items: center; }
.footer-main nav a:hover { text-decoration: underline; }
.footer-bottom { position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px 20px; padding-top: 22px; padding-right: 58px; margin-top: 20px; border-top: 1px solid var(--line); }
.footer-bottom small { font-size: 10px; color: var(--muted); }
.back-top { width: 40px; height: 40px; border: 1px solid var(--line); position: absolute; right: 0; top: 16px; display: grid; place-items: center; border-radius: 50%; }
.mobile-cta, .mobile-break { display: none; }
dialog { width: min(calc(100% - 32px), 580px); max-height: calc(100dvh - 48px); padding: 0; border: 0; border-radius: 8px; color: var(--ink); background: #fff; box-shadow: 0 20px 80px #0003; }
dialog::backdrop { background: rgba(20,35,24,.65); }
.dialog-inner { padding: 36px; position: relative; }
.dialog-inner h2 { font-size: 28px; margin-bottom: 14px; }
.dialog-inner > p:not(.section-label) { font-size: 13px; color: var(--muted); }
.dialog-close { position: absolute; right: 14px; top: 14px; border: 0; background: none; width: 44px; height: 44px; display: grid; place-items: center; }
.confirmation-values { margin-block: 23px; }
.confirmation-values > div { display: grid; grid-template-columns: 100px minmax(0,1fr); gap: 12px; border-bottom: 1px solid var(--line); padding-block: 10px; font-size: 13px; }
.confirmation-values dt { color: var(--muted); }
.confirmation-values dd { white-space: pre-wrap; overflow-wrap: anywhere; }

@media (min-width: 1800px) {
  .hero { height: 650px; }
  .hero-image { object-position: center 53%; }
}
@media (max-width: 1150px) {
  .header-inner { padding-inline: 32px; gap: 20px; }
  .primary-nav { gap: 16px; font-size: 11px; }
  .nav-cta { gap: 10px; padding-inline: 13px; font-size: 11px; }
  .company-mark > span { font-size: 20px; }
  .hero-copy { max-width: 58%; }
  .product-content { padding-inline: 24px; }
  .product-name-row h3 { font-size: 30px; }
  .product-name-row { gap: 8px; }
  .product-type { font-size: 11px; }
  .benefits { gap: 50px; }
  .contact-grid { gap: 45px; }
  .purpose-options > div { gap: 14px; }
  .faq-grid { gap: 45px; }
  .scene-moment { display: block; margin-left: 0; }
}
@media (max-width: 960px) {
  :root { --anchor-offset: 90px; }
  .container { width: calc(100% - 64px); }
  .header-inner { min-height: 74px; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 4px; background: #fff; }
  .menu-close-icon { display: none; }
  .menu-toggle[aria-expanded='true'] .menu-open-icon { display: none; }
  .menu-toggle[aria-expanded='true'] .menu-close-icon { display: block; }
  .primary-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 20px 32px 26px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 16px 20px #0001; max-height: calc(100dvh - 120px); overflow-y: auto; align-items: stretch; }
  .primary-nav.is-open { display: flex; flex-direction: column; gap: 5px; }
  .primary-nav > a:not(.button) { font-size: 14px; padding-block: 12px; border-bottom: 1px solid #e9ede8; }
  .nav-cta { font-size: 14px; margin-top: 13px; min-height: 48px; }
  .hero h1 { font-size: 53px; }
  .hero { height: 610px; }
  .hero-actions { flex-wrap: wrap; gap: 12px 24px; }
  .overview { grid-template-columns: 1fr 1.2fr; gap: 32px; }
  .overview h2 { font-size: 25px; }
  .desktop-break { display: none; }
  .product-name-row { display: block; }
  .product-type { display: block; margin-top: 6px; }
  .product-message { font-size: 21px; }
  .product-description br { display: none; }
  .product-values { gap: 18px; }
  .product-values > div { grid-template-columns: 1fr; gap: 8px; }
  .product-values .icon { grid-row: auto; }
  .day-scenes li { padding-inline: 18px; }
  .day-scenes h3 { font-size: 18px; }
  .benefits { gap: 40px; }
  .benefits h2 { font-size: 27px; }
  .installation-grid { gap: 30px; }
  .installation-photo > img { aspect-ratio: .9; }
  .faq-grid { grid-template-columns: .65fr 1.35fr; gap: 32px; }
  .faq h2 { font-size: 28px; }
  .contact-grid { grid-template-columns: .85fr 1.15fr; gap: 32px; }
  .contact h2 { font-size: 29px; }
  .consultation-form { padding: 24px; }
  .purpose-options > div { gap: 8px 12px; }
  .purpose-options label { font-size: 12px; }
  .footer-main { align-items: start; }
  .footer-main nav { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
}
@media (max-width: 700px) {
  :root { --anchor-offset: 80px; }
  .container { width: calc(100% - 40px); }
  body { font-size: 14px; padding-bottom: 68px; }
  h2 { font-size: 27px; }
  .section-label { font-size: 11px; margin-bottom: 9px; }
  .section-heading { display: block; margin-bottom: 27px; }
  .section-heading > p { font-size: 12px; margin-top: 14px; }
  .mobile-break { display: inline; }
  .launch-note { gap: 12px; padding-inline: 14px; font-size: 10px; min-height: 31px; }
  .launch-note .icon { width: 13px; height: 13px; flex-basis: 13px; }
  .header-inner { padding-inline: 20px; min-height: 68px; }
  .company-mark > span { font-size: 19px; }
  .company-mark small { font-size: 9px; margin-top: 5px; }
  .primary-nav { padding-inline: 20px; }
  .hero { height: 600px; max-height: 710px; }
  .hero-image { object-position: 67% center; }
  .hero-shade { background: rgba(10,24,15,.30); }
  .hero-inner { align-items: flex-start; padding-top: 33px; }
  .hero-copy { width: 100%; max-width: 100%; padding-bottom: 0; }
  .hero-category { font-size: 11px; margin-bottom: 14px; }
  .hero h1 { font-size: 47px; line-height: 1.13; }
  .hero-message { font-size: 24px; margin-top: 17px; }
  .hero-description { font-size: 11px; margin-top: 12px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 4px; margin-top: 20px; }
  .hero-actions .button { min-height: 48px; padding: 11px 20px; font-size: 12px; gap: 30px; }
  .hero-actions .light-link { font-size: 11px; min-height: 40px; }
  .hero-caption { bottom: 13px; font-size: 9px; }
  .overview { display: block; padding-block: 38px 40px; }
  .overview h2 { font-size: 26px; }
  .overview-detail { margin-top: 18px; }
  .overview-detail > p { font-size: 13px; line-height: 2; }
  .overview .text-link { font-size: 12px; }
  .products { padding-block: 19px 42px; }
  .product-grid { grid-template-columns: 1fr; gap: 24px; }
  .product-photo { aspect-ratio: 1.6; }
  .product-content { padding: 23px 24px; }
  .product-name-row { display: flex; }
  .product-name-row h3 { font-size: 31px; }
  .product-type { margin-top: 0; }
  .product-message { font-size: 21px; }
  .product-description { font-size: 12px; }
  .product-note { font-size: 10px; line-height: 1.8; }
  .product-values { grid-template-columns: 1fr; gap: 22px; padding-top: 30px; }
  .product-values > div { grid-template-columns: 28px 1fr; gap: 4px 15px; }
  .product-values .icon { grid-row: 1 / 3; }
  .product-values h3 { font-size: 13px; }
  .product-values p { font-size: 11px; }
  .scenes { padding-block: 41px 44px; }
  .scenes h2 { font-size: 27px; }
  .day-scenes { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px 20px; }
  .day-scenes li { padding: 12px 0 0; border-right: 0; }
  .day-scenes time { font-size: 27px; }
  .scene-moment { font-size: 10px; }
  .day-scenes h3 { font-size: 17px; margin-top: 10px; }
  .day-scenes li > p:not(.scene-moment) { font-size: 11px; min-height: 43px; }
  .scene-drink { font-size: 12px; margin-top: 12px; }
  .benefits { grid-template-columns: 1fr; gap: 25px; padding-block: 46px; }
  .benefits h2 { font-size: 26px; }
  .benefits-intro > p:not(.section-label) { font-size: 12px; margin-block: 16px 12px; }
  .benefit-list dt { align-items: flex-start; font-size: 14px; gap: 12px; }
  .benefit-list dt .icon { margin-top: 2px; width: 20px; height: 20px; flex-basis: 20px; }
  .benefit-list dd { margin-left: 32px; font-size: 12px; }
  .benefit-list > div { padding-block: 20px; }
  .installation { padding-block: 43px; }
  .installation-grid { grid-template-columns: 1fr; gap: 27px; }
  .installation-photo > img { aspect-ratio: 1.5; }
  .installation-photo figcaption { font-size: 10px; }
  .installation-options h3 { font-size: 22px; }
  .installation-options article > p:not(.option-label) { font-size: 12px; }
  .operation-list { grid-template-columns: 1fr; gap: 17px; margin-top: 23px; padding-block: 20px; }
  .operation-list > div { display: grid; grid-template-columns: 90px 1fr; gap: 14px; }
  .operation-list dt { font-size: 12px; }
  .operation-list dd { font-size: 11px; }
  .installation-footnote { font-size: 10px; }
  .flow { padding-block: 45px; }
  .flow-steps { grid-template-columns: 1fr; gap: 0; }
  .flow-steps li { display: grid; grid-template-columns: 45px 1fr; gap: 5px 17px; padding-block: 17px; border-top: 1px solid var(--line); }
  .step-number { grid-row: 1 / 3; font-size: 28px; }
  .flow-steps h3 { font-size: 15px; margin: 0; }
  .flow-steps p { font-size: 12px; margin: 0; }
  .schedule { display: block; margin-top: 13px; padding-block: 20px; }
  .schedule > strong { font-size: 12px; }
  .schedule p { display: block; margin-block: 8px; }
  .schedule p > span { display: block; font-size: 12px; margin-top: 5px; }
  .schedule b { font-size: 11px; }
  .schedule small { font-size: 10px; display: block; }
  .faq { padding-block: 42px; }
  .faq-grid { grid-template-columns: 1fr; gap: 25px; }
  .faq h2 { font-size: 27px; }
  .faq-grid > div:first-child > p:last-child { font-size: 12px; margin-top: 10px; }
  .faq summary { font-size: 12px; padding-block: 19px; gap: 15px; }
  .faq summary .icon { width: 18px; height: 18px; flex-basis: 18px; }
  .faq details > p { font-size: 12px; padding-right: 15px; }
  .contact { padding-block: 43px; }
  .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .contact h2 { font-size: 29px; margin-block: 12px 17px; }
  .contact-copy > p:not(.section-label, .contact-status) { font-size: 13px; }
  .contact-topics { margin-top: 19px; padding-top: 10px; font-size: 12px; }
  .contact-status { font-size: 10px; margin-top: 18px; }
  .consultation-form { padding: 24px 20px; }
  .purpose-options { margin-bottom: 19px; }
  .purpose-options > div { gap: 14px; }
  .form-fields { grid-template-columns: 1fr; gap: 12px; }
  .field label { font-size: 12px; }
  .form-notice { font-size: 10px; }
  .footer-main { display: block; }
  .footer-brand { gap: 4px; }
  .footer-brand > img { width: 100px; height: 80px; }
  .footer-brand .company-mark > span { font-size: 17px; }
  .footer-brand > div > p:not(.company-mark) { font-size: 10px; }
  .footer-brand > div > small { font-size: 9px; }
  .footer-main nav { grid-template-columns: repeat(2,1fr); gap: 0 20px; margin-top: 18px; font-size: 12px; }
  .footer-bottom { margin-top: 15px; padding-top: 17px; }
  .footer-bottom small { font-size: 9px; }
  .mobile-cta { position: fixed; bottom: 0; inset-inline: 0; z-index: 35; display: grid; grid-template-columns: 1fr 1.8fr; min-height: 62px; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); gap: 8px; background: #fff; border-top: 1px solid var(--line); }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; min-height: 44px; font-size: 12px; font-weight: 700; border: 1px solid var(--green); color: var(--green); border-radius: 4px; gap: 14px; line-height: 1.5; }
  .mobile-cta a:last-child { background: var(--green); color: #fff; }
  .mobile-cta .icon { filter: brightness(0) invert(1); width: 17px; height: 17px; flex-basis: 17px; }
  .mobile-cta.is-hidden { visibility: hidden; pointer-events: none; }
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .dialog-inner { padding: 28px 22px; }
  .dialog-inner h2 { font-size: 25px; }
  .confirmation-values > div { grid-template-columns: 96px minmax(0,1fr); gap: 10px; font-size: 12px; }
}
@media (max-width: 370px) {
  .hero h1 { font-size: 40px; }
  .hero { height: 570px; }
  .hero-message { font-size: 22px; }
  .hero-description { font-size: 10px; }
  .launch-note { font-size: 9px; gap: 10px; }
  .product-content { padding-inline: 18px; }
  .product-name-row h3 { font-size: 27px; }
  .product-type { font-size: 10px; }
  .day-scenes h3 { font-size: 16px; }
  .purpose-options > div { gap: 8px 12px; }
  .purpose-options label { font-size: 11px; }
  .contact h2 { font-size: 26px; }
  .footer-brand .company-mark > span { font-size: 15px; }
  .footer-brand > img { width: 82px; }
  .schedule b { margin-left: 5px; font-size: 10px; }
}
@media (max-height: 780px) and (max-width: 700px) {
  .hero { height: 535px; }
  .hero-inner { padding-top: 26px; }
  .hero-actions { margin-top: 14px; }
}
@media (max-height: 760px) and (min-width: 701px) {
  .hero { height: 535px; }
  .hero h1 { font-size: 52px; }
  .hero-message { margin-top: 15px; font-size: 26px; }
  .hero-category { margin-bottom: 14px; }
}
@media (max-height: 700px) and (max-width: 700px) {
  .hero { height: 465px; }
  .hero-inner { padding-top: 23px; }
  .hero h1 { font-size: 40px; }
  .hero-category { margin-bottom: 10px; }
  .hero-message { font-size: 22px; margin-top: 13px; }
  .hero-description { margin-top: 9px; }
  .hero-actions { margin-top: 16px; }
  .hero-actions .light-link { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .site-header { position: static; }
  .menu-toggle, .mobile-cta, .back-top, .consultation-form, .hero-actions { display: none !important; }
  body { padding: 0; }
  .hero { height: 500px; print-color-adjust: exact; }
  .container { width: 92%; }
  .product, .flow-steps li, .faq details { break-inside: avoid; }
  .contact { print-color-adjust: exact; }
}

/* Production handoff and WordPress admin toolbar. */
.contact-route h3 { font-family: var(--serif); font-size: 23px; line-height: 1.8; }
.contact-route-intro { font-size: 13px; color: var(--muted); margin: 16px 0 25px; }
.contact-route .button { width: 100%; margin-top: 6px; }
.contact-route-note { font-size: 11px; color: var(--muted); margin-top: 16px; }
.contact-route > .text-link { font-size: 11px; margin-top: 10px; }
.footer-main nav { max-width: 540px; gap: 4px 22px; }
.footer-brand address { font-style: normal; font-size: 10px; color: var(--muted); margin-top: 5px; }
.nojs-nav { padding: 8px 20px; display: flex; gap: 20px; font-size: 12px; }
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
@media (max-width: 600px) { .admin-bar .site-header { top: 0; } }
@media (max-width: 700px) { .contact-route h3 { font-size: 21px; } .footer-main nav { gap: 0 20px; } }
