:root {
  --navy: #071637;
  --navy-2: #0b1839;
  --navy-3: #0f2148;
  --blue: #314275;
  --gold: #d3b791;
  --gold-dark: #b08d57;
  --brown: #705b3a;
  --cream: #fbf9f4;
  --soft: #f5f3ee;
  --white: #ffffff;
  --text: #45464e;
  --muted: #8a8b92;
  --border: rgba(112, 91, 58, .15);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Libre Franklin", Arial, sans-serif;
  --container: 1152px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--text); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 128px)); margin-inline: auto; }
.container--narrow { max-width: 920px; }
.container--wide { max-width: 1000px; }
.page { display: none; }
.page.is-active { display: block; }
.skip-link { position: fixed; top: -90px; left: 16px; z-index: 1000; padding: 12px 18px; background: var(--gold); color: var(--navy); font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 100; height: 80px; background: rgba(251, 249, 244, .97); box-shadow: 0 1px 2px rgba(0, 0, 0, .05); }
.header-inner { width: calc(100% - 64px); height: 100%; margin: auto; display: grid; grid-template-columns: 230px 1fr 230px; align-items: center; gap: 32px; }
.brand { display: inline-flex; justify-self: start; }
.brand img { width: auto; height: 40px; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 32px; }
.nav-link { padding: 4px 0; border-bottom: 2px solid transparent; color: rgba(27, 28, 25, .7); font-size: 16px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.nav-link.is-active { border-bottom-color: var(--gold); color: var(--blue); font-weight: 700; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.menu-toggle { display: none; width: 36px; height: 38px; padding: 6px; border: 0; background: transparent; color: var(--blue); cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 15px 30px; border: 1px solid transparent; border-radius: 0; font-weight: 600; line-height: 1.25; text-align: center; text-decoration: none; cursor: pointer; }
.button--nav { min-height: 44px; padding: 12px 28px; border-radius: 6px; background: var(--blue); color: var(--white); font-size: 15px; font-weight: 700; white-space: nowrap; }
.button--gold { background: var(--gold); color: var(--navy); }
.button--blue { background: var(--blue); color: var(--white); }
.button--outline { border-color: rgba(251, 249, 244, .5); color: var(--cream); background: transparent; }
.button--hero { min-width: 218px; min-height: 60px; padding: 18px 44px; font-size: 17px; }
.button-row { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

.hero { background: linear-gradient(180deg, var(--navy-2) 0%, var(--navy-3) 100%); color: var(--cream); text-align: center; }
.hero-inner { width: min(100% - 96px, 920px); margin-inline: auto; }
.hero--home { padding: 110px 0 96px; }
.hero--page { padding: 96px 0 88px; }
.hero--contact { padding: 88px 0 72px; }
.hero h1 { margin: 0 auto 26px; color: var(--cream); font: 600 62px/1.12 var(--serif); }
.hero--home h1 { font-size: 66px; }
.about-hero h1 { max-width: 880px; font-size: 56px; line-height: 1.14; }
.hero--contact h1 { font-size: 58px; line-height: 1.14; }
.hero h1 em { color: var(--gold); font-style: italic; font-weight: 600; }
.hero-lead { max-width: 640px; margin: 0 auto 38px; color: rgba(251, 249, 244, .82); font-size: 19px; line-height: 1.65; }
.hero--home .hero-lead { max-width: 620px; margin-bottom: 40px; font-size: 20px; line-height: 1.6; }
.hero-note { margin: 32px 0 36px; color: rgba(251, 249, 244, .7); font-size: 14px; font-weight: 500; }
.hero-warning { max-width: 720px; margin: 0 auto; padding-top: 18px; border-top: 1px solid rgba(211, 183, 145, .25); color: rgba(251, 249, 244, .55); font-size: 12px; line-height: 1.7; }
.eyebrow { margin: 0 0 12px; color: var(--brown); font-size: 13px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--gold { color: var(--gold); }
.hero > .hero-inner > .eyebrow { margin-bottom: 26px; letter-spacing: .22em; }
.expert-badge { display: inline-flex; flex-direction: column; max-width: 380px; margin-top: 44px; padding: 20px 26px; border: 1px solid rgba(211, 183, 145, .3); background: rgba(251, 249, 244, .06); text-align: left; }
.expert-badge strong { margin-bottom: 6px; color: var(--gold); font-size: 15px; letter-spacing: .04em; }
.expert-badge span { color: rgba(251, 249, 244, .75); font-size: 14px; line-height: 1.6; }
.about-hero .button { margin-bottom: 40px; padding: 18px 44px; }
.about-hero blockquote { display: block; max-width: 440px; margin: 0 auto; padding: 22px 28px; border: 1px solid rgba(211, 183, 145, .3); background: rgba(251, 249, 244, .06); text-align: left; }
.about-hero blockquote p { margin: 0 0 8px; color: var(--cream); font: italic 500 19px/1.5 var(--serif); }
.about-hero blockquote cite { color: var(--gold); font-size: 13px; font-style: normal; letter-spacing: .08em; }

.section { padding: 96px 0; }
.section--cream { background: var(--cream); }
.section--soft { background: var(--soft); }
.section h2, .final-cta h2, .form-card h2, .legal-content h2 { margin: 0; color: var(--navy); font: 600 44px/1.1 var(--serif); }
.section-heading { margin-bottom: 56px; }
.section-heading--center { text-align: center; }
.section-heading--center > p:not(.eyebrow), .section-intro { max-width: 640px; margin: 14px auto 0; font-size: 18px; line-height: 1.6; }
.center-title { margin-bottom: 48px !important; text-align: center; }
.card-grid { display: grid; gap: 24px; }
.card-grid--3 { grid-template-columns: repeat(3, 1fr); }
.card-grid--4 { grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card, .guarantee-card { min-height: 100%; padding: 32px 28px; border: 1px solid var(--border); background: var(--white); }
.card h3, .guarantee-card h3, .steps-list h3, .glossary-grid h3, .feature-list h3 { margin: 0 0 10px; color: var(--navy); font: 700 24px/1.12 var(--serif); }
.card p, .guarantee-card p, .glossary-grid p, .feature-list p { margin: 0; font-size: 15px; line-height: 1.65; }
.diamond { display: block; width: 12px; height: 12px; margin: 4px 0 22px; background: var(--gold); transform: rotate(45deg); }
.wide-art { width: 100%; object-fit: cover; border: 1px solid var(--border); background: var(--white); }
.wide-art--facades { height: 200px; margin-top: 24px; }

.steps-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.steps-copy .section-intro { margin: 14px 0 36px; }
.steps-list { display: grid; gap: 28px; margin: 0; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; }
.steps-list li > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--gold-dark); color: var(--gold-dark); font: 700 18px/1 var(--serif); }
.steps-list h3 { margin-bottom: 5px; font-size: 22px; }
.steps-list p { margin: 0; font-size: 15px; line-height: 1.65; }
.steps-art { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; align-items: end; }
.steps-art img { width: 100%; height: 350px; object-fit: cover; border: 1px solid rgba(112, 91, 58, .2); }
.steps-art img:last-child { height: 250px; }

.reviews { text-align: center; }
.reviews h2 { margin-bottom: 16px; }
.reviews .section-intro { margin-bottom: 28px; }
.reviews .button { padding: 16px 34px; }
.reviews-art { width: 100%; height: 180px; margin-top: 38px; object-fit: cover; border: 1px solid var(--border); }
.faq-section h2 { margin-bottom: 48px; text-align: center; }
.faq-list details { padding: 24px 0; border-top: 1px solid rgba(112, 91, 58, .25); }
.faq-list details:last-child { border-bottom: 1px solid rgba(112, 91, 58, .25); }
.faq-list summary { color: var(--navy); font-size: 17px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list p { margin: 8px 0 0; font-size: 15px; line-height: 1.65; }

.final-cta { padding: 80px 0; background: var(--navy-2); color: var(--cream); text-align: center; }
.final-cta h2 { max-width: 760px; margin-inline: auto; color: var(--cream); font-size: 42px; line-height: 1.15; }
.final-cta p { max-width: 640px; margin: 18px auto 34px; color: rgba(251, 249, 244, .75); font-size: 17px; line-height: 1.7; }

.assurance-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 56px; }
.assurance-heading > div:first-child { max-width: 560px; }
.assurance-heading p { margin: 14px 0 0; font-size: 18px; line-height: 1.6; }
.saving-stat { flex-shrink: 0; text-align: right; }
.saving-stat strong { display: block; color: var(--gold-dark); font: 700 64px/1 var(--serif); }
.saving-stat span { font-size: 14px; line-height: 1.5; }
.lemoine-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: center; }
.lemoine-copy { grid-column: 2; }
.lemoine-copy > p { margin: 20px 0 28px; font-size: 17px; line-height: 1.7; }
.lemoine-copy > p strong { color: var(--blue); }
.timeline-card { grid-column: 1; grid-row: 1; padding: 44px 40px; background: var(--navy-2); box-shadow: 0 20px 44px rgba(7, 22, 55, .22); color: var(--cream); }
.timeline-card h3 { margin: 0 0 30px; color: var(--cream); font: 600 28px/1.2 var(--serif); }
.timeline-card ol { display: grid; gap: 26px; margin: 0; padding: 0; list-style: none; }
.timeline-card li { display: grid; grid-template-columns: 34px 1fr; gap: 18px; }
.timeline-card li > span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--gold); color: var(--gold); font: 700 18px/1 var(--serif); }
.timeline-card strong { display: block; margin-bottom: 4px; color: var(--cream); font-size: 16px; }
.timeline-card p { margin: 0; color: rgba(251, 249, 244, .7); font-size: 14.5px; line-height: 1.6; }
.check-list { display: grid; gap: 14px; margin: 0 0 32px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 12px; color: var(--blue); font-size: 16px; font-weight: 500; }
.check-list li > span { display: grid; place-items: center; width: 22px; height: 22px; flex: 0 0 22px; border-radius: 50%; background: var(--gold); color: var(--navy); font-size: 13px; font-weight: 700; }
.guarantee-card { padding: 30px 26px; border-top: 3px solid var(--gold); }
.guarantee-card h3 { font-size: 23px; }
.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 56px; padding: 36px 44px; background: var(--navy-2); color: var(--cream); }
.inline-cta strong { display: block; margin-bottom: 4px; font: 600 26px/1.2 var(--serif); }
.inline-cta span { color: rgba(251, 249, 244, .7); font-size: 15px; }
.glossary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 48px; }
.glossary-grid article { display: grid; grid-template-columns: 10px 1fr; gap: 18px; padding-top: 22px; border-top: 1px solid rgba(112, 91, 58, .25); }
.glossary-grid .diamond { width: 10px; height: 10px; margin-top: 6px; }
.glossary-grid h3 { font-family: var(--sans); font-size: 17px; }

.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.approach-grid > img { width: 100%; height: 420px; object-fit: cover; border: 1px solid rgba(112, 91, 58, .2); }
.approach-grid > div > p:not(.eyebrow) { margin: 20px 0 32px; font-size: 17px; line-height: 1.7; }
.feature-list { display: grid; gap: 24px; }
.feature-list article { display: grid; grid-template-columns: 34px 1fr; gap: 18px; }
.feature-icon { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--brown); }
.feature-icon::before { content: ""; width: 8px; height: 8px; border: 1px solid var(--brown); transform: rotate(45deg); }
.feature-list h3 { margin-bottom: 4px; font-family: var(--sans); font-size: 16.5px; }
.trust-strip { padding: 56px 0; background: var(--navy-2); text-align: center; }
.trust-strip .eyebrow { margin-bottom: 36px; }
.trust-strip .container > div { display: flex; justify-content: center; gap: 140px; }
.trust-strip article strong, .trust-strip article span { display: block; }
.trust-strip article strong { margin-bottom: 6px; color: var(--cream); font: 700 38px/1 var(--serif); }
.trust-strip article span { color: rgba(251, 249, 244, .6); font-size: 14px; }
.founder-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.founder-grid > div:first-child > p { margin: 0 0 18px; font-size: 16.5px; line-height: 1.75; }
.heading-line { display: block; width: 56px; height: 2px; margin-top: 18px; background: var(--gold); }
.quote-light { margin: 28px 0 0; padding: 10px 0 10px 26px; border-left: 3px solid var(--gold); color: var(--blue); font: italic 500 24px/1.55 var(--serif); }
.founder-art { display: grid; gap: 18px; }
.founder-art img { width: 100%; height: 280px; object-fit: cover; border: 1px solid rgba(112, 91, 58, .2); }
.founder-art img:last-child { width: 70%; height: 160px; justify-self: end; }

.contact-section { padding: 72px 0; background: var(--soft); }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: start; }
.form-card, .details-card { padding: 44px 40px; border: 1px solid var(--border); background: var(--white); }
.form-card h2 { font-size: 32px; }
.form-card > p { margin: 8px 0 32px; font-size: 15.5px; }
.form-card form { display: grid; gap: 20px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-card label { display: grid; gap: 7px; color: var(--blue); font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.form-card input, .form-card textarea { width: 100%; padding: 14px 16px; border: 1px solid rgba(112, 91, 58, .3); border-radius: 0; background: var(--cream); color: var(--navy); font-size: 15px; font-weight: 400; letter-spacing: normal; text-transform: none; }
.form-card input::placeholder, .form-card textarea::placeholder { color: var(--muted); opacity: 1; }
.form-card textarea { min-height: 126px; resize: vertical; line-height: 1.5; }
.button--submit { width: 100%; border: 0; font-size: 16px; }
.form-privacy { margin: 0; color: var(--muted); font-size: 12.5px; line-height: 1.6; }
.form-privacy a { color: var(--blue); }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { display: none; margin: 0; font-size: 13px; font-weight: 700; line-height: 1.5; }
.form-status.is-success { display: block; color: #25603c; }
.form-status.is-error { display: block; color: #9b2e2e; }
.contact-aside { display: grid; gap: 28px; }
.callback-card { padding: 36px 32px; background: var(--navy-2); color: var(--cream); }
.callback-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 20px; border: 1px solid rgba(211, 183, 145, .4); }
.callback-icon::before { content: ""; width: 12px; height: 12px; border: 1px solid var(--gold); transform: rotate(45deg); }
.callback-card h3, .details-card h3 { margin: 0 0 10px; font: 600 24px/1.2 var(--serif); }
.callback-card p { margin: 0; color: rgba(251, 249, 244, .75); font-size: 14.5px; line-height: 1.65; }
.details-card { padding: 36px 32px; }
.details-card h3 { margin-bottom: 24px; color: var(--navy); }
.details-card dl { display: grid; gap: 22px; margin: 0; }
.details-card dl > div { padding-left: 56px; position: relative; }
.details-card dl > div::before { content: "◇"; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(112, 91, 58, .3); color: var(--brown); }
.details-card dt { margin-bottom: 3px; color: var(--brown); font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.details-card dd { margin: 0; color: var(--navy); font-size: 16.5px; font-weight: 600; line-height: 1.45; }
.details-card a { text-decoration: none; }
.contact-art { width: 100%; height: 170px; object-fit: cover; border: 1px solid var(--border); }

.legal-hero { padding: 72px 0 62px; background: linear-gradient(180deg, var(--navy-2), var(--navy-3)); color: var(--cream); text-align: center; }
.legal-hero h1 { margin: 0 0 10px; color: var(--cream); font: 600 58px/1.1 var(--serif); }
.legal-hero p:last-child { margin: 0; color: rgba(251, 249, 244, .58); font-size: 13px; }
.legal-content { padding: 74px 0 92px; background: var(--soft); }
.legal-wrap { max-width: 900px; }
.legal-wrap article { padding: 35px 38px; border: 1px solid var(--border); background: var(--white); }
.legal-wrap article + article { margin-top: 20px; }
.legal-content h2 { margin-bottom: 16px; font-size: 32px; }
.legal-content p, .legal-content li { font-size: 14px; line-height: 1.75; }
.legal-content a { color: var(--blue); }
.legal-card { margin-top: 18px; padding: 22px 24px; border-left: 3px solid var(--gold); background: var(--cream); }
.legal-card dl { display: grid; grid-template-columns: 190px 1fr; gap: 10px 20px; margin: 0; }
.legal-card dt { color: var(--brown); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.legal-card dd { margin: 0; color: var(--navy); font-size: 13px; line-height: 1.55; }

.site-footer { padding: 64px 0 0; background: var(--navy); color: rgba(251, 249, 244, .7); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; }
.footer-brand img { width: auto; height: 52px; margin-bottom: 18px; padding: 8px 12px; border-radius: 6px; background: var(--cream); }
.footer-brand p, .footer-grid > div > p { margin: 0; font-size: 14px; line-height: 1.65; }
.footer-brand p { max-width: 300px; margin-bottom: 18px; }
.footer-grid h2 { margin: 0 0 16px; color: var(--gold); font: 700 13px/1.2 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { display: block; margin-bottom: 10px; font-size: 15px; text-decoration: none; }
.footer-phone { margin: 6px 0 !important; color: var(--gold); font: 700 26px/1.2 var(--serif) !important; }
.social-links { display: flex; gap: 14px; }
.social-links span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(251, 249, 244, .3); }
.social-links svg { width: 16px; height: 16px; fill: none; stroke: var(--gold); stroke-width: 2; }
.social-links span:last-child svg { fill: var(--gold); stroke: none; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0; border-top: 1px solid rgba(251, 249, 244, .15); color: rgba(251, 249, 244, .55); font-size: 13px; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-bottom a { text-decoration: none; }

@media (max-width: 1080px) {
  .header-inner { grid-template-columns: 200px 1fr 200px; gap: 20px; }
  .site-nav { gap: 18px; }
  .nav-link { font-size: 14px; }
  .button--nav { padding-inline: 18px; font-size: 14px; }
  .card-grid--4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .container { width: calc(100% - 48px); }
  .site-header { height: 64px; }
  .header-inner { width: calc(100% - 40px); grid-template-columns: 1fr auto; gap: 14px; }
  .brand img { height: 30px; }
  .header-actions { gap: 8px; }
  .button--nav { min-height: 38px; padding: 9px 14px; font-size: 13px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 64px 0 auto 0; z-index: 99; display: none; padding: 10px 24px 22px; background: var(--cream); border-bottom: 1px solid var(--border); box-shadow: 0 20px 30px rgba(7, 22, 55, .12); }
  .site-nav.is-open { display: grid; }
  .nav-link { padding: 14px 0; border-bottom: 1px solid rgba(112, 91, 58, .15); font-size: 15px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-inner { width: calc(100% - 48px); }
  .hero--home { padding: 60px 0 56px; }
  .hero--page { padding: 56px 0 48px; }
  .hero--contact { padding: 52px 0 44px; }
  .hero h1, .hero--home h1 { margin-bottom: 18px; font-size: 38px; line-height: 1.16; }
  .about-hero h1 { font-size: 33px; line-height: 1.18; }
  .hero--contact h1 { font-size: 34px; line-height: 1.16; }
  .hero-lead, .hero--home .hero-lead { margin-bottom: 28px; font-size: 15.5px; line-height: 1.6; }
  .hero--contact .hero-lead { margin-bottom: 0; }
  .button-row { flex-direction: column; }
  .button-row .button { width: 100%; }
  .button--hero { width: 100%; min-width: 0; min-height: 54px; padding: 16px 0; font-size: 16px; }
  .hero-note { margin: 20px 0 24px; font-size: 13px; }
  .hero-warning { padding-top: 16px; font-size: 11.5px; line-height: 1.65; text-align: left; }
  .hero > .hero-inner > .eyebrow { margin-bottom: 18px; font-size: 11px; letter-spacing: .2em; }
  .expert-badge { width: 100%; max-width: none; margin-top: 24px; padding: 16px 18px; }
  .expert-badge strong { font-size: 14px; }
  .expert-badge span { font-size: 13px; line-height: 1.55; }
  .about-hero .button { width: 100%; margin-bottom: 20px; padding: 15px 0; }
  .about-hero blockquote { max-width: none; padding: 18px 20px; }
  .about-hero blockquote p { font-size: 17px; }
  .about-hero blockquote cite { font-size: 12px; }
  .section { padding: 56px 0; }
  .section h2, .final-cta h2 { font-size: 30px; line-height: 1.15; }
  .section-heading { margin-bottom: 28px; }
  .section-heading--center > p:not(.eyebrow), .section-intro { margin-top: 10px; font-size: 15.5px; line-height: 1.6; }
  .card-grid--3, .card-grid--4 { grid-template-columns: 1fr; gap: 16px; }
  .card, .guarantee-card { padding: 24px 22px; }
  .card h3, .guarantee-card h3 { margin-bottom: 8px; font-size: 21px; }
  .card p, .guarantee-card p { font-size: 14.5px; line-height: 1.6; }
  .diamond { width: 10px; height: 10px; margin: 2px 0 16px; }
  .wide-art--facades { height: 120px; margin-top: 16px; }
  .steps-layout, .approach-grid, .founder-grid, .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .steps-copy .section-intro { margin: 10px 0 28px; }
  .steps-list { gap: 22px; }
  .steps-list li { grid-template-columns: 38px 1fr; gap: 16px; }
  .steps-list li > span { width: 38px; height: 38px; font-size: 17px; }
  .steps-list h3 { font-size: 20px; }
  .steps-list p { font-size: 14.5px; line-height: 1.6; }
  .steps-art { display: block; }
  .steps-art img { height: 190px; }
  .steps-art img:last-child { display: none; }
  .reviews .section-intro { margin-bottom: 24px; }
  .reviews .button { width: 100%; padding: 16px 0; }
  .reviews-art { height: 110px; margin-top: 28px; }
  .faq-section h2 { margin-bottom: 28px; }
  .faq-list details { padding: 20px 0; }
  .faq-list summary { font-size: 16px; }
  .faq-list p { margin-top: 6px; font-size: 14.5px; line-height: 1.6; }
  .final-cta { padding: 56px 0; }
  .final-cta p { margin: 14px auto 26px; font-size: 15.5px; line-height: 1.65; }
  .final-cta .button:not(.button-row .button) { width: 100%; }
  .assurance-heading { display: block; margin-bottom: 32px; }
  .assurance-heading p { font-size: 15.5px; line-height: 1.6; }
  .saving-stat { margin-top: 22px; padding-left: 18px; border-left: 3px solid var(--gold); text-align: left; }
  .saving-stat strong { font-size: 44px; }
  .saving-stat span { font-size: 13.5px; }
  .lemoine-grid { display: flex; flex-direction: column; gap: 32px; }
  .lemoine-copy { order: 1; }
  .timeline-card { order: 2; width: 100%; padding: 28px 24px; }
  .lemoine-copy > p { margin: 16px 0 22px; font-size: 15px; line-height: 1.65; }
  .check-list { margin-bottom: 26px; gap: 12px; }
  .check-list li { font-size: 14.5px; }
  .lemoine-copy .button { width: 100%; }
  .timeline-card h3 { margin-bottom: 22px; font-size: 23px; }
  .timeline-card ol { gap: 20px; }
  .timeline-card li { grid-template-columns: 30px 1fr; gap: 14px; }
  .timeline-card li > span { width: 30px; height: 30px; font-size: 16px; }
  .timeline-card strong { font-size: 15px; }
  .timeline-card p { font-size: 13.5px; line-height: 1.55; }
  .guarantee-card { border-top-width: 3px; padding: 22px 20px; }
  .inline-cta { display: block; margin-top: 32px; padding: 26px 22px; text-align: center; }
  .inline-cta strong { font-size: 22px; }
  .inline-cta span { display: block; margin: 6px 0 18px; font-size: 14px; }
  .inline-cta .button { width: 100%; }
  .center-title { margin-bottom: 28px !important; }
  .glossary-grid { grid-template-columns: 1fr; gap: 20px; }
  .glossary-grid article { display: block; padding-top: 16px; }
  .glossary-grid .diamond { display: none; }
  .glossary-grid h3 { font-size: 16px; }
  .glossary-grid p { font-size: 14.5px; line-height: 1.6; }
  .approach-grid > img { grid-row: 2; height: 180px; }
  .approach-grid > div { grid-row: 1; }
  .approach-grid > div > p:not(.eyebrow) { margin: 16px 0 24px; font-size: 15px; line-height: 1.65; }
  .feature-list { gap: 18px; }
  .feature-list article { grid-template-columns: 30px 1fr; gap: 14px; }
  .feature-icon { width: 30px; height: 30px; }
  .feature-list h3 { font-size: 15px; }
  .feature-list p { font-size: 14px; line-height: 1.55; }
  .trust-strip { padding: 44px 0; }
  .trust-strip .eyebrow { margin-bottom: 26px; font-size: 12px; }
  .trust-strip .container > div { gap: 26px; }
  .trust-strip article { flex: 1; }
  .trust-strip article strong { font-size: 29px; }
  .trust-strip article span { font-size: 13px; }
  .founder-grid .section-heading { text-align: center; }
  .heading-line { width: 48px; margin-inline: auto; }
  .founder-grid > div:first-child > p { font-size: 15px; line-height: 1.7; }
  .quote-light { margin: 22px 0; padding: 4px 0 4px 18px; font-size: 18px; line-height: 1.5; }
  .founder-art img { height: 200px; }
  .founder-art img:last-child { display: none; }
  .contact-section { padding: 40px 0 48px; }
  .contact-grid { gap: 20px; }
  .form-card { padding: 28px 22px; }
  .form-card h2 { font-size: 25px; }
  .form-card > p { margin: 6px 0 22px; font-size: 14.5px; }
  .form-card form { gap: 16px; }
  .field-row { grid-template-columns: 1fr; gap: 16px; }
  .form-card label { gap: 6px; font-size: 12px; }
  .form-card input, .form-card textarea { padding: 14px; }
  .form-privacy { font-size: 12px; }
  .callback-card { padding: 26px 22px; }
  .callback-icon { display: none; }
  .callback-card h3, .details-card h3 { font-size: 21px; }
  .callback-card p { font-size: 14px; line-height: 1.6; }
  .details-card { padding: 26px 22px; }
  .details-card h3 { margin-bottom: 18px; }
  .details-card dl { gap: 16px; }
  .details-card dl > div { padding-left: 0; }
  .details-card dl > div::before { display: none; }
  .details-card dt { font-size: 12px; }
  .details-card dd { font-size: 16px; }
  .contact-art { height: 130px; }
  .legal-hero { padding: 55px 0 48px; }
  .legal-hero h1 { font-size: 42px; }
  .legal-content { padding: 42px 0 60px; }
  .legal-wrap article { padding: 27px 22px; }
  .legal-card { padding: 19px; }
  .legal-card dl { grid-template-columns: 1fr; gap: 4px; }
  .legal-card dd + dt { margin-top: 10px; }
  .site-footer { padding-top: 44px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; padding-bottom: 36px; }
  .footer-brand img { height: 44px; margin-bottom: 14px; padding: 7px 10px; }
  .footer-brand p, .footer-grid > div > p { font-size: 14px; line-height: 1.6; }
  .footer-grid h2 { margin-bottom: 12px; font-size: 12px; }
  .footer-grid a { margin-bottom: 8px; font-size: 14px; }
  .footer-phone { font-size: 24px !important; }
  .social-links { gap: 12px; }
  .social-links span { width: 32px; height: 32px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding: 20px 0; font-size: 12.5px; line-height: 1.7; }
  .footer-bottom nav { gap: 8px 16px; }
}

@media (max-width: 390px) {
  .header-inner { width: calc(100% - 40px); }
  .button--nav { padding-inline: 12px; }
}

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