:root {
  --linen: #faf6f0;
  --white: #ffffff;
  --navy: #203b52;
  --navy-deep: #132e43;
  --ink: #243d4a;
  --muted: #5a6f79;
  --coral: #a6463c;
  --coral-dark: #87382f;
  --sky: #e5eff3;
  --sage: #dfe9e2;
  --sand: #eee2d5;
  --line: #d8dce0;
  --focus: #006d8f;
  --shadow: 0 18px 44px rgba(28, 49, 63, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--linen); font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif; font-size: 18px; line-height: 1.62; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p, dd { overflow-wrap: break-word; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(44px, 4.3vw, 60px); }
h2 { font-size: clamp(31px, 3vw, 42px); }
h3 { font-size: 21px; }
.page-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--navy-deep); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.operator-bar { padding: 7px 20px; color: #fff; background: var(--navy-deep); text-align: center; font-size: 14px; }
.site-header { position: relative; z-index: 20; background: rgba(250,246,240,.98); border-bottom: 1px solid var(--line); }
.header-inner { width: min(1180px, calc(100% - 48px)); min-height: 88px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 14px; color: var(--navy-deep); text-decoration: none; font-size: 18px; font-weight: 780; line-height: 1.16; }
.brand img { width: 68px; height: 58px; object-fit: contain; background: #fff; border: 1px solid #e6e1da; }
.main-navigation { display: flex; align-items: center; gap: 27px; }
.main-navigation a { color: #334f60; text-decoration: none; font-size: 16px; font-weight: 720; }
.main-navigation a:hover { color: var(--coral-dark); }
.menu-button { display: none; width: 58px; min-height: 58px; padding: 8px 10px 5px; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
.menu-button span { display: block; width: 25px; height: 2px; margin: 4px auto; background: currentColor; }
.menu-button b { display: block; margin-top: 3px; font-size: 11px; }

.banner-figure { position: relative; height: 120px; margin: 0; overflow: hidden; background: #dce7e5; }
.banner-figure img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 51%; }
figcaption { position: absolute; z-index: 2; right: 9px; bottom: 8px; padding: 5px 8px; color: #fff; background: rgba(19,46,67,.9); border-radius: 5px; font-size: 12px; font-weight: 730; line-height: 1.2; }

.hero { position: relative; padding: 64px 0 70px; overflow: hidden; background: linear-gradient(120deg, var(--linen) 0 56%, var(--sky) 56% 100%); }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -220px; bottom: -250px; border: 65px solid rgba(166,70,60,.08); border-radius: 50%; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 66px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--coral-dark); font-size: 13px; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.light { color: #ffd5ca; }
.lead { max-width: 660px; margin: 25px 0 29px; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 13px 23px; border-radius: 27px; text-decoration: none; font-weight: 780; }
.button-primary { color: #fff; background: var(--coral-dark); box-shadow: 0 10px 24px rgba(135,56,47,.2); }
.button-primary:hover { background: #742f28; }
.button-secondary { color: var(--navy-deep); background: #fff; border: 1px solid #a9bac3; }
.button-secondary:hover { background: #f1f6f8; }
.hero-figure, .editorial-figure { position: relative; margin: 0; overflow: hidden; background: #dfe9e8; box-shadow: var(--shadow); }
.hero-figure { height: 342px; border-radius: 28px 6px 28px 6px; }
.hero-figure img { width: 100%; height: 100%; object-fit: cover; object-position: 51% 48%; }

.intent-navigation { position: relative; z-index: 4; display: grid; grid-template-columns: 1.2fr 1fr 1fr; margin-top: -29px; overflow: hidden; background: #fff; border-radius: 14px; box-shadow: var(--shadow); }
.intent-link { position: relative; min-height: 118px; padding: 24px 54px 23px 26px; text-decoration: none; border-right: 1px solid var(--line); }
.intent-link:last-child { border-right: 0; }
.intent-link small, .intent-link strong { display: block; }
.intent-link small { margin-bottom: 6px; color: var(--muted); font-size: 12px; font-weight: 790; letter-spacing: .08em; text-transform: uppercase; }
.intent-link strong { font-size: 18px; line-height: 1.25; }
.intent-link > span { position: absolute; top: 24px; right: 20px; color: var(--coral-dark); font-size: 13px; font-weight: 820; }
.intent-link.primary { color: #fff; background: var(--navy); }
.intent-link.primary small, .intent-link.primary > span { color: #d5e4ec; }
.intent-link:hover { background: #f1f5f6; }
.intent-link.primary:hover { background: var(--navy-deep); }

.change-section { padding: 112px 0 94px; background: #fff; }
.change-layout { display: grid; grid-template-columns: .84fr 1.16fr; gap: 92px; align-items: start; }
.change-heading > p:last-child { margin: 22px 0 0; color: var(--muted); }
.change-list { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--coral); }
.change-list li { display: grid; grid-template-columns: 45px 1fr; gap: 17px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.change-list li > span { color: var(--coral-dark); font-size: 13px; font-weight: 820; }
.change-list p { margin: 6px 0 0; color: var(--muted); font-size: 16px; }

.owner-section { padding: 96px 0; background: var(--sage); }
.owner-layout, .buyer-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 78px; align-items: center; }
.editorial-figure { height: 406px; border-radius: 8px 30px 8px 30px; }
.editorial-figure img { width: 100%; height: 100%; object-fit: cover; }
.owner-figure img { object-position: 48% 50%; }
.owner-copy p:not(.eyebrow), .buyer-copy > p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); }
.owner-copy p:not(.eyebrow) { color: #4a5f68; }
.text-link { display: inline-block; margin-top: 24px; color: var(--coral-dark); font-weight: 790; text-underline-offset: 5px; }

.connection-section { padding: 88px 0; color: #fff; background: var(--navy-deep); }
.connection-heading { max-width: 760px; }
.connection-track { display: grid; grid-template-columns: 1fr 110px 1fr; gap: 18px; align-items: center; margin-top: 50px; }
.connection-track article { min-height: 190px; padding: 27px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 16px; }
.connection-track article > span { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; color: var(--navy-deep); background: #ffd6c9; border-radius: 50%; font-weight: 820; }
.connection-track h3 { margin-top: 18px; color: #fff; }
.connection-track p { margin: 9px 0 0; color: #d8e5eb; font-size: 16px; }
.track-line { position: relative; height: 2px; background: #e7a894; }
.track-line::after { content: ""; position: absolute; top: -5px; right: -1px; width: 10px; height: 10px; border-top: 2px solid #e7a894; border-right: 2px solid #e7a894; transform: rotate(45deg); }
.connection-note { max-width: 830px; margin: 27px 0 0; color: #d8e5eb; }

.buyer-section { padding: 98px 0; background: var(--linen); }
.buyer-layout { grid-template-columns: .95fr 1.05fr; }
.wish-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 26px 0 0; border-top: 1px solid var(--line); }
.wish-list > div { padding: 15px 15px 14px 0; border-bottom: 1px solid var(--line); }
.wish-list > div:nth-child(odd) { border-right: 1px solid var(--line); }
.wish-list > div:nth-child(even) { padding-left: 18px; }
.wish-list dt { color: var(--navy-deep); font-weight: 780; }
.wish-list dd { margin: 3px 0 0; color: var(--muted); font-size: 15px; }
.buyer-figure { border-radius: 30px 8px 30px 8px; }
.buyer-figure img { object-position: 54% 48%; }

.trust-section { padding: 68px 0; background: var(--sand); border-top: 1px solid #dacbbb; border-bottom: 1px solid #dacbbb; }
.trust-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.trust-layout > p { margin: 0; color: #52636b; font-size: 19px; }

.contact-section { padding: 86px 0 72px; background: var(--sky); }
.contact-shell { max-width: 760px; }
#contact-form { padding: 40px; background: #fff; border: 1px solid #ccd9df; border-radius: 18px; box-shadow: var(--shadow); }
#contact-form h2 { margin-bottom: 25px; font-size: 34px; }
.intent-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: 0; margin: 0 0 26px; border: 0; }
.intent-options label { cursor: pointer; }
.intent-options input { position: absolute; opacity: 0; pointer-events: none; }
.intent-options span { display: flex; min-height: 58px; align-items: center; justify-content: center; padding: 10px; color: #334e5c; background: #f7f3ee; border: 1px solid var(--line); border-radius: 9px; text-align: center; font-size: 13px; font-weight: 760; line-height: 1.25; }
.intent-options input:checked + span { color: #fff; background: var(--navy); border-color: var(--navy); box-shadow: inset 0 -4px 0 #d88670; }
.intent-options input:focus-visible + span { outline: 3px solid var(--focus); outline-offset: 3px; }
.field { margin-top: 20px; }
.field label { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 760; }
.field input, .field textarea { width: 100%; padding: 12px 14px; color: var(--ink); background: #fff; border: 1px solid #adbec7; border-radius: 8px; }
.field textarea { min-height: 168px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--focus); outline: 3px solid rgba(0,109,143,.17); }
.field-error { min-height: 0; margin: 6px 0 0; color: #912d24; font-size: 14px; font-weight: 650; }
.field-error:empty { display: none; }
.personal-fields { margin-top: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.personal-fields summary { padding: 17px 0; cursor: pointer; font-size: 15px; font-weight: 760; }
.optional-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; padding: 0 0 22px; }
.optional-grid .full { grid-column: 1 / -1; }
.consent { margin-top: 25px; }
.consent label { display: flex; gap: 11px; align-items: flex-start; font-size: 14px; }
.consent input { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 2px; }
.consent a { color: var(--coral-dark); font-weight: 760; }
.submit-button { width: 100%; min-height: 54px; margin-top: 25px; padding: 13px 20px; color: #fff; background: var(--coral-dark); border: 0; border-radius: 27px; cursor: pointer; font-weight: 790; }
.submit-button:hover { background: #742f28; }
.privacy-note { margin: 16px 0 0; color: var(--muted); text-align: center; font-size: 14px; }
.form-status { margin-top: 13px; color: var(--navy-deep); font-weight: 720; }
.form-status:empty { display: none; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.personal-contact { padding: 46px 0 0; text-align: center; }
.contact-label { margin: 0 0 9px; color: var(--coral-dark); font-size: 12px; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.personal-contact h2 { font-size: clamp(29px,3vw,38px); }
.contact-name { margin: 14px 0 21px; font-weight: 760; }
.contact-links { display: flex; justify-content: center; gap: 48px; }
.contact-links a { color: var(--navy-deep); text-decoration: none; font-weight: 790; }
.contact-links span { display: block; color: var(--muted); font-size: 11px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }

.site-footer { padding: 27px 0; color: #edf4f7; background: #102b3e; font-size: 13px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-inner p { margin: 0; }
.footer-inner nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-inner a { color: #f2f7f9; text-underline-offset: 4px; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .main-navigation { position: absolute; top: 100%; right: 24px; left: 24px; display: none; padding: 12px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-navigation.open { display: grid; }
  .main-navigation a { min-height: 48px; display: flex; align-items: center; padding: 7px 12px; border-bottom: 1px solid var(--line); }
  .main-navigation a:last-child { border-bottom: 0; }
  .hero { background: var(--linen); }
  .hero-layout, .change-layout, .owner-layout, .buyer-layout, .trust-layout { grid-template-columns: 1fr; gap: 38px; }
  .hero-copy { order: 1; }
  .hero-figure { order: 2; }
  .change-layout { gap: 48px; }
  .connection-track { grid-template-columns: 1fr; }
  .track-line { width: 2px; height: 55px; margin-left: 45px; }
  .track-line::after { top: auto; right: -4px; bottom: 0; transform: rotate(135deg); }
}

@media (max-width: 640px) {
  body { font-size: 17px; }
  .page-shell, .header-inner { width: min(100% - 28px,1180px); }
  .operator-bar { padding: 7px 14px; font-size: 13px; line-height: 1.35; }
  .header-inner { min-height: 76px; gap: 12px; }
  .brand { gap: 10px; font-size: 15px; }
  .brand img { width: 62px; height: 51px; }
  .menu-button { width: 54px; min-height: 54px; }
  .banner-figure { height: 104px; }
  .banner-figure img { object-position: 49% 50%; }
  .hero { padding: 44px 0 48px; }
  .hero-layout { gap: 34px; }
  h1 { font-size: clamp(34px,10.2vw,42px); hyphens: manual; }
  h2 { font-size: clamp(29px,8.4vw,35px); }
  .eyebrow { margin-bottom: 14px; font-size: 12px; }
  .lead { margin: 21px 0 25px; font-size: 17px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-figure { height: 228px; border-radius: 20px 5px 20px 5px; }
  .hero-figure img { object-position: 49% 49%; }
  figcaption { right: 6px; bottom: 6px; padding: 4px 6px; font-size: 10px; }
  .intent-navigation { width: min(100% - 28px,1180px); grid-template-columns: 1fr; margin-top: 0; border-radius: 12px; }
  .intent-link { min-height: 86px; padding: 18px 52px 17px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .intent-link:last-child { border-bottom: 0; }
  .intent-link > span { top: 19px; }
  .change-section { padding: 75px 0 66px; }
  .change-list li { grid-template-columns: 38px 1fr; gap: 10px; }
  .owner-section, .buyer-section { padding: 68px 0; }
  .owner-layout, .buyer-layout { gap: 34px; }
  .editorial-figure { height: 245px; border-radius: 6px 22px 6px 22px; }
  .owner-figure img { object-position: 50% 50%; }
  .connection-section { padding: 66px 0; }
  .connection-track { margin-top: 36px; }
  .connection-track article { min-height: 0; padding: 23px; }
  .wish-list { grid-template-columns: 1fr; }
  .wish-list > div:nth-child(odd) { border-right: 0; }
  .wish-list > div:nth-child(even) { padding-left: 0; }
  .trust-section { padding: 58px 0; }
  .contact-section { padding: 64px 0 54px; }
  .contact-shell { width: min(100% - 20px,760px); }
  #contact-form { padding: 28px 18px; border-radius: 14px; }
  #contact-form h2 { font-size: 31px; }
  .intent-options { grid-template-columns: 1fr; }
  .intent-options span { min-height: 50px; }
  .optional-grid { grid-template-columns: 1fr; }
  .optional-grid .full { grid-column: auto; }
  .contact-links { flex-direction: column; gap: 16px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-inner nav { justify-content: flex-start; gap: 14px 18px; }
}

@media (max-width: 350px) {
  .brand span { max-width: 142px; font-size: 14px; }
  .brand img { width: 54px; }
  h1 { font-size: 32px; }
  .page-shell, .intent-navigation { width: min(100% - 22px,1180px); }
  #contact-form { padding-inline: 14px; }
}

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