:root {
  color-scheme: light;
  --paper: #f6f2e9;
  --paper-light: #fffaf0;
  --ink: #302d2b;
  --muted: #6d665f;
  --line: rgba(73, 61, 49, 0.15);
  --amber: #d88728;
  --amber-deep: #9c5b1d;
  --sage: #7d947f;
  --clay: #a19991;
  --wood: #aa8060;
  --shadow: 0 24px 70px rgba(99, 70, 43, 0.15);
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Noto Sans CJK SC", sans-serif;
}

html[lang="ja"] {
  --serif: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif CJK JP", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Noto Sans CJK JP", sans-serif;
  line-break: strict;
}

html[lang="ko"] {
  --serif: "AppleMyungjo", "Nanum Myeongjo", "Noto Serif CJK KR", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans CJK KR", sans-serif;
  word-break: keep-all;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 13% 5%, rgba(255, 220, 154, 0.35), transparent 28rem),
    linear-gradient(180deg, #fbf6eb 0%, var(--paper) 48%, #eee7da 100%);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.26;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  z-index: 20;
}

a { color: inherit; }

img { display: block; max-width: 100%; }

[data-copy]:not([data-copy="zh"]) { display: none; }
html[data-language] [data-copy] { display: none; }
html[data-language="zh"] [data-copy="zh"],
html[data-language="en"] [data-copy="en"],
html[data-language="ja"] [data-copy="ja"],
html[data-language="ko"] [data-copy="ko"] { display: inline; }

.skip-link {
  position: fixed;
  top: 0.8rem;
  left: 0.8rem;
  transform: translateY(-200%);
  z-index: 100;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  background: var(--ink);
  color: white;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  width: min(1180px, calc(100% - 40px));
  height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 30;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  color: var(--ink);
  text-decoration: none;
}

.brand img {
  border-radius: 11px;
  box-shadow: 0 7px 18px rgba(179, 105, 24, 0.2);
}

.brand > span { display: grid; line-height: 1.05; }
.brand b { font-family: var(--serif); font-size: 1rem; letter-spacing: 0.08em; }
.brand small { color: var(--muted); font-size: 0.62rem; letter-spacing: 0.12em; margin-top: 0.25rem; text-transform: uppercase; }

nav { display: flex; align-items: center; gap: 1.7rem; }
nav a { font-size: 0.84rem; color: var(--muted); text-decoration: none; }
nav a:hover { color: var(--ink); }

.language-switch {
  min-width: 116px;
  height: 34px;
  padding: 0 2rem 0 0.8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background-color: rgba(255,255,255,0.42);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1.5 5 5 5-5' fill='none' stroke='%236d665f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  appearance: none;
  font: 650 0.74rem var(--sans);
  cursor: pointer;
}

html[lang="ja"] .eyebrow,
html[lang="ko"] .eyebrow { letter-spacing: 0.09em; }

.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.hero {
  min-height: 760px;
  padding: 86px 0 110px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(410px, 0.82fr);
  gap: 7vw;
  align-items: center;
}

.eyebrow {
  margin: 0 0 1.25rem;
  color: var(--amber-deep);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1, h2, h3, p { text-wrap: pretty; }

h1 {
  margin: 0;
  max-width: 760px;
  font: 500 clamp(3rem, 6vw, 5.7rem)/1.05 var(--serif);
  letter-spacing: -0.055em;
}

.hero-description {
  max-width: 650px;
  margin: 2rem 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  line-height: 1.9;
}

.hero-actions { display: flex; align-items: center; gap: 0.8rem; margin-top: 2.2rem; flex-wrap: wrap; }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  border-radius: 999px;
  padding: 0 1.25rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(1px); }

.button-primary {
  color: #fffaf1;
  background: var(--ink);
  box-shadow: 0 12px 24px rgba(48, 45, 43, 0.16);
}

.button-primary:hover { box-shadow: 0 16px 32px rgba(48, 45, 43, 0.22); }

.button-quiet { border: 1px solid var(--line); background: rgba(255, 255, 255, 0.38); }

.availability {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 5px rgba(125, 148, 127, 0.12); }

.hero-visual { min-height: 560px; position: relative; display: grid; place-items: center; }

.light-pool {
  position: absolute;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 199, 102, 0.42) 0%, rgba(255, 224, 172, 0.16) 44%, transparent 72%);
  filter: blur(2px);
}

.phone {
  position: relative;
  z-index: 2;
  width: 310px;
  aspect-ratio: 0.49;
  border-radius: 58px;
  padding: 12px;
  background: #2d2a28;
  box-shadow: 0 55px 90px rgba(77, 53, 29, 0.24), 0 12px 30px rgba(62, 47, 33, 0.2);
  transform: rotate(3deg);
}

.phone::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 56px;
  border: 1px solid rgba(255,255,255,0.18);
  pointer-events: none;
}

.phone-screen {
  height: 100%;
  border-radius: 47px;
  background: #faf5eb;
  overflow: hidden;
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.object-tag {
  position: absolute;
  z-index: 3;
  min-width: 110px;
  padding: 0.75rem 0.95rem;
  display: flex;
  gap: 0.55rem;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.65);
  border-radius: 18px;
  color: #4e443c;
  background: rgba(255, 250, 240, 0.74);
  box-shadow: 0 14px 35px rgba(94, 69, 42, 0.13);
  backdrop-filter: blur(16px);
  font-size: 0.78rem;
  font-weight: 650;
}

.object-tag i { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; color: white; font-style: normal; }
.tag-star { top: 21%; left: -1%; transform: rotate(-5deg); }
.tag-star i { background: var(--amber); }
.tag-capsule { right: -4%; top: 43%; transform: rotate(5deg); }
.tag-capsule i { background: var(--sage); }
.tag-paper { bottom: 13%; left: 0; transform: rotate(-2deg); }
.tag-paper i { background: var(--clay); }

.statement {
  display: grid;
  grid-template-columns: 0.25fr 1fr;
  gap: 5vw;
  padding: 100px 0;
  border-block: 1px solid var(--line);
}

.section-index { margin: 0; color: var(--amber-deep); font: 500 1rem var(--serif); }
.statement h2, .section-heading h2, .ritual h2, .privacy h2, .availability-section h2, .closing h2 {
  margin: 0;
  font: 500 clamp(2.2rem, 4.2vw, 4rem)/1.12 var(--serif);
  letter-spacing: -0.04em;
}

.statement p:last-child { max-width: 780px; margin: 1.5rem 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.9; }

.screenshots { padding: 130px 0 80px; }
.section-note { max-width: 670px; margin: 1.4rem 0 0; color: var(--muted); line-height: 1.8; }
.screenshot-gallery {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2vw, 28px);
  align-items: start;
}

.screenshot-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(74, 61, 48, 0.12);
  background: rgba(255,255,255,0.46);
  box-shadow: 0 24px 65px rgba(86, 63, 40, 0.13);
}

.screenshot-frame img { width: 100%; height: auto; }
.phone-shot { border-radius: clamp(28px, 4vw, 46px); }
.home-shot, .paper-shot, .reveal-shot { transform: translateY(34px); }
.star-shot, .compose-shot { transform: rotate(-1deg); }
.capsule-shot, .paper-shot { transform: rotate(1deg); }
.screenshot-frame figcaption {
  position: absolute;
  inset: auto 12px 12px;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(255,255,255,0.68);
  border-radius: 16px;
  color: #4b443e;
  background: rgba(255,250,241,0.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 24px rgba(71, 52, 34, 0.11);
  font-size: 0.72rem;
  line-height: 1.45;
}

.vessels { padding: 130px 0; }
.section-heading { max-width: 820px; }

.vessel-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.vessel-card {
  min-height: 430px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(78, 65, 52, 0.1);
  border-radius: 30px;
  background: rgba(255, 252, 245, 0.62);
  box-shadow: 0 16px 50px rgba(87, 67, 48, 0.08);
}

.vessel-card:nth-child(2) { transform: translateY(34px); }
.vessel-number { color: var(--muted); font-size: 0.72rem; letter-spacing: 0.16em; }

.vessel-symbol {
  width: 128px;
  height: 128px;
  margin: 48px auto 46px;
  display: grid;
  place-items: center;
  border-radius: 42% 42% 38% 38%;
  font-family: var(--serif);
  font-size: 3.8rem;
}

.star-symbol { color: #ffcc62; background: linear-gradient(145deg, #d88929, #a8601d); box-shadow: inset 0 3px 4px rgba(255,255,255,0.3), 0 20px 40px rgba(180, 102, 24, 0.2); }
.capsule-symbol { background: #f6f1df; box-shadow: inset 0 0 0 9px var(--sage), 0 20px 40px rgba(77, 102, 78, 0.18); }
.capsule-symbol i { width: 76px; height: 32px; border-radius: 999px; background: linear-gradient(90deg, var(--sage) 0 50%, #f3e8ca 50%); transform: rotate(-32deg); box-shadow: inset 0 0 0 2px rgba(55,65,56,0.12); }
.paper-symbol { color: #f6f0e8; background: linear-gradient(145deg, #a9a099, #77706c); box-shadow: inset 0 3px 5px rgba(255,255,255,0.28), 0 20px 40px rgba(83, 76, 72, 0.18); }

.vessel-card h3 { margin: 0; font: 600 1.5rem var(--serif); }
.vessel-card p { margin: 0.8rem 0 0; color: var(--muted); font-size: 0.94rem; line-height: 1.75; }

.ritual { padding: 130px 0; display: grid; grid-template-columns: 0.85fr 1fr; gap: 9vw; align-items: center; }

.ritual-visual {
  min-height: 540px;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  background:
    radial-gradient(circle at 35% 24%, rgba(255, 226, 167, 0.6), transparent 34%),
    linear-gradient(165deg, #ead4ad 0 62%, #a77d5b 62% 100%);
  box-shadow: var(--shadow);
}

.paper-note {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 170px;
  height: 130px;
  padding-top: 2.5rem;
  transform: translateX(-50%) rotate(-4deg);
  border-radius: 50% 42% 47% 40%;
  color: #9d7650;
  background: #fff9e9;
  box-shadow: 0 16px 35px rgba(85, 57, 29, 0.14);
  font: italic 1.25rem var(--serif);
  text-align: center;
}

.paper-note::before, .paper-note::after { content: ""; position: absolute; inset: 18px 24px auto; height: 1px; background: rgba(113, 84, 56, 0.14); box-shadow: 0 24px rgba(113, 84, 56, 0.14), 0 48px rgba(113, 84, 56, 0.14), 0 72px rgba(113, 84, 56, 0.14); }

.vessel-mouth {
  position: absolute;
  width: 240px;
  height: 120px;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  border: 16px solid rgba(255, 221, 150, 0.76);
  border-radius: 50% 50% 30% 30%;
  background: rgba(152, 99, 42, 0.35);
  box-shadow: inset 0 10px 20px rgba(67, 39, 17, 0.2), 0 18px 40px rgba(75, 45, 21, 0.15);
}

.gesture-track { position: absolute; top: 45%; left: 50%; width: 1px; height: 130px; border-left: 1px dashed rgba(83, 58, 37, 0.4); }
.gesture-track span { position: absolute; left: -5px; top: 0; width: 10px; height: 10px; border-top: 1px solid #795438; border-left: 1px solid #795438; transform: rotate(45deg); }

.ritual-copy > p:not(.eyebrow) { margin: 1.5rem 0 0; color: var(--muted); line-height: 1.9; }
.ritual-copy ul { list-style: none; margin: 2rem 0 0; padding: 0; border-top: 1px solid var(--line); }
.ritual-copy li { padding: 1rem 0 1rem 1.5rem; border-bottom: 1px solid var(--line); position: relative; font-size: 0.9rem; }
.ritual-copy li::before { content: ""; position: absolute; left: 0; top: 1.43rem; width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }

.privacy { padding: 80px 0 120px; }
.privacy-card {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 7vw, 86px);
  border-radius: 42px;
  color: #f8f1e5;
  background:
    radial-gradient(circle at 92% 15%, rgba(214, 151, 72, 0.22), transparent 28rem),
    #312e2c;
  box-shadow: var(--shadow);
}
.privacy-card::after { content: "◌"; position: absolute; right: 5%; bottom: -18%; color: rgba(255,255,255,0.04); font: 28rem/1 var(--serif); }
.privacy .eyebrow { color: #eabf7c; }
.privacy h2 { max-width: 870px; position: relative; z-index: 1; }
.privacy p:not(.eyebrow) { max-width: 780px; position: relative; z-index: 1; color: rgba(248,241,229,0.67); line-height: 1.9; }
.privacy-actions { position: relative; z-index: 1; display: flex; gap: 1.5rem; margin-top: 2rem; flex-wrap: wrap; }
.privacy-actions a { color: #f3d19b; font-size: 0.86rem; text-decoration: none; }

.availability-section { padding: 110px 0; display: grid; grid-template-columns: 1fr 0.8fr; gap: 8vw; align-items: center; }
.availability-copy > p:not(.eyebrow) { max-width: 690px; color: var(--muted); line-height: 1.9; }

.download-card {
  padding: 25px;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255,255,255,0.48);
  box-shadow: 0 20px 60px rgba(85, 63, 41, 0.1);
}
.download-card img { width: 72px; border-radius: 18px; box-shadow: 0 10px 24px rgba(169, 102, 33, 0.2); }
.download-card strong { display: block; font: 600 1.15rem var(--serif); }
.download-card strong small { font: 400 0.72rem var(--sans); color: var(--muted); }
.download-card div > span { display: block; color: var(--muted); font-size: 0.76rem; margin-top: 0.4rem; }
.download-card .button { grid-column: 1 / -1; }

.faq { padding: 120px 0; border-top: 1px solid var(--line); }
.faq-list { margin: 58px 0 0 auto; width: min(840px, 100%); }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 1.5rem 3rem 1.5rem 0; list-style: none; cursor: pointer; font: 600 1.08rem var(--serif); }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0.4rem; top: 1.4rem; color: var(--amber-deep); font: 300 1.4rem var(--sans); }
details[open] summary::after { content: "−"; }
details p { margin: -0.2rem 4rem 1.6rem 0; color: var(--muted); line-height: 1.8; }

.closing { padding: 140px 0 160px; text-align: center; }
.closing img { margin: 0 auto 1.5rem; border-radius: 24px; box-shadow: 0 18px 42px rgba(163, 94, 28, 0.2); }
.closing h2 { max-width: 800px; margin-inline: auto; }
.closing .button { margin-top: 2.1rem; }

footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 30px 0 44px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 2rem;
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.76rem;
}

.footer-brand { color: var(--ink); font: 600 1rem var(--serif); }
.footer-brand > span:not([data-copy]) { margin-left: 0.35rem; color: var(--muted); font: 400 0.68rem var(--sans); text-transform: uppercase; letter-spacing: 0.12em; }
.footer-links { display: flex; gap: 1.3rem; }
.footer-links a { text-decoration: none; }
footer p { margin: 0; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.policy-page { min-height: 100vh; }
.policy-main { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 90px 0 140px; }
.policy-main h1 { font-size: clamp(2.7rem, 7vw, 4.8rem); }
.policy-main .lede { margin: 1.5rem 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.85; }
.policy-main section { margin-top: 3.5rem; }
.policy-main h2 { margin: 0; font: 600 1.6rem var(--serif); }
.policy-main h3 { margin: 2rem 0 0; font: 600 1.1rem var(--serif); }
.policy-main p, .policy-main li { color: var(--muted); line-height: 1.85; }
.policy-main ul { padding-left: 1.2rem; }
.policy-main .meta { margin-top: 1rem; color: var(--amber-deep); font-size: 0.76rem; }
.policy-main .back-link { display: inline-flex; margin-bottom: 2rem; color: var(--muted); text-decoration: none; font-size: 0.85rem; }
.policy-main .notice { margin-top: 2.2rem; padding: 1.2rem 1.35rem; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,0.4); }

.download-page { min-height: 100vh; display: grid; grid-template-rows: auto 1fr auto; }
.download-main { width: min(660px, calc(100% - 40px)); margin: auto; padding: 70px 0 120px; text-align: center; }
.download-main > img { width: 110px; margin: 0 auto 2rem; border-radius: 28px; box-shadow: 0 22px 55px rgba(164, 95, 27, 0.25); }
.download-main h1 { font-size: clamp(2.7rem, 8vw, 4.6rem); }
.download-main .lede { margin: 1.3rem auto 0; max-width: 560px; color: var(--muted); line-height: 1.85; }
.download-main .button { margin-top: 2rem; }
.download-main .stable-url { margin: 1.4rem 0 0; color: var(--muted); font-size: 0.72rem; }

@media (max-width: 900px) {
  nav a { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; gap: 40px; }
  .hero-copy { text-align: center; }
  .hero-description { margin-inline: auto; }
  .hero-actions, .availability { justify-content: center; }
  .hero-visual { width: min(520px, 100%); margin-inline: auto; }
  .statement { grid-template-columns: 70px 1fr; }
  .vessel-grid { grid-template-columns: 1fr; }
  .screenshot-gallery { grid-template-columns: repeat(2, 1fr); }
  .home-shot, .paper-shot, .reveal-shot { transform: none; }
  .vessel-card { min-height: 360px; }
  .vessel-card:nth-child(2) { transform: none; }
  .vessel-symbol { margin-block: 35px; }
  .ritual, .availability-section { grid-template-columns: 1fr; }
  .ritual-visual { order: 2; min-height: 460px; }
  footer { grid-template-columns: 1fr auto; }
  footer p { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .site-header, .section-shell, footer { width: min(100% - 28px, 1180px); }
  .site-header { height: 76px; }
  .hero { min-height: auto; padding: 54px 0 78px; }
  h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-description { font-size: 0.96rem; line-height: 1.8; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .availability { align-items: flex-start; text-align: left; line-height: 1.5; }
  .status-dot { flex: 0 0 auto; margin-top: 0.25rem; }
  .hero-visual { min-height: 510px; }
  .phone { width: 252px; border-radius: 48px; }
  .phone-screen { border-radius: 39px; padding-inline: 18px; }
  .phone-screen { padding: 0; }
  .object-tag { min-width: 92px; padding: 0.58rem 0.65rem; font-size: 0.68rem; }
  .object-tag i { width: 23px; height: 23px; border-radius: 7px; }
  .tag-star { left: -2%; }
  .tag-capsule { right: -2%; }
  .tag-paper { left: 1%; }
  .statement { grid-template-columns: 1fr; gap: 1rem; padding: 72px 0; }
  .screenshots { padding: 86px 0 40px; }
  .screenshot-gallery { grid-template-columns: 1fr 1fr; gap: 10px; }
  .phone-shot { border-radius: 24px; }
  .screenshot-frame figcaption { position: static; border: 0; border-radius: 0; background: rgba(255,255,255,0.68); backdrop-filter: none; }
  .vessels, .ritual, .faq, .availability-section { padding: 86px 0; }
  .privacy { padding: 40px 0 86px; }
  .privacy-card { padding: 38px 24px; border-radius: 28px; }
  .ritual { gap: 3rem; }
  .ritual-visual { min-height: 390px; border-radius: 28px; }
  .download-card { grid-template-columns: 62px 1fr; padding: 20px; }
  .download-card img { width: 62px; }
  details p { margin-right: 0; }
  .closing { padding: 100px 0 120px; }
  footer { grid-template-columns: 1fr; gap: 1.2rem; }
  .footer-links { flex-wrap: wrap; }
}

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