:root {
  --ink: #0d0c0a;
  --ink-soft: #171510;
  --paper: #f4f0e7;
  --paper-deep: #e8dfcf;
  --gold: #d8ad55;
  --gold-light: #f0d28a;
  --muted: #aca38f;
  --line: rgba(216, 173, 85, 0.24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.site-header { position: absolute; z-index: 10; inset: 0 0 auto; height: 96px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 5vw, 80px); border-bottom: 1px solid rgba(255,255,255,.1); }
.brand { display: inline-flex; align-items: center; gap: 13px; letter-spacing: .02em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold-light); font-family: "Playfair Display", serif; font-size: .72rem; letter-spacing: -.03em; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: "Playfair Display", serif; font-size: 1.16rem; line-height: 1.1; }
.brand small { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .18em; margin-top: 4px; }
nav { display: flex; gap: clamp(24px, 3vw, 48px); font-size: .85rem; color: #d8d2c6; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--gold-light); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; background: var(--gold); color: #17120a; font-weight: 700; font-size: .86rem; letter-spacing: .025em; border: 1px solid var(--gold); transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { background: var(--gold-light); transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: .78rem; }

.hero { min-height: 820px; display: grid; grid-template-columns: 1.05fr .95fr; }
.hero-content { display: flex; flex-direction: column; justify-content: center; padding: 150px clamp(28px, 7vw, 118px) 70px clamp(28px, 7vw, 118px); background: radial-gradient(circle at 20% 30%, #211c12 0, var(--ink) 46%); }
.eyebrow { margin: 0 0 22px; color: var(--gold); font-size: .76rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h1, h2 { font-family: "Playfair Display", serif; font-weight: 600; letter-spacing: -.025em; line-height: 1.08; margin: 0; }
h1 { max-width: 740px; font-size: clamp(3rem, 5.8vw, 6.4rem); }
h2 { font-size: clamp(2.25rem, 4vw, 4.4rem); }
h3 { font-size: 1.05rem; line-height: 1.3; margin: 0 0 10px; }
.hero-copy { max-width: 620px; margin: 30px 0 32px; color: #c6beb0; font-size: 1.05rem; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { color: var(--paper); font-size: .88rem; border-bottom: 1px solid #6e6556; padding-bottom: 4px; }
.text-link span { color: var(--gold); margin-left: 6px; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; list-style: none; padding: 35px 0 0; margin: 48px 0 0; border-top: 1px solid rgba(255,255,255,.11); color: #b9b1a4; font-size: .74rem; }
.trust-strip span { display: block; color: var(--gold); margin-bottom: 6px; }
.hero-visual { position: relative; min-height: 650px; overflow: hidden; background: #252118; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,12,10,.34), transparent 45%), linear-gradient(0deg, rgba(13,12,10,.44), transparent 45%); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.visual-note { position: absolute; z-index: 2; right: 42px; bottom: 42px; display: flex; align-items: center; gap: 16px; padding: 18px 22px; background: rgba(13,12,10,.82); border: 1px solid var(--line); backdrop-filter: blur(12px); }
.visual-note > span { color: var(--gold); font-family: "Playfair Display", serif; font-size: 1.8rem; }
.visual-note p { margin: 0; color: #bdb4a5; font-size: .72rem; line-height: 1.5; }
.visual-note strong { color: var(--paper); font-size: .8rem; }

.section { padding: 120px clamp(24px, 7vw, 118px); }
.services { background: var(--paper); color: var(--ink); }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; align-items: end; margin-bottom: 64px; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2 { max-width: 840px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cfc5b4; }
.service-grid article { position: relative; min-height: 300px; padding: 36px 36px 30px 0; border-right: 1px solid #cfc5b4; }
.service-grid article + article { padding-left: 36px; }
.service-grid article:last-child { border-right: 0; }
.card-number { color: #877c68; font-size: .7rem; letter-spacing: .15em; }
.line-icon { margin: 58px 0 26px; color: #a5792e; font-size: 2rem; }
.service-grid p { max-width: 340px; color: #6c6355; font-size: .9rem; }

.process { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 170px); background: #13110e; }
.process-intro { position: sticky; top: 40px; align-self: start; }
.process-intro > p:last-child { max-width: 500px; margin-top: 30px; color: #aca395; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 36px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.steps li > span { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--gold); font-family: "Playfair Display", serif; }
.steps h3 { font-family: "Playfair Display", serif; font-size: 1.55rem; }
.steps p { color: #a9a092; margin: 8px 0 0; font-size: .9rem; }

.trust { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 130px); background: var(--paper-deep); color: var(--ink); }
.trust-panel { padding-right: clamp(0px, 4vw, 60px); }
.trust-panel > p:not(.eyebrow) { color: #625a4d; margin: 30px 0; }
.quality-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 42px; }
.quality-row span { padding: 9px 15px; border: 1px solid #bcae96; color: #5c5242; font-size: .75rem; }
.faq details { border-top: 1px solid #bcae96; padding: 24px 0; }
.faq details:last-child { border-bottom: 1px solid #bcae96; }
.faq summary { display: flex; justify-content: space-between; gap: 16px; cursor: pointer; font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: #a5792e; font-size: 1.3rem; font-weight: 400; }
.faq p { color: #6b6151; font-size: .88rem; margin: 18px 50px 0 0; }

.estimate { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; padding: 110px clamp(24px, 7vw, 118px); background: #aa7a2b; color: #120f09; }
.estimate .eyebrow { color: #2e210e; }
.estimate h2 { max-width: 800px; }
.estimate-copy { display: flex; flex-direction: column; justify-content: flex-end; }
.estimate-copy p { max-width: 470px; }
.estimate address { margin-top: 20px; font-style: normal; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(18,15,9,.35); font-size: .86rem; font-weight: 700; }
.contact-actions a { border-bottom: 1px solid rgba(18,15,9,.5); }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 50px; padding: 48px clamp(24px, 7vw, 118px); color: #9f9688; font-size: .76rem; }
.footer-brand { color: var(--paper); }
.copyright { text-align: right; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-content { min-height: 720px; }
  .hero-visual { min-height: 540px; }
  .section-heading, .process, .trust, .estimate { grid-template-columns: 1fr; }
  .process-intro { position: static; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article + article { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid #cfc5b4; }
  .line-icon { margin: 25px 0 18px; }
  footer { grid-template-columns: 1fr; gap: 14px; }
  .copyright { text-align: left; }
}

@media (max-width: 620px) {
  .site-header { height: 82px; }
  .site-header .button { display: none; }
  .brand-mark { width: 36px; height: 36px; }
  .hero-content { min-height: 700px; padding-top: 125px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4.2rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .trust-strip { grid-template-columns: 1fr; }
  .hero-visual { min-height: 430px; }
  .visual-note { right: 18px; bottom: 18px; left: 18px; }
  .section { padding-block: 84px; }
  .estimate { padding-block: 84px; gap: 36px; }
}

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