:root {
  --cream: #ffe8d6;
  --warm-white: #fffaf5;
  --sand: #ddbea9;
  --clay: #b98b73;
  --clay-dark: #8f6653;
  --cocoa: #6b705c;
  --deep-brown: #3f4238;
  --sage: #a5a58d;
  --soft-sage: #d4c7b0;
  --charcoal: #3f4238;
  --muted: #6b705c;
  --border: rgba(63, 66, 56, 0.18);
  --shadow: 0 24px 70px rgba(63, 66, 56, 0.14);
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--charcoal);
  background:
    radial-gradient(circle at top left, rgba(212, 199, 176, 0.58), transparent 38rem),
    linear-gradient(180deg, var(--warm-white), var(--cream));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration-thickness: 0.08em; text-underline-offset: 0.18em; }
a:hover { color: var(--cocoa); }
img, svg { max-width: 100%; display: block; }

.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 840px; }
.centered { text-align: center; }
.section { padding: clamp(64px, 8vw, 108px) 0; }
.section-lg { padding: clamp(86px, 11vw, 150px) 0 clamp(64px, 8vw, 100px); }
.section-xl { padding: clamp(92px, 12vw, 172px) 0 clamp(72px, 9vw, 122px); }
.top-space { margin-top: 34px; }

.skip-link { position: absolute; left: 16px; top: -60px; z-index: 20; background: var(--deep-brown); color: #fff; padding: 10px 14px; border-radius: 999px; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 10; backdrop-filter: blur(18px); background: rgba(255, 250, 245, 0.86); border-bottom: 1px solid rgba(63, 66, 56, 0.12); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--deep-brown); color: var(--cream); font-family: Georgia, serif; letter-spacing: .05em; font-size: 0.92rem; }
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; line-height: 1; }
.brand small { display: block; color: var(--muted); font-size: .78rem; margin-top: 4px; }
.site-nav { display: flex; align-items: center; gap: 20px; font-size: .92rem; }
.site-nav a { text-decoration: none; color: var(--deep-brown); }
.nav-cta { padding: 11px 17px; border: 1px solid var(--deep-brown); border-radius: 999px; }
.nav-cta:hover { background: var(--deep-brown); color: var(--cream); }
.nav-toggle { display: none; border: 1px solid var(--border); background: var(--warm-white); border-radius: 999px; min-height: 44px; padding: 0 16px; color: var(--deep-brown); }

h1, h2, h3 { color: var(--deep-brown); line-height: 1.05; text-wrap: pretty; margin: 0 0 18px; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.72rem, 7vw, 5.9rem); letter-spacing: -0.055em; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -0.035em; }
h3 { font-size: 1.25rem; letter-spacing: -0.02em; }
p { margin: 0 0 18px; }
.eyebrow { color: var(--clay-dark); font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 750; margin-bottom: 14px; }
.hero-subhead, .page-hero p { font-size: clamp(1.05rem, 2.1vw, 1.28rem); color: var(--cocoa); }
.microcopy { color: var(--muted); font-size: .96rem; font-style: italic; }
.proof-line { margin-top: 24px; color: var(--cocoa); font-weight: 700; font-size: .94rem; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.trust-strip span, .card-label { display: inline-flex; align-items: center; width: fit-content; border: 1px solid rgba(63,66,56,.16); background: rgba(255,250,245,.62); color: var(--cocoa); border-radius: 999px; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 850; }
.trust-strip span { padding: 8px 11px; }
.card-label { padding: 6px 10px; margin-bottom: 16px; color: var(--clay-dark); background: rgba(221,190,169,.28); }

.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 28px; }
.centered-row { justify-content: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 21px; border-radius: 999px; text-decoration: none; font-weight: 760; border: 1px solid transparent; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--deep-brown); color: var(--warm-white); box-shadow: 0 12px 28px rgba(63, 66, 56, 0.2); }
.button.primary:hover { background: var(--cocoa); color: var(--warm-white); }
.button.secondary { background: rgba(255,255,255,.46); color: var(--deep-brown); border-color: var(--border); }
.button.secondary:hover { background: var(--soft-sage); }
.text-link { font-weight: 800; color: var(--cocoa); }

.hero { position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; right: -12rem; top: 8rem; width: 34rem; height: 34rem; border-radius: 50%; background: radial-gradient(circle, rgba(185,139,115,.16), transparent 64%); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(300px, .72fr); gap: clamp(34px, 7vw, 86px); align-items: center; }
.hero-copy h1 { max-width: 11ch; }
.hero-copy .hero-subhead { max-width: 740px; }
.hero-card, .info-card, .service-card, .proof-card, .contact-card, .callout-box, .map-placeholder { background: rgba(255, 250, 245, 0.78); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.hero-card { min-height: 540px; padding: clamp(28px, 4vw, 44px); position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: end; isolation: isolate; }
.hero-card::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.62); border-radius: 28px; z-index: -1; }
.card-kicker { color: var(--clay-dark); font-weight: 800; margin-bottom: 10px; }
.texture-orb { position: absolute; border-radius: 50%; filter: blur(.2px); opacity: .92; z-index: -2; }
.orb-one { width: 310px; height: 310px; top: 52px; right: -60px; background: radial-gradient(circle at 35% 32%, #fffaf5, #ddbea9 38%, #b98b73 72%); }
.orb-two { width: 230px; height: 230px; top: 190px; left: -68px; background: radial-gradient(circle at 35% 32%, #fffaf5, #d4c7b0 40%, #a5a58d 76%); }
.check-list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 27px; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 10px; height: 10px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 4px rgba(165,165,141,.18); }

.warm-panel { background: rgba(221, 190, 169, 0.28); border-block: 1px solid rgba(63,66,56,.10); }
.two-column { display: grid; grid-template-columns: .68fr 1fr; gap: clamp(28px, 6vw, 72px); align-items: start; }
.rich-text p { color: var(--cocoa); }
.section-heading { max-width: 820px; margin-inline: auto; margin-bottom: 36px; }
.section-heading p { color: var(--cocoa); font-size: 1.1rem; }
.method-section { background: linear-gradient(180deg, rgba(255,250,245,.6), rgba(212,199,176,.22)); border-block: 1px solid rgba(63,66,56,.10); }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.method-card { position: relative; overflow: hidden; min-height: 260px; padding: clamp(26px, 4vw, 38px); border-radius: var(--radius-lg); border: 1px solid var(--border); background: linear-gradient(145deg, rgba(255,250,245,.82), rgba(255,232,214,.42)); box-shadow: 0 18px 54px rgba(63,66,56,.08); }
.method-card::after { content: ""; position: absolute; inset: auto -30% -50% 18%; height: 72%; border-radius: 50%; background: radial-gradient(circle, rgba(185,139,115,.16), transparent 66%); pointer-events: none; }
.method-card span { display: block; color: var(--clay-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 6vw, 5rem); line-height: .82; letter-spacing: -.06em; opacity: .42; margin-bottom: 28px; }
.method-card h3 { font-size: 1.45rem; margin-bottom: 12px; }
.method-card p { color: var(--cocoa); margin-bottom: 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; overflow: hidden; padding: 28px; box-shadow: none; background: rgba(255,250,245,.72); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.service-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--clay), var(--sage)); opacity: .72; }
.service-card:hover { transform: translateY(-3px); border-color: rgba(63,66,56,.28); box-shadow: 0 18px 52px rgba(63,66,56,.11); }
.service-card p { color: var(--muted); margin-bottom: 0; }
.feature-band { background: linear-gradient(135deg, var(--deep-brown), var(--cocoa)); color: var(--cream); }
.feature-band h2, .feature-band h3 { color: var(--warm-white); }
.feature-band .eyebrow { color: var(--sand); }
.feature-band p { color: rgba(255, 250, 245, .82); }
.feature-grid { display: grid; grid-template-columns: .85fr 1fr; gap: clamp(30px, 7vw, 80px); align-items: center; }
.feature-art { min-height: 440px; border-radius: var(--radius-lg); background: radial-gradient(circle at 40% 35%, rgba(255,250,245,.44), transparent 23%), linear-gradient(145deg, rgba(185,139,115,.68), rgba(165,165,141,.38)); border: 1px solid rgba(255,250,245,.2); position: relative; overflow: hidden; }
.feature-art > span { position: absolute; border-radius: 999px; background: rgba(255,250,245,.28); }
.feature-art > span:nth-child(1) { width: 280px; height: 280px; left: -64px; bottom: -58px; }
.feature-art > span:nth-child(2) { width: 170px; height: 170px; right: 42px; top: 56px; }
.feature-art > span:nth-child(3) { width: 80%; height: 1px; left: 10%; top: 52%; background: rgba(255,250,245,.32); transform: rotate(-12deg); }
.cta-panel { padding-top: 0; }
.cta-inner { max-width: 880px; text-align: center; padding: clamp(34px, 7vw, 72px); border-radius: var(--radius-lg); background: linear-gradient(135deg, rgba(212,199,176,.78), rgba(255,250,245,.94)); border: 1px solid var(--border); box-shadow: var(--shadow); }
.cta-panel.compact { padding-top: clamp(46px, 6vw, 80px); }

.page-hero { background: linear-gradient(180deg, rgba(212,199,176,.46), rgba(255,232,214,0)); }
.glow-hero { background: radial-gradient(circle at 72% 25%, rgba(185,139,115,.22), transparent 27rem), linear-gradient(180deg, rgba(212,199,176,.5), transparent); }
.service-list { display: grid; gap: 18px; }
.service-row { display: grid; grid-template-columns: .42fr 1fr; gap: 34px; padding: clamp(26px, 4vw, 42px); border: 1px solid var(--border); border-radius: var(--radius-lg); background: rgba(255,250,245,.66); }
.service-row h2 { font-size: clamp(1.55rem, 2.8vw, 2.35rem); }
.service-row p:last-child { margin-bottom: 0; }
.price { color: var(--clay-dark); font-weight: 850; }
.accent-row { background: linear-gradient(135deg, rgba(212,199,176,.78), rgba(255,250,245,.86)); }
.split-cards { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.info-card { padding: clamp(26px, 4vw, 42px); }
.callout-box, .map-placeholder { padding: clamp(30px, 5vw, 56px); }
.about-grid { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(30px, 6vw, 72px); align-items: center; }
.proof-card, .contact-card { padding: clamp(26px, 4vw, 42px); }
.larger-text { font-size: 1.14rem; }
.faq-section { padding-top: 20px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius-md); background: rgba(255,250,245,.72); margin-bottom: 14px; overflow: hidden; }
.faq-item summary { cursor: pointer; padding: 22px 26px; font-weight: 850; color: var(--deep-brown); list-style: none; min-height: 60px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; float: right; color: var(--clay-dark); }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { padding: 0 26px 24px; color: var(--cocoa); }
.contact-card dl { display: grid; gap: 10px; margin: 0; }
.contact-card dt { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.contact-card dd { margin: 0 0 14px; color: var(--deep-brown); font-weight: 700; }
.map-placeholder { text-align: center; background: radial-gradient(circle at top, rgba(212,199,176,.78), rgba(255,250,245,.78)); }

.media-card { margin: 0; overflow: hidden; position: relative; }
.media-card img, .media-video { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-video-card { padding: 0; background: var(--deep-brown); min-height: 620px; justify-content: end; }
.hero-video-card::before { content: ""; position: absolute; inset: 0; border: 0; border-radius: 0; background: linear-gradient(180deg, rgba(63,66,56,0.04), rgba(63,66,56,0.78)); z-index: 1; }
.hero-video-card .media-video { position: absolute; inset: 0; z-index: 0; }
.media-caption, .media-card figcaption { position: relative; z-index: 2; margin: 0; padding: 18px 20px; color: rgba(255,250,245,.86); background: linear-gradient(180deg, transparent, rgba(63,66,56,.88)); font-size: .94rem; }
.media-caption span, .media-card figcaption span { display: block; color: var(--warm-white); font-weight: 850; margin-bottom: 4px; }
.image-card { background: var(--warm-white); min-height: 320px; }
.image-card:not(.hero-video-card) .media-caption, .image-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; }
.feature-art.image-card { min-height: 460px; background: var(--deep-brown); }
.feature-art.image-card img { opacity: .92; }
.media-split { display: grid; grid-template-columns: .86fr 1fr; gap: clamp(30px, 6vw, 72px); align-items: center; }
.media-split.reverse { grid-template-columns: 1fr .95fr; }
.media-grid { display: grid; gap: 20px; }
.media-grid.three-up { grid-template-columns: repeat(3, 1fr); }
.service-media-grid { grid-template-columns: repeat(3, 1fr); }
.service-media-grid .media-card { min-height: 430px; }
.profile-image-card { max-height: 620px; }
.profile-proof-card { padding: 0; overflow: hidden; }
.profile-proof-card img { width: 100%; max-height: 520px; object-fit: cover; object-position: center 26%; }
.proof-card-body { padding: clamp(24px, 4vw, 36px); }
.wide-image-card { min-height: 390px; }
.video-card { min-height: 520px; background: var(--deep-brown); }
.service-visuals { padding-top: 0; }
.studio-section { padding-bottom: clamp(48px, 7vw, 90px); }
.faq-cta-split { align-items: stretch; }
.faq-cta-split .cta-inner { display: flex; flex-direction: column; justify-content: center; }

.site-footer { background: var(--deep-brown); color: rgba(255,250,245,.78); padding: 62px 0 30px; }
.site-footer a { color: var(--warm-white); }
.site-footer h2 { color: var(--warm-white); font-size: 1.16rem; font-family: inherit; letter-spacing: 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 32px; }
.footer-brand .brand-mark { background: var(--cream); color: var(--deep-brown); }
.footer-brand strong { color: var(--warm-white); }
.footer-brand small, .footer-text { color: rgba(255,250,245,.7); }
.footer-bottom { border-top: 1px solid rgba(255,250,245,.14); margin-top: 42px; padding-top: 24px; font-size: .88rem; color: rgba(255,250,245,.64); }
.footer-bottom p { margin-bottom: 10px; }

@media (max-width: 920px) {
  .nav-toggle { display: inline-flex; align-items: center; }
  .site-nav { position: fixed; inset: 78px 16px auto 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; background: var(--warm-white); border: 1px solid var(--border); border-radius: 24px; box-shadow: var(--shadow); }
  .site-nav[data-open="true"] { display: flex; }
  .site-nav a { padding: 14px 12px; border-radius: 14px; }
  .site-nav a:hover { background: var(--cream); }
  .nav-cta { text-align: center; margin-top: 6px; }
  .hero-grid, .two-column, .feature-grid, .service-row, .about-grid, .contact-grid, .footer-grid, .media-split, .media-split.reverse { grid-template-columns: 1fr; }
  .hero-copy h1 { max-width: 12ch; }
  .card-grid, .split-cards, .media-grid.three-up, .service-media-grid { grid-template-columns: 1fr 1fr; }
  .method-grid { grid-template-columns: 1fr; }
  .hero-card { min-height: 420px; }
  .hero-video-card { min-height: 520px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--max)); }
  .section, .section-lg, .section-xl { padding-block: 58px; }
  .header-inner { min-height: 70px; }
  .site-nav { inset-top: 70px; }
  .brand small { display: none; }
  .brand-mark { width: 40px; height: 40px; }
  .button, .button-row { width: 100%; }
  .button-row { align-items: stretch; }
  .button { padding-inline: 16px; }
  h1 { font-size: clamp(2.44rem, 13vw, 4.1rem); }
  .hero-card, .service-card, .service-row, .info-card, .proof-card, .contact-card, .callout-box, .map-placeholder, .cta-inner { border-radius: 24px; }
  .card-grid, .split-cards, .media-grid.three-up, .service-media-grid { grid-template-columns: 1fr; }
  .hero-card { min-height: 380px; }
  .hero-video-card, .video-card { min-height: 460px; }
  .wide-image-card, .feature-art.image-card { min-height: 300px; }
  .footer-grid { gap: 18px; }
}

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