:root {
  --primary: #c75b39;
  --bg: #faf4ec;
  --ink: #221a14;
  --accent: #e8a04b;
  --paper: #ffffff;
  --line: #ead9c6;
  --mute: #7a6352;
  --r: 14px;
  --display: 'Cormorant Garamond', Georgia, serif;
  --body: 'Nunito Sans', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--body); color: var(--ink); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; }
.wrap { width: min(1160px, 92vw); margin-inline: auto; }

h1, h2 { font-family: var(--display); line-height: 1.06; }
h1 { font-size: clamp(46px, 6.5vw, 80px); font-weight: 700; }
h1 em { font-style: italic; color: var(--primary); }
h2 { font-size: clamp(28px, 3.5vw, 46px); font-weight: 700; }
h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; color: var(--ink); }
p { color: var(--mute); }
.lead { font-size: clamp(16px, 1.4vw, 18px); color: var(--mute); max-width: 48ch; }

.eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--primary); margin-bottom: 14px; }
.eyebrow--light { color: #fff; }

/* NAV */
.nav { position: sticky; top: 0; z-index: 30; background: rgba(250, 244, 236, .93); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav__in { display: flex; align-items: center; gap: 20px; height: 64px; }
.brand { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--ink); font-family: var(--display); font-weight: 700; font-size: 20px; }
.brand__spark { color: var(--accent); font-size: 18px; }
.nav__links { display: flex; gap: 22px; margin-left: auto; }
.nav__links a { text-decoration: none; color: var(--mute); font-size: 14px; font-weight: 600; transition: color .15s; }
.nav__links a:hover { color: var(--primary); }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; background: var(--primary); color: #fff; text-decoration: none; font-weight: 700; font-size: 15px; padding: 12px 24px; border-radius: 8px; transition: transform .15s, opacity .15s; }
.btn:hover { transform: translateY(-2px); opacity: .9; }
.btn--sm { padding: 9px 17px; font-size: 13px; }
.btn--lg { padding: 15px 30px; font-size: 16px; }
.btn--xl { padding: 18px 34px; font-size: 17px; }
.btn--primary { background: var(--primary); }
.btn--outline { background: transparent; color: var(--primary); box-shadow: inset 0 0 0 2px var(--primary); }
.btn--outline:hover { background: var(--primary); color: #fff; }

/* HERO */
.hero { padding-top: clamp(48px, 7vw, 88px); }
.hero__center { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.hero__desc { font-size: clamp(16px, 1.4vw, 18px); color: var(--mute); max-width: 54ch; text-align: center; }
.hero__btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.hero__photo-wrap { margin-top: clamp(32px, 4vw, 56px); position: relative; }
.hero__photo-wrap img { width: 100%; height: clamp(320px, 38vw, 480px); object-fit: cover; display: block; }
.hero__strip { background: var(--ink); color: rgba(255,255,255,.7); padding: 16px 0; display: flex; justify-content: center; gap: 20px; font-size: 13px; font-weight: 600; letter-spacing: .06em; flex-wrap: wrap; }

/* CALC */
.calc-section { padding: clamp(52px, 6vw, 80px) 0; }
.calc-band { background: var(--ink); border-radius: calc(var(--r) + 8px); padding: clamp(36px, 4vw, 56px); display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: center; }
.calc-left h2 { color: #fff; margin-bottom: 14px; }
.calc-left p { color: rgba(255,255,255,.65); }
.calc-left .eyebrow--light { margin-bottom: 12px; }
.calc-widget { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r); padding: 28px; display: flex; flex-direction: column; gap: 22px; }
.calc-row { display: flex; flex-direction: column; gap: 10px; }
.calc-label { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.calc-choices { display: flex; gap: 8px; flex-wrap: wrap; }
.choice { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.75); font-size: 13px; font-weight: 600; padding: 8px 14px; border-radius: 6px; cursor: pointer; font-family: var(--body); transition: background .15s; }
.choice--active { background: var(--primary); border-color: var(--primary); color: #fff; }
.choice:hover:not(.choice--active) { background: rgba(255,255,255,.14); }
.calc-result { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); gap: 16px; flex-wrap: wrap; }
.calc-price { font-family: var(--display); font-size: 32px; font-weight: 700; color: #fff; }
.calc-result .btn { background: var(--accent); color: var(--ink); font-weight: 700; }

/* SECTION */
.section { padding: clamp(52px, 6vw, 88px) 0; }
.section__head { max-width: 52ch; margin-bottom: 40px; }
.section__head p { margin-top: 10px; }

/* CARDS */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 26px; display: flex; flex-direction: column; min-height: 240px; }
.card__num { font-family: var(--display); font-size: 40px; font-weight: 700; color: rgba(199, 91, 57, .18); line-height: 1; margin-bottom: 10px; }
.card p { font-size: 14px; color: var(--mute); flex: 1; margin-top: 6px; }
.card__price { font-family: var(--display); font-weight: 700; font-size: 18px; color: var(--primary); margin-top: 16px; }

/* PROCESS */
.process { background: var(--paper); padding: clamp(52px, 6vw, 88px) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process__grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(36px, 5vw, 64px); align-items: start; }
.process__text h2 { margin-bottom: 16px; }
.process__text p { max-width: 38ch; }
.process__steps { display: flex; flex-direction: column; gap: 0; }
.proc-step { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.proc-step:last-child { border-bottom: none; }
.proc-step__n { font-family: var(--display); font-size: 36px; font-weight: 700; color: rgba(199,91,57,.2); line-height: 1; min-width: 40px; }
.proc-step h3 { font-size: 16px; margin-bottom: 5px; }
.proc-step p { font-size: 14px; }

/* TRUST */
.trust { padding: clamp(52px, 6vw, 88px) 0; }
.trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.trust-item { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 26px; min-height: 200px; display: flex; flex-direction: column; }
.trust-item__icon { font-size: 28px; margin-bottom: 14px; }
.trust-item p { font-size: 14px; flex: 1; margin-top: 6px; }

/* CONTACT */
.contact { padding: clamp(52px, 6vw, 88px) 0; }
.contact__layout { display: flex; justify-content: space-between; align-items: center; gap: 40px; flex-wrap: wrap; background: linear-gradient(135deg, var(--primary), var(--accent)); border-radius: calc(var(--r) + 8px); padding: clamp(32px, 4vw, 52px); }
.contact__text h2 { color: #fff; margin-bottom: 12px; }
.contact__text p { color: rgba(255,255,255,.8); margin-bottom: 6px; }
.contact__meta { font-size: 14px; font-weight: 600; }
.contact .btn--primary.btn--xl { background: #fff; color: var(--primary); }
.contact .btn--primary.btn--xl:hover { background: #fdf4ec; }

/* FOOTER */
.foot { background: var(--ink); color: rgba(255,255,255,.55); padding: 28px 0; }
.foot__in { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13.5px; }

@media (max-width: 900px) {
  .calc-band { grid-template-columns: 1fr; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .trust__grid { grid-template-columns: repeat(2, 1fr); }
  .process__grid { grid-template-columns: 1fr; }
  .contact__layout { flex-direction: column; align-items: flex-start; }
  .nav__links { display: none; }
}
@media (max-width: 520px) {
  .cards { grid-template-columns: 1fr; }
  .trust__grid { grid-template-columns: 1fr; }
  .hero__strip { gap: 12px; }
}
