:root {
  color-scheme: light dark;
  --bg: #fbf8f3;
  --ink: #273039;
  --muted: #59646a;
  --line: #ded9d1;
  --link: #9d553e;
  --pill: #f1dfcd;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 17px/1.68 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--link); text-underline-offset: .2em; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid var(--link); outline-offset: 5px; border-radius: 3px; }
.skip-link { position: absolute; left: 15px; top: -60px; z-index: 2; padding: 9px 13px; background: var(--ink); color: var(--bg); }
.skip-link:focus { top: 12px; }
.site-header {
  position: relative;
  max-width: 1000px;
  min-height: 86px;
  margin: auto;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand {
  color: var(--ink);
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -.035em;
  text-decoration: none;
}
.header-contact {
  position: absolute;
  right: 30px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.header-contact:hover { text-decoration: underline; }
.home-header { justify-content: space-between; }
.home-header nav { display: flex; flex-wrap: wrap; gap: 25px; }
.home-header nav a { color: var(--ink); font-size: 14px; font-weight: 600; text-decoration: none; }
.home-header nav a:hover { text-decoration: underline; }
.policy { max-width: 790px; margin: auto; padding: 0 30px 105px; }
.policy-hero {
  padding: clamp(55px, 10vh, 110px) 0 63px;
  text-align: center;
}
.mochi-art { display: block; width: 188px; max-width: 55vw; margin: 0 auto 30px; }
.mochi-art img { display: block; width: 100%; height: auto; }
h1 {
  font-size: clamp(38px, 6vw, 56px);
  line-height: 1.1;
  letter-spacing: -.05em;
  font-weight: 700;
  margin: 0;
}
.lede {
  max-width: 620px;
  margin: 16px auto 6px;
  font-size: clamp(21px, 3.4vw, 27px);
  line-height: 1.32;
  font-weight: 600;
  letter-spacing: -.025em;
}
.hero-detail { max-width: 560px; margin: 0 auto; color: var(--muted); }
.effective { margin: 30px auto 0; color: var(--muted); font-size: 14px; }
section { border-top: 1px solid var(--line); margin-top: 26px; padding-top: 28px; }
h2 { font-size: 24px; line-height: 1.25; letter-spacing: -.03em; margin: 0 0 16px; }
p { margin: 0 0 18px; }
p:last-child { margin-bottom: 0; }
code {
  font: .88em ui-monospace, SFMono-Regular, Menlo, monospace;
  background: var(--pill);
  padding: .12em .28em;
  border-radius: 4px;
  overflow-wrap: anywhere;
}
.contact-card {
  margin-top: 62px;
  padding: 31px 0 0;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
.contact-card strong, .contact-card span { display: block; }
.contact-card strong { font-size: 20px; line-height: 1.3; }
.contact-card span { color: var(--muted); font-size: 15px; line-height: 1.45; margin-top: 5px; }
.contact-card a { white-space: nowrap; font-weight: 600; }
footer {
  max-width: 1000px;
  margin: auto;
  padding: 25px 30px 40px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
footer a { color: var(--muted); }
.home {
  max-width: 750px;
  min-height: calc(100vh - 160px);
  margin: auto;
  padding: clamp(70px, 13vh, 145px) 30px 120px;
  text-align: center;
}
.home .mochi-art { width: 240px; margin-bottom: 37px; }
.home h1 { font-size: clamp(36px, 6vw, 52px); }
.home p { max-width: 510px; margin: 21px auto 0; color: var(--muted); font-size: 18px; }
.home nav { margin-top: 32px; }
.product-home { max-width: 1000px; margin: auto; padding: 0 30px 105px; }
.product-home .home { min-height: 0; padding: clamp(70px, 12vh, 130px) 0 110px; }
.product-home .home .home-eyebrow { margin: 0 auto 16px; color: var(--link); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-home .home .home-status { margin-top: 24px; color: var(--ink); font-size: 14px; font-weight: 700; }
.product-section { margin: 0; padding: 73px 0 80px; border-top: 1px solid var(--line); }
.product-section .section-kicker { margin-bottom: 14px; color: var(--link); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-section h2 { max-width: 630px; margin-bottom: 27px; font-size: clamp(32px, 5vw, 48px); line-height: 1.12; letter-spacing: -.05em; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; margin-top: 42px; }
.feature-grid h3 { margin: 0 0 11px; font-size: 19px; line-height: 1.3; letter-spacing: -.025em; }
.feature-grid p { color: var(--muted); }
.company-section > p:not(.section-kicker) { max-width: 660px; color: var(--muted); font-size: 18px; }
.product-links { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 30px; }
.product-links a:not(.primary-link) { font-weight: 600; }
.primary-link {
  display: inline-block;
  border-radius: 999px;
  padding: 10px 22px;
  background: var(--pill);
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
}
.primary-link:hover { filter: brightness(.94); }
@media (max-width: 620px) {
  body { font-size: 16px; line-height: 1.65; }
  .site-header { min-height: 76px; padding: 19px 20px; }
  .brand { font-size: 23px; }
  .header-contact { right: 20px; font-size: 14px; }
  .home-header { display: block; text-align: center; }
  .home-header nav { justify-content: center; gap: 18px; margin-top: 16px; }
  .policy { padding: 0 22px 75px; }
  .policy-hero { padding: 60px 0 52px; }
  .mochi-art { width: 155px; margin-bottom: 27px; }
  .hero-detail { max-width: 330px; }
  section { padding-top: 25px; margin-top: 25px; }
  .contact-card { display: block; }
  .contact-card a { display: inline-block; margin-top: 17px; }
  footer { padding: 22px 20px 35px; display: block; }
  footer span { display: block; margin-top: 6px; }
  .home { padding-left: 20px; padding-right: 20px; }
  .home .mochi-art { width: 200px; }
  .product-home { padding: 0 22px 75px; }
  .product-home .home { padding: 65px 0 75px; }
  .product-section { padding: 55px 0 63px; }
  .feature-grid { display: block; margin-top: 31px; }
  .feature-grid > div + div { margin-top: 29px; }
  .product-links { gap: 18px; }
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #18232c;
    --ink: #f4f0e8;
    --muted: #c0c8c8;
    --line: #45525b;
    --link: #e5a184;
    --pill: #30404b;
  }
  .primary-link:hover { filter: brightness(1.15); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  body { background: #fff; color: #000; font-size: 11pt; }
  .site-header, .contact-card, footer, .mochi-art { display: none; }
  .policy { max-width: none; padding: 0; }
  .policy-hero { padding: 0 0 20px; }
  .hero-detail, .effective { color: #333; }
  section { break-inside: avoid; border-color: #bbb; }
  a { color: inherit; text-decoration: underline; }
}
