:root {
  --ink: #171715;
  --cream: #f1eee6;
  --paper: #faf8f2;
  --white: #fffdf7;
  --muted: #6b685f;
  --line: #d8d2c5;
  --green: #173f32;
  --lime: #bed69b;
  --gold: #c39a5a;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  --shell: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
body, button, input, select, textarea { font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.04; text-wrap: balance; }
h1 { font-size: clamp(4rem, 9vw, 8.4rem); letter-spacing: -0.055em; }
h2 { font-size: clamp(2.75rem, 5.4vw, 5.8rem); letter-spacing: -0.045em; }
h3 { font-size: clamp(1.75rem, 2.8vw, 2.6rem); }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 10px; z-index: 999; padding: 10px 16px; background: var(--white); color: var(--ink); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 22px; color: var(--green); font-size: .71rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { display: inline-block; width: 28px; height: 1px; margin: 0 10px 4px 0; background: currentColor; content: ""; }
.eyebrow.light { color: var(--cream); }
.cover-image { object-fit: cover; }
.fill-image { position: absolute; inset: 0; width: 100%; height: 100%; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.16); background: rgba(18,18,17,.82); color: var(--white); backdrop-filter: blur(14px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand span { display: grid; }
.brand strong { font-family: var(--serif); font-size: 1rem; font-weight: 400; letter-spacing: .2em; }
.brand small { color: #d7d0c4; font-family: var(--serif); font-size: .72rem; letter-spacing: .14em; }
.menu { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 34px); }
.menu > a { font-size: .77rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.menu > a:not(.nav-cta):hover { color: var(--lime); }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.72); }
.nav-cta:hover { background: var(--white); color: var(--ink); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: inherit; cursor: pointer; }
.menu-button span { display: block; width: 24px; height: 1px; margin: 6px auto; background: currentColor; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; background: #111; color: var(--white); }
.hero-image { z-index: -3; object-fit: cover; object-position: center 46%; }
.hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(9,9,8,.82) 0%, rgba(9,9,8,.48) 48%, rgba(9,9,8,.14) 78%), linear-gradient(0deg, rgba(9,9,8,.56), transparent 55%); }
.hero-content { padding-top: 160px; padding-bottom: 110px; }
.hero-title-row { max-width: 1160px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: clamp(34px, 7vw, 100px); margin-bottom: 26px; }
.hero h1 { max-width: 940px; margin-bottom: 0; color: var(--white); }
.hero-copy { max-width: 650px; margin-bottom: 34px; color: #ede8dd; font-size: clamp(1.03rem, 1.5vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid transparent; cursor: pointer; font-size: .79rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--cream); color: var(--ink); }
.button-light:hover { background: var(--lime); }
.button-dark { width: 100%; background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--green); }
.text-link { display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid currentColor; padding-bottom: 4px; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { font-size: 1rem; }
.light-link { color: var(--white); }
.instagram-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.72); background: rgba(9,9,8,.2); color: var(--white); font-size: .84rem; font-weight: 700; letter-spacing: .02em; transition: background .2s, color .2s, transform .2s; }
.instagram-button:hover { background: var(--white); color: var(--ink); transform: translateY(-2px); }
.instagram-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-button .instagram-dot { fill: currentColor; stroke: none; }
.scroll-cue { position: absolute; right: max(24px, calc((100vw - var(--shell))/2)); bottom: 38px; display: flex; flex-direction: column; align-items: center; gap: 10px; color: var(--white); font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue i { width: 1px; height: 52px; background: rgba(255,255,255,.65); }

.manifesto { background: var(--paper); }
.manifesto-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(60px, 10vw, 150px); }
.section-heading h2 { max-width: 720px; }
.section-heading.wide { max-width: 850px; margin-bottom: 62px; }
.section-heading.wide > p:last-child { max-width: 640px; color: var(--muted); font-size: 1.08rem; }
.manifesto-copy { padding-top: 44px; }
.manifesto-copy > p { color: var(--muted); }
.manifesto-copy .lead { color: var(--ink); font-family: var(--serif); font-size: clamp(1.45rem, 2.1vw, 2rem); line-height: 1.36; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; border-top: 1px solid var(--line); }
.stats div { padding: 28px 18px 0 0; border-right: 1px solid var(--line); }
.stats div:last-child { padding-left: 18px; border-right: 0; }
.stats div:nth-child(2) { padding-left: 18px; }
.stats strong, .stats span { display: block; }
.stats strong { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; }
.stats span { margin-top: 4px; color: var(--muted); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

.quote-section { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; background: var(--green); color: var(--white); }
.quote-image-wrap { position: relative; min-height: 650px; }
.quote-copy { display: flex; flex-direction: column; justify-content: center; padding: 96px clamp(40px, 8vw, 130px); }
.quote-copy blockquote { max-width: 650px; margin: 0 0 24px; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 5rem); line-height: 1.03; }
.quote-copy cite { color: var(--lime); font-style: normal; letter-spacing: .12em; text-transform: uppercase; }
.quote-note { max-width: 520px; margin: 70px 0 0; color: #d7dfd5; }

.services { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: 1fr; gap: 34px; }
.service-card { display: grid; grid-template-columns: minmax(260px, .68fr) 1.32fr; align-items: center; background: var(--white); }
.service-card:nth-child(even) .service-video { order: 2; }
.service-video { position: relative; width: min(100%, 340px); aspect-ratio: 9 / 16; justify-self: center; overflow: hidden; background: #090908; }
.service-video video { display: block; width: 100%; height: 100%; background: #090908; object-fit: cover; }
.service-number { position: absolute; left: 24px; top: 22px; display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: rgba(250,248,242,.92); font-family: var(--serif); }
.video-format { position: absolute; top: 27px; right: 24px; padding: 7px 10px; background: rgba(9,9,8,.72); color: var(--white); font-size: .61rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; pointer-events: none; }
.service-body { padding: 42px; }
.service-body h3 { margin-bottom: 18px; }
.service-body > p:not(.eyebrow) { color: var(--muted); }
.service-body ul { display: grid; gap: 10px; margin: 28px 0 34px; padding: 0; list-style: none; }
.service-body li { padding: 10px 0 10px 22px; border-top: 1px solid var(--line); position: relative; }
.service-body li::before { position: absolute; left: 0; color: var(--green); content: "•"; }

.method { background: var(--ink); color: var(--white); }
.method-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(56px, 10vw, 150px); align-items: start; }
.method-intro { position: sticky; top: 120px; }
.method-intro h2 { color: var(--white); }
.method-intro > p:not(.eyebrow) { max-width: 500px; color: #c4c0b8; }
.method-intro img { width: 100%; margin-top: 45px; aspect-ratio: 1.5; object-fit: cover; }
.steps { border-top: 1px solid #484840; }
.step { display: grid; grid-template-columns: 78px 1fr; gap: 18px; padding: 45px 0; border-bottom: 1px solid #484840; }
.step > span { color: var(--lime); font-family: var(--serif); font-size: 1.2rem; }
.step h3 { margin-bottom: 16px; color: var(--white); }
.step p { margin-bottom: 0; color: #c4c0b8; }

.values { background: var(--paper); }
.values-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(60px, 10vw, 140px); }
.values-photo { position: relative; min-height: 720px; }
.values-copy > p:not(.eyebrow) { max-width: 600px; color: var(--muted); font-size: 1.1rem; }
.value-list { display: grid; grid-template-columns: 1fr 1fr; margin-top: 42px; }
.value-list span { padding: 20px 16px 20px 0; border-top: 1px solid var(--line); font-family: var(--serif); font-size: 1.15rem; }
.value-list span:nth-child(even) { padding-left: 20px; border-left: 1px solid var(--line); }

.team { background: var(--cream); }
.team-grid { max-width: 820px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; margin-inline: auto; }
.team-photo { position: relative; aspect-ratio: .78; margin-bottom: 24px; background: #ddd8cd; overflow: hidden; }
.team-photo img { object-fit: cover; filter: saturate(.82); transition: filter .3s, transform .5s; }
.team-card:hover .team-photo img { filter: saturate(1); transform: scale(1.025); }
.team-role { margin-bottom: 8px; color: var(--green); font-size: .66rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.team-card h3 { margin-bottom: 12px; font-size: 1.55rem; }
.team-card > p:last-child { color: var(--muted); font-size: .88rem; line-height: 1.65; }

.partners { padding: 28px 0; border-block: 1px solid #34342f; background: var(--ink); color: var(--white); overflow: hidden; }
.partners-title { margin: 0 0 18px; text-align: center; color: var(--lime); font-size: .65rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.partners-track { width: max-content; display: flex; animation: marquee 32s linear infinite; }
.partner-item { display: inline-flex; align-items: center; gap: 34px; padding-right: 34px; white-space: nowrap; }
.partner-mark { width: 180px; height: 72px; display: grid; place-items: center; }
.partner-mark > * { grid-area: 1 / 1; }
.partner-mark img { position: relative; z-index: 1; width: 100%; height: 100%; background: var(--ink); object-fit: contain; }
.partner-fallback { font-family: var(--serif); font-size: 1.2rem; }
.partner-item i { color: var(--gold); font-size: .5rem; font-style: normal; }
.partners:hover .partners-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

.contact { position: relative; background: var(--green); color: var(--white); overflow: hidden; }
.contact::after { position: absolute; right: -150px; bottom: -260px; width: 580px; height: 580px; border: 1px solid rgba(190,214,155,.3); border-radius: 50%; box-shadow: 0 0 0 80px rgba(190,214,155,.04), 0 0 0 160px rgba(190,214,155,.025); content: ""; }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.contact-image {
  display: block;
  width: 100%;
  height: auto;
  align-self: center;
  justify-self: end;
  object-fit: contain;
}
.contact-copy h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow) { max-width: 560px; color: #d6dfd4; font-size: 1.08rem; }
.contact-links { display: grid; gap: 8px; margin: 36px 0; }
.contact-links a { width: fit-content; border-bottom: 1px solid transparent; }
.contact-links a:hover { border-color: var(--lime); color: var(--lime); }
.whatsapp { border-color: var(--lime); color: var(--white); }
.whatsapp:hover { background: var(--lime); color: var(--ink); }
.contact-form { display: grid; gap: 22px; padding: 48px; background: var(--paper); color: var(--ink); }
.field { display: grid; gap: 7px; }
.field label { font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); outline: 0; padding: 11px 4px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); box-shadow: 0 1px 0 var(--green); }
.form-note { margin: -8px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }

.footer { padding: 34px 0; background: #0c0c0b; color: #d5d1c8; }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-brand { justify-self: start; }
.footer-inner > p { margin: 0; font-size: .74rem; text-align: center; }
.footer-inner > a:last-child { justify-self: end; font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }

@media (max-width: 980px) {
  .menu-button { display: block; }
  .menu { position: absolute; inset: 78px 0 auto; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 24px; background: rgba(18,18,17,.97); }
  .menu.is-open { display: flex; }
  .menu > a { padding: 15px 0; border-bottom: 1px solid #373732; }
  .menu .nav-cta { margin-top: 14px; border: 1px solid var(--cream); text-align: center; }
  .manifesto-grid, .method-layout, .values-layout, .contact-layout { grid-template-columns: 1fr; }
  .manifesto-copy { padding-top: 0; }
  .quote-section { grid-template-columns: .85fr 1.15fr; }
  .method-intro { position: static; }
  .method-intro img { max-height: 430px; }
  .values-photo { min-height: 520px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); row-gap: 55px; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-inner > p { grid-row: 2; grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .section { padding: 82px 0; }
  .brand img { width: 43px; height: 43px; }
  .brand strong { font-size: .88rem; }
  .brand small { font-size: .63rem; }
  .hero-content { padding-bottom: 90px; }
  .hero-title-row { grid-template-columns: 1fr; gap: 22px; }
  .hero h1 { font-size: clamp(3.5rem, 18vw, 5.2rem); }
  .hero-title-row .instagram-button { justify-self: start; }
  .hero-overlay { background: linear-gradient(90deg, rgba(9,9,8,.78), rgba(9,9,8,.25)), linear-gradient(0deg, rgba(9,9,8,.72), transparent 65%); }
  .scroll-cue { display: none; }
  .stats { grid-template-columns: 1fr; }
  .stats div, .stats div:nth-child(2), .stats div:last-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .quote-section { grid-template-columns: 1fr; }
  .quote-image-wrap { min-height: 500px; }
  .quote-copy { padding: 72px 24px; }
  .quote-note { margin-top: 48px; }
  .service-card { display: block; }
  .service-video { width: min(100%, 290px); margin-inline: auto; }
  .service-body { padding: 30px 24px 36px; }
  .method-layout { gap: 60px; }
  .step { grid-template-columns: 54px 1fr; }
  .values-photo { min-height: 500px; }
  .value-list { grid-template-columns: 1fr; }
  .value-list span:nth-child(even) { padding-left: 0; border-left: 0; }
  .team-grid { grid-template-columns: 1fr; }
  .team-photo { aspect-ratio: .92; }
  .contact-form { padding: 34px 22px; }
  .footer-inner { display: flex; align-items: flex-start; flex-direction: column; }
  .footer-inner > p { text-align: left; }
}

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

.partners-track {
  display: flex;
  align-items: center;
  width: max-content;
}

.partner-item {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.partner-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 150px;
  overflow: visible;
}

.partner-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.partner-fallback {
  white-space: nowrap;
}
.partner-fallback {
  display: none !important;
}
