:root {
  --ink: #10211e;
  --ink-soft: #38504a;
  --pine: #143a33;
  --pine-deep: #0d2621;
  --cream: #f6f4ee;
  --sand: #e8e4d8;
  --line: rgba(16, 33, 30, .16);
  --white: #fffefa;
  --mono: "Courier New", Courier, monospace;
  --sans: Arial, "Helvetica Neue", "Liberation Sans", "DejaVu Sans", sans-serif;
  --display: "Arial Black", Arial, "Helvetica Neue", "Liberation Sans", "DejaVu Sans", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid #b38c51; outline-offset: 4px; }
.shell { width: min(1200px, calc(100% - 64px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 20; padding: 10px 14px; background: var(--white); border: 1px solid var(--ink); }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: var(--white); }
.nav-wrap { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 93px; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.brand-mark { display: inline-grid; width: 37px; height: 37px; place-items: center; border: 1px solid currentColor; font-family: var(--serif); font-size: 21px; line-height: 1; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { letter-spacing: .16em; font-size: 14px; font-weight: 800; }
.brand-copy small { margin-top: 5px; font-family: var(--mono); font-size: 8px; letter-spacing: .065em; opacity: .78; }
nav { display: flex; gap: 32px; font-size: 13px; font-weight: 700; }
nav a { opacity: .85; transition: opacity .2s ease; }
nav a:hover { opacity: 1; }
.nav-contact { justify-self: end; font-size: 12px; border-bottom: 1px solid rgba(255,255,255,.65); padding-bottom: 3px; }

.hero { position: relative; min-height: 745px; overflow: hidden; color: var(--white); background: var(--pine-deep); padding: 168px 0 75px; }
.hero::before { content: ""; position: absolute; width: 820px; height: 820px; right: -260px; bottom: -440px; border: 1px solid rgba(237,228,202,.4); border-radius: 50%; box-shadow: 0 0 0 95px rgba(237,228,202,.025), 0 0 0 190px rgba(237,228,202,.02); }
.hero::after { content: ""; position: absolute; width: 48vw; height: 150%; top: -28%; right: -9%; transform: rotate(28deg); background: linear-gradient(180deg, rgba(233,218,177,.12), transparent 65%); opacity: .8; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(295px, .6fr); gap: 90px; align-items: end; }
.eyebrow, .section-kicker { margin: 0; font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { color: #e5d5a9; }
.hero h1 { max-width: 860px; margin: 20px 0 24px; font-family: var(--display); font-size: clamp(50px, 6.7vw, 92px); font-weight: 800; letter-spacing: -.065em; line-height: .96; }
.hero h1 em { color: #e6d7af; font-family: inherit; font-style: normal; }
.hero-lead { max-width: 515px; margin: 0; color: rgba(255,255,255,.84); font-size: 18px; font-weight: 500; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 37px; }
.button { display: inline-flex; gap: 24px; align-items: center; padding: 13px 17px; font-size: 13px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--ink); background: #f0e8d5; }
.text-link { border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 3px; font-size: 13px; }
.hero-panel { position: relative; z-index: 2; min-height: 350px; padding: 25px; border: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.045); backdrop-filter: blur(6px); display: flex; flex-direction: column; }
.panel-topline { display: flex; justify-content: space-between; color: rgba(255,255,255,.65); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.panel-statement { margin-top: auto; font-family: var(--display); font-size: 23px; font-weight: 800; line-height: 1.2; letter-spacing: -.04em; }
.panel-rule { margin: 27px 0 17px; border-top: 1px solid rgba(255,255,255,.35); }
.panel-meta { display: flex; justify-content: space-between; align-items: end; color: rgba(255,255,255,.65); font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.panel-meta strong { color: var(--white); font-family: var(--sans); font-size: 12px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.hero-line { position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: rgba(255,255,255,.24); }

.section { padding: 130px 0; }
.section-intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 26% minmax(0, 1fr); gap: 70px; }
.section-kicker { padding-top: 13px; color: #738078; }
h2 { margin: 0; font-family: var(--display); font-weight: 800; font-size: clamp(35px, 4.15vw, 58px); letter-spacing: -.06em; line-height: 1.02; }
.intro-grid h2 { max-width: 730px; }
.large-copy { max-width: 720px; margin: 32px 0 20px; color: var(--ink); font-size: 22px; line-height: 1.47; }
.intro-grid div > p:not(.large-copy) { max-width: 610px; color: var(--ink-soft); }

.section-fields { color: var(--white); background: var(--pine); }
.section-fields .section-kicker { color: #cabb95; }
.services-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(52px, 9vw, 135px); align-items: start; }
.services-intro { position: sticky; top: 38px; padding-top: 10px; }
.services-intro h2 { margin: 24px 0 28px; font-size: clamp(42px, 4.5vw, 67px); }
.services-intro h2 span { color: #dccba3; }
.services-intro > p:last-child { max-width: 330px; margin: 0; color: rgba(255,255,255,.74); font-size: 16px; font-weight: 500; line-height: 1.65; }
.services-list { border-top: 1px solid rgba(255,255,255,.4); }
.service-row { display: grid; grid-template-columns: 62px minmax(0, 1fr) 134px; gap: 20px; align-items: start; padding: 31px 0 34px; border-bottom: 1px solid rgba(255,255,255,.32); transition: background .2s ease, padding .2s ease; }
.service-row:hover { margin: 0 -16px; padding-left: 16px; padding-right: 16px; background: rgba(255,255,255,.055); }
.service-number { padding-top: 6px; color: #d8c7a0; font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.service-content h3 { margin: 0 0 11px; font-family: var(--display); font-size: clamp(23px, 2.25vw, 32px); font-weight: 800; letter-spacing: -.045em; line-height: 1.08; }
.service-content p { max-width: 580px; margin: 0; color: rgba(255,255,255,.76); font-size: 15px; font-weight: 500; line-height: 1.62; }
.service-label { padding-top: 8px; color: #d8c7a0; font-family: var(--mono); font-size: 10px; font-weight: 700; line-height: 1.7; letter-spacing: .05em; text-align: right; text-transform: uppercase; }

.section-principles { background: #e8e4d8; }
.principles-grid { display: grid; grid-template-columns: 21% 41% 1fr; gap: 45px; }
.principles-copy h2 { margin-bottom: 28px; }
.principles-copy p { margin: 0; color: var(--ink-soft); font-size: 17px; font-weight: 500; }
.principles-list { border-top: 1px solid var(--line); }
.principles-list > div { display: grid; grid-template-columns: 42px 110px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.principles-list span { color: #68766e; font-family: var(--mono); font-size: 10px; }
.principles-list strong { font-weight: 600; }
.principles-list p { margin: 0; color: var(--ink-soft); font-size: 13px; }

.contact-section { padding: 112px 0; color: var(--white); background: #18352f; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: start; }
.contact-grid h2 { max-width: 610px; margin-top: 18px; }
.contact-card { padding: 26px 0 0 48px; border-left: 1px solid rgba(255,255,255,.33); }
.contact-card p { margin: 0 0 27px; font-size: 16px; font-weight: 500; line-height: 1.42; }
.contact-card address { color: rgba(255,255,255,.7); font-style: normal; }
.contact-mail { display: inline-flex; gap: 17px; margin-top: 35px; border-bottom: 1px solid #d5c397; padding-bottom: 5px; color: #f0e8d5; }

.site-footer { padding: 28px 0; background: #0f201d; color: rgba(255,255,255,.68); }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; }
.footer-brand { display: inline-flex; align-items: center; gap: 9px; color: var(--white); font-size: 12px; letter-spacing: .15em; }
.footer-brand .brand-mark { width: 24px; height: 24px; font-size: 14px; }
.footer-grid p { margin: 0; font-size: 11px; }
.footer-links { display: flex; gap: 18px; font-size: 11px; }
.footer-links a:hover { color: var(--white); }

.legal-page { background: var(--cream); }
.legal-header { padding: 25px 0; border-bottom: 1px solid var(--line); }
.legal-header .brand { color: var(--ink); }
.legal-header .brand-copy small { color: var(--ink-soft); }
.legal-main { width: min(800px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0 120px; }
.legal-main .eyebrow { color: #7f6d48; }
.legal-main h1 { margin: 14px 0 38px; font-family: var(--serif); font-size: clamp(48px, 7vw, 72px); letter-spacing: -.045em; line-height: 1; }
.legal-main h2 { margin: 45px 0 12px; font-family: var(--sans); font-size: 20px; letter-spacing: -.02em; }
.legal-main p, .legal-main li { color: var(--ink-soft); }
.legal-main a { color: var(--pine); border-bottom: 1px solid currentColor; }
.legal-main address { color: var(--ink-soft); font-style: normal; }
.legal-note { padding: 18px 20px; border-left: 3px solid #b69d69; background: #eee9dc; color: var(--ink-soft); font-size: 14px; }
.legal-back { display: inline-flex; gap: 8px; margin-top: 45px; color: var(--pine); font-size: 14px; }

@media (max-width: 900px) {
  .shell { width: min(100% - 40px, 700px); }
  .nav-wrap { grid-template-columns: 1fr auto; min-height: 78px; }
  .brand-copy small, nav { display: none; }
  .nav-contact { font-size: 11px; }
  .hero { min-height: auto; padding: 138px 0 65px; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-panel { max-width: 450px; min-height: 270px; }
  .intro-grid, .principles-grid, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .section { padding: 82px 0; }
  .section-kicker { padding-top: 0; }
  .services-layout { grid-template-columns: 1fr; gap: 45px; }
  .services-intro { position: static; }
  .services-intro > p:last-child { max-width: 580px; }
  .service-row { grid-template-columns: 54px minmax(0, 1fr) 110px; }
  .principles-list > div { grid-template-columns: 35px 100px 1fr; }
  .contact-card { padding-left: 25px; }
  .footer-grid { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 32px, 620px); }
  .site-header { position: relative; background: var(--pine-deep); }
  .nav-wrap { grid-template-columns: 1fr auto; min-height: auto; padding: 15px 0 13px; border-bottom: 0; }
  .brand-mark { width: 33px; height: 33px; font-size: 19px; }
  .brand-copy strong { font-size: 13px; }
  .nav-contact { display: none; }
  nav { grid-column: 1 / -1; grid-row: 2; display: flex; width: 100%; gap: 0; margin-top: 16px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
  nav a { display: grid; flex: 1; min-height: 44px; place-items: center; padding: 0 5px; border-right: 1px solid rgba(255,255,255,.2); font-size: 11px; white-space: nowrap; }
  nav a:last-child { border-right: 0; }
  .hero { min-height: auto; padding: 60px 0 54px; }
  .hero-grid { gap: 36px; }
  .hero h1 { max-width: 600px; font-size: clamp(42px, 12.1vw, 68px); letter-spacing: -.07em; line-height: .94; }
  .hero-lead { max-width: 570px; font-size: 16px; }
  .hero-panel { min-height: 230px; padding: 21px; }
  .panel-statement { font-size: 21px; }
  .hero-actions { gap: 18px; margin-top: 28px; }
  .button { min-height: 44px; padding: 12px 15px; }
  .text-link { min-height: 44px; display: inline-flex; align-items: center; }
  .section { padding: 66px 0; }
  .intro-grid h2, .principles-copy h2, .contact-grid h2 { font-size: clamp(34px, 9.3vw, 47px); }
  .large-copy { margin-top: 24px; font-size: 18px; line-height: 1.5; }
  .intro-grid div > p:not(.large-copy) { font-size: 15px; }
  .services-layout { gap: 37px; }
  .services-intro h2 { font-size: clamp(41px, 11.4vw, 58px); }
  .services-intro > p:last-child { font-size: 15px; }
  .service-row { grid-template-columns: 34px minmax(0, 1fr); gap: 14px; padding: 25px 0 27px; }
  .service-row:hover { margin: 0; padding-left: 0; padding-right: 0; background: transparent; }
  .service-number { padding-top: 4px; }
  .service-label { display: none; }
  .service-content h3 { font-size: clamp(22px, 6.2vw, 29px); }
  .service-content p { font-size: 14px; line-height: 1.6; }
  .principles-list > div { grid-template-columns: 30px 1fr; gap: 8px; padding: 17px 0; }
  .principles-list p { grid-column: 2; }
  .contact-section { padding: 67px 0; }
  .contact-card { padding: 22px 0 0 20px; }
  .contact-mail { min-height: 44px; align-items: center; margin-top: 26px; }
  .footer-grid { gap: 13px; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 30px); }
  .hero h1 { font-size: 44px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .brand-copy small { display: none; }
  nav a { font-size: 10px; }
  .hero-actions { align-items: stretch; }
  .button-light { justify-content: space-between; }
  .large-copy { font-size: 18px; }
  .contact-section { padding: 60px 0; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition-duration: .01ms !important; } }
