:root {
  --ink: #26313a;
  --muted: #65727b;
  --paper: #f8f4ec;
  --paper-2: #fffdf8;
  --orange: #d77923;
  --orange-deep: #b96018;
  --line: rgba(38,49,58,.14);
  --shadow: 0 28px 80px rgba(40,47,52,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; background:var(--paper-2); color:var(--ink); font-family:Inter,system-ui,sans-serif; line-height:1.7; }
a { color:inherit; }
img, video { display:block; max-width:100%; }
.container { width:min(1180px, calc(100% - 48px)); margin:0 auto; }
.section { padding:110px 0; }
.site-header { position:fixed; inset:0 0 auto 0; z-index:20; transition:.25s ease; }
.site-header.scrolled { background:rgba(255,253,248,.92); backdrop-filter:blur(14px); box-shadow:0 1px 0 var(--line); }
.nav-wrap { width:min(1220px, calc(100% - 36px)); margin:auto; min-height:86px; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.brand { display:flex; align-items:center; gap:12px; text-decoration:none; letter-spacing:.23em; font-family:"Cormorant Garamond",serif; font-weight:600; font-size:22px; }
.brand img { width:44px; height:44px; border-radius:50%; object-fit:cover; mix-blend-mode:multiply; }
.brand small { display:block; font:500 9px/1.3 Inter,sans-serif; letter-spacing:.42em; margin-top:-2px; }
.nav-links { display:flex; align-items:center; gap:32px; }
.nav-links a { text-decoration:none; font-size:14px; }
.nav-cta { border:1px solid rgba(38,49,58,.35); border-radius:999px; padding:10px 18px; }
.menu-toggle { display:none; border:0; background:none; font-size:24px; color:var(--ink); }
.hero { position:relative; min-height:100vh; display:flex; align-items:center; overflow:hidden; background:#f6efe3; }
.hero-bg { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(255,252,246,.96) 0%,rgba(255,252,246,.72) 40%,rgba(255,252,246,.08) 72%); }
.hero-content { position:relative; z-index:2; padding-top:80px; }
.eyebrow,.kicker { text-transform:uppercase; letter-spacing:.25em; font-size:11px; font-weight:600; color:var(--orange-deep); }
.hero h1,.section h2 { font-family:"Cormorant Garamond",serif; font-weight:500; line-height:.98; letter-spacing:-.03em; }
.hero h1 { max-width:760px; font-size:clamp(58px,7vw,105px); margin:24px 0; }
.hero h1 em { color:var(--orange-deep); font-style:italic; }
.hero-copy { max-width:610px; font-size:19px; color:#44515a; }
.hero-actions { display:flex; gap:26px; align-items:center; margin-top:36px; flex-wrap:wrap; }
.button { display:inline-flex; align-items:center; justify-content:center; text-decoration:none; padding:15px 24px; border-radius:999px; font-weight:600; font-size:14px; }
.button.primary { background:var(--ink); color:white; box-shadow:0 16px 34px rgba(38,49,58,.18); }
.button.primary:hover { transform:translateY(-2px); }
.text-link { text-decoration:none; font-weight:600; font-size:14px; }
.text-link span { color:var(--orange); }
.scroll-cue { position:absolute; bottom:28px; left:50%; transform:translateX(-50%); width:28px; height:46px; border:1px solid rgba(38,49,58,.3); border-radius:16px; }
.scroll-cue span { width:4px; height:8px; border-radius:4px; background:var(--orange); position:absolute; left:50%; top:9px; transform:translateX(-50%); animation:scroll 1.7s infinite; }
@keyframes scroll { 0%{opacity:0;transform:translate(-50%,0)} 40%{opacity:1} 100%{opacity:0;transform:translate(-50%,14px)} }
.intro { background:var(--paper-2); }
.intro-grid,.two-col,.story-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; align-items:center; }
.section-heading h2,.content-block h2,.story-copy h2,.cta h2 { font-size:clamp(44px,5vw,74px); margin:16px 0 0; }
.intro-copy { font-size:18px; color:#4c5962; }
.intro-copy .lead { font-family:"Cormorant Garamond",serif; font-size:32px; line-height:1.25; color:var(--ink); }
.art-band { height:320px; overflow:hidden; }
.art-band img { width:100%; height:100%; object-fit:cover; }
.approach { background:#f3eee5; }
.visual-frame { border-radius:42% 42% 10% 42% / 38% 45% 16% 45%; overflow:hidden; box-shadow:var(--shadow); background:white; }
.visual-frame img { width:100%; aspect-ratio:1; object-fit:cover; }
.content-block > p,.story-copy > p { font-size:18px; color:#56636b; max-width:660px; }
.principles { margin-top:38px; border-top:1px solid var(--line); }
.principles article { display:grid; grid-template-columns:48px 1fr; gap:18px; padding:21px 0; border-bottom:1px solid var(--line); }
.principles article > span { font-family:"Cormorant Garamond",serif; font-size:20px; color:var(--orange-deep); }
.principles h3 { margin:0 0 4px; font:600 20px/1.2 "Cormorant Garamond",serif; }
.principles p { margin:0; color:var(--muted); }
.services { background:var(--ink); color:#fff; }
.centered { text-align:center; max-width:760px; margin:0 auto 56px; }
.centered p { color:#cfd6da; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.service-card { min-height:280px; border:1px solid rgba(255,255,255,.14); padding:34px; border-radius:26px; background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.015)); }
.service-card > span { color:#eda75e; font:600 13px Inter,sans-serif; letter-spacing:.18em; }
.service-card h3 { font:600 32px "Cormorant Garamond",serif; margin:60px 0 10px; }
.service-card p { color:#cbd2d6; font-size:15px; }
.story { background:linear-gradient(180deg,#fffdf8,#f8f1e7); }
.story-grid { grid-template-columns:1fr .9fr; }
.visual-frame.portrait { border-radius:50% 50% 12% 12% / 34% 34% 12% 12%; }
.visual-frame.portrait img { aspect-ratio:1; }
.video-section { padding-top:30px; background:#f8f1e7; }
.video-shell { background:#111; border-radius:28px; overflow:hidden; box-shadow:var(--shadow); }
.video-shell video { width:100%; max-height:680px; background:#111; }
.cta { text-align:center; background:#fffdf8; }
.cta-inner { max-width:790px; }
.cta-mark { width:120px; height:120px; object-fit:cover; border-radius:50%; margin:0 auto 28px; mix-blend-mode:multiply; }
.cta p { color:var(--muted); max-width:620px; margin:20px auto 30px; }
.contact-note { font-size:12px; opacity:.7; }
.footer { border-top:1px solid var(--line); padding:34px 0; background:#fffdf8; }
.footer-row { display:flex; align-items:center; justify-content:space-between; gap:24px; font-size:12px; color:var(--muted); }
.footer-brand { font-family:"Cormorant Garamond",serif; font-size:18px; letter-spacing:.16em; color:var(--ink); }
.footer-brand span { font-family:Inter,sans-serif; font-size:9px; letter-spacing:.25em; }
.footer a { text-decoration:none; }
@media (max-width: 850px) {
  .container { width:min(100% - 30px, 680px); }
  .section { padding:78px 0; }
  .nav-wrap { min-height:72px; }
  .menu-toggle { display:block; z-index:2; }
  .nav-links { position:absolute; top:72px; left:18px; right:18px; display:none; flex-direction:column; align-items:stretch; background:rgba(255,253,248,.98); padding:20px; border-radius:20px; box-shadow:var(--shadow); }
  .nav-links.open { display:flex; }
  .hero { min-height:860px; align-items:flex-end; }
  .hero-bg { object-position:60% center; }
  .hero-overlay { background:linear-gradient(180deg,rgba(255,252,246,.18) 0%,rgba(255,252,246,.72) 48%,rgba(255,252,246,.98) 78%); }
  .hero-content { padding-bottom:100px; }
  .hero h1 { font-size:58px; }
  .intro-grid,.two-col,.story-grid { grid-template-columns:1fr; gap:42px; }
  .service-grid { grid-template-columns:1fr; }
  .art-band { height:220px; }
  .footer-row { flex-direction:column; text-align:center; }
}
@media (max-width: 520px) {
  .brand { font-size:18px; }
  .brand img { width:38px; height:38px; }
  .hero h1 { font-size:48px; }
  .hero-copy { font-size:17px; }
  .hero-actions { align-items:flex-start; flex-direction:column; }
  .section-heading h2,.content-block h2,.story-copy h2,.cta h2 { font-size:44px; }
  .visual-frame { border-radius:30px; }
}
