:root {
  --font-sans: "Manrope";
  --font-serif: "Cormorant Garamond";
  --black: #070707;
  --black-soft: #0e0e0e;
  --white: #f4f1e9;
  --muted: #aaa69e;
  --gold: #c7a35b;
  --gold-bright: #e2c27e;
  --line: rgba(244, 241, 233, 0.15);
}

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

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(7, 7, 7, 0.82);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 88px;
  padding: 0 4vw;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 18px; width: max-content; }
.brand-mark { color: var(--gold-bright); font-size: 1.55rem; font-weight: 700; letter-spacing: -0.07em; }
.brand-name { border-left: 1px solid var(--line); color: #cbc8c0; font-size: .65rem; letter-spacing: .18em; line-height: 1.4; padding-left: 18px; text-transform: uppercase; }
nav { display: flex; gap: 38px; }
nav a, .header-cta { color: #cac6be; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; transition: color .25s ease; }
nav a:hover, .header-cta:hover { color: var(--gold-bright); }
.header-cta { justify-self: end; border-bottom: 1px solid var(--gold); padding-bottom: 6px; }

.hero {
  min-height: 100svh;
  overflow: hidden;
  padding: 176px 7vw 72px;
  position: relative;
}
.hero-grid {
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 25vw 100%, 100% 100%;
  inset: 88px 0 0;
  opacity: .24;
  pointer-events: none;
  position: absolute;
}
.hero:after {
  background: radial-gradient(circle, rgba(199,163,91,.18), transparent 62%);
  content: "";
  height: 620px;
  position: absolute;
  right: -220px;
  top: 40px;
  width: 620px;
}
.eyebrow, .section-label { color: var(--gold-bright); font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { align-items: center; display: flex; gap: 12px; position: relative; z-index: 1; }
.eyebrow span { background: var(--gold); display: inline-block; height: 1px; width: 42px; }
.hero h1 {
  font-family: var(--font-serif), Georgia, serif;
  font-size: clamp(6rem, 13vw, 12.5rem);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .69;
  margin: 12vh 0 8vh;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}
.hero h1 em { color: var(--gold-bright); font-weight: 400; }
.hero-bottom { align-items: end; display: flex; justify-content: space-between; margin-left: 32%; position: relative; z-index: 1; }
.hero-bottom > p { color: #c4c1b9; font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.75; margin: 0; max-width: 570px; }
.circle-link { align-items: center; border: 1px solid var(--gold); border-radius: 50%; display: flex; flex-direction: column; font-size: .65rem; height: 112px; justify-content: center; letter-spacing: .16em; text-transform: uppercase; transition: background .3s, color .3s; width: 112px; }
.circle-link b { font-size: 1rem; margin-top: 7px; }
.circle-link:hover { background: var(--gold); color: var(--black); }
.hero-index { bottom: 32px; color: #5f5c56; font-size: .55rem; left: 4vw; letter-spacing: .2em; position: absolute; }

.statement, .services, .process, .value, .about, .contact { padding: 130px 7vw; }
.statement { background: var(--white); color: var(--black); }
.statement .section-label { color: #8b6a2e; }
.statement h2, .section-heading h2, .value h2, .about h2, .contact h2 {
  font-family: var(--font-serif), Georgia, serif;
  font-size: clamp(3.7rem, 7vw, 7rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .93;
  margin: 42px 0 72px;
}
.statement h2 span, .about h2 span { color: #8b6a2e; font-style: italic; }
.statement-copy { border-top: 1px solid #cbc6bb; display: grid; gap: 7vw; grid-template-columns: 1fr 1fr; margin-left: 32%; padding-top: 34px; }
.statement-copy p { font-size: 1.05rem; line-height: 1.8; margin: 0; }

.services { background: var(--black-soft); }
.section-heading { align-items: end; display: grid; grid-template-columns: 1fr 2fr 1fr; }
.section-heading h2 { font-size: clamp(3.4rem, 5.7vw, 5.7rem); margin: 0; }
.section-heading > span { color: var(--muted); font-size: .75rem; justify-self: end; letter-spacing: .08em; }
.service-list { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 76px; }
.service-card { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); min-height: 430px; padding: 34px; position: relative; transition: background .3s ease, transform .3s ease; }
.service-card:nth-child(3n) { border-right: none; }
.service-card:hover { background: #15130f; transform: translateY(-5px); }
.service-top { color: var(--gold); display: flex; font-size: .7rem; justify-content: space-between; }
.service-arrow { font-size: 1.1rem; }
.service-card h3 { font-family: var(--font-serif), Georgia, serif; font-size: 2.8rem; font-weight: 400; margin: 96px 0 18px; }
.service-card > p { color: var(--muted); font-size: .88rem; line-height: 1.75; max-width: 360px; }
.service-card ul { bottom: 28px; display: flex; flex-wrap: wrap; gap: 7px; left: 34px; list-style: none; margin: 0; padding: 0; position: absolute; }
.service-card li { border: 1px solid #2d2b27; border-radius: 30px; color: #bab6ae; font-size: .6rem; letter-spacing: .06em; padding: 7px 10px; }

.process { background: var(--white); color: var(--black); }
.process .section-label { color: #8b6a2e; }
.process-heading { align-items: start; grid-template-columns: 1fr 3fr; }
.steps { margin-left: 25%; margin-top: 70px; }
.step { align-items: start; border-top: 1px solid #c7c1b6; display: grid; gap: 30px; grid-template-columns: 100px 1fr; padding: 32px 0 44px; }
.step > span { color: #8b6a2e; font-size: .7rem; }
.step h3 { font-family: var(--font-serif), Georgia, serif; font-size: 2.6rem; font-weight: 500; margin: 0 0 10px; }
.step p { color: #57534d; line-height: 1.7; margin: 0; max-width: 620px; }

.value { align-items: center; display: grid; gap: 10vw; grid-template-columns: .8fr 1.2fr; min-height: 800px; overflow: hidden; }
.value-orbit { align-items: center; aspect-ratio: 1; border: 1px solid #3a3325; border-radius: 50%; display: flex; justify-content: center; position: relative; }
.value-orbit:before, .value-orbit:after { border: 1px solid #28241c; border-radius: 50%; content: ""; inset: 12%; position: absolute; }
.value-orbit:after { inset: 27%; }
.value-orbit span { color: var(--gold-bright); font-size: clamp(4rem, 8vw, 7.5rem); font-weight: 700; letter-spacing: -.1em; position: relative; z-index: 1; }
.value h2 { font-size: clamp(3.2rem, 5vw, 5.2rem); margin: 35px 0; }
.value h2 em { color: var(--gold-bright); font-weight: 400; }
.value-copy > p:not(.section-label) { color: var(--muted); line-height: 1.8; max-width: 650px; }
.value-points { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; margin-top: 42px; }
.value-points span { border-top: 1px solid var(--line); font-size: .7rem; letter-spacing: .08em; padding-top: 14px; text-transform: uppercase; }

.about { background: #171510; display: grid; gap: 10vw; grid-template-columns: 1.1fr .9fr; }
.about h2 { font-size: clamp(3.5rem, 5.7vw, 6rem); }
.about-copy { border-left: 1px solid var(--line); padding-left: 6vw; padding-top: 70px; }
.about-copy p { color: var(--muted); line-height: 1.8; }
.about-copy .lead { color: var(--white); font-family: var(--font-serif), Georgia, serif; font-size: 2rem; line-height: 1.35; }

.contact { background: var(--gold); color: var(--black); min-height: 720px; position: relative; }
.contact .section-label { color: #4b3818; }
.contact h2 { font-size: clamp(5rem, 10vw, 10rem); margin-bottom: 35px; }
.contact > p:not(.section-label) { font-size: 1.05rem; line-height: 1.7; max-width: 550px; }
.contact-actions { font-style: normal; margin-left: 45%; margin-top: 72px; }
.contact-actions-label { font-size: .65rem; letter-spacing: .2em; margin: 0 0 18px; text-transform: uppercase; }
.contact-link { align-items: center; border-bottom: 1px solid rgba(7,7,7,.5); display: flex; font-family: var(--font-serif), Georgia, serif; font-size: clamp(1.7rem, 3vw, 3rem); gap: 24px; justify-content: space-between; padding: 20px 0; transition: padding .3s ease; }
.contact-link:first-of-type { border-top: 1px solid rgba(7,7,7,.5); }
.contact-link > span { align-items: baseline; display: flex; gap: 22px; min-width: 0; }
.contact-link small { flex: 0 0 50px; font-family: var(--font-sans), Arial, sans-serif; font-size: .6rem; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.contact-value { overflow-wrap: anywhere; }
.contact-link:hover { padding-left: 18px; }
.contact-link:focus-visible { outline: 2px solid var(--black); outline-offset: 6px; }

footer { align-items: center; display: grid; grid-template-columns: 1fr 1fr 1fr; padding: 52px 4vw; }
footer div { color: #77736c; font-size: .6rem; letter-spacing: .06em; line-height: 1.8; text-align: center; text-transform: uppercase; }
footer > a:last-child { color: #aaa69e; font-size: .65rem; justify-self: end; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 76px; }
  nav { display: none; }
  .brand-name { display: none; }
  .hero { padding: 146px 6vw 60px; }
  .hero-grid { inset: 76px 0 0; }
  .hero h1 { font-size: clamp(5.3rem, 22vw, 9rem); line-height: .72; margin: 15vh 0 9vh; }
  .hero-bottom { align-items: start; flex-direction: column; gap: 42px; margin-left: 0; }
  .statement, .services, .process, .value, .about, .contact { padding: 90px 6vw; }
  .statement-copy { margin-left: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading > span { justify-self: start; }
  .service-list { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .service-card:nth-child(2n) { border-right: none; }
  .process-heading { grid-template-columns: 1fr; }
  .steps { margin-left: 0; }
  .value, .about { grid-template-columns: 1fr; }
  .value-orbit { max-width: 560px; width: 80%; }
  .about-copy { border-left: none; border-top: 1px solid var(--line); padding: 40px 0 0; }
  .contact-actions { margin-left: 0; }
}

@media (max-width: 560px) {
  .header-cta { font-size: .58rem; }
  .hero { min-height: 850px; }
  .hero h1 { font-size: 23vw; margin-top: 17vh; }
  .hero-bottom > p { font-size: .95rem; }
  .circle-link { height: 90px; width: 90px; }
  .statement h2, .section-heading h2, .value h2, .about h2 { font-size: 14vw; }
  .statement-copy { grid-template-columns: 1fr; gap: 26px; }
  .service-list { grid-template-columns: 1fr; }
  .service-card { border-right: none !important; min-height: 390px; }
  .step { grid-template-columns: 52px 1fr; }
  .step h3 { font-size: 2.1rem; }
  .value-points { grid-template-columns: 1fr; }
  .contact { min-height: 620px; }
  .contact h2 { font-size: 18vw; }
  .contact-actions { margin-top: 52px; }
  .contact-link { font-size: clamp(1.15rem, 5vw, 1.7rem); gap: 12px; }
  .contact-link > span { gap: 10px; }
  .contact-link small { flex-basis: 42px; font-size: .52rem; }
  footer { gap: 30px; grid-template-columns: 1fr; text-align: left; }
  footer div { text-align: left; }
  footer > a:last-child { justify-self: start; }
}

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