@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap");

:root {
  color-scheme: light;
  --ink: #123c33;
  --ink-soft: #49675f;
  --forest: #0b4a3d;
  --forest-deep: #07372f;
  --leaf: #2d7455;
  --lime: #b7d974;
  --cream: #f7f3e8;
  --paper: #fffdf6;
  --sun: #f3c96b;
  --coral: #e88468;
  --line: rgba(18, 60, 51, 0.16);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --shadow: 0 2px 3px rgba(7, 55, 47, 0.06), 0 20px 60px rgba(7, 55, 47, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font: 400 1rem/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-underline-offset: 0.22em; }
a, button { touch-action: manipulation; -webkit-tap-highlight-color: rgba(183, 217, 116, 0.24); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; border-radius: 4px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; transform: translateY(-160%); background: white; font-weight: 600; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  display: flex;
  width: min(1180px, calc(100% - 48px));
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; font: 700 1.15rem var(--serif); text-decoration: none; }
.brand svg { width: 34px; fill: var(--leaf); }
.brand svg path:last-child { fill: none; stroke: var(--cream); stroke-width: 2; }
nav { display: flex; align-items: center; gap: clamp(14px, 3vw, 42px); }
nav a { display: inline-flex; min-height: 44px; align-items: center; font-size: 0.9rem; font-weight: 600; text-decoration: none; }
nav a:not(.nav-cta):hover { color: var(--leaf); }
.nav-cta { padding: 0 20px; border: 1px solid var(--ink); border-radius: 999px; }
.nav-cta:hover { background: var(--ink); color: var(--cream); }

.hero {
  position: relative;
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: 5vw;
  padding: 140px max(24px, calc((100vw - 1180px) / 2)) 80px;
  background: radial-gradient(circle at 75% 20%, rgba(243, 201, 107, 0.25), transparent 25%), var(--cream);
}
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.eyebrow { margin: 0 0 20px; color: var(--leaf); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; }
.hero .eyebrow { display: flex; align-items: center; gap: 10px; }
.hero .eyebrow span { display: block; width: 28px; height: 1px; background: currentColor; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); line-height: 1.05; letter-spacing: -0.035em; text-wrap: balance; }
h1 { margin-bottom: 25px; font-size: clamp(3.8rem, 7.5vw, 6.8rem); }
h1 em { display: block; color: var(--leaf); font-weight: 600; }
.hero-intro { max-width: 570px; margin: 0; color: var(--ink-soft); font-size: clamp(1.05rem, 1.5vw, 1.22rem); }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 18px; padding: 0 25px; border-radius: 999px; font-weight: 600; text-decoration: none; transition: transform 180ms ease, background-color 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: white; box-shadow: 0 10px 25px rgba(11, 74, 61, 0.18); }
.button-primary:hover { background: var(--forest-deep); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; font-weight: 600; }

.hero-art { position: relative; width: min(100%, 570px); aspect-ratio: 0.9; justify-self: end; overflow: hidden; border-radius: 48% 48% 5% 5% / 38% 38% 5% 5%; background: linear-gradient(180deg, #b9ddd0 0%, #e4e8bd 49%, #6ea36d 100%); box-shadow: var(--shadow); }
.sun { position: absolute; top: 14%; left: 50%; width: 30%; aspect-ratio: 1; transform: translateX(-50%); border-radius: 50%; background: rgba(247, 224, 153, 0.88); box-shadow: 0 0 70px #f5d988; }
.mist { position: absolute; right: -10%; left: -10%; height: 70px; border-radius: 50%; background: rgba(255, 255, 255, 0.4); filter: blur(15px); }
.mist-one { top: 42%; }.mist-two { top: 56%; opacity: 0.55; }
.forest { position: absolute; inset: 4% -8% -3%; width: 116%; height: 99%; }
.back-leaf { fill: #528b69; opacity: 0.45; }.leaf { fill: #155d48; }.leaf-light { fill: #397b57; }
.vein { fill: none; stroke: #91b674; stroke-width: 3; opacity: 0.65; }.little-leaves { fill: #205f48; }
.art-label { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 17px 22px; border: 1px solid rgba(255,255,255,.4); border-radius: 14px; background: rgba(7,55,47,.78); color: white; backdrop-filter: blur(12px); }
.art-label span { display: block; margin-bottom: 2px; color: #cbe29b; font-size: 0.68rem; letter-spacing: 0.13em; text-transform: uppercase; }
.art-label strong { font-family: var(--serif); font-size: 1rem; }

.section { padding: 110px max(24px, calc((100vw - 1180px) / 2)); }
.work { background: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.section-heading h2, .about h2, .contact h2 { margin-bottom: 0; font-size: clamp(2.6rem, 5vw, 4.6rem); }
.section-heading > p { max-width: 410px; margin: 0 0 5px; color: var(--ink-soft); }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.project-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 1px 2px rgba(7,55,47,.04); transition: transform 220ms ease, box-shadow 220ms ease; }
.project-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.project-art { position: relative; height: 255px; overflow: hidden; }
.art-canopy { background: #c4dfad; }.art-lagoon { background: #a9d6d0; }.art-sunrise { background: #f1c988; }
.art-orb { position: absolute; top: 36px; left: 50%; width: 115px; height: 115px; transform: translateX(-50%); border-radius: 50%; background: rgba(255,250,216,.75); }
.art-window { position: absolute; z-index: 2; top: 77px; left: 50%; display: flex; width: 150px; height: 116px; flex-direction: column; gap: 10px; padding: 27px 22px; transform: translateX(-50%) rotate(-2deg); border: 2px solid rgba(255,255,255,.55); border-radius: 12px; background: rgba(255,255,255,.72); box-shadow: 0 16px 30px rgba(7,55,47,.18); backdrop-filter: blur(5px); }
.art-window i { display: block; height: 9px; border-radius: 99px; background: #3a7b65; }.art-window i:nth-child(2) { width: 72%; background: #86ae79; }.art-window i:nth-child(3) { width: 45%; background: #e68467; }
.art-leaf { position: absolute; z-index: 1; bottom: -25px; width: 130px; height: 220px; border-radius: 100% 0 100% 0; background: #236c50; }.art-leaf::after { position: absolute; top: 15%; left: 48%; width: 2px; height: 78%; content: ""; transform: rotate(25deg); background: rgba(190,219,139,.6); }
.art-leaf-a { left: -38px; transform: rotate(22deg); }.art-leaf-b { right: -35px; transform: scaleX(-1) rotate(18deg); background: #44835f; }
.art-lagoon .art-leaf { background: #11605b; }.art-sunrise .art-leaf { background: #a95043; }
.project-body { padding: 28px; }
.project-number { margin: 0 0 13px; color: var(--leaf); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; }
.project-card h3 { margin-bottom: 13px; font-size: 1.75rem; }
.project-card h3 + p { min-height: 78px; margin: 0; overflow-wrap: anywhere; color: var(--ink-soft); font-size: 0.93rem; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0; padding: 0; list-style: none; }
.tags li { padding: 5px 11px; border: 1px solid var(--line); border-radius: 999px; background: #f7f6ed; font-size: 0.7rem; font-weight: 600; }
.project-card a, .project-soon { display: inline-flex; min-height: 44px; align-items: center; gap: 7px; font-size: 0.87rem; font-weight: 600; }
.project-soon { color: var(--ink-soft); }
.empty-state, .noscript { grid-column: 1 / -1; padding: 45px; border: 1px dashed var(--line); text-align: center; }

.about { background: #dce5c4; }
.about-card { display: grid; grid-template-columns: 0.8fr 1.2fr; overflow: hidden; border: 1px solid rgba(7,55,47,.13); border-radius: 28px; background: var(--cream); box-shadow: var(--shadow); }
.about-mark { position: relative; display: grid; min-height: 520px; place-items: center; overflow: hidden; background: var(--forest); color: #f2d487; }
.about-mark > span { position: relative; z-index: 2; font: 600 clamp(7rem, 17vw, 14rem) var(--serif); }
.about-mark svg { position: absolute; inset: auto -15% -8% auto; width: 70%; fill: #277058; opacity: .8; }.about-mark svg path:last-child { fill: #4e8864; }
.about-copy { align-self: center; padding: clamp(45px, 7vw, 90px); }
.about-copy h2 { margin-bottom: 28px; }
.about-copy > p:not(.eyebrow) { max-width: 590px; color: var(--ink-soft); font-size: 1.05rem; }
.principles { display: flex; flex-wrap: wrap; gap: 11px 25px; margin: 32px 0 0; padding: 25px 0 0; border-top: 1px solid var(--line); list-style: none; font-size: 0.84rem; font-weight: 600; }.principles span { color: var(--coral); }

.contact { position: relative; display: grid; min-height: 580px; place-items: center; overflow: hidden; background: var(--forest-deep); color: white; text-align: center; }
.contact-inner { position: relative; z-index: 2; max-width: 760px; }
.contact .eyebrow { color: var(--lime); }.contact h2 { margin-bottom: 20px; }.contact p:not(.eyebrow) { color: #bad0c8; font-size: 1.08rem; }
.button-light { margin-top: 22px; background: var(--lime); color: var(--forest-deep); }.button-light:hover { background: white; }
.social-links { display: flex; min-height: 44px; justify-content: center; gap: 28px; margin-top: 28px; }.social-links a { display: inline-flex; min-height: 44px; align-items: center; font-size: .85rem; }
.contact-leaf { position: absolute; bottom: -50px; width: 280px; fill: #125443; }.contact-leaf path:last-child { fill: none; stroke: #2a7258; stroke-width: 3; }
.contact-leaf-left { left: -45px; transform: rotate(8deg); }.contact-leaf-right { right: -50px; transform: scaleX(-1) rotate(5deg); }
footer { display: flex; min-height: 100px; align-items: center; justify-content: space-between; gap: 20px; padding: 25px max(24px, calc((100vw - 1180px) / 2)); background: #052c25; color: #b7cbc4; font-size: 0.78rem; }footer p { margin: 0; }

@media (max-width: 900px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 145px; }
  .hero-copy { max-width: 760px; }
  .hero-art { width: min(100%, 600px); justify-self: center; }
  .project-grid { grid-template-columns: 1fr 1fr; }.project-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 11px); }
  .about-card { grid-template-columns: 1fr; }.about-mark { min-height: 340px; }.about-mark svg { width: 45%; }
}

@media (max-width: 640px) {
  .site-header { width: calc(100% - 32px); min-height: 76px; }.brand { font-size: 1rem; }.brand svg { width: 29px; }
  nav { gap: 8px; }nav > a:not(.nav-cta) { display: none; }.nav-cta { min-height: 42px; padding: 0 15px; }
  .hero { grid-template-columns: minmax(0, 1fr); gap: 48px; padding: 118px 16px 55px; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.5rem); }.hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }.hero-actions a { width: 100%; }.text-link { justify-content: center; }
  .hero-art { border-radius: 45% 45% 10px 10px / 31% 31% 10px 10px; }
  .section { padding: 78px 16px; }.section-heading { align-items: flex-start; flex-direction: column; gap: 22px; }.section-heading h2, .about h2, .contact h2 { font-size: 2.75rem; }
  .project-grid { grid-template-columns: 1fr; }.project-card:last-child { grid-column: auto; max-width: none; }.project-art { height: 230px; }
  .about-mark { min-height: 280px; }.about-copy { padding: 42px 24px; }.principles { align-items: flex-start; flex-direction: column; }
  .contact { min-height: 570px; }.contact-leaf { width: 190px; opacity: .7; }.contact-leaf-left { left: -90px; }.contact-leaf-right { right: -90px; }
  .button-light { max-width: 100%; overflow-wrap: anywhere; }.social-links { gap: 18px; }
  footer { align-items: flex-start; flex-direction: column; padding-block: 35px; }footer .brand { min-height: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
