:root {
  --paper: #dab9a2;
  --paper-2: #bcc0c5;
  --ink: #11110f;
  --muted: #444549;
  --line: rgba(17, 17, 15, .22);
  --white: #f8f4ef;
  --dark: #11110f;
  --accent: #b1812f;
  --pink: #dab9a2;
  --gray: #bcc0c5;
  --radius: 3px;
  --shell: min(1180px, calc(100% - 40px));
  --serif: "Garamond Premier Pro", "Adobe Garamond Pro", Garamond, Georgia, serif;
  --sans: "Garamond Premier Pro", "Adobe Garamond Pro", Garamond, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
::selection { background: var(--accent); color: var(--ink); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  z-index: 1000;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
  border-radius: 8px;
}
.skip-link:focus { transform: none; }

.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: clamp(80px, 10vw, 145px) 0; }
.section-muted { background: var(--paper-2); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { min-height: 70px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 600; }
.brand-mark {
  width: 35px; height: 35px; display: block; flex: 0 0 35px;
  border-radius: 50%; object-fit: cover;
}
.desktop-nav { display: flex; gap: 22px; margin-left: auto; }
.desktop-nav a, .mini-cta, .footer-grid a { text-decoration: none; font-size: 14px; }
.desktop-nav a { color: var(--muted); transition: color .2s ease; }
.desktop-nav a:hover { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.language-switch { display: flex; border: 1px solid var(--line); border-radius: 999px; padding: 3px; }
.lang-button { border: 0; background: transparent; color: var(--muted); font: inherit; font-size: 12px; font-weight: 600; padding: 5px 8px; border-radius: 999px; cursor: pointer; }
.lang-button.active { background: var(--ink); color: var(--paper); }
.mini-cta { border-bottom: 2px solid var(--accent); }

.hero { min-height: calc(100svh - 74px); display: grid; align-items: center; background: #fff; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: clamp(40px, 6vw, 80px); align-items: center; }
.hero-copy { min-width: 0; }
.eyebrow { margin: 0 0 18px; color: var(--ink); font-size: 15px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.hero h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .96; }
.hero h1 { margin: 0; font-size: clamp(58px, 6.65vw, 96px); max-width: 900px; overflow-wrap: anywhere; }
.hero h1 em { display: block; color: var(--ink); font-weight: 400; text-decoration: underline; text-decoration-color: var(--accent); text-decoration-thickness: .06em; text-underline-offset: .1em; }
.hero-lede { max-width: 680px; margin: 30px 0 0; font-size: clamp(18px, 2vw, 22px); color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; text-decoration: none; border-radius: 3px; padding: 15px 21px; font-size: 14px; font-weight: 600; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--paper); }
.text-link { text-underline-offset: 5px; font-size: 14px; }

.hero-art { position: relative; isolation: isolate; min-width: 0; min-height: 560px; display: grid; place-items: center; }
.hero-art::before { content: ""; position: absolute; z-index: -1; width: min(100%, 430px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(177, 129, 47, .14) 0, rgba(177, 129, 47, .06) 48%, transparent 72%); }
.hero-logo { display: block; width: min(100%, 370px); aspect-ratio: 1; object-fit: contain; justify-self: end; filter: drop-shadow(0 18px 28px rgba(50, 38, 18, .1)); }

.strip { background: var(--accent); border-block: 1px solid var(--ink); padding: 42px 0; }
.manifesto-grid { display: block; }
.manifesto-text { margin: 0; font-family: var(--serif); font-size: clamp(28px, 4vw, 52px); line-height: 1.08; max-width: 1050px; }

.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 10vw, 140px); }
h2 { margin: 0; font-size: clamp(46px, 6vw, 82px); max-width: 920px; }
.body-copy { padding-top: 38px; }
.body-copy p { margin: 0 0 24px; color: var(--muted); font-size: clamp(17px, 1.6vw, 20px); }
.body-copy p:first-child { color: var(--ink); font-size: clamp(22px, 2.4vw, 30px); }

.section-heading { display: grid; grid-template-columns: .6fr 1.4fr; gap: 40px; align-items: end; margin-bottom: 54px; }
.section-heading-compact { grid-template-columns: 1fr; }
.section-heading .eyebrow { margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.service-card { padding: 30px 28px; min-height: 230px; border-bottom: 1px solid var(--line); }
.service-card:nth-child(odd) { padding-left: 0; border-right: 1px solid var(--line); }
.service-card:nth-child(even) { padding-right: 0; }
.service-card:nth-child(n + 3) { border-bottom: 0; }
.service-card h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 31px; font-weight: 400; }
.service-card p { margin: 0; color: var(--muted); }

.collectors-copy .text-link { display: inline-block; margin-top: 12px; }

.portfolio-list { border-top: 1px solid var(--line); }
.portfolio-row { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: clamp(28px, 6vw, 80px); padding: 28px 0; border-bottom: 1px solid var(--line); align-items: start; }
.portfolio-row time { color: var(--ink); font-family: var(--serif); font-size: 25px; line-height: 1.1; }
.portfolio-row h3, .research-heading h3 { margin: 0; max-width: 940px; font-family: var(--serif); font-size: clamp(25px, 3vw, 38px); font-weight: 400; line-height: 1.08; }
.portfolio-row p { margin: 8px 0 0; max-width: 900px; color: var(--muted); }
.portfolio-link { text-decoration-thickness: 1px; text-underline-offset: 5px; }

.section-dark { background: var(--dark); color: var(--white); }
.section-heading.light .eyebrow { color: var(--pink); }
.outcome-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.outcome-card { min-height: 480px; padding: 30px; display: flex; flex-direction: column; border: 1px solid rgba(218,185,162,.4); border-radius: var(--radius); }
.outcome-card:hover { background: rgba(255,255,255,.035); }
.outcome-meta { display: flex; justify-content: space-between; font-size: 12px; color: var(--gray); text-transform: uppercase; letter-spacing: .07em; }
.outcome-card h3 { margin: 95px 0 18px; font-family: var(--serif); font-size: clamp(36px, 4vw, 55px); font-weight: 400; line-height: 1; }
.outcome-card > p { color: rgba(188,192,197,.88); max-width: 500px; }
.research-list { border-top: 1px solid var(--line); }
.research-item { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 8vw, 120px); padding: 42px 0; border-bottom: 1px solid var(--line); align-items: start; }
.research-details p { margin: 8px 0 0; color: var(--muted); max-width: 650px; }
.research-details p + p { margin-top: 20px; }

.contact-section { border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: end; }
.contact-section h2 { margin-top: 16px; }
.contact-copy p { margin: 0 0 26px; font-size: 19px; color: var(--muted); max-width: 570px; }
.site-footer { padding: 26px 0; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr auto auto; gap: 24px; font-size: 12px; color: var(--muted); }
.footer-grid p { margin: 0; }

.whatsapp-float {
  position: fixed; right: 24px; bottom: 24px; z-index: 90;
  width: 58px; height: 58px; display: grid; place-items: center;
  border-radius: 50%; background: var(--accent); color: var(--ink);
  box-shadow: 0 12px 35px rgba(0,0,0,.2); transition: transform .2s ease;
}
.whatsapp-float:hover { transform: translateY(-3px) scale(1.02); }
.whatsapp-float svg { width: 27px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .desktop-nav { display: none; }
  .nav-wrap { min-height: 68px; }
  .nav-actions { margin-left: auto; }
  .mini-cta { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: auto; }
  .hero-logo { width: min(100%, 380px); justify-self: center; }
  .two-col, .section-heading, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .body-copy { padding-top: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card + .service-card { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); min-height: 0; }
  .service-card h3 { margin-top: 0; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: 420px; }
  .research-item { gap: 50px; }
  .portfolio-row { grid-template-columns: 80px minmax(0, 1fr); gap: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 6px; }
}

@media (max-width: 620px) {
  .brand-text { display: none; }
  .hero h1 { font-size: clamp(56px, 18vw, 86px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-art { min-height: auto; }
  .research-item { grid-template-columns: 1fr; }
  .research-details p { margin-top: 0; }
  .portfolio-row { grid-template-columns: 1fr; gap: 10px; }
  .whatsapp-float { right: 16px; bottom: 16px; }
}

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