:root {
  --forest: #16362d;
  --forest-2: #0d2821;
  --moss: #6f8f51;
  --sage: #dce7cc;
  --orange: #f3a44b;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --ink: #17231d;
  --muted: #647168;
  --line: rgba(23, 35, 29, 0.15);
  --shadow: 0 30px 80px rgba(18, 47, 38, 0.18);
  --radius: 28px;
  --wrap: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
}
button, input, textarea, select { font: inherit; }
.wrap { width: min(calc(100% - 2.5rem), var(--wrap)); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 8rem) 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; padding: .8rem 1rem; background: white; border-radius: 10px; }
.skip-link:focus { top: 1rem; }

.utility-bar { background: var(--forest-2); color: rgba(255,255,255,.76); font-size: .78rem; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.utility-links { display: flex; gap: 1.4rem; }
.utility-links a:hover { color: white; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247,243,234,.9);
  border-bottom: 1px solid rgba(23,35,29,.08);
  backdrop-filter: blur(18px);
}
.nav-shell { min-height: 86px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2.5rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--forest); }
.brand-mark { width: 46px; height: 46px; flex: 0 0 auto; }
.brand-text { display: grid; line-height: 1; }
.brand-text strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; letter-spacing: .08em; text-transform: uppercase; }
.brand-text small { margin-top: .32rem; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; font-size: .62rem; }
.main-nav { justify-self: end; display: flex; align-items: center; gap: 2rem; }
.main-nav a { font-size: .88rem; font-weight: 750; }
.main-nav a::after { content: ""; display: block; height: 2px; width: 0; margin-top: 6px; background: var(--orange); transition: width .25s ease; }
.main-nav a:hover::after { width: 100%; }
.nav-cta { display: inline-flex; align-items: center; gap: 1rem; background: var(--forest); color: white; padding: 1rem 1.2rem; font-weight: 800; border-radius: 999px; }
.nav-cta span { color: var(--orange); }
.menu-button { display: none; }

.hero { padding: clamp(2.5rem, 5vw, 5rem) 0 3rem; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.kicker { display: flex; align-items: center; gap: .7rem; margin-bottom: 1.25rem; color: var(--moss); font-size: .74rem; line-height: 1; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.kicker span { width: 28px; height: 2px; background: var(--orange); }
.kicker.light { color: var(--sage); }
.hero h1 { font-size: clamp(3.7rem, 7vw, 7.4rem); line-height: .88; max-width: 8.4ch; }
.hero h1 em { color: var(--moss); font-weight: inherit; }
.hero-lede { margin-top: 1.7rem; max-width: 52ch; color: var(--muted); font-size: 1.08rem; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.3rem; margin-top: 2rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 54px; padding: .9rem 1.35rem; border: 0; border-radius: 999px; cursor: pointer; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-bright { background: var(--orange); color: #2a1a09; box-shadow: 0 14px 28px rgba(243,164,75,.22); }
.btn-dark { background: var(--forest); color: white; }
.text-link { font-weight: 850; border-bottom: 1px solid var(--line); padding-bottom: .4rem; }
.text-link span { color: var(--orange); margin-left: .4rem; }
.hero-note { margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid var(--line); display: grid; gap: .45rem; }
.hero-note strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; }
.hero-note span { color: var(--muted); font-size: .85rem; }
.hero-visual { position: relative; padding: 1rem 0 3rem 2.5rem; }
.hero-visual::before { content: ""; position: absolute; inset: -3rem -40vw 2rem 6rem; z-index: -1; border-radius: 0 0 0 120px; background: var(--sage); }
.hero-photo { height: clamp(31rem, 52vw, 45rem); border-radius: 160px 24px 160px 24px; overflow: hidden; box-shadow: var(--shadow); }
.hero-photo img { height: 100%; object-fit: cover; object-position: 57% center; }
.hero-badge { position: absolute; left: -1.8rem; top: 10%; width: 132px; height: 132px; border-radius: 50%; background: var(--paper); color: var(--forest); box-shadow: 0 20px 50px rgba(22,54,45,.18); }
.hero-badge svg { width: 100%; height: 100%; padding: 11px; }
.hero-badge text { font-family: sans-serif; font-size: 10px; font-weight: 900; letter-spacing: 2px; fill: currentColor; }
.location-card { position: absolute; left: 0; bottom: 0; min-width: 230px; padding: 1.2rem 1.35rem; background: var(--forest); color: white; border-radius: 4px 24px 24px 24px; box-shadow: var(--shadow); }
.location-card span { display: block; margin-bottom: .45rem; color: var(--orange); font-size: .7rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 900; }
.location-card strong { font-family: Georgia, "Times New Roman", serif; line-height: 1.35; }

.intro-band { background: var(--orange); }
.intro-band-grid { min-height: 120px; display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; }
.intro-band p { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.3rem, 2.1vw, 2rem); max-width: 34ch; }
.intro-tags { display: flex; flex-wrap: wrap; justify-content: end; gap: .8rem; }
.intro-tags span { border: 1px solid rgba(42,26,9,.25); border-radius: 999px; padding: .65rem .85rem; font-size: .74rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.section-heading { position: sticky; top: 8rem; }
h2 { font-size: clamp(2.8rem, 5.5vw, 5.8rem); line-height: .96; }
.about-copy { padding-top: 3.5rem; }
.large-copy { color: var(--ink) !important; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 2.3vw, 2.35rem); line-height: 1.4 !important; }
.about-copy > p { color: var(--muted); line-height: 1.85; max-width: 62ch; }
.about-copy > p + p { margin-top: 1.5rem; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.about-stats div { border-top: 1px solid var(--line); padding-top: 1rem; display: grid; gap: .35rem; }
.about-stats strong { color: var(--moss); font-family: Georgia, "Times New Roman", serif; font-size: 2.4rem; }
.about-stats span { color: var(--muted); font-size: .8rem; }

.services { position: relative; overflow: hidden; background: var(--forest); color: white; }
.services::before { content: ""; position: absolute; width: 600px; height: 600px; right: -230px; top: -260px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.02), 0 0 0 160px rgba(255,255,255,.02); }
.services-top { position: relative; display: grid; grid-template-columns: 1fr .72fr; gap: 4rem; align-items: end; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,.16); }
.services-top h2 { max-width: 10ch; }
.services-top > p { color: rgba(255,255,255,.68); line-height: 1.8; max-width: 52ch; }
.service-list { position: relative; }
.service-row { display: grid; grid-template-columns: 80px 1fr 70px; gap: 1rem; align-items: center; padding: 2rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.service-number { color: var(--orange); font-size: .78rem; font-weight: 900; letter-spacing: .14em; }
.service-row h3 { font-size: clamp(1.7rem, 3vw, 3rem); }
.service-row p { margin-top: .6rem; color: rgba(255,255,255,.65); line-height: 1.65; max-width: 65ch; }
.service-icon { justify-self: end; width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: var(--orange); font-size: 1.4rem; }

.projects { background: var(--cream); }
.project-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.project-intro { position: sticky; top: 8rem; padding-top: 2rem; }
.project-intro h2 { max-width: 9ch; }
.project-intro > p:not(.kicker) { margin: 1.5rem 0 2rem; color: var(--muted); line-height: 1.8; max-width: 40ch; }
.project-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.project-card { position: relative; min-height: 25rem; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); background: #ddd; }
.project-card-tall { grid-row: span 2; min-height: 51rem; }
.project-card img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.project-card:hover img { transform: scale(1.035); }
.project-card figcaption { position: absolute; inset: auto .8rem .8rem .8rem; padding: 1rem; border-radius: 16px; background: rgba(13,40,33,.82); color: white; backdrop-filter: blur(12px); }
.project-card figcaption span { display: block; color: var(--orange); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; margin-bottom: .35rem; }
.project-card figcaption strong { font-family: Georgia, "Times New Roman", serif; line-height: 1.3; }

.process { background: var(--forest-2); color: white; }
.process-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.process-heading { position: sticky; top: 8rem; }
.process-heading h2 { max-width: 9ch; }
.process-heading > p:not(.kicker) { margin-top: 1.4rem; max-width: 40ch; color: rgba(255,255,255,.6); line-height: 1.8; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 1rem; padding: 2rem 0; border-top: 1px solid rgba(255,255,255,.15); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.process-list span { color: var(--orange); font-weight: 900; font-size: .75rem; letter-spacing: .14em; }
.process-list h3 { font-size: clamp(1.6rem, 2.7vw, 2.6rem); }
.process-list p { margin-top: .7rem; color: rgba(255,255,255,.62); line-height: 1.75; max-width: 55ch; }

.contact { background: var(--sage); }
.contact-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.contact-copy { padding-top: 1rem; }
.contact-copy h2 { max-width: 9ch; }
.contact-copy > p:not(.kicker) { margin-top: 1.5rem; max-width: 48ch; line-height: 1.75; color: #506258; }
.contact-details { display: grid; gap: 1rem; margin-top: 3rem; }
.contact-details > * { border-top: 1px solid rgba(22,54,45,.22); padding-top: 1rem; display: grid; gap: .3rem; }
.contact-details small { color: var(--moss); font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.contact-details strong { overflow-wrap: anywhere; line-height: 1.45; }
.contact-form { background: var(--paper); border-radius: 4px 36px 36px 36px; padding: clamp(1.4rem, 4vw, 3rem); box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: .55rem; margin-bottom: 1.1rem; }
.contact-form label span { font-size: .73rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
input, textarea, select { width: 100%; border: 1px solid rgba(22,54,45,.18); background: #fbfaf6; color: var(--ink); border-radius: 12px; padding: .95rem 1rem; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
input:focus, textarea:focus, select:focus { border-color: var(--moss); box-shadow: 0 0 0 4px rgba(111,143,81,.12); }
textarea { resize: vertical; min-height: 130px; }
.full { width: 100%; }
.form-note { margin-top: .8rem; text-align: center; color: var(--muted); font-size: .76rem; }

.site-footer { background: #081e19; color: white; }
.footer-top { min-height: 180px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 2rem; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand { color: white; }
.footer-brand .brand-text small { color: rgba(255,255,255,.55); }
.footer-top > p { color: rgba(255,255,255,.55); line-height: 1.7; max-width: 38ch; }
.footer-up { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--orange); font-size: 1.35rem; }
.footer-bottom { min-height: 70px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; color: rgba(255,255,255,.45); font-size: .76rem; }

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

@media (max-width: 980px) {
  .utility-inner > span { display: none; }
  .utility-inner { justify-content: center; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .main-nav, .nav-cta { display: none; }
  .menu-button { display: inline-grid; grid-template-columns: 22px auto; align-items: center; gap: 0 .7rem; border: 0; background: transparent; color: var(--forest); padding: .5rem 0; cursor: pointer; }
  .menu-button span { grid-column: 1; display: block; width: 22px; height: 2px; background: currentColor; margin: 2px 0; transition: transform .2s ease, opacity .2s ease; }
  .menu-button b { grid-column: 2; grid-row: 1 / span 3; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav.open { display: flex; position: fixed; inset: 124px 0 0; flex-direction: column; justify-content: center; gap: 1.6rem; background: var(--cream); }
  .main-nav.open a { font-family: Georgia, "Times New Roman", serif; font-size: 2rem; }
  .hero-grid, .about-grid, .services-top, .project-layout, .process-grid, .contact-shell { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 1rem; }
  .hero h1 { max-width: 10ch; }
  .hero-visual { padding-left: 2rem; }
  .hero-photo { height: 34rem; }
  .intro-band-grid { grid-template-columns: 1fr; padding: 1.5rem 0; }
  .intro-tags { justify-content: start; }
  .section-heading, .project-intro, .process-heading { position: static; }
  .about-copy { padding-top: 0; }
  .services-top { gap: 1.5rem; }
  .project-mosaic { max-width: 800px; }
}

@media (max-width: 680px) {
  .wrap { width: min(calc(100% - 1.25rem), var(--wrap)); }
  .utility-bar { display: none; }
  .nav-shell { min-height: 74px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-text strong { font-size: 1rem; }
  .brand-text small { font-size: .53rem; }
  .main-nav.open { inset: 74px 0 0; }
  .hero { padding-top: 2rem; }
  .hero h1 { font-size: clamp(3.3rem, 17vw, 5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { padding: 0 0 3rem; }
  .hero-visual::before { inset: 5rem -2rem 0 4rem; border-radius: 0 0 0 80px; }
  .hero-photo { height: 29rem; border-radius: 90px 16px 90px 16px; }
  .hero-badge { width: 102px; height: 102px; left: -.2rem; top: -2rem; }
  .location-card { left: .7rem; min-width: 205px; }
  .intro-tags { display: grid; }
  .about-stats { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 42px 1fr; }
  .service-icon { display: none; }
  .project-mosaic { grid-template-columns: 1fr; }
  .project-card, .project-card-tall { grid-row: auto; min-height: 25rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr auto; padding: 2.5rem 0; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding: 1.2rem 0; }
}

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