:root {
  --wine: #461924;
  --wine-deep: #2a0d14;
  --wine-light: #743144;
  --rose: #c68b7f;
  --cream: #f5f0e9;
  --paper: #fbfaf7;
  --ink: #171313;
  --muted: #6f6763;
  --line: #d9d0c8;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
[id] { scroll-margin-top: 100px; }

.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-150%); padding: 12px 16px; color: white; background: var(--wine); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header { position: sticky; z-index: 20; top: 0; display: grid; grid-template-columns: 1fr auto 1fr; min-height: 86px; align-items: center; border-bottom: 1px solid rgba(217,208,200,.8); padding: 0 clamp(22px,4vw,70px); background: rgba(251,250,247,.95); backdrop-filter: blur(16px); }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 13px; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50% 50% 3px 3px; color: white; background: var(--wine); font-family: var(--serif); font-size: 14px; font-weight: bold; letter-spacing: -.06em; }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-family: var(--serif); font-size: 19px; font-weight: 500; }
.brand-copy small { color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(22px,3vw,45px); }
.site-nav a { padding: 34px 0; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.site-nav a::after { display: block; width: 0; height: 1px; margin-top: 5px; background: var(--wine); content: ""; transition: width .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { width: 100%; }
.header-cta { justify-self: end; border-bottom: 1px solid var(--wine); padding: 8px 0; color: var(--wine); font-size: 12px; font-weight: 700; letter-spacing: .09em; }
.menu-button { display: none; border: 0; background: transparent; }

.hero { position: relative; min-height: calc(100svh - 86px); display: grid; align-items: center; overflow: hidden; color: white; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(35,8,15,.91) 0%, rgba(35,8,15,.72) 36%, rgba(35,8,15,.18) 68%, rgba(35,8,15,.06)); }
.hero-content { position: relative; z-index: 2; width: min(1240px, calc(100% - 48px)); margin: auto; padding: 100px 0 120px; }
.eyebrow { margin: 0 0 23px; color: var(--wine-light); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { display: inline-block; width: 34px; height: 1px; margin: 0 13px 3px 0; background: currentColor; content: ""; }
.light-text { color: #e7b7ad; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 930px; margin-bottom: 32px; font-family: var(--serif); font-size: clamp(58px,8vw,124px); font-weight: 400; line-height: .88; letter-spacing: -.065em; }
h1 em, h2 em { color: #e3aaa0; font-weight: 400; }
.hero-intro { max-width: 580px; margin-bottom: 37px; color: rgba(255,255,255,.76); font-family: var(--serif); font-size: clamp(18px,1.8vw,24px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 29px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 18px; padding: 0 23px; font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button-primary { color: white; background: var(--wine-light); }
.button-primary:hover { transform: translateY(-2px); background: #8b3c51; }
.text-link { display: inline-flex; gap: 10px; align-items: center; border-bottom: 1px solid currentColor; padding: 8px 0; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.light-link { color: white; }
.hero-note { position: absolute; z-index: 2; right: clamp(22px,4vw,70px); bottom: 32px; display: grid; gap: 5px; border-left: 1px solid rgba(255,255,255,.5); padding-left: 16px; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.hero-note span:last-child { color: rgba(255,255,255,.6); font-size: 8px; }

.intro-section { display: grid; grid-template-columns: 150px minmax(0,1fr) 320px; gap: clamp(35px,7vw,110px); align-items: start; width: min(1240px, calc(100% - 48px)); margin: auto; padding: 150px 0; }
.section-label { padding-top: 9px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.intro-copy h2, .section-heading h2, .process-title-wrap h2, .contact-copy h2 { margin-bottom: 35px; font-family: var(--serif); font-size: clamp(45px,5.5vw,80px); font-weight: 400; line-height: .98; letter-spacing: -.055em; }
.large-copy { max-width: 710px; margin: 0; color: var(--muted); font-family: var(--serif); font-size: clamp(19px,2vw,27px); line-height: 1.55; }
.monogram-panel { aspect-ratio: 4/5; display: flex; flex-direction: column; justify-content: space-between; padding: 35px; color: white; background: var(--wine); }
.monogram-panel > span { font-family: var(--serif); font-size: clamp(65px,8vw,108px); line-height: .8; letter-spacing: -.08em; }
.monogram-panel p { margin: 0; color: #ddb1a9; font-family: var(--serif); font-size: 21px; line-height: 1.4; }

.path-section { padding: 130px max(24px, calc((100vw - 1240px)/2)); background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1fr 360px; gap: 60px; align-items: end; margin-bottom: 70px; }
.section-heading h2 { margin: 0; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); font-family: var(--serif); font-size: 20px; line-height: 1.55; }
.path-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.path-card { position: relative; min-height: 470px; display: flex; flex-direction: column; border: 1px solid var(--line); padding: 36px; background: var(--paper); }
.path-card + .path-card { border-left: 0; }
.path-number { align-self: flex-end; color: var(--muted); font-size: 10px; letter-spacing: .15em; }
.path-icon { display: grid; width: 70px; height: 70px; place-items: center; margin: 50px 0 45px; border: 1px solid var(--line); border-radius: 50%; color: var(--wine); font-family: var(--serif); font-size: 30px; }
.path-card h3 { margin-bottom: 20px; font-family: var(--serif); font-size: 34px; font-weight: 400; letter-spacing: -.035em; }
.path-card p { max-width: 330px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.path-card a { width: fit-content; margin-top: auto; border-bottom: 1px solid currentColor; padding-bottom: 7px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.path-card-dark { color: white; background: var(--wine-deep); }
.path-card-dark p { color: #cbbcb9; }
.path-card-dark .path-icon { border-color: rgba(255,255,255,.25); color: #e3aaa0; }
.path-card-accent { color: white; background: var(--wine-light); }
.path-card-accent p { color: #ead6d1; }
.path-card-accent .path-icon { border-color: rgba(255,255,255,.3); color: white; }

.process-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px,9vw,150px); padding: 140px max(24px, calc((100vw - 1240px)/2)); color: white; background: var(--wine-deep); }
.process-title-wrap h2 { position: sticky; top: 140px; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 30px; border-top: 1px solid rgba(255,255,255,.2); padding: 35px 0 45px; }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.process-list > li > span { color: #d9a298; font-size: 10px; letter-spacing: .15em; }
.process-list h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 32px; font-weight: 400; }
.process-list p { max-width: 460px; margin: 0; color: #c7b8b5; font-size: 15px; line-height: 1.7; }

.contact-section { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,500px); gap: clamp(60px,10vw,150px); align-items: center; padding: 140px max(24px, calc((100vw - 1240px)/2)); }
.contact-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 34px; color: var(--muted); font-family: var(--serif); font-size: 21px; line-height: 1.55; }
.contact-card { border: 1px solid var(--line); padding: 35px; background: var(--cream); box-shadow: 20px 20px 0 var(--wine); }
.contact-card-top { display: flex; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); padding-bottom: 25px; }
.mini-mark { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50% 50% 4px 4px; color: white; background: var(--wine); font-family: var(--serif); }
.contact-card-top p { margin: 0; font-family: var(--serif); font-size: 21px; }
.contact-card-top small { color: var(--muted); font-family: var(--sans); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.contact-card dl { margin: 0; }
.contact-card dl > div { display: grid; grid-template-columns: 90px 1fr; gap: 20px; border-bottom: 1px solid var(--line); padding: 22px 0; }
.contact-card dl > div:last-child { border: 0; padding-bottom: 0; }
.contact-card dt { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-card dd { margin: 0; font-family: var(--serif); font-size: 16px; line-height: 1.45; }

.site-footer { display: grid; grid-template-columns: 1fr 1.4fr auto; gap: 40px; align-items: start; padding: 60px clamp(22px,4vw,70px) 30px; color: #cbbcb9; background: #18070c; }
.footer-brand { display: flex; align-items: center; gap: 13px; color: white; font-family: var(--serif); }
.site-footer > p { margin: 0; font-size: 11px; line-height: 1.7; }
.site-footer > a { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-footer > small { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.15); padding-top: 25px; color: #8f7d79; font-size: 9px; }

a:focus-visible, button:focus-visible { outline: 3px solid #d9a298; outline-offset: 4px; }

@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-button { display: grid; width: 46px; height: 46px; place-content: center; gap: 5px; justify-self: end; }
  .menu-button span:not(.sr-only) { display: block; width: 22px; height: 1px; background: var(--ink); }
  .site-nav { position: absolute; inset: 86px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line); padding: 10px 24px 22px; background: var(--paper); }
  .site-nav[data-open="true"] { display: flex; }
  .site-nav a { border-bottom: 1px solid var(--line); padding: 18px 0; }
  .intro-section { grid-template-columns: 110px 1fr; }
  .monogram-panel { grid-column: 2; max-width: 420px; }
  .section-heading { grid-template-columns: 1fr; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 380px; }
  .path-card + .path-card { border-top: 0; border-left: 1px solid var(--line); }
  .process-section, .contact-section { grid-template-columns: 1fr; }
  .process-title-wrap h2 { position: static; }
  .contact-card { max-width: 560px; }
}

@media (max-width: 600px) {
  .site-header { min-height: 74px; padding-inline: 18px; }
  .brand-copy strong { font-size: 17px; }
  .site-nav { top: 74px; }
  .hero { min-height: calc(100svh - 74px); }
  .hero-image { object-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(35,8,15,.93), rgba(35,8,15,.55)); }
  .hero-content { width: calc(100% - 36px); padding: 90px 0 115px; }
  h1 { font-size: clamp(52px,17vw,78px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-note { right: 18px; bottom: 20px; }
  .intro-section { grid-template-columns: 1fr; width: calc(100% - 36px); padding: 95px 0; }
  .section-label { display: none; }
  .intro-copy h2, .section-heading h2, .process-title-wrap h2, .contact-copy h2 { font-size: clamp(43px,13vw,62px); }
  .monogram-panel { grid-column: auto; width: 100%; }
  .path-section, .process-section, .contact-section { padding-block: 90px; }
  .path-card { min-height: 420px; padding: 28px; }
  .process-list li { grid-template-columns: 42px 1fr; gap: 16px; }
  .contact-card { padding: 24px; box-shadow: 10px 10px 0 var(--wine); }
  .contact-card dl > div { grid-template-columns: 1fr; gap: 7px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > small { grid-column: auto; }
}

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