@font-face{
  font-family:"Bricolage";
  src:url("/fonts/bricolage-700.woff2") format("woff2");
  font-weight:700;
  font-display:swap;
}
@font-face{
  font-family:"Instrument";
  src:url("/fonts/instrument-400.woff2") format("woff2");
  font-weight:400;
  font-display:swap;
}
@font-face{
  font-family:"Instrument";
  src:url("/fonts/instrument-600.woff2") format("woff2");
  font-weight:600;
  font-display:swap;
}

:root{
  color-scheme:only dark;
  --navy:#0a1622;
  --navy-deep:#07111a;
  --navy-soft:#12283b;
  --ivory:#f4eee3;
  --ivory-light:#fbf7f0;
  --champagne:#e9cda9;
  --champagne-deep:#d8b083;
  --gold:#a9762f;
  --ink-muted:rgba(10,22,34,.67);
  --line:rgba(10,22,34,.18);
  --line-strong:rgba(10,22,34,.34);
  --paper-line:rgba(233,205,169,.2);
  --error:#9d2f2f;
  --success:#35634e;
  --display:"Bricolage",system-ui,sans-serif;
  --sans:"Instrument",system-ui,sans-serif;
  --ease:cubic-bezier(.22,.61,.36,1);
  --shadow:0 30px 80px -38px rgba(0,0,0,.75);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;min-height:100%}
body{
  background:var(--navy);
  color:var(--ivory);
  font-family:var(--sans);
  font-size:18px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(65% 52% at 8% 82%,rgba(216,176,131,.1),transparent 62%),
    radial-gradient(62% 46% at 92% 12%,rgba(41,120,164,.16),transparent 60%);
}
a{color:inherit}
button,input,select{font:inherit}
button{cursor:pointer}
button:disabled{cursor:wait;opacity:.68}
[hidden]{display:none!important}
::selection{background:rgba(233,205,169,.3)}

.skip-link{
  position:fixed;
  left:18px;
  top:-90px;
  z-index:100;
  padding:12px 18px;
  border-radius:0 0 14px 14px;
  background:var(--ivory);
  color:var(--navy);
  transition:top 240ms var(--ease);
}
.skip-link:focus{top:0}

.site-header{
  position:relative;
  z-index:10;
  border-bottom:1px solid rgba(10,22,34,.1);
  background:rgba(244,238,227,.97);
  backdrop-filter:blur(12px);
}
.header-inner{
  width:min(1120px,calc(100% - 48px));
  min-height:82px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand{display:inline-flex;align-items:center}
.brand img{display:block;width:auto;height:38px}
.home-link{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  border:1px solid rgba(10,22,34,.23);
  border-radius:999px;
  color:var(--navy);
  font-weight:600;
  text-decoration:none;
  transition:background 220ms var(--ease),transform 220ms var(--ease);
}
.home-link:hover{background:rgba(233,205,169,.34);transform:translateY(-1px)}
.home-link:focus-visible,.brand:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible{
  outline:3px solid var(--gold);
  outline-offset:3px;
}

.page-shell{
  position:relative;
  overflow:hidden;
  min-height:calc(100vh - 82px);
  padding:58px 24px 74px;
}
.page-shell::before,.page-shell::after{
  content:"";
  position:absolute;
  pointer-events:none;
  border-radius:50%;
}
.page-shell::before{width:440px;height:440px;left:-300px;top:170px;background:rgba(38,122,166,.12)}
.page-shell::after{width:380px;height:380px;right:-250px;top:610px;background:rgba(233,205,169,.1)}
.intro,.form-card,.preview-banner,.reassurance{position:relative;z-index:1;width:min(100%,920px);margin-left:auto;margin-right:auto}
.intro{max-width:780px;text-align:center}
.eyebrow{
  margin:0 0 12px;
  color:var(--champagne);
  font-size:14px;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.intro h1{
  max-width:760px;
  margin:0 auto;
  font-family:var(--display);
  font-size:clamp(42px,6vw,70px);
  line-height:.98;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.intro-copy{
  max-width:650px;
  margin:22px auto 0;
  color:rgba(244,238,227,.74);
  font-size:19px;
  line-height:1.55;
  text-wrap:balance;
}
.intro-notes{
  margin-top:18px;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px 24px;
  color:var(--champagne);
  font-size:15px;
  font-weight:600;
}
.intro-notes span{position:relative}
.intro-notes span+span::before{content:"";position:absolute;left:-14px;top:50%;width:4px;height:4px;border-radius:50%;background:var(--champagne-deep)}
.preview-banner{
  margin-top:30px;
  margin-bottom:-14px;
  padding:12px 18px;
  border:1px solid rgba(233,205,169,.35);
  border-radius:14px;
  background:rgba(18,40,59,.9);
  color:var(--champagne);
  text-align:center;
  font-size:15px;
  font-weight:600;
}

.form-card{
  min-height:670px;
  margin-top:42px;
  padding:42px 48px 46px;
  border:1px solid rgba(233,205,169,.76);
  border-radius:28px;
  background:var(--ivory);
  color:var(--navy);
  box-shadow:var(--shadow);
}
.wizard-head{margin-bottom:38px}
.progress-copy{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:12px}
.progress-count{color:var(--gold);font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.progress-name{color:var(--ink-muted);font-size:15px;font-weight:600}
.progress-track{height:8px;overflow:hidden;border-radius:999px;background:rgba(10,22,34,.12)}
.progress-fill{display:block;width:12.5%;height:100%;border-radius:inherit;background:var(--gold);transition:width 360ms var(--ease)}

.wizard-step{animation:step-in 320ms var(--ease) both}
@keyframes step-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.step-kicker{margin:0 0 10px;color:var(--gold);font-size:14px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.wizard-step h2,.success-panel h2{
  max-width:740px;
  margin:0;
  font-family:var(--display);
  font-size:clamp(36px,5vw,54px);
  line-height:1.04;
  letter-spacing:-.04em;
  text-wrap:balance;
}
.step-help{max-width:690px;margin:16px 0 30px;color:var(--ink-muted);font-size:18px}

.field{display:flex;flex-direction:column;gap:9px}
.field-large{max-width:740px}
.field label,.choice-group legend{
  color:var(--navy);
  font-size:16px;
  font-weight:600;
}
.choice-group{min-width:0;margin:0;padding:0;border:0}
.choice-group legend{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}
input:not([type="radio"]):not([type="range"]),select{
  width:100%;
  min-height:70px;
  padding:0 21px;
  border:2px solid var(--line-strong);
  border-radius:15px;
  background:rgba(255,255,255,.74);
  color:var(--navy);
  font-size:20px;
  transition:border-color 180ms ease,background 180ms ease,box-shadow 180ms ease;
}
input::placeholder{color:rgba(10,22,34,.42)}
input:not([type="radio"]):not([type="range"]):hover,select:hover{border-color:rgba(10,22,34,.52)}
input:not([type="radio"]):not([type="range"]):focus,select:focus{border-color:var(--gold);background:#fff;box-shadow:0 0 0 4px rgba(169,118,47,.12)}
[aria-invalid="true"]{border-color:var(--error)!important}

.actions{
  margin-top:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.actions-end{justify-content:flex-end}
.primary-button,.back-button,.not-sure-button,.adjust-button,.review-list button{
  border:0;
  font-weight:600;
  transition:transform 180ms var(--ease),background 180ms ease,border-color 180ms ease;
}
.primary-button{
  min-width:170px;
  min-height:58px;
  padding:0 26px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--champagne),var(--champagne-deep));
  color:var(--navy);
  box-shadow:0 12px 26px -18px rgba(77,44,4,.9);
}
.primary-button:hover{transform:translateY(-2px);background:linear-gradient(135deg,#f1d8b8,#dfb77f)}
.back-button{
  min-height:54px;
  padding:0 12px;
  background:transparent;
  color:var(--navy);
  text-decoration:underline;
  text-underline-offset:5px;
}
.back-button:hover{color:var(--gold)}

.volume-picker{
  --adjust-size:58px;
  --volume-gap:18px;
  --thumb-radius:15px;
  max-width:740px;
  padding:27px;
  border:2px solid var(--line-strong);
  border-radius:18px;
  background:rgba(255,255,255,.66);
}
.volume-output{display:block;margin-bottom:22px;font-family:var(--display);font-size:34px;line-height:1;color:var(--navy)}
.volume-controls{display:grid;grid-template-columns:var(--adjust-size) minmax(0,1fr) var(--adjust-size);align-items:center;gap:var(--volume-gap)}
.adjust-button{
  width:var(--adjust-size);
  height:var(--adjust-size);
  border-radius:14px;
  background:var(--navy);
  color:#fff;
  font-size:30px;
  line-height:1;
}
.adjust-button:hover{transform:translateY(-1px);background:var(--navy-soft)}
input[type="range"]{
  width:100%;
  height:34px;
  margin:0;
  appearance:none;
  background:transparent;
}
input[type="range"]::-webkit-slider-runnable-track{height:8px;border-radius:999px;background:var(--champagne-deep)}
input[type="range"]::-webkit-slider-thumb{width:30px;height:30px;margin-top:-11px;appearance:none;border:5px solid var(--ivory-light);border-radius:50%;background:var(--gold);box-shadow:0 2px 8px rgba(10,22,34,.28)}
input[type="range"]::-moz-range-track{height:8px;border-radius:999px;background:var(--champagne-deep)}
input[type="range"]::-moz-range-thumb{width:22px;height:22px;border:5px solid var(--ivory-light);border-radius:50%;background:var(--gold);box-shadow:0 2px 8px rgba(10,22,34,.28)}
.volume-labels{
  margin:6px calc(var(--adjust-size) + var(--volume-gap) + var(--thumb-radius)) 0;
  position:relative;
  height:18px;
  color:var(--ink-muted);
  font-size:13px;
}
.volume-labels span{
  position:absolute;
  top:0;
  transform:translateX(-50%);
  white-space:nowrap;
}
.volume-labels span:nth-child(1){left:0}
.volume-labels span:nth-child(2){left:16.6667%}
.volume-labels span:nth-child(3){left:33.3333%}
.volume-labels span:nth-child(4){left:50%}
.volume-labels span:nth-child(5){left:66.6667%}
.volume-labels span:nth-child(6){left:83.3333%}
.volume-labels span:nth-child(7){left:100%}
.not-sure-button{
  min-height:48px;
  margin-top:24px;
  padding:0 18px;
  border:1px solid var(--line-strong);
  border-radius:12px;
  background:transparent;
  color:var(--navy);
}
.not-sure-button[aria-pressed="true"]{border-color:var(--navy);background:var(--navy);color:#fff}

.choice-group{display:grid;gap:12px;max-width:740px}
.choice-card{
  position:relative;
  min-height:66px;
  display:flex;
  align-items:center;
  gap:16px;
  padding:14px 18px;
  border:2px solid var(--line);
  border-radius:15px;
  background:rgba(255,255,255,.66);
  cursor:pointer;
  transition:border-color 180ms ease,background 180ms ease,transform 180ms var(--ease);
}
.choice-card:hover{transform:translateY(-1px);border-color:var(--line-strong);background:#fff}
.choice-card:has(input:checked){border-color:var(--navy);background:var(--navy);color:#fff}
.choice-card input{width:24px;height:24px;flex:0 0 auto;margin:0;accent-color:var(--champagne-deep)}
.choice-card>span{display:flex;flex-direction:column;gap:2px;font-size:19px;font-weight:600}
.choice-card small{color:inherit;font-size:15px;font-weight:400;opacity:.74}
.callback-wrap{max-width:740px;margin-top:18px;padding:20px;border-radius:16px;background:rgba(216,176,131,.16)}

.review-list{margin:0;border-top:1px solid var(--line)}
.review-list>div{
  min-height:64px;
  display:grid;
  grid-template-columns:150px minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  padding:12px 4px;
  border-bottom:1px solid var(--line);
}
.review-list dt{color:var(--ink-muted);font-size:15px;font-weight:600}
.review-list dd{margin:0;font-size:17px;font-weight:600;overflow-wrap:anywhere}
.review-list button{padding:8px;background:transparent;color:var(--gold);text-decoration:underline;text-underline-offset:3px}
.consent{
  margin:24px 0 0;
  padding:18px 20px;
  border-left:4px solid var(--champagne-deep);
  border-radius:0 14px 14px 0;
  background:rgba(216,176,131,.14);
  color:var(--ink-muted);
  font-size:15px;
  line-height:1.55;
}
.consent a{color:var(--navy);font-weight:600;text-underline-offset:3px}
.submit-actions{align-items:flex-end}
.submit-button{max-width:430px}
.turnstile-area{margin-top:22px}
.turnstile-widget{max-width:100%;min-height:65px}
.turnstile-status,.form-status{margin:16px 0 0;font-size:15px;font-weight:600}
.turnstile-status.error,.form-status.error{color:var(--error)}
.form-status.success{color:var(--success)}

.success-panel{min-height:540px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.success-mark{width:72px;height:72px;margin-bottom:26px;display:grid;place-items:center;border-radius:50%;background:var(--navy);color:var(--champagne)}
.success-mark svg{width:38px;height:38px;stroke:currentColor}
.success-panel h2{max-width:680px}
.success-panel p{max-width:620px;margin:20px auto 28px;color:var(--ink-muted);font-size:19px}

.reassurance{margin-top:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.reassurance-item{
  min-height:78px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:14px 18px;
  border:1px solid rgba(233,205,169,.3);
  border-radius:14px;
  background:rgba(18,40,59,.62);
  text-align:center;
}
.reassurance-item strong{color:var(--champagne);font-size:14px;text-transform:uppercase;letter-spacing:.08em}
.reassurance-item span{color:rgba(244,238,227,.74);font-size:15px}

.site-footer{position:relative;z-index:1;border-top:1px solid var(--paper-line)}
.footer-inner{
  width:min(1120px,calc(100% - 48px));
  min-height:86px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  color:rgba(244,238,227,.62);
  font-size:14px;
}
.footer-links{display:flex;gap:22px}
.footer-links a{color:var(--champagne);font-weight:600;text-underline-offset:3px}

@media(max-width:720px){
  body{font-size:17px}
  .header-inner,.footer-inner{width:min(100% - 32px,1120px)}
  .site-header{position:static}
  .header-inner{min-height:72px}
  .brand img{height:32px}
  .home-link{min-height:44px;padding:0 14px;font-size:15px}
  .page-shell{padding:38px 14px 54px}
  .intro h1{font-size:clamp(40px,13vw,58px)}
  .intro-copy{font-size:17px}
  .intro-notes{gap:6px 12px}
  .intro-notes span+span::before{display:none}
  .form-card{min-height:620px;margin-top:30px;padding:28px 20px 30px;border-radius:22px}
  .preview-banner{margin-top:22px;margin-bottom:-10px}
  .wizard-head{margin-bottom:30px}
  .progress-name{display:none}
  .wizard-step h2,.success-panel h2{font-size:clamp(34px,10vw,46px)}
  .step-help{margin-bottom:24px}
  input:not([type="radio"]):not([type="range"]),select{min-height:66px;padding:0 17px;font-size:18px}
  .volume-picker{padding:20px 14px}
  .volume-controls{grid-template-columns:54px minmax(0,1fr) 54px;gap:10px}
  .adjust-button{width:54px;height:54px}
  .volume-labels{display:none}
  .choice-card{min-height:64px;padding:13px 14px}
  .choice-card>span{font-size:17px}
  .actions{margin-top:32px}
  .primary-button{min-width:150px;min-height:56px;padding:0 18px}
  .review-list>div{grid-template-columns:100px minmax(0,1fr) auto;gap:10px}
  .review-list dt{font-size:14px}
  .review-list dd{font-size:15px}
  .submit-actions{flex-direction:column-reverse;align-items:stretch}
  .submit-actions .back-button,.submit-actions .primary-button{width:100%;max-width:none}
  .reassurance{grid-template-columns:1fr;gap:8px}
  .reassurance-item{min-height:64px}
  .footer-inner{padding:22px 0;flex-direction:column;align-items:flex-start;gap:12px}
}

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