@font-face {
  font-family: Okticon;
  src: url('/assets/Okticon-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Okticon;
  src: url('/assets/Okticon-Bold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
:root {
  color-scheme: light;
  --cream: #F8F3EC;
  --surface: #FFFFFF;
  --subtle: #EEF3EF;
  --green: #2F7D5E;
  --tint: #E3F2EA;
  --ink: #252A27;
  --muted: #5D6761;
  --border: #DCE5DF;
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--surface); color: var(--ink); font: 400 17px/1.6 Okticon, system-ui, sans-serif; letter-spacing: 0; }
a { color: inherit; text-underline-offset: 5px; }
a:hover { color: var(--green); }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; border-radius: 4px; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, strong { font-weight: 600; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.3; word-break: keep-all; text-wrap: balance; }
ul { margin: 0; padding: 0; }
.container { width: min(1120px, 100% - 80px); margin-inline: auto; }
.skip-link { position: fixed; left: 24px; top: -100px; padding: 12px 20px; background: var(--surface); z-index: 10; }
.skip-link:focus { top: 12px; }
.site-header { position: relative; background: var(--surface); z-index: 3; }
.header-inner { display: flex; align-items: center; min-height: 90px; gap: 32px; }
.brand { display: inline-flex; align-items: center; min-height: 44px; flex-shrink: 0; }
.brand img { width: 108px; }
.desktop-nav { display: flex; gap: 32px; margin-left: auto; }
.desktop-nav a { padding-block: 12px; font-size: 15px; text-decoration: none; }
.release-label { color: var(--green); background: var(--tint); border-radius: 999px; padding: 8px 20px; font-size: 14px; font-weight: 600; }
.mobile-nav { display: none; }
.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--cream); }
.hero-art { position: absolute; z-index: -1; width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.hero-inner { min-height: 580px; display: flex; align-items: center; }
.hero-copy { padding-block: 60px 100px; max-width: 58%; }
.hero h1 { font-size: 46px; line-height: 1.3; }
.hero h1 span { color: var(--green); }
.hero-copy p { margin-top: 24px; font-size: 19px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; gap: 24px; padding: 12px 24px; border-radius: var(--radius); background: var(--green); color: var(--surface); font-weight: 600; text-decoration: none; }
.button:hover { color: var(--surface); text-decoration: underline; }
.hero .button { margin-top: 32px; }
.section { padding-block: 64px; }
.section h2 { text-align: center; font-size: 28px; }
.section-lead { margin-top: 12px; color: var(--muted); text-align: center; }
.activity-list { max-width: 850px; margin: 32px auto 0; display: flex; justify-content: space-between; gap: 20px; list-style: none; }
.activity-list li { display: flex; flex-direction: column; align-items: center; gap: 8px; min-width: 60px; font-weight: 600; }
.activity-list img { width: 60px; height: 60px; object-fit: contain; }
.features { background: var(--cream); padding-block: 72px 40px; }
.feature-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin: 48px auto 0; max-width: 980px; }
.feature { min-width: 0; }
.phone { margin-inline: auto; max-width: 280px; width: 100%; height: 480px; border: 5px solid var(--muted); border-radius: 32px; background: var(--surface); overflow: hidden; padding: 0 12px 12px; }
.phone-top { display: flex; justify-content: space-between; padding: 10px 5px 8px; font: 600 10px/1 system-ui, sans-serif; }
.phone-screen { display: flex; flex-direction: column; height: calc(100% - 28px); font-size: 12px; line-height: 1.5; }
.phone-logo { width: 65px; margin: 4px auto 14px; }
.area-label { text-align: center; font-weight: 600; margin-bottom: 8px; }
.screen-title { text-align: center; font-weight: 600; font-size: 17px; line-height: 1.3; }
.phone-hero { width: calc(100% + 24px); max-width: none; margin: 14px -12px 0; height: 155px; object-fit: cover; }
.screen-activities { display: flex; justify-content: space-around; gap: 8px; padding-block: 12px; }
.screen-activities span { display: flex; flex-direction: column; align-items: center; }
.screen-activities img { object-fit: contain; }
.screen-button { margin-top: auto; display: block; background: var(--green); color: var(--surface); padding: 9px 4px; text-align: center; border-radius: var(--radius); font-weight: 600; }
.phone-tabs { display: flex; justify-content: space-around; gap: 4px; border-top: 1px solid var(--border); margin-top: 10px; padding-top: 9px; color: var(--muted); font-size: 10px; }
.screen-header { display: flex; align-items: center; justify-content: space-between; gap: 6px; padding: 12px 0 20px; }
.screen-header strong { font-size: 15px; }
.record-photo { width: 100%; height: 170px; object-fit: cover; border-radius: var(--radius); }
.screen-memo { padding-block: 16px; }
.screen-memo p { margin-top: 6px; }
.screen-row { padding: 10px 0; border-top: 1px solid var(--border); display: flex; justify-content: space-between; }
.screen-row span { color: var(--muted); }
.record-title { margin: 2px 0 12px; text-align: left; }
.record-item { display: flex; gap: 10px; align-items: center; padding-block: 12px; border-bottom: 1px solid var(--border); }
.record-item img { width: 62px; height: 62px; object-fit: cover; border-radius: 6px; }
.record-item div { display: flex; flex-direction: column; gap: 4px; }
.record-item small, .record-item span { color: var(--muted); font-size: 10px; }
.record-summary { margin-top: auto; padding: 12px 0 0; color: var(--muted); text-align: center; }
figcaption { margin-top: 24px; text-align: center; }
figcaption h3 { font-size: 21px; }
figcaption p { color: var(--muted); margin-top: 10px; font-size: 15px; }
.preview-note { margin-top: 32px; color: var(--muted); text-align: center; font-size: 14px; }
.together { background: var(--tint); overflow: hidden; }
.together-inner { min-height: 320px; display: flex; align-items: center; justify-content: space-between; gap: 40px; max-width: 920px; }
.together h2 { color: var(--green); font-size: 34px; }
.together p { margin-top: 18px; }
.together img { width: 310px; align-self: end; padding-top: 28px; }
.launch { background: var(--green); color: var(--surface); text-align: center; padding-block: 48px; }
.launch h2 { font-size: 28px; }
.launch p { margin-top: 10px; color: var(--tint); }
.store-list { list-style: none; display: flex; justify-content: center; gap: 16px; margin-top: 24px; }
.store-list li { border: 1px solid var(--tint); border-radius: var(--radius); min-width: 205px; padding: 10px 22px; display: flex; align-items: center; justify-content: center; gap: 14px; text-align: left; }
.store-list small { display: block; color: var(--tint); font-size: 12px; }
.store-mark { width: 32px; height: 32px; object-fit: contain; flex-shrink: 0; }
.site-footer { background: var(--cream); padding-block: 40px 20px; font-size: 14px; color: var(--muted); }
.footer-columns { display: grid; grid-template-columns: 1fr 1fr 1.35fr; gap: 36px; padding-bottom: 24px; }
.footer-brand .brand img { width: 88px; }
.footer-brand p { margin-top: 12px; }
.site-footer h2 { font-size: 15px; color: var(--ink); margin-bottom: 10px; }
.footer-support a { display: flex; align-items: center; min-height: 44px; gap: 12px; text-decoration: none; }
.footer-support .email-address { font-size: 12px; overflow-wrap: anywhere; }
.business dl { display: flex; flex-wrap: wrap; gap: 5px 16px; margin: 0; }
.business dl div { display: flex; gap: 8px; }
.business dt { flex-shrink: 0; }
.business dd { margin: 0; overflow-wrap: anywhere; }
.policy-links { display: flex; flex-wrap: wrap; column-gap: 24px; justify-content: center; border-top: 1px solid var(--border); padding-top: 12px; }
.policy-links a { min-height: 44px; display: flex; align-items: center; text-decoration: none; }
.policy-links a:hover, .footer-support a:hover { text-decoration: underline; }
.footer-note { text-align: center; font-size: 12px; }
.copyright { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; font-size: 12px; }
.copyright a { text-decoration: none; min-height: 44px; display: flex; align-items: center; }
.document { max-width: 840px; margin-inline: auto; padding: 48px 40px 80px; }
.document h1 { font-size: 34px; margin-top: 24px; }
.document-lead { font-size: 19px; margin-top: 18px; color: var(--muted); }
.back-link { display: inline-flex; align-items: center; min-height: 44px; color: var(--muted); }
.document section { padding-block: 32px; border-bottom: 1px solid var(--border); }
.document h2 { font-size: 23px; margin-bottom: 18px; }
.document section p + p { margin-top: 16px; }
.document p { max-width: 70ch; overflow-wrap: break-word; word-break: keep-all; }
.request-section .button { margin-top: 24px; }
.document p.email-fallback { margin-top: 24px; font-size: 15px; overflow-wrap: anywhere; }
.privacy-note { color: var(--muted); font-size: 15px; }
.deletion-steps { padding-left: 24px; }
.deletion-steps li { padding-block: 6px; }
.data-list { list-style: none; }
.data-list li { display: flex; gap: 24px; padding-block: 12px; }
.data-list strong { min-width: 155px; }
.data-list span { color: var(--muted); }
.not-found { min-height: 50vh; }
.not-found p, .not-found .button { margin-top: 24px; }
@media (min-width: 1600px) {
  .hero-art { object-position: center bottom; }
  .hero-inner { min-height: 640px; }
}
@media (max-width: 1000px) {
  .container { width: calc(100% - 48px); }
  .hero-inner { min-height: 500px; }
  .hero h1 { font-size: 38px; }
  .hero-copy p { font-size: 17px; }
  .feature-list { gap: 20px; }
  .phone { height: 460px; padding-inline: 9px; }
  .phone-hero { margin-inline: -9px; width: calc(100% + 18px); }
  .record-photo { height: 145px; }
  .record-item img { width: 48px; height: 48px; }
  .record-item { gap: 6px; }
  .footer-columns { grid-template-columns: 1fr 1fr; }
  .business { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 20px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 72px; gap: 14px; }
  .brand img { width: 88px; }
  .desktop-nav { display: none; }
  .release-label { margin-left: auto; font-size: 12px; padding: 6px 12px; }
  .mobile-nav { display: block; }
  .mobile-nav summary { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; cursor: pointer; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .menu-lines { width: 20px; height: 14px; border-block: 2px solid var(--ink); position: relative; }
  .menu-lines::after { content: ''; position: absolute; top: 4px; left: 0; width: 20px; border-top: 2px solid var(--ink); }
  .mobile-nav nav { position: absolute; top: 64px; left: 20px; right: 20px; display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 8px 16px; }
  .mobile-nav a { min-height: 48px; padding-block: 12px; text-decoration: none; }
  .hero-inner { min-height: 640px; align-items: flex-start; }
  .hero-art { height: 410px; bottom: 0; object-position: 67% bottom; }
  .hero-copy { padding: 32px 0 0; max-width: 100%; }
  .hero h1 { font-size: 34px; }
  .hero-copy p { font-size: 16px; margin-top: 16px; }
  .hero .button { margin-top: 20px; }
  .section { padding-block: 40px; }
  .section h2 { font-size: 23px; }
  .section-lead { font-size: 15px; }
  .activity-list { flex-wrap: wrap; gap: 18px 10px; justify-content: center; max-width: 370px; margin-top: 24px; }
  .activity-list li { width: calc(25% - 10px); min-width: 54px; font-size: 14px; }
  .activity-list img { width: 46px; height: 46px; }
  .feature-list { display: flex; flex-direction: column; gap: 36px; margin-top: 32px; }
  .feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 20px; }
  .phone { height: 242px; border-width: 3px; border-radius: 20px; padding: 0 7px; }
  .phone-screen { height: auto; }
  .phone-top { font-size: 8px; padding: 7px 2px; }
  .phone-logo { width: 48px; margin-bottom: 8px; }
  .phone-hero { height: 105px; margin-top: 8px; }
  .phone .screen-title { font-size: 12px; }
  .phone .area-label { font-size: 10px; }
  .screen-header { padding: 8px 0 14px; }
  .screen-header strong { font-size: 11px; }
  .record-photo { height: 120px; }
  .screen-memo { font-size: 10px; padding-top: 10px; }
  .screen-activities { padding-top: 8px; font-size: 10px; }
  .screen-activities img { width: 28px; height: 28px; }
  .record-item { font-size: 10px; }
  .record-item img { width: 40px; height: 48px; }
  .record-item small, .record-item span { font-size: 8px; }
  figcaption { text-align: left; margin-top: 0; }
  figcaption h3 { font-size: 19px; }
  figcaption p { font-size: 14px; }
  figcaption p br { display: none; }
  .preview-note { font-size: 12px; margin-top: 24px; }
  .together-inner { min-height: 270px; gap: 8px; position: relative; }
  .together-inner > div { width: 60%; padding-block: 36px 90px; }
  .together h2 { font-size: 28px; }
  .together p { font-size: 15px; }
  .together img { position: absolute; bottom: 0; right: 0; width: 180px; }
  .launch { padding-block: 36px; }
  .launch h2 { font-size: 23px; }
  .launch p { font-size: 15px; }
  .store-list { flex-direction: column; max-width: 250px; margin-inline: auto; gap: 12px; }
  .store-list li { justify-content: flex-start; }
  .store-list li > span:last-child { display: flex; flex: 1; align-items: center; justify-content: space-between; font-size: 15px; }
  .store-list small { font-size: 12px; }
  .footer-columns { display: flex; flex-direction: column; gap: 24px; }
  .footer-brand { display: flex; align-items: center; gap: 20px; }
  .footer-brand p { margin: 0; font-size: 12px; }
  .footer-support { border-block: 1px solid var(--border); padding-block: 16px; }
  .footer-support a { justify-content: space-between; }
  .site-footer h2 { margin-bottom: 4px; }
  .policy-links { flex-direction: column; gap: 4px; }
  .policy-links a { border-bottom: 1px solid var(--border); padding-block: 8px; }
  .footer-note { text-align: left; margin-top: 12px; }
  .document { padding: 24px 20px 48px; }
  .document h1 { font-size: 28px; }
  .document-lead { font-size: 17px; }
  .document-lead br, .email-fallback br { display: none; }
  .document h2 { font-size: 21px; }
  .document .button { width: 100%; gap: 12px; font-size: 16px; }
  .data-list li { flex-direction: column; gap: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
@supports (padding: env(safe-area-inset-left)) {
  body { padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
  .site-header { padding-top: env(safe-area-inset-top); }
  .site-footer { padding-bottom: max(20px, env(safe-area-inset-bottom)); }
}
