:root {
  --bg-deep: #f6f1e8;
  --bg-card: #fffaf3;
  --gold: #c89a2f;
  --gold-soft: #dfb85e;
  --papyrus: #2f281d;
  --ink: #2a241a;
  --muted: #7f7465;
  --danger: #b65b5b;
  --success: #4e8a66;
  --line: #ded2bd;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  min-height: 100%;
  background: var(--bg-deep);
  color: var(--papyrus);
  font-family: Manrope, "Segoe UI", system-ui, sans-serif;
}

body {
  background:
    radial-gradient(circle at 20% 10%, rgba(200,154,47,.12), transparent 24rem),
    linear-gradient(180deg, #fbf8f2 0%, #f2ebdd 52%, #fbf8f2 100%);
  font-family: Manrope, "Segoe UI", system-ui, sans-serif;
}

a { color: inherit; }

h1, h2, h3 {
  margin: 0 0 1rem;
  color: var(--papyrus);
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.05;
}

h1 { font-size: clamp(2.8rem, 8vw, 6.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { font-size: 1.5rem; }

p { line-height: 1.7; }

button, input, textarea, select {
  font: inherit;
}

input, textarea, select {
  width: 100%;
  min-height: 46px;
  margin-top: .45rem;
  padding: .8rem .9rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf9;
  color: var(--papyrus);
}

textarea { min-height: 130px; resize: vertical; }
label { display: block; margin: 1rem 0; color: var(--gold-soft); }
audio { width: 100%; margin: 1rem 0; }
pre { white-space: pre-wrap; color: var(--papyrus); }
table { width: 100%; border-collapse: collapse; }
th, td { padding: .8rem; border-bottom: 1px solid var(--line); text-align: left; }
th { color: var(--gold-soft); }
details { border-top: 1px solid var(--line); padding: 1rem 0; }
summary { cursor: pointer; color: var(--gold-soft); }

.wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.narrow { max-width: 760px; }

.hero {
  min-height: 92vh;
  display: grid;
  align-items: center;
  padding: 4rem 0;
}

.hero-grid, .split, .price-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: 2rem;
  align-items: center;
}

.hero-grid > *,
.split > *,
.price-wrap > *,
.demo-hero > *,
.demo-layout > *,
.demo-stage-visual > *,
.demo-artifact > * {
  min-width: 0;
}

.section { padding: 5rem 0; }
.alt { background: rgba(255, 250, 243, .8); }
.lead { font-size: clamp(1.2rem, 2vw, 1.55rem); color: #6d5934; }
.muted, .fine { color: var(--muted); }
.fine { font-size: .92rem; }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .22em; font-size: .72rem; font-weight: 700; }

.brand-lockup {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: .85rem;
  padding: .55rem .85rem .55rem .55rem;
  border: 1px solid rgba(200, 154, 47, .2);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 252, 247, .98), rgba(245, 235, 214, .78)),
    rgba(255, 252, 247, .9);
  color: var(--papyrus);
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(112, 88, 34, .08);
}

.brand-lockup-mark {
  width: 58px;
  aspect-ratio: 1;
  display: block;
  border: 1px solid rgba(200, 154, 47, .26);
  border-radius: 50%;
  background: #fffaf0;
  object-fit: cover;
  object-position: center;
  padding: .18rem;
  box-shadow: inset 0 0 18px rgba(200, 154, 47, .1);
}

.brand-lockup span {
  display: grid;
  gap: .12rem;
  min-width: 0;
}

.brand-lockup strong {
  color: #203942;
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  line-height: 1.05;
}

.brand-lockup em {
  color: var(--gold);
  font-size: .66rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.demo-brand-lockup {
  margin-bottom: 1rem;
}

.hero-copy {
  display: grid;
  gap: 1rem;
}

.hero-copy h1 {
  max-width: 10ch;
}

.hero-support {
  margin: 0;
  color: #4f3f27;
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.45;
}

.trust-line {
  display: inline-flex;
  max-width: max-content;
  padding: .65rem .85rem;
  border: 1px solid rgba(200, 154, 47, .18);
  border-radius: 999px;
  background: rgba(255, 252, 247, .72);
}

.section-intro {
  max-width: 760px;
  margin-bottom: 1.8rem;
}

.section-intro.compact {
  margin-bottom: 1.2rem;
}

.section-intro p {
  color: #594a37;
  font-size: clamp(1.05rem, 1.8vw, 1.24rem);
}

.emotional-promise {
  position: relative;
  border-block: 1px solid rgba(160, 144, 116, .14);
  background:
    radial-gradient(circle at 12% 10%, rgba(200,154,47,.12), transparent 22rem),
    rgba(255, 250, 243, .64);
}

.benefit-grid,
.process-grid,
.occasion-grid {
  display: grid;
  gap: 1rem;
}

.benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-card,
.process-grid article,
.occasion-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(160, 144, 116, .18);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(200,154,47,.11), transparent 46%),
    rgba(255, 252, 247, .9);
  box-shadow: 0 20px 58px rgba(112, 88, 34, .07);
}

.benefit-card {
  display: grid;
  gap: .55rem;
  min-height: 190px;
  padding: 1.2rem;
}

.benefit-card span,
.process-grid span {
  width: 2.35rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(200, 154, 47, .34);
  border-radius: 50%;
  color: var(--gold);
  font-family: "Noto Serif", Georgia, serif;
  font-weight: 800;
}

.benefit-card strong,
.process-grid strong {
  color: var(--papyrus);
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.benefit-card p,
.process-grid p {
  margin: 0;
  color: var(--muted);
}

.sample-block {
  background:
    linear-gradient(180deg, rgba(255, 250, 243, .25), rgba(243, 234, 216, .76)),
    radial-gradient(circle at 78% 20%, rgba(200,154,47,.14), transparent 24rem);
}

.sample-block .actions {
  margin: 1.1rem 0 .5rem;
}

.sample-image img {
  object-fit: contain;
  padding: .75rem;
  background: #f4ead8;
}

.process-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.process-grid article {
  display: grid;
  gap: .65rem;
  padding: 1rem;
}

.journey-gallery-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.section-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(200, 154, 47, .22);
  border-radius: 12px;
  background:
    radial-gradient(circle at left, rgba(200,154,47,.16), transparent 18rem),
    rgba(255, 252, 247, .86);
}

.section-cta p {
  margin: 0;
  color: var(--papyrus);
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 700;
}

.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .75rem;
}

.feature-list.two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.1rem;
}

.feature-list li {
  position: relative;
  padding-left: 1.35rem;
  color: #574837;
  line-height: 1.55;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: .55rem;
  height: .55rem;
  border: 1px solid rgba(200, 154, 47, .7);
  transform: rotate(45deg);
  background: rgba(200, 154, 47, .16);
}

.occasion-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.occasion-grid article {
  min-height: 112px;
  display: grid;
  align-content: center;
  padding: 1.05rem;
  color: var(--papyrus);
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 700;
}

.occasion-grid article::before {
  content: "";
  width: 2.3rem;
  height: 2px;
  margin-bottom: .85rem;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.trust-card-grid {
  display: grid;
  gap: .75rem;
  margin-top: 1.25rem;
}

.trust-card-grid article {
  display: grid;
  gap: .2rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(200, 154, 47, .18);
  border-radius: 12px;
  background: rgba(255, 252, 247, .72);
}

.trust-card-grid strong {
  color: var(--papyrus);
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
}

.trust-card-grid span {
  color: var(--muted);
  line-height: 1.55;
}

.final-cta {
  padding-top: 3rem;
}

.final-cta-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 1rem;
  justify-items: center;
  padding: clamp(1.6rem, 5vw, 3rem);
  border: 1px solid rgba(160, 144, 116, .2);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 0%, rgba(200,154,47,.22), transparent 18rem),
    linear-gradient(135deg, rgba(200,154,47,.12), rgba(255, 252, 247, .96) 56%),
    rgba(255, 252, 247, .96);
  text-align: center;
  box-shadow: 0 28px 90px rgba(112, 88, 34, .1);
}

.final-cta-panel h2,
.final-cta-panel p {
  max-width: 760px;
}

.final-cta-panel p {
  margin: 0;
}

.actions, .toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  align-items: center;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  min-width: 0;
  max-width: 100%;
  padding: .85rem 1.2rem;
  border: 1px solid rgba(200, 154, 47, .32);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--gold), #c5a059);
  color: #fffdf9;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .78rem;
  text-align: center;
  white-space: normal;
}

.button.ghost {
  background: transparent;
  color: var(--papyrus);
}

.button.small { min-height: 40px; padding: .55rem .9rem; }
.button.full { width: 100%; }
.button:disabled { opacity: .65; cursor: wait; }
.text-link { color: var(--gold-soft); font-weight: 700; }

.create-page {
  padding-top: 3rem;
}

.create-page .wrap {
  max-width: 920px;
}

.create-page h1 {
  font-size: clamp(2.05rem, 4vw, 3.25rem);
  margin-bottom: .6rem;
}

.create-page h2 {
  font-size: 1.25rem;
  margin-bottom: .75rem;
}

.create-page h3 {
  font-size: 1.05rem;
  margin-bottom: .35rem;
}

.create-page p,
.create-page label,
.create-page input,
.create-page textarea,
.create-page select {
  font-size: .95rem;
}

.create-page .muted {
  max-width: 68ch;
  color: #6f6250;
}

.create-page .fine {
  font-size: .82rem;
  line-height: 1.45;
}

.create-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, .8fr);
  gap: 1rem;
  align-items: start;
  padding: 1.25rem;
  margin-bottom: 1rem;
}

.create-progress {
  padding: .95rem 1rem;
  border: 1px solid rgba(160, 144, 116, .16);
  border-radius: 10px;
  background: rgba(255, 250, 243, .8);
}

.create-progress span {
  display: block;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .68rem;
  font-weight: 700;
  margin-bottom: .35rem;
}

.create-progress strong {
  display: block;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 1.15rem;
  color: var(--papyrus);
  margin-bottom: .5rem;
}

.create-progress p {
  margin: 0;
}

.create-page .validation-summary-errors {
  margin: .75rem 0 0;
  padding: .9rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(182, 91, 91, .35);
  background: rgba(182, 91, 91, .08);
  color: #7f2f2f;
}

.create-page .validation-summary-errors ul {
  margin: .35rem 0 0;
  padding-left: 1.2rem;
}

.create-page .validation-summary-errors li {
  margin: .25rem 0;
}

.create-page .form-step {
  padding: .9rem;
  margin: 1rem 0;
}

.create-page label {
  margin: .85rem 0;
  color: var(--papyrus);
  font-weight: 600;
}

.create-page input,
.create-page textarea,
.create-page select {
  margin-top: .35rem;
  padding: .72rem .85rem;
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
}

.create-page textarea {
  min-height: 116px;
}

.create-page .button {
  min-height: 44px;
  padding: .72rem 1rem;
  font-size: .72rem;
  letter-spacing: .16em;
}

.create-page .button.small {
  min-height: 36px;
  padding: .5rem .75rem;
}

.create-page .button.full {
  min-height: 48px;
}

.papyrus-preview {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  margin-top: 1rem;
  border: 1px solid rgba(160, 144, 116, .18);
  border-radius: 12px;
  background: #f3ead8;
  box-shadow: 0 18px 48px rgba(112, 88, 34, .08);
}

.papyrus-preview img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .92;
}

.papyrus-preview-overlay {
  position: relative;
  z-index: 1;
  display: grid;
  gap: .35rem;
  min-height: 220px;
  align-content: end;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(243, 234, 216, .1), rgba(243, 234, 216, .9));
}

.papyrus-preview-overlay h3 {
  margin: 0;
  font-size: 1.25rem;
}

.papyrus-line {
  max-width: 20ch;
  margin: 0;
  color: var(--papyrus);
  font-family: "Noto Serif", Georgia, serif;
  font-size: 1rem;
  line-height: 1.45;
}

.artifact, .panel, .price, .reveal-card {
  border: 1px solid rgba(160, 144, 116, .18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(200,154,47,.08), transparent 42%),
    rgba(255, 251, 245, .96);
  box-shadow: 0 24px 80px rgba(112, 88, 34, .08);
}

.artifact {
  min-height: 420px;
  display: grid;
  place-items: center;
  padding: 2rem;
  text-align: center;
}

.image-artifact {
  position: relative;
  overflow: hidden;
  padding: 0;
  align-items: end;
  background: #f3ead8;
}

.image-artifact img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
  background: #f3ead8;
}

.image-artifact::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(243, 234, 216, .86));
}

.artifact-caption {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1.4rem;
  text-align: left;
}

.artifact-caption p {
  margin: 0;
}

.artifact-caption .eyebrow {
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .24em;
}

.artifact-caption p:not(.eyebrow) {
  max-width: 28ch;
  color: #2d2418;
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 700;
  line-height: 1.45;
  text-shadow: 0 1px 0 rgba(255, 250, 240, .28);
}

.hero-caption-rotator {
  position: relative;
  min-height: 7.6rem;
}

.hero-caption-item {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: end;
  gap: .4rem;
  opacity: 0;
  animation: heroCaptionSwap 16s infinite;
}

.hero-caption-item:first-child {
  opacity: 1;
}

.hero-caption-item:nth-child(1) { animation-delay: 0s; }
.hero-caption-item:nth-child(2) { animation-delay: 4s; }
.hero-caption-item:nth-child(3) { animation-delay: 8s; }
.hero-caption-item:nth-child(4) { animation-delay: 12s; }

.sequence-artifact {
  min-height: 420px;
  display: grid;
  align-items: end;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 251, 244, .2), rgba(243, 234, 216, .92)),
    #f3ead8;
}

.hero-shot {
  min-height: 460px;
  background:
    radial-gradient(circle at top, rgba(200,154,47,.12), transparent 24rem),
    linear-gradient(180deg, #f6ecda 0%, #eadcc1 100%);
}

.hero-rotator {
  position: relative;
  isolation: isolate;
}

.hero-rotator-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: heroSwap 14s infinite;
}

.hero-rotator-slide:nth-child(1) {
  animation-delay: 0s;
}

.hero-rotator-slide:nth-child(2) {
  animation-delay: 7s;
}

.hero-rotator-slide:first-child {
  opacity: 1;
}

.hero-rotator .artifact-caption {
  background: linear-gradient(180deg, transparent 10%, rgba(243, 234, 216, .92));
}

.hero-shot img,
.hero-rotator-slide img {
  object-fit: contain;
  object-position: center;
  padding: 1rem;
  background: transparent;
}

.sequence-artifact-inner {
  width: 100%;
  padding: 2rem;
}

.sequence-artifact-stack {
  display: grid;
  gap: .75rem;
  margin-top: 1rem;
}

.sequence-artifact-stack article {
  padding: .95rem 1rem;
  border: 1px solid rgba(160, 144, 116, .22);
  border-radius: 8px;
  background: rgba(255, 252, 247, .92);
}

.sequence-artifact-stack strong,
.sequence-artifact-stack span {
  display: block;
}

.sequence-artifact-stack strong {
  color: var(--gold-soft);
  margin-bottom: .25rem;
}

.seal {
  width: 120px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0 auto 1.2rem;
  border: 1px solid rgba(233, 195, 73, .6);
  border-radius: 50%;
  color: var(--gold);
  font-family: "Noto Serif", serif;
  font-size: 1.8rem;
  box-shadow: 0 0 36px rgba(200,154,47,.18);
}

.seal.large { width: 160px; font-size: 2.5rem; }
.seal.open { animation: glow 1.3s ease-in-out infinite alternate; }

.panel, .price { padding: 1.4rem; }
.steps li { margin: .75rem 0; }

.step-header {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
}

.step-header > div {
  min-width: 0;
}

.create-page .step-header h2,
.create-page .step-header h3 {
  margin-bottom: .1rem;
}

.create-page .step-header .eyebrow {
  margin-bottom: .25rem;
}

.create-page .sequence-step .message {
  max-width: none;
}

.sequence-builder {
  display: grid;
  gap: 1rem;
}

.sequence-builder-actions {
  display: grid;
  gap: .6rem;
  margin-top: 1rem;
}

.sequence-add-button {
  display: grid;
  gap: .2rem;
  width: 100%;
  padding: 1rem 1.1rem;
  border: 1px dashed rgba(200, 154, 47, .46);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(200,154,47,.12), rgba(255, 250, 243, .96) 58%),
    rgba(255, 252, 247, .96);
  color: var(--papyrus);
  text-align: left;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.sequence-add-button span {
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .68rem;
  font-weight: 800;
}

.sequence-add-button strong {
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1.3;
}

.sequence-add-button:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(200, 154, 47, .74);
  box-shadow: 0 16px 36px rgba(112, 88, 34, .08);
}

.sequence-add-button:disabled {
  opacity: .72;
  cursor: not-allowed;
}

.sequence-step {
  padding: 1rem;
  border: 1px solid rgba(160, 144, 116, .18);
  border-radius: 8px;
  background: rgba(255, 252, 247, .92);
}

.sequence-step h3 {
  margin: 0;
  color: var(--papyrus);
}

.sequence-step label:last-child {
  margin-bottom: 0;
}

.voice-recorder {
  display: grid;
  gap: .85rem;
}

.voice-recorder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.voice-recorder-actions .button {
  flex: 1 1 180px;
}

.voice-recorder-status {
  padding: .85rem .95rem;
  border: 1px solid rgba(160, 144, 116, .16);
  border-radius: 10px;
  background: rgba(255, 252, 247, .78);
}

.voice-recorder-status .fine {
  margin: 0;
}

.thank-you-page {
  position: relative;
}

.thank-you-shell {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 1.4rem;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  background:
    radial-gradient(circle at top, rgba(200,154,47,.18), transparent 18rem),
    linear-gradient(135deg, rgba(200,154,47,.1), rgba(255, 251, 245, .98) 48%),
    rgba(255, 251, 245, .98);
}

.thank-you-shell::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(200, 154, 47, .16);
  pointer-events: none;
}

.thank-you-seal {
  width: 88px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border: 1px solid rgba(200,154,47,.42);
  border-radius: 50%;
  color: var(--gold);
  font-family: "Noto Serif", Georgia, serif;
  font-size: 2rem;
  box-shadow: 0 0 32px rgba(200,154,47,.14);
}

.thank-you-shell h1 {
  margin-bottom: 0;
  text-align: center;
  font-size: clamp(2.1rem, 5vw, 3.5rem);
}

.thank-you-lead {
  max-width: 44rem;
  margin: 0 auto;
  color: #5f513d;
  text-align: center;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.thank-you-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.thank-you-card {
  display: grid;
  gap: .75rem;
  padding: 1.15rem;
  border: 1px solid rgba(160, 144, 116, .18);
  border-radius: 12px;
  background: rgba(255, 252, 247, .84);
}

.thank-you-steps {
  margin: 0;
  padding-left: 1.2rem;
}

.thank-you-steps li {
  margin: .7rem 0;
  color: #594a37;
}

.thank-you-status {
  font-size: 1rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.thank-you-foot {
  padding-top: .2rem;
  text-align: center;
}

.demo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 1.25rem;
  align-items: start;
  margin-bottom: 1.5rem;
}

.demo-meta-list {
  margin: .75rem 0 0;
  padding-left: 1.1rem;
  color: var(--papyrus);
}

.demo-layout {
  display: grid;
  grid-template-columns: minmax(240px, .38fr) minmax(0, .62fr);
  gap: 1.25rem;
}

.demo-layout-single {
  grid-template-columns: minmax(0, 1fr);
}

.demo-rail {
  display: grid;
  gap: .75rem;
  align-content: start;
}

.demo-chip {
  display: grid;
  gap: .35rem;
  width: 100%;
  padding: 1rem;
  border: 1px solid rgba(160, 144, 116, .18);
  border-radius: 8px;
  background: rgba(255, 252, 247, .92);
  text-align: left;
  color: var(--papyrus);
  cursor: pointer;
}

.demo-chip span {
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .7rem;
  font-weight: 700;
}

.demo-chip strong {
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1.2;
}

.demo-chip.active {
  background: linear-gradient(180deg, rgba(200,154,47,.14), rgba(255, 252, 247, .98));
  border-color: rgba(200,154,47,.4);
}

.final-chip {
  opacity: .96;
}

.demo-stage {
  display: grid;
  gap: 1rem;
}

.demo-stage-actions {
  position: sticky;
  top: 1rem;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  align-items: center;
  padding: .9rem 1rem;
  border: 1px solid rgba(160, 144, 116, .16);
  border-radius: 10px;
  background: rgba(255, 252, 247, .94);
  backdrop-filter: blur(10px);
}

.demo-stage-actions .button,
.demo-stage-actions a.button {
  flex: 1 1 0;
  min-width: 0;
}

.demo-stage-visual {
  display: grid;
  grid-template-columns: minmax(300px, .92fr) minmax(0, 1.08fr);
  gap: 1rem;
  align-items: start;
  animation: demoStageEnter .55s cubic-bezier(.2, .75, .2, 1) both;
}

.demo-stage-shot {
  overflow: hidden;
  border: 1px solid rgba(160, 144, 116, .18);
  border-radius: 12px;
  background: #f7efe1;
  box-shadow: 0 24px 70px rgba(112, 88, 34, .08);
}

.demo-stage-shot img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.demo-stage-copy {
  display: grid;
  gap: .75rem;
  align-content: start;
  animation: demoCopyEnter .6s cubic-bezier(.2, .75, .2, 1) both;
}

.demo-stage-head {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
}

.demo-counter {
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .75rem;
  font-weight: 700;
  white-space: nowrap;
}

.demo-preview {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .75rem;
}

.demo-preview-card {
  display: grid;
  gap: .35rem;
  padding: .9rem;
  border: 1px solid rgba(160, 144, 116, .16);
  border-radius: 8px;
  background: rgba(255, 252, 247, .78);
  color: var(--papyrus);
}

.demo-preview-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(160, 144, 116, .16);
  border-radius: 8px;
  object-fit: cover;
  object-position: top center;
  background: #f7efe1;
}

.demo-preview-card span {
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .68rem;
  font-weight: 700;
}

.demo-preview-card strong {
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  line-height: 1.15;
}

.demo-preview-card p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

.demo-preview-card.active {
  border-color: rgba(200,154,47,.42);
  background: rgba(200,154,47,.08);
}

.demo-artifact {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
  gap: 1rem;
  align-items: stretch;
}

.demo-artifact-frame {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid rgba(160, 144, 116, .18);
  border-radius: 12px;
  background: #f3ead8;
  box-shadow: 0 24px 70px rgba(112, 88, 34, .1);
}

.demo-artifact-image {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: contain;
  display: block;
  padding: 1rem;
  background: #f3ead8;
  opacity: .96;
}

.demo-artifact-copy {
  display: grid;
  gap: .8rem;
  padding: 1rem;
  border: 1px solid rgba(160, 144, 116, .16);
  border-radius: 12px;
  background: rgba(255, 252, 247, .94);
}

.demo-artifact-copy h2 {
  margin-bottom: 0;
  font-size: 1.45rem;
}

.demo-artifact-copy p {
  margin: 0;
  color: var(--papyrus);
}

.demo-artifact-note {
  display: grid;
  gap: .3rem;
  padding: .8rem .9rem;
  border: 1px solid rgba(160, 144, 116, .14);
  border-radius: 10px;
  background: rgba(255, 250, 243, .84);
}

.sequence-admin-list {
  display: grid;
  gap: .75rem;
  margin: 1rem 0;
}

.sequence-admin-card {
  padding: .9rem;
  border: 1px solid rgba(160, 144, 116, .16);
  border-radius: 8px;
  background: rgba(255, 252, 247, .9);
}

.sequence-admin-card .message {
  margin: .25rem 0 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.5rem;
}

.tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.journey-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.journey-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 250, 244, .94);
  box-shadow: 0 20px 60px rgba(112, 88, 34, .08);
}

.journey-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  object-position: top center;
  background: #f7efe1;
}

.journey-card-copy {
  display: grid;
  gap: .45rem;
  padding: 1rem;
}

.journey-card-copy strong,
.journey-card-copy span {
  display: block;
}

.journey-card-copy strong {
  color: var(--papyrus);
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.journey-card-copy span {
  color: var(--muted);
  line-height: 1.6;
}

.tiles article {
  min-height: 150px;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 244, .92);
}

.tiles strong, .tiles span { display: block; }
.tiles strong { color: var(--gold-soft); margin-bottom: .6rem; }
.amount { color: var(--gold-soft); font-size: 4rem; font-weight: 800; }
.faq { max-width: 840px; }

.artifact-story {
  border-block: 1px solid rgba(160, 144, 116, .14);
  background: rgba(255, 250, 243, .74);
}

.image-panel {
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(127, 118, 103, .16);
  background: #f7efe1;
  box-shadow: 0 24px 80px rgba(112, 88, 34, .08);
}

.image-panel img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.reveal-shell {
  height: 100svh;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1rem;
  overflow: hidden;
}

.reveal-card {
  position: relative;
  overflow: hidden;
  width: min(720px, 100%);
  height: min(620px, calc(100svh - 2rem));
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) 72px;
  align-content: stretch;
  justify-items: center;
  gap: 1rem;
  padding: clamp(1.2rem, 4vw, 3rem);
  text-align: center;
}

.reveal-card.final-reveal {
  width: min(980px, 100%);
  height: min(620px, calc(100svh - 2rem));
  overflow: hidden;
  grid-template-rows: auto;
  align-content: start;
  padding: clamp(1rem, 3vw, 2rem);
}

.reveal-card h1 {
  font-size: clamp(2rem, 5vw, 1rem);
}

.reveal-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(200,154,47,.16), transparent 22%),
    conic-gradient(from 20deg, transparent, rgba(200,154,47,.12), transparent 34%);
  opacity: .42;
  transform: rotate(8deg);
}

.reveal-card > * {
  position: relative;
  z-index: 1;
}

.reveal-content {
  grid-row: 2;
  width: min(100%, 620px);
  min-height: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 1rem;
}

.reveal-action {
  grid-row: 3;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
}

.reveal-action .button {
  min-width: min(100%, 260px);
}

.lottie-seal {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(320px, 72vw);
  aspect-ratio: 1;
  opacity: .34;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.lottie-fallback {
  border: 1px solid rgba(200,154,47,.28);
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(200,154,47,.16);
}

.animation-fallback h1,
.animation-fallback .lead,
.animation-fallback .message,
.animation-fallback .signature,
.animation-fallback .button {
  opacity: 1;
}

.message {
  max-width: 56ch;
  white-space: pre-wrap;
  color: #6a5531;
}

.signature { color: var(--gold-soft); font-weight: 700; }

.memory-placeholder {
  width: 100%;
  height: 100%;
  min-height: 260px;
  display: grid;
  place-items: center;
  border: 1px dashed var(--gold);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 250, 243, .75);
}

.final-image {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  border-radius: 0;
  border: 0;
}

.final-artifact {
  width: min(860px, 100%);
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(160, 144, 116, .18);
  background: linear-gradient(180deg, rgba(255, 252, 247, .96), rgba(246, 239, 224, .98));
}

.demo-final-artifact {
  height: 100%;
  width: min(920px, 100%);
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  align-items: stretch;
  overflow: hidden;
}

.demo-final-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: .65rem;
  text-align: left;
  padding: clamp(.5rem, 2vw, 1.2rem);
  min-height: 0;
  height: 100%;
  overflow: hidden;
}

.demo-final-copy .artifact-closeup {
  margin-bottom: .15rem;
}

.demo-final-copy .button {
  margin-top: 0;
}

.final-artifact .artifact-main {
  position: relative;
  aspect-ratio: 4 / 5;
  max-height: 100%;
  min-height: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #f3ead8;
}

.final-artifact .artifact-main::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(200, 154, 47, .12), inset 0 -80px 120px rgba(200, 154, 47, .08);
}

.final-artifact .artifact-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
  background: #f3ead8;
}

.final-artifact .artifact-closeup {
  width: 6rem;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(160, 144, 116, .28);
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 30%, rgba(200,154,47,.24), transparent 42%),
    linear-gradient(135deg, rgba(200,154,47,.10), rgba(255, 249, 240, .98));
  color: var(--gold);
  font-family: "Noto Serif", serif;
  font-size: .85rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.final-artifact .artifact-closeup img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.artifact-closeup-mark {
  padding-left: .18em;
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

.final-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  text-align: left;
}

.form-step {
  margin: 1.2rem 0;
  padding: 1rem;
  border: 1px solid rgba(160, 144, 116, .18);
  border-radius: 8px;
  background: rgba(255, 252, 247, .85);
}

.sequence-step .button.small,
.demo-chip,
.demo-preview-card,
.sequence-admin-card {
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.sequence-step .button.small:hover,
.demo-chip:hover {
  transform: translateY(-1px);
}

.check {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  color: var(--papyrus);
}

.check input { width: 20px; min-height: 20px; margin-top: .2rem; }
.honeypot { position: absolute; left: -9999px; }
.alert { padding: .9rem; border: 1px solid var(--danger); border-radius: 8px; color: #ffdede; }
.success { color: var(--success); }
.status { color: var(--gold-soft); font-weight: 700; }
.table-wrap { overflow-x: auto; }

.legal-page {
  min-height: 70vh;
}

.legal-page .brand-lockup {
  margin-bottom: 1rem;
}

.legal-panel {
  display: grid;
  gap: 1.05rem;
  margin-top: 1.25rem;
  padding: clamp(1.15rem, 4vw, 2rem);
}

.legal-panel h1 {
  font-size: clamp(2.3rem, 6vw, 4.4rem);
  overflow-wrap: anywhere;
}

.legal-panel h2 {
  margin: 1rem 0 0;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.18;
}

.legal-panel p {
  margin: 0;
  max-width: 68ch;
  color: #5d4e3a;
}

.legal-panel .feature-list {
  max-width: 68ch;
}

.legal-panel .text-link {
  overflow-wrap: anywhere;
}

.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1rem;
}

.site-footer {
  border-top: 1px solid rgba(160, 144, 116, .18);
  background:
    radial-gradient(circle at 10% 0%, rgba(200,154,47,.12), transparent 18rem),
    rgba(255, 250, 243, .86);
}

.site-footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 0;
}

.site-footer strong {
  color: #203942;
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.site-footer p {
  max-width: 38rem;
  margin: .25rem 0 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.55;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  justify-content: flex-end;
}

.site-footer a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .45rem .7rem;
  border: 1px solid rgba(200, 154, 47, .16);
  border-radius: 999px;
  background: rgba(255, 252, 247, .62);
  color: var(--papyrus);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer a:hover {
  border-color: rgba(200, 154, 47, .38);
  background: rgba(255, 252, 247, .9);
  color: var(--gold);
}

.preload-landing {
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(200,154,47,.10), transparent 30rem),
    linear-gradient(180deg, #fcf8f1 0%, #f2eadb 100%);
}

#blazor-error-ui {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: .8rem;
  background: var(--danger);
  color: #fffdf9;
}

@keyframes glow {
  from { box-shadow: 0 0 28px rgba(200,154,47,.24); transform: scale(1); }
  to { box-shadow: 0 0 80px rgba(223,184,94,.50); transform: scale(1.03); }
}

@keyframes heroCaptionSwap {
  0%, 18% {
    opacity: 1;
    transform: translateY(0);
  }
  23%, 100% {
    opacity: 0;
    transform: translateY(8px);
  }
}

@keyframes heroSwap {
  0%, 42% {
    opacity: 1;
    transform: scale(1);
  }
  48%, 94% {
    opacity: 0;
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes demoStageEnter {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes demoCopyEnter {
  from {
    opacity: 0;
    transform: translateX(12px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 780px) {
  html,
  body {
    overflow-x: clip;
  }

  .hero-grid, .split, .price-wrap, .tiles, .journey-gallery,
  .benefit-grid, .process-grid, .occasion-grid,
  .feature-list.two-column {
    grid-template-columns: 1fr;
  }

  .hero { min-height: auto; padding: 2.4rem 0 3rem; }
  .section { padding: 3rem 0; }
  .brand-lockup {
    width: 100%;
    border-radius: 16px;
  }
  .brand-lockup-mark {
    width: 52px;
  }
  .brand-lockup strong {
    font-size: 1rem;
  }
  .hero-copy h1 {
    max-width: none;
    font-size: clamp(2.45rem, 14vw, 3.5rem);
  }
  .trust-line {
    max-width: 100%;
    border-radius: 12px;
  }
  .artifact { min-height: 280px; }
  .hero-shot {
    min-height: 340px;
  }
  .hero-rotator {
    min-height: 320px;
  }
  .hero-caption-rotator {
    min-height: 8.8rem;
  }
  .section-head { align-items: start; flex-direction: column; }
  h1 { font-size: 3.2rem; }
  h2 { font-size: clamp(2rem, 11vw, 2.75rem); }
  .sequence-artifact { min-height: 320px; }
  .demo-hero,
  .demo-layout,
  .demo-preview,
  .demo-stage-visual {
    grid-template-columns: 1fr;
  }
  .demo-preview {
    grid-template-columns: 1fr;
  }
  .thank-you-grid {
    grid-template-columns: 1fr;
  }
  .demo-stage-head {
    flex-direction: column;
  }
  .demo-rail {
    order: 0;
    grid-auto-flow: column;
    grid-auto-columns: minmax(168px, 1fr);
    overflow-x: auto;
    align-items: stretch;
    padding-bottom: .2rem;
  }
  .demo-chip {
    min-height: 100%;
  }
  .demo-artifact {
    grid-template-columns: 1fr;
  }
  .demo-artifact-frame,
  .demo-artifact-image {
    min-height: 320px;
  }
  .create-hero {
    grid-template-columns: 1fr;
  }
  .create-page {
    padding-top: 2rem;
  }
  .reveal-card {
    height: calc(100svh - 2rem);
    padding: 1rem;
  }
  .reveal-card h1 { font-size: clamp(2rem, 12vw, 3.2rem); }
  .reveal-content { min-height: 0; }
  .reveal-card.final-reveal {
    height: calc(100svh - 2rem);
    min-height: 0;
  }
  .final-meta { grid-template-columns: 1fr; text-align: center; }
  .final-artifact .artifact-closeup { margin: 0 auto; }
  .final-actions .button { width: 100%; }
  .demo-final-artifact {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
  }
  .demo-final-copy {
    align-items: center;
    text-align: center;
    gap: .6rem;
    padding: .75rem 0 0;
  }
  .demo-final-copy .button {
    width: 100%;
  }
  .demo-final-copy .artifact-closeup { display: none; }
  .demo-final-copy h1 {
    margin-bottom: .2rem;
    font-size: clamp(1.7rem, 8vw, 2.5rem);
  }
  .demo-final-copy p { margin-block: .25rem; }
  .actions,
  .demo-stage-actions,
  .section-cta {
    width: 100%;
  }

  .demo-stage-actions {
    padding: .75rem;
  }

  .actions .button,
  .actions a.button,
  .demo-stage-actions .button,
  .demo-stage-actions a.button,
  .section-cta .button {
    flex: 1 1 100%;
  }
  .section-cta {
    align-items: stretch;
  }
  .site-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .site-footer nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
    width: 100%;
  }
  .site-footer a {
    width: 100%;
    border-radius: 10px;
    text-align: center;
  }
  .legal-page {
    padding-top: 2rem;
  }
  .legal-panel {
    gap: .9rem;
    margin-top: .75rem;
    padding: 1rem;
    border-radius: 12px;
  }
  .legal-panel h1 {
    font-size: clamp(2rem, 12vw, 2.8rem);
  }
  .legal-panel h2 {
    margin-top: .75rem;
    font-size: 1.25rem;
  }
  .legal-panel p,
  .legal-panel li {
    font-size: .95rem;
    line-height: 1.65;
  }
  .legal-panel .feature-list {
    gap: .6rem;
  }
  .legal-actions .button {
    flex: 1 1 100%;
  }
  .benefit-card {
    min-height: auto;
  }
  .process-grid article,
  .occasion-grid article {
    min-height: auto;
  }
  .final-cta {
    padding-top: 2rem;
  }
  .step-header {
    flex-direction: column;
  }
  .create-page .button.full {
    width: 100%;
  }
}

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