:root {
  --ink: #0b0907;
  --resin: #14110d;
  --panel: #1c1813;
  --gold: #c6a56a;
  --gold-2: #e8d5ae;
  --cream: #f3ece2;
  --mute: #9c9184;
  --line: rgba(198, 165, 106, 0.22);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: Outfit, system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; background: var(--ink); color: var(--cream); }
body { font-family: var(--sans); font-weight: 400; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -0.02em; line-height: 1.12; margin: 0 0 0.6rem; }
h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.8rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1rem; color: #d9d0c4; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.mol-wrap { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }
.mol-kicker { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin: 0 0 0.7rem; }
.mol-lede { font-size: 1.12rem; max-width: 38rem; color: #cfc4b6; }
.mol-code { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 0.4rem; }
.mol-link { color: var(--gold-2); text-decoration: none; border-bottom: 1px solid var(--line); padding-bottom: 0.1rem; }
.mol-btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--gold); color: var(--ink); text-decoration: none;
  font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.9rem 1.3rem; border: 0; cursor: pointer; font-family: inherit; font-weight: 500;
}
.mol-btn-ghost { background: transparent; color: var(--cream); border: 1px solid var(--line); }
.mol-header { position: sticky; top: 0; z-index: 40; background: rgba(11,9,7,.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.mol-header-inner {
  width: min(1120px, calc(100% - 1.5rem)); margin: 0 auto;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center;
  min-height: 72px; gap: 1rem;
}
.mol-logo { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.mol-logo-mark { width: 36px; height: 36px; object-fit: cover; border-radius: 50%; }
.mol-logo-type { display: flex; flex-direction: column; line-height: 1.05; }
.mol-logo-name { font-family: var(--serif); font-size: 1.15rem; }
.mol-logo-lab { font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); }
.mol-nav ul { display: flex; gap: 1.4rem; list-style: none; margin: 0; padding: 0; justify-content: center; }
.mol-nav a { text-decoration: none; font-size: 0.86rem; color: #d8cec2; }
.mol-nav a[aria-current="page"], .mol-nav a:hover { color: var(--gold-2); }
.mol-header-cta { font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; color: var(--ink); background: var(--gold); padding: 0.65rem 0.9rem; }
.mol-nav-toggle { display: none; background: none; border: 0; width: 40px; height: 40px; padding: 0; }
.mol-nav-toggle span { display: block; height: 1px; background: var(--cream); margin: 7px 0; }
.mol-hero { position: relative; min-height: 88vh; display: flex; align-items: flex-end; overflow: hidden; }
.mol-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mol-hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,9,7,.25), rgba(11,9,7,.88) 70%); }
.mol-hero-copy { position: relative; z-index: 2; width: min(1120px, calc(100% - 2rem)); margin: 0 auto 4.5rem; }
.mol-hero-copy h1 { max-width: 16ch; }
.mol-hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.4rem; }
.mol-band { padding: 5rem 0; }
.mol-band-alt { background: var(--resin); }
.mol-section-head { margin-bottom: 2rem; max-width: 36rem; }
.mol-work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.mol-work-card { display: flex; flex-direction: column; background: var(--panel); text-decoration: none; border: 1px solid var(--line); min-height: 100%; }
.mol-work-media { display: block; height: 280px; background-size: cover; background-position: center; }
.mol-work-media-wide { background-position: left center; }
.mol-work-body { padding: 1.3rem 1.2rem 1.5rem; display: flex; flex-direction: column; gap: 0.35rem; flex: 1; }
.mol-work-name { font-family: var(--serif); font-size: 1.8rem; }
.mol-work-sub { color: var(--mute); font-size: 0.95rem; }
.mol-tri { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.mol-tile { border: 1px solid var(--line); padding: 1.4rem; background: var(--ink); min-height: 100%; }
.mol-tile-price { color: var(--gold-2); font-family: var(--serif); font-size: 1.4rem; margin-top: 1.2rem; }
.mol-center { text-align: center; margin-top: 2rem; }
.mol-cta-band { display: flex; justify-content: space-between; align-items: center; gap: 2rem; border: 1px solid var(--line); padding: 2rem; background: var(--panel); }
.mol-cta-band h2 { max-width: 16ch; }
.mol-page-hero { padding: 4.5rem 0 1.5rem; }
.mol-case { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 2.5rem; align-items: center; }
.mol-case-flip { grid-template-columns: 0.95fr 1.05fr; }
.mol-case-flip .mol-case-copy { order: -1; }
.mol-case-media img { width: 100%; height: 420px; object-fit: cover; }
.mol-ticks { margin: 1.1rem 0 1.4rem; padding: 0; list-style: none; }
.mol-ticks li { position: relative; padding-left: 1.2rem; margin: 0.4rem 0; color: #d4cbbf; }
.mol-ticks li::before { content: ""; position: absolute; left: 0; top: 0.55rem; width: 0.45rem; height: 0.45rem; background: var(--gold); }
.mol-stack { display: grid; gap: 1.2rem; }
.mol-service { border: 1px solid var(--line); padding: 1.8rem; background: var(--resin); }
.mol-h-tight { margin-bottom: 1.4rem; }
.mol-price-hero { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 2rem; border: 1px solid var(--line); padding: 2rem; background: var(--panel); }
.mol-price-label { letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.78rem; color: var(--gold); }
.mol-price-was { color: var(--mute); text-decoration: line-through; margin: 0.2rem 0; }
.mol-price-now { font-family: var(--serif); font-size: 2.4rem; color: var(--cream); margin: 0.2rem 0 1rem; }
.mol-price-now span { color: var(--gold-2); }
.mol-price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.mol-price-card { border: 1px solid var(--line); padding: 1.5rem; background: var(--ink); }
.mol-price-card.is-featured { background: var(--panel); }
.mol-price-card .mol-price-now { font-size: 1.8rem; }
.mol-fine { font-size: 0.88rem; color: var(--mute); }
.mol-prose { max-width: 40rem; }
.mol-prose-wide { max-width: 52rem; }
.mol-bleed { margin: 0 0 1.6rem; }
.mol-bleed img { width: 100%; height: 360px; object-fit: cover; }
.mol-contact { max-width: 720px; }
.mol-form { display: grid; gap: 1rem; }
.mol-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.mol-form label span { display: block; font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.4rem; }
.mol-form input, .mol-form textarea, .mol-form select {
  width: 100%; background: var(--resin); color: var(--cream); border: 1px solid var(--line);
  padding: 0.8rem 0.85rem; font: inherit;
}
.mol-note { border: 1px solid var(--line); padding: 0.9rem 1rem; margin-bottom: 1.2rem; }
.mol-note-err { border-color: #8a3a32; }
.mol-footer { border-top: 1px solid var(--line); padding: 3rem 0 1.5rem; }
.mol-footer-inner { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr; gap: 2rem; }
.mol-footer-name { font-family: var(--serif); font-size: 1.6rem; }
.mol-footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.mol-footer-h { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.mol-footer-cols a { display: block; text-decoration: none; color: #cfc4b6; font-size: 0.92rem; margin: 0.25rem 0; }
.mol-copy { width: min(1120px, calc(100% - 2rem)); margin: 2rem auto 0; color: var(--mute); font-size: 0.8rem; }
.mol-price-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.mol-price-duo .mol-price-hero { display: flex; flex-direction: column; margin: 0; }
.mol-badge {
  display: inline-block; font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink); background: var(--gold); padding: 0.25rem 0.5rem; margin-bottom: 0.8rem;
}
.mol-price-hero.is-start { border-color: var(--gold); }
.mol-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.mol-steps li { border: 1px solid var(--line); padding: 1.2rem; background: var(--panel); }
.mol-faq details { border-bottom: 1px solid var(--line); padding: 0.9rem 0; }
.mol-faq summary { cursor: pointer; font-family: var(--serif); font-size: 1.25rem; }
.mol-faq details p { margin: 0.7rem 0 0.2rem; max-width: 40rem; }
.mol-contact-mail { font-family: var(--serif); font-size: 1.6rem; margin-bottom: 1.4rem; }
.mol-contact-mail a { color: var(--gold-2); text-decoration: none; }
.mol-svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.mol-svc-grid-3 { grid-template-columns: repeat(3, 1fr); }
.mol-svc { border: 1px solid var(--line); padding: 1.4rem; background: var(--panel); }
.mol-svc h3 { font-size: 1.35rem; }
.mol-split-plain { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.mol-trust { border-bottom: 1px solid var(--line); background: var(--resin); }
.mol-trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 1.1rem 0; }
.mol-trust-row p { margin: 0; font-size: 0.88rem; color: #d4cbbf; }
.mol-trust-row strong { display: block; color: var(--gold-2); font-weight: 500; }
.mol-table-wrap { overflow-x: auto; border: 1px solid var(--line); }
.mol-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.mol-table th, .mol-table td { text-align: left; padding: 0.75rem 1rem; border-bottom: 1px solid var(--line); }
.mol-table th { color: var(--gold); font-weight: 500; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; }
.mol-table td:first-child { color: var(--cream); }
.wp-block-group, .wp-site-blocks > header, .wp-site-blocks > footer { display: none !important; }
body.mol-store .wp-site-blocks { display: contents; }
@media (max-width: 860px) {
  .mol-nav-toggle { display: block; }
  .mol-header-inner { grid-template-columns: auto 1fr auto; }
  .mol-nav { display: none; position: absolute; left: 0; right: 0; top: 72px; background: var(--ink); border-bottom: 1px solid var(--line); padding: 1rem 1.2rem 1.4rem; }
  .mol-nav.is-open { display: block; }
  .mol-nav ul { flex-direction: column; align-items: flex-start; gap: 0.8rem; }
  .mol-header-cta { display: none; }
  .mol-work-grid, .mol-tri, .mol-case, .mol-case-flip, .mol-price-hero, .mol-price-duo, .mol-price-grid, .mol-form-row, .mol-footer-inner, .mol-cta-band, .mol-steps, .mol-svc-grid, .mol-svc-grid-3, .mol-split-plain, .mol-trust-row { grid-template-columns: 1fr; display: grid; }
  .mol-case-flip .mol-case-copy { order: 0; }
  .mol-hero { min-height: 78vh; }
}
