:root {
  --black: #070707;
  --black-soft: #0b0b0a;
  --metal: #d3d0c8;
  --metal-soft: #aaa79f;
  --gold: #bb8a49;
  --gold-muted: #735938;
  --line: rgba(212, 208, 197, 0.14);
  --text: #cbc8c0;
  --text-muted: #99968f;
  --max: 1280px;
  --pad: clamp(1.4rem, 5vw, 5rem);
  --section-y: clamp(8rem, 15vw, 15rem);
}

* { box-sizing: border-box; }

html {
  background: var(--black);
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 72% 0%, rgba(111, 87, 54, 0.06), transparent 34rem),
    linear-gradient(180deg, #050505 0%, #090909 48%, #070707 100%);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.14;
  background-image:
    repeating-linear-gradient(112deg, transparent 0 4px, rgba(255,255,255,.012) 4px 5px),
    repeating-linear-gradient(18deg, transparent 0 7px, rgba(255,255,255,.008) 7px 8px);
  mix-blend-mode: soft-light;
}

img { display: block; max-width: 100%; }

a {
  color: inherit;
  text-decoration-color: var(--gold-muted);
  text-underline-offset: .24em;
  text-decoration-thickness: 1px;
}

a:hover { color: #f0eee8; }

a:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 5px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: .65rem .9rem;
  color: var(--black);
  background: var(--metal);
  transform: translateY(-180%);
}

.skip-link:focus { transform: translateY(0); }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #050505;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,.01), rgba(0,0,0,.2)),
    radial-gradient(ellipse at center, transparent 20%, rgba(0,0,0,.36) 94%);
}

.hero__logo {
  position: relative;
  z-index: 1;
  width: min(100%, 1916px);
  height: auto;
  object-fit: contain;
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: max(1.6rem, env(safe-area-inset-bottom));
  width: 30px;
  height: 68px;
  transform: translateX(-50%);
  display: grid;
  place-items: end center;
  text-decoration: none;
}

.scroll-cue span {
  width: 1px;
  height: 48px;
  display: block;
  background: linear-gradient(180deg, transparent, rgba(212, 208, 197, .65));
  transform-origin: top;
  animation: scroll-line 2.4s ease-in-out infinite;
}

@keyframes scroll-line {
  0%, 100% { transform: scaleY(.25); opacity: .2; }
  50% { transform: scaleY(1); opacity: .82; }
}

.section {
  position: relative;
  padding: var(--section-y) var(--pad);
  border-top: 1px solid var(--line);
}

.section__inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 clamp(2.2rem, 5vw, 4rem);
  color: var(--gold);
  font-size: .72rem;
  line-height: 1;
  letter-spacing: .34em;
  text-transform: uppercase;
}

h1, h2 {
  margin: 0;
  color: var(--metal);
  font-weight: 250;
  line-height: 1.08;
  letter-spacing: .045em;
  text-wrap: balance;
}

h1 {
  max-width: 1100px;
  font-size: clamp(2.45rem, 6vw, 7.2rem);
}

h2 {
  font-size: clamp(2.15rem, 4.6vw, 5.6rem);
}

.section--approach {
  min-height: 100svh;
  display: grid;
  align-items: center;
}

.section__inner--approach {
  padding-right: clamp(0rem, 7vw, 8rem);
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 7vw, 8rem);
  max-width: 920px;
  margin: clamp(4.5rem, 9vw, 9rem) 0 0 auto;
}

.approach-grid p {
  margin: 0;
  color: var(--text-muted);
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
}

.manifesto {
  margin: clamp(7rem, 14vw, 14rem) 0 0;
  padding-left: clamp(1.3rem, 3vw, 2.8rem);
  border-left: 1px solid var(--gold-muted);
  color: #e4e1d8;
  font-size: clamp(2.6rem, 7vw, 8.4rem);
  font-weight: 200;
  line-height: .98;
  letter-spacing: .025em;
  text-transform: uppercase;
}
.approach-image {
  width: 100vw;
  margin: clamp(3rem, 7vw, 7rem) 0 0;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.approach-image img {
  display: block;
  width: 100%;
  height: auto;
}
.section--about {
  background:
    linear-gradient(135deg, rgba(255,255,255,.018), transparent 46%);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
}

.portrait {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1 / 1.06;
  background: #111;
}

.portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
  background:
    linear-gradient(180deg, transparent 68%, rgba(0,0,0,.16)),
    radial-gradient(circle at 50% 35%, transparent 58%, rgba(0,0,0,.11));
}

.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-copy {
  max-width: 660px;
}

.about-copy h2 {
  margin-bottom: clamp(3.5rem, 6vw, 6rem);
}

.about-copy p {
  margin: 0 0 1.5em;
  color: var(--text-muted);
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
}

.about-copy p:last-child {
  margin-bottom: 0;
  color: var(--metal);
}

.section--contact {
  min-height: 88svh;
  display: grid;
  align-items: center;
  text-align: center;
}

.section__inner--contact h2 {
  max-width: 1060px;
  margin: 0 auto clamp(4.5rem, 8vw, 8rem);
}

.contact-image {
  width: min(100%, 820px);
  height: auto;
  margin: 0 auto;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  padding: 2rem var(--pad);
  border-top: 1px solid var(--line);
  color: #76736d;
  font-size: .76rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer p { margin: 0; }
.footer a { text-decoration: none; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 900ms ease, transform 900ms cubic-bezier(.2,.72,.2,1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.legal-page {
  min-height: 100svh;
  padding: clamp(3rem, 8vw, 7rem) var(--pad);
}

.legal-page__inner {
  width: min(100%, 900px);
  margin: 0 auto;
}

.legal-back {
  display: inline-block;
  margin-bottom: clamp(5rem, 10vw, 9rem);
  color: var(--text-muted);
  font-size: .75rem;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}

.legal-page h1 { font-size: clamp(2rem, 5vw, 4.5rem); }
.legal-page h2 {
  margin: 4.5rem 0 1.2rem;
  font-size: 1rem;
  letter-spacing: .16em;
}
.legal-page p, .legal-page li { color: var(--text-muted); }
.legal-page ul { padding-left: 1.2rem; }

.error-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: var(--pad);
  text-align: center;
}

.error-page p { color: var(--text-muted); }
.error-page a { color: var(--gold); }

@media (max-width: 900px) {
  body { font-size: 16px; }
  .hero__logo { width: 116%; max-width: none; }
  .approach-grid { grid-template-columns: 1fr; max-width: 630px; }
  .about-grid { grid-template-columns: 1fr; }
  .portrait { width: min(100%, 620px); }
}

@media (max-width: 560px) {
  :root { --pad: 1.35rem; --section-y: 7rem; }
  .hero__logo { width: 130%; }
  .scroll-cue { bottom: 1rem; }
  .eyebrow { letter-spacing: .28em; }
  h1 { font-size: clamp(2.15rem, 12vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.6rem); }
  .approach-grid { margin-top: 3.5rem; gap: 2rem; }
  .manifesto { margin-top: 6rem; letter-spacing: 0; }
  .portrait { aspect-ratio: 1 / 1.1; }
  .about-copy h2 { margin-bottom: 3rem; }
  .section__inner--contact h2 { margin-bottom: 4rem; }
  .contact-image { width: 118%; max-width: none; margin-left: -9%; }
  .footer { align-items: flex-start; flex-direction: column; }
}

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