/* 700 media: readable mobile hierarchy and shared form states. Loaded after refinement.css. */
.home-page .hero-copy { isolation:isolate; }
.home-page .hero-copy h1 { font-weight:800; text-wrap:balance; }
.home-page .hero-copy .headline-main { display:block; }
.home-page .hero-copy .headline-accent > span { color:#eadfc7; background:none; -webkit-text-fill-color:currentColor; filter:none; }
.home-page .hero-subtitle { color:#c4cfdf; }
.lead-form .form-consent { display:flex; align-items:flex-start; gap:11px; margin:17px 0; cursor:pointer; font-size:13px; line-height:1.6; color:#c5d0dd; font-weight:400; }
.lead-form .form-consent input { appearance:auto; -webkit-appearance:checkbox; flex:0 0 20px; width:20px; height:20px; min-height:20px; margin:2px 0 0; padding:0; accent-color:#d9c8a6; border-radius:4px; }
.lead-form .form-consent span { min-width:0; }
.lead-form .form-consent a { text-decoration:underline; text-underline-offset:3px; }
.lead-form .form-consent input[aria-invalid="true"] { outline:2px solid #edaaa2; outline-offset:3px; }
.story-glass .form-consent { color:#26394b; }
.lead-form .form-status { overflow-wrap:anywhere; }
.lead-form .form-status[data-state="success"] { padding:14px 16px; border:1px solid #83b59d60; border-radius:14px; background:#194d363b; color:#b4edc9; }
.story-glass .form-status[data-state="success"] { color:#174b31; background:#cae5d0; }
.lead-form .form-status[data-state="error"] { color:#ffc6ba; }
.story-glass .form-status[data-state="error"] { color:#8a2414; }
.lead-form .form-submit[aria-busy="true"] { opacity:.78; cursor:progress; transform:none; }
.lead-form .form-submit[aria-busy="true"]::before { content:""; width:16px; height:16px; flex-shrink:0; border:2px solid currentColor; border-right-color:transparent; border-radius:50%; animation:submit-spin .8s linear infinite; }
@keyframes submit-spin { to { transform:rotate(1turn); } }
@media(max-width:600px) {
  .home-page .hero-copy { width:calc(100% - 36px); margin:32px auto 0; }
  .home-page .hero-copy::before { content:""; position:absolute; z-index:-1; pointer-events:none; inset:-25px -18px -32px; background:linear-gradient(180deg,#07101efa 0%,#07101ef0 60%,#07101e00 100%); }
  .home-page .hero-copy .hero-eyebrow { font-size:11px; line-height:1.5; letter-spacing:.035em; font-weight:650; color:#b9c4d4; margin:0 0 20px; gap:0; }
  .home-page .hero-eyebrow > span { display:none; }
  .home-page .hero-copy h1 { font-size:clamp(33px,9.4vw,46px); line-height:1.1; letter-spacing:-.045em; color:#fff; margin:0; }
  .home-page .hero-copy .headline-main { line-height:1.12; }
  .home-page .hero-copy .headline-accent { display:block; font-size:inherit; line-height:1.12; margin-top:10px; }
  .home-page .hero-copy .headline-accent > span { display:block; padding:0; }
  .home-page .hero-copy .hero-subtitle { font-size:15px; font-weight:400; line-height:1.7; margin:23px auto 0; max-width:33ch; letter-spacing:0; }
  .home-page .hero-primary { margin-top:24px; min-height:50px; padding:14px 22px; font-size:15px; }
  .lead-form .form-consent { font-size:13px; gap:10px; }
  .lead-form input:not([type="checkbox"]) { font-size:16px; }
}
@media(prefers-reduced-motion:reduce) {
  .lead-form .form-submit[aria-busy="true"]::before { animation:none; border-style:dotted; }
}
