:root {
  --paper: #f8f3eb;
  --paper-deep: #efe5d8;
  --surface: #fffdf8;
  --ink: #292522;
  --muted: #716963;
  --terracotta: #a85f43;
  --terracotta-dark: #7e432f;
  --terracotta-pale: #ead1c2;
  --sage: #6d806a;
  --sage-pale: #dfe6da;
  --line: rgba(77, 58, 47, .14);
  --shadow: 0 28px 70px rgba(87, 58, 40, .13);
  --shadow-soft: 0 14px 36px rgba(87, 58, 40, .09);
  --radius-lg: 36px;
  --radius-md: 24px;
  --radius-sm: 14px;
  --container: 1180px;
  --header-height: 88px;
  --serif: "Songti SC", "Noto Serif CJK SC", STSong, Georgia, serif;
  --sans: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.7; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid rgba(168, 95, 67, .34); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; background: var(--ink); color: white; border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.section { position: relative; padding: 128px 0; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }

.site-header { position: fixed; z-index: 100; top: 0; width: 100%; padding: 18px 0; transition: padding .25s ease, background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { padding: 9px 0; background: rgba(248, 243, 235, .93); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(14px); }
.nav-shell { width: min(calc(100% - 48px), 1240px); min-height: 56px; margin: auto; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand img { aspect-ratio: 1; border-radius: 22%; overflow: hidden; object-fit: contain; }
.brand span { display: grid; line-height: 1.2; }
.brand strong { letter-spacing: .08em; font-size: 16px; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.site-nav a { position: relative; padding: 10px 0; color: #554e49; font-size: 14px; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: var(--terracotta); transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a.active::after { transform: scaleX(1); }
.site-nav a.active { color: var(--terracotta-dark); }
.site-nav .mobile-nav-cta { display: none; }
.menu-button { display: none; background: transparent; border: 0; }
.button { min-height: 50px; padding: 0 24px; border: 1px solid var(--terracotta); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--terracotta); color: #fff; font-weight: 600; cursor: pointer; box-shadow: 0 12px 24px rgba(168,95,67,.18); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--terracotta-dark); box-shadow: 0 16px 30px rgba(126,67,47,.23); }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-small { min-height: 42px; padding-inline: 20px; font-size: 14px; }
.text-button { padding: 12px 2px; border: 0; border-bottom: 1px solid rgba(41,37,34,.35); background: none; color: var(--ink); cursor: pointer; }
.text-button:hover { color: var(--terracotta); border-color: var(--terracotta); }

.hero { min-height: 790px; padding-top: 158px; display: grid; align-items: center; background: radial-gradient(circle at 75% 26%, rgba(235,214,198,.48), transparent 31%), var(--paper); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 58px; }
.eyebrow { margin: 0 0 18px; color: var(--terracotta-dark); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero-copy > .eyebrow { display: flex; align-items: center; gap: 10px; }
.hero-copy > .eyebrow > span { display: block; flex: 0 0 30px; width: 30px; height: 2px; border-radius: 999px; background: var(--terracotta); }
.eyebrow.light { color: #ead8cc; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(58px, 6.5vw, 94px); font-weight: 500; line-height: 1.04; letter-spacing: -.055em; text-wrap: balance; }
.hero h1 em { display: inline-block; color: var(--terracotta); font-style: normal; white-space: nowrap; }
.hero-lede { margin: 30px 0 32px; color: var(--muted); font-size: 17px; line-height: 2; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.hero-note { margin-top: 48px; display: flex; gap: 24px; color: var(--muted); font-size: 12px; }
.hero-note span { display: inline-flex; align-items: center; gap: 7px; }
.hero-note svg { width: 16px; height: 16px; fill: none; stroke: var(--terracotta); stroke-width: 1.6; }
.hero-visual { position: relative; height: 590px; }
.phone { position: absolute; width: 248px; height: auto; aspect-ratio: .505; padding: 6px; border: 1px solid rgba(61,45,36,.22); border-radius: 36px; background: #e7dfd6; box-shadow: var(--shadow); overflow: hidden; }
.phone > img { width: 100%; height: 100%; border-radius: 30px; object-fit: contain; background: #fbf8f3; }
.phone-front { z-index: 3; right: 52px; bottom: 20px; transform: rotate(2deg); animation: float 6s ease-in-out infinite; }
.phone-back { z-index: 1; top: 12px; left: 20px; transform: rotate(-6deg) scale(.9); opacity: .96; animation: float-back 7s ease-in-out infinite; }
.date-orbit { position: absolute; top: 12px; right: 0; width: 124px; height: 124px; border: 1px solid rgba(126,67,47,.18); border-radius: 50%; display: grid; place-content: center; text-align: center; color: var(--terracotta-dark); }
.date-orbit::before, .date-orbit::after { content: ""; position: absolute; border: 1px solid rgba(126,67,47,.12); border-radius: 50%; inset: -18px; }.date-orbit::after { inset: -38px; }
.date-orbit > span, .date-orbit > small { transition: opacity .28s ease; }.date-orbit.is-changing > span, .date-orbit.is-changing > small { opacity: .45; }.date-orbit span { font-family: var(--serif); font-size: 38px; line-height: 1; }.date-orbit small { font-size: 9px; letter-spacing: .2em; }.hero-demo-note { position: absolute; z-index: 4; right: 42px; bottom: -31px; width: 268px; margin: 0; color: #9a9088; font-size: 10px; line-height: 1.65; text-align: center; }.hero-demo-note strong, .hero-demo-note span { display: block; }.hero-demo-note strong { margin-bottom: 2px; color: #896d5e; font-size: 11px; font-weight: 500; letter-spacing: .06em; }
.echo-line { position: absolute; border: 1px solid rgba(126,67,47,.13); border-left-color: transparent; border-radius: 50%; }.echo-line-one { right: 2px; bottom: 44px; width: 380px; height: 380px; }.echo-line-two { right: 38px; bottom: 80px; width: 310px; height: 310px; }
.scroll-cue { position: absolute; bottom: 28px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 8px; color: #8a817b; font-size: 9px; letter-spacing: .14em; transform: translateX(-50%); }.scroll-cue span { width: 1px; height: 32px; background: linear-gradient(var(--terracotta), transparent); }

.section-heading { max-width: 600px; margin-bottom: 64px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .feature-copy h3, .feature-compact h3, .philosophy-copy h2, .privacy-intro h2, .memory-copy h2, .about-heading h2, .final-cta h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: 1.24; text-wrap: balance; }
.semantic-title { line-break: strict; overflow-wrap: normal; word-break: normal; text-wrap: balance; }
.title-line { display: block; white-space: nowrap; }
.memory-mobile-line { display: inline; }
.section-heading h2 { font-size: clamp(40px,5vw,60px); }
.section-heading > p:last-child { margin: 18px 0 0; color: var(--muted); }
.value-section { background: var(--surface); }
.value-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.value-card { min-height: 220px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-md); display: grid; grid-template-columns: 50px 1fr; gap: 24px; align-items: center; background: #fffcf7; transition: transform .25s ease, box-shadow .25s ease; overflow: hidden; }
.value-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.icon-box { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--terracotta-pale); color: var(--terracotta-dark); }.icon-box svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.value-card > div:nth-child(2) > span { color: var(--terracotta); font-size: 10px; letter-spacing: .15em; }.value-card h3 { margin: 7px 0 10px; font-family: var(--serif); font-size: 24px; }.value-card p { margin: 0; color: var(--muted); font-size: 14px; }

.features-section { background: var(--paper); }
.feature-row { min-height: 540px; margin: 90px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 86px; align-items: center; }.feature-row.reverse { grid-template-columns: 1.2fr .8fr; }.feature-row.reverse .feature-copy { order: 2; }.feature-row.reverse .feature-art { order: 1; }
.feature-index { color: var(--terracotta); font-size: 11px; font-weight: 700; letter-spacing: .14em; }.feature-copy h3, .feature-compact h3 { margin: 15px 0 20px; font-size: clamp(32px,4vw,48px); }.feature-copy > p, .feature-compact > p { color: var(--muted); }.feature-copy > p + p { margin-top: 14px; }
.check-list { margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; list-style: none; }.check-list li { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; color: #655d57; font-size: 11px; }.check-list li::before { content: "✓"; margin-right: 6px; color: var(--terracotta); }
.feature-art { position: relative; min-height: 520px; border-radius: var(--radius-lg); display: grid; place-items: center; overflow: hidden; }.art-terracotta { background: #c88365; }.art-sage { background: #7c9078; }.feature-art::before, .feature-art::after { content: ""; position: absolute; width: 400px; height: 400px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }.feature-art::after { width: 310px; height: 310px; }.art-label { position: absolute; top: 24px; left: 28px; color: rgba(255,255,255,.7); font-size: 9px; letter-spacing: .16em; }
.feature-screenshot { position: relative; z-index: 2; width: auto; height: 440px; max-width: 78%; border-radius: 28px; object-fit: contain; background: #fbf8f3; box-shadow: 0 25px 50px rgba(69,42,29,.22); }
.feature-pair { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }.feature-compact { min-height: 600px; padding: 50px; border-radius: var(--radius-lg); background: var(--surface); overflow: hidden; }.feature-compact h3 { font-size: 35px; }
.compact-screenshot { height: 340px; margin-top: 34px; display: grid; place-items: center; border-radius: 22px; background: var(--sage-pale); overflow: hidden; }.compact-screenshot img { width: auto; height: 310px; max-width: calc(100% - 36px); border-radius: 18px; object-fit: contain; box-shadow: var(--shadow-soft); }
.compact-media-grid { min-height: 340px; margin-top: 30px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; align-items: end; }.compact-media-grid img { width: auto; height: auto; max-width: 100%; max-height: 330px; justify-self: center; border-radius: 18px; object-fit: contain; background: #f8f3eb; box-shadow: var(--shadow-soft); }.compact-media-grid.single-image { grid-template-columns: 1fr; place-items: center; }.compact-media-grid.single-image img { height: 330px; width: auto; }
.planning-note { margin-top: 22px; padding: 28px 34px; border: 1px solid var(--line); border-radius: var(--radius-md); display: grid; grid-template-columns: 54px 1fr auto 180px; align-items: center; gap: 22px; background: rgba(255,253,248,.6); overflow: hidden; }.planning-note > svg { width: 34px; height: 34px; fill: none; stroke: var(--terracotta); stroke-width: 1.3; }.planning-note div { display: grid; }.planning-note div span { color: var(--terracotta); font-size: 10px; letter-spacing: .14em; }.planning-note div strong { margin: 4px 0; font-family: var(--serif); font-size: 19px; }.planning-note div p { margin: 0; color: var(--muted); font-size: 12px; }.planning-note > b { padding: 6px 12px; border-radius: 20px; background: var(--paper-deep); color: var(--terracotta-dark); font-size: 10px; }.planning-screenshot { width: 170px; height: auto; border-radius: 16px; object-fit: contain; box-shadow: var(--shadow-soft); }.feature-demo-note { margin: 42px auto 0; max-width: 460px; color: #9a9088; font-size: 11px; line-height: 1.8; text-align: center; }.feature-demo-note strong, .feature-demo-note span { display: block; }.feature-demo-note strong { margin-bottom: 4px; color: #896d5e; font-size: 12px; font-weight: 500; letter-spacing: .08em; }

.process-section { background: var(--surface); }.process-section .section-heading { max-width: 720px; }.process-section .section-heading h2 { line-break: strict; word-break: normal; }
.process-line { position: relative; margin: 80px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 80px; list-style: none; text-align: center; }.process-line::before { content: ""; position: absolute; top: 61px; left: 16%; right: 16%; height: 1px; background: repeating-linear-gradient(90deg,var(--terracotta-pale) 0 8px,transparent 8px 16px); }.process-line li { position: relative; }.process-line li > span { color: var(--terracotta); font-size: 9px; letter-spacing: .15em; }.process-icon { position: relative; z-index: 2; width: 82px; height: 82px; margin: 14px auto 25px; border: 1px solid var(--terracotta-pale); border-radius: 50%; display: grid; place-items: center; background: var(--surface); color: var(--terracotta); }.process-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.3; }.process-line h3 { margin: 0; font-family: var(--serif); font-size: 23px; }.process-line p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }

.memory-section { padding: 0; background: var(--terracotta-dark); color: white; }
.memory-grid { min-height: 760px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; }.memory-copy h2 { font-size: clamp(38px,3.2vw,46px); line-height: 1.32; }.memory-copy > p:not(.eyebrow):not(.memory-hint) { max-width: 500px; color: #f0ded4; }.year-controls { margin-top: 42px; display: flex; gap: 10px; }.year-controls button { padding: 9px 17px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; background: transparent; color: #f0ddd3; cursor: pointer; }.year-controls button:hover, .year-controls button.active { background: #fff8ef; color: var(--terracotta-dark); }.memory-hint { color: #e5c9bc; font-size: 11px; letter-spacing: .06em; }
.memory-stage { position: relative; height: 610px; display: grid; place-items: center; }.memory-stage::before, .memory-stage::after { content: ""; position: absolute; width: 470px; height: 470px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }.memory-stage::after { width: 560px; height: 560px; }.memory-date { position: absolute; z-index: 1; top: 24px; right: 0; display: grid; color: rgba(255,255,255,.27); line-height: 1; }.memory-date > span, .memory-date > strong, .memory-date > small { transition: opacity .28s ease; }.memory-date.is-changing > span, .memory-date.is-changing > strong, .memory-date.is-changing > small { opacity: .45; }.memory-date span { font-size: 18px; }.memory-date strong { font-family: var(--serif); font-size: 98px; }.memory-date small { text-align: right; font-size: 10px; letter-spacing: .15em; }.memory-paper { position: relative; z-index: 2; width: min(390px,85%); min-height: 360px; padding: 38px; border-radius: 7px 30px 30px 30px; background: #fffaf1; color: var(--ink); box-shadow: 0 35px 70px rgba(30,15,10,.3); transition: opacity .18s ease, transform .18s ease; }.memory-paper.changing { opacity: 0; transform: translateY(7px); }.paper-top { display: flex; justify-content: space-between; color: var(--terracotta-dark); font-size: 11px; letter-spacing: .08em; }.memory-paper h3 { margin: 30px 0 18px; font-family: var(--serif); font-size: 28px; font-weight: 500; }.memory-paper p { color: #5f5751; font-size: 13px; }.memory-paper > small { display: block; margin-top: 50px; color: #796f68; font-size: 9px; }.memory-dots { position: absolute; left: 6px; top: 50%; display: grid; gap: 37px; }.memory-dots i { width: 7px; height: 7px; border: 1px solid rgba(255,255,255,.68); border-radius: 50%; }.memory-dots::before { content: ""; position: absolute; top: 5px; bottom: 5px; left: 3px; width: 1px; background: rgba(255,255,255,.25); }

.philosophy-section { background: #eee5d9; }
.philosophy-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }.philosophy-visual { min-height: 600px; }.still-life { position: relative; height: 600px; border-radius: var(--radius-lg); background: #d8cabb; overflow: hidden; }.window { position: absolute; top: 0; left: 0; width: 62%; height: 61%; border-bottom-right-radius: 100%; background: linear-gradient(145deg,#f7e8c6,#e6d3b4); opacity: .85; }.book { position: absolute; right: 15%; bottom: 18%; width: 230px; height: 70px; border-radius: 8px 20px 20px 8px; background: #f6efe4; box-shadow: 0 11px 0 #b8785a, 0 20px 30px rgba(81,56,43,.15); transform: rotate(-6deg); }.cup { position: absolute; z-index: 2; right: 22%; bottom: 31%; width: 96px; height: 106px; border-radius: 8px 8px 38px 38px; background: #a86146; box-shadow: inset -10px 0 0 rgba(90,48,33,.16); }.cup::after { content:""; position:absolute; right:-35px; top:18px; width:45px; height:54px; border:9px solid #a86146; border-left:0; border-radius:0 35px 35px 0; }.leaf { position: absolute; width: 110px; height: 35px; border-radius: 100% 0 100% 0; background: var(--sage); }.leaf-one { left: 15%; bottom: 20%; transform: rotate(30deg); }.leaf-two { left: 23%; bottom: 14%; transform: rotate(-20deg); }.still-life > p { position: absolute; left: 8%; bottom: 7%; margin: 0; color: rgba(65,49,40,.65); font-family: var(--serif); font-size: 20px; line-height: 1.6; }
.philosophy-copy h2 { font-size: clamp(42px,5vw,62px); }.philosophy-copy .lead { margin-top: 30px; color: #514942; font-family: var(--serif); font-size: 21px; }.philosophy-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }.philosophy-copy blockquote { margin: 42px 0 0; padding: 22px 0 22px 26px; border-left: 2px solid var(--terracotta); color: var(--terracotta-dark); font-family: var(--serif); font-size: 17px; line-height: 1.9; }

.privacy-section { background: var(--surface); }
.privacy-shell { padding: 70px; border-radius: var(--radius-lg); display: grid; grid-template-columns: .95fr 1.05fr; gap: 84px; background: #303b31; color: white; }.shield { width: 60px; height: 60px; margin-bottom: 26px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; display: grid; place-items: center; color: #e4eee1; }.shield svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.3; }.privacy-intro h2 { font-size: 43px; }.privacy-lead { margin: 26px 0 0; color: #edf3eb; font-size: 15px; line-height: 1.9; }.privacy-note { margin: 18px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: #cbd6c9; font-size: 12px; line-height: 1.8; }.privacy-points { display: grid; }.privacy-points article { padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: 38px 1fr; gap: 18px; }.privacy-points article:last-child { border-bottom: 0; }.privacy-points article > span { color: #c6d6c3; font-size: 10px; }.privacy-points h3 { margin: 0 0 7px; color: #fff; font-family: var(--serif); font-size: 19px; }.privacy-points p { margin: 0; color: #d4ddd2; font-size: 13px; line-height: 1.8; }

.about-section { background: #f1e7da; }
.about-shell { padding-block: 16px; display: grid; grid-template-columns: .75fr 1.25fr; column-gap: 90px; row-gap: 100px; align-items: start; }
.about-heading h2, .about-story h3, .about-values h3 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: 1.3; text-wrap: balance; }
.about-heading h2 { font-size: clamp(40px,4.6vw,58px); }
.about-content { max-width: 650px; }
.about-content > p { margin: 0 0 16px; color: #5d554f; }
.about-content .about-lead { color: var(--ink); font-family: var(--serif); font-size: 22px; line-height: 1.8; }
.about-contact { margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(126,67,47,.2); display: grid; gap: 8px; }
.about-contact span { color: #675e58; font-size: 13px; }
.about-story, .about-values { grid-column: 1 / -1; padding-top: 80px; border-top: 1px solid rgba(126,67,47,.16); display: grid; grid-template-columns: .75fr 1.25fr; column-gap: 90px; align-items: start; }
.about-story-heading h3, .about-values-heading h3 { font-size: clamp(34px,3.4vw,48px); word-break: keep-all; overflow-wrap: normal; white-space: nowrap; }
.about-story-copy { max-width: 650px; }
.about-story-copy p { margin: 0 0 20px; color: #5d554f; font-size: 16px; line-height: 2; }
.about-story-copy p:last-child { margin-bottom: 0; }
.about-value-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.about-value-card { min-height: 238px; padding: 28px; border: 1px solid rgba(126,67,47,.16); border-radius: 20px; background: rgba(255,253,248,.78); box-shadow: 0 12px 30px rgba(87,58,40,.05); }
.about-value-card > span { color: var(--terracotta); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.about-value-card h4 { margin: 28px 0 12px; color: var(--ink); font-family: var(--serif); font-size: 22px; font-weight: 500; }
.about-value-card p { margin: 0; color: #675e58; font-size: 13px; line-height: 1.9; }
.email-link { width: fit-content; max-width: 100%; color: var(--terracotta-dark); font-weight: 600; overflow-wrap: anywhere; text-decoration: underline; text-decoration-color: rgba(126,67,47,.35); text-underline-offset: 4px; transition: color .2s ease, text-decoration-color .2s ease; }.email-link:hover { color: var(--terracotta); text-decoration-color: currentColor; }
.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; align-items: start; }.faq-grid .section-heading { position: sticky; top: 130px; max-width: 500px; }.faq-grid .section-heading h2 { font-size: clamp(38px,3.3vw,50px); line-height: 1.32; letter-spacing: -.03em; }.faq-grid .section-heading > p:last-of-type { color: #625a54; }.faq-email { margin-top: 16px; font-size: 14px; }.accordion { border-top: 1px solid var(--line); }.faq-item { border-bottom: 1px solid var(--line); }.faq-item h3 { margin: 0; }.faq-item button { width: 100%; min-height: 76px; padding: 22px 0; border: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: transparent; text-align: left; font-family: var(--serif); font-size: 19px; cursor: pointer; }.faq-item button span { position: relative; flex: 0 0 32px; width: 32px; height: 32px; border-radius: 50%; }.faq-item button span::before, .faq-item button span::after { content: ""; position: absolute; top: 15px; left: 8px; width: 16px; height: 1px; background: var(--terracotta); transition: transform .2s ease; }.faq-item button span::after { transform: rotate(90deg); }.faq-item.open button span::after { transform: rotate(0); }.faq-answer { overflow: hidden; }.faq-answer p { margin: -2px 52px 26px 0; color: #5f5751; font-size: 14px; }

.final-cta { padding: 150px 0; overflow: hidden; background: var(--terracotta); color: white; text-align: center; }.final-cta h2 { font-size: clamp(54px,7vw,82px); }.final-cta p:not(.eyebrow) { color: #ead3c8; }.button-light { margin-top: 25px; border-color: #fff9f2; background: #fff9f2; color: var(--terracotta-dark); box-shadow: 0 16px 35px rgba(71,34,21,.2); }.button-light:hover { background: white; color: var(--terracotta-dark); }.cta-rings i { position: absolute; top: 50%; left: 50%; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; transform: translate(-50%,-50%); }.cta-rings i:nth-child(2) { width: 700px; height: 700px; }.cta-rings i:nth-child(3) { width: 900px; height: 900px; }.final-cta .container { position: relative; z-index: 2; }

.site-footer { padding: 76px 0 24px; background: #312a26; color: #f1e9e2; }.footer-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 76px; }.footer-brand .brand img { width: 56px; height: 56px; border-radius: 13px; }.footer-brand .brand small { color: #c5b8af; letter-spacing: .2em; }.footer-brand p { max-width: 260px; color: #c8bbb1; font-size: 13px; }.footer-links { display: grid; grid-template-columns: 1.1fr 1.25fr 1fr; gap: 38px; }.footer-links > div { display: grid; align-content: start; gap: 10px; }.footer-links strong { margin-bottom: 7px; color: #fffaf5; font-size: 12px; }.footer-links a, .footer-links button, .footer-links span, .footer-links small { width: fit-content; max-width: 100%; padding: 0; border: 0; background: transparent; color: #c8bbb1; font-size: 12px; text-align: left; }.footer-links a, .footer-links button { cursor: pointer; }.footer-links a:hover, .footer-links button:hover { color: #f0c9b7; }.footer-links .email-link { color: #f0d3c5; font-size: 12px; }.footer-links .email-link:hover { color: #fff8f1; }.footer-nav-list { display: grid; grid-template-columns: repeat(2,max-content); gap: 10px 20px; }.footer-bottom { margin-top: 62px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); display: flex; justify-content: space-between; color: #aaa097; font-size: 11px; }.footer-registration { line-height: 1.75; }.footer-registration a { color: #c8a996; font-size: 10px; text-decoration: none; text-underline-offset: 3px; transition: color .2s ease, text-decoration-color .2s ease; }.footer-registration a:hover { color: #f0c9b7; text-decoration: underline; text-decoration-color: rgba(240,201,183,.55); }
.toast { position: fixed; z-index: 200; right: 24px; bottom: 24px; max-width: min(360px,calc(100vw - 48px)); padding: 14px 18px; border-radius: 12px; background: #292522; color: white; font-size: 13px; box-shadow: var(--shadow); opacity: 0; transform: translateY(15px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }.toast.show { opacity: 1; transform: none; }

.legal-page { background: var(--paper); color: var(--ink); }.legal-header { position: sticky; z-index: 60; top: 0; padding: 16px 0; border-bottom: 1px solid var(--line); background: rgba(248,243,235,.96); backdrop-filter: blur(8px); }.legal-header .nav-shell { min-height: 48px; gap: 30px; }.legal-switcher { display: flex; align-items: center; gap: 22px; margin-left: auto; }.legal-switcher a { position: relative; padding: 8px 0; color: #756b63; font-size: 14px; }.legal-switcher a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: transparent; }.legal-switcher a:hover { color: var(--terracotta-dark); }.legal-switcher a.is-current { color: var(--ink); font-weight: 600; }.legal-switcher a.is-current::after { background: var(--terracotta); }.legal-home-link { color: var(--terracotta-dark); font-size: 14px; font-weight: 600; white-space: nowrap; }.legal-home-link:hover { color: var(--terracotta); }.legal-main { padding: 86px 0 104px; }.legal-main > .container { width: min(calc(100% - 64px),1240px); }.legal-hero { max-width: 800px; margin-bottom: 72px; }.legal-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(46px,5.3vw,72px); font-weight: 500; letter-spacing: -.05em; line-height: 1.18; text-wrap: balance; }.legal-intro { max-width: 620px; margin: 22px 0 0; color: #5e554e; font-family: var(--serif); font-size: 19px; line-height: 1.8; }.legal-meta { max-width: 760px; margin: 36px 0 0; padding-top: 18px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }.legal-meta div { min-width: 0; }.legal-meta dt { margin-bottom: 7px; color: #8b7f75; font-size: 11px; letter-spacing: .08em; }.legal-meta dd { margin: 0; color: #4d443e; font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }.legal-meta a { color: var(--terracotta-dark); text-decoration: underline; text-underline-offset: 3px; }.legal-reading-time { margin: 20px 0 0; color: #8b7f75; font-size: 12px; }.legal-summary { margin-bottom: 32px; padding: 48px; border-radius: 26px; }.privacy-summary { background: #303b31; color: white; }.agreement-summary { border: 1px solid rgba(126,67,47,.22); background: #f1e6d9; }.legal-summary-heading { max-width: 520px; }.legal-summary .eyebrow { margin-bottom: 18px; }.privacy-summary .eyebrow { color: #c5d5c1; }.legal-summary h2, .legal-reference h2 { margin: 0; font-family: var(--serif); font-size: clamp(30px,3vw,40px); font-weight: 500; letter-spacing: -.035em; line-height: 1.3; }.legal-summary-heading > p:last-child { margin: 16px 0 0; font-size: 14px; line-height: 1.8; }.privacy-summary .legal-summary-heading > p:last-child { color: #d4ddd2; }.agreement-summary .legal-summary-heading > p:last-child { color: #655b53; }.legal-summary-list { margin-top: 44px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }.legal-summary-list article { min-width: 0; padding: 0 26px; border-left: 1px solid rgba(255,255,255,.18); }.legal-summary-list article:first-child { padding-left: 0; border-left: 0; }.agreement-summary .legal-summary-list article { border-color: rgba(126,67,47,.2); }.legal-summary-list article > span { color: var(--terracotta-pale); font-size: 11px; font-weight: 700; letter-spacing: .14em; }.agreement-summary .legal-summary-list article > span { color: var(--terracotta-dark); }.legal-summary-list svg { width: 22px; height: 22px; margin: 20px 0 14px; fill: none; stroke: currentColor; stroke-width: 1.3; }.privacy-summary .legal-summary-list svg { color: #dbe7d8; }.legal-summary-list h3 { margin: 0 0 9px; font-family: var(--serif); font-size: 20px; font-weight: 500; }.legal-summary-list p { margin: 0; font-size: 13px; line-height: 1.85; }.privacy-summary .legal-summary-list p { color: #d4ddd2; }.agreement-summary .legal-summary-list p { color: #655b53; }.legal-reference { margin: 72px 0; padding: 0 0 48px; border-bottom: 1px solid var(--line); }.legal-reference-heading { max-width: 640px; }.legal-reference-heading .eyebrow { margin-bottom: 16px; }.legal-reference-heading > p:last-child { margin: 15px 0 0; color: #6b625b; font-size: 14px; line-height: 1.8; }.privacy-data-table { margin-top: 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.privacy-data-table table { width: 100%; border-collapse: collapse; table-layout: fixed; }.privacy-data-table th, .privacy-data-table td { padding: 17px 16px; border-bottom: 1px solid var(--line); color: #594f48; font-size: 13px; line-height: 1.7; text-align: left; vertical-align: top; }.privacy-data-table th { color: var(--terracotta-dark); font-size: 11px; font-weight: 700; letter-spacing: .06em; }.privacy-data-table tr:last-child td { border-bottom: 0; }.privacy-data-table th:first-child, .privacy-data-table td:first-child { width: 16%; padding-left: 0; color: var(--ink); font-weight: 600; }.privacy-data-table th:nth-child(2) { width: 34%; }.privacy-data-table th:last-child, .privacy-data-table td:last-child { padding-right: 0; }.legal-control-list { margin-top: 28px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }.legal-control-list article { padding: 0 22px 0 0; border-right: 1px solid var(--line); }.legal-control-list article:last-child { padding-right: 0; border-right: 0; }.legal-control-list h3 { margin: 0 0 10px; color: #39473a; font-family: var(--serif); font-size: 19px; font-weight: 500; }.legal-control-list p { margin: 0; color: #625952; font-size: 13px; line-height: 1.85; }.agreement-reference { padding-bottom: 0; border-bottom: 0; }.agreement-notes { margin-top: 34px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }.agreement-notes aside { padding: 22px 0 22px 20px; border-left: 2px solid var(--terracotta); }.agreement-notes h3 { margin: 0 0 10px; color: var(--terracotta-dark); font-family: var(--serif); font-size: 18px; font-weight: 500; }.agreement-notes p { margin: 0; color: #5f554e; font-size: 13px; line-height: 1.85; }.legal-content-layout { display: grid; grid-template-columns: 228px minmax(0,820px); justify-content: space-between; gap: 80px; align-items: start; }.legal-toc-aside { position: sticky; top: 116px; }.legal-toc-toggle { display: none; }.legal-toc { padding-right: 24px; }.legal-toc > p { margin: 0 0 16px; color: #786d65; font-size: 11px; font-weight: 700; letter-spacing: .12em; }.legal-toc ol { margin: 0; padding: 0; list-style: none; }.legal-toc li { border-top: 1px solid rgba(126,67,47,.16); }.legal-toc li:last-child { border-bottom: 1px solid rgba(126,67,47,.16); }.legal-toc a { min-height: 42px; padding: 10px 0; display: flex; align-items: baseline; gap: 11px; color: #756b63; font-size: 12px; line-height: 1.45; }.legal-toc a span { flex: 0 0 18px; color: #a69a90; font-size: 10px; letter-spacing: .06em; }.legal-toc a:hover, .legal-toc a.is-active { color: var(--terracotta-dark); }.legal-privacy .legal-toc a.is-active { color: #344636; }.legal-privacy .legal-toc a.is-active span { color: var(--terracotta); }.legal-document { min-width: 0; max-width: 820px; }.legal-section { position: relative; padding: 0 0 56px 84px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; scroll-margin-top: 118px; }.legal-section + .legal-section { padding-top: 56px; }.legal-section::before { content: attr(data-section-index); position: absolute; top: 3px; left: 0; color: var(--terracotta); font-size: 12px; font-weight: 700; letter-spacing: .12em; }.legal-privacy .legal-section::before { color: #506450; }.legal-section h2 { margin: 0 0 22px; color: #2f2925; font-family: var(--serif); font-size: clamp(27px,2.5vw,34px); font-weight: 500; letter-spacing: -.025em; line-height: 1.35; }.legal-section h3 { margin: 32px 0 12px; color: var(--terracotta-dark); font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.5; }.legal-section h3:first-of-type { margin-top: 0; }.legal-section p { max-width: 760px; margin: 0 0 16px; color: #4d4640; font-size: 15px; line-height: 2.05; }.legal-section p:last-child { margin-bottom: 0; }.legal-section ul { max-width: 760px; margin: 0 0 18px; padding-left: 1.4em; color: #4d4640; font-size: 15px; line-height: 2; }.legal-section li + li { margin-top: 4px; }.legal-contact { color: var(--terracotta-dark); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(126,67,47,.35); text-underline-offset: 4px; }.legal-footer { padding-top: 58px; }.legal-footer-content { padding-bottom: 46px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.16); color: #cfc2b9; font-size: 13px; }.legal-footer-content p { margin: 0; }.legal-footer-content strong { color: #fff8f1; font-weight: 500; }.legal-footer-content div { display: flex; align-items: center; gap: 12px; }.legal-footer-content a { color: #f0d3c5; }.legal-footer-content a:hover { color: white; }.legal-footer-content .email-link { color: #f0d3c5; font-size: 13px; }.legal-back-to-top { position: fixed; z-index: 50; right: 28px; bottom: 28px; width: 44px; height: 44px; border: 1px solid rgba(126,67,47,.24); border-radius: 50%; background: #fffaf5; color: var(--terracotta-dark); box-shadow: 0 10px 26px rgba(64,47,36,.13); cursor: pointer; opacity: 0; transform: translateY(10px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }.legal-back-to-top.is-visible { opacity: 1; transform: none; pointer-events: auto; }.legal-back-to-top:hover { background: var(--terracotta); color: white; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }
@keyframes float { 0%,100% { transform: rotate(2deg) translateY(0); } 50% { transform: rotate(2deg) translateY(-9px); } }
@keyframes float-back { 0%,100% { transform: rotate(-6deg) scale(.9) translateY(0); } 50% { transform: rotate(-6deg) scale(.9) translateY(8px); } }

@media (max-width: 1080px) {
  .site-nav { gap: 18px; }.site-nav a { font-size: 12px; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 20px; }.hero-visual { transform: scale(.9); transform-origin: right center; }
  .value-card { grid-template-columns: 48px 1fr; }
  .feature-row, .feature-row.reverse { gap: 45px; }.faq-grid { grid-template-columns: .92fr 1.08fr; gap: 48px; }.faq-grid .section-heading h2 { font-size: 38px; }.footer-grid { gap: 48px; }.footer-links { gap: 24px; }
  .about-story, .about-values { column-gap: 45px; }.about-value-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.about-value-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 880px) {
  .section { padding: 96px 0; }
  .nav-shell { width: min(calc(100% - 32px),1240px); }.menu-button { order: 3; margin-left: auto; width: 44px; height: 44px; padding: 10px; display: grid; align-content: center; gap: 5px; cursor: pointer; }.menu-button i { display: block; height: 1px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }.menu-button[aria-expanded="true"] i:first-of-type { transform: translateY(6px) rotate(45deg); }.menu-button[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }.menu-button[aria-expanded="true"] i:last-of-type { transform: translateY(-6px) rotate(-45deg); }
  .nav-cta { display: none; }.site-nav { position: fixed; inset: 73px 0 auto; height: calc(100vh - 73px); padding: 36px 24px; display: grid; align-content: start; gap: 2px; overflow-y: auto; background: rgba(248,243,235,.98); opacity: 0; transform: translateY(-8px); visibility: hidden; pointer-events: none; transition: transform .25s ease, opacity .25s ease, visibility .25s; }.site-nav.open { opacity: 1; transform: none; visibility: visible; pointer-events: auto; }.site-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 22px; }.site-nav .mobile-nav-cta { width: 100%; margin-top: 20px; display: inline-flex; justify-content: center; }
  .hero { min-height: auto; padding-top: 145px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 650px; }.hero-visual { width: min(620px,100%); margin: 20px auto 0; transform: none; }.scroll-cue { display: none; }
  .value-grid { grid-template-columns: 1fr 1fr; }.value-card { display: grid; }
  .feature-row, .feature-row.reverse { grid-template-columns: 1fr; margin: 70px 0; }.feature-row.reverse .feature-copy, .feature-row.reverse .feature-art { order: initial; }.feature-art { min-height: 480px; }.feature-pair { grid-template-columns: 1fr; }.feature-compact { min-height: auto; }
  .memory-grid { grid-template-columns: 1fr; padding: 100px 0; }.memory-stage { height: 580px; }.philosophy-grid { grid-template-columns: 1fr; }.philosophy-visual { min-height: 500px; }.still-life { height: 500px; }
  .privacy-shell { padding: 54px; grid-template-columns: 1fr; gap: 35px; }.about-shell { grid-template-columns: 1fr; gap: 35px; }.about-story, .about-values { grid-template-columns: 1fr; row-gap: 28px; padding-top: 54px; }.about-value-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }.about-value-card:last-child { grid-column: auto; }.faq-grid { grid-template-columns: 1fr; }.faq-grid .section-heading { position: static; max-width: 620px; }.footer-grid { grid-template-columns: 1fr; }.footer-links { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 32px),var(--container)); }.section { padding: 80px 0; }.nav-cta { display: none; }
  .hero { padding-top: 120px; }.hero h1 { font-size: clamp(46px,15vw,66px); }.hero-lede br { display: none; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }.hero-note { margin-top: 32px; flex-wrap: wrap; gap: 12px 18px; }
  .hero-visual { height: 520px; margin-left: -8px; width: calc(100% + 16px); }.phone { width: 210px; border-radius: 32px; }.phone > img { border-radius: 27px; }.phone-front { right: 0; }.phone-back { left: -25px; }.date-orbit { right: -20px; width: 90px; height: 90px; }.date-orbit span { font-size: 28px; }.hero-demo-note { right: -8px; bottom: -34px; width: 226px; font-size: 9px; }
  .section-heading { margin-bottom: 42px; }.section-heading h2 { font-size: 39px; }.value-grid { grid-template-columns: 1fr; }.value-card { min-height: auto; padding: 25px; grid-template-columns: 44px 1fr; }
  .feature-row { gap: 32px; }.feature-copy h3, .feature-compact h3 { font-size: 34px; }.feature-art { min-height: 430px; border-radius: 28px; }.feature-screenshot { height: 350px; max-width: 76%; }.feature-compact { padding: 32px 24px; border-radius: 28px; }.compact-screenshot { height: 320px; }.compact-screenshot img { height: 290px; }.compact-media-grid { min-height: 290px; gap: 10px; }.compact-media-grid.single-image img { height: 290px; }.planning-note { padding: 24px; grid-template-columns: 42px 1fr; }.planning-note > b { grid-column: 2; width: fit-content; }.planning-screenshot { grid-column: 1/-1; width: 150px; max-height: none; justify-self: center; }
  .process-section .section-heading h2 { font-size: clamp(34px,10vw,39px); }.process-line { grid-template-columns: 1fr; gap: 42px; }.process-line::before { top: 20px; bottom: 20px; left: 50%; width: 1px; height: auto; right: auto; background: repeating-linear-gradient(180deg,var(--terracotta-pale) 0 8px,transparent 8px 16px); }.process-line li { padding: 0 20px; }.process-icon { background: var(--surface); }
  .memory-copy h2 { font-size: clamp(34px,10vw,40px); }.memory-mobile-line { display: block; }.year-controls { flex-wrap: wrap; }.memory-stage { height: 500px; margin-inline: -10px; }.memory-date { top: 10px; right: 10px; }.memory-date strong { font-size: 66px; }.memory-paper { padding: 28px; min-height: 350px; }.memory-dots { display: none; }
  .philosophy-grid { gap: 45px; }.philosophy-visual, .still-life { min-height: 390px; height: 390px; }.book { right: 7%; width: 180px; }.cup { right: 21%; bottom: 34%; width: 75px; height: 82px; }.philosophy-copy h2 { font-size: 40px; }.privacy-shell { width: calc(100% - 24px); padding: 36px 24px; border-radius: 28px; }.privacy-intro h2 { font-size: 34px; }
  .about-heading h2 { font-size: 38px; }.about-content .about-lead { font-size: 19px; }.about-value-grid { grid-template-columns: 1fr; }.about-value-card { min-height: auto; padding: 24px; }.about-story-copy p { font-size: 15px; }.faq-grid .section-heading h2 { font-size: clamp(32px,9.5vw,38px); }.faq-item button { padding: 22px 0; font-size: 17px; }.final-cta { padding: 110px 0; }.final-cta h2 { font-size: 50px; }.footer-links { grid-template-columns: 1fr; gap: 32px; }.footer-links a, .footer-links button { min-height: 44px; display: flex; align-items: center; }.footer-nav-list { grid-template-columns: repeat(2,minmax(0,1fr)); }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .legal-header { padding: 14px 0; }.legal-header .nav-shell { width: min(calc(100% - 32px),var(--container)); }.legal-main { padding: 68px 0 80px; }.legal-hero { margin-bottom: 42px; }.legal-hero h1 { font-size: 42px; }.legal-hero p:not(.eyebrow) { font-size: 15px; }.legal-section { padding: 28px 24px; border-radius: 20px; }.legal-section h2 { font-size: 26px; }.legal-section h3 { font-size: 19px; }.legal-section p, .legal-section ul { font-size: 14px; }
}

@media (max-width: 1120px) {
  .legal-content-layout { grid-template-columns: 200px minmax(0,1fr); gap: 42px; }.legal-summary-list article { padding-inline: 18px; }
}

@media (max-width: 880px) {
  .legal-header .nav-shell { flex-wrap: wrap; gap: 10px 18px; }.legal-switcher { order: 3; width: 100%; margin-left: 0; gap: 22px; }.legal-home-link { margin-left: auto; }.legal-main { padding: 58px 0 72px; }.legal-main > .container { width: min(calc(100% - 32px),1240px); }.legal-hero { margin-bottom: 52px; }.legal-hero h1 { font-size: clamp(39px,11vw,52px); }.legal-intro { margin-top: 17px; font-size: 17px; }.legal-meta { grid-template-columns: 1fr 1fr; gap: 18px 14px; margin-top: 30px; }.legal-reading-time { margin-top: 17px; }.legal-summary { margin-inline: -4px; margin-bottom: 24px; padding: 31px 24px; border-radius: 20px; }.legal-summary h2, .legal-reference h2 { font-size: 30px; }.legal-summary-list { margin-top: 30px; grid-template-columns: 1fr; }.legal-summary-list article, .agreement-summary .legal-summary-list article { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; display: grid; grid-template-columns: 32px 1fr; gap: 10px; }.agreement-summary .legal-summary-list article { border-color: rgba(126,67,47,.2); }.legal-summary-list article:first-child { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); }.agreement-summary .legal-summary-list article:first-child { border-color: rgba(126,67,47,.2); }.legal-summary-list article > span { grid-row: 1 / span 2; }.legal-summary-list article > div { min-width: 0; }.legal-summary-list svg { margin: 0 0 11px; }.legal-reference { margin: 54px 0; padding-bottom: 36px; }.privacy-data-table { margin-top: 26px; border-bottom: 0; }.privacy-data-table table, .privacy-data-table tbody, .privacy-data-table tr { display: block; }.privacy-data-table thead { display: none; }.privacy-data-table tr { padding: 18px 0; border-bottom: 1px solid var(--line); }.privacy-data-table td, .privacy-data-table th, .privacy-data-table td:first-child { width: auto; padding: 4px 0; border: 0; display: grid; grid-template-columns: 92px minmax(0,1fr); gap: 10px; font-size: 13px; }.privacy-data-table td::before { color: #887a70; font-size: 11px; font-weight: 600; }.privacy-data-table td:nth-child(1)::before { content: "信息或能力"; }.privacy-data-table td:nth-child(2)::before { content: "场景与目的"; }.privacy-data-table td:nth-child(3)::before { content: "是否必须"; }.privacy-data-table td:nth-child(4)::before { content: "保存说明"; }.legal-control-list, .agreement-notes { grid-template-columns: 1fr; gap: 0; }.legal-control-list article { padding: 20px 0; border-right: 0; border-top: 1px solid var(--line); }.agreement-notes { margin-top: 24px; }.agreement-notes aside { padding: 20px 0 20px 18px; }.legal-content-layout { display: block; }.legal-toc-aside { position: relative; top: auto; margin-bottom: 32px; }.legal-toc-toggle { width: 100%; padding: 14px 0; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; background: transparent; color: var(--ink); font-family: var(--serif); font-size: 18px; text-align: left; cursor: pointer; }.legal-toc-toggle span { color: var(--terracotta); font-family: var(--sans); font-size: 22px; font-weight: 300; }.legal-toc { max-height: 0; padding-right: 0; overflow: hidden; opacity: 0; transition: max-height .25s ease, opacity .2s ease; }.legal-toc.is-open { max-height: 760px; padding-top: 20px; opacity: 1; }.legal-toc > p { display: none; }.legal-toc a { min-height: 44px; font-size: 13px; }.legal-document { max-width: none; }.legal-section, .legal-section + .legal-section { padding: 38px 0 40px 52px; border-radius: 0; }.legal-section::before { top: 41px; font-size: 10px; }.legal-section h2 { margin-bottom: 17px; font-size: 27px; }.legal-section h3 { margin-top: 28px; font-size: 19px; }.legal-section p, .legal-section ul { font-size: 14px; line-height: 2; }.legal-footer { padding-top: 48px; }.legal-footer-content { align-items: flex-start; flex-direction: column; gap: 14px; padding-bottom: 32px; }.legal-footer-content div { align-items: flex-start; flex-direction: column; gap: 5px; }.legal-back-to-top { right: 16px; bottom: 16px; width: 40px; height: 40px; }
}

@media print {
  @page { margin: 16mm; }
  .legal-page { background: #fff; color: #111; }.legal-header, .legal-summary, .legal-reference, .legal-toc-aside, .legal-footer, .legal-back-to-top { display: none !important; }.legal-main { padding: 0; }.legal-main > .container { width: 100%; max-width: none; }.legal-hero { max-width: none; margin: 0 0 14mm; }.legal-hero h1 { font-size: 28pt; }.legal-intro { color: #222; font-size: 13pt; }.legal-meta { max-width: none; grid-template-columns: repeat(4,1fr); }.legal-content-layout { display: block; }.legal-section, .legal-section + .legal-section { padding: 9mm 0 10mm 16mm; break-inside: avoid; page-break-inside: avoid; }.legal-section::before { color: #333; }.legal-section h2 { font-size: 18pt; }.legal-section p, .legal-section ul { max-width: none; color: #222; font-size: 10.5pt; line-height: 1.8; }.legal-contact, .legal-meta a { color: #222; }.legal-contact::after, .legal-meta a::after { content: " (" attr(href) ")"; font-size: 8pt; word-break: break-all; }
}

@media (max-width: 360px) {
  .container { width: min(calc(100% - 24px),var(--container)); }.brand strong { font-size: 14px; }.hero h1 { font-size: 44px; }.about-story-heading h3 { letter-spacing: -.15em; }.hero-visual { transform: scale(.9); transform-origin: left top; width: 111%; margin-bottom: -45px; }.value-card { padding: 22px; }.feature-art { margin-inline: -4px; }.feature-compact { padding-inline: 21px; }.privacy-shell { width: calc(100% - 16px); }.faq-grid .section-heading h2 { font-size: 31px; }.footer-links { gap: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* 法律页面：独立章节卡片，便于长期阅读与审阅。 */
.legal-page .legal-switcher { display: none; }
.legal-page .legal-header .nav-shell { gap: 18px; }
.legal-page .legal-home-link { margin-left: auto; }
.legal-page .legal-content-layout { display: block; max-width: 980px; }
.legal-page .legal-toc-aside { display: none; }
.legal-page .legal-document { max-width: none; display: grid; gap: 18px; }
.legal-page .legal-section,
.legal-page .legal-section + .legal-section { min-height: 0; padding: 34px 38px 36px 86px; border: 1px solid rgba(126,67,47,.18); border-radius: 18px; background: rgba(255,253,248,.84); box-shadow: 0 10px 26px rgba(87,58,40,.045); }
.legal-page .legal-section::before { top: 39px; left: 38px; color: var(--terracotta); }
.legal-page.legal-privacy .legal-section::before { color: #506450; }
.legal-page .legal-section h2 { margin-bottom: 19px; }
.legal-page .legal-section:last-child { border-bottom: 1px solid rgba(126,67,47,.18); }

@media (max-width: 880px) {
  .legal-page .legal-content-layout { max-width: none; }
}

@media (max-width: 620px) {
  .legal-page .legal-section,
  .legal-page .legal-section + .legal-section { padding: 29px 22px 30px 58px; border-radius: 15px; }
  .legal-page .legal-section::before { top: 33px; left: 22px; }
}

/* Mobile-only refinements: keep the desktop composition untouched. */
@media (max-width: 768px) {
  :root { --header-height: 64px; }

  .site-header { padding: 8px 0; }
  .site-header.scrolled { padding: 6px 0; }
  .nav-shell { width: min(calc(100% - 24px), 1240px); min-height: 48px; gap: 14px; }
  .brand { gap: 8px; }
  .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 8px; }
  .menu-button { width: 40px; height: 40px; padding: 9px; }
  .site-nav { inset: 64px 0 auto; height: calc(100vh - 64px); padding: 24px 20px; }
  .site-nav a { padding: 13px 0; font-size: 20px; }

  .hero { padding-top: 105px; }
  .hero-copy { min-width: 0; max-width: 100%; }
  .hero h1 { max-width: 100%; font-size: clamp(36px, 11.5vw, 46px); line-height: 1.12; letter-spacing: -.07em; text-wrap: balance; }
  .hero-lede { margin: 22px 0 26px; font-size: 15px; line-height: 1.85; }
  .hero-actions { width: 100%; gap: 10px; }
  .hero-actions .button { width: 100%; min-height: 48px; justify-content: center; padding: 13px 18px; }
  .hero-actions .text-button { min-height: 44px; }
  .hero-note { margin-top: 26px; gap: 10px 14px; font-size: 11px; }

  .hero-visual { width: 100%; height: 440px; margin: 12px auto 0; transform: none; }
  .phone { width: 174px; padding: 5px; border-radius: 28px; }
  .phone > img { border-radius: 23px; }
  .phone-front { right: 8px; bottom: 30px; }
  .phone-back { top: 20px; left: 0; }
  .date-orbit { top: 0; right: 0; width: 78px; height: 78px; }
  .date-orbit span { font-size: 24px; }
  .hero-demo-note { right: 0; bottom: -20px; width: 200px; font-size: 8.5px; }

  .feature-row,
  .feature-row.reverse { min-height: 0; margin: 52px 0; gap: 24px; }
  .feature-art { min-height: 330px; border-radius: 24px; }
  .feature-screenshot { height: 280px; max-width: 72%; border-radius: 22px; }
  .feature-pair { gap: 16px; }
  .feature-compact { min-height: 0; padding: 26px 20px; }
  .compact-screenshot { height: 250px; margin-top: 24px; }
  .compact-screenshot img { height: 230px; max-width: calc(100% - 28px); }
  .compact-media-grid { min-height: 250px; margin-top: 24px; }
  .compact-media-grid.single-image img { height: 240px; max-width: 100%; }

  .process-section .section-heading { margin-bottom: 32px; }
  .process-line { margin-top: 48px; gap: 28px; }
  .process-line::before { top: 18px; bottom: 18px; }
  .process-line li { padding: 0 10px; }
  .process-icon { width: 64px; height: 64px; margin: 8px auto 16px; }
  .process-icon svg { width: 22px; height: 22px; }
  .process-line h3 { font-size: 20px; }
  .process-line p { font-size: 12px; }

  .memory-grid { padding: 72px 0; }
  .memory-stage { height: 430px; margin-inline: 0; }
  .memory-paper { min-height: 310px; padding: 24px; }

  img { max-width: 100%; }
}
