:root {
  --ink: #0b0a09;
  --paper: #f1eadf;
  --paper-deep: #e6dccd;
  --gold: #c9a76d;
  --gold-bright: #ead3a4;
  --burgundy: #5b1f26;
  --line: rgba(234, 211, 164, 0.22);
  --sans: "Microsoft YaHei UI", "PingFang SC", "Noto Sans SC", sans-serif;
  --serif: "Songti SC", "STSong", "SimSun", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  overflow-x: hidden;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.noise {
  position: fixed;
  inset: 0;
  z-index: 99;
  pointer-events: none;
  opacity: .045;
  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='.8'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 82px;
  display: flex;
  align-items: center;
  padding: 0 clamp(24px, 5vw, 78px);
  gap: 42px;
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, height .35s ease;
}
.site-header.scrolled {
  height: 68px;
  background: rgba(11, 10, 9, .88);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand > span:last-child { display: flex; flex-direction: column; gap: 2px; }
.brand b { font: 500 17px/1 var(--serif); letter-spacing: .2em; }
.brand small { color: var(--gold); font: 9px/1.1 Georgia, serif; letter-spacing: .24em; }
.brand-mark { position: relative; display: block; width: 26px; height: 34px; }
.brand-mark i { position: absolute; width: 13px; height: 30px; border: 1px solid var(--gold); border-radius: 50%; transform: rotate(24deg); }
.brand-mark i:first-child { left: 3px; top: 0; }
.brand-mark i:last-child { right: 2px; bottom: 0; transform: rotate(-24deg); }
nav { margin-left: auto; display: flex; gap: 35px; }
nav a { color: rgba(241,234,223,.72); font-size: 13px; letter-spacing: .08em; transition: color .2s ease; }
nav a:hover { color: var(--gold-bright); }
.header-cta {
  color: var(--gold-bright);
  background: transparent;
  border: 1px solid rgba(201,167,109,.55);
  border-radius: 999px;
  padding: 10px 19px;
  cursor: pointer;
}

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero-media {
  position: absolute;
  inset: 0;
  background: url("assets/hero-memory-premiere.png") center / cover no-repeat;
  transform: scale(1.025);
  animation: hero-settle 7s cubic-bezier(.2,.6,.2,1) both;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,5,4,.94) 0%, rgba(5,5,4,.74) 30%, rgba(5,5,4,.08) 70%, rgba(5,5,4,.15) 100%), linear-gradient(0deg, rgba(8,7,6,.9) 0%, transparent 35%);
}
.hero-content { position: relative; z-index: 2; width: min(680px, 88vw); margin-left: clamp(24px, 8vw, 130px); padding-top: 70px; }
.eyebrow { margin: 0 0 22px; color: rgba(241,234,223,.7); font-size: 11px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 34px; height: 1px; margin: 0 12px 3px 0; background: var(--gold); }
.eyebrow.warm { color: #7a684f; }
.hero h1, h2 { font-family: var(--serif); font-weight: 400; }
.hero h1 { margin: 0; font-size: clamp(50px, 7.2vw, 108px); line-height: 1.04; letter-spacing: .015em; text-shadow: 0 4px 30px rgba(0,0,0,.25); }
.hero-lead { margin: 30px 0 0; color: rgba(241,234,223,.76); font-size: clamp(15px, 1.4vw, 19px); line-height: 1.9; letter-spacing: .05em; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button {
  border: 0;
  min-height: 50px;
  padding: 0 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: .08em;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold-bright); color: #19130b; box-shadow: 0 12px 38px rgba(201,167,109,.14); }
.button-primary:hover { background: #f1ddb3; box-shadow: 0 16px 45px rgba(201,167,109,.25); }
.button-primary.dark { background: #18130e; color: var(--paper); }
.button-primary.dark:hover { background: #2b2117; }
.text-link { color: rgba(241,234,223,.72); font-size: 13px; border-bottom: 1px solid rgba(241,234,223,.35); padding: 10px 0; }
.text-link span { margin-left: 8px; color: var(--gold); }
.hero-proof {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 5vw, 80px);
  bottom: 42px;
  display: flex;
  background: rgba(10,9,8,.46);
  border: 1px solid rgba(234,211,164,.18);
  backdrop-filter: blur(14px);
}
.hero-proof div { display: grid; gap: 2px; min-width: 150px; padding: 17px 22px; border-right: 1px solid rgba(234,211,164,.15); }
.hero-proof div:last-child { border: 0; }
.hero-proof strong { color: var(--gold-bright); font: 32px/1 Georgia, serif; font-weight: 400; }
.hero-proof strong small { margin-left: 4px; font: 10px var(--sans); letter-spacing: .08em; }
.hero-proof span { color: rgba(241,234,223,.52); font-size: 10px; letter-spacing: .12em; }
.scroll-cue { position: absolute; z-index: 3; bottom: 30px; left: 50%; width: 22px; height: 42px; border: 1px solid rgba(241,234,223,.28); border-radius: 20px; }
.scroll-cue span { position: absolute; top: 8px; left: 9px; width: 2px; height: 7px; background: var(--gold); animation: scroll-dot 1.8s ease infinite; }

.section { position: relative; padding: 130px clamp(24px, 8vw, 130px); }
.manifesto { background: var(--paper); color: #221b14; display: grid; grid-template-columns: .24fr 1.05fr 1fr; gap: clamp(32px, 6vw, 100px); }
.section-number { color: #b9aa97; font: 12px Georgia, serif; letter-spacing: .12em; padding-top: 7px; }
.manifesto-copy h2, .section-heading h2, .participation h2, .premiere h2, .package h2, .faq h2, .final-cta h2 {
  margin: 0;
  font-size: clamp(36px, 4.4vw, 66px);
  line-height: 1.26;
  letter-spacing: .015em;
}
.manifesto-copy > p:not(.eyebrow) { max-width: 620px; margin: 32px 0 0; color: #756653; font-size: 15px; line-height: 2; }
.comparison { align-self: center; padding-top: 36px; }
.comparison article { padding: 22px 0 24px; opacity: .45; }
.comparison article.active { opacity: 1; }
.comparison article > span { color: #8c7658; font-size: 10px; letter-spacing: .2em; }
.comparison h3 { margin: 8px 0 16px; font: 400 25px var(--serif); }
.comparison ul { list-style: none; margin: 0; padding: 0; color: #7a6a58; font-size: 13px; line-height: 2; }
.comparison li::before { content: "—"; margin-right: 10px; color: #a98b60; }
.comparison-line { height: 1px; background: #cfc1ae; position: relative; }
.comparison-line i { position: absolute; top: -3px; left: 58%; width: 7px; height: 7px; border-radius: 50%; background: var(--burgundy); }

.film { background: #12100e; padding-bottom: 150px; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; }
.section-heading > p { margin: 0 0 8px; color: rgba(241,234,223,.55); font-size: 14px; line-height: 1.9; }
.chapters { margin-top: 80px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.chapter { min-height: 310px; padding: 27px 22px 32px; border-right: 1px solid var(--line); cursor: pointer; position: relative; overflow: hidden; transition: background .4s ease, transform .4s ease; }
.chapter:last-child { border: 0; }
.chapter::after { content: ""; position: absolute; inset: 100% 0 0; background: linear-gradient(0deg, rgba(201,167,109,.15), transparent); transition: inset .45s ease; }
.chapter:hover::after, .chapter.is-active::after { inset: 0; }
.chapter:hover, .chapter.is-active { background: #19150f; transform: translateY(-8px); }
.chapter > span { color: rgba(241,234,223,.35); font: 11px Georgia, serif; letter-spacing: .1em; }
.chapter h3 { position: relative; z-index: 1; margin: 40px 0 15px; color: var(--gold-bright); font: 400 21px var(--serif); }
.chapter p { position: relative; z-index: 1; margin: 0; color: rgba(241,234,223,.48); font-size: 12px; line-height: 1.9; }
.chapter-orbit { position: relative; z-index: 1; width: 50px; height: 50px; margin-top: 32px; border: 1px solid rgba(201,167,109,.28); border-radius: 50%; transform: rotate(-24deg); }
.chapter-orbit::before { content: ""; position: absolute; inset: 8px -9px; border: 1px solid rgba(201,167,109,.35); border-radius: 50%; transform: rotate(48deg); }
.chapter-orbit i { position: absolute; width: 5px; height: 5px; top: 3px; left: 9px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 15px var(--gold); }

.participation { background: var(--paper); color: #221b14; }
.participation-title { max-width: 850px; margin-bottom: 70px; }
.roles { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #d6c9b8; }
.role-card { min-height: 350px; position: relative; padding: 36px; border-right: 1px solid #d6c9b8; transition: background .35s ease; }
.role-card:last-child { border: 0; }
.role-card:hover { background: #e8decf; }
.role-index { color: #9f8b71; font: 11px Georgia, serif; }
.role-card h3 { margin: 44px 0 15px; font: 400 27px var(--serif); }
.role-card p { margin: 0; color: #766856; font-size: 13px; line-height: 1.9; }
.role-icon { position: absolute; top: 40px; right: 36px; width: 76px; height: 62px; }
.role-icon i { position: absolute; display: block; border: 1px solid #a98b60; border-radius: 50%; }
.role-icon.family i:nth-child(1) { width: 29px; height: 44px; top: 12px; left: 6px; }
.role-icon.family i:nth-child(2) { width: 29px; height: 44px; top: 0; right: 6px; }
.role-icon.family i:nth-child(3) { width: 16px; height: 25px; bottom: 0; left: 30px; background: var(--paper); }
.role-icon.friends i { width: 30px; height: 42px; top: 10px; }
.role-icon.friends i:nth-child(1) { left: 0; }
.role-icon.friends i:nth-child(2) { left: 23px; top: 0; }
.role-icon.friends i:nth-child(3) { right: 0; }
.role-icon.couple i { width: 33px; height: 56px; top: 2px; }
.role-icon.couple i:first-child { left: 10px; transform: rotate(10deg); }
.role-icon.couple i:last-child { right: 10px; transform: rotate(-10deg); }
.timeline { margin-top: 80px; }
.timeline-head { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #cdbda7; padding-bottom: 15px; }
.timeline-head p { font: 400 22px var(--serif); margin: 0; }
.timeline-head span { color: #9c876c; font: 11px Georgia, serif; letter-spacing: .15em; }
.timeline ol { margin: 0; padding: 34px 0 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; counter-reset: timeline; }
.timeline li { position: relative; display: grid; gap: 8px; padding: 31px 20px 0 0; border-top: 1px solid #baa98f; }
.timeline li::before { content: ""; position: absolute; left: 0; top: -5px; width: 9px; height: 9px; background: var(--paper); border: 1px solid #8e714b; border-radius: 50%; }
.timeline li span { color: #937e61; font-size: 10px; letter-spacing: .1em; }
.timeline li strong { font: 400 18px var(--serif); }
.timeline li small { color: #82735f; font-size: 11px; }

.premiere { background: #090807; padding-top: 150px; }
.premiere-stage { position: relative; max-width: 1260px; min-height: 610px; margin: 0 auto; border: 1px solid var(--line); overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; background: radial-gradient(circle at 50% 42%, rgba(199,153,85,.21), transparent 35%), linear-gradient(#11100f, #080706); }
.premiere-stage::before, .premiere-stage::after { content: ""; position: absolute; top: 0; width: 26%; height: 100%; background: linear-gradient(90deg, #030303 10%, #17120f 62%, transparent); }
.premiere-stage::before { left: 0; }
.premiere-stage::after { right: 0; transform: scaleX(-1); }
.screen-glow { position: absolute; top: 8%; left: 24%; right: 24%; height: 58%; border: 1px solid rgba(234,211,164,.18); box-shadow: 0 0 80px rgba(201,167,109,.09) inset; }
.premiere-copy { position: relative; z-index: 3; max-width: 800px; padding-bottom: 70px; }
.premiere-copy > p:last-child { max-width: 580px; margin: 30px auto 0; color: rgba(241,234,223,.55); line-height: 2; font-size: 14px; }
.stage-figures { position: absolute; z-index: 3; bottom: 45px; left: 50%; width: 48px; height: 80px; transform: translateX(-50%); }
.stage-figures i { position: absolute; bottom: 0; width: 22px; height: 67px; border-radius: 48% 48% 12% 12%; background: #050505; }
.stage-figures i:first-child { left: 2px; }
.stage-figures i:last-child { right: 2px; height: 62px; }
.audience { position: absolute; z-index: 2; left: 0; right: 0; bottom: -60px; height: 155px; opacity: .75; background: radial-gradient(ellipse at center, #050505 0 20%, transparent 21%) 0 0 / 70px 90px, linear-gradient(0deg, #020202, transparent); }
.ceremony-flow { max-width: 1060px; margin: 48px auto 0; display: flex; align-items: center; justify-content: space-between; color: rgba(241,234,223,.7); }
.ceremony-flow span { font: 400 18px var(--serif); letter-spacing: .08em; }
.ceremony-flow i { color: var(--gold); font: 11px Georgia, serif; margin-left: 7px; }
.ceremony-flow b { color: rgba(201,167,109,.45); font-weight: 300; }

.package { background: var(--paper-deep); color: #241b13; }
.package-card { max-width: 1250px; margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; background: #eee5d7; border: 1px solid #cbbba5; box-shadow: 0 30px 80px rgba(56,43,27,.12); }
.package-intro { padding: clamp(38px, 6vw, 75px); background: linear-gradient(145deg, #cab78f, #9f855c); color: #17110a; }
.package-intro > p:not(.eyebrow) { color: rgba(23,17,10,.66); line-height: 1.8; }
.price { margin: 52px 0 30px; font: 50px Georgia, serif; }
.price small { font-size: 20px; }
.price span { font: 12px var(--sans); }
.capacity { display: block; margin-top: 18px; color: rgba(23,17,10,.55); }
.package-list { padding: clamp(24px, 4vw, 58px); }
.package-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 25px 0; border-bottom: 1px solid #d1c4b2; }
.package-list > div:last-child { border: 0; }
.package-list > div > span { color: #a1845c; font: 11px Georgia, serif; }
.package-list p { margin: 0; display: grid; gap: 8px; }
.package-list b { font: 400 19px var(--serif); }
.package-list small { color: #7c6c59; font-size: 12px; line-height: 1.65; }

.faq { background: var(--paper); color: #241b13; display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.section-heading.compact { display: block; }
.accordion { border-top: 1px solid #cdbda7; }
.accordion details { border-bottom: 1px solid #cdbda7; }
.accordion summary { list-style: none; position: relative; padding: 27px 50px 27px 0; cursor: pointer; font: 400 18px var(--serif); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary i, .accordion summary i::after { position: absolute; right: 4px; top: 50%; width: 16px; height: 1px; background: #846c4c; transition: transform .25s ease; }
.accordion summary i::after { content: ""; right: 0; top: 0; transform: rotate(90deg); }
.accordion details[open] summary i::after { transform: rotate(0); }
.accordion details p { margin: -5px 60px 25px 0; color: #776957; font-size: 13px; line-height: 1.9; }

.final-cta { min-height: 620px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; background: radial-gradient(circle at 50% 45%, #21190f, #090807 50%); }
.final-cta h2 { font-size: clamp(44px, 6vw, 84px); }
.final-cta > p:not(.eyebrow) { color: rgba(241,234,223,.5); margin: 26px 0 30px; font-size: 14px; }
.final-lines i { position: absolute; top: 30%; left: -15%; width: 130%; height: 200px; border: 1px solid rgba(201,167,109,.13); border-radius: 50%; transform: rotate(7deg); }
.final-lines i:last-child { transform: rotate(-7deg); }

footer { padding: 45px clamp(24px, 7vw, 110px); display: flex; align-items: center; gap: 36px; color: rgba(241,234,223,.42); border-top: 1px solid var(--line); }
.footer-brand { color: var(--paper); }
footer p { margin: 0 auto; font-size: 11px; letter-spacing: .08em; }
footer > span { font: 10px Georgia, serif; }

.consult-dialog { width: min(760px, calc(100vw - 32px)); padding: 0; color: #251c14; background: var(--paper); border: 1px solid #cab99f; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.consult-dialog::backdrop { background: rgba(3,3,3,.76); backdrop-filter: blur(8px); }
.dialog-close { position: absolute; z-index: 2; top: 18px; right: 22px; width: 36px; height: 36px; border: 0; background: transparent; color: #766148; font: 28px/1 Georgia, serif; cursor: pointer; }
.dialog-copy { padding: 45px 48px 26px; border-bottom: 1px solid #d4c8b7; }
.dialog-copy h2 { margin: 0; font: 400 34px/1.3 var(--serif); }
.dialog-copy > p:last-child { color: #7c6c59; font-size: 13px; }
.consult-dialog form { padding: 28px 48px 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.consult-dialog label { display: grid; gap: 8px; color: #6f5e4a; font-size: 11px; letter-spacing: .08em; }
.consult-dialog input, .consult-dialog textarea { width: 100%; padding: 12px 13px; border: 1px solid #cdbfae; background: rgba(255,255,255,.42); color: #251c14; outline: none; border-radius: 0; }
.consult-dialog input:focus, .consult-dialog textarea:focus { border-color: #9c7848; box-shadow: 0 0 0 2px rgba(156,120,72,.1); }
.wide { grid-column: 1 / -1; }
.form-note { text-align: center; margin: -5px 0 0; color: #9a8b79; font-size: 10px; }
.form-success { display: none; margin: 0 48px 40px; padding: 18px; border: 1px solid #bca682; background: #e9decc; font-size: 13px; line-height: 1.8; white-space: pre-line; }
.form-success.show { display: block; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .85s ease, transform .85s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes hero-settle { from { transform: scale(1.1); filter: brightness(.75); } to { transform: scale(1.025); filter: brightness(1); } }
@keyframes scroll-dot { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translateY(18px); } }

@media (max-width: 960px) {
  nav { display: none; }
  .site-header { height: 68px; }
  .header-cta { margin-left: auto; }
  .hero-media { background-position: 58% center; }
  .hero-content { align-self: flex-end; margin: 0; padding: 0 24px 210px; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,5,4,.98) 5%, rgba(5,5,4,.76) 52%, rgba(5,5,4,.12) 100%); }
  .hero-proof { left: 24px; right: 24px; bottom: 48px; }
  .hero-proof div { min-width: 0; flex: 1; }
  .scroll-cue { display: none; }
  .manifesto { grid-template-columns: 1fr; }
  .section-number { display: none; }
  .comparison { padding-top: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 30px; }
  .chapters { grid-template-columns: 1fr 1fr; }
  .chapter { min-height: 255px; border-bottom: 1px solid var(--line); }
  .chapter:last-child { grid-column: 1 / -1; }
  .roles { grid-template-columns: 1fr; }
  .role-card { min-height: 250px; border-right: 0; border-bottom: 1px solid #d6c9b8; }
  .timeline ol { grid-template-columns: 1fr; padding-top: 20px; }
  .timeline li { grid-template-columns: 90px 1fr; padding: 20px 0 20px 24px; border-top: 0; border-left: 1px solid #baa98f; }
  .timeline li::before { left: -5px; top: 25px; }
  .timeline li small { grid-column: 2; }
  .premiere-stage { min-height: 540px; }
  .ceremony-flow { flex-wrap: wrap; gap: 20px; justify-content: center; }
  .package-card { grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 600px) {
  .site-header { padding: 0 18px; }
  .brand b { font-size: 14px; }
  .brand-mark { transform: scale(.85); }
  .header-cta { display: none; }
  .hero { min-height: 820px; }
  .hero-media { background-position: 61% top; }
  .hero-content { padding: 0 20px 224px; }
  .hero-content { width: 100%; max-width: 100%; }
  .hero h1 { max-width: 350px; font-size: clamp(42px, 11.8vw, 52px); line-height: 1.12; }
  .hero-lead br { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 25px; }
  .hero-proof { left: 14px; right: auto; bottom: 28px; width: calc(100vw - 28px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; }
  .hero-proof div { width: auto; min-width: 0; padding: 14px 4px; text-align: center; }
  .hero-proof strong { font-size: 23px; }
  .hero-proof span { font-size: 8px; letter-spacing: .04em; }
  .section { padding: 90px 20px; }
  .manifesto-copy h2, .section-heading h2, .participation h2, .premiere h2, .package h2, .faq h2 { font-size: 36px; }
  .chapters { grid-template-columns: 1fr; margin-top: 50px; }
  .chapter, .chapter:last-child { grid-column: auto; min-height: 225px; border-right: 0; }
  .role-card { padding: 28px; }
  .timeline li { grid-template-columns: 75px 1fr; }
  .premiere-stage { min-height: 560px; padding: 40px 18px; }
  .screen-glow { left: 8%; right: 8%; }
  .premiere-copy { padding-bottom: 80px; }
  .ceremony-flow { display: grid; grid-template-columns: 1fr; text-align: center; }
  .ceremony-flow b { transform: rotate(90deg); }
  .package-intro, .package-list { padding: 34px 25px; }
  .price { font-size: 43px; }
  .final-cta h2 { font-size: 48px; }
  footer { flex-direction: column; text-align: center; }
  footer p { margin: 0; }
  .dialog-copy { padding: 40px 25px 22px; }
  .consult-dialog form { padding: 24px 25px 35px; grid-template-columns: 1fr; }
  .wide { grid-column: auto; }
  .form-success { margin: 0 25px 35px; }
}

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