:root {
  --forest: #173c2b;
  --forest-deep: #0d2b1e;
  --moss: #a7c96b;
  --accent: #dca36b;
  --cream: #f4f0e6;
  --ink: #193126;
  --muted: #647268;
  --line: rgba(23, 60, 43, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header { position: absolute; z-index: 20; left: 0; right: 0; top: 0; height: 104px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 5vw, 80px); color: var(--cream); border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 49px; height: 49px; color: var(--moss); flex: none; }
.brand-copy { display: flex; flex-direction: column; line-height: .95; letter-spacing: .14em; }
.brand-copy strong { font-family: Georgia, serif; font-size: 25px; letter-spacing: .08em; }
.brand-copy span { font-size: 9px; margin-top: 6px; }
nav { display: flex; align-items: center; gap: 36px; font-size: 13px; }
nav a { opacity: .78; transition: opacity .2s; }
nav a:hover { opacity: 1; }
nav a.active { opacity: 1; color: var(--moss); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 54px; padding: 0 25px; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 43px; padding: 0 20px; }
.button-light { border-color: rgba(255,255,255,.45); }
.button-light:hover { background: rgba(255,255,255,.1); }
.button-accent { background: var(--accent); color: #173126; }

.hero { position: relative; min-height: 790px; overflow: hidden; color: var(--cream); padding: 184px clamp(24px, 8vw, 126px) 136px; display: grid; align-items: center; background-color: var(--forest-deep); background-image: linear-gradient(90deg, rgba(7,28,19,.28) 0%, rgba(7,28,19,.1) 54%, rgba(7,28,19,.08) 100%), var(--hero-image); background-position: center; background-size: cover; }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(5,21,14,.24) 0%, transparent 30%, rgba(5,21,14,.2) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 850px; }
.eyebrow { display: flex; align-items: center; gap: 11px; text-transform: uppercase; letter-spacing: .19em; font-size: 10px; font-weight: 700; color: var(--moss); }
.eyebrow span { width: 29px; height: 1px; background: currentColor; }
.hero h1 { margin: 24px 0; max-width: 920px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(55px, 7.7vw, 112px); line-height: .88; font-weight: 400; letter-spacing: -.055em; }
.hero h1 em { color: var(--moss); font-weight: 400; }
.hero-lead { max-width: 610px; margin: 0; color: rgba(244,240,230,.74); font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 39px; }
.text-link { border-bottom: 1px solid rgba(255,255,255,.3); padding: 16px 0; font-size: 12px; }
.text-link span { margin-left: 14px; color: var(--moss); }
.hero-seal { position: absolute; right: clamp(26px, 8vw, 130px); top: 45%; width: 145px; height: 145px; border: 1px solid rgba(244,240,230,.32); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(7deg); }
.hero-seal::before { content: ""; position: absolute; inset: 8px; border: 1px dashed rgba(244,240,230,.22); border-radius: 50%; }
.hero-seal span { font-size: 7px; letter-spacing: .18em; }
.hero-seal strong { font-family: Georgia, serif; font-size: 29px; letter-spacing: .06em; margin-top: 8px; }
.hero-seal small { font-size: 8px; letter-spacing: .18em; color: var(--moss); }
.hero-foot { position: absolute; z-index: 2; left: clamp(24px, 8vw, 126px); right: clamp(24px, 8vw, 126px); bottom: 32px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.15); padding-top: 22px; }
.hero-foot p { margin: 0; color: rgba(244,240,230,.58); font-size: 11px; line-height: 1.5; }
.hero-foot strong { color: var(--cream); font-size: 12px; }

.section { padding: 112px clamp(24px, 8vw, 126px); }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 60px; margin-bottom: 65px; }
.eyebrow-dark { color: #74875e; }
.section-heading h2 { font-family: Georgia, serif; font-weight: 400; font-size: clamp(44px, 5.4vw, 76px); line-height: .98; letter-spacing: -.045em; margin: 23px 0 0; }
.section-heading > p { color: var(--muted); line-height: 1.7; font-size: 14px; margin: 0; max-width: 440px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 330px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; transition: background .25s, color .25s; }
.service-card:hover { background: var(--forest); color: var(--cream); }
.service-top { display: flex; justify-content: space-between; color: #809074; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.service-arrow { position: absolute; right: 30px; top: 70px; font-size: 22px; color: var(--accent); }
.service-card h3 { font-family: Georgia, serif; font-size: 31px; font-weight: 400; margin: auto 0 18px; }
.service-card p { color: var(--muted); line-height: 1.65; font-size: 13px; margin: 0; max-width: 300px; }
.service-card:hover p { color: rgba(244,240,230,.65); }
.service-card.has-image { padding-top: 180px; overflow: hidden; }
.service-image { position: absolute; inset: 0 0 auto; width: 100%; height: 155px; object-fit: cover; filter: saturate(.78); }
.service-card.has-image .service-top { position: relative; }
.service-card.has-image .service-arrow { top: 205px; }
.approach { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 780px; background: var(--forest); color: var(--cream); }
.approach-visual { position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: clamp(40px, 6vw, 92px); background: radial-gradient(circle at 70% 35%, #315d42 0%, #173c2b 43%, #0d2b1e 100%); border-right: 1px solid rgba(255,255,255,.12); }
.approach-visual::before, .approach-visual::after { content: ""; position: absolute; width: 420px; height: 620px; top: -80px; border-radius: 50% 0 50% 50%; border: 1px solid rgba(167,201,107,.2); transform: rotate(32deg); }
.approach-visual::before { left: -140px; }
.approach-visual::after { left: 60px; transform: rotate(18deg) scale(.72); }
.rings { position: absolute; width: min(32vw, 430px); aspect-ratio: 1; right: -110px; top: 110px; border: 1px solid rgba(244,240,230,.1); border-radius: 50%; }
.rings span { position: absolute; inset: 12%; border: 1px solid rgba(244,240,230,.09); border-radius: 50%; }
.rings span:nth-child(2) { inset: 28%; }
.rings span:nth-child(3) { inset: 43%; background: rgba(167,201,107,.12); }
.approach-visual p { position: relative; z-index: 2; margin: 0; font-family: Georgia, serif; font-size: clamp(44px, 5vw, 72px); line-height: .96; letter-spacing: -.045em; }
.approach-visual em { color: var(--moss); font-weight: 400; }
.approach-copy { padding: clamp(60px, 8vw, 120px); align-self: center; }
.approach-copy h2 { margin: 24px 0; max-width: 680px; font-family: Georgia, serif; font-size: clamp(40px, 4vw, 61px); line-height: 1.02; font-weight: 400; letter-spacing: -.04em; }
.approach-lead { max-width: 600px; color: rgba(244,240,230,.62); font-size: 15px; line-height: 1.75; }
.approach-copy ul { list-style: none; padding: 0; margin: 48px 0 0; border-top: 1px solid rgba(255,255,255,.13); }
.approach-copy li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.approach-copy li > span { color: var(--moss); font-size: 10px; padding-top: 4px; }
.approach-copy li div { display: flex; flex-direction: column; gap: 7px; }
.approach-copy li strong { font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.approach-copy li small { color: rgba(244,240,230,.55); font-size: 12px; line-height: 1.6; }

.section-heading-compact { grid-template-columns: 1fr; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.step-grid article { padding: 36px 42px 36px 0; border-right: 1px solid var(--line); }
.step-grid article:not(:first-child) { padding-left: 42px; }
.step-grid article:last-child { border-right: 0; }
.step-grid span { color: #789062; font-size: 10px; letter-spacing: .14em; }
.step-grid h3 { margin: 70px 0 17px; font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.step-grid p { margin: 0; max-width: 320px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.promise-band { display: grid; grid-template-columns: .7fr 1.8fr auto; align-items: center; gap: 50px; padding: 64px clamp(24px, 8vw, 126px); background: var(--moss); }
.promise-band > p { margin: 0; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.promise-band h2 { margin: 0; max-width: 700px; font-family: Georgia, serif; font-size: clamp(28px, 3.1vw, 46px); line-height: 1.08; font-weight: 400; }
.button-cream { background: var(--cream); border-color: var(--cream); }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px, 9vw, 150px); }
.faq-intro h2 { margin: 22px 0; font-family: Georgia, serif; font-weight: 400; font-size: clamp(48px, 5vw, 72px); line-height: .95; letter-spacing: -.045em; }
.faq-intro > p:last-child { max-width: 360px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 14px; padding: 28px 0; cursor: pointer; font-family: Georgia, serif; font-size: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: Arial, sans-serif; font-size: 9px; color: #7d916c; }
.faq-list summary b { font-family: Arial, sans-serif; color: var(--accent); font-size: 23px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { margin: -8px 40px 28px 58px; color: var(--muted); line-height: 1.7; font-size: 13px; }

.contact-section { display: grid; grid-template-columns: .85fr 1.15fr; background: var(--forest); color: var(--cream); }
.contact-info { padding: clamp(60px, 8vw, 120px); border-right: 1px solid rgba(255,255,255,.12); }
.contact-info h2 { margin: 24px 0; font-family: Georgia, serif; font-weight: 400; font-size: clamp(47px, 5vw, 76px); line-height: .96; letter-spacing: -.05em; }
.contact-info h2 em { color: var(--moss); font-weight: 400; }
.contact-info > p:not(.eyebrow) { max-width: 480px; color: rgba(244,240,230,.6); line-height: 1.75; font-size: 14px; }
.contact-details { display: grid; gap: 0; margin-top: 55px; border-top: 1px solid rgba(255,255,255,.13); }
.contact-details > * { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-details span { color: var(--moss); text-transform: uppercase; letter-spacing: .14em; font-size: 8px; }
.contact-details strong { text-align: right; font-family: Georgia, serif; font-size: 16px; font-weight: 400; }
.contact-form { padding: clamp(60px, 8vw, 120px); background: #123322; display: flex; flex-direction: column; gap: 24px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: flex; flex-direction: column; gap: 10px; color: rgba(244,240,230,.72); text-transform: uppercase; letter-spacing: .12em; font-size: 8px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.22); border-radius: 0; background: transparent; color: var(--cream); padding: 12px 0 14px; font: 14px Arial, sans-serif; outline: none; text-transform: none; letter-spacing: 0; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-bottom-color: var(--moss); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(244,240,230,.32); }
.contact-form select option { color: var(--ink); background: var(--cream); }
.contact-form textarea { resize: vertical; line-height: 1.55; }
.contact-form button { align-self: flex-start; border: 0; cursor: pointer; margin-top: 6px; }
.contact-form > small { color: rgba(244,240,230,.38); font-size: 9px; line-height: 1.5; }

footer { background: var(--forest-deep); color: var(--cream); padding: 60px clamp(24px, 8vw, 126px) 28px; display: grid; grid-template-columns: 1.35fr .65fr .75fr auto; gap: 40px; align-items: start; }
footer > div:first-child p { max-width: 320px; color: rgba(244,240,230,.52); line-height: 1.6; font-size: 12px; margin: 20px 0 0; }
footer > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; }
footer > div:not(:first-child) span { color: var(--moss); text-transform: uppercase; font-size: 9px; letter-spacing: .16em; }
footer > div:not(:first-child) a { font-family: Georgia, serif; font-size: 17px; }
footer > div:not(:first-child) p { color: rgba(244,240,230,.7); font-family: Georgia, serif; font-size: 16px; line-height: 1.5; margin: 0; }
footer > small { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; margin-top: 22px; color: rgba(244,240,230,.35); font-size: 9px; }
.footer-links span, footer > div:nth-child(3) > span { color: var(--moss); text-transform: uppercase; font-size: 8px; letter-spacing: .15em; margin-bottom: 4px; }
.footer-links a { font-size: 14px !important; color: rgba(244,240,230,.72); }
.mobile-call { display: none; }

.site-header-solid { position: relative; background: var(--forest-deep); }
.inner-page { min-height: 65vh; }
.page-hero { padding: 105px clamp(24px, 8vw, 126px) 70px; background: var(--forest); color: var(--cream); }
.page-hero h1 { max-width: 900px; margin: 22px 0 0; font-family: Georgia, serif; font-size: clamp(48px, 6vw, 84px); line-height: .98; font-weight: 400; letter-spacing: -.045em; }
.page-hero > p:last-child { max-width: 720px; margin: 28px 0 0; color: rgba(244,240,230,.68); font-size: 16px; line-height: 1.75; }
.about-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(45px, 8vw, 120px); }
.about-layout img { width: 100%; min-height: 520px; object-fit: cover; }
.about-copy h2 { margin: 0 0 25px; font-family: Georgia, serif; font-size: clamp(40px, 4.5vw, 66px); line-height: 1; font-weight: 400; letter-spacing: -.04em; }
.about-copy .lead { color: var(--ink); font-size: 18px; line-height: 1.7; }
.rich-text { color: var(--muted); font-size: 15px; line-height: 1.85; white-space: pre-line; }
.project-grid, .article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.project-card, .article-card { overflow: hidden; background: #fffaf0; border: 1px solid var(--line); }
.project-card img, .article-card img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; }
.project-card > div, .article-card > div { padding: 25px; }
.project-card span, .article-card span { color: #789062; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.project-card h3, .article-card h3 { margin: 14px 0 12px; font-family: Georgia, serif; font-weight: 400; font-size: 27px; }
.project-card p, .article-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.article-card:not(:has(img)) { padding-top: 30px; }
.dark-link { color: var(--forest); border-bottom-color: var(--line); justify-self: start; }
.empty-state { padding: 55px; text-align: center; border: 1px solid var(--line); color: var(--muted); }
.article-page { max-width: 980px; margin: 0 auto; padding: 90px 24px; }
.article-page .article-meta { color: #789062; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.article-page h1 { margin: 18px 0 35px; font-family: Georgia, serif; font-size: clamp(46px, 6vw, 76px); line-height: .98; font-weight: 400; letter-spacing: -.045em; }
.article-cover { width: 100%; max-height: 620px; object-fit: cover; margin-bottom: 45px; }
.article-body { max-width: 760px; font-family: Georgia, serif; font-size: 19px; line-height: 1.85; color: #31473c; white-space: pre-line; }
footer > small a { color: rgba(244,240,230,.55); }

@media (max-width: 900px) {
  nav { display: none; }
  .site-header .button { display: none; }
  .hero { min-height: 760px; padding-top: 160px; }
  .hero-seal { opacity: .25; right: -38px; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .approach { grid-template-columns: 1fr; }
  .approach-visual { min-height: 470px; }
  .approach-copy { padding: 75px 40px; }
  .step-grid { grid-template-columns: 1fr; }
  .step-grid article, .step-grid article:not(:first-child) { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .step-grid h3 { margin-top: 35px; }
  .promise-band { grid-template-columns: 1fr; gap: 24px; }
  .promise-band .button { justify-self: start; }
  .faq { grid-template-columns: 1fr; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-info { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  footer { grid-template-columns: 1fr 1fr; }
  .about-layout { grid-template-columns: 1fr; }
  .project-grid, .article-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .site-header { height: 84px; }
  .brand-mark { width: 43px; height: 43px; }
  .hero { min-height: 720px; padding-top: 132px; align-items: start; }
  .hero { background-position: 62% center; }
  .hero h1 { font-size: 54px; line-height: .94; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; max-width: 270px; }
  .hero-foot { grid-template-columns: 1fr; gap: 12px; bottom: 22px; }
  .hero-foot p:nth-child(2), .hero-foot p:nth-child(3) { display: none; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .section-heading h2 { font-size: 44px; }
  .approach-visual { min-height: 420px; padding: 40px 24px; }
  .approach-copy { padding: 65px 24px; }
  .approach-copy h2 { font-size: 40px; }
  .contact-info, .contact-form { padding: 65px 24px; }
  .field-row { grid-template-columns: 1fr; }
  .contact-details > * { align-items: flex-start; flex-direction: column; }
  .contact-details strong { text-align: left; }
  footer { grid-template-columns: 1fr; }
  .project-grid, .article-grid { grid-template-columns: 1fr; }
  .about-layout img { min-height: 330px; }
  footer > small { padding-bottom: 58px; }
  .mobile-call { position: fixed; z-index: 50; left: 12px; right: 12px; bottom: 12px; display: flex; align-items: center; justify-content: space-between; background: var(--accent); color: var(--forest-deep); min-height: 50px; padding: 0 18px; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 700; box-shadow: 0 8px 30px rgba(0,0,0,.28); }
}
