:root {
  --ink: #201b19;
  --muted: #716965;
  --paper: #fbf8f3;
  --paper-2: #f3ede5;
  --line: rgba(48, 39, 35, 0.16);
  --wine: #6f2538;
  --wine-dark: #511827;
  --white: #fffdf9;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus { left: 16px; top: 16px; z-index: 100; padding: 10px 14px; background: var(--white); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251,248,243,.93);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { text-decoration: none; display: inline-flex; align-items: center; gap: 12px; }
.brand-logo { width: 42px; height: 42px; object-fit: cover; border-radius: 2px; }
.brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 1.22rem; letter-spacing: .12em; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { text-decoration: none; font-size: .92rem; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--wine); }
.nav-cta { border: 1px solid var(--wine); color: var(--wine); padding: 9px 15px; }
.menu-btn { display: none; border: 0; background: transparent; padding: 9px; font: inherit; }

.hero { position: relative; min-height: 690px; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-media { position: absolute; inset: 0; background: linear-gradient(90deg, var(--paper) 0%, rgba(251,248,243,.98) 36%, rgba(251,248,243,.25) 68%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .95; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--paper) 0%, rgba(251,248,243,.96) 40%, rgba(251,248,243,.12) 73%); }
.hero-inner { position: relative; z-index: 2; min-height: 690px; display: grid; align-items: center; }
.hero-copy { width: min(650px, 58vw); padding: 86px 0 96px; }
.eyebrow { margin: 0 0 24px; color: var(--wine); font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.08; }
h1 { margin: 0; font-size: clamp(3rem, 6.2vw, 5.7rem); letter-spacing: -.045em; }
.hero-lead { max-width: 590px; margin: 28px 0 0; color: #4f4844; font-size: clamp(1.06rem, 1.5vw, 1.24rem); }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 12px 20px; text-decoration: none; border: 1px solid var(--wine); background: var(--wine); color: white; font-weight: 650; font-size: .94rem; }
.button:hover, .button:focus-visible { background: var(--wine-dark); }
.button.secondary { color: var(--ink); background: rgba(255,255,255,.35); border-color: var(--line); }
.button.secondary:hover, .button.secondary:focus-visible { border-color: var(--wine); color: var(--wine); }

.section { padding: 110px 0; }
.section.soft { background: var(--paper-2); }
.section-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 56px; align-items: end; margin-bottom: 58px; }
.section-head h2 { margin: 0; font-size: clamp(2.45rem, 4.4vw, 4.2rem); letter-spacing: -.035em; }
.section-head p { margin: 0; color: var(--muted); max-width: 650px; font-size: 1.08rem; }
.services { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.service-card { grid-column: span 4; min-height: 390px; padding: 32px; border: 1px solid var(--line); background: rgba(255,253,249,.72); display: flex; flex-direction: column; }
.service-card.wide { grid-column: span 6; min-height: 340px; }
.number { color: var(--wine); font-size: .78rem; letter-spacing: .13em; }
.service-card h3 { margin: 40px 0 25px; font-size: 2rem; letter-spacing: -.02em; }
.service-card ul { list-style: none; padding: 0; margin: auto 0 0; }
.service-card li { padding: 0; border-top: 1px solid var(--line); }
.service-card li a { display: block; padding: 10px 0; text-decoration: none; }
.service-card li a::after { content: "↗"; float: right; color: var(--wine); }
.service-card li a:hover, .service-card li a:focus-visible { color: var(--wine); }

.service-hero { padding: 92px 0 72px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, var(--paper) 0%, var(--paper-2) 100%); }
.breadcrumbs { margin-bottom: 28px; color: var(--muted); font-size: .86rem; }
.breadcrumbs a { text-underline-offset: 4px; }
.service-hero h1 { max-width: 900px; font-size: clamp(2.85rem, 5.8vw, 5.8rem); }
.service-hero .hero-lead { max-width: 780px; }
.service-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 78px; padding: 82px 0 110px; }
.service-main h2 { margin: 64px 0 18px; font-size: clamp(2rem, 3.5vw, 3.1rem); letter-spacing: -.025em; }
.service-main h2:first-child { margin-top: 0; }
.service-main p { color: #4e4743; max-width: 780px; }
.deliverables { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; list-style: none; }
.deliverables li { padding: 18px 20px; border: 1px solid var(--line); background: var(--white); color: #4e4743; }
.steps { counter-reset: service-step; display: grid; gap: 0; border-top: 1px solid var(--line); }
.step { counter-increment: service-step; display: grid; grid-template-columns: 70px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.step::before { content: "0" counter(service-step); color: var(--wine); font-size: .82rem; letter-spacing: .13em; }
.step h3 { margin: 0 0 8px; font-size: 1.35rem; }
.step p { margin: 0; }
.service-aside { align-self: start; position: sticky; top: 110px; padding: 28px; border: 1px solid var(--line); background: var(--white); }
.service-aside h2 { margin: 0 0 16px; font-size: 1.65rem; }
.service-aside p { color: var(--muted); font-size: .94rem; }
.service-aside .button { width: 100%; margin-top: 12px; }
.related { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid var(--line); }
.related a { padding: 11px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-size: .9rem; }
.related a:hover { color: var(--wine); }
.service-index { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-index-card { padding: 30px; border: 1px solid var(--line); background: var(--white); }
.service-index-card h2 { margin: 0 0 18px; font-size: 2rem; }
.service-index-card a { display: block; padding: 9px 0; border-top: 1px solid var(--line); text-decoration: none; }
.service-index-card a::after { content: "↗"; float: right; color: var(--wine); }
.service-index-card a:hover { color: var(--wine); }

.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle { padding: 34px 34px 40px 0; }
.principle + .principle { border-left: 1px solid var(--line); padding-left: 34px; }
.principle h3 { margin: 0 0 15px; font-size: 1.52rem; }
.principle p { margin: 0; color: var(--muted); }
.note { margin-top: 36px; color: var(--muted); max-width: 870px; font-size: .92rem; }

.contact-band { background: var(--wine-dark); color: #fffaf4; padding: 86px 0; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.contact-band h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); letter-spacing: -.04em; }
.contact-band p { color: rgba(255,250,244,.76); max-width: 680px; }
.contact-details { display: grid; gap: 12px; }
.contact-details a { color: #fffaf4; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.contact-details .button { width: fit-content; margin-bottom: 8px; border-color: #fffaf4; background: #fffaf4; color: var(--wine-dark); text-decoration: none; }

.site-footer { background: #1e1918; color: rgba(255,255,255,.78); padding: 58px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 54px; }
.footer-brand { color: white; font-family: Georgia, serif; font-size: 1.4rem; }
.site-footer h3 { color: white; font-family: inherit; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 8px 0; }
.site-footer a { color: inherit; }
.disclaimer { border-top: 1px solid rgba(255,255,255,.14); margin-top: 44px; padding-top: 24px; font-size: .78rem; line-height: 1.7; color: rgba(255,255,255,.54); }

.legal-hero { padding: 95px 0 58px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); }
.legal-meta { color: var(--muted); margin-top: 18px; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 72px; padding: 70px 0 110px; }
.legal-nav { position: sticky; top: 110px; align-self: start; border-left: 1px solid var(--line); padding-left: 22px; }
.legal-nav a { display: block; text-decoration: none; color: var(--muted); font-size: .9rem; margin: 8px 0; }
.legal-nav a:hover { color: var(--wine); }
.legal-copy h2 { margin: 52px 0 16px; font-size: 2rem; letter-spacing: -.02em; scroll-margin-top: 110px; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy h3 { margin: 26px 0 10px; font-family: inherit; font-weight: 700; font-size: 1rem; }
.legal-copy p, .legal-copy li { color: #4e4743; }
.legal-copy li { margin: 8px 0; }
.legal-callout { padding: 20px 22px; border-left: 3px solid var(--wine); background: var(--paper-2); }

@media (max-width: 900px) {
  .menu-btn { display: inline-flex; }
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 78px; padding: 22px 24px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .hero, .hero-inner { min-height: 620px; }
  .hero-copy { width: min(680px, 82vw); }
  .section-head, .contact-grid { grid-template-columns: 1fr; gap: 24px; }
  .service-card { grid-column: span 6; }
  .service-card.wide { grid-column: span 6; }
  .legal-layout { grid-template-columns: 1fr; gap: 32px; }
  .legal-nav { position: static; column-count: 2; }
  .service-layout { grid-template-columns: 1fr; gap: 48px; }
  .service-aside { position: static; }
}

@media (max-width: 640px) {
  .wrap { width: min(calc(100% - 32px), var(--max)); }
  .hero, .hero-inner { min-height: 650px; }
  .hero-media img { object-position: 70% center; }
  .hero-media::after { background: linear-gradient(90deg, var(--paper) 0%, rgba(251,248,243,.93) 70%, rgba(251,248,243,.32) 100%); }
  .hero-copy { width: 100%; padding: 64px 0 76px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.1rem); }
  .section { padding: 76px 0; }
  .section-head { margin-bottom: 38px; }
  .service-card, .service-card.wide { grid-column: 1 / -1; min-height: auto; }
  .principles { grid-template-columns: 1fr; }
  .principle, .principle + .principle { padding: 28px 0; border-left: 0; border-top: 1px solid var(--line); }
  .principle:first-child { border-top: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .legal-hero { padding-top: 70px; }
  .legal-layout { padding-top: 48px; }
  .legal-nav { column-count: 1; }
  .deliverables, .service-index { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
