:root {
  --ink: #223453;
  --muted: #5d6879;
  --primary: #233e79;
  --primary-dark: #192f60;
  --peach: #ffdac2;
  --peach-light: #fff2e8;
  --sky: #edf3fb;
  --canvas: #fffdfa;
  --white: #fff;
  --line: #d9e0e9;
  --error: #a32727;
  --radius: 18px;
  --space: clamp(1.25rem, 4vw, 4rem);
  --section-space: clamp(4rem, 7vw, 6.8rem);
  --content: 1280px;
  --shadow: 0 12px 36px #20365a08;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 1.5rem; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
p, h1, h2, h3, figure { margin: 0; }
p { color: var(--muted); }
h1, h2, h3 { line-height: 1.12; font-weight: 600; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 4.9vw, 4.5rem); }
h2 { font-size: clamp(2.2rem, 3.4vw, 3.05rem); }
h3 { font-size: 1.35rem; }
em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: var(--primary); }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 5px; }
button, input, select, textarea { font: inherit; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .6; }
img { display: block; width: 100%; max-width: 100%; object-fit: cover; }
svg { flex-shrink: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #a94e19; outline-offset: 5px; }
.container { width: calc(100% - var(--space) * 2); max-width: var(--content); margin-inline: auto; }
.section { padding-block: var(--section-space); }
.eyebrow { color: var(--primary); font-size: .75rem; font-weight: 650; letter-spacing: .115em; line-height: 1.5; margin-bottom: 1.2rem; text-transform: uppercase; }
.button { display: inline-flex; min-height: 52px; justify-content: center; align-items: center; gap: 1.5rem; padding: .85rem 1.45rem; border: 1px solid var(--primary); border-radius: 100px; background: var(--primary); color: var(--white); font-size: .9rem; font-weight: 600; transition: background .15s ease; }
.button:hover { text-decoration: none; background: var(--primary-dark); }
.button span { font-size: 1.2rem; line-height: 1; }
.button-small { min-height: 46px; padding: .6rem 1.15rem; }
.button-outline { background: transparent; color: var(--primary); }
.button-outline:hover { background: var(--sky); }
.button-peach { background: var(--peach); border-color: var(--peach); color: var(--primary-dark); }
.button-peach:hover { background: #ffe8d9; }
.text-link { display: inline-flex; align-items: center; gap: 1rem; min-height: 44px; color: var(--primary); font-size: .9rem; font-weight: 600; }
.skip-link { position: absolute; z-index: 20; top: 10px; left: 10px; background: var(--white); padding: 1rem; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.demo-banner { padding: .5rem 1rem; color: #475974; background: var(--sky); text-align: center; font-size: .75rem; line-height: 1.5; }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 100px; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .65rem; }
.brand:hover { text-decoration: none; }
.brand-symbol { width: 46px; height: 46px; color: var(--primary); }
.brand-copy { max-width: 155px; font-size: 1.05rem; font-weight: 650; letter-spacing: -.025em; line-height: 1.2; }
.primary-nav { display: flex; align-items: center; gap: 1.7rem; font-size: .88rem; font-weight: 550; }
.primary-nav > a:not(.button) { min-height: 44px; display: flex; align-items: center; }
.menu-toggle { display: none; min-height: 44px; border: 1px solid var(--line); border-radius: 30px; padding: .55rem .85rem; background: transparent; color: var(--primary); gap: .4rem; align-items: center; }
.menu-toggle svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.5; fill: none; }
.hero { position: relative; min-height: 620px; display: flex; align-items: center; padding: 2.2rem; }
.hero-photo { position: absolute; inset: 0; overflow: hidden; border-radius: 24px; background: #dae4eb; }
.hero-photo img { height: 100%; object-position: center; }
.hero-photo figcaption { position: absolute; right: 1rem; bottom: 1rem; padding: .25rem .65rem; border-radius: 20px; background: #fffffff0; color: #35445c; font-size: .65rem; }
.hero-copy { position: relative; width: 56%; max-width: 610px; padding: 2.4rem 2.3rem; background: var(--canvas); border-radius: var(--radius); box-shadow: var(--shadow); }
.hero .eyebrow { display: flex; align-items: center; gap: .35rem; flex-wrap: wrap; letter-spacing: .08em; font-size: .66rem; }
.location-pin { width: 8px; height: 8px; border: 2px solid var(--primary); border-radius: 100%; margin-right: .15rem; }
.hero-description { max-width: 470px; margin-top: 1.5rem; font-size: .95rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; margin-top: 1.75rem; flex-wrap: wrap; }
.hero-footnote { font-size: .75rem; margin-top: 1.5rem; }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 1.9rem; border-bottom: 1px solid var(--line); }
.benefits p { display: flex; align-items: center; justify-content: center; gap: .7rem; color: var(--ink); font-size: .85rem; }
.benefits p + p { border-left: 1px solid var(--line); }
.benefits svg { width: 24px; height: 24px; stroke: var(--primary); fill: none; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.scope-section { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.scope-photo img { height: 620px; border-radius: 120px 18px 18px 18px; }
.scope-photo figcaption { font-size: .7rem; color: var(--muted); margin-top: .7rem; }
.scope-copy > p:not(.eyebrow) { margin-top: 1.4rem; max-width: 500px; }
.room-list { margin: 2rem 0 1rem; }
.room-list > div { border-top: 1px solid var(--line); padding: 1.15rem 0; }
.room-list dt { font-weight: 600; font-size: 1rem; }
.room-list dt span { font-size: .72rem; color: var(--primary); margin-right: .75rem; font-weight: 400; }
.room-list dd { font-size: .9rem; color: var(--muted); margin: .35rem 0 0 2rem; }
.pricing-section { background: var(--sky); }
.section-heading { display: flex; gap: 3rem; justify-content: space-between; align-items: flex-end; margin-bottom: 2.8rem; }
.section-heading > p { max-width: 350px; font-size: .95rem; }
.packages { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.3rem; }
.package { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; background: var(--canvas); }
.package-kicker { color: var(--primary); font-size: .7rem; letter-spacing: .08em; margin-bottom: 1.8rem; }
.package h3 { font-size: 1.5rem; }
.package-description { font-size: .9rem; margin-top: .8rem; min-height: 4.3rem; }
.price { color: var(--primary); display: flex; align-items: baseline; flex-wrap: wrap; column-gap: .4rem; margin: 1.5rem 0; }
.price span { font-size: .8rem; }
.price span:first-child { width: 100%; }
.price strong { font-size: 3.1rem; letter-spacing: -.045em; font-weight: 550; line-height: 1.3; }
.feature-list { list-style: none; padding: 1.4rem 0 0; margin: 0 0 1.8rem; border-top: 1px solid var(--line); font-size: .9rem; flex: 1; }
.feature-list li { position: relative; padding-left: 1.3rem; margin-bottom: .8rem; }
.feature-list li:before { content: ""; position: absolute; left: 2px; top: .5rem; width: .3rem; height: .55rem; border: solid var(--primary); border-width: 0 1.5px 1.5px 0; transform: rotate(45deg); }
.package .button { justify-content: space-between; font-size: .85rem; }
.package-featured { color: var(--white); background: var(--primary); border-color: var(--primary); }
.package-featured .package-kicker, .package-featured .price { color: var(--peach); }
.package-featured .package-description { color: #e0e8f6; }
.package-featured .feature-list { border-color: #6b7fa5; }
.package-featured .feature-list li:before { border-color: var(--peach); }
.pricing-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 1.5rem; }
.pricing-notes p { font-size: .78rem; line-height: 1.7; }
.pricing-notes strong { color: var(--ink); font-weight: 600; }
.process-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 6rem; }
.steps { list-style: none; padding: 0; margin: 2.5rem 0 0; }
.steps li { display: flex; gap: 1.2rem; padding: 1.2rem 0; border-top: 1px solid var(--line); }
.step-number { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 36px; height: 36px; background: var(--peach-light); border-radius: 50%; font-size: .9rem; color: var(--primary); }
.steps h3 { font-size: 1.15rem; margin-top: .25rem; }
.steps p { font-size: .9rem; margin-top: .6rem; }
.process-photo { border-radius: var(--radius); overflow: hidden; background: var(--peach-light); }
.process-photo img { height: 480px; }
.process-photo figcaption { display: flex; flex-direction: column; padding: 1.4rem 1.5rem; }
.process-photo figcaption strong { font-size: 1rem; font-weight: 550; }
.process-photo figcaption span { font-size: .7rem; margin-top: .35rem; color: var(--muted); }
.service-area { display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 2.5rem; background: var(--peach-light); padding: 2.75rem; border-radius: var(--radius); }
.area-icon { width: 76px; height: 76px; background: var(--peach); border-radius: 50%; display: flex; justify-content: center; align-items: center; }
.area-icon svg { width: 38px; height: 38px; stroke: var(--primary); fill: none; stroke-width: 1.5; }
.service-area .eyebrow { font-size: .65rem; margin-bottom: .7rem; }
.service-area h2 { font-size: 2.1rem; }
.service-area p:not(.eyebrow) { font-size: .9rem; margin-top: .7rem; max-width: 520px; }
.service-area p.area-demo { font-size: .7rem; }
.service-area .button { white-space: nowrap; }
.faq-section { display: grid; grid-template-columns: .9fr 1.2fr; gap: 5rem; }
.faq-intro { font-size: 1rem; margin-top: 1.5rem; max-width: 300px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; list-style: none; cursor: pointer; min-height: 64px; padding: 1.3rem 2rem 1.3rem 0; font-size: .95rem; font-weight: 600; }
summary::-webkit-details-marker { display: none; }
summary:after { content: "+"; position: absolute; right: 0; top: 1rem; color: var(--primary); font-size: 1.6rem; font-weight: 400; }
details[open] summary:after { content: "−"; }
details p { font-size: .92rem; line-height: 1.8; padding: 0 1.5rem 1.5rem 0; }
.estimate-section { background: var(--sky); }
.estimate-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; align-items: start; }
.estimate-copy { padding-top: 1.5rem; }
.estimate-copy h2 { font-size: clamp(2.7rem, 4vw, 3.8rem); }
.estimate-copy > p:not(.eyebrow) { max-width: 340px; margin-top: 1.5rem; }
.estimate-aside { display: flex; gap: 1rem; align-items: center; margin-top: 2.4rem; padding-top: 1.8rem; border-top: 1px solid #c6d3e5; max-width: 340px; }
.estimate-aside > span { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: var(--peach); font-size: 1.5rem; }
.estimate-aside p { font-size: .9rem; }
.estimate-copy .privacy-note { font-size: .8rem; }
.form-panel { min-width: 0; border: 1px solid var(--line); padding: 2rem; border-radius: var(--radius); background: var(--canvas); box-shadow: var(--shadow); }
.form-notice { padding: 1rem; background: var(--peach-light); color: #75411f; font-size: .85rem; border-radius: 8px; margin-bottom: 1.5rem; }
.required-note { font-size: .78rem; margin-bottom: 1.2rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.field { min-width: 0; }
.field label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: .5rem; }
.optional { font-size: .78rem; color: var(--muted); font-weight: 400; }
input, select, textarea { width: 100%; min-width: 0; min-height: 48px; padding: .7rem .8rem; border: 1px solid #b8c3d2; background: var(--white); color: var(--ink); border-radius: 7px; font-size: 1rem; line-height: 1.4; }
input::placeholder, textarea::placeholder { color: #747d89; font-size: .88rem; }
textarea { resize: vertical; min-height: 120px; }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: var(--error); }
select:disabled { color: var(--muted); background: var(--sky); opacity: 1; }
.field-hint, .field-error { display: block; font-size: .75rem; line-height: 1.5; margin-top: .4rem; }
.field-hint { color: var(--muted); }
.field-error { color: var(--error); }
.field-error:empty { display: none; }
.full-width { grid-column: 1 / -1; }
.preview-button { width: 100%; justify-content: space-between; margin-top: 1.5rem; }
.form-fine-print { font-size: .75rem; margin-top: .8rem; text-align: center; }
.no-js-notice { margin-bottom: 1rem; color: var(--error); }
.preview-notice { margin-top: 1rem; color: var(--primary); font-size: .92rem; }
.preview-details { margin: 1.5rem 0; }
.preview-details div { padding: .7rem 0; border-bottom: 1px solid var(--line); }
.preview-details dt { font-size: .8rem; color: var(--muted); }
.preview-details dd { margin: .1rem 0 0; font-size: 1rem; overflow-wrap: anywhere; white-space: pre-wrap; }
.site-footer { background: var(--primary-dark); color: var(--white); padding-block: 3.5rem 1.6rem; }
.footer-top { display: flex; justify-content: space-between; gap: 2rem; padding-bottom: 3rem; }
.footer-brand { font-size: 1.3rem; font-weight: 600; }
.footer-top p { color: #d2dcee; font-size: .9rem; margin-top: .75rem; }
.footer-top nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: .2rem 2.5rem; font-size: .85rem; }
.footer-top nav a { display: flex; align-items: center; min-height: 44px; }
.back-top { align-self: flex-start; display: flex; align-items: center; gap: 1rem; min-height: 44px; font-size: .85rem; }
.footer-bottom { border-top: 1px solid #566b91; padding-top: 1.5rem; display: flex; justify-content: space-between; gap: 2rem; }
.footer-bottom p { color: #d2dcee; font-size: .73rem; }
.footer-bottom p:last-child { max-width: 420px; }
@media (max-width: 1100px) {
  .primary-nav { gap: 1rem; }
  .hero { min-height: 570px; padding: 1.5rem; }
  .hero-copy { width: 61%; padding: 2rem; }
  .hero h1 { font-size: 3.6rem; }
  .hero-actions { gap: 1rem; }
  .hero-actions .button { padding-inline: 1.2rem; }
  .scope-section, .process-section, .estimate-grid { gap: 3rem; }
  .scope-photo img { height: 610px; }
  .package { padding: 1.5rem; }
  .package h3 { font-size: 1.35rem; }
  .service-area { grid-template-columns: 70px 1fr; gap: 2rem; }
  .service-area > .button { grid-column: 2; justify-self: start; }
}
@media (max-width: 800px) {
  .header-inner { flex-wrap: wrap; gap: 0; min-height: 86px; padding-block: 1rem; }
  .js-enabled .menu-toggle { display: inline-flex; }
  .primary-nav { width: 100%; flex-wrap: wrap; padding-top: 1rem; gap: .5rem 1.5rem; }
  .js-enabled .primary-nav { display: none; }
  .js-enabled .primary-nav.is-open { display: flex; }
  .primary-nav .button { margin-left: auto; }
  .hero { min-height: 0; display: flex; flex-direction: column; padding: 0; gap: 0; }
  .hero-copy { width: 100%; max-width: none; padding: 2.5rem 2rem; background: var(--sky); border-radius: 20px 20px 0 0; order: -1; box-shadow: none; }
  .hero-photo { width: 100%; height: 380px; position: relative; border-radius: 0 0 20px 20px; }
  .hero-description { max-width: 520px; }
  .hero-footnote { margin-top: 1.2rem; }
  .benefits { gap: .65rem; }
  .benefits p { font-size: .75rem; gap: .5rem; }
  .benefits svg { width: 21px; height: 21px; }
  .scope-section { gap: 2rem; grid-template-columns: 1fr 1.1fr; }
  .scope-photo img { height: 600px; border-top-left-radius: 80px; }
  .scope-copy h2 { font-size: 2.3rem; }
  .room-list dd { margin-left: 0; }
  .section-heading { display: block; }
  .section-heading > p { max-width: none; margin-top: 1rem; }
  .packages { gap: .8rem; }
  .package { padding: 1.2rem; }
  .package-kicker { font-size: .62rem; min-height: 2rem; margin-bottom: 1.1rem; }
  .package h3 { font-size: 1.2rem; min-height: 2.7rem; }
  .package-description { font-size: .85rem; min-height: 6rem; }
  .feature-list { font-size: .85rem; }
  .package .button { padding-inline: .9rem; gap: .5rem; font-size: .78rem; }
  .pricing-notes { gap: 1rem; }
  .process-section { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .process-photo img { height: 500px; }
  .steps li { gap: .85rem; }
  .steps h3 { font-size: 1.05rem; }
  .faq-section { grid-template-columns: .8fr 1.2fr; gap: 2rem; }
  .estimate-grid { grid-template-columns: 1fr; gap: 2rem; }
  .estimate-copy { padding: 0; }
  .estimate-copy > p:not(.eyebrow) { max-width: 530px; }
  .estimate-aside { display: none; }
  .form-panel { max-width: 700px; }
  .footer-top { flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; gap: .75rem; }
}
@media (max-width: 600px) {
  :root { --space: 1.25rem; --section-space: 3.8rem; }
  .demo-banner { font-size: .68rem; }
  .brand-symbol { width: 38px; height: 38px; }
  .brand-copy { font-size: .97rem; max-width: 140px; }
  .primary-nav { flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav > a { padding: .7rem .3rem; }
  .primary-nav .button { margin: .5rem 0 0; }
  .hero-copy { padding: 2rem 1.3rem; }
  .hero h1 { font-size: clamp(2.65rem, 10.8vw, 3.85rem); }
  .hero .eyebrow { font-size: .62rem; letter-spacing: .065em; }
  .hero-description { font-size: .93rem; }
  .hero-actions { gap: .8rem; }
  .hero-actions .button { font-size: .8rem; padding-inline: 1rem; gap: .9rem; }
  .hero-actions .text-link { font-size: .8rem; gap: .5rem; }
  .hero-footnote { font-size: .72rem; }
  .hero-photo { height: 270px; }
  .hero-photo figcaption { font-size: .6rem; right: .7rem; bottom: .7rem; }
  .benefits { grid-template-columns: 1fr; gap: 1rem; padding-block: 1.7rem; }
  .benefits p { justify-content: flex-start; font-size: .83rem; }
  .benefits p + p { border: 0; }
  .benefits svg { width: 24px; height: 24px; }
  .scope-section { grid-template-columns: 1fr; gap: 2.3rem; }
  .scope-copy { order: -1; }
  .scope-copy > p:not(.eyebrow) { font-size: .96rem; }
  h2, .scope-copy h2 { font-size: 2.25rem; }
  .eyebrow { font-size: .67rem; }
  .scope-photo img { height: 330px; border-radius: 70px 16px 16px 16px; }
  .scope-photo figcaption { font-size: .68rem; }
  .section-heading { margin-bottom: 2rem; }
  .packages { grid-template-columns: 1fr; gap: 1.2rem; }
  .package { padding: 1.6rem; }
  .package-kicker { min-height: 0; font-size: .7rem; margin-bottom: 1.5rem; }
  .package h3 { min-height: 0; font-size: 1.55rem; }
  .package-description { min-height: 0; font-size: .9rem; }
  .price strong { font-size: 3rem; }
  .feature-list { font-size: .91rem; }
  .package .button { font-size: .85rem; padding-inline: 1.25rem; }
  .pricing-notes { grid-template-columns: 1fr; gap: .8rem; }
  .pricing-notes p { font-size: .76rem; }
  .process-section { grid-template-columns: 1fr; gap: 2rem; }
  .steps h3 { font-size: 1.12rem; }
  .steps p { font-size: .93rem; }
  .process-photo img { height: 340px; }
  .process-photo figcaption { padding: 1.2rem; }
  .service-area { grid-template-columns: 1fr; padding: 1.6rem; gap: 1.5rem; }
  .area-icon { width: 60px; height: 60px; }
  .area-icon svg { width: 32px; height: 32px; }
  .service-area > .button { grid-column: auto; }
  .service-area .eyebrow { font-size: .63rem; }
  .faq-section { grid-template-columns: 1fr; gap: 2rem; }
  .faq-intro { margin-top: 1rem; max-width: none; }
  summary { font-size: .94rem; }
  details p { font-size: .9rem; }
  .estimate-copy h2 { font-size: 2.9rem; }
  .form-panel { padding: 1.25rem; }
  .form-notice { font-size: .8rem; padding: .85rem; }
  .form-grid { grid-template-columns: 1fr; gap: 1.1rem; }
  .footer-top { flex-direction: column; gap: 1.6rem; padding-bottom: 2rem; }
  .footer-top nav { max-width: 300px; }
  .site-footer { padding-top: 2.7rem; }
  .footer-brand { font-size: 1.2rem; }
  .footer-bottom p { font-size: .7rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation: none !important; transition: none !important; }
}
