@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Montserrat:wght@400;500;600;700&display=swap');

:root {
  --ink: #24282b;
  --ink-soft: #4d5356;
  --paper: #fbfaf7;
  --white: #ffffff;
  --stone: #ece8df;
  --stone-dark: #d9d1c3;
  --champagne: #b29a70;
  --champagne-dark: #897147;
  --shadow: 0 22px 70px rgba(33, 36, 38, 0.12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-tight { padding: 64px 0; }
.section-dark { color: var(--white); background: var(--ink); }
.section-stone { background: var(--stone); }
.eyebrow {
  margin: 0 0 12px;
  color: var(--champagne-dark);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.section-dark .eyebrow { color: #d8c394; }
h1, h2, h3 { margin: 0; line-height: 1.05; }
h1, h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
}
h1 { font-size: clamp(3.2rem, 8vw, 6.8rem); letter-spacing: -0.035em; }
h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); letter-spacing: -0.025em; }
h3 { font-size: 1.08rem; letter-spacing: -0.01em; }
.lead { max-width: 720px; color: var(--ink-soft); font-size: 1.08rem; }
.section-dark .lead { color: #d7d9d9; }
.section-heading { display: grid; gap: 16px; max-width: 780px; margin-bottom: 42px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(78, 74, 65, 0.11);
  background: rgba(251, 250, 247, 0.94);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 64px; height: 64px; object-fit: cover; object-position: top; border-radius: 10px; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.35rem; }
.brand-copy span { margin-top: 5px; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { font-size: 0.82rem; font-weight: 600; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current='page'] { color: var(--champagne-dark); }
.nav-toggle { display: none; border: 0; background: none; font-weight: 700; }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-gold { border-color: var(--champagne); color: var(--ink); background: var(--champagne); }
.button-ghost { color: var(--ink); background: transparent; }
.button-light { border-color: var(--white); color: var(--ink); background: var(--white); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.hero { position: relative; overflow: hidden; padding: 92px 0 76px; }
.hero::after {
  content: '';
  position: absolute;
  right: -15vw;
  top: -30vw;
  width: 65vw;
  height: 65vw;
  border: 1px solid var(--stone-dark);
  border-radius: 50%;
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 1; }
.hero-copy h1 span { color: var(--champagne-dark); }
.hero-copy .lead { margin-top: 24px; }
.hero-art {
  position: relative;
  z-index: 1;
  padding: 28px;
  border: 1px solid rgba(137, 113, 71, 0.28);
  border-radius: 42px 42px 160px 42px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.hero-art img { width: min(100%, 480px); margin: auto; border-radius: 26px; }
.sparkle { position: absolute; color: var(--champagne); font-size: 2.4rem; line-height: 1; }
.sparkle-one { top: -24px; right: 25px; }
.sparkle-two { bottom: 35px; left: -24px; font-size: 1.6rem; }

.trust-strip { border-block: 1px solid var(--stone-dark); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 24px; text-align: center; border-right: 1px solid var(--stone-dark); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.45rem; }
.trust-item span { color: var(--ink-soft); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--stone-dark);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 30px rgba(33,36,38,.04);
}
.card-number { display: block; margin-bottom: 45px; color: var(--champagne-dark); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2.1rem; }
.card p { margin-bottom: 0; color: var(--ink-soft); font-size: .9rem; }
.card-link { display: inline-block; margin-top: 18px; color: var(--champagne-dark); font-size: .75rem; font-weight: 700; text-transform: uppercase; }

.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.service-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.service-list li { position: relative; padding: 18px 20px 18px 50px; border-bottom: 1px solid var(--stone-dark); }
.service-list li::before { content: '✦'; position: absolute; left: 18px; color: var(--champagne-dark); }
.feature-panel { padding: 42px; border-radius: var(--radius); color: var(--white); background: var(--ink); }
.feature-panel h3 { margin-bottom: 16px; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2rem; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; counter-reset: steps; }
.step { counter-increment: steps; padding-top: 24px; border-top: 1px solid var(--stone-dark); }
.step::before { content: '0' counter(steps); display: block; margin-bottom: 48px; color: #d8c394; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2.4rem; }
.step p { color: var(--ink-soft); }
.section-dark .step { border-top-color: rgba(255,255,255,.28); }
.section-dark .step p { color: #d7d9d9; }

.quote-band { overflow: hidden; padding: 74px 0; background: var(--champagne); }
.quote-band-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.quote-band h2 { max-width: 790px; font-size: clamp(2.4rem, 5vw, 4.2rem); }

.page-hero { padding: 84px 0 64px; border-bottom: 1px solid var(--stone-dark); }
.page-hero h1 { max-width: 900px; font-size: clamp(3rem, 7vw, 6rem); }
.page-hero .lead { margin-top: 22px; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.statement { padding: 36px; border-left: 4px solid var(--champagne); background: var(--white); box-shadow: var(--shadow); }
.statement p { margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2rem; line-height: 1.25; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.detail { padding: 28px; border: 1px solid var(--stone-dark); border-radius: 18px; background: var(--white); }
.detail h3 { margin-bottom: 9px; }
.detail p { margin: 0; color: var(--ink-soft); font-size: .9rem; }

.form-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: 48px; align-items: start; }
.contact-panel { padding: 36px; border-radius: var(--radius); color: var(--white); background: var(--ink); }
.contact-panel a { color: #e1c990; }
.contact-line { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-line:last-child { border: 0; }
.contact-line small { display: block; color: #c7cbcd; text-transform: uppercase; letter-spacing: .1em; }
.estimate-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid var(--stone-dark);
  border-radius: 12px;
  padding: 14px 15px;
  color: var(--ink);
  background: var(--white);
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(178,154,112,.25); border-color: var(--champagne-dark); }
.form-note { grid-column: 1/-1; margin: 0; color: var(--ink-soft); font-size: .78rem; }
.form-status { display: none; grid-column: 1/-1; padding: 14px; border-radius: 12px; background: #e8efe5; }
.form-status.visible { display: block; }

.faq { display: grid; gap: 12px; }
details { padding: 20px 24px; border: 1px solid var(--stone-dark); border-radius: 14px; background: var(--white); }
summary { cursor: pointer; font-weight: 700; }
details p { color: var(--ink-soft); }

.site-footer { padding: 54px 0 30px; color: #d7d9d9; background: #191c1e; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 40px; }
.footer-brand img { width: 120px; border-radius: 16px; }
.footer-title { margin-bottom: 12px; color: var(--white); font-weight: 700; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: .76rem; }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 82px; left: 0; right: 0; display: none; padding: 24px 20px 30px; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--stone-dark); }
  .nav-links.open { display: flex; }
  .nav-links .button { width: 100%; }
  .hero-grid, .two-column, .form-shell { grid-template-columns: 1fr; }
  .hero { padding-top: 62px; }
  .hero-art { max-width: 560px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--stone-dark); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 68px 0; }
  .brand-copy { display: none; }
  .hero-grid { gap: 44px; }
  h1 { font-size: 3.4rem; }
  .cards, .service-grid, .process-grid, .detail-grid, .estimate-form, .quote-band-inner, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--stone-dark); }
  .trust-item:last-child { border-bottom: 0; }
  .card { min-height: 220px; }
  .card-number { margin-bottom: 28px; }
  .quote-band-inner .button { width: 100%; }
  .field-full { grid-column: auto; }
  .form-note, .form-status { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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