:root {
  --forest: #0f3529;
  --forest-deep: #0a261e;
  --forest-soft: #184a38;
  --brass: #b98b2f;
  --brass-light: #d2ab59;
  --cream: #f4efe4;
  --warm-white: #fbf9f3;
  --charcoal: #1c211d;
  --line: #d8d0c0;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", "Segoe UI", sans-serif;
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; color: var(--charcoal); background: var(--warm-white); font-family: var(--sans); line-height: 1.5; }
a { color: inherit; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
.shell { width: min(var(--shell), calc(100% - 72px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 1000; padding: 12px 16px; color: var(--forest-deep); background: var(--brass); font-weight: 700; }
.skip-link:focus-visible { top: 16px; }
:focus-visible { outline: 3px solid var(--brass-light); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 100; }
.contact-strip { color: var(--warm-white); background: linear-gradient(90deg, var(--forest), var(--forest-deep)); font-size: .85rem; }
.contact-strip-inner { display: flex; min-height: 36px; align-items: center; justify-content: space-between; }
.contact-strip a { display: inline-flex; gap: 7px; align-items: center; text-decoration: none; }
.contact-strip a:hover { color: var(--brass-light); }
.contact-strip a span:first-child { color: var(--brass-light); }
.main-nav { border-bottom: 1px solid #c9c0ae; background: var(--cream); }
.nav-shell { display: flex; min-height: 88px; gap: 36px; align-items: center; }
.brand { display: inline-flex; margin-right: auto; align-items: center; text-decoration: none; }
.brand-logo { display: block; }
.brand-logo img { display: block; width: 184px; height: auto; aspect-ratio: 1672 / 941; object-fit: contain; }
.brand-logo-mark { display: none; }
.site-nav { display: flex; gap: 28px; align-items: center; font-size: .82rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.site-nav > a:not(.button) { text-decoration: none; }
.site-nav > a:not(.button):hover { color: var(--brass); }
.nav-toggle { display: none; width: 48px; height: 48px; border: 1px solid #c9c0ae; background: var(--warm-white); cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--forest); transition: transform .2s ease, opacity .2s ease; }
.menu-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button { display: inline-flex; min-width: 0; min-height: 47px; gap: 10px; align-items: center; justify-content: center; padding: 12px 24px; border: 1px solid transparent; text-align: center; text-decoration: none; white-space: normal; font-family: var(--serif); font-weight: 700; letter-spacing: .02em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-nav, .button-dark { color: var(--warm-white); background: var(--forest-deep); }
.button-nav { min-height: 44px; padding-inline: 22px; }
.button-gold { color: #251b09; background: linear-gradient(135deg, #d2ab59, var(--brass)); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2); }
.button-outline { border-color: rgba(255, 255, 255, .85); color: var(--warm-white); background: rgba(5, 24, 17, .28); }

.hero { position: relative; min-height: 530px; overflow: hidden; color: var(--warm-white); background: #0a261e url("assets/hero-mountains.png") 62% center / cover no-repeat; }
.hero::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(3, 18, 13, .58) 0%, rgba(3, 18, 13, .28) 43%, rgba(3, 18, 13, .04) 72%); }
@supports (background-image: image-set(url("assets/hero-mountains.webp") type("image/webp"))) {
  .hero { background-image: image-set(url("assets/hero-mountains.webp") type("image/webp"), url("assets/hero-mountains.png") type("image/png")); }
}
.hero-layout { position: relative; z-index: 2; display: grid; min-height: 530px; grid-template-columns: minmax(0, 1fr) 240px; gap: 48px; align-items: center; padding-block: 52px; }
.hero-copy { max-width: 620px; }
.hero-kicker, .eyebrow { margin-bottom: 12px; color: var(--brass); font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero-kicker { color: var(--brass-light); }
.hero h1 { margin-bottom: 16px; font: 600 clamp(3.5rem, 6.2vw, 5.8rem) / .95 var(--serif); letter-spacing: -.045em; }
.hero h1 em { color: var(--brass-light); font-style: normal; }
.hero-lead { max-width: 560px; margin-bottom: 13px; font: 500 clamp(1.16rem, 1.9vw, 1.5rem) / 1.38 var(--serif); }
.hero-service-line { margin-bottom: 22px; color: rgba(251, 249, 243, .86); font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-service-line span { margin-inline: 7px; color: var(--brass-light); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.noco-badge { justify-self: end; width: 235px; padding: 25px 18px 30px; border: 1px solid var(--brass); color: var(--warm-white); background: rgba(5, 48, 34, .9); text-align: center; clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%); }
.badge-mountains { width: 82px; fill: none; stroke: var(--brass-light); stroke-width: 2; }
.noco-badge strong { display: block; margin-top: 8px; font: 600 1.05rem var(--serif); text-transform: uppercase; }
.noco-badge > span { display: block; height: 1px; margin: 12px 0; background: var(--brass); }
.noco-badge p { margin: 0; font: 700 .78rem / 1.8 var(--serif); text-transform: uppercase; }

.services-section, .process-section { padding: 84px 0; }
.services-section { background: var(--warm-white); }
.section-intro { max-width: 680px; margin-bottom: 44px; }
.section-intro h2, .estate-layout h2, .partners-copy h2 { margin-bottom: 14px; font: 600 clamp(2.15rem, 4vw, 3.4rem) / 1.04 var(--serif); letter-spacing: -.035em; }
.section-intro > p:last-child { max-width: 620px; margin-bottom: 0; color: #4c554f; font-size: 1.03rem; }
.core-services { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.core-service { min-width: 0; padding: 34px 36px 36px; border-right: 1px solid var(--line); }
.core-service:first-child { padding-left: 0; }
.core-service:last-child { padding-right: 0; border-right: 0; }
.service-icon { position: relative; display: block; width: 58px; height: 58px; margin-bottom: 22px; border: 1px solid var(--brass); border-radius: 50%; }
.service-icon::before { position: absolute; top: 13px; left: 20px; width: 17px; height: 17px; border: 1px solid #815b1e; border-radius: 50%; content: ""; background: radial-gradient(circle at 32% 25%, #efd07b, #b9882f 43%, #67450f 100%); box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .34); }
.service-icon::after { position: absolute; top: 27px; left: 26px; width: 5px; height: 21px; content: ""; background: linear-gradient(90deg, #67450f, #d7a846 45%, #714c14); transform: rotate(25deg); transform-origin: top; clip-path: polygon(20% 0, 80% 0, 100% 90%, 50% 100%, 0 90%); }
.service-icon-reset::before { top: 12px; left: 19px; }
.service-icon-reset::after { transform: rotate(-29deg); }
.service-icon-care::before { box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .34), 0 0 0 4px rgba(185, 139, 47, .16); }
.core-service h3 { margin-bottom: 10px; color: var(--forest-deep); font: 600 1.38rem / 1.12 var(--serif); }
.core-service > p { margin-bottom: 17px; color: #505650; font-size: .95rem; }
.core-service ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; color: #303934; font-size: .86rem; }
.core-service li { position: relative; padding-left: 15px; }
.core-service li::before { position: absolute; left: 0; color: var(--brass); content: "•"; }
.secondary-services { display: grid; grid-template-columns: .9fr 1.25fr 1.45fr; gap: 30px; align-items: start; margin-top: 34px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.secondary-services .eyebrow { margin-bottom: 5px; font-size: .67rem; }
.secondary-services h3 { margin: 0; font: 600 1.3rem var(--serif); }
.secondary-services ul { display: flex; flex-wrap: wrap; gap: 7px 16px; margin: 0; padding: 0; list-style: none; font-size: .84rem; }
.secondary-services li { white-space: nowrap; }
.secondary-services li::before { margin-right: 7px; color: var(--brass); content: "•"; }
.secondary-services > p { margin: 0; color: #515a54; font-size: .85rem; }
.secondary-services a { color: var(--forest); font-weight: 700; text-underline-offset: .15em; }

.estate-section { padding: 70px 0; color: var(--warm-white); background: linear-gradient(105deg, var(--forest), var(--forest-deep)); }
.estate-layout { display: grid; grid-template-columns: 1.05fr 1.25fr; column-gap: 72px; row-gap: 30px; align-items: center; }
.estate-layout .eyebrow { color: var(--brass-light); }
.estate-layout h2 { margin-bottom: 14px; }
.estate-layout > div > p:last-child { max-width: 550px; margin-bottom: 0; color: rgba(251, 249, 243, .84); }
.estate-flow { display: flex; gap: 14px; align-items: center; justify-content: space-between; padding: 20px 0; border-top: 1px solid rgba(244, 239, 228, .35); border-bottom: 1px solid rgba(244, 239, 228, .35); color: var(--brass-light); font: 600 clamp(1.1rem, 2vw, 1.6rem) var(--serif); text-transform: uppercase; }
.estate-flow b { color: var(--brass); font-family: var(--sans); font-size: 1.15rem; }
.estate-note { grid-column: 1 / -1; margin: 0; color: rgba(251, 249, 243, .68); font-size: .78rem; }

.process-section { background: var(--cream); }
.section-intro-compact { margin-bottom: 36px; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid #cfc5b3; border-bottom: 1px solid #cfc5b3; }
.process-list li { display: grid; min-height: 130px; grid-template-columns: 44px 1fr; gap: 14px; align-items: center; padding: 20px 28px; border-right: 1px solid #cfc5b3; }
.process-list li:first-child { padding-left: 0; }
.process-list li:last-child { padding-right: 0; border-right: 0; }
.process-list span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: var(--warm-white); background: var(--forest); font-weight: 700; }
.process-list p { margin: 0; color: var(--forest-deep); font: 600 1.05rem / 1.25 var(--serif); }

.partners-section { padding: 84px 0; color: var(--warm-white); background: var(--forest-deep); }
.partners-layout { display: grid; grid-template-columns: 1fr .82fr; gap: 82px; align-items: center; }
.partners-copy .eyebrow, .audience-panel .eyebrow { color: var(--brass-light); }
.partners-copy h2 { max-width: 620px; }
.partners-copy > p:not(.eyebrow) { max-width: 580px; color: rgba(251, 249, 243, .82); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; margin: 24px 0 28px; padding: 0; list-style: none; font-size: .9rem; }
.check-list li::before { display: inline-grid; width: 17px; height: 17px; margin-right: 8px; place-items: center; border-radius: 50%; color: var(--forest-deep); background: var(--brass-light); content: "✓"; font-size: .7rem; font-weight: 700; }
.audience-panel { padding: 32px 0 32px 36px; border-left: 1px solid rgba(244, 239, 228, .32); }
.audience-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; margin: 0; padding: 0; list-style: none; }
.audience-list li { position: relative; padding-left: 14px; font-size: .91rem; }
.audience-list li::before { position: absolute; left: 0; color: var(--brass-light); content: "•"; }
.audience-note { margin: 24px 0 0; color: rgba(251, 249, 243, .79); font-size: .9rem; }
.audience-note a { color: var(--brass-light); font-weight: 700; text-underline-offset: .15em; }

.service-area { color: var(--warm-white); background: var(--forest); text-align: center; }
.service-area .shell { display: flex; min-height: 58px; gap: 14px; align-items: center; justify-content: center; }
.service-area strong { color: var(--brass-light); font: 600 .9rem var(--serif); letter-spacing: .06em; text-transform: uppercase; }
.service-area p { margin: 0; font-size: .78rem; }

.walkthrough-band { display: grid; grid-template-columns: .9fr 1.6fr .9fr; border-top: 1px solid var(--brass); background: var(--warm-white); }
.walkthrough-intro { display: flex; gap: 20px; align-items: center; padding: 28px max(36px, calc((100vw - var(--shell)) / 2)); padding-right: 30px; color: var(--warm-white); background: linear-gradient(135deg, var(--forest), var(--forest-deep)); }
.call-disc { display: grid; width: 53px; height: 53px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--warm-white); background: var(--brass); font-size: 1.5rem; }
.walkthrough-intro h2 { margin: 0; font: 600 1.55rem / 1.2 var(--serif); }
.walkthrough-intro p { margin: 8px 0 0; color: var(--brass-light); font: 600 1rem var(--serif); }
.walkthrough-form-wrap { padding: 15px 22px; }
.walkthrough-form-wrap > h2 { margin: 0 0 8px; text-align: center; font: 600 1rem var(--serif); text-transform: uppercase; }
.form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.lead-form input, .lead-form textarea { width: 100%; padding: 10px 12px; border: 1px solid #ccc4b5; border-radius: 0; color: var(--charcoal); background: #fffdfa; font-size: .85rem; }
.lead-form input { height: 39px; }
.lead-form textarea { height: 39px; min-height: 39px; resize: vertical; }
.lead-form input:focus, .lead-form textarea:focus { outline: 2px solid var(--brass-light); outline-offset: 0; }
.form-wide { grid-column: span 2; }
.form-status { display: none; margin: 10px 0 0; padding: 9px 12px; font-size: .8rem; }
.form-status.is-visible { display: block; }
.form-status.is-info { color: var(--forest-deep); background: #e4ebe6; }
.form-status.is-error { color: #6c231d; background: #f7e0dc; }
.form-status.is-success { color: #154128; background: #dcecdf; }
.field-error { border-color: #a84134 !important; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status a { color: inherit; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: .15em; }
.walkthrough-action { padding: 30px max(36px, calc((100vw - var(--shell)) / 2)); padding-left: 22px; text-align: center; }
.walkthrough-action .button { width: 100%; }
.walkthrough-action p { margin: 10px 0 0; font-size: .76rem; }

.site-footer { padding: 22px 0; color: rgba(251, 249, 243, .88); background: #071b14; font-size: .75rem; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 28px; align-items: center; text-align: center; }
.footer-grid p { margin: 0; }
.footer-brand img { display: block; width: 145px; height: auto; margin: 0 auto 5px; aspect-ratio: 1672 / 941; object-fit: contain; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--brass-light); }
.footer-upcoming { color: var(--brass-light); }

@media (max-width: 1100px) {
  .site-nav { gap: 17px; }
  .core-service { padding-inline: 24px; }
  .secondary-services { grid-template-columns: 1fr 1.4fr; }
  .secondary-services > p { grid-column: 1 / -1; }
  .partners-layout { gap: 48px; }
  .walkthrough-band { grid-template-columns: 1fr 1.5fr; }
  .walkthrough-action { grid-column: 1 / -1; padding: 18px max(36px, calc((100vw - var(--shell)) / 2)); background: var(--cream); }
  .walkthrough-action .button { width: auto; min-width: 300px; }
}

@media (max-width: 860px) {
  .nav-shell { flex-wrap: wrap; padding-block: 12px; }
  .site-nav { width: 100%; flex: 0 0 100%; flex-wrap: wrap; justify-content: center; }
  .js-ready .nav-toggle { display: block; }
  .js-ready .nav-shell { flex-wrap: nowrap; padding-block: 0; }
  .js-ready .site-nav { position: absolute; top: calc(100% + 1px); right: 16px; left: 16px; z-index: 10; display: none; width: auto; flex: none; gap: 0; align-items: stretch; padding: 12px; border: 1px solid #c9c0ae; background: var(--cream); box-shadow: 0 14px 26px rgba(0, 0, 0, .15); }
  .js-ready .site-nav.is-open { display: grid; }
  .js-ready .site-nav > a { padding: 13px; }
  .js-ready .site-nav .button { margin-top: 6px; }
  .nav-shell { position: relative; }
  .hero-layout { grid-template-columns: 1fr 205px; }
  .core-services { grid-template-columns: 1fr; }
  .core-service, .core-service:first-child, .core-service:last-child { display: grid; grid-template-columns: 78px 1fr; column-gap: 20px; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .core-service:last-child { border-bottom: 0; }
  .core-service .service-icon { grid-row: span 3; margin: 0; }
  .core-service h3, .core-service > p, .core-service ul { grid-column: 2; }
  .estate-layout { grid-template-columns: 1fr; gap: 26px; }
  .estate-note { grid-column: auto; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li:nth-child(2) { border-right: 0; }
  .process-list li:nth-child(1), .process-list li:nth-child(2) { border-bottom: 1px solid #cfc5b3; }
  .process-list li:nth-child(3) { padding-left: 0; }
  .partners-layout { grid-template-columns: 1fr; gap: 38px; }
  .audience-panel { padding: 32px 0 0; border-top: 1px solid rgba(244, 239, 228, .32); border-left: 0; }
}

@media (max-width: 620px) {
  .shell { width: min(var(--shell), calc(100% - 32px)); }
  .contact-strip-inner { min-height: 34px; font-size: .73rem; }
  .contact-strip-inner a:last-child { display: none; }
  .nav-shell { min-height: 76px; gap: 12px; }
  .brand-logo-primary { display: none; }
  .brand-logo-mark { display: block; }
  .brand-logo-mark img { width: 51px; height: 51px; aspect-ratio: 1; }
  .hero { min-height: 620px; background-position: 67% center; }
  .hero::before { background: linear-gradient(90deg, rgba(3, 18, 13, .88) 0%, rgba(3, 18, 13, .7) 57%, rgba(3, 18, 13, .26) 100%); }
  .hero-layout { display: flex; min-height: 620px; gap: 28px; flex-direction: column; align-items: stretch; justify-content: center; padding-block: 48px 34px; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 4.65rem); }
  .hero-lead { font-size: 1.18rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 11px; }
  .hero-actions .button { width: 100%; }
  .noco-badge { align-self: center; width: min(250px, 100%); padding-block: 18px 25px; }
  .services-section, .process-section, .partners-section { padding-block: 58px; }
  .section-intro { margin-bottom: 30px; }
  .section-intro h2, .estate-layout h2, .partners-copy h2 { font-size: clamp(2rem, 10vw, 2.65rem); }
  .core-service, .core-service:first-child, .core-service:last-child { display: block; padding-block: 28px; }
  .core-service .service-icon { margin-bottom: 18px; }
  .core-service h3, .core-service > p, .core-service ul { grid-column: auto; }
  .secondary-services { display: block; margin-top: 24px; padding: 22px 0; }
  .secondary-services h3 { margin-bottom: 16px; }
  .secondary-services ul { margin-bottom: 16px; }
  .estate-section { padding-block: 56px; }
  .estate-flow { display: grid; grid-template-columns: 1fr 20px 1fr; gap: 12px 8px; font-size: 1.02rem; text-align: center; }
  .estate-flow b:nth-of-type(2) { grid-column: 2; }
  .estate-flow span:nth-of-type(3) { grid-column: 1; }
  .estate-flow b:nth-of-type(3) { grid-column: 2; }
  .estate-flow span:nth-of-type(4) { grid-column: 3; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li:first-child, .process-list li:last-child, .process-list li:nth-child(3) { min-height: 86px; padding: 17px 0; border-right: 0; border-bottom: 1px solid #cfc5b3; }
  .process-list li:last-child { border-bottom: 0; }
  .check-list { grid-template-columns: 1fr; }
  .audience-list { grid-template-columns: 1fr; gap: 9px; }
  .service-area .shell { gap: 4px; flex-direction: column; padding-block: 15px; }
  .service-area p { text-align: center; }
  .walkthrough-band { grid-template-columns: 1fr; }
  .walkthrough-intro, .walkthrough-action { padding: 28px 24px; }
  .walkthrough-form-wrap { padding: 26px 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .lead-form textarea { height: 84px; }
  .walkthrough-action .button { width: 100%; min-width: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 12px; }
  .site-footer { padding-block: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .nav-toggle span { transition: none; }
}
