:root {
  --ink: #0c0b0a;
  --paper: #e9e4d9;
  --paper-deep: #d5cbbb;
  --rust: #a64c2e;
  --gold: #bb8a48;
  --line: rgba(12, 11, 10, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  color: var(--paper);
  background:
    radial-gradient(circle at 78% 38%, rgba(136, 81, 46, 0.14), transparent 34%),
    linear-gradient(115deg, #090908 0%, #11100e 56%, #070706 100%);
}
.hero::before,
.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  mix-blend-mode: soft-light;
  background-image:
    repeating-radial-gradient(circle at 20% 30%, transparent 0, rgba(255,255,255,.24) 1px, transparent 2px, transparent 5px);
  background-size: 9px 9px;
  z-index: 3;
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 7vw, 1480px);
  margin: 0 auto;
  padding: 28px 0;
  border-bottom: 1px solid rgba(233, 228, 217, .16);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  display: grid;
  width: 38px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(233, 228, 217, .62);
  border-radius: 50%;
  font: italic 22px/1 Georgia, serif;
}
.brand-copy { display: grid; gap: 2px; text-transform: uppercase; }
.brand-copy strong { font-size: 11px; letter-spacing: .24em; }
.brand-copy small { color: rgba(233,228,217,.56); font-size: 8px; letter-spacing: .16em; }
nav { display: flex; align-items: center; gap: clamp(20px, 3.5vw, 58px); }
nav a { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; transition: color .25s ease; }
nav a:hover, nav a:focus-visible { color: var(--gold); }
.nav-contact { padding: 12px 18px; border: 1px solid rgba(233,228,217,.35); }

.hero-copy {
  position: relative;
  z-index: 5;
  width: min(100% - 14vw, 1340px);
  margin: 0 auto;
  padding-top: clamp(90px, 15vh, 170px);
  padding-bottom: 120px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px;
  color: var(--rust);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.eyebrow span { display: block; width: 42px; height: 1px; background: currentColor; }
h1, h2 {
  margin: 0;
  font-family: "Bodoni MT", Didot, Georgia, serif;
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .88;
}
h1 { max-width: 820px; font-size: clamp(68px, 10.5vw, 164px); }
h1 em, h2 em { color: var(--rust); font-weight: 400; }
.hero-intro {
  max-width: 490px;
  margin: 38px 0 0 9px;
  color: rgba(233,228,217,.68);
  font: 15px/1.75 Arial, sans-serif;
}
.hero-actions { display: flex; align-items: center; gap: 34px; margin: 38px 0 0 9px; }
.primary-button {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  padding: 16px 20px;
  background: var(--paper);
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.primary-button:hover, .primary-button:focus-visible { background: var(--rust); color: white; transform: translateY(-2px); }
.text-link { color: rgba(233,228,217,.64); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.text-link span { margin-left: 8px; }

.portrait-wrap {
  position: absolute;
  z-index: 2;
  top: 14vh;
  right: -2vw;
  width: min(46vw, 680px);
  height: 74vh;
  min-height: 570px;
}
.portrait-halo {
  position: absolute;
  inset: 0 4% 2% 6%;
  border: 1px solid rgba(187,138,72,.24);
  border-radius: 50% 50% 45% 45%;
  transform: rotate(7deg);
}
.portrait-frame {
  position: absolute;
  inset: 5% 7% 8% 9%;
  overflow: hidden;
  border-radius: 48% 48% 46% 46% / 42% 42% 55% 55%;
  box-shadow: inset 0 0 90px 45px #0c0b0a, 0 0 70px 35px rgba(0,0,0,.45);
}
.portrait-frame::after {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(90deg, rgba(8,8,7,.4), transparent 35%, rgba(8,8,7,.12)), linear-gradient(0deg, #0c0b0a 0%, transparent 35%);
  box-shadow: inset 0 0 110px 40px #0c0b0a;
}
.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 57% 48%;
  opacity: .68;
  filter: grayscale(1) sepia(.22) contrast(1.25) brightness(.62) blur(1.5px);
  transform: scale(1.035);
}
.portrait-note {
  position: absolute;
  right: 0;
  bottom: 9%;
  margin: 0;
  color: rgba(233,228,217,.4);
  font: italic 13px Georgia, serif;
  letter-spacing: .13em;
  writing-mode: vertical-rl;
}
.hero-index { position: absolute; z-index: 5; left: 3.5vw; bottom: 32px; margin: 0; color: rgba(233,228,217,.32); font-size: 9px; letter-spacing: .24em; text-transform: uppercase; }
.scroll-line { position: absolute; z-index: 5; left: 50%; bottom: 0; width: 1px; height: 70px; background: linear-gradient(var(--rust), transparent); }

.about {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: clamp(60px, 10vw, 170px);
  padding: clamp(110px, 15vw, 210px) max(7vw, calc((100vw - 1340px) / 2));
  overflow: hidden;
  background: var(--paper);
}
.about::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -230px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(166,76,46,.22);
  border-radius: 50%;
}
.section-number { position: absolute; top: 42px; right: 5vw; color: rgba(12,11,10,.14); font: 92px/1 Georgia, serif; }
.about h2, .process h2, .contact h2 { font-size: clamp(56px, 7vw, 106px); }
.about-copy { padding-top: 58px; max-width: 510px; }
.about-copy p { margin: 0 0 26px; color: rgba(12,11,10,.64); font-size: 15px; line-height: 1.8; }
.about-copy .lead { color: var(--ink); font: 25px/1.5 Georgia, serif; }
.signature { padding-top: 28px; border-top: 1px solid var(--line); font-family: Georgia, serif !important; font-size: 23px !important; font-style: italic; color: var(--rust) !important; }
.signature span { margin-left: 12px; color: rgba(12,11,10,.4); font: 9px Arial, sans-serif; font-style: normal; letter-spacing: .2em; text-transform: uppercase; }

.process {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(70px, 11vw, 180px);
  padding: clamp(100px, 13vw, 180px) max(7vw, calc((100vw - 1340px) / 2));
  color: var(--paper);
  background: #11100e;
}
.process-intro > p:last-child { max-width: 390px; margin: 34px 0 0; color: rgba(233,228,217,.55); font-size: 14px; line-height: 1.75; }
.steps { margin: 16px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(233,228,217,.18); }
.steps li { display: grid; grid-template-columns: 55px 1fr; gap: 25px; padding: 34px 0; border-bottom: 1px solid rgba(233,228,217,.18); }
.step-number { color: var(--rust); font: italic 13px Georgia, serif; }
.steps h3 { margin: 0 0 12px; font: 27px/1.1 Georgia, serif; font-weight: 400; }
.steps p { max-width: 460px; margin: 0; color: rgba(233,228,217,.5); font-size: 13px; line-height: 1.7; }

.contact {
  position: relative;
  min-height: 76vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 100px 7vw;
  text-align: center;
  background: var(--rust);
  color: var(--paper);
}
.contact .eyebrow { position: relative; z-index: 4; color: var(--paper); }
.contact h2 { position: relative; z-index: 4; }
.contact h2 em { color: var(--ink); }
.contact > p:not(.eyebrow) { position: relative; z-index: 4; margin: 30px 0; color: rgba(233,228,217,.7); font: italic 17px Georgia, serif; }
.email-link {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(233,228,217,.75);
  font-size: clamp(14px, 1.7vw, 22px);
  letter-spacing: .06em;
  transition: color .25s ease, border-color .25s ease;
}
.email-link:hover, .email-link:focus-visible { color: var(--ink); border-color: var(--ink); }
.contact-orbit { position: absolute; z-index: 1; width: min(70vw, 780px); aspect-ratio: 1; border: 1px solid rgba(233,228,217,.18); border-radius: 50%; transform: rotate(-12deg); }
.contact-orbit::before { content: ""; position: absolute; inset: 11%; border: 1px solid rgba(233,228,217,.1); border-radius: 50%; }

footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 28px max(7vw, calc((100vw - 1340px) / 2));
  background: #080807;
  color: rgba(233,228,217,.4);
  font-size: 8px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
footer a:hover, footer a:focus-visible { color: var(--paper); }

@media (max-width: 900px) {
  .site-header { width: calc(100% - 40px); }
  nav a:not(.nav-contact) { display: none; }
  .hero-copy { width: calc(100% - 48px); padding-top: 130px; }
  .portrait-wrap { right: -27vw; top: 19vh; width: 84vw; opacity: .72; }
  .hero-intro { max-width: 370px; }
  .about, .process { grid-template-columns: 1fr; }
  .about { gap: 35px; }
  .about-copy { padding-top: 0; }
  .process { gap: 70px; }
}

@media (max-width: 560px) {
  .brand-copy small { display: none; }
  .nav-contact { padding: 10px 13px; }
  .hero { min-height: 820px; }
  .hero-copy { padding-top: 145px; padding-bottom: 110px; }
  h1 { font-size: clamp(62px, 20vw, 94px); }
  .hero-intro { margin-left: 0; font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-left: 0; }
  .portrait-wrap { top: 14%; right: -51vw; width: 118vw; height: 74%; }
  .portrait-frame { opacity: .54; }
  .hero-index { display: none; }
  .about, .process { padding-left: 24px; padding-right: 24px; }
  .about h2, .process h2, .contact h2 { font-size: clamp(50px, 15vw, 72px); }
  .section-number { font-size: 64px; }
  .steps li { grid-template-columns: 42px 1fr; gap: 14px; }
  .contact { padding-left: 22px; padding-right: 22px; }
  .email-link { font-size: 13px; }
  footer { align-items: flex-start; flex-direction: column; padding: 26px 24px; }
}

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