:root {
  --ink: #28434c;
  --ink-deep: #18343d;
  --ink-soft: #5a6b70;
  --clay: #ad5032;
  --clay-deep: #7b351f;
  --mint: #e6f0ec;
  --apricot: #f4e2d4;
  --cream: #fffaf4;
  --paper: #ffffff;
  --gold: #d4a84f;
  --line: #cedbd7;
  --shadow: 0 22px 54px rgba(24,52,61,.13);
  --radius: 20px;
  --shell: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif; font-size: 18px; line-height: 1.64; text-rendering: optimizeLegibility; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p, dl, dd { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; text-wrap: balance; }
h1 { margin-bottom: 24px; font-size: clamp(44px,4.5vw,54px); letter-spacing: -.042em; }
h2 { margin-bottom: 24px; font-size: clamp(32px,3.25vw,40px); letter-spacing: -.03em; }
h3 { margin-bottom: 8px; font-size: 22px; }
p { margin-bottom: 20px; }
.shell { width: min(calc(100% - 48px),var(--shell)); margin-inline: auto; }
.hero-layout > *, .route-row > *, .work-grid > *, .fieldwork-layout > *, .conversation-layout > *, .property-layout > *, .property-paths > *, .trust-layout > *, .trust-facts > * { min-width: 0; }
.section { padding: 78px 0; }
.eyebrow, .contact-kicker { margin-bottom: 14px; color: var(--clay); font-size: 13px; font-weight: 850; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-180%); padding: 10px 16px; border-radius: 8px; color: var(--paper); background: var(--ink-deep); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.operator-bar { min-height: 34px; display: grid; place-items: center; padding: 7px 24px; color: var(--paper); background: var(--ink-deep); font-size: 13px; font-weight: 700; line-height: 1.35; text-align: center; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(255,250,244,.98); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: 74px minmax(210px,1fr) auto; align-items: center; gap: 24px; }
.brand { width: 68px; }
.brand img { width: 100%; height: 48px; object-fit: contain; }
.header-label { margin: 0; color: var(--ink-deep); font-size: 15px; font-weight: 850; letter-spacing: .025em; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: 21px; }
.main-nav a { padding: 10px 0 7px; border-bottom: 2px solid transparent; font-size: 15px; font-weight: 750; text-decoration: none; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--clay-deep); border-bottom-color: var(--clay); }
.menu-button { display: none; align-items: center; min-height: 46px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink-deep); background: var(--paper); }
.menu-icon, .menu-icon::before, .menu-icon::after { width: 20px; height: 2px; display: block; position: relative; background: currentColor; }
.menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; }
.menu-icon::before { top: -6px; }
.menu-icon::after { top: 6px; }

.region-banner { position: relative; height: 102px; margin: 0; overflow: hidden; background: var(--mint); }
.region-banner img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; }
.photo-frame { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--mint); box-shadow: var(--shadow); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
figcaption { position: absolute; right: 10px; bottom: 10px; padding: 4px 8px; border-radius: 5px; color: var(--paper); background: rgba(24,52,61,.94); font-size: 11px; font-weight: 700; line-height: 1.25; }
.region-banner figcaption { right: 16px; bottom: 9px; }

.hero { position: relative; padding: 56px 0 70px; overflow: hidden; background: var(--cream); }
.hero::before { content: ""; position: absolute; inset: 0 0 0 52%; background: linear-gradient(135deg,var(--mint),var(--apricot)); clip-path: polygon(12% 0,100% 0,100% 100%,0 100%); }
.hero-layout, .route-row { position: relative; z-index: 1; }
.hero-layout { display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 62px; }
.hero-copy { max-width: 545px; }
.hero-lead { color: var(--ink-soft); font-size: 20px; line-height: 1.58; }
.hero-photo { height: 356px; border-radius: 70px 18px 18px 18px; }
.hero-photo img { object-position: 50% 45%; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 23px; border: 2px solid transparent; border-radius: 9px; font-weight: 800; line-height: 1.3; text-align: center; text-decoration: none; cursor: pointer; }
.button-primary { color: var(--paper); background: var(--clay); }
.button-primary:hover, .button-primary:focus-visible { background: var(--clay-deep); }

.route-row { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 12px; margin-top: 46px; }
.route { position: relative; min-height: 110px; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 20px 62px 20px 23px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); text-decoration: none; }
.route span { color: var(--clay-deep); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.route strong { font-size: 18px; line-height: 1.35; }
.route i { position: absolute; right: 20px; color: #d4dfdb; font-size: 28px; font-style: normal; font-weight: 900; }
.route:hover, .route:focus-visible { border-color: var(--clay); background: var(--apricot); }
.route-primary { color: var(--paper); border-color: var(--ink-deep); background: var(--ink-deep); }
.route-primary span { color: #f1c8ae; }
.route-primary i { color: rgba(255,255,255,.25); }
.route-primary:hover, .route-primary:focus-visible { background: var(--clay-deep); }

.work-section { background: var(--paper); }
.work-heading { max-width: 820px; margin-bottom: 42px; }
.work-heading > p:last-child { max-width: 730px; color: var(--ink-soft); font-size: 19px; }
.work-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--line); }
.work-grid article { min-height: 245px; padding: 31px 30px 26px; border-top: 5px solid transparent; background: var(--cream); }
.work-grid article:nth-child(1) { border-top-color: var(--clay); }
.work-grid article:nth-child(2) { border-top-color: #648276; }
.work-grid article:nth-child(3) { border-top-color: #c78555; }
.work-grid span { color: var(--clay); font-size: 13px; font-weight: 900; letter-spacing: .1em; }
.work-grid h3 { margin-top: 12px; }
.work-grid p { margin-bottom: 0; color: var(--ink-soft); }

.fieldwork-section { background: var(--apricot); }
.fieldwork-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.fieldwork-photo { height: 430px; border-radius: 18px 18px 18px 68px; }
.fieldwork-photo img { object-position: 46% 50%; }
.fieldwork-copy p:not(.eyebrow), .conversation-copy p:not(.eyebrow) { color: var(--ink-soft); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 2px; border-bottom: 2px solid var(--clay); color: var(--clay-deep); font-weight: 850; text-decoration: none; }
.text-link:hover, .text-link:focus-visible { color: var(--ink-deep); border-color: var(--gold); }

.conversation-section { background: var(--mint); }
.conversation-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.conversation-photo { height: 430px; border-radius: 68px 18px 18px 18px; }
.conversation-photo img { object-position: 50% 48%; }

.property-band { padding: 70px 0; color: var(--paper); background: var(--ink-deep); }
.property-band .eyebrow { color: #f1c8ae; }
.property-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; }
.property-heading h2 { color: var(--paper); }
.property-heading > p:last-child { color: #d8e5e2; }
.property-paths { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(255,255,255,.3); }
.property-paths article { padding: 28px 30px 4px 0; }
.property-paths article + article { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.3); }
.property-paths span { color: #f1c8ae; font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.property-paths h3 { margin-top: 8px; color: var(--paper); }
.property-paths p { color: #d8e5e2; }
.property-paths a { color: var(--paper); font-weight: 850; text-underline-offset: 4px; }

.trust-section { padding: 58px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream); }
.trust-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 56px; }
.trust-layout h2 { margin-bottom: 0; font-size: clamp(30px,3vw,38px); }
.trust-facts { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; }
.trust-facts div { min-height: 98px; display: flex; flex-direction: column; justify-content: center; padding: 10px 23px; border-left: 1px solid var(--line); }
.trust-facts dt { color: var(--clay); font-size: 13px; font-weight: 850; }
.trust-facts dd { margin: 4px 0 0; font-size: 19px; font-weight: 800; line-height: 1.35; }

.form-section { padding-block: 84px; background: var(--apricot); }
.form-shell { width: min(calc(100% - 48px),960px); }
.contact-form { padding: 48px; border-top: 6px solid var(--clay); border-radius: 16px 16px 0 0; background: var(--paper); box-shadow: var(--shadow); }
.contact-form h2 { margin-bottom: 24px; }
.intent-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; padding: 0; margin: 0 0 32px; border: 0; }
.intent-options label { position: relative; cursor: pointer; }
.intent-options input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.intent-options span { min-height: 64px; display: flex; align-items: center; padding: 13px 16px; border: 2px solid var(--line); border-radius: 9px; color: var(--ink); background: var(--cream); font-weight: 750; line-height: 1.35; }
.intent-options input:checked + span { color: var(--paper); border-color: var(--clay-deep); background: var(--clay-deep); }
.intent-options input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 3px; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.field { display: grid; gap: 7px; min-width: 0; }
.field-full { grid-column: 1 / -1; }
.field > span { font-weight: 800; }
.field input, .field textarea { width: 100%; border: 2px solid #aab7b6; border-radius: 9px; padding: 13px 15px; color: var(--ink); background: var(--paper); }
.field input { min-height: 56px; }
.field textarea { min-height: 158px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--clay); outline: 3px solid rgba(212,168,79,.4); outline-offset: 1px; }
.field [aria-invalid="true"] { border-color: #972038; }
.field-error { min-height: 0; color: #861d31; font-size: 15px; font-weight: 750; }
.field-error:empty { display: none; }
.optional-details { margin: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.optional-details summary { padding: 18px 2px; color: var(--clay-deep); font-weight: 850; cursor: pointer; }
.optional-details summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.optional-grid { padding: 4px 0 26px; }
.consent { display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: start; margin: 22px 0 4px; }
.consent input { width: 22px; height: 22px; margin: 3px 0 0; accent-color: var(--clay-deep); }
.consent a { color: var(--clay-deep); font-weight: 850; }
.consent-error { display: block; margin: 0 0 18px 36px; }
.submit-button { border: 0; }
.form-status { min-height: 1.4em; margin: 14px 0 0; color: #27613b; font-weight: 800; }
.privacy-hint { margin: 8px 0 0; color: var(--ink-soft); font-size: 15px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.sr-only { 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; }
.personal-contact { padding: 42px 48px 44px; border-radius: 0 0 16px 16px; color: var(--paper); background: var(--ink-deep); box-shadow: var(--shadow); }
.personal-contact .contact-kicker { color: #f1c8ae; }
.personal-contact h2 { margin-bottom: 12px; color: var(--paper); font-size: 32px; }
.contact-name { margin-bottom: 18px; font-size: 20px; font-weight: 800; }
.contact-links { display: flex; flex-wrap: wrap; gap: 12px 34px; }
.contact-links a { color: var(--paper); font-size: 18px; font-weight: 800; overflow-wrap: anywhere; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.contact-links span { color: #f1c8ae; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.site-footer { padding: 27px 0; color: var(--paper); background: #11262d; font-size: 14px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-inner p { margin: 0; }
.footer-inner nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 22px; }
.footer-inner a { color: var(--paper); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

@media (max-width: 1080px) {
  .shell { width: min(calc(100% - 40px),var(--shell)); }
  .header-inner { grid-template-columns: 66px minmax(190px,1fr) auto; gap: 17px; }
  .main-nav { gap: 14px; }
  .main-nav a { font-size: 14px; }
  .hero-layout { gap: 42px; }
  .hero-photo { height: 335px; }
  .fieldwork-layout, .conversation-layout, .property-layout { gap: 48px; }
}

@media (max-width: 880px) {
  .header-inner { position: relative; grid-template-columns: 66px 1fr auto; }
  .menu-button { display: inline-flex; justify-self: end; }
  .main-nav { position: absolute; top: calc(100% - 1px); left: 0; right: 0; display: none; grid-template-columns: 1fr 1fr; gap: 8px; padding: 16px; border: 1px solid var(--line); background: var(--cream); box-shadow: var(--shadow); }
  .main-nav[data-open="true"] { display: grid; }
  .main-nav a { padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
  .hero::before { inset: 48% 0 0; clip-path: none; }
  .hero-layout, .fieldwork-layout, .conversation-layout, .property-layout, .trust-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; }
  .hero-photo { height: 300px; }
  .hero-photo img { object-position: 50% 42%; }
  .route-row { grid-template-columns: 1fr; }
  .fieldwork-photo, .conversation-photo { height: 360px; }
  .property-heading { max-width: 720px; }
}

@media (max-width: 600px) {
  body { font-size: 17px; }
  .shell, .form-shell { width: min(calc(100% - 28px),var(--shell)); }
  .section { padding: 62px 0; }
  .operator-bar { min-height: 42px; padding-inline: 14px; }
  .header-inner { min-height: 76px; grid-template-columns: 54px minmax(0,1fr) auto; gap: 12px; }
  .brand { width: 52px; }
  .brand img { height: 42px; }
  .header-label { max-width: 170px; font-size: 14px; line-height: 1.22; }
  .main-nav { grid-template-columns: 1fr; }
  .region-banner { height: 82px; }
  .region-banner img { object-position: 50% 60%; }
  .region-banner figcaption { right: 8px; bottom: 7px; }
  .hero { padding: 42px 0 58px; }
  .hero::before { inset: 62% 0 0; }
  .hero-layout { gap: 28px; }
  h1 { font-size: clamp(34px,9.7vw,38px); overflow-wrap: break-word; }
  h2 { font-size: clamp(28px,8.3vw,32px); }
  .hero-lead { font-size: 18px; }
  .button { width: 100%; }
  .hero-photo { height: 230px; grid-row: 2; border-radius: 48px 14px 14px 14px; }
  .hero-photo img { object-position: 50% 45%; }
  .route-row { margin-top: 30px; }
  .route { min-height: 88px; }
  .work-grid { grid-template-columns: 1fr; }
  .work-grid article { min-height: 0; padding: 25px 22px; }
  .fieldwork-layout, .conversation-layout { gap: 32px; }
  .fieldwork-copy { grid-row: 1; }
  .fieldwork-photo { grid-row: 2; }
  .fieldwork-photo, .conversation-photo { height: 240px; }
  .fieldwork-photo { border-radius: 14px 14px 14px 48px; }
  .conversation-photo { border-radius: 48px 14px 14px 14px; }
  .fieldwork-photo img { object-position: 38% 48%; }
  .conversation-photo img { object-position: 50% 48%; }
  .property-band { padding: 58px 0; }
  .property-paths { grid-template-columns: 1fr; }
  .property-paths article { padding-right: 0; }
  .property-paths article + article { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.3); }
  .trust-facts { grid-template-columns: 1fr; }
  .trust-facts div { min-height: 76px; padding-inline: 0; border-left: 0; border-top: 1px solid var(--line); }
  .contact-form, .personal-contact { padding: 34px 18px; }
  .intent-options, .form-grid { grid-template-columns: 1fr; }
  .intent-options span { min-height: 54px; }
  .field textarea { min-height: 150px; }
  .consent { grid-template-columns: 24px minmax(0,1fr); }
  .consent-error { margin-left: 0; }
  .personal-contact h2 { font-size: 28px; }
  .contact-links { display: grid; gap: 14px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner nav { justify-content: flex-start; }
}

@media (max-width: 340px) {
  .shell, .form-shell { width: min(calc(100% - 22px),var(--shell)); }
  .header-label { max-width: 142px; font-size: 12.5px; }
  h1 { font-size: 33px; }
  h2 { font-size: 28px; }
  .route { padding-right: 52px; }
  .contact-form, .personal-contact { padding-inline: 14px; }
  .contact-links a { font-size: 16px; }
  .optional-details summary, .consent span { overflow-wrap: anywhere; }
}

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