:root {
  color-scheme: light;
  --black: #070707;
  --ink: #151515;
  --muted: #6b6b6b;
  --paper: #f6f6f2;
  --card: #ffffff;
  --line: #deded7;
  --soft: #ededE7;
  --success: #2f7d52;
  --warning: #9a6b1f;
  --danger: #a33d35;
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 14px;
  --max: 1160px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  font-family: Inter, "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(7,7,7,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,7,7,.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 72%, transparent);
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: min(calc(100% - 28px), var(--max));
  min-height: 72px;
  margin: 14px auto 0;
  padding: 10px 12px 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(7,7,7,.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 70px rgba(0,0,0,.18);
}

.light-header {
  border-color: var(--line);
  color: var(--ink);
  background: rgba(246,246,242,.88);
}

.brand { display: flex; flex-direction: column; line-height: 1; }
.brand-main { font-size: 24px; font-weight: 900; letter-spacing: -0.06em; }
.brand-sub { margin-top: 5px; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.nav { display: flex; align-items: center; gap: 18px; color: rgba(255,255,255,.72); font-size: 13px; }
.light-header .nav { color: var(--muted); }
.nav a { transition: color 180ms ease; }
.nav a:hover { color: currentColor; opacity: .75; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 18px; border-radius: 999px; color: var(--black); background: #fff; font-size: 14px; font-weight: 800; white-space: nowrap; }
.light-header .header-cta { color: #fff; background: var(--black); }

.hero, .section { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; }
.hero-home {
  width: 100%;
  max-width: none;
  margin-top: -86px;
  padding: 164px max(16px, calc((100vw - var(--max)) / 2)) 92px;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .9fr);
  align-items: center;
  gap: 48px;
  color: #fff;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.18), transparent 28rem),
    linear-gradient(135deg, #030303, #171717 58%, #020202);
  background-size: 58px 58px, 58px 58px, auto, auto;
}

.eyebrow, .section-label { margin: 0 0 14px; color: currentColor; opacity: .58; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; }
.hero h1, .section-head h2, .split-section h2, .preview-entry h2, .reason-section h2, .flow-section h2, .guide-section h2, .faq-section h2, .design-hero h1 {
  margin: 0;
  font-size: clamp(38px, 5.6vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.07em;
}
.hero-lead { max-width: 700px; margin: 26px 0 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform 180ms var(--ease), background 180ms ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: var(--black); }
.hero .btn-primary { color: var(--black); background: #fff; }
.btn-secondary { color: #fff; border-color: rgba(255,255,255,.22); background: transparent; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hero-notes span { padding: 10px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.76); background: rgba(255,255,255,.06); font-size: 13px; }

.demo-window { border: 1px solid rgba(255,255,255,.16); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.04)); box-shadow: 0 34px 120px rgba(0,0,0,.45); overflow: hidden; }
.demo-topbar { height: 54px; padding: 0 18px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255,255,255,.12); }
.demo-topbar span { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.35); }
.demo-topbar strong { margin-left: 8px; color: rgba(255,255,255,.62); font-size: 12px; }
.demo-body { min-height: 480px; display: grid; place-items: center; padding: 32px; position: relative; }
.demo-tee, .tee, .mini-tee { position: relative; background: #0b0b0d; filter: drop-shadow(0 24px 38px rgba(0,0,0,.28)); clip-path: polygon(27% 0, 39% 7%, 61% 7%, 73% 0, 100% 17%, 88% 38%, 78% 32%, 78% 100%, 22% 100%, 22% 32%, 12% 38%, 0 17%); }
.demo-tee { width: min(78vw, 310px); aspect-ratio: .78; }
.demo-neck, .tee-neck { position: absolute; top: 4%; left: 50%; width: 24%; height: 11%; border: 2px solid rgba(255,255,255,.16); border-top: 0; border-radius: 0 0 999px 999px; transform: translateX(-50%); }
.demo-print-area { position: absolute; left: 25%; top: 28%; width: 50%; height: 32%; display: grid; place-items: center; border: 1px dashed rgba(255,255,255,.44); }
.demo-print-area span { padding: 12px 18px; border-radius: 999px; color: var(--black); background: #fff; font-weight: 900; letter-spacing: -.04em; }
.demo-panel { position: absolute; right: 28px; bottom: 28px; width: min(72%, 280px); padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(0,0,0,.46); backdrop-filter: blur(12px); }
.demo-panel p, .demo-panel small { margin: 0; color: rgba(255,255,255,.62); }
.demo-panel strong { display: block; margin: 8px 0; font-size: 22px; }

.section { padding: 88px 0; }
.fact-section { margin-top: -56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.fact-card, .price-card, .price-table, .delivery-card, .preview-card, .reason-grid article, .flow-arrows article, .notice-grid article, .faq-list details, .panel, .request-form {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: 0 20px 50px rgba(0,0,0,.04);
}
.fact-card { padding: 28px; }
.fact-card span, .reason-grid span, .flow-arrows span { color: var(--muted); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.fact-card h2 { margin: 38px 0 12px; font-size: 24px; letter-spacing: -.05em; }
.fact-card p, .section-head p, .split-section p, .price-card li, .delivery-card p, .reason-grid p, .flow-arrows p, .notice-grid p, .faq-list p { color: var(--muted); line-height: 1.75; }

.split-section, .preview-entry { display: grid; grid-template-columns: .86fr 1.14fr; gap: 42px; align-items: start; }
.use-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.use-grid span { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; font-weight: 700; }
.section-head { max-width: 820px; margin-bottom: 32px; }
.section-head h2 { font-size: clamp(32px, 4vw, 54px); }
.section-head p { margin: 18px 0 0; }

.price-grid { display: grid; grid-template-columns: .8fr 1.15fr .8fr; gap: 14px; }
.price-card, .price-table, .delivery-card { padding: 26px; }
.price-card h3, .delivery-card h3 { margin: 0 0 14px; font-size: 22px; }
.price-card ul { margin: 0; padding-left: 1.1em; }
.price-table { display: grid; gap: 10px; }
.price-table div { display: flex; justify-content: space-between; gap: 16px; padding: 16px; border-radius: 14px; background: var(--paper); }
.price-table p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.delivery-card strong { display: block; margin: 18px 0; font-size: 34px; letter-spacing: -.06em; }

.number-list { margin: 24px 0 28px; padding-left: 1.2em; color: var(--muted); line-height: 2; }
.preview-card { min-height: 360px; display: grid; place-items: center; padding: 28px; background: #111; color: #fff; }
.mini-tee { width: 210px; aspect-ratio: .78; display: grid; place-items: center; }
.mini-tee span { padding: 12px 18px; border-radius: 999px; color: var(--black); background: #fff; font-weight: 900; }
.preview-card p { margin: 0; color: rgba(255,255,255,.7); }

.reason-grid, .notice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.reason-grid article, .notice-grid article { padding: 26px; }
.reason-grid h3, .notice-grid h3 { margin: 18px 0 10px; font-size: 22px; letter-spacing: -.04em; }
.flow-section {
  width: min(calc(100% - 32px), 1240px);
  padding: 88px 40px;
  border-radius: 38px;
  color: #fff;
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.14), transparent 22rem),
    linear-gradient(135deg, #060606, #151515);
  box-shadow: 0 34px 110px rgba(0,0,0,.18);
}
.flow-section .section-head p { color: rgba(255,255,255,.62); }
.flow-arrows { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; }
.flow-arrows article {
  position: relative;
  min-height: 230px;
  padding: 24px 28px 24px 22px;
  border-color: rgba(255,255,255,.16);
  border-radius: 0;
  color: #fff;
  background: rgba(255,255,255,.06);
  box-shadow: none;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%, 22px 50%);
  margin-left: -18px;
}
.flow-arrows article:first-child {
  margin-left: 0;
  border-radius: 22px 0 0 22px;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%);
}
.flow-arrows article:last-child {
  border-radius: 0 22px 22px 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 22px 50%);
  background: #fff;
  color: var(--black);
}
.flow-arrows span { color: currentColor; opacity: .48; }
.flow-arrows strong { display: block; margin: 48px 0 10px; font-size: 18px; line-height: 1.35; letter-spacing: -.04em; }
.flow-arrows p { margin: 0; color: currentColor; opacity: .62; font-size: 13px; line-height: 1.6; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 20px 22px; }
.faq-list summary { cursor: pointer; font-weight: 800; }
.rights-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.design-page { background: #f6f6f2; }
.design-hero { padding: 78px 0 28px; }
.design-hero h1 { max-width: 860px; color: var(--ink); }
.design-hero p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.stepper { padding: 18px 0 26px; display: flex; flex-wrap: wrap; gap: 8px; }
.stepper span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: #fff; font-size: 13px; font-weight: 800; }
.stepper .is-active { color: #fff; background: var(--black); }
.configurator { padding-top: 22px; }
.app-shell { display: grid; grid-template-columns: 270px minmax(0, 1fr) 300px; gap: 14px; align-items: start; }
.panel { padding: 20px; }
.panel-title { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.panel-title span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 999px; color: #fff; background: var(--black); font-size: 12px; font-weight: 900; }
.panel-title h2 { margin: 0; font-size: 18px; letter-spacing: -.03em; }
.field-label, .range-field label { display: block; margin: 16px 0 8px; color: var(--muted); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.input, .textarea { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: #fff; outline: none; }
.textarea { min-height: 120px; padding: 13px; resize: vertical; }
.swatches { display: flex; flex-wrap: wrap; gap: 8px; }
.swatch { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 999px; background: var(--swatch); box-shadow: inset 0 0 0 5px rgba(0,0,0,.18); }
.swatch.is-active { outline: 2px solid var(--black); outline-offset: 2px; }
.hint { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.field-note { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.size-grid label { display: grid; gap: 7px; color: var(--muted); font-size: 12px; font-weight: 800; }
.size-grid input { width: 100%; height: 42px; padding: 0 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.total-box { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding: 18px; border-radius: 16px; color: #fff; background: var(--black); }
.total-box span { color: rgba(255,255,255,.7); }
.total-box strong { font-size: 34px; letter-spacing: -.05em; }

.mockup-panel { padding: 0; overflow: hidden; }
.mockup-toolbar { display: flex; justify-content: space-between; gap: 12px; padding: 16px; border-bottom: 1px solid var(--line); }
.segmented, .toolbar-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.segmented button, .mini-btn { min-height: 38px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: #fff; font-size: 13px; font-weight: 800; }
.segmented button.is-active { color: #fff; background: var(--black); border-color: var(--black); }
.mini-btn.danger { color: var(--danger); }
.option-note { margin: 0; padding: 12px 16px; color: var(--muted); background: #fafaf7; border-bottom: 1px solid var(--line); font-size: 13px; }
.mockup-canvas { min-height: 560px; display: grid; place-items: center; padding: 28px; background: linear-gradient(#fbfbf8, #f0f0ea); }
.tee { width: min(82vw, 470px); max-width: 92%; aspect-ratio: .78; background: var(--tee-color, #0b0b0d); transition: background 180ms ease, clip-path 180ms ease, border-radius 180ms ease; }
.tee.product-dropShoulderTee { width: min(88vw, 520px); clip-path: polygon(22% 0, 38% 6%, 62% 6%, 78% 0, 100% 15%, 91% 42%, 80% 37%, 78% 100%, 22% 100%, 20% 37%, 9% 42%, 0 15%); }
.tee.product-longSleeve { clip-path: polygon(23% 0, 38% 6%, 62% 6%, 77% 0, 100% 16%, 94% 50%, 80% 43%, 78% 100%, 22% 100%, 20% 43%, 6% 50%, 0 16%); }
.tee.product-ecoBag,
.tee.product-other {
  width: min(76vw, 390px);
  aspect-ratio: .72;
  clip-path: none;
  border-radius: 28px 28px 16px 16px;
  background: var(--tee-color, #e7dcc8);
}
.tee.product-ecoBag .tee-neck,
.tee.product-other .tee-neck {
  top: -8%;
  width: 48%;
  height: 24%;
  border: 12px solid rgba(0,0,0,.16);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}
.tee::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.12), transparent 24%, transparent 76%, rgba(0,0,0,.16)); pointer-events: none; }
.print-area { position: absolute; left: 19%; top: 18%; width: 62%; height: 60%; border: 1px dashed rgba(255,255,255,.58); background: rgba(255,255,255,.04); z-index: 2; }
.area-label { position: absolute; top: -22px; left: 0; color: rgba(0,0,0,.56); font-size: 9px; font-weight: 900; letter-spacing: .12em; white-space: nowrap; }
.artwork { position: absolute; left: 24%; top: 22%; width: 50%; aspect-ratio: 1.55; min-width: 54px; display: grid; place-items: center; border-radius: 10px; color: var(--black); background: #fff; background-size: contain; background-position: center; background-repeat: no-repeat; box-shadow: 0 12px 24px rgba(0,0,0,.2); cursor: grab; touch-action: none; user-select: none; }
.artwork.is-hidden { opacity: 0; pointer-events: none; }
.artwork.has-image .artwork-text { opacity: 0; }
.artwork.is-dragging { box-shadow: 0 18px 34px rgba(0,0,0,.28), 0 0 0 2px #fff; }
.artwork-text { font-weight: 900; letter-spacing: .06em; }
.resize-handle { position: absolute; right: -9px; bottom: -9px; width: 18px; height: 18px; border: 2px solid var(--black); border-radius: 50%; background: #fff; cursor: nwse-resize; }
.print-readout { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.print-readout div { padding: 15px; border-right: 1px solid var(--line); }
.print-readout div:last-child { border-right: 0; }
.print-readout span { display: block; margin-bottom: 6px; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.print-readout strong { font-size: 15px; }

.dropzone { position: relative; min-height: 164px; display: grid; place-items: center; gap: 8px; padding: 20px; border: 1px dashed #b8b8ae; border-radius: 18px; background: #fbfbf8; text-align: center; cursor: pointer; }
.dropzone input { position: absolute; opacity: 0; pointer-events: none; }
.dropzone.is-over { border-color: var(--black); background: #fff; }
.drop-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 999px; color: #fff; background: var(--black); font-size: 26px; }
.dropzone small { color: var(--muted); line-height: 1.5; }
.range-field input { width: 100%; accent-color: var(--black); }
.range-field input:disabled { opacity: .38; }
.file-card, .consent-card { margin-top: 18px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.status-pill { display: inline-flex; padding: 7px 10px; border-radius: 999px; color: #fff; background: var(--success); font-size: 12px; font-weight: 900; }
.status-pill.neutral { color: var(--muted); background: var(--soft); }
.status-pill.warning { color: #fff; background: var(--warning); }
.status-pill.fail { color: #fff; background: var(--danger); }
.file-card dl { margin: 14px 0 0; }
.file-card dl div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--soft); }
.file-card dt, .file-card dd { margin: 0; font-size: 12px; }
.file-card dt { color: var(--muted); }
.file-card dd { max-width: 170px; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.warning-copy, .submit-note { color: var(--muted); font-size: 13px; line-height: 1.65; }
.request-form { padding: 34px; margin-bottom: 80px; }
.condition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 24px; }
.condition-grid article { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.condition-grid h3 { margin: 0 0 8px; font-size: 16px; letter-spacing: -.03em; }
.condition-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.request-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.request-grid label { display: grid; gap: 8px; color: var(--muted); font-size: 13px; font-weight: 800; }
.request-grid .full { grid-column: 1 / -1; }
.consent-card { display: grid; gap: 10px; }
.consent-card label { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 13px; line-height: 1.6; }
.submit-btn { margin-top: 18px; width: 100%; }
.submit-btn:disabled { opacity: .58; cursor: progress; transform: none; }
.submit-status { margin: 14px 0 0; padding: 12px 14px; border-radius: 14px; color: var(--muted); background: var(--soft); font-size: 13px; line-height: 1.65; }
.submit-status:empty { display: none; }
.submit-status.success { color: #fff; background: var(--success); }
.submit-status.error { color: #fff; background: var(--danger); }

.site-footer { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; padding: 42px 0 56px; display: flex; justify-content: space-between; gap: 28px; border-top: 1px solid var(--line); }
.site-footer strong { font-size: 24px; letter-spacing: -.06em; }
.site-footer p { margin: 8px 0 0; color: var(--muted); }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 18px; max-width: 620px; color: var(--muted); font-size: 13px; }

.reveal { opacity: 0; transform: translateY(18px); animation: reveal 700ms var(--ease) forwards; }
.reveal:nth-child(2) { animation-delay: 80ms; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1080px) {
  .hero-home, .split-section, .preview-entry, .app-shell, .price-grid { grid-template-columns: 1fr; }
  .fact-section { grid-template-columns: repeat(2, 1fr); }
  .flow-arrows { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .flow-arrows article,
  .flow-arrows article:first-child,
  .flow-arrows article:last-child {
    min-height: 190px;
    margin-left: 0;
    border-radius: 22px;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
  }
  .app-shell { align-items: stretch; }
}

@media (max-width: 760px) {
  .site-header { align-items: stretch; flex-wrap: wrap; border-radius: 24px; }
  .brand { flex: 1 1 auto; }
  .nav { order: 3; width: 100%; overflow-x: auto; gap: 14px; padding-bottom: 2px; }
  .header-cta { margin-left: auto; }
  .hero-home { min-height: auto; padding-top: 148px; padding-bottom: 66px; }
  .hero h1, .design-hero h1 { font-size: clamp(36px, 11vw, 48px); }
  .hero-lead { font-size: 16px; }
  .section { padding: 64px 0; }
  .fact-section, .use-grid, .reason-grid, .notice-grid, .flow-arrows, .condition-grid, .request-grid, .print-readout { grid-template-columns: 1fr; }
  .fact-section { margin-top: 0; }
  .flow-section { width: min(calc(100% - 20px), 1240px); padding: 58px 14px; border-radius: 28px; }
  .flow-arrows article,
  .flow-arrows article:first-child,
  .flow-arrows article:last-child {
    min-height: auto;
    padding: 22px;
    clip-path: none;
    border-radius: 20px;
  }
  .flow-arrows strong { margin-top: 28px; }
  .mockup-toolbar { flex-direction: column; }
  .mockup-canvas { min-height: 460px; padding: 18px 6px; }
  .tee { width: min(92vw, 390px); }
  .print-readout div { border-right: 0; border-bottom: 1px solid var(--line); }
  .site-footer { flex-direction: column; }
  .site-footer nav { justify-content: flex-start; }
}

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

.sub-page { background: var(--paper); }
.legal-layout { width: min(calc(100% - 32px), 820px); margin: 0 auto; padding: 92px 0 120px; }
.legal-layout h1 { margin: 0 0 26px; font-size: clamp(34px, 5vw, 56px); line-height: 1.1; letter-spacing: -.06em; }
.legal-layout p { color: var(--muted); font-size: 16px; line-height: 1.9; }
.legal-layout .btn { margin-top: 24px; }
