:root {
  --bg: #f5f0e8;
  --fg: #1a1a14;
  --accent: #8b6914;
  --green-dark: #1a3a2a;
  --green-mid: #2c4a3e;
  --brown-warm: #4a3728;
  --cream-dark: #e8e0d0;
  --text-light: #6b5e4a;
  --text-muted: #9b8e78;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}

/* NAV */
.nav {
  padding: 24px 48px;
  border-bottom: 1px solid var(--cream-dark);
  background: var(--bg);
}
.nav-inner {
  display: flex;
  align-items: baseline;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--green-dark);
  letter-spacing: -0.02em;
}
.nav-tagline {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* HERO */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 88vh;
  background: var(--green-dark);
}
.hero-visual {
  position: relative;
  overflow: hidden;
}
.hero-image-frame {
  width: 100%;
  height: 100%;
}
.hero-illustration {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 64px 80px 48px;
  background: var(--green-dark);
}
.hero-eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 24px;
}
.hero-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 600;
  line-height: 1.05;
  color: #f5f0e8;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}
.hero-sub {
  font-size: 16px;
  color: rgba(245,240,232,0.65);
  max-width: 380px;
  line-height: 1.7;
  font-weight: 300;
}

/* PORTFOLIO */
.portfolio {
  padding: 100px 48px;
  max-width: 1200px;
  margin: 0 auto;
}
.portfolio-label {
  margin-bottom: 56px;
}
.section-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 20px;
}
.portfolio-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 3.5vw, 52px);
  font-weight: 600;
  color: var(--green-dark);
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.portfolio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 320px 260px;
  gap: 16px;
}
.portfolio-item { border-radius: 4px; overflow: hidden; }
.portfolio-item--tall { grid-row: span 2; }
.portfolio-item--wide { grid-column: span 2; }
.portfolio-swatch {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  position: relative;
}
.portfolio-swatch::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.08);
}
.portfolio-caption {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  color: #f5f0e8;
  position: relative;
  z-index: 1;
}
.portfolio-meta {
  font-size: 11px;
  color: rgba(245,240,232,0.6);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-top: 6px;
  position: relative;
  z-index: 1;
}

/* SERVICES */
.services {
  padding: 100px 48px;
  background: var(--green-dark);
}
.services .section-label { color: var(--accent); }
.services-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 3.5vw, 52px);
  font-weight: 600;
  color: #f5f0e8;
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: 560px;
  margin: 20px 0 64px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  max-width: 1200px;
  margin: 0 auto;
}
.service-card {
  padding: 40px 32px;
  background: rgba(255,255,255,0.04);
  border-top: 2px solid var(--accent);
}
.service-number {
  display: block;
  font-size: 11px;
  color: var(--accent);
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 24px;
}
.service-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 600;
  color: #f5f0e8;
  margin-bottom: 16px;
  line-height: 1.2;
}
.service-desc {
  font-size: 14px;
  color: rgba(245,240,232,0.55);
  line-height: 1.7;
}

/* PHILOSOPHY */
.philosophy {
  padding: 100px 48px;
  background: var(--brown-warm);
}
.philosophy-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.philosophy-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 400;
  font-style: italic;
  color: #f5f0e8;
  line-height: 1.45;
  margin-bottom: 28px;
  border-left: 3px solid var(--accent);
  padding-left: 28px;
}
.philosophy-body {
  font-size: 15px;
  color: rgba(245,240,232,0.6);
  line-height: 1.8;
  padding-left: 28px;
}
.philosophy-stats {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.stat { display: flex; flex-direction: column; }
.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 700;
  color: #f5f0e8;
  line-height: 1;
  letter-spacing: -0.03em;
}
.stat-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(245,240,232,0.45);
  margin-top: 8px;
}

/* CLOSING */
.closing {
  padding: 100px 48px;
  text-align: center;
  background: var(--cream-dark);
}
.closing-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 600;
  color: var(--green-dark);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.closing-sub {
  font-size: 16px;
  color: var(--text-light);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.7;
}

/* FOOTER */
.footer {
  padding: 48px;
  border-top: 1px solid var(--cream-dark);
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--green-dark);
  display: block;
  margin-bottom: 10px;
}
.footer-descriptor {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}
.footer-copy {
  font-size: 12px;
  color: var(--text-muted);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { height: 50vh; }
  .hero-text { padding: 48px 32px; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .portfolio-item--tall { grid-row: span 1; }
  .portfolio-item--wide { grid-column: span 2; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .philosophy-inner { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 600px) {
  .nav { padding: 16px 24px; }
  .hero-text { padding: 40px 24px; }
  .portfolio, .services, .philosophy, .closing { padding: 64px 24px; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-item--wide { grid-column: span 1; }
  .services-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; gap: 24px; align-items: flex-start; }
}