:root {
  --ink: #19201d;
  --muted: #5f665f;
  --paper: #f8f6ef;
  --paper-deep: #efede4;
  --orange: #c66c35;
  --orange-dark: #9e4d27;
  --blue: #d8e8f3;
  --green: #dfece0;
  --line: rgba(25, 32, 29, 0.14);
  --display: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", sans-serif;
  --mono: "DM Mono", "SFMono-Regular", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
}
body::before {
  background-image: radial-gradient(rgba(25, 32, 29, 0.09) 0.65px, transparent 0.65px);
  background-size: 7px 7px;
  content: "";
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }

.skip-link {
  background: var(--ink);
  border-radius: 0 0 8px 0;
  color: var(--paper);
  font-size: 13px;
  font-weight: 700;
  left: 0;
  padding: 12px 20px;
  position: fixed;
  top: 0;
  transform: translateY(-120%);
  transition: transform .18s ease;
  z-index: 100;
}
.skip-link:focus-visible { outline-offset: -4px; transform: translateY(0); }
main:focus { outline: none; }

/* --- Focus visibility --- */
:where(a, button, [tabindex]):focus-visible {
  border-radius: 6px;
  outline: 2px solid var(--orange-dark);
  outline-offset: 3px;
}
.button:focus-visible, .site-nav .nav-cta:focus-visible { border-radius: 100px; }
.brand:focus-visible { border-radius: 12px; }
.install-card :focus-visible { outline-color: #e5a16d; }
.section-shell { margin: 0 auto; max-width: 1180px; padding-left: 40px; padding-right: 40px; }
.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1300px;
  padding: 26px 48px;
  position: relative;
  z-index: 10;
}
.brand { align-items: center; display: inline-flex; gap: 11px; }
.brand-mark { align-items: center; background: var(--orange); border-radius: 11px; display: flex; height: 35px; justify-content: center; overflow: hidden; width: 35px; }
.brand-mark img { height: 29px; image-rendering: pixelated; width: 29px; }
.brand-mark.small { border-radius: 9px; height: 30px; width: 30px; }
.brand-mark.small img { height: 25px; width: 25px; }
.brand-name { font-size: 16px; font-weight: 900; letter-spacing: -0.04em; }
.brand-name span { color: var(--orange); font-family: var(--mono); font-size: 0.78em; font-weight: 500; margin-left: 2px; }
.site-nav { align-items: center; display: flex; gap: 30px; }
.site-nav > a { color: #4c544c; font-size: 13px; font-weight: 700; transition: color .2s ease; }
.site-nav > a:hover { color: var(--orange); }
.site-nav .nav-cta { border: 1px solid var(--ink); border-radius: 100px; color: var(--ink); padding: 9px 16px 9px 19px; transition: background-color .2s ease, color .2s ease; }
.site-nav .nav-cta:hover { background: var(--ink); color: var(--paper); }
.site-nav .nav-cta:hover span { color: #e5a16d; }
.site-nav .nav-cta span { color: var(--orange); margin-left: 7px; }
.menu-toggle { display: none; }

.hero { align-items: center; display: grid; gap: 48px; grid-template-columns: .97fr 1.03fr; padding-bottom: 84px; padding-top: 60px; }
.eyebrow { align-items: center; color: var(--orange-dark); display: flex; font-family: var(--mono); font-size: 11px; font-weight: 500; gap: 9px; letter-spacing: .08em; margin: 0 0 22px; text-transform: uppercase; }
.eyebrow-dot { background: var(--orange); border-radius: 50%; display: inline-block; height: 7px; width: 7px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 900; letter-spacing: -.08em; line-height: 1.17; }
h1 { font-size: clamp(38px, 4.4vw, 62px); margin-bottom: 28px; text-wrap: balance; }
h2 { font-size: clamp(35px, 4.2vw, 57px); margin-bottom: 28px; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-lead { color: var(--muted); font-size: 16px; line-height: 2.1; max-width: 410px; }
.hero-actions { align-items: center; display: flex; gap: 28px; margin-top: 35px; }
.button { align-items: center; border-radius: 100px; display: inline-flex; font-size: 13px; font-weight: 900; gap: 28px; justify-content: center; padding: 14px 18px 14px 23px; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { box-shadow: 0 8px 20px rgba(61, 50, 38, .16); transform: translateY(-3px); }
.button:active { box-shadow: 0 3px 9px rgba(61, 50, 38, .14); transform: translateY(-1px); }
.install-card > p.is-coming-soon:hover { box-shadow: none; transform: none; }
.button-primary { background: var(--ink); color: var(--paper); }
.button span { color: var(--orange); font-family: var(--mono); font-size: 17px; }
.text-link, .arrow-link { border-bottom: 1px solid var(--orange); color: var(--ink); font-size: 12px; font-weight: 700; padding-bottom: 2px; }
.text-link span, .arrow-link span { color: var(--orange); font-family: var(--mono); margin-left: 8px; }
.hero-note { color: #6c7269; font-family: var(--mono); font-size: 10px; margin-top: 43px; }
.tiny-paw { color: var(--orange); font-size: 15px; margin-right: 7px; }
.hero-art { min-height: 550px; position: relative; }
.hero-art { contain: paint; }
.hero-screen-wrap { background: #fefdf9; border: 7px solid rgba(255, 255, 255, .9); border-radius: 13px; box-shadow: 19px 26px 60px rgba(63, 70, 54, .18); left: 11%; overflow: hidden; position: absolute; top: 39px; transform: rotate(2.2deg); width: 73%; z-index: 2; }
.hero-screen-top { align-items: center; background: #f7f7f4; border-bottom: 1px solid #e4e4df; color: #a1a49c; display: flex; font-family: var(--mono); font-size: 7px; gap: 4px; height: 23px; padding: 0 8px; }
.hero-screen-top span { background: #d5d7d0; border-radius: 50%; height: 5px; width: 5px; }
.hero-screen-top b { font-weight: 400; margin-left: 8px; }
.hero-screen { width: 100%; }
.orbit { border: 1px solid rgba(198, 108, 53, .35); border-radius: 50%; height: 530px; position: absolute; right: 0; top: 2px; transform: rotate(-17deg); width: 410px; z-index: 1; }
.orbit::after { background: var(--orange); border-radius: 50%; content: ""; height: 7px; left: 13%; position: absolute; top: 11%; width: 7px; }
.orbit-two { border-color: rgba(115, 151, 132, .32); height: 420px; right: 1%; top: 43px; transform: rotate(35deg); width: 335px; }
.orbit-two::after { background: #88af91; left: auto; right: 15%; top: auto; bottom: 10%; }
.art-label { background: rgba(255, 253, 247, .92); border: 1px solid rgba(25, 32, 29, .1); border-radius: 100px; box-shadow: 0 9px 20px rgba(44, 43, 34, .08); font-family: var(--mono); font-size: 9px; padding: 8px 12px; position: absolute; z-index: 3; }
.art-label strong { color: var(--orange); font-weight: 500; margin-left: 3px; }
.label-ff { left: 0; top: 158px; transform: rotate(-7deg); }
.label-like { color: var(--orange); right: 0; top: 270px; transform: rotate(6deg); }
.heart-dot { margin-right: 5px; }
.label-navi { bottom: 63px; right: 12%; transform: rotate(-4deg); }
.label-navi span { color: var(--orange); margin-left: 8px; }
.hero-cat { filter: drop-shadow(0 5px 4px rgba(44, 37, 27, .1)); font-size: 38px; position: absolute; z-index: 4; }
.hero-cat-left { bottom: 58px; left: 12%; transform: scaleX(-1) rotate(-6deg); }
.hero-cat-right { font-size: 30px; right: 8%; top: 10px; transform: rotate(8deg); }


/* --- Traits row (replaces the old scrolling ticker) --- */
.traits { background: var(--ink); color: var(--paper); padding: 52px 0; }
.traits-inner { display: grid; gap: 34px; grid-template-columns: repeat(4, 1fr); }
.trait { text-align: center; }
.trait-mark { color: var(--orange); display: block; font-family: var(--mono); font-size: 23px; line-height: 1; margin-bottom: 14px; }
.trait-name { font-size: 15px; font-weight: 900; letter-spacing: -.03em; margin: 0 0 6px; }
.trait p:not(.trait-name) { color: #a8b0a8; font-size: 12px; line-height: 1.75; margin: 0; }

.intro { display: grid; gap: 100px; grid-template-columns: 1fr 1fr; padding-bottom: 165px; padding-top: 155px; }
.section-heading h2 { margin-bottom: 0; }
.intro-copy { padding-top: 41px; }
.large-copy { font-size: 20px; font-weight: 700; letter-spacing: -.04em; line-height: 1.8; }
.intro-copy > p:not(.large-copy) { color: var(--muted); font-size: 14px; line-height: 2.1; margin-bottom: 27px; max-width: 400px; }
.arrow-link { display: inline-block; font-size: 12px; }
.centered { text-align: center; }
.centered .eyebrow { justify-content: center; }

.feature-section { background: var(--paper-deep); padding: 110px 0 130px; }
.feature-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 62px; }
.feature-card { border-radius: 12px; min-height: 350px; padding: 25px 26px 24px; position: relative; transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { box-shadow: 0 16px 34px rgba(63, 70, 54, .14); transform: translateY(-7px) rotate(-.6deg); }
.feature-card-orange { background: #f1d1b9; }
.feature-card-blue { background: #cfdfeb; }
.feature-card-green { background: #d9e8d9; }
.feature-number { font-family: var(--mono); font-size: 11px; opacity: .58; }
.feature-icon { align-items: center; display: flex; font-family: var(--mono); font-size: 47px; height: 110px; justify-content: center; margin: 8px auto 4px; width: 110px; }
.icon-walk { color: var(--orange-dark); font-size: 75px; transform: rotate(-17deg); }
.icon-signal { align-items: flex-end; gap: 8px; }
.icon-signal span { background: #718e9f; border-radius: 6px 6px 2px 2px; display: block; height: 34px; width: 14px; }
.icon-signal span:first-child { height: 50px; }.icon-signal span:last-child { height: 72px; }
.icon-heart { color: #82a780; font-size: 65px; }
.feature-card h3 { font-size: 19px; letter-spacing: -.06em; margin-bottom: 10px; }
.feature-card p { color: rgba(25, 32, 29, .67); font-size: 12px; line-height: 1.9; margin-bottom: 0; }
.feature-foot { bottom: 23px; display: flex; font-family: var(--mono); font-size: 9px; justify-content: space-between; left: 26px; opacity: .58; position: absolute; right: 26px; }
.feature-foot span:last-child { color: var(--orange-dark); font-size: 15px; line-height: 1; }

.showcase { align-items: center; display: grid; gap: 100px; grid-template-columns: .95fr 1.05fr; padding-bottom: 165px; padding-top: 165px; }
.showcase-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 2.1; max-width: 390px; }
.check-list { list-style: none; margin: 30px 0 32px; padding: 0; }
.check-list li { align-items: center; display: flex; font-size: 13px; gap: 12px; margin: 12px 0; }
.check-list li::before { color: var(--orange); content: "●"; font-size: 9px; }
.settings-frame { align-items: center; display: flex; justify-content: center; min-height: 380px; position: relative; }
.settings-glow { background: radial-gradient(ellipse, rgba(224, 203, 169, .8) 0%, rgba(224, 203, 169, 0) 68%); height: 118%; left: 50%; max-width: 100%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 620px; }
.settings-card { border: 9px solid rgba(255, 255, 255, .9); border-radius: 13px; box-shadow: 22px 24px 55px rgba(59, 64, 53, .17); overflow: hidden; position: relative; transform: rotate(2.8deg); width: 78%; z-index: 1; }
.settings-card-bar { align-items: center; background: #faf9f5; border-bottom: 1px solid #e8e5dc; color: #a18b79; display: flex; font-family: var(--mono); font-size: 8px; gap: 5px; height: 23px; padding: 0 8px; }
.settings-card-bar span:first-child { background: var(--orange); border-radius: 50%; height: 5px; width: 5px; }.settings-card-bar span:nth-child(2) { margin-left: 6px; }.settings-card-bar span:last-child { color: #95b393; margin-left: auto; }
.settings-card img { width: 100%; }
.floating-chip { background: rgba(255, 253, 247, .94); border: 1px solid rgba(25, 32, 29, .1); border-radius: 100px; box-shadow: 0 9px 20px rgba(44, 43, 34, .08); font-family: var(--mono); font-size: 10px; padding: 9px 13px; position: absolute; z-index: 2; }
.chip-custom { left: 0; top: 8%; transform: rotate(-8deg); z-index: 2; }.chip-sound { bottom: 10%; right: 0; transform: rotate(5deg); z-index: 2; }

.signals { align-items: center; display: grid; gap: 70px; grid-template-columns: .9fr 1.1fr; padding-bottom: 155px; }
.signals-heading { padding-top: 10px; }.signals-heading h2 { font-size: clamp(32px, 3.5vw, 50px); }
.signal-list { border-top: 1px solid var(--line); }
.signal-row { align-items: center; transition: border-color .2s ease; border-bottom: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 58px 1fr 26px; padding: 24px 0; }
.signal-mark { align-items: center; border: 1px solid currentColor; border-radius: 50%; display: flex; font-family: var(--mono); font-size: 19px; height: 48px; justify-content: center; width: 48px; }.mark-one { color: var(--orange); }.mark-two { color: #7a9bb0; }.mark-three { color: #81a77f; }
.signal-row h3 { font-size: 16px; letter-spacing: -.04em; margin-bottom: 2px; }.signal-row p { color: var(--muted); font-size: 12px; margin-bottom: 0; }.signal-arrow { color: var(--orange); font-family: var(--mono); font-size: 18px; transition: transform .2s ease; }
.signal-row:hover .signal-arrow { transform: translate(3px, -3px); }

/* --- FAQ --- */
.faq { display: grid; gap: 70px; grid-template-columns: .9fr 1.1fr; padding-bottom: 155px; }
.faq-list { border-top: 1px solid var(--line); margin: 0; }
.faq-item { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq-item dt { font-size: 15px; font-weight: 900; letter-spacing: -.03em; margin-bottom: 8px; }
.faq-item dd { color: var(--muted); font-size: 13px; line-height: 1.95; margin: 0; }

.privacy { padding-bottom: 155px; }.privacy-card { align-items: center; background: var(--green); border-radius: 16px; display: flex; gap: 75px; justify-content: center; min-height: 390px; overflow: hidden; padding: 70px 9%; position: relative; }.privacy-card::before { border: 1px solid rgba(112, 151, 116, .25); border-radius: 50%; content: ""; height: 480px; left: -120px; position: absolute; top: -100px; width: 480px; }.privacy-stamp { align-items: center; border: 1px solid #7ca480; border-radius: 50%; color: #6d9271; display: flex; flex-direction: column; font-family: var(--mono); height: 150px; justify-content: center; line-height: 1.35; min-width: 150px; position: relative; transform: rotate(-12deg); }.privacy-stamp span { font-size: 12px; letter-spacing: .1em; }.privacy-stamp strong { font-size: 23px; font-weight: 500; }.privacy-copy { max-width: 530px; position: relative; }.privacy-copy h2 { font-size: clamp(29px, 3vw, 43px); }.privacy-copy > p:not(.eyebrow) { color: #5c6c5e; font-size: 13px; line-height: 2; max-width: 480px; }.privacy-points { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }.privacy-points span { border: 1px solid rgba(92, 108, 94, .55); border-radius: 100px; color: #5c6c5e; font-family: var(--mono); font-size: 9px; padding: 5px 9px; }

.install { padding-bottom: 110px; }.install-card { background: var(--ink); border-radius: 16px; color: var(--paper); min-height: 480px; overflow: hidden; padding: 68px 12%; position: relative; text-align: center; }.install-card::before, .install-card::after { border: 1px solid rgba(248, 246, 239, .15); border-radius: 50%; content: ""; height: 520px; position: absolute; width: 520px; }.install-card::before { left: -180px; top: -150px; }.install-card::after { bottom: -220px; right: -130px; }.install-kicker { align-items: center; color: #bcc5bc; display: flex; font-family: var(--mono); font-size: 10px; gap: 10px; justify-content: center; letter-spacing: .08em; position: relative; text-transform: uppercase; z-index: 1; }.install-card h2 { font-size: clamp(38px, 5vw, 63px); margin: 31px 0 22px; position: relative; z-index: 1; }.install-card h2 em { color: #e5a16d; }.install-card > p { color: #c3cbc3; font-size: 14px; position: relative; z-index: 1; }.button-light { background: var(--paper); color: var(--ink); margin-top: 15px; position: relative; z-index: 1; }.button-light span { color: var(--orange); }.install-card > p.is-coming-soon { background: transparent; border: 1px solid rgba(248, 246, 239, .35); color: var(--paper); cursor: default; display: inline-flex; font-size: 13px; margin-top: 15px; }.install-card small { color: #9aa89b; display: block; font-size: 10px; margin: 19px auto 0; max-width: 500px; position: relative; z-index: 1; }
.site-footer { align-items: center; border-top: 1px solid var(--line); display: flex; gap: 25px; justify-content: space-between; padding-bottom: 33px; padding-top: 33px; }.site-footer > p { color: #6c7269; font-family: var(--mono); font-size: 10px; margin: 0; }.footer-copy { color: #6c7269; font-family: var(--mono); font-size: 9px; }
.footer-links a { color: #5f665f; font-size: 12px; font-weight: 700; transition: color .2s ease; }
.footer-links a:hover { color: var(--orange); }

.reveal { opacity: 1; transform: translateY(0); }.js-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.js-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay-1 { transition-delay: .1s !important; }.reveal-delay-2 { transition-delay: .2s !important; }

/* --- Tablet / narrow desktop (fills the gap above the 800px breakpoint) --- */
@media (max-width: 1080px) and (min-width: 801px) {
  .section-shell { padding-left: 32px; padding-right: 32px; }
  .site-header { padding: 22px 32px; }
  .site-nav { gap: 20px; }
  .hero { gap: 32px; grid-template-columns: 1fr 1fr; min-height: 0; padding-bottom: 76px; }
  .hero-art { min-height: 470px; }
  .intro, .showcase { gap: 52px; }
  .signals { gap: 44px; }
  .feature-grid { gap: 14px; }
  .feature-card { min-height: 320px; padding: 22px 20px; }
  .privacy-card { gap: 44px; padding: 60px 6%; }
  .install-card { padding: 64px 8%; }
}

@media (max-width: 800px) {
  .section-shell { padding-left: 22px; padding-right: 22px; }.site-header { padding: 18px 22px; }.menu-toggle { align-items: flex-end; background: transparent; border: 0; display: flex; flex-direction: column; gap: 5px; justify-content: center; min-height: 44px; min-width: 44px; padding: 0; }.menu-toggle > span:not(.sr-only) { background: var(--ink); display: block; height: 1px; transition: transform .2s ease; width: 22px; }.site-header.menu-open .menu-toggle > span:nth-last-child(2) { transform: translateY(3px) rotate(45deg); }.site-header.menu-open .menu-toggle > span:last-child { transform: translateY(-3px) rotate(-45deg); }.site-nav { background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; gap: 0; left: 0; padding: 12px 22px 22px; position: absolute; right: 0; top: 71px; }.site-header.menu-open .site-nav { display: flex; }.site-nav > a { border-bottom: 1px solid var(--line); padding: 13px 0; }.site-nav .nav-cta { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding-left: 0; }
  .hero { display: block; min-height: auto; padding-bottom: 72px; padding-top: 55px; }.hero-lead { font-size: 14px; }.hero-actions { gap: 18px; }.hero-art { margin: 35px -12px 0; min-height: 445px; }.hero-screen-wrap { left: 10%; top: 33px; width: 76%; }.orbit { height: 420px; right: -8%; width: 320px; }.orbit-two { height: 345px; width: 270px; }.label-ff { left: 1%; top: 133px; }.label-like { right: 1%; top: 218px; }.label-navi { bottom: 26px; right: 9%; }.hero-cat { font-size: 29px; }.hero-cat-right { font-size: 24px; top: 2px; }.hero-cat-left { bottom: 33px; }
  .traits { padding: 34px 0; }
  .traits-inner { gap: 26px 18px; grid-template-columns: repeat(2, 1fr); }
  .intro, .showcase, .signals, .faq { display: block; padding-bottom: 100px; padding-top: 100px; }
  .faq { padding-top: 0; }
  .faq .section-heading { margin-bottom: 40px; }.intro-copy { padding-top: 35px; }.feature-section { padding: 86px 0 100px; }.feature-grid { grid-template-columns: 1fr; margin-top: 45px; }.feature-card { min-height: 310px; }.showcase-copy { margin-bottom: 68px; }.settings-frame { min-height: 300px; }.settings-card { width: 84%; }.settings-glow { height: 118%; width: 100%; }.chip-custom { left: 1%; top: 85px; }.chip-sound { bottom: 65px; }.signals-heading { margin-bottom: 52px; }.signal-row { gap: 15px; grid-template-columns: 50px 1fr 20px; }.signal-mark { height: 42px; width: 42px; }.signal-row p { line-height: 1.6; }.privacy { padding-bottom: 100px; }.privacy-card { align-items: flex-start; display: block; padding: 48px 28px; }.privacy-stamp { height: 110px; min-width: 110px; width: 110px; }.privacy-stamp strong { font-size: 17px; }.privacy-copy { margin-top: 43px; }.privacy-copy h2 { font-size: 31px; }.install { padding-bottom: 72px; }.install-card { min-height: 420px; padding: 50px 24px; }.install-card h2 { font-size: 39px; }.site-footer { align-items: flex-start; flex-direction: column; gap: 13px; padding-bottom: 28px; padding-top: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
    .js-ready .reveal { transition: none; }
  .button, .feature-card, .signal-arrow, .site-nav .nav-cta { transition: none; }
  .button:hover, .button:active { transform: none; }
  .feature-card:hover { transform: none; }
  .signal-row:hover .signal-arrow { transform: none; }
}

/* --- Small phones --- */
@media (max-width: 400px) {
  .section-shell { padding-left: 18px; padding-right: 18px; }
  .site-header { padding: 16px 18px; }
  .site-nav { padding-left: 18px; padding-right: 18px; }
  h1 { font-size: 35px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-art { margin-top: 28px; min-height: 360px; }
  .art-label { font-size: 8px; padding: 6px 10px; }
  .label-navi { bottom: 18px; }
  .privacy-card { padding: 40px 22px; }
  .install-card { padding: 44px 20px; }
  .install-card h2 { font-size: 33px; }
}

/* --- Legal pages (privacy policy) --- */
.legal { max-width: 760px; padding-bottom: 120px; padding-top: 70px; }
.legal-head { border-bottom: 1px solid var(--line); margin-bottom: 46px; padding-bottom: 30px; }
.legal-head h1 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 14px; }
.legal-meta { color: var(--muted); font-family: var(--mono); font-size: 11px; margin: 0; }
.legal h2 { font-size: 19px; letter-spacing: -.04em; margin: 44px 0 14px; }
.legal h3 { font-size: 15px; margin: 26px 0 8px; }
.legal p, .legal li { color: #3c433d; font-size: 14px; line-height: 2.05; }
.legal p { margin: 0 0 16px; }
.legal ul { margin: 0 0 16px; padding-left: 1.15em; }
.legal li { margin-bottom: 7px; }
.legal a { border-bottom: 1px solid var(--orange); color: var(--ink); }
.legal-note { background: var(--paper-deep); border-radius: 12px; padding: 22px 24px; }
.legal-note p:last-child { margin-bottom: 0; }
.legal-back { display: inline-block; font-size: 13px; font-weight: 700; margin-top: 50px; }
.legal-back span { color: var(--orange); font-family: var(--mono); margin-right: 8px; }
@media (max-width: 800px) { .legal { padding-bottom: 80px; padding-top: 40px; } .legal h2 { margin-top: 36px; } }
