@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&family=Manrope:wght@400;500;600;700&display=swap');
:root { --ink:#11100e; --paper:#f6f3ed; --white:#fff; --muted:#6d6961; --line:#d9d4ca; --accent:#c9ad6d; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Manrope,Arial,sans-serif; }
a { color:inherit; text-decoration:none; }
.shell { width:min(1180px,calc(100% - 48px)); margin-inline:auto; }
.section { padding:128px 0; }
.hero { min-height:100vh; display:flex; flex-direction:column; background:var(--ink); color:white; position:relative; overflow:hidden; }
.hero::before { content:""; position:absolute; width:720px; height:720px; border:1px solid rgba(255,255,255,.08); border-radius:50%; right:-260px; top:80px; }
.hero::after { content:""; position:absolute; width:430px; height:430px; border:1px solid rgba(255,255,255,.05); border-radius:50%; right:-35px; top:215px; }
.nav { height:104px; display:flex; align-items:center; justify-content:space-between; position:relative; z-index:2; border-bottom:1px solid rgba(255,255,255,.15); }
.brand { display:flex; align-items:center; gap:13px; font-weight:600; letter-spacing:-.02em; }
.brand img { width:52px; height:40px; object-fit:contain; }
.brand-details { display:flex; flex-direction:column; gap:1px; }
.brand-details strong { font-size:14px; line-height:1.2; }
.brand-details small { color:rgba(255,255,255,.52); font-size:8px; font-weight:500; letter-spacing:.01em; line-height:1.2; }
nav { display:flex; align-items:center; gap:34px; font-size:14px; }
.nav-cta { border:1px solid rgba(255,255,255,.55); padding:12px 18px; border-radius:999px; }
.hero-inner { flex:1; display:flex; flex-direction:column; justify-content:center; padding-block:80px; position:relative; z-index:1; }
.eyebrow,.section-label { font-size:12px; text-transform:uppercase; letter-spacing:.22em; font-weight:700; color:#766f63; margin-bottom:34px; }
.light { color:rgba(255,255,255,.55); }
h1,h2,h3 { font-family:"Cormorant Garamond",Georgia,serif; margin:0; line-height:.95; }
h1 { max-width:1000px; font-size:clamp(64px,8.3vw,118px); font-weight:500; letter-spacing:-.05em; }
h1 em { color:var(--accent); font-weight:500; }
.hero-copy { max-width:650px; margin:36px 0 0; color:rgba(255,255,255,.67); font-size:18px; line-height:1.7; }
.hero-actions { display:flex; align-items:center; gap:34px; margin-top:44px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:36px; padding:17px 22px; border-radius:3px; font-size:14px; font-weight:700; }
.button-light { background:white; color:var(--ink); }
.text-link { font-size:14px; color:rgba(255,255,255,.72); }
.hero-footer { height:98px; display:flex; align-items:center; gap:38px; border-top:1px solid rgba(255,255,255,.15); color:rgba(255,255,255,.48); font-size:11px; text-transform:uppercase; letter-spacing:.16em; position:relative; z-index:2; }
.hero-footer > :last-child { margin-left:auto; }
.monogram { position:relative; width:32px; height:32px; color:white; font-family:"Cormorant Garamond",serif; font-size:23px; }
.monogram span { position:absolute; left:12px; top:6px; color:var(--accent); }
.about-grid { display:grid; grid-template-columns:1.25fr .75fr; gap:110px; align-items:start; }
h2 { font-size:clamp(50px,6vw,82px); font-weight:500; letter-spacing:-.045em; }
.about-copy { padding-top:12px; }
.about-copy p,.contact-grid > div > p { color:var(--muted); font-size:16px; line-height:1.8; }
.about-copy .lead { color:var(--ink); font-size:22px; font-family:"Cormorant Garamond",serif; line-height:1.4; }
.services { background:white; }
.services h2 { max-width:800px; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); margin-top:78px; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.service-grid article { min-height:275px; padding:32px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); transition:background .25s,transform .25s; }
.service-grid article:hover { background:var(--paper); transform:translateY(-3px); }
.number { display:block; color:#9d968a; font-size:11px; letter-spacing:.2em; margin-bottom:50px; }
h3 { font-size:32px; font-weight:600; letter-spacing:-.025em; }
.service-grid p,.steps p { color:var(--muted); font-size:14px; line-height:1.7; margin:20px 0 0; }
.approach { background:var(--ink); color:white; }
.approach h2 { max-width:980px; font-size:clamp(58px,7vw,94px); }
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:0; margin-top:85px; border-top:1px solid rgba(255,255,255,.2); }
.steps article { padding:32px 48px 0 0; border-right:1px solid rgba(255,255,255,.16); }
.steps article + article { padding-left:48px; }
.steps article:last-child { border:0; }
.steps .number { color:rgba(255,255,255,.4); }
.steps p { color:rgba(255,255,255,.55); max-width:280px; }
.contact-grid { display:grid; grid-template-columns:1fr .75fr; gap:120px; align-items:start; }
.contact-grid > div > p { max-width:570px; margin-top:28px; }
.contact-card { border-top:1px solid var(--ink); }
.contact-card > div,.contact-card > a { display:flex; flex-direction:column; gap:8px; padding:22px 0; border-bottom:1px solid var(--line); }
.contact-card span { color:#8a8479; font-size:11px; text-transform:uppercase; letter-spacing:.18em; }
.contact-card strong { font-family:"Cormorant Garamond",serif; font-size:22px; overflow-wrap:anywhere; }
footer { background:white; border-top:1px solid var(--line); padding:38px 0; }
.footer-inner,.footer-brand { display:flex; align-items:center; }
.footer-inner { justify-content:space-between; gap:30px; }
.footer-brand { gap:16px; }
.footer-brand img { width:60px; height:46px; object-fit:contain; }
.footer-brand div { display:flex; flex-direction:column; gap:3px; }
.footer-brand strong { font-size:13px; }
.footer-brand span,footer p { font-size:10px; color:#8a8479; margin:0; }
@media (max-width:850px) {
  .shell { width:min(100% - 32px,700px); }
  .section { padding:88px 0; }
  .nav { height:84px; }
  nav a:not(.nav-cta) { display:none; }
  .brand-details small:last-child { display:none; }
  .hero-inner { padding-block:70px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:22px; }
  .hero-footer { gap:16px; }
  .hero-footer > span:nth-child(2) { display:none; }
  .about-grid,.contact-grid { grid-template-columns:1fr; gap:45px; }
  .service-grid { grid-template-columns:1fr; }
  .service-grid article { min-height:230px; }
  .steps { grid-template-columns:1fr; }
  .steps article,.steps article + article { padding:28px 0; border-right:0; border-bottom:1px solid rgba(255,255,255,.16); }
  .footer-inner { flex-direction:column; align-items:flex-start; }
}
