:root {
  --blue: #173f52;
  --blue-deep: #102f3e;
  --brick: #9b4632;
  --brick-dark: #753121;
  --sage: #e3eee8;
  --sage-deep: #c5dbd0;
  --ivory: #fbf8f0;
  --white: #fff;
  --ink: #263b43;
  --muted: #52666c;
  --line: #d7dfdc;
  --gold: #d7a653;
  --shadow: 0 18px 44px rgba(18, 54, 68, .13);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; color: var(--ink); background: var(--ivory); font: 18px/1.64 "Segoe UI", "Helvetica Neue", Arial, sans-serif; overflow-wrap: break-word; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid #d47a58; outline-offset: 4px; }
.shell { width: min(1190px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--blue-deep); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.operator-bar { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 5px; padding: 6px 16px; color: #fff; background: var(--blue-deep); text-align: center; font-size: 14px; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(251, 248, 240, .97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { min-width: 0; display: flex; align-items: center; gap: 16px; color: var(--blue-deep); text-decoration: none; font-weight: 780; }
.brand img { width: 92px; height: 58px; object-fit: contain; background: #fff; }
.brand span { padding-left: 16px; border-left: 1px solid var(--line); line-height: 1.25; }
.main-navigation { display: flex; align-items: center; gap: 27px; font-size: 16px; font-weight: 730; }
.main-navigation a { text-decoration: none; text-underline-offset: 7px; }
.main-navigation a:hover { color: var(--brick-dark); text-decoration: underline; }
.menu-button { display: none; width: 58px; min-height: 58px; padding: 9px; color: var(--blue-deep); background: #fff; border: 1px solid var(--line); border-radius: 9px; cursor: pointer; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 4px auto; background: currentColor; }
.menu-button b { display: block; margin-top: 2px; font-size: 11px; }

figure { position: relative; margin: 0; overflow: hidden; }
figcaption { position: absolute; right: 8px; bottom: 8px; z-index: 2; padding: 4px 8px; color: #fff; background: rgba(16, 47, 62, .9); border-radius: 3px; font-size: 11px; font-weight: 700; line-height: 1.35; }
.banner-figure { height: 148px; border-bottom: 1px solid var(--line); }
.banner-figure img { width: 100%; height: 100%; object-fit: cover; object-position: center 57%; }

.hero-section { padding: 62px 0 48px; background: linear-gradient(180deg, var(--ivory) 0 86%, var(--sage) 86% 100%); }
.hero-grid { display: grid; grid-template-columns: 1fr 1.03fr; gap: 62px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--brick-dark); font-size: 14px; font-weight: 820; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: #f3c7b7; }
h1, h2, h3 { margin: 0; color: var(--blue-deep); line-height: 1.09; letter-spacing: -.024em; text-wrap: balance; }
h1 { font-size: clamp(42px, 4.1vw, 53px); }
h2 { font-size: clamp(31px, 3.25vw, 40px); }
h3 { font-size: 21px; }
.lead { max-width: 650px; margin: 23px 0 28px; color: var(--muted); font-size: 19px; }
.hero-figure { height: 335px; border: 6px solid #fff; border-radius: 78px 18px 18px 18px; box-shadow: var(--shadow); }
.hero-figure img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; border: 2px solid transparent; border-radius: 7px; text-align: center; text-decoration: none; font-weight: 790; line-height: 1.25; cursor: pointer; }
.button-primary { color: #fff; background: var(--brick-dark); }
.button-primary:hover { background: #5d2519; }

.intent-ribbon { display: grid; grid-template-columns: 1.14fr .93fr .93fr; margin-top: 44px; background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(18, 54, 68, .09); }
.intent-link { position: relative; min-height: 98px; display: flex; flex-direction: column; justify-content: center; padding: 17px 50px 17px 24px; text-decoration: none; border-right: 1px solid var(--line); }
.intent-link:last-child { border-right: 0; }
.intent-link small { color: var(--muted); font-size: 12px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.intent-link strong { margin-top: 3px; color: var(--blue-deep); font-size: 18px; }
.intent-link > span { position: absolute; right: 19px; color: var(--brick); font-size: 15px; font-weight: 850; }
.intent-link.primary { background: var(--blue); }
.intent-link.primary small, .intent-link.primary strong, .intent-link.primary > span { color: #fff; }
.intent-link:hover { background: var(--sage); }
.intent-link.primary:hover { background: var(--blue-deep); }

.experience-section { padding: 92px 0; background: #fff; }
.experience-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.experience-heading > p:last-child { margin: 22px 0 0; color: var(--muted); }
.experience-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.experience-list li { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.experience-list li > span { color: var(--brick); font-size: 14px; font-weight: 850; letter-spacing: .08em; }
.experience-list p { margin: 8px 0 0; color: var(--muted); }

.property-section { padding: 96px 0; background: var(--sage); }
.property-grid, .conversation-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 72px; align-items: center; }
.property-grid figure, .conversation-grid figure { height: 425px; border-radius: var(--radius); box-shadow: var(--shadow); }
.property-grid figure img, .conversation-grid figure img { width: 100%; height: 100%; object-fit: cover; }
.property-grid figure img { object-position: center 47%; }
.conversation-grid figure img { object-position: center 44%; }
.section-copy p { margin: 20px 0 0; color: var(--muted); }
.text-link { display: inline-flex; gap: 10px; margin-top: 24px; color: var(--brick-dark); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 5px; }

.workday-section { padding: 68px 0; color: #fff; background: var(--blue-deep); }
.workday-layout { display: grid; grid-template-columns: 78px .92fr 1.08fr; gap: 40px; align-items: center; }
.workday-number { width: 58px; height: 58px; display: grid; place-items: center; margin: 0; color: var(--blue-deep); background: var(--gold); font-weight: 850; border-radius: 5px; }
.workday-layout h2 { color: #fff; }
.workday-layout > p:last-child { margin: 0; color: #edf4f6; }

.conversation-section { padding: 96px 0; background: var(--ivory); }
.conversation-grid { grid-template-columns: .94fr 1.06fr; }
.conversation-grid figure { border-radius: 18px 82px 18px 18px; }

.sideways-section { padding: 82px 0; background: #fff; border-top: 1px solid var(--line); }
.sideways-layout { display: grid; grid-template-columns: 1.12fr .94fr .94fr; border-block: 1px solid var(--line); }
.sideways-heading, .sideways-layout article { padding: 30px 32px 32px; }
.sideways-heading { padding-left: 0; }
.sideways-layout article { border-left: 1px solid var(--line); }
.sideways-layout p { margin: 13px 0 0; color: var(--muted); }
.sideways-layout .text-link { font-size: 16px; }

.trust-section { padding: 66px 0; color: #fff; background: var(--blue); }
.trust-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.trust-layout h2 { color: #fff; }
.trust-layout > p { margin: 0; color: #eef6f8; font-size: 19px; }

.form-section { padding: 94px 0 0; background: var(--sage-deep); }
.form-shell { width: min(940px, calc(100% - 48px)); }
#contact-form { padding: 52px; background: #fff; border: 1px solid #b9cec4; border-radius: var(--radius); box-shadow: var(--shadow); }
#contact-form h2 { margin-bottom: 30px; }
.intent-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0 0 30px; padding: 0; border: 0; }
.intent-options label { position: relative; cursor: pointer; }
.intent-options input { position: absolute; opacity: 0; pointer-events: none; }
.intent-options span { min-height: 65px; display: flex; align-items: center; justify-content: center; padding: 12px; color: var(--blue-deep); background: var(--ivory); border: 2px solid var(--line); border-radius: 7px; text-align: center; font-size: 16px; font-weight: 720; line-height: 1.3; }
.intent-options input:checked + span { color: #fff; background: var(--blue); border-color: var(--blue); box-shadow: inset 0 -4px 0 var(--gold); }
.intent-options input:focus-visible + span { outline: 3px solid #d47a58; outline-offset: 3px; }
.form-grid, .optional-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 19px; }
.field { display: flex; flex-direction: column; }
.field.full { grid-column: 1 / -1; }
.field label { margin-bottom: 7px; color: var(--blue-deep); font-weight: 730; }
.field input, .field textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid #9fafb3; border-radius: 6px; }
.field textarea { min-height: 170px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--brick-dark); box-shadow: 0 0 0 3px rgba(155, 70, 50, .14); outline: 0; }
.field [aria-invalid="true"] { border-color: #a32929; }
.field-error { min-height: 22px; display: block; margin-top: 4px; color: #8c1f1f; font-size: 14px; font-weight: 700; }
.personal-fields { margin-top: 12px; border-block: 1px solid var(--line); }
.personal-fields summary { padding: 17px 0; color: var(--blue-deep); font-weight: 780; cursor: pointer; }
.optional-grid { padding: 8px 0 22px; }
.consent-row { display: grid; grid-template-columns: 24px 1fr; gap: 10px; margin-top: 27px; align-items: start; }
.consent-row input { width: 21px; height: 21px; margin-top: 4px; accent-color: var(--blue); }
.consent-row a { color: var(--brick-dark); font-weight: 750; }
.consent-error { margin-left: 34px; }
.submit-button { width: 100%; margin-top: 16px; border: 0; }
.privacy-note { margin: 16px 0 0; color: var(--muted); text-align: center; font-size: 15px; }
.form-status { min-height: 28px; margin-top: 10px; color: var(--blue-deep); text-align: center; font-weight: 750; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px, 1px, 1px, 1px) !important; white-space: nowrap !important; }

.personal-contact { margin: 0; padding: 58px 10px 64px; text-align: center; }
.contact-label { margin: 0 0 10px; color: var(--brick-dark); font-size: 14px; font-weight: 830; letter-spacing: .14em; text-transform: uppercase; }
.contact-name { margin: 18px 0 20px; color: var(--blue-deep); font-size: 21px; font-weight: 760; }
.contact-links { display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; }
.contact-links a { color: var(--blue-deep); font-size: 20px; font-weight: 800; text-decoration: none; }
.contact-links span { display: block; color: var(--muted); font-size: 12px; font-weight: 730; letter-spacing: .1em; text-transform: uppercase; }
.contact-links a:hover { color: var(--brick-dark); text-decoration: underline; text-underline-offset: 6px; }

.site-footer { padding: 28px 0; color: #eaf3f5; background: #0b2835; font-size: 15px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-inner p { margin: 0; }
.footer-inner nav { display: flex; gap: 22px; flex-wrap: wrap; justify-content: flex-end; }
.footer-inner a { color: #fff; text-underline-offset: 5px; }

@media (max-width: 900px) {
  html { scroll-padding-top: 94px; }
  .shell, .form-shell { width: min(100% - 36px, 760px); }
  .header-inner { min-height: 68px; }
  .brand img { width: 76px; height: 48px; }
  .brand span { font-size: 15px; }
  .menu-button { display: block; }
  .main-navigation { position: fixed; inset: 102px 0 auto; display: none; padding: 18px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(18, 54, 68, .16); }
  .main-navigation.open { display: grid; gap: 0; }
  .main-navigation a { min-height: 52px; display: flex; align-items: center; padding: 8px 12px; border-bottom: 1px solid var(--line); }
  .main-navigation a:last-child { border-bottom: 0; }
  .banner-figure { height: 120px; }
  .hero-section { background: var(--ivory); }
  .hero-grid, .experience-layout, .property-grid, .conversation-grid, .trust-layout { grid-template-columns: 1fr; gap: 36px; }
  .hero-copy { order: 1; }
  .hero-figure { order: 2; height: 292px; }
  .intent-ribbon { grid-template-columns: 1fr; }
  .intent-link { border-right: 0; border-bottom: 1px solid var(--line); }
  .intent-link:last-child { border-bottom: 0; }
  .property-grid .section-copy, .conversation-grid .section-copy { order: 1; }
  .property-grid figure, .conversation-grid figure { order: 2; height: 390px; }
  .workday-layout { grid-template-columns: 64px 1fr; gap: 28px; }
  .workday-layout > p:last-child { grid-column: 2; }
  .sideways-layout { grid-template-columns: 1fr 1fr; }
  .sideways-heading { grid-column: 1 / -1; padding-left: 0; }
  .sideways-layout article:first-of-type { border-left: 0; }
  .intent-options { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner nav { justify-content: flex-start; }
}

@media (max-width: 520px) {
  body { font-size: 17px; }
  .shell, .form-shell { width: min(100% - 28px, 460px); }
  .operator-bar { display: block; font-size: 13px; }
  .operator-bar strong { display: block; }
  .brand { gap: 9px; }
  .brand img { width: 66px; height: 42px; }
  .brand span { max-width: 170px; padding-left: 9px; font-size: 13px; }
  .menu-button { width: 52px; min-height: 52px; }
  .main-navigation { inset-block-start: 102px; }
  .banner-figure { height: 96px; }
  .hero-section { padding: 42px 0 38px; }
  h1 { font-size: clamp(33px, 9.5vw, 39px); }
  h2 { font-size: clamp(28px, 8vw, 34px); }
  .lead { font-size: 18px; }
  .button { width: 100%; }
  .hero-figure { height: 225px; border-width: 4px; border-radius: 48px 14px 14px 14px; }
  .hero-figure img { object-position: center 44%; }
  .intent-ribbon { margin-top: 32px; }
  .intent-link { min-height: 86px; }
  .experience-section, .property-section, .conversation-section, .sideways-section { padding: 68px 0; }
  .experience-list li { grid-template-columns: 44px 1fr; }
  .property-grid figure, .conversation-grid figure { height: 270px; }
  .property-grid figure img, .conversation-grid figure img { object-position: center; }
  .conversation-grid figure { border-radius: 14px 48px 14px 14px; }
  .workday-section, .trust-section { padding: 58px 0; }
  .workday-layout { grid-template-columns: 1fr; gap: 20px; }
  .workday-number { display: none; }
  .workday-layout > p:last-child { grid-column: auto; }
  .sideways-layout { grid-template-columns: 1fr; }
  .sideways-heading, .sideways-layout article { padding: 26px 0; }
  .sideways-heading { grid-column: auto; }
  .sideways-layout article { border-top: 1px solid var(--line); border-left: 0; }
  .form-section { padding-top: 68px; }
  #contact-form { padding: 34px 20px; }
  .form-grid, .optional-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .personal-contact { padding: 48px 0 56px; }
  .contact-links { gap: 22px; flex-direction: column; }
  .contact-links a { overflow-wrap: anywhere; }
  .footer-inner nav { gap: 14px 20px; }
}

@media (max-width: 340px) {
  .shell, .form-shell { width: calc(100% - 22px); }
  .brand span { max-width: 132px; font-size: 12px; overflow-wrap: anywhere; }
  .menu-button { width: 48px; min-height: 48px; }
  h1 { font-size: 31px; overflow-wrap: anywhere; }
  h2 { font-size: 27px; overflow-wrap: anywhere; }
  .hero-figure { height: 200px; }
  .property-grid figure, .conversation-grid figure { height: 235px; }
  #contact-form { padding: 30px 14px; }
  .intent-options span { padding-inline: 8px; font-size: 15px; }
}

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