:root {
  --ink: #11110f;
  --paper: #f7f6f2;
  --white: #fff;
  --gold: #b19052;
  --gold-light: #d8c49a;
  --muted: #6f6d66;
  --line: #d9d6ce;
  --pad: clamp(1.25rem, 4vw, 5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", Arial, sans-serif; line-height: 1.55; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 99; background: var(--white); padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.section-pad { padding: clamp(5rem, 9vw, 9rem) var(--pad); }
.eyebrow { margin: 0 0 1.5rem; color: var(--gold); font-size: .72rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Segoe UI", Arial, sans-serif; font-weight: 400; letter-spacing: -.045em; line-height: 1.05; }
h1 { margin-bottom: 2rem; font-size: clamp(3rem, 6.6vw, 7.2rem); max-width: 13ch; }
h1 em { color: var(--gold); font-style: normal; }
h2 { margin-bottom: 0; font-size: clamp(2.35rem, 4.5vw, 5rem); max-width: 14ch; }
.lead { font-size: clamp(1.15rem, 1.7vw, 1.55rem); line-height: 1.5; }
.site-header { height: 94px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(247,246,242,.94); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(10px); }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; }
.brand-mark path:first-child { fill: var(--ink); stroke: none; }
.brand-mark path:last-child { fill: none; stroke: var(--gold-light); stroke-width: 1.6; }
.brand span { display: flex; flex-direction: column; line-height: 1.2; }
.brand strong { font-size: .86rem; font-weight: 600; }
.brand small { color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .16em; }
nav { display: flex; align-items: center; gap: clamp(1rem, 2.3vw, 2.4rem); }
nav a { font-size: .85rem; text-decoration: none; }
.nav-contact { border: 1px solid var(--ink); padding: .65rem 1rem; }
.menu-toggle { display: none; border: 0; background: none; font: inherit; }
.hero { min-height: calc(100vh - 94px); display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(280px, .62fr); gap: clamp(3rem, 7vw, 8rem); align-items: end; }
.hero-copy .lead { max-width: 36rem; color: var(--muted); }
.hero-actions { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: 1.4rem 2rem; align-items: center; }
.button { display: inline-block; padding: 1rem 1.3rem; text-decoration: none; font-size: .85rem; font-weight: 600; }
.button-dark { color: var(--white); background: var(--ink); }
.button-gold { color: var(--ink); background: var(--gold-light); }
.text-link { font-size: .88rem; font-weight: 600; text-underline-offset: .35rem; }
.text-link span { color: var(--gold); padding-left: .35rem; }
.hero-note { border-top: 1px solid var(--gold); padding-top: 1.3rem; display: flex; flex-direction: column; gap: 1rem; align-items: center; text-align: center; align-self: center; max-width: 340px; margin-left: auto; margin-right: auto; }
.note-number { display: none; }
.hero-note p { margin: 0; max-width: 24rem; font-size: 1.05rem; }
.hero-note strong { color: var(--gold); display: block; font-size: 1rem; margin-bottom: .35rem; }
.line-drawing { display: flex; justify-content: center; width: 100%; }
.line-drawing svg, .line-drawing img { width: 100%; max-width: 340px; height: auto; display: block; }
.line-drawing img { background: none; padding: 0; border-radius: 0; }
.line-drawing path { fill: none; stroke: var(--gold); stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink); color: var(--white); padding: 2rem var(--pad); }
.trust-strip p { margin: 0; padding-right: 1.5rem; display: flex; flex-direction: column; border-right: 1px solid #363630; }
.trust-strip p:last-child { border: 0; padding-left: 2rem; }
.trust-strip p:nth-child(2) { padding-left: 2rem; }
.trust-strip span { color: #aaa89f; font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; }
.trust-strip strong { margin-top: .4rem; font-weight: 500; }
.section-heading { margin-bottom: clamp(3rem, 6vw, 6rem); }
.purchase-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 9vw, 10rem); }
.purchase-intro > p:not(.lead) { color: var(--muted); max-width: 36rem; }
.purchase-intro .button { margin-top: 1rem; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 3rem 1fr; gap: 1.2rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.steps span { color: var(--gold); font-size: .72rem; }
.steps h3 { margin-bottom: .35rem; font-size: 1.05rem; }
.steps p { margin-bottom: 0; color: var(--muted); }
.services { background: var(--white); }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-list article { min-height: 245px; padding: 1.8rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.service-list span { color: var(--gold); font-size: .72rem; }
.service-list h3 { margin: auto 0 .75rem; font-size: 1.2rem; }
.service-list p { margin-bottom: 0; color: var(--muted); }
.studio { background: var(--ink); color: var(--white); }
.studio-card { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 10vw, 12rem); }
.studio-copy { padding-top: 3rem; color: #c2c0b8; font-size: 1.05rem; }
.studio-copy p:first-child { color: var(--white); font-size: 1.25rem; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
blockquote { margin: 0; min-height: 250px; padding: 1.8rem; border: 1px solid var(--line); display: flex; flex-direction: column; }
.stars { color: var(--gold); font-size: .8rem; letter-spacing: .15em; }
blockquote p { margin: auto 0; font-size: 1.25rem; line-height: 1.45; }
blockquote cite { color: var(--muted); font-size: .78rem; font-style: normal; }
.review-link { display: inline-block; margin-top: 2rem; }
.faq { background: var(--white); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 9vw, 10rem); }
.faq .section-heading { margin-bottom: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 1.6rem 3rem 1.6rem 0; cursor: pointer; list-style: none; font-size: 1.05rem; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .3rem; top: 1.35rem; color: var(--gold); font-size: 1.5rem; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 46rem; padding: 0 3rem 1.5rem 0; color: var(--muted); }
.contact { color: var(--white); background: var(--gold); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 10vw, 12rem); }
.contact .eyebrow { color: var(--ink); }
.contact-intro p:last-child { max-width: 34rem; color: #2e2b24; }
.contact-links a { min-width: 0; padding: 1.3rem 0; border-bottom: 1px solid rgba(17,17,15,.35); display: grid; grid-template-columns: 1fr auto; text-decoration: none; }
.contact-links small { grid-column: 1 / -1; color: #37342d; text-transform: uppercase; letter-spacing: .14em; }
.contact-links strong { min-width: 0; overflow-wrap: anywhere; margin-top: .4rem; font-weight: 500; font-size: clamp(1rem, 1.6vw, 1.3rem); }
footer { padding: 3rem var(--pad); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; align-items: end; font-size: .77rem; color: var(--muted); }
.footer-brand { display: flex; flex-direction: column; color: var(--ink); }
.footer-brand span { color: var(--gold); letter-spacing: .15em; text-transform: uppercase; }
.footer-meta { display: flex; justify-content: flex-end; gap: 1rem; }
.whatsapp-float { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 800px) {
  .site-header { height: 76px; }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 1.5rem var(--pad); background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  nav.open { display: flex; }
  .nav-contact { border: 0; padding: 0; }
  .hero { min-height: auto; grid-template-columns: 1fr; align-items: start; }
  .hero-note { max-width: 480px; }
  .trust-strip { grid-template-columns: 1fr; gap: 1.3rem; }
  .trust-strip p, .trust-strip p:nth-child(2), .trust-strip p:last-child { padding: 0 0 1.3rem; border-right: 0; border-bottom: 1px solid #363630; }
  .purchase-grid, .studio-card, .contact, .faq { grid-template-columns: 1fr; }
  .service-list, .review-grid { grid-template-columns: 1fr 1fr; }
  footer { grid-template-columns: 1fr; }
  .footer-meta { justify-content: flex-start; }
}

@media (max-width: 520px) {
  .brand strong { font-size: .78rem; }
  .brand-mark { width: 36px; }
  .service-list, .review-grid { grid-template-columns: 1fr; }
  .service-list article { min-height: 210px; }
  .whatsapp-float { display: flex; position: fixed; right: 1rem; bottom: 1rem; z-index: 15; gap: .8rem; align-items: center; background: var(--ink); color: var(--white); padding: .8rem 1rem; text-decoration: none; font-size: .82rem; box-shadow: 0 12px 30px rgba(0,0,0,.2); }
  .whatsapp-float strong { color: var(--gold-light); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
