:root {
  --ink: #26322f;
  --muted: #66706d;
  --cream: #fbf8f3;
  --paper: #fffdfa;
  --rose: #9f5f63;
  --rose-dark: #7d4449;
  --sage: #7c9188;
  --gold: #c6a56a;
  --line: #e7ddd1;
  --shadow: 0 18px 55px rgba(57, 43, 36, .10);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.7; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip { position: absolute; left: -9999px; top: 0; }
.skip:focus { left: 1rem; top: 1rem; z-index: 99; padding: .7rem 1rem; background: white; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(231,221,209,.8); background: rgba(255,253,250,.94); backdrop-filter: blur(12px); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; font-family: var(--serif); font-size: 1.32rem; letter-spacing: -.02em; }
.brand span { color: var(--rose); }
.nav-links { display: flex; align-items: center; gap: 24px; font-size: .92rem; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--rose-dark); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; padding: .75rem 1.2rem; border: 1px solid var(--rose); border-radius: 999px; background: var(--rose); color: white; font-weight: 750; text-decoration: none; transition: .2s ease; }
.button:hover, .button:focus-visible { background: var(--rose-dark); border-color: var(--rose-dark); color: #fff; transform: translateY(-1px); }
.button.secondary { background: transparent; color: var(--rose-dark); }
.button.secondary:hover, .button.secondary:focus-visible { background: #fff; color: var(--rose-dark); }
.hero { min-height: 600px; display: grid; align-items: center; background: linear-gradient(90deg, rgba(251,248,243,.98) 0%, rgba(251,248,243,.93) 40%, rgba(251,248,243,.12) 72%), url('wedding-dress-editorial.png') center/cover; }
.hero-copy { max-width: 630px; padding: 92px 0; }
.eyebrow { margin: 0 0 1rem; color: var(--rose-dark); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.12; letter-spacing: -.025em; }
h1 { margin: 0 0 1.25rem; font-size: clamp(2.7rem, 6vw, 5rem); font-weight: 500; }
h2 { margin: 0 0 1rem; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 500; }
h3 { margin: 0 0 .6rem; font-size: 1.38rem; }
.lead { max-width: 60ch; color: #4d5754; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; margin-top: 2rem; color: #59635f; font-size: .9rem; }
.trust-row span::before { content: '✓'; margin-right: .45rem; color: var(--sage); font-weight: 900; }
.section { padding: 88px 0; }
.section.white { background: var(--paper); }
.section-head { max-width: 730px; margin-bottom: 2.3rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 8px 24px rgba(57,43,36,.04); }
.number { display: grid; width: 40px; height: 40px; margin-bottom: 1.2rem; place-items: center; border-radius: 50%; background: #f1e5e1; color: var(--rose-dark); font-weight: 850; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.checklist { list-style: none; margin: 1.4rem 0 0; padding: 0; }
.checklist li { position: relative; padding: .8rem 0 .8rem 2rem; border-bottom: 1px solid var(--line); }
.checklist li::before { content: '✓'; position: absolute; left: 0; color: var(--rose); font-weight: 900; }
.note { padding: 24px; border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; background: #f5efe5; }
.stat { margin: 0; font-family: var(--serif); font-size: 3.2rem; line-height: 1; color: var(--rose-dark); }
.calculator { padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.field { margin-bottom: 1.2rem; }
.field label { display: flex; justify-content: space-between; margin-bottom: .45rem; font-weight: 750; }
input[type='number'], select { width: 100%; min-height: 48px; padding: .7rem .8rem; border: 1px solid #cfc4b8; border-radius: 10px; background: white; color: var(--ink); font: inherit; }
input[type='range'] { width: 100%; accent-color: var(--rose); }
.estimate { margin-top: 1.2rem; padding: 22px; border-radius: 14px; background: var(--ink); color: white; }
.estimate strong { display: block; margin-top: .2rem; font-family: var(--serif); font-size: 2rem; }
.steps { counter-reset: steps; display: grid; gap: 20px; }
.step { position: relative; padding: 6px 0 25px 70px; border-bottom: 1px solid var(--line); }
.step::before { counter-increment: steps; content: counter(steps); position: absolute; left: 0; top: 0; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; font-family: var(--serif); font-size: 1.3rem; }
.faq { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; padding: 1.25rem 2.5rem 1.25rem 0; font-family: var(--serif); font-size: 1.2rem; font-weight: 700; }
details p { max-width: 75ch; margin: -.3rem 0 1.4rem; color: var(--muted); }
.cta { padding: 58px; border-radius: 26px; color: white; background: linear-gradient(135deg, #7d4449, #a96b6f); box-shadow: var(--shadow); }
.cta h2 { max-width: 700px; }
.cta .button { border-color: white; background: white; color: var(--rose-dark); }
.related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related a { padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: white; text-decoration: none; }
.related a:hover { border-color: var(--rose); }
.site-footer { padding: 45px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { text-decoration: none; }

@media (max-width: 780px) {
  .nav-links a:not(.button) { display: none; }
  .hero { min-height: 630px; background: linear-gradient(180deg, rgba(251,248,243,.98) 0%, rgba(251,248,243,.9) 58%, rgba(251,248,243,.35) 100%), url('wedding-dress-editorial.png') 65% center/cover; }
  .hero-copy { padding: 70px 0 150px; }
  .grid-3, .split, .related { grid-template-columns: 1fr; }
  .split { gap: 40px; }
  .section { padding: 64px 0; }
  .cta { padding: 34px 26px; }
  .footer-inner { flex-direction: column; }
}

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