:root {
  --bg: #f6f8f4;
  --surface: rgba(255,255,255,.72);
  --surface-strong: rgba(255,255,255,.92);
  --text: #17211b;
  --muted: #68736c;
  --line: rgba(23,33,27,.10);
  --green: #8fb59b;
  --green-deep: #375844;
  --mint: #dfeee4;
  --blue: #dfe9f6;
  --sand: #efe7d6;
  --shadow: 0 24px 80px rgba(44, 63, 50, .10);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 2%, rgba(221, 238, 227, .82), transparent 30%),
    radial-gradient(circle at 90% 12%, rgba(223, 233, 246, .74), transparent 28%),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  z-index: 100;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.045'/%3E%3C/svg%3E");
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  z-index: 999;
  background: var(--green-deep);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 18px 0 0;
}

.nav-shell {
  width: min(calc(100% - 32px), 1160px);
  margin: 0 auto;
  padding: 11px 12px 11px 14px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border: 1px solid rgba(255,255,255,.78);
  background: rgba(248, 250, 247, .73);
  backdrop-filter: blur(22px) saturate(135%);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
  border-radius: 999px;
  box-shadow: 0 10px 36px rgba(40, 58, 47, .06);
}

.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; }
.brand-mark {
  width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center;
  background: #1d2c23; color: white; font-size: 13px; font-weight: 700;
  letter-spacing: -.04em;
}
.brand-text { font-size: 13px; font-weight: 650; letter-spacing: -.01em; }

.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  padding: 10px 14px; border-radius: 999px;
  color: #566159; font-size: 13px; transition: .25s ease;
}
.nav-links a:hover { background: rgba(255,255,255,.8); color: var(--text); }

.nav-cta {
  justify-self: end;
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 650;
  padding: 9px 14px 9px 16px; border-radius: 999px;
  background: #1c2c22; color: white;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.nav-cta svg, .button svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.hero {
  position: relative;
  min-height: 830px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(40px, 7vw, 110px);
  padding-top: 88px;
  padding-bottom: 80px;
}

.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12px; letter-spacing: .09em; text-transform: uppercase;
  color: #647068; font-weight: 700;
}
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #65a879; box-shadow: 0 0 0 5px rgba(101,168,121,.12); }

.hero h1 {
  margin: 28px 0 24px;
  max-width: 760px;
  font-size: clamp(58px, 6.9vw, 104px);
  line-height: .94;
  letter-spacing: -.067em;
  font-weight: 620;
}
.hero-accent {
  font-weight: 460;
  color: #63766a;
  background: linear-gradient(90deg, #274d37, #8fa98e 65%, #6889a8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-lead {
  max-width: 620px;
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
}
.hero-actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }

.button {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0 20px; border-radius: 999px;
  font-size: 14px; font-weight: 680;
  transition: transform .28s ease, box-shadow .28s ease, background .28s ease;
}
.button-primary { background: #1b2a21; color: white; box-shadow: 0 12px 30px rgba(27,42,33,.14); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(27,42,33,.18); }
.button-ghost { background: rgba(255,255,255,.62); border: 1px solid rgba(23,33,27,.08); }
.button-ghost:hover { background: white; transform: translateY(-2px); }

.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.orb-a { width: 380px; height: 380px; right: 4%; top: 19%; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.96), rgba(186,213,196,.72) 46%, rgba(186,213,196,0) 72%); animation: drift 9s ease-in-out infinite; }
.orb-b { width: 270px; height: 270px; left: 42%; bottom: 8%; background: radial-gradient(circle at 35% 35%, rgba(255,255,255,.92), rgba(197,214,234,.76) 48%, rgba(197,214,234,0) 72%); animation: drift 11s ease-in-out infinite reverse; }

.floating-card {
  position: relative; z-index: 2;
  width: min(100%, 500px); min-height: 535px;
  border-radius: 38px; padding: 22px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow: 0 32px 100px rgba(57, 79, 65, .14), inset 0 1px 0 rgba(255,255,255,.85);
  backdrop-filter: blur(22px);
  transform: rotate(1.2deg);
  transition: transform .4s cubic-bezier(.2,.8,.2,1);
}
.floating-card:hover { transform: rotate(0deg) translateY(-4px); }
.card-topline, .project-meta { display: flex; justify-content: space-between; gap: 16px; align-items: center; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; color: #718077; font-weight: 700; }
.mini-pill { border: 1px solid rgba(23,33,27,.09); padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.72); }

.material-visual {
  height: 335px; margin: 22px 0 24px; border-radius: 26px; position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 70% 20%, rgba(255,255,255,.95), transparent 26%),
    linear-gradient(145deg, #d9eadf, #dbe7f0 55%, #f2eadd);
}
.layer { position: absolute; left: 9%; right: 9%; height: 18%; border-radius: 50%; border: 1px solid rgba(45,76,56,.12); transform: skewX(-11deg); box-shadow: 0 8px 24px rgba(65,83,71,.06); }
.layer-1 { bottom: 17%; background: rgba(173,204,185,.76); }
.layer-2 { bottom: 28%; left: 13%; right: 6%; background: rgba(202,218,230,.82); }
.layer-3 { bottom: 39%; left: 7%; right: 15%; background: rgba(232,220,193,.84); }
.layer-4 { bottom: 50%; left: 14%; right: 12%; background: rgba(190,217,200,.87); }
.field-line { position: absolute; width: 42%; height: 1px; background: linear-gradient(90deg, transparent, rgba(37,83,54,.35), transparent); transform-origin: left center; }
.line-1 { left: 19%; top: 23%; transform: rotate(24deg); }
.line-2 { left: 34%; top: 30%; transform: rotate(48deg); }
.line-3 { left: 49%; top: 19%; transform: rotate(78deg); }
.card-caption h2 { margin: 0 0 10px; font-size: 23px; letter-spacing: -.035em; }
.card-caption p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.floating-note { position: absolute; z-index: 4; border: 1px solid rgba(255,255,255,.96); background: rgba(255,255,255,.76); backdrop-filter: blur(18px); box-shadow: 0 16px 52px rgba(42,62,49,.12); }
.note-a { left: -4%; bottom: 11%; width: 210px; padding: 17px 18px; border-radius: 20px; animation: floatCard 6.5s ease-in-out infinite; }
.note-a span { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: #758178; margin-bottom: 6px; }
.note-a strong { font-size: 13px; line-height: 1.5; }
.note-b { right: -4%; top: 19%; padding: 10px 14px; border-radius: 999px; display: flex; align-items: center; gap: 8px; font-size: 12px; animation: floatCard 7.5s ease-in-out infinite reverse; }
.spark { color: #7d9d87; }

.marquee-wrap { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.28); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 28px; padding: 18px 0; color: #7c877f; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; animation: marquee 28s linear infinite; }
.marquee-track i { font-style: normal; opacity: .45; }

.intro-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 60px; padding-top: 150px; padding-bottom: 150px; }
.display-paragraph { margin: 0; max-width: 980px; font-size: clamp(38px, 4.3vw, 68px); line-height: 1.05; letter-spacing: -.048em; font-weight: 520; }
.intro-columns { margin-top: 56px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 54px; max-width: 850px; }
.intro-columns p { margin: 0; color: var(--muted); line-height: 1.8; font-size: 15px; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 54px; }
.section-heading h2, .life-copy h2, .contact-card h2 { margin: 16px 0 0; font-size: clamp(42px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; font-weight: 560; }
.section-heading > p { max-width: 370px; margin: 0 0 7px; font-size: 14px; line-height: 1.7; color: var(--muted); }

.project-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.project-card { min-height: 540px; border-radius: var(--radius-xl); border: 1px solid rgba(255,255,255,.9); background: rgba(255,255,255,.66); padding: 22px; box-shadow: 0 18px 55px rgba(56,77,63,.07); overflow: hidden; position: relative; }
.project-large { grid-row: span 2; min-height: 780px; }
.project-art { position: relative; overflow: hidden; margin: 20px 0 24px; min-height: 295px; border-radius: 26px; }
.project-large .project-art { min-height: 505px; }
.project-copy h3 { font-size: 26px; line-height: 1.15; letter-spacing: -.035em; margin: 0 0 10px; }
.project-copy p { margin: 0; max-width: 560px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.text-link { display: inline-flex; gap: 7px; margin-top: 18px; font-size: 13px; font-weight: 700; }
.text-link b { transition: transform .25s ease; }
.project-card:hover .text-link b { transform: translate(3px,-3px); }

.project-art-strain { background: linear-gradient(135deg, #dceee2, #f1eadb); }
.strain-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(54,84,65,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(54,84,65,.08) 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.92), transparent); }
.strain-ridge { position: absolute; width: 88%; height: 48%; left: 6%; top: 30%; border-radius: 50% 50% 38% 38%; border-top: 7px solid rgba(54,91,66,.46); transform: perspective(500px) rotateX(56deg); box-shadow: 0 -18px 42px rgba(64,106,76,.18); }
.strain-dot { position:absolute; width:11px; height:11px; border-radius:50%; background:#4f7c5e; box-shadow:0 0 0 10px rgba(79,124,94,.11); }
.dot-1{left:22%;top:50%}.dot-2{left:49%;top:40%}.dot-3{right:18%;top:55%}
.project-art-band { background: linear-gradient(145deg, #e1ebf6, #f7f2e7); display:grid; place-items:center; }
.project-art-band svg { width: 89%; height: 77%; }
.project-art-band path { fill:none; stroke:#506a5d; stroke-width:2.6; opacity:.68; }
.project-art-band path:nth-child(2){opacity:.42}.project-art-band path:nth-child(3){opacity:.28}
.project-art-ferro { background: radial-gradient(circle at 50% 42%, #fbf8ef, #e5eee7); display:grid; place-items:center; }
.ferro-core { width:112px;height:112px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff,#b9d5c1);box-shadow:0 18px 50px rgba(62,93,69,.16); }
.ferro-arrow{position:absolute;font-size:34px;color:#50735d;font-weight:300}.arrow-up{left:33%;top:28%}.arrow-down{right:33%;bottom:25%}
.ferro-ring{position:absolute;border:1px solid rgba(80,115,93,.22);border-radius:50%}.ring-a{width:190px;height:190px}.ring-b{width:255px;height:255px}

.notes-section { padding-top: 160px; padding-bottom: 150px; }
.notes-list { border-top: 1px solid var(--line); }
.note-row { display: grid; grid-template-columns: 120px 1fr 44px; gap: 28px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); transition: padding .3s ease, opacity .3s ease; }
.note-row:hover { padding-left: 14px; }
.note-date { font-size: 11px; letter-spacing: .11em; color: #87928b; font-weight: 700; }
.note-row h3 { margin: 0 0 7px; font-size: 20px; letter-spacing: -.025em; }
.note-row p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.note-arrow { justify-self: end; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); display:grid;place-items:center;transition:.28s ease; }
.note-row:hover .note-arrow { transform: translate(3px,-3px); background:white; }

.life-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 74px; align-items: center; padding-bottom: 160px; }
.life-copy p { max-width: 500px; margin: 26px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.life-mosaic { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 230px 230px; gap: 14px; }
.mosaic-card { position: relative; border-radius: 30px; overflow: hidden; border:1px solid rgba(255,255,255,.84); box-shadow:0 20px 55px rgba(52,73,60,.08); }
.mosaic-sky { grid-row: span 2; background: linear-gradient(#dfeaf5 0 52%, #e7e7d6 52%); }
.sun { position:absolute; width:84px;height:84px;border-radius:50%; background:rgba(255,247,219,.94); top:18%; left:16%; box-shadow:0 0 50px rgba(255,247,219,.65); }
.horizon { position:absolute;left:-10%;right:-10%;height:48%;bottom:-17%;border-radius:50% 50% 0 0; }
.h1{background:#b7c9b3;transform:rotate(-4deg)} .h2{background:#8fa78e;bottom:-30%;transform:rotate(6deg)}
.mosaic-label { position:absolute;left:18px;top:16px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:rgba(40,55,46,.58); }
.mosaic-note { background:#efe7d8;padding:24px;display:flex;flex-direction:column;justify-content:space-between; }
.mosaic-note span { font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#8c806b;font-weight:700; }
.mosaic-note strong { font-size:24px;line-height:1.15;letter-spacing:-.035em;font-weight:550; }
.mosaic-grid { background:#e4efe7; padding:20px; }
.tiny-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:34px;height:145px; }
.tiny-grid i { border-radius:10px;background:rgba(255,255,255,.74);box-shadow:inset 0 0 0 1px rgba(53,76,60,.06); }
.tiny-grid i:nth-child(2),.tiny-grid i:nth-child(6){background:#cad9e7}.tiny-grid i:nth-child(4),.tiny-grid i:nth-child(8){background:#e9dfca}

.contact-section { padding-bottom: 90px; }
.contact-card { padding: clamp(34px, 6vw, 74px); border-radius: 42px; background: linear-gradient(135deg, rgba(223,238,228,.94), rgba(223,233,246,.92) 70%, rgba(240,232,215,.86)); border:1px solid rgba(255,255,255,.86); display:flex;justify-content:space-between;gap:60px;align-items:flex-end;box-shadow:var(--shadow); }
.contact-actions { max-width: 430px; }
.contact-actions p { margin: 18px 0 0; color: #647068; font-size: 13px; line-height: 1.7; }

.footer { padding: 0 0 34px; display:grid;grid-template-columns:1fr 1fr auto;gap:24px;color:#7a857e;font-size:12px; }
.footer p { margin:0; }
.footer p:nth-child(2){text-align:center}.footer a{text-align:right;color:#59675e;font-weight:650}

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .82s cubic-bezier(.2,.7,.2,1), transform .82s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
.interactive-card::after { content:""; position:absolute; inset:0; pointer-events:none; background:radial-gradient(380px circle at var(--mx,50%) var(--my,50%), rgba(255,255,255,.34), transparent 45%); opacity:0; transition:opacity .3s ease; }
.interactive-card:hover::after { opacity:1; }

@keyframes drift { 0%,100%{transform:translate3d(0,0,0) scale(1)} 50%{transform:translate3d(0,-16px,0) scale(1.025)} }
@keyframes floatCard { 0%,100%{transform:translateY(0) rotate(-1deg)} 50%{transform:translateY(-10px) rotate(1deg)} }
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

@media (max-width: 980px) {
  .nav-shell { grid-template-columns: 1fr auto; }
  .nav-links { display:none; }
  .hero { grid-template-columns: 1fr; padding-top: 110px; min-height:auto; }
  .hero-visual { min-height:540px; }
  .intro-grid { grid-template-columns: 1fr; gap:28px; }
  .project-grid { grid-template-columns:1fr; }
  .project-large { grid-row:auto; min-height:650px; }
  .section-heading { align-items:flex-start; flex-direction:column; gap:20px; }
  .life-section { grid-template-columns:1fr; }
  .contact-card { flex-direction:column; align-items:flex-start; }
}

@media (max-width: 680px) {
  .section-shell { width:min(calc(100% - 28px), var(--max)); }
  .site-header { padding-top:10px; }
  .nav-shell { width:calc(100% - 18px); }
  .brand-text { display:none; }
  .nav-cta { padding:9px 12px 9px 14px; }
  .hero { padding-top:72px; padding-bottom:58px; gap:24px; }
  .hero h1 { font-size:clamp(48px,16vw,74px); }
  .hero-lead { font-size:15px; }
  .hero-visual { min-height:480px; }
  .floating-card { min-height:470px; padding:18px; border-radius:30px; }
  .material-visual { height:290px; }
  .note-a { left:0; bottom:1%; }
  .note-b { right:0; top:10%; }
  .intro-grid, .notes-section { padding-top:100px; padding-bottom:100px; }
  .intro-columns { grid-template-columns:1fr; gap:18px; margin-top:34px; }
  .display-paragraph { font-size:40px; }
  .section-heading h2, .life-copy h2, .contact-card h2 { font-size:44px; }
  .project-card { min-height:auto; border-radius:28px; }
  .project-large { min-height:auto; }
  .project-large .project-art, .project-art { min-height:320px; }
  .note-row { grid-template-columns:1fr 34px; gap:10px; }
  .note-date { grid-column:1 / -1; }
  .note-arrow { grid-column:2; grid-row:2; }
  .life-mosaic { grid-template-columns:1fr; grid-template-rows:320px 200px 200px; }
  .mosaic-sky { grid-row:auto; }
  .contact-card { border-radius:30px; }
  .footer { grid-template-columns:1fr 1fr; }
  .footer p:nth-child(2){display:none}.footer a{text-align:right}
}

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