:root {
  --ink: #403a32;
  --muted: #83796c;
  --paper: #fffdf8;
  --paper-deep: #f5f0e8;
  --rose: #e98f88;
  --rose-soft: #f6ccc5;
  --leaf: #7e9d69;
  --leaf-deep: #526d4a;
  --yellow: #e9c96e;
  --line: rgba(78, 65, 50, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    repeating-linear-gradient(0deg, rgba(88, 70, 48, .018) 0, rgba(88, 70, 48, .018) 1px, transparent 1px, transparent 4px),
    var(--paper);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.eyebrow {
  margin: 0 0 16px;
  color: var(--leaf-deep);
  font-family: Georgia, "Songti SC", serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 16px;
  left: 50%;
  width: min(1120px, calc(100% - 32px));
  height: 66px;
  padding: 0 14px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 8px;
  background: rgba(255, 253, 248, .78);
  box-shadow: 0 12px 40px rgba(75, 60, 41, .08);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.brand { display: flex; align-items: center; gap: 10px; font-family: "Kaiti SC", "STKaiti", serif; font-size: 22px; font-weight: 700; }
.brand img { width: 38px; height: 38px; object-fit: cover; border: 1px solid rgba(70,60,45,.13); border-radius: 8px; }
.site-header nav { display: flex; gap: 34px; font-size: 14px; color: #645c52; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--rose); transition: right .25s ease; }
.site-header nav a:hover::after { right: 0; }
.header-cta, .primary-button {
  border-radius: 5px;
  background-color: #413B32;
  color: white;
  transition: transform .2s ease, background .2s ease;
}
.header-cta { padding: 12px 18px; font-size: 13px; }
.header-cta:hover, .primary-button:hover { transform: translateY(-2px); background: var(--leaf-deep); }

.hero {
  position: relative;
  min-height: 920px;
  height: min(1000px, 100vh);
  overflow: hidden;
  background: #f2eee5;
}
.hero-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 55% 60%; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,253,247,.98) 0%, rgba(255,253,247,.88) 34%, rgba(255,253,247,.18) 71%, rgba(255,253,247,.04) 100%); }
.hero-copy {
  position: absolute;
  z-index: 3;
  top: 27%;
  left: max(7vw, calc((100vw - 1200px) / 2));
  width: min(510px, 42vw);
}
.hero-copy h1 {
  margin: 0;
  font-family: "Kaiti SC", "STKaiti", "Songti SC", serif;
  font-size: clamp(88px, 10vw, 152px);
  font-weight: 500;
  line-height: .88;
}
.hero-line { margin: 30px 0 14px; font-family: "Songti SC", "STSong", serif; font-size: clamp(25px, 2.4vw, 36px); font-weight: 600; }
.hero-description { max-width: 460px; margin: 0; color: #6b6258; font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.primary-button { display: inline-flex; align-items: center; gap: 22px; padding: 16px 20px; font-size: 14px; }
.primary-button span { color: var(--rose-soft); font-size: 18px; }
.availability { color: var(--muted); font-size: 13px; }

.hero-phone { position: absolute; z-index: 4; right: 11vw; bottom: -48px; transform: rotate(3deg); filter: drop-shadow(0 38px 45px rgba(70, 51, 31, .22)); }
.phone-shell { width: 334px; padding: 9px; border: 2px solid #26231f; border-radius: 52px; background: #24211d; }
.phone-screen { position: relative; height: 690px; overflow: hidden; border-radius: 43px; background: #faf6eb; }
.home-screen { background-image: linear-gradient(rgba(255,253,246,.2), rgba(255,253,246,.24)), url("/assets/watercolor-glass-background.png"); background-size: cover; background-position: center; }
.dynamic-island { position: absolute; top: 11px; left: 50%; width: 92px; height: 25px; border-radius: 18px; background: #171717; transform: translateX(-50%); }
.phone-status { position: absolute; top: 18px; left: 22px; right: 22px; display: flex; justify-content: space-between; color: #222; font-size: 12px; font-weight: 700; }
.home-greeting { margin-top: 94px; display: flex; align-items: center; flex-direction: column; gap: 13px; color: #786958; text-align: center; }
.home-greeting span { font-size: 13px; }
.home-greeting strong { font-family: "Songti SC", serif; font-size: 19px; }
.home-greeting small { font-size: 12px; }
.camera-orbit { position: absolute; top: 265px; left: 50%; width: 194px; height: 194px; display: grid; place-items: center; border: 1px dashed rgba(117,145,93,.45); border-radius: 50%; background: rgba(255,255,255,.38); box-shadow: 0 18px 50px rgba(109, 104, 72, .12); transform: translateX(-50%); backdrop-filter: blur(13px); }
.camera-button { width: 154px; height: 154px; display: grid; place-items: center; border: 5px solid rgba(244,177,169,.5); border-radius: 50%; background: rgba(255,255,255,.55); font-size: 49px; }
.ask-bar { position: absolute; left: 20px; right: 20px; bottom: 82px; height: 54px; padding-left: 18px; display: flex; align-items: center; justify-content: space-between; border-radius: 27px; background: rgba(255,255,255,.82); color: #978879; font-size: 11px; backdrop-filter: blur(12px); }
.ask-bar b { width: 40px; height: 40px; margin-right: 7px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #f5c9c0, #d8e7c4); color: #36342f; font-size: 23px; font-weight: 400; }
.phone-tabs { position: absolute; left: 0; right: 0; bottom: 0; height: 69px; display: flex; align-items: center; justify-content: space-around; background: rgba(255,255,255,.88); backdrop-filter: blur(14px); }
.phone-tabs span { display: flex; align-items: center; flex-direction: column; gap: 3px; font-size: 21px; filter: saturate(.85); }
.phone-tabs i { color: #8e877e; font-size: 10px; font-style: normal; }
.phone-tabs .active i { color: var(--rose); }
.botanical-note { position: absolute; z-index: 4; display: flex; gap: 8px; align-items: center; color: #6d685d; font-family: "Kaiti SC", serif; transform: rotate(-7deg); }
.botanical-note span { padding: 8px 12px; border-bottom: 1px solid rgba(82,109,74,.35); font-size: 13px; line-height: 1.4; }
.note-one { right: 34vw; top: 22%; }
.note-two { right: 4vw; top: 29%; transform: rotate(9deg); }
.scroll-cue { position: absolute; z-index: 4; left: 40px; bottom: 32px; color: #8d8478; font-family: Georgia, serif; font-size: 9px; letter-spacing: 3px; writing-mode: vertical-rl; }

.reveal { opacity: 0; transform: translateY(18px); animation: reveal .75s ease forwards; }
.reveal:nth-child(2) { animation-delay: .1s; }
.reveal:nth-child(3) { animation-delay: .2s; }
.reveal:nth-child(4) { animation-delay: .3s; }
.reveal:nth-child(5) { animation-delay: .4s; }
.hero-phone.reveal { animation-delay: .2s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }

.manifesto {
  max-width: 1180px;
  margin: 0 auto;
  padding: 130px 32px;
  display: grid;
  grid-template-columns: 80px 1.35fr .8fr;
  gap: 50px;
  border-bottom: 1px solid var(--line);
}
.section-number { color: var(--rose); font-family: Georgia, serif; font-size: 14px; }
.manifesto h2, .process-heading h2, .feature-copy h2, .gallery-heading h2, .share-copy h2, .download-content h2 {
  margin: 0;
  font-family: "Songti SC", "STSong", serif;
  font-weight: 600;
  letter-spacing: 0;
}
.manifesto h2 { font-size: clamp(43px, 5vw, 70px); line-height: 1.32; }
.manifesto-detail { padding-top: 43px; }
.manifesto-detail > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 2; }
.mini-stats { margin-top: 36px; padding-top: 22px; display: flex; gap: 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.mini-stats b { margin-right: 4px; color: var(--ink); font-family: Georgia, serif; font-size: 22px; font-weight: 400; }

.process { padding: 120px 0 140px; background: #f4f0e8; }
.process-heading { max-width: 1120px; margin: 0 auto 65px; padding: 0 32px; display: grid; grid-template-columns: 60px 1fr 1.1fr; column-gap: 24px; align-items: end; }
.process-heading .eyebrow { grid-column: 2; }
.process-heading h2 { grid-column: 2; font-size: clamp(42px, 4vw, 62px); }
.process-heading > p:last-child { grid-column: 3; grid-row: 1 / span 2; align-self: end; margin: 0; color: var(--muted); line-height: 1.8; }
.process-track { max-width: 1240px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-step { position: relative; }
.step-index { margin-bottom: 12px; color: var(--rose); font-family: Georgia, serif; font-size: 12px; }
.step-visual { position: relative; aspect-ratio: .82; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 5px; background: white; box-shadow: 0 18px 45px rgba(83,69,50,.09); }
.process-step h3 { margin: 22px 0 9px; font-family: "Songti SC", serif; font-size: 21px; }
.process-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.photo-visual { background: url("/assets/watercolor-glass-background.png") center 38% / cover; }
.photo-visual::after { content: ""; position: absolute; inset: 0; background: rgba(52,55,43,.08); }
.focus-frame { position: absolute; z-index: 2; top: 25%; left: 21%; width: 58%; height: 49%; }
.focus-frame span { position: absolute; width: 30px; height: 30px; border-color: white; border-style: solid; filter: drop-shadow(0 1px 2px rgba(0,0,0,.2)); }
.focus-frame span:nth-child(1) { top: 0; left: 0; border-width: 2px 0 0 2px; }
.focus-frame span:nth-child(2) { top: 0; right: 0; border-width: 2px 2px 0 0; }
.focus-frame span:nth-child(3) { bottom: 0; left: 0; border-width: 0 0 2px 2px; }
.focus-frame span:nth-child(4) { bottom: 0; right: 0; border-width: 0 2px 2px 0; }
.shutter { position: absolute; z-index: 3; left: 50%; bottom: 25px; width: 58px; height: 58px; display: grid; place-items: center; border: 4px solid rgba(255,255,255,.78); border-radius: 50%; background: rgba(255,255,255,.72); font-size: 23px; transform: translateX(-50%); }
.cutout-visual { display: grid; place-items: center; background: #fbf8ef; }
.grid-paper { position: absolute; inset: 0; opacity: .4; background-image: linear-gradient(rgba(113,139,92,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(113,139,92,.16) 1px, transparent 1px); background-size: 18px 18px; }
.cutout-flower { position: relative; z-index: 2; font-size: 116px; filter: drop-shadow(0 0 2px white) drop-shadow(0 0 7px white) drop-shadow(0 9px 10px rgba(73,54,40,.16)); transform: rotate(-4deg); }
.cutout-label { position: absolute; z-index: 3; bottom: 22px; padding: 7px 12px; border-radius: 14px; background: rgba(255,255,255,.78); color: var(--leaf-deep); font-size: 11px; }
.identify-visual { background: linear-gradient(165deg, #fff8f2, #ecf4e7); }
.identify-visual::before { content: "🌺"; position: absolute; inset: 28px 0 auto; text-align: center; font-size: 106px; filter: drop-shadow(0 8px 8px rgba(90,58,50,.12)); }
.scan-line { position: absolute; z-index: 2; left: 12%; right: 12%; top: 42%; height: 1px; background: var(--rose); box-shadow: 0 0 8px var(--rose); animation: scan 3s ease-in-out infinite; }
@keyframes scan { 0%, 100% { transform: translateY(-55px); } 50% { transform: translateY(45px); } }
.plant-result { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 16px; display: flex; flex-direction: column; gap: 5px; border-radius: 4px; background: rgba(255,255,255,.84); backdrop-filter: blur(8px); }
.plant-result b { font-family: "Songti SC", serif; font-size: 19px; }
.plant-result i, .plant-result small { color: var(--muted); font-size: 10px; }
.journal-visual > img, .artwork > img, .share-art > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.journal-plant { position: absolute; z-index: 2; top: 25%; left: 20%; font-size: 105px; filter: drop-shadow(0 0 7px white); transform: rotate(-7deg); }
.journal-emoji { position: absolute; z-index: 3; font-size: 25px; }
.journal-emoji.one { right: 18px; top: 24px; }.journal-emoji.two { left: 18px; top: 46%; }.journal-emoji.three { right: 25px; bottom: 25px; }

.feature-spread { min-height: 800px; display: grid; grid-template-columns: 1.05fr .95fr; background: #f9d7d0; }
.feature-image { min-height: 800px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(rgba(238,147,137,.1), rgba(238,147,137,.2)), url("/assets/journal-background-48.jpg") center / cover; }
.feature-phone { width: 340px; min-height: 670px; padding: 26px 23px; display: flex; align-items: center; flex-direction: column; border: 7px solid #292520; border-radius: 48px; background: linear-gradient(#fffaf4, #f1f8eb); box-shadow: 0 35px 60px rgba(93,53,46,.24); transform: rotate(-3deg); }
.result-top { width: 100%; display: flex; align-items: center; justify-content: space-between; font-size: 13px; }
.result-top button { width: 38px; height: 38px; border: 0; border-radius: 50%; background: white; color: var(--ink); font-size: 24px; }
.result-flower { margin: 72px 0 30px; font-size: 130px; filter: drop-shadow(0 0 6px white) drop-shadow(0 12px 10px rgba(76,56,44,.15)); }
.feature-phone h3 { margin: 0; font-family: "Songti SC", serif; font-size: 30px; }
.feature-phone > i { margin: 6px 0 17px; color: var(--muted); font-size: 12px; }
.tag-row { display: flex; gap: 7px; }
.tag-row span { padding: 6px 9px; border-radius: 12px; background: #f8dedb; color: #7e665f; font-size: 10px; }
.feature-phone > p { color: var(--muted); font-size: 12px; line-height: 1.8; text-align: center; }
.correction { width: 100%; margin-top: auto; padding: 13px 16px; border-radius: 22px; background: white; color: #aaa097; font-size: 11px; }
.feature-copy { padding: 150px max(7vw, 70px); display: flex; justify-content: center; flex-direction: column; background: #fffaf4; }
.feature-copy h2 { font-size: clamp(42px, 4.4vw, 67px); line-height: 1.32; }
.feature-copy ul { margin: 48px 0 0; padding: 0; list-style: none; }
.feature-copy li { padding: 20px 0; display: grid; grid-template-columns: 32px 1fr; gap: 12px; border-top: 1px solid var(--line); }
.feature-copy li > span { color: var(--rose); }
.feature-copy li b { font-family: "Songti SC", serif; font-size: 17px; }
.feature-copy li p { margin: 6px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.gallery-section { padding: 130px 32px 160px; background: #edf1e5; }
.gallery-heading { max-width: 1120px; margin: 0 auto 72px; display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: end; }
.gallery-heading h2 { font-size: clamp(43px, 5vw, 70px); line-height: 1.3; }
.gallery-heading > p { margin: 0; color: var(--muted); line-height: 1.9; }
.journal-grid { max-width: 1120px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: start; }
.journal-card { padding: 11px; border: 1px solid rgba(255,255,255,.9); border-radius: 7px; background: rgba(255,255,255,.76); box-shadow: 0 24px 50px rgba(64,79,52,.12); transition: transform .3s ease; }
.journal-card:hover { transform: translateY(-9px) rotate(.4deg); }
.card-b { margin-top: 58px; }.card-c { margin-top: 10px; }
.artwork { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 4px; }
.specimen { position: absolute; z-index: 2; left: 50%; top: 50%; font-size: 118px; filter: drop-shadow(0 0 7px white) drop-shadow(0 8px 7px rgba(65,55,36,.16)); transform: translate(-50%, -50%); }
.artwork-b .specimen { font-size: 130px; transform: translate(-50%, -50%) rotate(-8deg); }
.artwork-c .specimen { font-size: 132px; }
.deco { position: absolute; z-index: 3; font-size: 24px; font-style: normal; }.d1 { top: 18px; right: 22px; }.d2 { bottom: 20px; left: 20px; }
.card-copy { padding: 16px 7px 8px; }
.card-copy h3 { display: inline-block; margin: 0 8px 0 0; font-family: "Songti SC", serif; font-size: 20px; }
.card-copy small { color: var(--muted); font-family: Georgia, serif; font-style: italic; }
.card-copy p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.share-section { min-height: 850px; padding: 130px max(6vw, 32px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; background: #fffaf4; }
.share-copy { max-width: 480px; justify-self: end; }
.share-copy h2 { margin-top: 18px; font-size: clamp(43px, 4.6vw, 67px); line-height: 1.35; }
.share-copy > p:last-child { margin-top: 30px; color: var(--muted); line-height: 1.9; }
.share-card-wrap { width: min(520px, 100%); padding: 26px 26px 0; justify-self: center; border-radius: 28px 28px 0 0; background: linear-gradient(135deg, #fce1da, #e8f4dd); box-shadow: 0 35px 75px rgba(77,62,45,.18); }
.share-card { padding: 10px; border-radius: 18px; background: rgba(255,255,255,.82); }
.share-art { position: relative; aspect-ratio: 1.35; overflow: hidden; border-radius: 13px; }
.share-art span { position: absolute; z-index: 2; left: 50%; top: 50%; font-size: 132px; filter: drop-shadow(0 0 8px white); transform: translate(-50%,-50%) rotate(-5deg); }
.share-art i, .share-art b { position: absolute; z-index: 3; font-style: normal; font-size: 30px; }.share-art i { top: 22px; right: 25px; }.share-art b { bottom: 22px; left: 24px; }
.share-card h3 { margin: 14px 4px 0; font-family: "Songti SC", serif; }
.share-card small { margin-left: 4px; color: var(--muted); font-family: Georgia, serif; font-style: italic; }
.share-card p { margin: 8px 4px 4px; color: var(--muted); font-size: 12px; }
.share-footer { padding: 18px 7px; display: flex; align-items: center; justify-content: space-between; }
.share-footer > div:first-child { display: flex; align-items: center; gap: 10px; }
.share-footer img { width: 34px; height: 34px; border: 1px solid rgba(75,65,55,.2); border-radius: 8px; }
.fake-qr { width: 52px; height: 52px; background: repeating-conic-gradient(#342f29 0 25%, transparent 0 50%) 50% / 8px 8px; border: 4px solid white; outline: 1px solid rgba(60,50,40,.12); }
.share-options { margin: 0 -26px; height: 105px; display: flex; align-items: center; justify-content: space-evenly; background: rgba(255,255,255,.55); }
.share-options span { display: flex; align-items: center; flex-direction: column; gap: 7px; color: var(--leaf-deep); font-size: 28px; }
.share-options i { color: var(--ink); font-size: 11px; font-style: normal; }

.download-section { position: relative; min-height: 820px; display: grid; place-items: center; overflow: hidden; }
.download-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.download-section::after { content: ""; position: absolute; inset: 0; background: rgba(255,253,247,.42); backdrop-filter: blur(1px); }
.download-content { position: relative; z-index: 2; width: min(620px, calc(100% - 40px)); padding: 70px 50px; display: flex; align-items: center; flex-direction: column; border: 1px solid rgba(255,255,255,.8); border-radius: 8px; background: rgba(255,253,248,.78); box-shadow: 0 35px 90px rgba(70,57,42,.14); text-align: center; backdrop-filter: blur(18px); }
.download-icon { width: 88px; height: 88px; margin-bottom: 25px; border: 1px solid rgba(65,55,42,.14); border-radius: 20px; box-shadow: 0 12px 24px rgba(97,72,59,.12); }
.download-content h2 { font-size: clamp(45px, 5.4vw, 72px); line-height: 1.24; }
.download-content > p:not(.eyebrow) { max-width: 430px; color: var(--muted); line-height: 1.8; }
.download-content button { margin-top: 20px; padding: 16px 28px; border: 0; border-radius: 5px; background: var(--ink); color: white; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.download-content button:hover { background: var(--leaf-deep); transform: translateY(-2px); }
#notifyText { min-height: 18px; margin-top: 12px; color: var(--rose); font-size: 12px; }

footer { min-height: 120px; padding: 30px max(5vw, 30px); display: flex; align-items: center; justify-content: space-between; background: #413c34; color: rgba(255,255,255,.8); }
footer .brand img { width: 34px; height: 34px; }
footer p, .footer-info { font-size: 12px; }
.footer-info { display: flex; align-items: flex-end; flex-direction: column; gap: 7px; }
.footer-info a { color: inherit; text-decoration: none; transition: color .2s ease; }
.footer-info a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

.in-view { animation: sectionIn .7s ease both; }
@keyframes sectionIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { min-height: 940px; height: auto; }
  .hero-copy { top: 155px; left: 7vw; width: 52vw; }
  .hero-phone { right: 3vw; bottom: -25px; transform: rotate(2deg) scale(.86); transform-origin: bottom right; }
  .note-one, .note-two { display: none; }
  .manifesto { grid-template-columns: 45px 1fr; }
  .manifesto-detail { grid-column: 2; padding-top: 0; }
  .process-heading { grid-template-columns: 45px 1fr; }
  .process-heading > p:last-child { grid-column: 2; grid-row: auto; margin-top: 18px; }
  .process-track { grid-template-columns: repeat(2, 1fr); gap: 45px 20px; }
  .feature-copy { padding: 100px 45px; }
  .journal-grid { gap: 16px; }
  .share-section { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 720px) {
  .site-header { top: 9px; width: calc(100% - 18px); height: 58px; }
  .brand { font-size: 19px; }.brand img { width: 34px; height: 34px; }
  .header-cta { padding: 10px 12px; font-size: 11px; }
  .hero { min-height: 760px; }
  .hero-wash { background: linear-gradient(180deg, rgba(255,253,247,.96) 0%, rgba(255,253,247,.83) 42%, rgba(255,253,247,.12) 78%); }
  .hero-copy { top: 130px; left: 24px; right: 24px; width: auto; text-align: center; }
  .hero-copy h1 { font-size: 92px; }
  .hero-line { margin-top: 25px; font-size: 25px; }
  .hero-description { font-size: 14px; }
  .hero-actions { justify-content: center; flex-direction: column; gap: 12px; margin-top: 25px; }
  .hero-phone { display: none; }
  .scroll-cue { display: none; }
  .manifesto { padding: 90px 22px; grid-template-columns: 1fr; gap: 16px; }
  .manifesto .section-number, .manifesto-detail { grid-column: 1; }
  .manifesto h2, .gallery-heading h2 { font-size: 39px; }
  .mini-stats { gap: 14px; flex-wrap: wrap; }
  .process { padding: 85px 0 100px; }
  .process-heading { padding: 0 22px; grid-template-columns: 1fr; }
  .process-heading .section-number, .process-heading .eyebrow, .process-heading h2, .process-heading > p:last-child { grid-column: 1; }
  .process-heading h2 { font-size: 40px; }
  .process-track { padding: 0 22px; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .process-step { min-width: 78vw; scroll-snap-align: center; }
  .feature-spread { grid-template-columns: 1fr; }
  .feature-image { min-height: 720px; }
  .feature-phone { transform: scale(.9); }
  .feature-copy { padding: 80px 24px; }
  .feature-copy h2, .share-copy h2 { font-size: 40px; }
  .gallery-section { padding: 90px 20px 110px; }
  .gallery-heading { grid-template-columns: 1fr; gap: 25px; }
  .journal-grid { grid-template-columns: 1fr; gap: 22px; }
  .card-a, .card-b, .card-c { margin: 0; }
  .share-section { padding: 90px 20px; grid-template-columns: 1fr; }
  .share-copy { justify-self: start; }
  .share-card-wrap { padding-left: 16px; padding-right: 16px; }
  .share-options { margin-left: -16px; margin-right: -16px; }
  .download-section { min-height: 720px; }
  .download-content { padding: 55px 22px; }
  footer { align-items: flex-start; flex-direction: column; gap: 18px; }
  .footer-info { align-items: flex-start; line-height: 1.6; }
}

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