:root {
  --forest: #174d3b;
  --forest-deep: #0e382b;
  --leaf: #43b77d;
  --cream: #f7f4ec;
  --paper: #fffdf8;
  --ink: #183128;
  --muted: #5e6f68;
  --terracotta: #d86934;
  --line: rgba(23, 77, 59, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Century Gothic", "Trebuchet MS", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.icon { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.skip-link {
  position: fixed; z-index: 100; top: .75rem; left: .75rem;
  padding: .7rem 1rem; transform: translateY(-150%); border-radius: 99px;
  background: white; color: var(--forest); font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute; z-index: 30; top: 0; width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.22); color: white;
}
.header-inner, .section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.header-inner { display: flex; min-height: 92px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand img {
  width: 56px; height: 56px; border: 2px solid rgba(255,255,255,.72);
  border-radius: 50%; object-fit: cover;
}
.brand-name { display: flex; flex-direction: column; font-size: 1.2rem; line-height: 1.12; letter-spacing: -.02em; }
.brand-name small { margin-top: .26rem; font-size: .56rem; font-weight: 500; letter-spacing: .42em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 2rem; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a { text-decoration: none; }
.desktop-nav a:not(.nav-cta):hover { color: #d8f4e1; }
.nav-cta { padding: .78rem 1.15rem; border: 1px solid rgba(255,255,255,.75); border-radius: 99px; }

.mobile-menu { display: none; position: relative; }
.mobile-menu summary {
  display: grid; width: 44px; height: 44px; cursor: pointer; list-style: none;
  place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%;
}
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav {
  position: absolute; top: 54px; right: 0; display: grid; min-width: 230px;
  overflow: hidden; border-radius: 18px; background: var(--paper);
  box-shadow: 0 18px 50px rgba(9,40,30,.24); color: var(--forest);
}
.mobile-menu nav a { padding: 1rem 1.2rem; border-bottom: 1px solid var(--line); text-decoration: none; }

.hero {
  position: relative; display: flex; min-height: 790px; align-items: center;
  overflow: hidden; background: var(--forest-deep); color: white;
}
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image {
  object-fit: cover; object-position: center 48%; filter: saturate(.88);
  animation: hero-reveal 1.1s ease-out both;
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(6,36,25,.88) 0%, rgba(8,48,34,.65) 47%, rgba(8,33,25,.17) 78%),
    linear-gradient(0deg, rgba(7,34,25,.65) 0%, transparent 38%);
}
.hero-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 48px)); margin: 80px auto 0; }
.eyebrow { margin: 0 0 1.2rem; color: var(--leaf); font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: #ccf3da; }
.hero h1 {
  max-width: 770px; margin: 0; font-size: clamp(4.15rem, 8vw, 7.9rem);
  font-weight: 500; line-height: .88; letter-spacing: -.065em; text-wrap: balance;
}
.hero h1 em { color: #91d9ad; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-intro { max-width: 630px; margin: 2rem 0 0; color: rgba(255,255,255,.85); font-size: clamp(1.05rem,1.7vw,1.28rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center;
  gap: .7rem; padding: .95rem 1.2rem; border-radius: 99px; font-size: .8rem;
  font-weight: 800; letter-spacing: .05em; text-decoration: none; text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}
.button svg { width: 18px; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: #f4f1e8; color: var(--forest-deep); }
.button.primary:hover { background: white; }
.button.ghost { border: 1px solid rgba(255,255,255,.48); color: white; }
.button.ghost:hover { background: rgba(255,255,255,.12); }
.hero-location {
  position: absolute; z-index: 2; right: max(24px, calc((100% - 1180px) / 2)); bottom: 32px;
  display: flex; align-items: center; gap: .55rem; color: rgba(255,255,255,.76);
  font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase;
}
.hero-location svg { width: 17px; }

.intro-section { padding: 112px 0 48px; background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.85fr); gap: 8vw; }
.intro-grid h2 { max-width: 680px; margin: 0; font-size: clamp(2.7rem,5vw,5.2rem); font-weight: 500; line-height: 1.03; letter-spacing: -.055em; }
.intro-copy { padding-top: 2rem; color: var(--muted); font-size: 1.02rem; line-height: 1.8; }
.intro-copy p { margin: 0 0 1.15rem; }
.text-link { display: inline-flex; align-items: center; gap: .55rem; margin-top: .8rem; color: var(--forest); font-size: .8rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.text-link svg { width: 18px; }
.identity-strip { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 90px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.identity-strip > div { display: flex; min-height: 100px; align-items: center; gap: .85rem; padding: 1.2rem; border-right: 1px solid var(--line); color: var(--forest); font-size: .83rem; font-weight: 700; }
.identity-strip > div:first-child { padding-left: 0; }
.identity-strip > div:last-child { border-right: 0; }
.identity-strip svg { flex: 0 0 auto; width: 22px; color: var(--leaf); }
.identity-strip a { text-decoration: none; }

.early-footer { display: flex; justify-content: space-between; padding: 2rem max(24px,calc((100% - 1180px) / 2)); background: var(--cream); color: var(--forest); font-size: .8rem; font-weight: 700; }
.early-footer p { margin: 0; }
.early-footer div { display: flex; gap: 1rem; }

.proposal-section {
  padding: 120px 0 0;
  overflow: hidden;
  background: var(--cream);
}

.proposal-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: 8vw;
  align-items: end;
}

.proposal-heading h2,
.spaces-heading h2,
.experience-copy h2,
.contact-intro h2 {
  margin: 0;
  font-size: clamp(2.9rem, 5.7vw, 6rem);
  font-weight: 500;
  line-height: .99;
  letter-spacing: -.06em;
}

.proposal-heading h2 em {
  color: var(--leaf);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.proposal-heading > p,
.spaces-heading > p {
  margin: 0 0 .5rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.proposal-layout {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  margin-top: 78px;
  align-items: start;
}

.proposal-image-card {
  position: sticky;
  top: 2rem;
  min-height: 720px;
  overflow: hidden;
  border-radius: 220px 220px 28px 28px;
  background: var(--forest);
}

.proposal-image-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% center;
  filter: saturate(.85);
}

.proposal-image-card::after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(0deg, rgba(9,50,36,.88), transparent);
}

.image-note {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 26px;
  left: 26px;
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 20px;
  background: rgba(11,52,39,.5);
  backdrop-filter: blur(12px);
  color: white;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.4;
}

.image-note svg { flex: 0 0 auto; width: 22px; color: #9de1b6; }

.proposal-list article {
  display: grid;
  grid-template-columns: 34px 52px minmax(0,1fr);
  gap: 1rem;
  padding: 0 0 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--line);
}

.proposal-number {
  padding-top: .9rem;
  color: var(--leaf);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.proposal-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: #e3f0e7;
  color: var(--forest);
}

.proposal-icon svg { width: 22px; }
.proposal-list h3 { margin: .5rem 0 .65rem; color: var(--forest); font-size: 1.45rem; font-weight: 600; letter-spacing: -.03em; }
.proposal-list p { margin: 0; color: var(--muted); font-size: .96rem; line-height: 1.75; }

.approach-band {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-top: 90px;
  transform: translateY(50%);
  border-radius: 24px;
  background: var(--terracotta);
  color: white;
  box-shadow: 0 22px 55px rgba(137,61,27,.2);
}

.approach-band div {
  display: flex;
  min-height: 105px;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  border-right: 1px solid rgba(255,255,255,.22);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.approach-band div:last-child { border-right: 0; }
.approach-band svg { width: 22px; }

.experience-section {
  display: grid;
  min-height: 760px;
  grid-template-columns: 1.03fr .97fr;
  background: var(--forest-deep);
  color: white;
}

.experience-image { min-height: 680px; overflow: hidden; }
.experience-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84); }
.experience-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 110px clamp(40px,7vw,110px) 80px; }
.experience-copy h2 { max-width: 650px; color: white; }
.experience-copy > p:not(.eyebrow) { max-width: 570px; margin: 1.8rem 0 2.2rem; color: rgba(255,255,255,.72); font-size: 1.04rem; line-height: 1.8; }
.button.light-outline { border: 1px solid rgba(255,255,255,.45); color: white; }
.button.light-outline:hover { background: rgba(255,255,255,.1); }

.spaces-section { padding: 125px 0 115px; background: var(--paper); }
.spaces-heading { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.6fr); gap: 8vw; align-items: end; }
.spaces-heading h2 { max-width: 810px; }

.photo-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: 315px 315px 330px;
  gap: 16px;
  margin-top: 74px;
}

.photo-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: 24px; background: #d9e7df; }
.photo-grid .photo-main { grid-row: span 2; }
.photo-grid .photo-wide { grid-column: span 2; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms cubic-bezier(.2,.75,.25,1); }
.photo-grid .photo-main img { object-fit: cover; }
.photo-grid figure:hover img { transform: scale(1.025); }
.photo-grid figure::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(0deg,rgba(5,38,27,.72),transparent); pointer-events: none; }
.photo-grid figcaption { position: absolute; z-index: 2; right: 1.4rem; bottom: 1.25rem; left: 1.4rem; color: white; font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

.contact-section { position: relative; overflow: hidden; padding: 120px 0; background: #205c47; color: white; }
.contact-section::before { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; bottom: -300px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.contact-mark { position: absolute; top: -100px; right: 4vw; width: 330px; height: 330px; opacity: .07; }
.contact-mark img { width: 100%; height: 100%; border-radius: 50%; }
.contact-grid { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.78fr); gap: 10vw; }
.contact-intro h2 { max-width: 710px; color: white; }
.contact-intro > p:not(.eyebrow) { max-width: 570px; margin: 1.6rem 0 0; color: rgba(255,255,255,.75); font-size: 1.02rem; line-height: 1.75; }
.contact-details { border-top: 1px solid rgba(255,255,255,.25); }
.contact-primary { position: relative; display: flex; flex-direction: column; padding: 1.55rem 3.5rem 1.55rem 0; border-bottom: 1px solid rgba(255,255,255,.25); text-decoration: none; }
.contact-primary span, .contact-row small { margin-bottom: .35rem; color: #a7e5bf; font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.contact-primary strong { font-size: clamp(1.9rem,3.5vw,3.2rem); font-weight: 500; letter-spacing: -.045em; }
.contact-primary > svg { position: absolute; right: .4rem; bottom: 2.1rem; width: 28px; }
.contact-row { display: grid; grid-template-columns: 28px 1fr 20px; gap: .85rem; align-items: center; padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,.25); text-decoration: none; }
.contact-row > svg { width: 21px; color: #a7e5bf; }
.contact-row span { display: flex; flex-direction: column; font-size: .9rem; line-height: 1.5; }
.contact-row span small { display: block; }
.social-links { display: flex; flex-wrap: wrap; gap: 1rem; padding-top: 1.45rem; }
.social-links a { display: inline-flex; align-items: center; gap: .5rem; font-size: .8rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.social-links svg { width: 19px; color: #a7e5bf; }

.site-footer { padding: 62px 0 28px; background: #0b2e23; color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr .7fr; gap: 3rem; align-items: center; }
.footer-brand { display: inline-flex; align-items: center; gap: .85rem; text-decoration: none; }
.footer-brand img { width: 66px; height: 66px; border-radius: 50%; }
.footer-brand span { display: flex; flex-direction: column; font-size: 1.25rem; }
.footer-brand small { margin-top: .3rem; font-size: .55rem; letter-spacing: .38em; text-transform: uppercase; }
.footer-grid > p { max-width: 280px; margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; line-height: 1.6; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1.5rem; }
.footer-nav a { color: rgba(255,255,255,.75); font-size: .75rem; font-weight: 700; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 54px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.42); font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; }

@keyframes hero-reveal { from { opacity: 0; transform: scale(1.025); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero { min-height: 760px; }
  .intro-grid { grid-template-columns: 1fr; gap: 1.2rem; }
  .intro-copy { max-width: 720px; padding-top: 0; }
  .identity-strip { grid-template-columns: 1fr; }
  .identity-strip > div { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 0; }
  .identity-strip > div:last-child { border-bottom: 0; }
  .proposal-heading, .spaces-heading, .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .proposal-layout { grid-template-columns: 1fr; }
  .proposal-image-card { position: relative; top: 0; min-height: 580px; border-radius: 200px 200px 28px 28px; }
  .approach-band { grid-template-columns: 1fr 1fr; transform: translateY(50px); }
  .approach-band div:nth-child(2) { border-right: 0; }
  .approach-band div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.22); }
  .experience-section { grid-template-columns: 1fr; }
  .experience-image { min-height: 520px; }
  .experience-copy { padding-top: 100px; padding-bottom: 85px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-nav { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .header-inner, .section-shell, .hero-content { width: min(100% - 32px,1180px); }
  .header-inner { min-height: 78px; }
  .brand img { width: 47px; height: 47px; }
  .brand-name { font-size: 1.02rem; }
  .site-header { background: rgba(7,43,31,.28); backdrop-filter: blur(8px); }
  .hero { min-height: 760px; align-items: flex-end; padding-bottom: 102px; }
  .hero-image { object-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg,rgba(5,34,24,.97) 0%,rgba(6,39,28,.74) 55%,rgba(6,33,24,.28) 100%); }
  .hero-content { margin-top: 0; }
  .hero h1 { font-size: clamp(3.45rem,17vw,5.2rem); line-height: .91; }
  .hero-intro { font-size: 1rem; line-height: 1.58; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-location { right: 16px; bottom: 25px; left: 16px; justify-content: center; font-size: .62rem; }
  .intro-section { padding-top: 78px; }
  .intro-grid h2 { font-size: 2.65rem; }
  .identity-strip { margin-top: 58px; }
  .early-footer { flex-direction: column; gap: 1rem; }
  .proposal-section { padding-top: 82px; }
  .proposal-heading h2, .spaces-heading h2, .experience-copy h2, .contact-intro h2 { font-size: 2.85rem; }
  .proposal-layout { margin-top: 48px; }
  .proposal-image-card { min-height: 480px; border-radius: 150px 150px 22px 22px; }
  .image-note { right: 16px; bottom: 16px; left: 16px; }
  .proposal-list article { grid-template-columns: 28px 44px minmax(0,1fr); gap: .7rem; }
  .proposal-icon { width: 44px; height: 44px; }
  .proposal-list h3 { margin-top: .3rem; font-size: 1.2rem; }
  .approach-band { grid-template-columns: 1fr 1fr; width: calc(100% - 32px); margin-top: 50px; }
  .approach-band div { min-height: 86px; flex-direction: column; gap: .4rem; font-size: .67rem; }
  .experience-image { min-height: 430px; }
  .experience-copy { padding: 90px 24px 72px; }
  .spaces-section { padding: 90px 0 78px; }
  .photo-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: 340px 270px 270px 220px; margin-top: 48px; }
  .photo-grid .photo-main, .photo-grid .photo-wide { grid-row: auto; grid-column: auto; }
  .photo-grid .photo-main img { object-fit: cover; }
  .contact-section { padding: 86px 0; }
  .contact-grid { grid-template-columns: minmax(0,1fr); }
  .contact-details { min-width: 0; }
  .contact-primary strong { font-size: 2rem; }
  .contact-row { grid-template-columns: 24px 1fr 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-nav { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: .65rem; }
}

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