:root {
  --paper: #f1eee7;
  --paper-warm: #e8e0d3;
  --paper-blue: #e8eef3;
  --sheet: rgba(250, 248, 243, .9);
  --ink: #181816;
  --ink-soft: #4e4a44;
  --ink-faint: #6d675f;
  --blue: #334fc5;
  --blue-soft: #7e91d5;
  --blood: #812d31;
  --rule: rgba(24, 24, 22, .2);
  --rule-strong: rgba(24, 24, 22, .42);
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --gut: clamp(1.15rem, 4vw, 4.5rem);
  --max: 1580px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  color-scheme: light;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: var(--paper);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(ellipse at 82% 4%, rgba(71, 103, 164, .13), transparent 31rem),
    radial-gradient(ellipse at 7% 26%, rgba(130, 70, 50, .07), transparent 26rem),
    var(--paper);
  font-family: var(--body);
  font-size: clamp(15px, .28vw + 14px, 18px);
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

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

::selection { color: white; background: var(--blue); }

a { color: inherit; text-decoration: none; }

a:not(.brand):not(.choice) {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 22% 1px;
  transition: color .25s ease, background-size .45s var(--ease), transform .35s var(--ease);
}

a:not(.brand):not(.choice):hover,
a:not(.brand):not(.choice):focus-visible {
  color: var(--blue);
  background-position: 0 100%;
  background-size: 100% 2px;
}

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

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

[hidden] { display: none !important; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 2000;
  top: .8rem;
  left: var(--gut);
  padding: .7rem 1rem;
  color: white;
  background: var(--ink);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  transform: translateY(-180%);
  transition: transform .2s;
}

.skip-link:focus { transform: none; }

.mark-field {
  position: fixed;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .56;
}

.site-head,
main,
footer {
  position: relative;
  z-index: 10;
}

.site-head {
  position: sticky;
  z-index: 300;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 5rem;
  padding: 1rem var(--gut);
  border-bottom: 1px solid var(--rule);
  background: rgba(241, 238, 231, .86);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: baseline;
  gap: .65rem;
  white-space: nowrap;
}

.brand strong {
  font-family: var(--display);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  font-weight: 600;
  line-height: 1;
}

.brand span,
.site-head nav a {
  color: var(--ink-soft);
  font-size: .63rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.site-head nav { display: flex; gap: clamp(1rem, 3vw, 2.5rem); }

.agreement-hero,
.working-agreement,
.form-shell,
footer {
  width: min(100%, var(--max));
  margin-inline: auto;
  padding-inline: var(--gut);
}

.agreement-hero {
  position: relative;
  contain: paint;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(18rem, .58fr);
  gap: clamp(3rem, 8vw, 10rem);
  align-items: end;
  min-height: min(54rem, calc(100svh - 5rem));
  padding-top: clamp(5rem, 10vw, 11rem);
  padding-bottom: clamp(4rem, 8vw, 8rem);
}

.agreement-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 7%;
  right: -11vw;
  width: min(48rem, 55vw);
  aspect-ratio: 1.35;
  border: clamp(.7rem, 1.5vw, 1.4rem) solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(57, 73, 107, .12),
    inset 2rem 1rem 5rem rgba(87, 121, 163, .09);
  transform: rotate(-17deg);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.5rem;
  color: var(--blue);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.eyebrow::after {
  content: "";
  width: clamp(2rem, 7vw, 7rem);
  height: 2px;
  background: currentColor;
  transform: rotate(-1deg);
}

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.035em;
}

h1 {
  max-width: 11ch;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  font-size: clamp(4.3rem, 10.5vw, 10.5rem);
  line-height: .78;
  letter-spacing: -.065em;
}

h1 em { color: var(--blood); font-weight: 400; }

.hero-lede {
  max-width: 48rem;
  margin-bottom: 0;
  color: #34312d;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.3vw, 2.15rem);
  line-height: 1.35;
}

.hero-note {
  position: relative;
  margin-bottom: .5rem;
  padding: 2rem 0 0 2rem;
  border-top: 1px solid var(--rule-strong);
}

.hero-note::before {
  content: "";
  position: absolute;
  left: .45rem;
  top: 1.1rem;
  width: 1px;
  height: calc(100% + 3rem);
  background: var(--blood);
  transform: rotate(4deg);
  transform-origin: top;
}

.hero-note p { margin: 0; color: #3d3934; line-height: 1.8; }
.note-number { color: var(--blood); font-size: .65rem; font-weight: 600; letter-spacing: .2em; }

.working-agreement {
  padding-top: clamp(5rem, 9vw, 10rem);
  padding-bottom: clamp(5rem, 10vw, 11rem);
  border-top: 1px solid var(--rule);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(10rem, .55fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
  margin-bottom: clamp(3rem, 7vw, 7rem);
}

.section-heading .eyebrow { margin-top: .8rem; }

.section-heading h2,
.form-intro h2,
.success-panel h2 {
  margin: 0;
  font-size: clamp(3.5rem, 7.2vw, 7.7rem);
  line-height: .85;
  letter-spacing: -.055em;
}

.agreement-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--rule-strong);
  border-left: 1px solid var(--rule);
}

.agreement-cards article {
  position: relative;
  min-height: 22rem;
  padding: clamp(2rem, 3.8vw, 4rem);
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: rgba(247, 244, 238, .56);
  transition: background .45s ease, transform .55s var(--ease);
}

.agreement-cards article:nth-child(even) { background: rgba(229, 235, 240, .45); }
.agreement-cards article:hover { z-index: 2; background: rgba(253, 251, 246, .92); transform: translateY(-.4rem); }

.agreement-cards article > span {
  display: block;
  margin-bottom: clamp(4rem, 7vw, 7rem);
  color: var(--blue);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .25em;
}

.agreement-cards h3 { margin-bottom: 1.1rem; font-size: clamp(1.65rem, 2.5vw, 2.4rem); }
.agreement-cards p { margin: 0; color: #47423d; font-size: .94rem; line-height: 1.75; }

.ownership-note {
  max-width: 59rem;
  margin: clamp(3rem, 6vw, 6rem) 0 0 auto;
  padding: 1.3rem 0 1.3rem clamp(1.2rem, 4vw, 4rem);
  border-left: 2px solid var(--blood);
  color: #443f39;
  font-family: var(--display);
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-style: italic;
  line-height: 1.45;
}

.form-shell {
  position: relative;
  padding-top: clamp(5rem, 10vw, 11rem);
  padding-bottom: clamp(6rem, 11vw, 12rem);
}

.form-shell::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 calc(50% - 50vw);
  background:
    linear-gradient(101deg, transparent 0 11%, rgba(69, 101, 145, .08) 11.2% 11.5%, transparent 11.7% 100%),
    linear-gradient(179deg, var(--paper-blue), #eef0ed 46%, var(--paper-warm));
  clip-path: polygon(0 2%, 12% 0, 32% 3%, 48% .8%, 66% 2.4%, 84% .4%, 100% 2.6%, 100% 100%, 0 100%);
}

.form-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, .55fr);
  gap: clamp(3rem, 8vw, 10rem);
  align-items: end;
  margin-bottom: clamp(4rem, 8vw, 8rem);
}

.form-intro > p {
  margin-bottom: .3rem;
  color: #48443f;
  line-height: 1.8;
}

.form-intro > p span { color: var(--blood); font-weight: 700; }

form {
  display: grid;
  gap: clamp(2rem, 4vw, 4.5rem);
  max-width: 1220px;
  margin-inline: auto;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  opacity: 0 !important;
}

.form-section {
  min-width: 0;
  margin: 0;
  padding: clamp(2rem, 5vw, 5rem);
  border: 1px solid rgba(24, 24, 22, .25);
  background:
    linear-gradient(132deg, rgba(255,255,255,.76), rgba(250,247,239,.61)),
    var(--sheet);
  box-shadow: 0 2rem 6rem rgba(56, 49, 40, .08);
}

.form-section:nth-of-type(even) { transform: rotate(.16deg); }
.form-section:nth-of-type(odd) { transform: rotate(-.12deg); }

.form-section legend {
  display: block;
  width: 100%;
  margin: 0 0 clamp(2.5rem, 5vw, 5rem);
  padding: 0 0 1.2rem;
  border-bottom: 1px solid var(--rule-strong);
  font-family: var(--display);
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.035em;
}

.form-section legend span {
  display: inline-block;
  margin-right: 1.1rem;
  color: var(--blue);
  font-family: var(--body);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .22em;
  vertical-align: .45em;
}

.field-grid { display: grid; gap: clamp(2rem, 4vw, 3.5rem); }
.field-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.field { display: grid; gap: .65rem; }

.field label {
  color: #3d3934;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.field label span,
.choice-block h3 > span { color: var(--blood); }

.field input,
.field textarea {
  width: 100%;
  padding: .9rem .15rem 1rem;
  color: var(--ink);
  border: 0;
  border-bottom: 1px solid var(--rule-strong);
  border-radius: 0;
  background: transparent;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .25s ease, background .25s ease;
}

.field textarea {
  min-height: 10rem;
  padding: 1.1rem;
  border: 1px solid var(--rule);
  resize: vertical;
}

.field input:hover,
.field textarea:hover { border-color: var(--ink); }
.field input:focus,
.field textarea:focus { outline: 0; border-color: var(--blue); background: rgba(255, 255, 255, .38); }
.field textarea::placeholder { color: #79736b; font-weight: 400; }

.field-note,
.section-help,
.choice-block > p {
  margin: .25rem 0 0;
  color: #625d56;
  font-size: .82rem;
  line-height: 1.6;
}

.field--wide { margin-top: clamp(3rem, 6vw, 6rem); }

.choice-block h3,
.permission-row h3 {
  margin: 0 0 .5rem;
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  line-height: 1.2;
  letter-spacing: -.02em;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1.6rem;
  padding: 1px;
  background: var(--rule);
}

.choice {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  min-height: 8rem;
  padding: 1.35rem;
  background: rgba(250, 248, 243, .86);
  cursor: pointer;
  transition: color .25s ease, background .3s ease, transform .4s var(--ease);
}

.choice:hover { z-index: 1; background: white; transform: translateY(-2px); }
.choice:has(input:checked) { z-index: 2; color: white; background: var(--blue); }

.choice input,
.tick-list input {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  margin: .15rem 0 0;
  accent-color: var(--blue);
}

.choice strong { display: block; font-weight: 600; line-height: 1.35; }
.choice small { display: block; margin-top: .4rem; color: #625d56; font-size: .78rem; line-height: 1.5; }
.choice:has(input:checked) small { color: rgba(255, 255, 255, .78); }

.tick-list {
  display: grid;
  gap: 1px;
  margin-top: clamp(3rem, 6vw, 6rem);
  background: var(--rule);
}

.tick-list label {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.25rem 1.35rem;
  background: rgba(250, 248, 243, .86);
  cursor: pointer;
}

.tick-list label:hover { background: white; }
.tick-list label span { line-height: 1.6; }
.tick-list label b { color: var(--blood); }

.section-help { max-width: 45rem; margin: 0 0 2rem; }

.permission-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(19rem, .85fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  border-top: 1px solid var(--rule);
}

.permission-row:last-child { border-bottom: 1px solid var(--rule); }
.permission-row p { max-width: 41rem; margin: 0; color: #58524c; font-size: .9rem; }

.segmented {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--rule-strong);
}

.segmented label { position: relative; cursor: pointer; }
.segmented label + label { border-left: 1px solid var(--rule); }
.segmented input { position: absolute; opacity: 0; pointer-events: none; }

.segmented span {
  display: grid;
  place-items: center;
  min-height: 3.5rem;
  padding: .65rem;
  color: #4d4842;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease;
}

.segmented label:hover span { background: rgba(51, 79, 197, .08); }
.segmented input:checked + span { color: white; background: var(--blue); }
.segmented input:focus-visible + span { outline: 3px solid var(--blue); outline-offset: 4px; }

.form-section--confirm { position: relative; }
.confirm-copy { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(2rem, 5vw, 5rem); }
.confirm-copy p { margin: 0; color: #47423d; line-height: 1.8; }
.confirm-copy a { font-weight: 600; }
.tick-list--confirm { margin-top: 3rem; }
.signature-field { margin-top: 3rem; }

.privacy-note {
  margin-top: 3rem;
  border-block: 1px solid var(--rule-strong);
}

.privacy-note summary {
  position: relative;
  padding: 1.35rem 2.5rem 1.35rem 0;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.privacy-note summary::-webkit-details-marker { display: none; }
.privacy-note summary::after {
  content: "+";
  position: absolute;
  right: .25rem;
  top: 50%;
  color: var(--blue);
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 500;
  transform: translateY(-53%);
  transition: transform .35s var(--ease);
}

.privacy-note[open] summary::after { transform: translateY(-53%) rotate(45deg); }
.privacy-note > div { max-width: 63rem; padding: .5rem 0 2.2rem; color: #504b45; font-size: .87rem; }
.privacy-note p { margin-bottom: 1em; }
.privacy-note p:last-child { margin-bottom: 0; }

.bot-check {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: space-between;
  min-height: 5rem;
  margin-top: 2.5rem;
  padding: 1rem 0;
}

#turnstile-widget { min-width: min(100%, 300px); }
#turnstile-status { margin: 0; color: #625d56; font-size: .78rem; text-align: right; }

.submit-button,
.print-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 1.5rem;
  padding: 1.4rem 1.6rem;
  color: white;
  border: 1px solid var(--ink);
  background: var(--ink);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .3s ease, background .3s ease, border-color .3s ease, transform .4s var(--ease);
}

.submit-button span:last-child { font-size: 1.25rem; transition: transform .4s var(--ease); }
.submit-button:hover:not(:disabled),
.submit-button:focus-visible:not(:disabled),
.print-button:hover,
.print-button:focus-visible { color: white; border-color: var(--blue); background: var(--blue); transform: translateY(-3px); }
.submit-button:hover:not(:disabled) span:last-child { transform: translateX(.5rem); }
.submit-button:disabled { color: #8c867e; border-color: var(--rule); background: transparent; cursor: not-allowed; }

.form-status { min-height: 1.7em; margin: 1rem 0 0; color: var(--blue); font-weight: 600; }
.form-status.is-error { color: var(--blood); }
.version-note { margin: .6rem 0 0; color: #756f67; font-size: .7rem; }

.was-validated input:invalid,
.was-validated textarea:invalid { border-color: var(--blood); }
.was-validated .choice:has(input:invalid),
.was-validated .segmented:has(input:invalid) { box-shadow: 0 0 0 2px rgba(129, 45, 49, .55); }

.success-panel {
  max-width: 1220px;
  margin-inline: auto;
  padding: clamp(3rem, 7vw, 7rem);
  border: 1px solid var(--rule-strong);
  background: rgba(250, 248, 243, .92);
  box-shadow: 0 2rem 7rem rgba(56, 49, 40, .12);
}

.success-panel > p:not(.eyebrow) {
  max-width: 53rem;
  margin: 2rem 0 0;
  color: #47423d;
  font-size: 1rem;
}

.submitted-summary { margin-top: 3rem; border-top: 1px solid var(--rule-strong); }
.summary-row { display: grid; grid-template-columns: minmax(9rem, .42fr) 1fr; gap: 2rem; padding: 1rem 0; border-bottom: 1px solid var(--rule); }
.summary-row dt { color: #655f58; font-size: .67rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.summary-row dd { margin: 0; font-weight: 500; }

.success-actions { display: flex; gap: 1.5rem; align-items: center; margin-top: 3rem; }
.print-button { width: auto; min-width: 18rem; margin: 0; }
.success-actions a { font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }

footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: end;
  padding-top: clamp(5rem, 9vw, 9rem);
  padding-bottom: 3rem;
  border-top: 1px solid var(--rule-strong);
}

.footer-name { margin: 0; font-family: var(--display); font-size: clamp(4rem, 10vw, 10rem); font-weight: 500; line-height: .68; letter-spacing: -.065em; }
.footer-links { display: flex; gap: 1.8rem; align-self: start; padding-top: .8rem; }
.footer-links a { font-size: .65rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.footer-small { grid-column: 1 / -1; margin: 4rem 0 0; padding-top: 1.3rem; color: #625d56; border-top: 1px solid var(--rule); font-size: .72rem; }

@media (max-width: 980px) {
  .agreement-hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-note { max-width: 35rem; margin-left: auto; }
  .agreement-cards { grid-template-columns: repeat(2, 1fr); }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .eyebrow { margin-top: 0; }
  .form-intro { grid-template-columns: 1fr; }
  .form-intro > p { max-width: 38rem; margin-left: auto; }
  .permission-row { grid-template-columns: 1fr; gap: 1.5rem; }
}

@media (max-width: 700px) {
  .site-head { min-height: 4.35rem; }
  .brand span { display: none; }
  .site-head nav a:first-child { display: none; }
  .agreement-hero { padding-top: 4rem; }
  h1 { font-size: clamp(3.6rem, 19vw, 6.4rem); }
  .agreement-cards { grid-template-columns: 1fr; }
  .agreement-cards article { min-height: 18rem; }
  .agreement-cards article > span { margin-bottom: 3.5rem; }
  .field-grid--two,
  .choice-grid,
  .confirm-copy { grid-template-columns: 1fr; }
  .form-section { padding: 1.4rem; }
  .form-section legend { margin-bottom: 2.5rem; padding-top: .5rem; font-size: 2.35rem; }
  .choice { min-height: auto; }
  .bot-check { display: grid; }
  #turnstile-status { text-align: left; }
  .success-actions { align-items: stretch; flex-direction: column; }
  .print-button { width: 100%; min-width: 0; }
  .summary-row { grid-template-columns: 1fr; gap: .3rem; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .footer-small { grid-column: auto; margin-top: 1rem; }
}

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

@media print {
  @page { margin: 16mm; }
  body { color: #000; background: #fff; font-size: 11pt; }
  body::after, .mark-field, .site-head, .agreement-hero, .working-agreement, .form-intro, form, footer { display: none !important; }
  .form-shell, .success-panel { width: 100%; max-width: none; margin: 0; padding: 0; border: 0; box-shadow: none; }
  .form-shell::before { display: none; }
  .success-panel h2 { font-size: 34pt; }
  .success-actions { display: none; }
  .summary-row { break-inside: avoid; }
}
