@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/NunitoSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/NunitoSans-SemiBold.ttf") format("truetype");
}

:root {
  color-scheme: dark;
  font-family: "Nunito Sans", Arial, sans-serif;
  color: #f4f2ed;
  background: #000;
  font-synthesis: none;
  --paper: #f4f2ed;
  --muted: #9b9b98;
  --line: rgb(255 255 255 / 16%);
  --accent: #b9996b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #000; }
body { min-width: 320px; min-height: 100%; margin: 0; overflow-x: hidden; background: #000; }
a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  background: #111;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

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

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 18px clamp(22px, 4vw, 64px);
  border-bottom: 1px solid transparent;
  transition: background 300ms ease, border-color 300ms ease, backdrop-filter 300ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgb(0 0 0 / 74%);
  backdrop-filter: blur(18px);
}

.brand { justify-self: start; display: block; width: 84px; height: 36px; }
.brand img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.header-note,
.header-link {
  margin: 0;
  color: #b4b2ad;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

.header-link { justify-self: end; padding: 10px 0; text-decoration: none; }
.header-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  background: currentColor;
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform 240ms ease;
}

.header-link:hover::after,
.header-link:focus-visible::after { transform: scaleX(1); }

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

.hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, #000 0%, transparent 19%, transparent 81%, #000 100%),
    linear-gradient(0deg, #000 0%, transparent 24%, transparent 83%, rgb(0 0 0 / 45%) 100%);
  pointer-events: none;
}

.hero-grain {
  position: absolute;
  z-index: 4;
  inset: -80%;
  opacity: 0.075;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
  animation: grain 900ms steps(2) infinite;
}

.hero-aura {
  position: absolute;
  z-index: 0;
  top: 4%;
  left: 50%;
  width: min(44vw, 680px);
  height: 86%;
  background: linear-gradient(180deg, rgb(142 121 93 / 10%), rgb(255 255 255 / 3%) 54%, transparent 88%);
  filter: blur(55px);
  transform: translateX(-50%);
  pointer-events: none;
}

.portrait-wrap {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.portrait {
  width: min(100vw, 1320px);
  height: min(100svh, 1320px);
  max-width: none;
  object-fit: contain;
  filter: contrast(1.05) saturate(0.84);
  transform: scale(1.04);
  animation: image-enter 1.5s cubic-bezier(.2,.7,.2,1) both;
}

.hero-copy {
  position: absolute;
  z-index: 5;
  bottom: clamp(94px, 12vh, 150px);
  left: clamp(22px, 7vw, 110px);
  max-width: 550px;
}

.eyebrow,
.kicker,
.section-index {
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.27em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  animation: copy-enter 900ms 480ms ease both;
}

.eyebrow span { width: 32px; height: 1px; background: var(--accent); }
h1, h2 { margin: 0; font-weight: 400; letter-spacing: -0.045em; line-height: 0.9; }

h1 {
  font-size: clamp(54px, 7.5vw, 116px);
  text-shadow: 0 4px 30px #000;
  animation: copy-enter 1s 600ms ease both;
}

h1 em {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero-intro {
  margin: 20px 0 0;
  color: #c5c2bc;
  font-size: 13px;
  letter-spacing: 0.08em;
  animation: copy-enter 900ms 760ms ease both;
}

.scroll-cue {
  position: absolute;
  z-index: 5;
  right: clamp(22px, 4vw, 64px);
  bottom: 36px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #aaa8a2;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll-cue svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.2;
  animation: arrow 1.8s ease-in-out infinite;
}

.statement {
  position: relative;
  display: grid;
  grid-template-columns: 1fr minmax(300px, 2fr) 1fr;
  min-height: 92svh;
  padding: clamp(100px, 13vw, 180px) clamp(22px, 7vw, 110px);
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: #080808;
}

.section-index { margin: 10px 0 0; }
.statement-copy { position: relative; z-index: 2; align-self: center; }
.kicker { margin: 0 0 24px; color: var(--accent); }
.statement h2, .contact h2 { font-size: clamp(54px, 8vw, 126px); }

.statement h2 span {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

.statement-body {
  max-width: 450px;
  margin: 36px 0 0;
  color: #9e9c97;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.7;
}

.monogram {
  position: absolute;
  right: -0.08em;
  bottom: -0.25em;
  color: transparent;
  font-size: min(78vw, 1050px);
  font-weight: 600;
  line-height: 0.75;
  -webkit-text-stroke: 1px rgb(255 255 255 / 6%);
  user-select: none;
}

.contact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80svh;
  padding: 120px 24px;
  overflow: hidden;
  text-align: center;
  background: radial-gradient(circle at 50% 62%, rgb(185 153 107 / 8%), transparent 34%), #000;
}

.contact-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(68vw, 860px);
  height: auto;
  opacity: 0.045;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.contact h2 { position: relative; }
.contact > p:not(.kicker) { position: relative; margin: 30px 0 0; color: var(--muted); font-size: 15px; }

.back-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 56px;
  padding: 14px 0;
  border-bottom: 1px solid var(--accent);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}

.back-link span { color: var(--accent); }

footer {
  display: flex;
  justify-content: space-between;
  padding: 24px clamp(22px, 4vw, 64px);
  border-top: 1px solid var(--line);
  color: #686865;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

footer p { margin: 0; }
a:focus-visible { border-radius: 2px; outline: 1px solid var(--accent); outline-offset: 6px; }

@keyframes grain {
  0% { transform: translate(0, 0); }
  25% { transform: translate(3%, -2%); }
  50% { transform: translate(-2%, 3%); }
  75% { transform: translate(2%, 2%); }
  100% { transform: translate(-3%, -3%); }
}

@keyframes image-enter {
  from { opacity: 0; transform: scale(1.12); filter: contrast(1.25) brightness(0.25); }
  to { opacity: 1; transform: scale(1.04); filter: contrast(1.05) saturate(0.84); }
}

@keyframes copy-enter {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes arrow {
  0%, 100% { transform: translateY(-2px); }
  50% { transform: translateY(4px); }
}

@media (max-width: 720px) {
  .site-header { min-height: 72px; grid-template-columns: 1fr 1fr; }
  .header-note { display: none; }
  .brand { width: 72px; height: 31px; }
  .portrait { width: 150vw; height: 150vw; max-height: 100svh; }
  .hero::after {
    background:
      linear-gradient(90deg, #000 0%, transparent 7%, transparent 93%, #000 100%),
      linear-gradient(0deg, #000 0%, transparent 36%, transparent 80%, rgb(0 0 0 / 52%) 100%);
  }
  .hero-copy { right: 22px; bottom: 76px; }
  h1 { font-size: clamp(52px, 17vw, 82px); }
  .scroll-cue { display: none; }
  .statement { display: block; min-height: 78svh; padding-top: 96px; }
  .statement-copy { margin-top: 20vh; }
  .statement h2, .contact h2 { font-size: clamp(50px, 16vw, 84px); }
  footer { gap: 24px; }
}

@media (max-height: 650px) and (min-width: 721px) {
  .hero-copy { bottom: 42px; }
  .scroll-cue { display: none; }
  h1 { font-size: clamp(52px, 7vw, 82px); }
}

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