:root {
  /* Two-green system only: signature #0C4F3D + secondary #4E7D6B. No third green. */
  --cream: #f3eee4;
  --cream-deep: #ebe4d6;
  --card: #faf7f0;
  --ink: #2c2a26;
  --muted: #6e6657;
  --willow: #0C4F3D;
  --sage: #4E7D6B;
  --sand: #d9cdb8;
  --white: #fffcf7;
  --max: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; height: auto; }

.skip {
  position: absolute;
  left: 16px;
  top: -40px;
  background: var(--willow);
  color: var(--cream);
  padding: 8px 12px;
  z-index: 50;
}
.skip:focus { top: 12px; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.faq { padding: 40px 0 80px; }
.faq h2 {
  font-size: clamp(36px, 4vw, 56px);
  color: var(--willow);
  margin: 10px 0 28px;
  font-weight: 400;
}
.faq dt {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  color: var(--willow);
  margin-top: 22px;
}
.faq dd {
  margin: 8px 0 0;
  color: var(--muted);
  max-width: 640px;
}

a { color: inherit; text-decoration: none; }

.wrap {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}

.eyebrow {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 500;
}

h1, h2, h3, .serif { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; }

/* NAV */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px;
  background: color-mix(in srgb, var(--cream) 86%, transparent);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid color-mix(in srgb, var(--sand) 50%, transparent);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 36px;
  height: 54px;
  object-fit: cover;
  object-position: center 42%;
}

.brand-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1;
  color: var(--willow);
}

.brand-name small {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 8px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sage);
  margin-top: 4px;
  font-weight: 500;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav-links a:hover { color: var(--willow); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border: 1px solid var(--willow);
  background: var(--willow);
  color: var(--cream);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: background 0.35s var(--ease), color 0.35s var(--ease);
}

.btn:hover { background: transparent; color: var(--willow); }

.btn-ghost {
  background: transparent;
  color: var(--willow);
}

.btn-ghost:hover { background: var(--willow); color: var(--cream); }

/* HERO */
.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  padding-top: 88px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 72px 40px 80px 48px;
}

.hero h1 {
  font-size: clamp(48px, 6.4vw, 92px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: var(--willow);
  margin: 22px 0 28px;
  font-weight: 400;
}

.hero h1 em { font-style: italic; font-weight: 400; }

.hero p.lede {
  max-width: 460px;
  color: var(--muted);
  font-size: 18px;
  margin: 0 0 36px;
}

.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.hero-media {
  position: relative;
  min-height: 100%;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 20%;
  min-height: calc(100svh - 88px);
}

.hero-caption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  color: var(--cream);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-shadow: 0 8px 24px rgba(0,0,0,.25);
}

/* INTRO */
.intro {
  padding: 120px 0 40px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.intro h2 {
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.05;
  color: var(--willow);
  margin: 16px 0 0;
  font-weight: 400;
}

.intro p { color: var(--muted); max-width: 520px; }

/* SERVICES */
.services { padding: 80px 0 40px; }

.service {
  display: grid;
  grid-template-columns: 80px 1fr 1.1fr;
  gap: 32px;
  padding: 48px 0;
  border-top: 1px solid var(--sand);
  align-items: center;
}

.service:last-child { border-bottom: 1px solid var(--sand); }

.num {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  color: var(--sage);
}

.service h3 {
  font-size: 36px;
  margin: 8px 0 12px;
  color: var(--willow);
  font-weight: 400;
}

.service p { margin: 0; color: var(--muted); max-width: 420px; }

.service figure {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: var(--cream-deep);
}

.service img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease);
}

.service:hover img { transform: scale(1.04); }

.service-card {
  grid-template-columns: 80px 1fr;
}
.service-card figure {
  aspect-ratio: 3 / 2;
}
.service-card:hover img { transform: none; }
.service-card img { object-fit: cover; object-position: center; }

/* WORK */
.work {
  padding: 100px 0;
}

.work-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 40px;
}

.work-head h2 {
  font-size: clamp(36px, 4vw, 56px);
  color: var(--willow);
  margin: 10px 0 0;
  font-weight: 400;
}

.case {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  min-height: 520px;
  background: var(--willow);
  color: var(--cream);
}

.case img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 420px;
}

.case-body {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.case h3 {
  font-size: 40px;
  margin: 12px 0 16px;
  font-weight: 400;
}

.case p { color: color-mix(in srgb, var(--cream) 78%, var(--sage)); }

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  margin-top: 28px;
}

/* APPROACH */
.approach {
  padding: 110px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.approach article {
  padding: 36px 32px 40px;
  background: var(--card);
  border: 1px solid color-mix(in srgb, var(--sand) 70%, transparent);
}

.approach h3 {
  font-size: 28px;
  color: var(--willow);
  margin: 14px 0 12px;
  font-weight: 400;
}

.approach p { color: var(--muted); margin: 0; }

/* CONTACT */
.contact {
  padding: 40px 0 120px;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--willow);
  color: var(--cream);
  min-height: 420px;
}

.contact-panel > div { padding: 64px 52px; }

.contact h2 {
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
  margin: 16px 0 20px;
  font-weight: 400;
}

.contact p { color: color-mix(in srgb, var(--cream) 76%, white); max-width: 380px; }

.contact form { display: grid; gap: 16px; align-content: center; }

.contact label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
}

.contact input,
.contact textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--cream) 28%, transparent);
  color: var(--cream);
  font: inherit;
  padding: 10px 0 12px;
  outline: none;
}

.contact textarea { min-height: 90px; resize: vertical; }

.contact .btn {
  margin-top: 12px;
  width: fit-content;
  background: var(--cream);
  color: var(--willow);
  border-color: var(--cream);
}

.contact .btn:hover {
  background: transparent;
  color: var(--cream);
}

/* FOOTER */
footer {
  padding: 28px 0 40px;
  border-top: 1px solid var(--sand);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.06em;
}

footer a { color: var(--willow); }

@media (max-width: 900px) {
  .hero, .intro, .service, .case, .approach, .contact-panel {
    grid-template-columns: 1fr;
  }
  .hero-copy { padding: 48px 24px 40px; }
  .hero-media img { min-height: 52vh; }
  .nav-links { display: none; }
  .contact-panel > div { padding: 40px 28px; }
  .service { gap: 12px; }
}

/* polish */
:focus-visible {
  outline: 2px solid var(--willow);
  outline-offset: 3px;
}

.menu-btn {
  display: none;
  border: 0;
  background: transparent;
  color: var(--willow);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font: 500 11px/1 "Outfit", sans-serif;
  cursor: pointer;
}

.legal {
  padding: 140px 0 80px;
  max-width: 720px;
}
.legal h1 {
  font-size: clamp(40px, 6vw, 64px);
  color: var(--willow);
  font-weight: 400;
  margin: 12px 0 24px;
}
.legal p, .legal li { color: var(--muted); }
.legal h2 {
  font-size: 28px;
  color: var(--willow);
  font-weight: 400;
  margin: 32px 0 8px;
}

select {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--cream) 28%, transparent);
  color: var(--cream);
  font: inherit;
  padding: 10px 0 12px;
  outline: none;
}
select option { color: var(--ink); }

@media (max-width: 900px) {
  .menu-btn { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 18px;
    padding: 24px 28px 32px;
    background: var(--cream);
    border-bottom: 1px solid var(--sand);
  }
  .nav.open .nav-links { display: flex; }
  .nav .btn { display: none; }
}

.about {
  padding: 40px 0 80px;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 56px;
  align-items: center;
}
.about figure { margin: 0; overflow: hidden; }
.about img { width: 100%; height: auto; object-fit: cover; }
.about h2 {
  font-size: clamp(36px, 4vw, 52px);
  color: var(--willow);
  margin: 12px 0 16px;
  font-weight: 400;
}
.about p { color: var(--muted); max-width: 460px; }
@media (max-width: 900px) {
  .about { grid-template-columns: 1fr; }
}

.case-card {
  display: block;
  min-height: auto;
  background: transparent;
}
.case-card img {
  width: 100%;
  height: auto;
  min-height: 0;
  display: block;
}
