@font-face {
  font-family: "Outfit";
  src: url("public/assets/fonts/outfit-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #fbfcfa;
  --paper-2: #f3f6f2;
  --ink: #111411;
  --muted: #69716a;
  --line: #dce2dc;
  --accent: #16c84a;
  --accent-ink: #08230f;
  --dark: #ffffff;
  --dark-ink: #111411;
  --display: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background-color: var(--paper);
  background-image:
    linear-gradient(to right, rgba(17, 20, 17, 0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(17, 20, 17, 0.035) 1px, transparent 1px);
  background-size: 360px 360px;
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 0.035;
  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='.84' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.shell { width: min(1360px, calc(100% - 64px)); margin-inline: auto; }
.micro, .project-type, .section-label {
  margin: 0;
  font: 700 0.68rem/1.35 "Courier New", monospace;
  letter-spacing: 0.08em;
}

.site-nav {
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.brand { font-size: 0.86rem; font-weight: 900; letter-spacing: -0.05em; }
.brand span { color: #059b36; }
.site-nav nav { display: flex; gap: 28px; font-size: 0.73rem; font-weight: 700; }
.site-nav nav a, .footer a { transition: color 180ms ease; }
.site-nav nav a:hover, .footer a:hover { color: var(--accent); }
.nav-cta { justify-self: end; padding: 11px 15px; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-size: 0.72rem; font-weight: 800; transition: 180ms ease; }
.nav-cta:hover { border-color: var(--accent); background: var(--accent); color: var(--accent-ink); }

.hero {
  min-height: calc(100dvh - 72px);
  display: grid;
  grid-template-columns: 1.12fr 0.72fr 0.48fr;
  grid-template-rows: 1fr auto;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.hero-title { padding: clamp(44px, 7vw, 92px) clamp(28px, 5vw, 72px) 48px; border-right: 1px solid var(--line); }
.hero-title .micro { color: var(--muted); }
.hero h1 {
  position: relative;
  margin: 22px 0 34px;
  font-size: clamp(4.8rem, 10vw, 10rem);
  font-family: var(--display);
  line-height: 0.82;
  letter-spacing: -0.065em;
  font-weight: 600;
}
.burst { display: inline-block; margin-left: 0.08em; color: var(--accent); font-size: 0.32em; vertical-align: top; transform: translateY(-0.12em); }
.thesis { max-width: 560px; margin: 0; font-size: clamp(1.2rem, 2.15vw, 2rem); line-height: 1.13; letter-spacing: -0.04em; }
.thesis strong { color: var(--accent); }
.round-link { display: grid; place-items: center; width: 56px; height: 56px; margin-top: 42px; border: 1px solid var(--ink); border-radius: 50%; font-size: 1.4rem; transition: 180ms ease; }
.round-link:hover { background: var(--accent); transform: rotate(-8deg); }
.portrait { margin: 22px; min-height: 576px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #e6eae6; }
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; display: block; filter: saturate(0.78) contrast(1.03); }
.hero-note { align-self: stretch; padding: clamp(28px, 4vw, 54px) 28px; display: flex; flex-direction: column; justify-content: flex-end; }
.hero-note > p { color: var(--muted); font-size: 0.86rem; line-height: 1.65; }
.hero-links { display: flex; gap: 16px; margin-top: 24px; font-size: 0.72rem; font-weight: 800; }
.hero-links a:hover { color: var(--accent); }

.numbers { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-top: 0; }
.numbers article { min-height: 172px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); background: rgba(255,255,255,0.72); }
.numbers article:last-child { border-right: 0; }
.numbers strong { font-family: var(--display); font-size: clamp(2rem, 4vw, 4rem); line-height: 1; letter-spacing: -0.045em; font-weight: 600; }
.numbers span { max-width: 165px; color: var(--muted); font-size: 0.72rem; line-height: 1.35; }

.founder-thesis { display: grid; grid-template-columns: 0.28fr 1.72fr; gap: 5vw; padding-block: 130px; }
.section-label { padding-top: 12px; color: var(--muted); }
.big-statement h2 { max-width: 1050px; margin: 0; font-family: var(--display); font-size: clamp(3rem, 6.7vw, 7rem); line-height: 0.98; letter-spacing: -0.05em; font-weight: 600; }
.big-statement p { max-width: 610px; margin: 35px 0 0 auto; color: var(--muted); font-size: 1rem; line-height: 1.65; }

.venture { padding-bottom: 130px; }
.venture-header { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 5vw; align-items: end; padding: 44px 0 30px; border-top: 1px solid var(--ink); }
.venture-header h2 { margin: 8px 0 0; font-family: var(--display); font-size: clamp(3.3rem, 7vw, 7.6rem); line-height: 0.88; letter-spacing: -0.055em; font-weight: 600; }
.venture-header > p { max-width: 500px; margin: 0; color: var(--muted); font-size: 0.87rem; line-height: 1.6; }
.lead-project { display: grid; grid-template-columns: 0.78fr 1.22fr; min-height: 620px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #ffffff; color: var(--ink); }
.lead-copy { padding: clamp(38px, 6vw, 80px); display: flex; flex-direction: column; justify-content: center; }
.project-type { color: var(--accent); }
.lead-copy h3, .project-card h3, .archive-copy h3, .video-copy h3 { margin: 14px 0 18px; font-family: var(--display); font-size: clamp(2rem, 4vw, 4.35rem); line-height: 1; letter-spacing: -0.045em; font-weight: 600; }
.lead-copy > p:not(.project-type), .project-card p:not(.project-type), .archive-copy > p:not(.project-type), .video-copy > p:not(.project-type) { color: var(--muted); font-size: 0.85rem; line-height: 1.65; }
.lead-project > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lead-project > .resort-image { object-position: center; }
.mini-numbers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 36px; }
.mini-numbers span { color: var(--muted); font-size: 0.65rem; line-height: 1.35; }
.mini-numbers strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 1.45rem; letter-spacing: -0.05em; }
.metashop-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 16px; }
.project-card { min-height: 520px; display: grid; grid-template-rows: 1fr auto; border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; }
.project-card img { width: 100%; height: 340px; object-fit: contain; padding: 34px; background: var(--paper-2); display: block; }
.project-card-video { width: 100%; height: 340px; object-fit: contain; background: #111; display: block; }
.project-card > div { padding: 30px; }
.project-card h3 { font-size: clamp(1.8rem, 3vw, 3rem); }
.project-card p:not(.project-type) { color: var(--muted); margin-bottom: 0; }
.lead-copy p.tech-line, .project-card p.tech-line, .archive-copy p.tech-line { margin-top: 20px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--ink); font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace; font-size: 0.66rem; line-height: 1.55; letter-spacing: -0.015em; }
.tech-line strong { display: block; margin-bottom: 5px; color: var(--accent); font-size: 0.58rem; letter-spacing: 0.08em; text-transform: uppercase; }
.project-card-tall { grid-row: span 2; }
.project-card-tall img { height: 650px; }
.project-card-tall .project-card-video { height: 650px; }
.accent-card { background: #eaffef; color: var(--accent-ink); border-color: #a5eab8; }
.accent-card .project-type, .accent-card p:not(.project-type) { color: #236734; }
.accent-card p.tech-line { border-top-color: #a5eab8; color: var(--accent-ink); }
.accent-card img { background: #f6faf7; object-position: top; }
.embed-media { width: 100%; min-width: 0; aspect-ratio: 16 / 9; overflow: hidden; background: #111; }
.project-card > .embed-media { height: 340px; padding: 0; }
.embed-media iframe { width: 100%; height: 100%; display: block; border: 0; }
.wide-card { grid-column: 1 / -1; grid-template-columns: 1.2fr 0.8fr; grid-template-rows: 1fr; min-height: 430px; }
.wide-card img { height: 100%; object-fit: cover; }
.wide-card > div { display: flex; flex-direction: column; justify-content: center; }

.superset { padding-top: 10px; }
.project-archive { width: 100%; min-width: 0; max-width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.archive-item { width: 100%; min-width: 0; max-width: 100%; display: grid; grid-template-rows: 360px auto; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.archive-feature { grid-column: 1 / -1; grid-template-columns: 1.15fr 0.85fr; grid-template-rows: 1fr; min-height: 580px; }
.archive-media { width: 100%; min-width: 0; max-width: 100%; min-height: 0; overflow: hidden; background: var(--paper-2); }
.archive-media img { width: 100%; max-width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1); }
.archive-media iframe { width: 100%; height: 100%; display: block; border: 0; }
@media (hover: hover) and (pointer: fine) {
  .archive-item:hover .archive-media img { transform: scale(1.025); }
}
.archive-phone .archive-media img { object-fit: contain; padding: 28px; }
.archive-copy { padding: clamp(28px, 4vw, 54px); display: flex; flex-direction: column; justify-content: center; }
.archive-copy h3 { font-size: clamp(1.8rem, 3.6vw, 3.75rem); }
.archive-copy > p:not(.project-type) { color: var(--muted); }
.archive-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }
.archive-stats span { color: var(--muted); font-size: 0.65rem; line-height: 1.35; }
.archive-stats strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 1.2rem; }
.video-section { display: grid; grid-template-columns: 0.65fr 1.35fr; margin-top: 56px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; color: var(--ink); }
.company-intro-video { margin: 0 0 16px; }
.video-copy { padding: clamp(36px, 5vw, 70px); display: flex; flex-direction: column; justify-content: center; }
.video-copy h3 { font-size: clamp(2rem, 4vw, 4rem); }
.video-frame { aspect-ratio: 16 / 9; min-width: 0; }
.video-frame iframe { width: 100%; height: 100%; display: block; border: 0; }
.proof-section { grid-template-columns: 1fr; }
.proof-section .video-copy { max-width: 860px; padding-block: 40px; }
.proof-section .video-copy h3 { font-size: clamp(2.4rem, 5vw, 5rem); }
.proof-videos { min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); }
.proof-videos article { min-width: 0; background: #fff; }
.proof-videos article > p { margin: 0; padding: 15px 17px; color: var(--muted); font-size: 0.7rem; line-height: 1.5; }

.research { padding-bottom: 130px; }
.research-head { max-width: 920px; padding: 42px 0 50px; border-top: 1px solid var(--ink); }
.research-head h2 { margin: 12px 0 0; font-family: var(--display); font-size: clamp(3rem, 6vw, 6.5rem); line-height: 1.02; letter-spacing: -0.04em; font-weight: 600; }
.research-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); width: 100%; max-width: 100%; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.research-layout > * { min-width: 0; max-width: 100%; }
.icip-image { display: block; width: 100%; max-width: 100%; height: 100%; min-width: 0; min-height: 570px; object-fit: contain; object-position: center; background: var(--paper-2); border-right: 1px solid var(--line); }
.research-list { display: grid; }
.research-list article { padding: 28px; display: grid; gap: 8px; align-content: center; border-bottom: 1px solid var(--line); }
.research-list article:last-child { border-bottom: 0; }
.research-list strong { font-family: var(--display); font-size: 1.28rem; letter-spacing: -0.025em; font-weight: 600; }
.research-list span { color: var(--muted); font-size: 0.75rem; line-height: 1.5; }

.closing { padding: 72px; border-radius: 16px; background: var(--accent); color: var(--accent-ink); }
.closing .micro { color: #155f2a; }
.closing h2 { max-width: 1120px; margin: 22px 0 64px; font-family: var(--display); font-size: clamp(3.2rem, 7vw, 7.4rem); line-height: 0.96; letter-spacing: -0.05em; font-weight: 600; }
.closing-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.closing-bottom p { max-width: 420px; margin: 0; color: #155f2a; line-height: 1.5; }
.big-cta { padding: 16px 20px; background: var(--ink); color: var(--paper); font-size: 0.78rem; font-weight: 800; transition: transform 180ms ease; }
.big-cta:hover { transform: translateY(-3px); }

.footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding-block: 28px; font-size: 0.68rem; }
.footer p { margin: 0; color: var(--muted); }
.footer > a:last-child { justify-self: end; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: 100ms; }
.delay-2 { transition-delay: 180ms; }

@media (max-width: 900px) {
  .shell { width: calc(100% - 32px); }
  .site-nav { grid-template-columns: 1fr auto; }
  .site-nav nav { display: none; }
  .hero { grid-template-columns: 1fr 0.78fr; grid-template-rows: auto auto; }
  .hero-title { padding: 50px 24px 38px; }
  .hero h1 { font-size: clamp(4rem, 14vw, 7rem); }
  .portrait { min-height: 520px; border-right: 0; }
  .hero-note { grid-column: 1 / -1; min-height: 200px; border-top: 1px solid var(--line); }
  .numbers { grid-template-columns: repeat(2, 1fr); }
  .numbers article:nth-child(2) { border-right: 0; }
  .numbers article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .founder-thesis { grid-template-columns: 1fr; padding-block: 90px; }
  .big-statement p { margin-left: 0; }
  .lead-project, .venture-header, .video-section, .research-layout { grid-template-columns: 1fr; }
  .lead-project > img { min-height: 450px; }
  .lead-project > .resort-image { height: auto; min-height: 0; aspect-ratio: 2939 / 1838; object-fit: contain; background: var(--paper-2); }
  .venture-header > p { padding-top: 8px; }
  .project-card-tall { grid-row: auto; }
  .project-card-tall img { height: 340px; }
  .wide-card { grid-template-columns: 1fr; grid-template-rows: 350px auto; }
  .archive-feature { grid-template-columns: 1fr; grid-template-rows: 430px auto; }
  .icip-image { height: auto; min-height: 0; aspect-ratio: 16 / 10; object-fit: contain; object-position: center; border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 620px) {
  .site-nav { height: 64px; }
  .nav-cta { padding: 9px 11px; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-title { border-right: 0; border-bottom: 1px solid var(--line); }
  .hero h1 { font-size: clamp(4rem, 23vw, 6.2rem); line-height: 0.78; overflow-wrap: anywhere; }
  .portrait { min-height: 520px; }
  .hero-note { grid-column: auto; }
  .numbers article { min-height: 140px; padding: 20px; }
  .numbers strong { font-size: 2.25rem; }
  .founder-thesis { padding-block: 72px; }
  .big-statement h2 { font-size: clamp(2.55rem, 13vw, 4.4rem); }
  .venture { padding-bottom: 90px; }
  .venture-header h2 { font-size: clamp(3.3rem, 17vw, 5rem); }
  .lead-project { min-height: 0; }
  .lead-copy { padding: 38px 24px; }
  .lead-project > img { min-height: 320px; }
  .lead-project > .resort-image { min-height: 0; }
  .mini-numbers { grid-template-columns: 1fr; }
  .metashop-grid, .project-archive { grid-template-columns: 1fr; }
  .project-card { border: 1px solid var(--line); }
  .project-card-tall, .wide-card { grid-column: auto; }
  .project-card { min-height: 0; }
  .project-card img { height: 280px; }
  .project-card .project-card-video { height: 280px; }
  .project-card > .embed-media { height: auto; aspect-ratio: 16 / 9; }
  .project-card > div { padding: 24px; }
  .wide-card { grid-template-rows: 270px auto; }
  .archive-feature { grid-column: auto; grid-template-rows: 300px auto; min-height: 0; }
  .archive-item { width: 100%; min-width: 0; max-width: 100%; grid-template-rows: 300px auto; overflow: hidden; }
  .archive-video-card { grid-template-rows: auto auto; }
  .archive-video-card .archive-media { height: auto; aspect-ratio: 16 / 9; }
  .archive-media { width: 100%; min-width: 0; max-width: 100%; overflow: hidden; }
  .archive-media img { width: 100%; max-width: 100%; height: 100%; object-fit: contain; object-position: center; transform: none !important; }
  .archive-phone .archive-media img { padding: 18px; }
  .archive-copy, .archive-copy .tech-line { min-width: 0; overflow-wrap: anywhere; }
  .archive-stats { grid-template-columns: 1fr; }
  .proof-videos { grid-template-columns: 1fr; }
  .video-copy { padding: 34px 24px; }
  .research-head h2 { font-size: clamp(2.7rem, 13vw, 4.5rem); }
  .icip-image { min-height: 0; }
  .closing { padding: 46px 24px; }
  .closing h2 { font-size: clamp(2.8rem, 13vw, 4.8rem); margin-bottom: 45px; }
  .closing-bottom { align-items: flex-start; flex-direction: column; }
  .footer { grid-template-columns: 1fr auto; }
  .footer p { display: none; }
}

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