@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Instrument+Serif:ital@0;1&display=swap');

:root {
  --ink: #13241d;
  --ink-2: #1c3027;
  --cream: #f1ede2;
  --paper: #faf8f2;
  --sage: #a9b49d;
  --gold: #c7a86c;
  --muted: #6d766f;
  --line: rgba(19, 36, 29, .16);
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; overflow-x: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px clamp(24px, 5vw, 80px);
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.22);
}

.brand { display: inline-flex; align-items: center; gap: 12px; letter-spacing: .2em; font-size: .78rem; }
.brand span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid currentColor; font-family: "Instrument Serif"; font-size: 1.4rem; font-style: italic; }
nav { display: flex; align-items: center; gap: clamp(24px, 3.5vw, 54px); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
nav a { opacity: .8; transition: opacity .2s; }
nav a:hover { opacity: 1; }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.55); }
.menu-button { display: none; color: white; background: none; border: 0; text-transform: uppercase; letter-spacing: .1em; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; color: white; background: #202a25; }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,15,11,.82) 0%, rgba(8,17,13,.48) 42%, rgba(8,17,13,.05) 78%), linear-gradient(0deg, rgba(5,12,9,.42), transparent 40%); }
.hero-content { position: relative; z-index: 1; width: min(820px, 86vw); margin: 0 0 clamp(60px, 10vh, 110px) clamp(24px, 8vw, 130px); }
.kicker { margin: 0 0 28px; color: #d6c08d; font-size: .72rem; font-weight: 600; letter-spacing: .22em; }
h1, h2 { margin: 0; font-family: "Instrument Serif", Georgia, serif; font-weight: 400; letter-spacing: -.035em; line-height: .95; }
h1 { font-size: clamp(4rem, 8.5vw, 8.4rem); }
h1 em, h2 em { font-weight: 400; color: var(--gold); }
.hero-copy { max-width: 540px; margin: 30px 0 36px; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.5vw, 1.22rem); line-height: 1.7; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; min-width: 235px; padding: 16px 18px; border: 1px solid currentColor; background: transparent; cursor: pointer; text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; }
.button-light { color: white; }
.hero-index { position: absolute; z-index: 1; right: clamp(24px, 5vw, 70px); bottom: 42px; display: flex; gap: 13px; align-items: center; font-size: .68rem; letter-spacing: .15em; }
.hero-index span { width: 70px; height: 1px; background: rgba(255,255,255,.55); }

.section { padding: clamp(85px, 12vw, 165px) clamp(24px, 8vw, 130px); }
.section-label { display: flex; gap: 15px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.section-label span { color: var(--gold); }
.manifesto { display: grid; grid-template-columns: 1fr 3fr; gap: 8vw; }
.manifesto-copy .lead { margin: 2px 0 20px; color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; }
.manifesto h2, .services h2, .origin h2 { font-size: clamp(3.5rem, 7vw, 7rem); }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; margin-top: 55px; max-width: 900px; color: var(--muted); font-size: .98rem; line-height: 1.8; }

.feature-image { position: relative; width: calc(100% - clamp(24px, 8vw, 130px)); margin-left: auto; height: min(72vw, 780px); overflow: hidden; }
.feature-image img { height: 100%; object-fit: cover; }
.feature-image p { position: absolute; left: clamp(25px, 5vw, 75px); bottom: clamp(25px, 5vw, 65px); margin: 0; color: white; font-family: "Instrument Serif"; font-size: clamp(2rem, 4vw, 4.4rem); line-height: 1; }
.feature-image strong { color: #dec996; font-weight: 400; font-style: italic; }

.services { background: var(--ink); color: var(--cream); }
.services .section-label { border-color: rgba(255,255,255,.16); color: rgba(255,255,255,.55); }
.services-content { display: grid; grid-template-columns: 1fr 1.2fr; gap: 9vw; margin-top: 75px; }
.service-list { border-top: 1px solid rgba(255,255,255,.18); }
.service-list article { display: grid; grid-template-columns: 35px 1fr 30px; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.service-list article > span { color: var(--gold); font-size: .68rem; }
.service-list h3 { margin: 0 0 10px; font-family: "Instrument Serif"; font-size: 2rem; font-weight: 400; }
.service-list p { max-width: 500px; margin: 0; color: rgba(255,255,255,.55); line-height: 1.6; }
.service-list b { font-weight: 400; color: var(--gold); }

.profile { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 760px; }
.profile-image img { height: 100%; object-fit: cover; }
.profile-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 125px); background: var(--cream); }
.kicker.dark { color: var(--gold); }
.profile h2 { font-size: clamp(3.5rem, 5.7vw, 6rem); }
.profile-copy > p:not(.kicker) { margin: 38px 0; color: var(--muted); line-height: 1.8; }
blockquote { margin: 0 0 42px; padding: 24px 0 24px 25px; border-left: 1px solid var(--gold); font-family: "Instrument Serif"; font-size: 1.65rem; font-style: italic; line-height: 1.25; }
.text-link { display: flex; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid var(--ink); text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; }

.origin-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; margin-top: 70px; align-items: center; }
.origin-copy p { max-width: 540px; margin-top: 35px; color: var(--muted); line-height: 1.8; }
.origin figure { margin: 0; }
.origin figure img { aspect-ratio: 4/5; object-fit: cover; object-position: 50% 45%; filter: saturate(.75) contrast(1.02); }
.origin figcaption { margin-top: 12px; color: var(--muted); font-size: .72rem; }

.contact { padding: clamp(100px, 14vw, 190px) 24px; text-align: center; background: #182c23; color: white; }
.contact h2 { font-size: clamp(3.8rem, 7.5vw, 7.5rem); }
.contact > p:not(.kicker) { margin: 30px auto 40px; color: rgba(255,255,255,.6); }
.contact small { display: block; min-height: 1.2em; margin-top: 16px; color: #d6c08d; }
footer { display: flex; justify-content: space-between; align-items: center; padding: 34px clamp(24px, 5vw, 80px); background: #0e1b15; color: rgba(255,255,255,.65); font-size: .72rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 850px) {
  nav { display: none; position: absolute; top: 91px; left: 0; width: 100%; padding: 28px; flex-direction: column; align-items: flex-start; background: var(--ink); }
  nav.open { display: flex; }
  .menu-button { display: block; }
  .hero > img { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,12,9,.88), rgba(5,12,9,.05) 75%); }
  .hero-content { margin-left: 24px; }
  .manifesto, .services-content, .profile, .origin-grid { grid-template-columns: 1fr; }
  .manifesto { gap: 45px; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 12px; }
  .feature-image { width: calc(100% - 24px); height: 70vh; }
  .profile-image { height: 60vh; }
  .origin figure { max-width: 620px; }
  footer { gap: 20px; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
