:root {
  --ink: #122720;
  --deep: #0f2d25;
  --green: #1d5141;
  --gold: #c9a86a;
  --paper: #f4f1e9;
  --white: #fffef9;
  --line: rgba(18, 39, 32, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; background: var(--white); color: var(--ink); transform: translateY(-160%); transition: transform 0.2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 104px; padding: 0 clamp(24px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.22); }
.brand { display: inline-flex; align-items: center; gap: 13px; width: fit-content; }
.brand-mark { width: 30px; height: 30px; border: 1px solid var(--gold); transform: rotate(45deg); position: relative; }
.brand-mark::after { content: ""; position: absolute; inset: 6px; background: var(--gold); }
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1; font-weight: 500; letter-spacing: .01em; }
.brand small { display: block; margin-top: 5px; font-size: 8px; letter-spacing: .27em; text-transform: uppercase; opacity: .72; }
nav { display: flex; gap: 34px; font-size: 13px; }
nav a, .text-action, .header-contact { transition: opacity .2s ease; }
nav a:hover, .text-action:hover, .header-contact:hover { opacity: .62; }
.header-contact { justify-self: end; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

.hero { min-height: 820px; background: var(--deep); color: var(--white); display: grid; grid-template-columns: 54% 46%; grid-template-rows: 1fr auto; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 580px; height: 580px; left: -260px; top: 180px; border: 1px solid rgba(201,168,106,.18); border-radius: 50%; }
.hero-copy { align-self: center; padding: 170px clamp(32px, 7vw, 108px) 120px; position: relative; z-index: 1; }
.eyebrow, .section-kicker { margin: 0 0 28px; font-size: 11px; line-height: 1.4; letter-spacing: .22em; text-transform: uppercase; font-weight: 700; color: var(--green); }
.eyebrow { color: var(--gold); }
.hero h1, h2, blockquote { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(58px, 6.3vw, 96px); line-height: .98; }
.hero-intro { max-width: 630px; margin: 36px 0 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.75; }
.hero-actions { margin-top: 44px; display: flex; align-items: center; gap: 34px; }
.primary-action { display: inline-flex; align-items: center; min-height: 52px; padding: 0 25px; background: var(--gold); color: var(--ink); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.primary-action:hover { background: #dcc28f; transform: translateY(-2px); }
.text-action { font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 6px; }
.text-action span { margin-left: 8px; color: var(--gold); }
.hero-visual { position: relative; min-height: 720px; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(15,45,37,.6),transparent 42%), linear-gradient(0deg,rgba(15,45,37,.26),transparent 45%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.58) contrast(.96); }
.visual-card { position: absolute; z-index: 2; right: 0; bottom: 0; width: min(360px,78%); padding: 30px 34px 36px; background: rgba(244,241,233,.96); color: var(--ink); }
.visual-card span { display: block; color: var(--green); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; margin-bottom: 14px; }
.visual-card strong { font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.25; font-weight: 400; }
.hero-note { grid-column: 1/-1; min-height: 100px; display: flex; align-items: center; justify-content: space-around; gap: 28px; padding: 24px 5vw; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.6); font-size: 10px; text-transform: uppercase; letter-spacing: .19em; }

.statement { padding: 132px clamp(28px, 7vw, 110px); }
.statement-grid { display: grid; grid-template-columns: 1.05fr .8fr; gap: clamp(70px, 12vw, 190px); align-items: start; }
.statement h2, .section-heading h2, .approach h2, .contact h2 { margin: 0; font-size: clamp(44px,5vw,72px); line-height: 1.06; }
.statement-grid > div { padding-top: 8px; }
.statement-grid p, .section-heading > p, .approach-title > p, .contact-copy > p { margin: 0 0 22px; font-size: 15px; line-height: 1.85; color: #52635d; }

.capabilities { background: var(--white); padding: 128px clamp(28px, 7vw, 110px); }
.section-heading { display: grid; grid-template-columns: 1fr .52fr; gap: 80px; align-items: end; margin-bottom: 76px; }
.section-heading h2 { max-width: 760px; }
.section-heading > p { margin: 0; max-width: 400px; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.service-card { min-height: 290px; padding: 28px 30px 22px 0; border-right: 1px solid var(--line); }
.service-card + .service-card { padding-left: 30px; }
.service-card:last-child { border-right: 0; }
.service-card > span { color: var(--gold); font-family: Georgia, serif; font-size: 13px; }
.service-card h3 { margin: 54px 0 18px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.service-card p { margin: 0; color: #66736e; font-size: 13px; line-height: 1.75; }

.approach { background: #153e33; color: var(--white); display: grid; grid-template-columns: 1fr 1fr; }
.approach-title { padding: 118px clamp(32px,7vw,110px); border-right: 1px solid rgba(255,255,255,.14); }
.section-kicker.light { color: var(--gold); }
.approach-title > p { margin-top: 34px; color: rgba(255,255,255,.61); max-width: 570px; }
.approach-steps { padding: 92px clamp(28px,5vw,80px); }
.approach-steps article { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 31px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.approach-steps article:first-child { border-top: 1px solid rgba(255,255,255,.14); }
.approach-steps > article > span { color: var(--gold); font-family: Georgia, serif; font-size: 13px; padding-top: 5px; }
.approach-steps h3 { margin: 0 0 9px; font-family: Georgia, serif; font-size: 26px; font-weight: 400; }
.approach-steps p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.7; }

.principles { padding: 132px max(28px,14vw); text-align: center; }
.principles .section-kicker { margin-bottom: 42px; }
blockquote { margin: 0 auto; max-width: 960px; font-size: clamp(38px,4.8vw,68px); line-height: 1.1; color: #25443a; }
.signature { margin: 42px 0 0; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.signature span { display: block; margin-top: 8px; font-size: 9px; font-weight: 400; color: #75817d; letter-spacing: .15em; }

.contact { background: var(--ink); color: var(--white); padding: 108px clamp(28px,7vw,110px); display: grid; grid-template-columns: 1fr .7fr; gap: 10vw; align-items: start; }
.contact h2 { max-width: 720px; }
.contact-copy { padding-top: 30px; }
.contact-copy > p { color: rgba(255,255,255,.58); }
.contact-links { display: flex; flex-direction: column; gap: 12px; margin-top: 34px; }
.contact-links a { width: fit-content; font-family: Georgia, serif; font-size: 19px; border-bottom: 1px solid rgba(255,255,255,.28); padding-bottom: 5px; transition: color .2s ease; }
.contact-links a:hover { color: var(--gold); }
footer { background: #0b211b; color: rgba(255,255,255,.62); display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 42px clamp(28px,7vw,110px); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.footer-brand { color: var(--white); text-transform: none; letter-spacing: normal; }
.footer-brand .brand-mark { width: 24px; height: 24px; }
.footer-brand .brand-mark::after { inset: 5px; }
.footer-brand strong { font-size: 18px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr 1fr; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 170px; }
  .hero-visual { min-height: 540px; }
  .hero-note { grid-column: 1; }
  .statement-grid, .section-heading, .approach, .contact { grid-template-columns: 1fr; }
  .statement-grid, .section-heading { gap: 46px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card:nth-child(n+3) { border-top: 1px solid var(--line); }
  .service-card:nth-child(3) { padding-left: 0; }
  .approach-title { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .contact { gap: 38px; }
  .contact-copy { padding-top: 0; max-width: 630px; }
}

@media (max-width: 640px) {
  .site-header { height: 86px; padding-inline: 20px; }
  .brand strong { font-size: 19px; }
  .brand-mark { width: 25px; height: 25px; }
  .header-contact { font-size: 9px; }
  .hero { min-height: auto; }
  .hero-copy { padding: 138px 24px 82px; }
  .hero h1 { font-size: 52px; }
  .hero-intro { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 25px; }
  .hero-visual { min-height: 460px; }
  .visual-card { padding: 25px; }
  .hero-note { flex-direction: column; align-items: flex-start; padding: 29px 24px; }
  .statement, .capabilities, .principles { padding: 88px 24px; }
  .statement h2, .section-heading h2, .approach h2, .contact h2 { font-size: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card + .service-card { padding: 26px 0; border-right: 0; border-top: 1px solid var(--line); min-height: 235px; }
  .service-card h3 { margin-top: 38px; }
  .approach-title, .approach-steps, .contact { padding: 84px 24px; }
  blockquote { font-size: 36px; }
  footer { flex-direction: column; align-items: flex-start; padding: 42px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}
