:root {
  --navy: #172d52;
  --navy-deep: #10213e;
  --blue: #3f6fa4;
  --coral: #d96655;
  --coral-dark: #ad493b;
  --sage: #8da996;
  --sage-pale: #e9f0eb;
  --sky-pale: #edf3f8;
  --paper: #fdfbf6;
  --white: #ffffff;
  --ink: #1b2937;
  --muted: #586571;
  --line: #d8dee3;
  --shadow: 0 24px 64px rgba(23, 45, 82, .14);
  --font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 114px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 18px; line-height: 1.62; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; z-index: 100; left: 18px; top: -80px; padding: 11px 16px; color: #fff; background: var(--navy-deep); }
.skip-link:focus { top: 12px; }
.operator-bar { min-height: 31px; display: flex; align-items: center; justify-content: center; padding: 5px 18px; color: #fff; background: var(--navy-deep); font-size: 13px; letter-spacing: .025em; text-align: center; }
.site-header { position: relative; z-index: 20; background: rgba(255, 255, 255, .98); border-bottom: 1px solid var(--line); }
.header-inner, .section-inner, .hero-inner, .footer-inner { width: min(1240px, calc(100% - 48px)); margin: auto; }
.header-inner { min-height: 92px; display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; }
.domain-mark { display: inline-flex; align-items: baseline; text-decoration: none; color: var(--navy); font-size: 24px; font-weight: 850; letter-spacing: -.045em; }
.domain-mark b { color: var(--coral); }
.domain-mark em { margin-left: 2px; color: var(--blue); font-size: .67em; font-style: normal; letter-spacing: 0; }
.main-nav { display: flex; justify-content: center; gap: 28px; }
.main-nav a { position: relative; padding: 7px 0; color: #405064; text-decoration: none; font-size: 15px; font-weight: 750; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; background: var(--coral); transition: right .2s ease; }
.main-nav a:hover::after { right: 0; }
.header-logo, .header-logo img { width: 78px; height: auto; }
.menu-button { display: none; min-height: 46px; align-items: center; gap: 9px; padding: 8px 13px; color: var(--navy); background: #fff; border: 1px solid var(--line); }
.menu-button i, .menu-button i::before, .menu-button i::after { display: block; width: 19px; height: 2px; background: currentColor; }
.menu-button i { position: relative; }
.menu-button i::before, .menu-button i::after { content: ""; position: absolute; left: 0; }
.menu-button i::before { top: -6px; }
.menu-button i::after { top: 6px; }
.menu-button[aria-expanded="true"] i { background: transparent; }
.menu-button[aria-expanded="true"] i::before { top: 0; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] i::after { top: 0; transform: rotate(-45deg); }

.hero { position: relative; overflow: hidden; padding: 58px 0 72px; background-color: var(--paper); background-image: linear-gradient(rgba(63,111,164,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(63,111,164,.055) 1px, transparent 1px); background-size: 38px 38px; }
.hero::before { content: ""; position: absolute; width: 340px; height: 340px; left: -170px; bottom: -175px; border-radius: 50%; background: rgba(217, 102, 85, .11); }
.hero-inner { position: relative; display: grid; grid-template-columns: minmax(0, .96fr) minmax(440px, 1.04fr); grid-template-areas: "intro media" "actions media"; gap: 32px 68px; }
.hero-intro { grid-area: intro; padding-top: 32px; }
.eyebrow, .section-kicker, .contact-label { margin: 0 0 14px; color: var(--coral-dark); font-size: 12px; line-height: 1.35; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { margin: 0 0 22px; color: var(--navy); font-size: clamp(46px, 4.45vw, 65px); line-height: 1.015; letter-spacing: -.052em; }
.hero-copy { margin: 0; color: #4f5e69; font-size: 18px; line-height: 1.63; }
.hero-media { grid-area: media; height: 626px; border-radius: 78px 4px 78px 4px; box-shadow: var(--shadow); }
.hero-media::before { content: ""; position: absolute; z-index: 2; left: -16px; top: 54px; width: 16px; height: 168px; background: var(--coral); }
.hero-media::after { content: ""; position: absolute; z-index: 2; right: -17px; bottom: 62px; width: 34px; height: 34px; background: var(--blue); transform: rotate(45deg); }
.hero-media img { object-position: 51% center; }
.hero-actions { grid-area: actions; align-self: end; padding-top: 25px; border-top: 2px solid rgba(63, 111, 164, .22); }
.secondary-actions { display: flex; align-items: center; gap: 22px; margin-top: 16px; }
.media { position: relative; overflow: hidden; margin: 0; background: #e4e8ea; }
.media img { width: 100%; height: 100%; object-fit: cover; }
.symbol-label { position: absolute; z-index: 3; right: 10px; bottom: 10px; padding: 5px 8px; color: #fff; background: rgba(16, 33, 62, .91); font-size: 10px; line-height: 1.2; font-weight: 800; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 21px; border: 1px solid transparent; text-decoration: none; text-align: center; font-weight: 850; line-height: 1.2; cursor: pointer; }
.button-primary { color: #fff; background: var(--navy); border-color: var(--navy); }
.button-primary:hover { background: var(--navy-deep); border-color: var(--navy-deep); }
.button-large { min-height: 64px; padding-inline: 31px; font-size: 18px; }
.button-secondary { color: var(--navy); background: #fff; border-color: #b9c3cc; }
.button-secondary:hover { color: var(--coral-dark); border-color: var(--coral); }
.button-accent { color: #fff; background: var(--coral); border-color: var(--coral); }
.button-accent:hover { background: var(--coral-dark); border-color: var(--coral-dark); }
.text-link { display: inline-flex; align-items: center; gap: 7px; padding: 8px 0; color: var(--navy); font-weight: 850; text-underline-offset: 5px; }
.text-link:hover { color: var(--coral-dark); }

.impulse-section, .practice-section, .application-section, .property-section, .trust-section, .contact-section { padding: 104px 0; }
.impulse-section { background: #fff; }
.impulse-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 22px 82px; }
.impulse-heading h2, .practice-copy h2, .application-heading h2, .property-grid h2, .trust-grid h2, .form-intro h2, .personal-contact h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 3.25vw, 47px); line-height: 1.08; letter-spacing: -.042em; }
.impulse-copy { margin: 27px 0 0; color: var(--muted); }
.learning-path { grid-column: 1 / -1; position: relative; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; border-top: 1px solid var(--line); }
.learning-path::before { content: ""; position: absolute; left: 0; top: -2px; width: 66.666%; height: 3px; background: linear-gradient(90deg, var(--coral), var(--blue)); }
.learning-path article { padding: 34px 40px 4px 0; }
.learning-path article + article { padding-left: 40px; border-left: 1px solid var(--line); }
.learning-path span, .support-strip article > span { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; margin-bottom: 16px; color: #fff; background: var(--blue); border-radius: 50%; font-size: 12px; font-weight: 900; }
.learning-path h3, .support-strip h3, .property-rows h3 { margin: 0 0 8px; color: var(--navy); font-size: 23px; line-height: 1.24; }
.learning-path p { margin: 0; color: var(--muted); }

.practice-section { background: var(--sky-pale); }
.practice-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 75px; align-items: center; }
.practice-copy { position: relative; padding: 26px 0 26px 34px; }
.practice-copy::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--coral); }
.practice-copy > p:last-of-type { margin: 22px 0 0; color: var(--muted); }
.note-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin: 27px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(63,111,164,.28); }
.note-list li { position: relative; padding: 14px 0 14px 23px; border-bottom: 1px solid rgba(63,111,164,.28); font-size: 16px; font-weight: 750; }
.note-list li::before { content: ""; position: absolute; left: 1px; top: 21px; width: 9px; height: 9px; background: var(--sage); transform: rotate(45deg); }
.practice-media { height: 565px; border-radius: 4px 80px 4px 4px; box-shadow: var(--shadow); }
.practice-media img { object-position: 47% center; }

.application-section { background: var(--paper); }
.application-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 42px; }
.application-heading > p { margin: 0; color: var(--muted); }
.application-media { height: 520px; border-radius: 72px 4px 4px 4px; }
.application-media img { object-position: 54% center; }
.support-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; background: #fff; border: 1px solid var(--line); border-top: 0; }
.support-strip article { padding: 28px 30px; }
.support-strip article + article { border-left: 1px solid var(--line); }
.support-strip article > span { width: 30px; height: 30px; margin-bottom: 12px; color: var(--navy); background: var(--sage-pale); }
.support-strip h3 { font-size: 18px; }
.support-strip p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.47; }
.support-strip .button { grid-column: 1 / -1; justify-self: start; margin: 0 30px 30px; }

.property-section { background: var(--sage-pale); }
.property-grid { display: grid; grid-template-columns: .67fr 1.33fr; gap: 76px; }
.property-rows { border-top: 1px solid rgba(23, 45, 82, .25); }
.property-rows article { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 30px 0; border-bottom: 1px solid rgba(23, 45, 82, .25); }
.property-rows article > div > span { display: block; margin-bottom: 7px; color: var(--coral-dark); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.property-rows p { margin: 0; color: #56645a; }

.trust-section { color: #fff; background: var(--navy); }
.trust-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }
.trust-grid h2 { color: #fff; }
.trust-grid .section-kicker { color: #f49c8f; }
.trust-grid > div > p:last-child { margin: 18px 0 0; color: #dce4ef; }
.trust-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; }
.trust-facts div { padding: 16px 28px; border-left: 1px solid rgba(255,255,255,.22); }
.trust-facts dt { font-size: 25px; font-weight: 900; line-height: 1.2; }
.trust-facts dd { margin: 5px 0 0; color: #dce4ef; font-size: 14px; line-height: 1.4; }

.contact-section { background: var(--sky-pale); }
.contact-inner { max-width: 980px; }
.form-intro { margin-bottom: 30px; text-align: center; }
form { padding: 42px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.intent-fieldset { margin: 0 0 31px; padding: 0; border: 0; }
.intent-options { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; }
.intent-secondary { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.intent-option { min-height: 84px; display: flex; gap: 12px; align-items: center; padding: 15px 17px; background: #fff; border: 1px solid var(--line); cursor: pointer; }
.intent-option--primary { color: #fff; background: var(--navy); border-color: var(--navy); }
.intent-option input { width: 20px; height: 20px; flex: none; margin: 0; accent-color: var(--coral); }
.intent-option span, .intent-option strong, .intent-option small { display: block; }
.intent-option strong { font-size: 16px; line-height: 1.25; }
.intent-option small { margin-top: 4px; color: inherit; opacity: .78; font-size: 12px; line-height: 1.3; }
.intent-option:has(input:focus-visible) { outline: 3px solid var(--coral); outline-offset: 3px; }
.intent-option:not(.intent-option--primary):has(input:checked) { background: #edf3f8; border-color: var(--blue); }
.field-grid { display: grid; gap: 20px; }
.field { display: grid; gap: 7px; }
.field label { color: var(--ink); font-size: 15px; font-weight: 800; }
input[type="text"], input[type="email"], input[type="tel"], textarea { width: 100%; min-height: 50px; padding: 11px 13px; color: var(--ink); background: #fff; border: 1px solid #a8b1b9; }
textarea { min-height: 156px; resize: vertical; }
input:focus, textarea:focus { border-color: var(--blue); outline: 3px solid rgba(217, 102, 85, .32); outline-offset: 1px; }
.field-error { min-height: 0; margin: 0; color: #862f29; font-size: 14px; }
.field-error:not(:empty) { min-height: 22px; }
.optional-toggle { width: 100%; min-height: 52px; display: flex; justify-content: space-between; align-items: center; margin: 25px 0 0; padding: 11px 15px; color: var(--navy); background: var(--sage-pale); border: 0; font-weight: 850; cursor: pointer; }
.optional-toggle span { font-size: 24px; }
.optional-toggle[aria-expanded="true"] span { transform: rotate(45deg); }
.optional-fields { padding: 22px 0 4px; }
.field-grid--two { grid-template-columns: 1fr 1fr; }
.field--full { grid-column: 1 / -1; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.consent { display: flex; align-items: flex-start; gap: 11px; margin-top: 25px; font-size: 15px; }
.consent input { width: 20px; height: 20px; flex: none; margin-top: 3px; accent-color: var(--navy); }
.consent a { text-underline-offset: 3px; }
.privacy-note { margin: 20px 0 0; padding: 13px 15px; color: var(--navy); background: var(--sky-pale); border-left: 4px solid var(--blue); font-size: 15px; }
.form-status { margin-top: 16px; }
.form-status:empty { display: none; }
.form-status.is-error { padding: 13px 15px; color: #752821; background: #fff0ed; border-left: 4px solid var(--coral); }
.button-submit { width: 100%; margin-top: 19px; }
.personal-contact { position: relative; margin-top: 25px; padding: 36px 40px; color: #fff; background: var(--navy-deep); border-radius: 4px 4px 56px 4px; }
.personal-contact::before { content: ""; position: absolute; right: 28px; top: 28px; width: 42px; height: 42px; border: 2px solid rgba(255,255,255,.28); transform: rotate(45deg); }
.personal-contact h2 { color: #fff; font-size: 34px; }
.personal-contact > p:not(.contact-label) { margin: 8px 0; }
.personal-contact .contact-name { font-weight: 900; }
.personal-contact a { display: block; width: fit-content; color: #fff; font-size: 20px; font-weight: 850; text-underline-offset: 4px; overflow-wrap: anywhere; }
.personal-contact a + a { margin-top: 5px; }
.site-footer { color: #e9edf3; background: #0b182d; }
.footer-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; font-size: 14px; }
.footer-inner nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-inner a { text-underline-offset: 4px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

@media (max-width: 1060px) {
  .main-nav { gap: 18px; }
  .header-inner { gap: 22px; }
  .hero-inner { grid-template-columns: minmax(0, .95fr) minmax(370px, 1.05fr); gap: 28px 42px; }
  .hero-media { height: 610px; }
  .impulse-grid { gap-inline: 54px; }
  .practice-grid { gap: 50px; }
  .application-heading, .property-grid { gap: 50px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-facts div:first-child { border-left: 0; }
}

@media (max-width: 900px) {
  .header-inner { min-height: 80px; grid-template-columns: 1fr auto auto; gap: 14px; }
  .menu-button { display: inline-flex; }
  .main-nav { position: absolute; top: 100%; left: 18px; right: 18px; display: none; padding: 12px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav a { min-height: 44px; display: flex; align-items: center; padding: 7px 10px; font-size: 16px; }
  .header-logo, .header-logo img { width: 72px; }
  .hero { padding: 34px 0 54px; }
  .hero-inner { grid-template-columns: 1fr; grid-template-areas: "intro" "media" "actions"; gap: 20px; }
  .hero-intro { padding-top: 0; }
  .hero-media { height: auto; aspect-ratio: 16 / 10; border-radius: 54px 4px 54px 4px; }
  .hero-media::before, .hero-media::after { display: none; }
  .hero-media img { object-position: center; }
  .hero-actions { padding-top: 22px; }
  .impulse-grid, .practice-grid, .application-heading, .property-grid { grid-template-columns: 1fr; }
  .impulse-grid, .practice-grid, .application-heading, .property-grid { gap: 32px; }
  .impulse-copy { margin-top: 0; }
  .practice-copy { order: 1; }
  .practice-media { order: 2; height: auto; aspect-ratio: 16 / 10; }
  .application-heading { gap: 18px; }
  .property-grid > header { margin-bottom: 8px; }
}

@media (max-width: 720px) {
  body { font-size: 17px; }
  .operator-bar { min-height: 29px; padding-inline: 10px; font-size: 12px; }
  .header-inner, .section-inner, .hero-inner, .footer-inner { width: calc(100% - 32px); }
  .domain-mark { font-size: 20px; }
  .header-logo, .header-logo img { width: 62px; }
  .menu-button { min-height: 44px; padding: 7px 10px; }
  .menu-button > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .hero { padding: 23px 0 36px; background-size: 28px 28px; }
  .hero-inner { gap: 12px; }
  .eyebrow { margin-bottom: 10px; font-size: 11px; }
  .hero h1 { margin-bottom: 14px; font-size: clamp(33px, 8.8vw, 38px); line-height: 1.04; }
  .hero-copy { font-size: 16px; line-height: 1.46; }
  .hero-media { aspect-ratio: 16 / 8.8; border-radius: 38px 4px 38px 4px; }
  .symbol-label { right: 8px; bottom: 8px; padding: 4px 7px; font-size: 10px; }
  .hero-actions { padding-top: 18px; }
  .button-large { width: 100%; min-height: 56px; padding-inline: 13px; font-size: 16px; }
  .secondary-actions { gap: 13px; margin-top: 12px; }
  .secondary-actions .button { min-height: 44px; padding-inline: 13px; }
  .impulse-section, .practice-section, .application-section, .property-section, .contact-section { padding: 72px 0; }
  .trust-section { padding: 64px 0; }
  .impulse-heading h2, .practice-copy h2, .application-heading h2, .property-grid h2, .trust-grid h2, .form-intro h2 { font-size: clamp(28px, 7.8vw, 33px); }
  .learning-path { grid-template-columns: 1fr; margin-top: 24px; }
  .learning-path::before { width: 48%; }
  .learning-path article, .learning-path article + article { padding: 24px 0; border-left: 0; }
  .learning-path article + article { border-top: 1px solid var(--line); }
  .practice-copy { padding: 8px 0 8px 22px; }
  .note-list { grid-template-columns: 1fr; }
  .practice-media { aspect-ratio: 4 / 3; border-radius: 4px 42px 4px 4px; }
  .practice-media img { object-position: 48% center; }
  .application-media { height: auto; aspect-ratio: 4 / 3; border-radius: 42px 4px 4px 4px; }
  .application-media img { object-position: 57% center; }
  .support-strip { grid-template-columns: 1fr; }
  .support-strip article + article { border-left: 0; border-top: 1px solid var(--line); }
  .support-strip article { padding: 22px 20px; }
  .support-strip .button { grid-column: auto; width: calc(100% - 40px); margin: 0 20px 24px; }
  .property-rows article { grid-template-columns: 1fr; gap: 13px; padding: 28px 0; }
  .property-rows article .button { width: fit-content; }
  .trust-facts { grid-template-columns: 1fr; }
  .trust-facts div { padding: 17px 0; border-left: 0; }
  .trust-facts div + div { border-top: 1px solid rgba(255,255,255,.22); }
  .form-intro { text-align: left; }
  form { padding: 23px 18px; }
  .intent-options { grid-template-columns: 1fr; }
  .intent-option--primary { min-height: 96px; }
  .intent-secondary { grid-template-columns: 1fr 1fr; }
  .intent-option { min-height: 92px; align-items: flex-start; padding: 14px 12px; }
  .intent-option input { margin-top: 2px; }
  .intent-option strong { font-size: 15px; }
  .intent-option small { font-size: 12px; }
  .field-grid--two { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .optional-toggle, .consent { font-size: 15px; }
  .personal-contact { padding: 28px 18px; border-radius: 4px 4px 42px 4px; }
  .personal-contact::before { display: none; }
  .personal-contact h2 { font-size: 28px; }
  .personal-contact a { font-size: 18px; }
  .footer-inner { min-height: 0; flex-direction: column; align-items: flex-start; padding-block: 28px; }
  .footer-inner nav { justify-content: flex-start; }
}

@media (max-width: 360px) {
  .intent-secondary { grid-template-columns: 1fr; }
  .secondary-actions { align-items: flex-start; flex-direction: column; }
  .secondary-actions .button { width: 100%; }
}

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