html, body { background: transparent; }
:root { --ink: #0f0f0e; --paper: #f5f4f0; --paper-warm: #efece4; --rule: #d8d4c8; --rule-soft: #e6e2d6; --forest: #1a3d2b; --forest-deep: #11281c; --forest-bright: #2a5d42; --sand: #b8985a; --sand-soft: #c9ad74; --mute: #6e6a5e; }
html, body { background: var(--paper); color: var(--ink); }
body { font-family: "DM Sans", system-ui, sans-serif; font-feature-settings: "ss01", "cv11"; -webkit-font-smoothing: antialiased; }
.font-display { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; letter-spacing: -0.01em; }
.font-mono { font-family: "JetBrains Mono", ui-monospace, monospace; }
.smallcaps { text-transform: uppercase; letter-spacing: 0.18em; font-size: 11px; font-weight: 500; }
.hairline { background: var(--rule); height: 1px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.reveal.in { opacity: 1; transform: translateY(0px); }
.nav-scrolled { backdrop-filter: blur(14px) saturate(140%); background: rgba(245, 244, 240, 0.72); border-bottom: 1px solid var(--rule); }
.name-rule::after { content: ""; display: block; height: 1px; background: var(--ink); width: 88px; margin-top: 28px; }
.case-card { position: relative; transition: transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 420ms; }
.case-card::before { content: ""; position: absolute; left: 0px; top: 0px; bottom: 0px; width: 2px; background: var(--forest); transform: scaleY(0); transform-origin: center top; transition: transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.case-card:hover { transform: translateY(-4px); box-shadow: rgba(15, 15, 14, 0.18) 0px 24px 60px -30px; }
.case-card:hover::before { transform: scaleY(1); }
.case-card:hover .case-thumb { opacity: 1; transform: translateY(0px); }
.case-thumb { opacity: 0; transform: translateY(6px); transition: opacity 420ms, transform 420ms; }
.chip { display: inline-flex; align-items: center; padding: 6px 12px; border: 1px solid var(--rule); border-radius: 999px; font-size: 12px; letter-spacing: 0.02em; color: rgb(42, 40, 32); background: transparent; }
.chip-dark { border-color: rgba(255, 255, 255, 0.18); color: rgba(255, 255, 255, 0.85); }
.chip-gold { border-color: var(--sand); color: var(--sand); }
::selection { background: var(--forest); color: var(--paper); }
.scroll-thin::-webkit-scrollbar { width: 6px; }
.scroll-thin::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.12); border-radius: 3px; }
.scroll-thin::-webkit-scrollbar-track { background: transparent; }
@keyframes pulseRing { 0% { transform: scale(1); opacity: 0.7; } 100% { transform: scale(2.4); opacity: 0; } }
.marker-pulse::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 1px solid; animation: 1800ms ease-out 0s infinite normal none running pulseRing; }
.marker { transition: transform 220ms; }
.marker:hover { transform: scale(1.35); z-index: 5; }
.di-mark { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; background: var(--ink); color: var(--paper); font-family: "JetBrains Mono", monospace; font-size: 11px; font-weight: 500; letter-spacing: 0.02em; line-height: 1; }
.di-mark span { display: block; }
.link-u { position: relative; }
.link-u::after { content: ""; position: absolute; left: 0px; right: 0px; bottom: -3px; height: 1px; background: currentcolor; transform-origin: right center; transform: scaleX(1); transition: transform 360ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.link-u:hover::after { transform-origin: left center; transform: scaleX(0); animation: 700ms cubic-bezier(0.2, 0.7, 0.2, 1) 0s 1 normal forwards running linkU; }
@keyframes linkU { 0% { transform-origin: right center; transform: scaleX(1); } 50% { transform-origin: right center; transform: scaleX(0); } 51% { transform-origin: left center; transform: scaleX(0); } 100% { transform-origin: left center; transform: scaleX(1); } }
.map-canvas { background: radial-gradient(60% 50% at 30% 40%, rgba(60, 90, 80, 0.55), transparent 60%), radial-gradient(50% 45% at 70% 65%, rgba(40, 70, 90, 0.55), transparent 60%), radial-gradient(circle, rgb(14, 26, 23) 0%, rgb(10, 19, 16) 100%); position: relative; overflow: hidden; }
.map-canvas::before { content: ""; position: absolute; inset: 0px; background-image: linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px); background-size: 56px 56px; pointer-events: none; }
.map-canvas::after { content: ""; position: absolute; inset: 0px; background: radial-gradient(circle at 22% 38%, rgba(120, 160, 140, 0.18), transparent 18%), radial-gradient(circle at 28% 46%, rgba(120, 160, 140, 0.12), transparent 22%), radial-gradient(circle at 72% 60%, rgba(90, 130, 160, 0.16), transparent 22%), radial-gradient(circle at 78% 70%, rgba(90, 130, 160, 0.1), transparent 26%); pointer-events: none; }
.noise { background-image: radial-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px); background-size: 4px 4px; }
.iucn { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.img-stripes { background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0px, rgba(255, 255, 255, 0.05) 8px, transparent 8px, transparent 16px), linear-gradient(135deg, rgb(28, 50, 42), rgb(15, 29, 24)); }
.display-h { line-height: 0.92; }
hr.fine { border-right: 0px; border-bottom: 0px; border-left: 0px; border-image: initial; border-top: 1px solid var(--rule); }
.dd { background: rgba(15, 15, 14, 0.5); border: 1px solid rgba(255, 255, 255, 0.08); }
.dd:hover { border-color: rgba(255, 255, 255, 0.18); }
.bg-nourish { background: var(--forest-deep); color: var(--paper); }
.bg-nourish .chip { border-color: rgba(255, 255, 255, 0.18); color: rgba(255, 255, 255, 0.9); }
.tl-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--forest); }
.tl-line { width: 1px; background: var(--rule); }
@media (max-width: 768px) { .display-h { line-height: 0.96; } }
.strap { display: flex; align-items: baseline; gap: 0.28em; font-family: "DM Serif Display", Georgia, serif; letter-spacing: -0.01em; line-height: 1; }
.strap-slot { position: relative; display: inline-block; vertical-align: baseline; overflow: hidden; padding-bottom: 0.2em; margin-bottom: -0.2em; }
.strap-slot .strap-meas { display: inline-block; white-space: nowrap; color: transparent; pointer-events: none; user-select: none; }
.strap-slot .strap-meas-stack { display: inline-grid; grid-template-columns: 1fr; grid-template-rows: 1fr; color: transparent; pointer-events: none; user-select: none; vertical-align: baseline; }
.strap-slot .strap-meas-stack > * { grid-area: 1 / 1; white-space: nowrap; }
.strap-slot .strap-word { position: absolute; left: 0px; top: 0px; white-space: nowrap; transition: transform 650ms cubic-bezier(0.6, 0.05, 0.2, 1), opacity 650ms cubic-bezier(0.6, 0.05, 0.2, 1); will-change: transform, opacity; }
.strap-word.notrans { transition: none !important; }
.strap-word.enter { transform: translateY(110%); opacity: 0; }
.strap-word.center { transform: translateY(0%); opacity: 1; }
.strap-word.exit { transform: translateY(-110%); opacity: 0; }
.strap-word.static { transform: translateY(0%); opacity: 1; transition: none; }
.hero-mark-layer { color: var(--mute); font-size: 7px; line-height: 10px; letter-spacing: 0.06em; white-space: nowrap; width: 100%; position: absolute; inset: 0px; }
.hero-mark-grid { opacity: 0.18; }
.hero-mark-grid-bright { opacity: 0.5; color: rgb(26, 61, 43); mask-image: radial-gradient(60px circle at var(--mx, -200px) var(--my, -200px), black 0, black 28px, transparent 60px); transition: mask-position 80ms linear; }
.hero-mark-row { overflow: hidden; text-overflow: clip; white-space: nowrap; }
*, ::before, ::after { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; }
*, ::after, ::before { box-sizing: border-box; border-width: 0px; border-style: solid; border-color: rgb(229, 231, 235); }
::after, ::before { --tw-content: ''; }
html { line-height: 1.5; text-size-adjust: 100%; tab-size: 4; font-family: ui-sans-serif, system-ui, sans-serif; font-feature-settings: normal; -webkit-tap-highlight-color: transparent; }
body { margin: 0px; line-height: inherit; }
hr { height: 0px; color: inherit; border-top-width: 1px; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
code, kbd, pre, samp { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
table { text-indent: 0px; border-color: inherit; border-collapse: collapse; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; letter-spacing: inherit; color: inherit; margin: 0px; padding: 0px; }
button, select { text-transform: none; }
button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) { appearance: button; background-color: transparent; background-image: none; }
progress { vertical-align: baseline; }
[type="search"] { appearance: textfield; outline-offset: -2px; }
::-webkit-search-decoration { appearance: none; }
::-webkit-file-upload-button { appearance: button; font: inherit; }
summary { display: list-item; }
blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre { margin: 0px; }
fieldset { margin: 0px; padding: 0px; }
legend { padding: 0px; }
menu, ol, ul { list-style: none; margin: 0px; padding: 0px; }
dialog { padding: 0px; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { opacity: 1; color: rgb(156, 163, 175); }
[role="button"], button { cursor: pointer; }
:disabled { cursor: default; }
audio, canvas, embed, iframe, img, object, svg, video { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
[hidden]:where(:not([hidden="until-found"])) { display: none; }
.pointer-events-none { pointer-events: none; }
.static { position: static; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.inset-x-0 { left: 0px; right: 0px; }
.bottom-0 { bottom: 0px; }
.left-0 { left: 0px; }
.left-\[3px\] { left: 3px; }
.right-0 { right: 0px; }
.top-0 { top: 0px; }
.top-1\.5 { top: 0.375rem; }
.top-4 { top: 1rem; }
.top-\[230px\] { top: 230px; }
.z-50 { z-index: 50; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.mt-14 { margin-top: 3.5rem; }
.mt-16 { margin-top: 4rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-20 { margin-top: 5rem; }
.mt-24 { margin-top: 6rem; }
.mt-32 { margin-top: 8rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.block { display: block; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.h-\[68px\] { height: 68px; }
.h-auto { height: auto; }
.w-full { width: 100%; }
.max-w-\[1240px\] { max-width: 1240px; }
.max-w-\[22ch\] { max-width: 22ch; }
.max-w-\[28ch\] { max-width: 28ch; }
.max-w-\[44ch\] { max-width: 44ch; }
.max-w-\[52ch\] { max-width: 52ch; }
.max-w-\[60ch\] { max-width: 60ch; }
.flex-1 { flex: 1 1 0%; }
.select-none { user-select: none; }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.items-center { align-items: center; }
.items-baseline { align-items: baseline; }
.justify-between { justify-content: space-between; }
.gap-10 { gap: 2.5rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-7 { gap: 1.75rem; }
.gap-8 { gap: 2rem; }
.overflow-hidden { overflow: hidden; }
.rounded-lg { border-radius: 0.5rem; }
.border-l-2 { border-left-width: 2px; }
.border-t { border-top-width: 1px; }
.border-\[var\(--forest\)\] { border-color: var(--forest); }
.border-\[var\(--rule\)\] { border-color: var(--rule); }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-28 { padding-top: 7rem; padding-bottom: 7rem; }
.pb-12 { padding-bottom: 3rem; }
.pb-24 { padding-bottom: 6rem; }
.pb-8 { padding-bottom: 2rem; }
.pb-\[100px\] { padding-bottom: 100px; }
.pl-4 { padding-left: 1rem; }
.pl-6 { padding-left: 1.5rem; }
.pt-20 { padding-top: 5rem; }
.pt-24 { padding-top: 6rem; }
.pt-3 { padding-top: 0.75rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-8 { padding-top: 2rem; }
.pt-\[120px\] { padding-top: 120px; }
.text-right { text-align: right; }
.text-\[10px\] { font-size: 10px; }
.text-\[11px\] { font-size: 11px; }
.text-\[12px\] { font-size: 12px; }
.text-\[13px\] { font-size: 13px; }
.text-\[14px\] { font-size: 14px; }
.text-\[14vw\] { font-size: 14vw; }
.text-\[15px\] { font-size: 15px; }
.text-\[16px\] { font-size: 16px; }
.text-\[17px\] { font-size: 17px; }
.text-\[22px\] { font-size: 22px; }
.text-\[26px\] { font-size: 26px; }
.text-\[28px\] { font-size: 28px; }
.text-\[32px\] { font-size: 32px; }
.text-\[36px\] { font-size: 36px; }
.text-\[40px\] { font-size: 40px; }
.text-\[44px\] { font-size: 44px; }
.text-\[56px\] { font-size: 56px; }
.italic { font-style: italic; }
.leading-\[0\.95\] { line-height: 0.95; }
.leading-\[0\.96\] { line-height: 0.96; }
.leading-\[0\.98\] { line-height: 0.98; }
.leading-\[1\.15\] { line-height: 1.15; }
.leading-\[1\.25\] { line-height: 1.25; }
.leading-none { line-height: 1; }
.leading-relaxed { line-height: 1.625; }
.leading-snug { line-height: 1.375; }
.leading-tight { line-height: 1.25; }
.tracking-\[0\.12em\] { letter-spacing: 0.12em; }
.tracking-\[0\.2em\] { letter-spacing: 0.2em; }
.text-\[\#23211a\] { color: rgb(35, 33, 26); }
.text-\[var\(--forest\)\] { color: var(--forest); }
.text-\[var\(--mute\)\] { color: var(--mute); }
.opacity-50 { opacity: 0.5; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-200 { transition-duration: 200ms; }
.duration-300 { transition-duration: 300ms; }
.last\:pb-0:last-child { padding-bottom: 0px; }
.hover\:opacity-100:hover { opacity: 1; }
@media (min-width: 768px) {
  .md\:col-span-2 { grid-column: span 2 / span 2; }
  .md\:col-span-3 { grid-column: span 3 / span 3; }
  .md\:col-span-4 { grid-column: span 4 / span 4; }
  .md\:col-span-5 { grid-column: span 5 / span 5; }
  .md\:col-span-6 { grid-column: span 6 / span 6; }
  .md\:col-span-7 { grid-column: span 7 / span 7; }
  .md\:col-start-7 { grid-column-start: 7; }
  .md\:col-start-8 { grid-column-start: 8; }
  .md\:col-start-9 { grid-column-start: 9; }
  .md\:mb-14 { margin-bottom: 3.5rem; }
  .md\:mb-20 { margin-bottom: 5rem; }
  .md\:mt-10 { margin-top: 2.5rem; }
  .md\:mt-14 { margin-top: 3.5rem; }
  .md\:mt-20 { margin-top: 5rem; }
  .md\:mt-24 { margin-top: 6rem; }
  .md\:mt-28 { margin-top: 7rem; }
  .md\:mt-44 { margin-top: 11rem; }
  .md\:block { display: block; }
  .md\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0px, 1fr)); }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0px, 1fr)); }
  .md\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0px, 1fr)); }
  .md\:justify-end { justify-content: flex-end; }
  .md\:gap-10 { gap: 2.5rem; }
  .md\:gap-16 { gap: 4rem; }
  .md\:gap-3 { gap: 0.75rem; }
  .md\:px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
  .md\:py-40 { padding-top: 10rem; padding-bottom: 10rem; }
  .md\:pb-32 { padding-bottom: 8rem; }
  .md\:pb-\[140px\] { padding-bottom: 140px; }
  .md\:pt-32 { padding-top: 8rem; }
  .md\:pt-\[160px\] { padding-top: 160px; }
  .md\:text-\[112px\] { font-size: 112px; }
  .md\:text-\[11vw\] { font-size: 11vw; }
  .md\:text-\[17px\] { font-size: 17px; }
  .md\:text-\[19px\] { font-size: 19px; }
  .md\:text-\[26px\] { font-size: 26px; }
  .md\:text-\[30px\] { font-size: 30px; }
  .md\:text-\[34px\] { font-size: 34px; }
  .md\:text-\[42px\] { font-size: 42px; }
  .md\:text-\[44px\] { font-size: 44px; }
  .md\:text-\[56px\] { font-size: 56px; }
  .md\:text-\[64px\] { font-size: 64px; }
  .md\:text-\[72px\] { font-size: 72px; }
}
@media (min-width: 1024px) {
  .lg\:text-\[10\.5vw\] { font-size: 10.5vw; }
}