:root {
  --navy: #061a33;
  --navy-2: #092846;
  --blue: #0564d9;
  --blue-light: #1678ee;
  --off-white: #f6f8fb;
  --line: #dfe5ec;
  --ink-muted: #526274;
  --font-head: Impact, "Arial Narrow", "Arial Black", sans-serif;
  --font-copy: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: white; color: var(--navy); font-family: var(--font-copy); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #63a9ff; outline-offset: 3px; }

.site-header {
  height: 98px;
  display: grid;
  grid-template-columns: 300px 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 0 5vw;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.site-logo { display: flex; align-items: center; gap: 9px; width: max-content; }
.mascot-crop {
  width: 72px;
  height: 78px;
  display: block;
  background: url('/assets/mascot.webp') no-repeat center / contain;
}
.wordmark { display: flex; flex-direction: column; font-family: var(--font-head); font-size: 33px; line-height: .79; letter-spacing: -.025em; }
.wordmark strong { color: var(--navy); }
.wordmark b { color: var(--blue); }

.site-header nav { display: flex; justify-content: center; gap: 34px; font-size: 15px; font-weight: 700; }
.site-header nav a { transition: color .2s; }
.site-header nav a:hover { color: var(--blue); }
.header-cta { background: var(--navy); color: white; padding: 15px 22px; font-weight: 700; border: 2px solid var(--navy); transition: .2s; }
.header-cta:hover { background: var(--blue); border-color: var(--blue); }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, .92fr);
  background: white;
  overflow: hidden;
}

.hero-copy { padding: 96px 6vw 72px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 34px; height: 3px; background: currentColor; }
.eyebrow.light { color: #63a9ff; }
h1, h2, h3 { margin: 0; }
h1, h2 { font-family: var(--font-head); font-weight: 700; text-transform: uppercase; letter-spacing: -.03em; line-height: .98; }
h1 { font-size: clamp(64px, 6.8vw, 108px); max-width: 760px; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 610px; margin: 30px 0; color: var(--ink-muted); font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-bottom: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 58px; padding: 0 24px; border: 0; font-weight: 800; cursor: pointer; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 12px 32px rgba(5,100,217,.22); transition: .2s; }
.button-primary:hover { background: var(--navy); transform: translateY(-2px); }
.button span { font-size: 23px; font-weight: 400; }
.text-link { font-weight: 800; border-bottom: 2px solid var(--navy); padding: 12px 0 7px; }
.text-link span { color: var(--blue); margin-left: 10px; }
.hero-note { display: flex; align-items: center; gap: 13px; color: var(--ink-muted); font-size: 14px; line-height: 1.35; }
.hero-note p { margin: 0; }
.hero-note strong { color: var(--navy); font-size: 15px; }
.check { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue); font-weight: 900; }

.hero-visual { position: relative; min-height: 720px; background: #e6e8e9; overflow: hidden; }
.hero-visual::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 11px; background: var(--blue); z-index: 2; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; display: block; }
.photo-label { position: absolute; left: 11px; bottom: 0; background: var(--navy); color: white; display: flex; align-items: center; gap: 18px; padding: 20px 26px; min-width: 300px; }
.photo-label span { color: #63a9ff; font-family: var(--font-head); font-size: 28px; }
.photo-label p { margin: 0; font-size: 13px; line-height: 1.25; text-transform: uppercase; letter-spacing: .06em; }
.photo-label strong { font-size: 18px; }

.promise-bar { background: var(--navy); color: white; display: grid; grid-template-columns: repeat(3, 1fr); padding: 32px 6vw; }
.promise-bar article { display: flex; align-items: center; gap: 18px; padding: 5px 32px; border-right: 1px solid rgba(255,255,255,.18); }
.promise-bar article:first-child { padding-left: 0; }
.promise-bar article:last-child { border-right: 0; }
.promise-bar article > span { color: #63a9ff; font-family: var(--font-head); font-size: 26px; }
.promise-bar strong { text-transform: uppercase; font-size: 15px; letter-spacing: .04em; }
.promise-bar p { margin: 3px 0 0; color: #aebed0; font-size: 14px; }

.section { padding: 110px 6vw; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; max-width: 1240px; margin: 0 auto 56px; }
.section-heading h2, .feature-copy h2, .why-title h2, .booking-intro h2 { font-size: clamp(48px, 5.2vw, 78px); }
.section-heading > p { color: var(--ink-muted); font-size: 18px; line-height: 1.6; margin: 0 0 5px; }
.section-heading.compact { grid-template-columns: 1fr; }

.service-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.service-card { min-height: 580px; padding: 42px; position: relative; overflow: hidden; }
.service-primary { background: var(--blue); color: white; }
.service-secondary { background: var(--off-white); border: 1px solid var(--line); }
.service-topline { display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.service-topline b { font-family: var(--font-head); font-size: 28px; font-weight: 600; opacity: .7; }
.service-icon { width: 76px; height: 62px; position: relative; margin: 72px 0 28px; }
.sofa-icon { border: 4px solid white; border-radius: 13px 13px 8px 8px; }
.sofa-icon::before { content: ""; position: absolute; left: 8px; right: 8px; bottom: 12px; height: 22px; border: 3px solid white; border-radius: 6px; }
.sofa-icon i { position: absolute; width: 5px; height: 10px; background: white; bottom: -10px; }
.sofa-icon i:first-child { left: 10px; } .sofa-icon i:last-child { right: 10px; }
.tool-icon::before { content: ""; position: absolute; width: 46px; height: 17px; border: 4px solid var(--blue); border-radius: 8px; transform: rotate(-45deg); left: 9px; top: 6px; }
.tool-icon::after { content: ""; position: absolute; width: 16px; height: 45px; border: 4px solid var(--blue); border-radius: 5px; transform: rotate(-45deg); left: 39px; top: 23px; }
.service-card h3 { font-family: var(--font-head); font-size: 49px; text-transform: uppercase; letter-spacing: -.02em; }
.service-card > p { max-width: 500px; font-size: 17px; line-height: 1.55; opacity: .8; }
.service-card ul { list-style: none; padding: 0; margin: 28px 0 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; }
.service-card li::before { content: "✓"; margin-right: 9px; font-weight: 900; }
.service-card a { position: absolute; left: 42px; bottom: 40px; display: flex; gap: 30px; font-weight: 800; border-bottom: 2px solid currentColor; padding-bottom: 6px; }
.service-card a span { font-size: 20px; }

.cleaning-feature { background: var(--navy); color: white; padding: 90px 8vw; display: grid; grid-template-columns: 1fr .45fr; align-items: center; gap: 80px; }
.feature-copy > p:not(.eyebrow) { color: #bccbdb; font-size: 18px; line-height: 1.65; max-width: 700px; }
.feature-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.feature-points span { border: 1px solid rgba(255,255,255,.23); padding: 10px 14px; font-size: 14px; }
.feature-stat { min-height: 330px; background: var(--blue); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.feature-stat > span { font-size: 12px; font-weight: 900; letter-spacing: .2em; }
.feature-stat strong { font-family: var(--font-head); font-size: 130px; line-height: .85; margin: 12px 0; }
.feature-stat p { margin: 0; font-weight: 700; line-height: 1.25; text-transform: uppercase; }

.process-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.process-grid article { padding: 38px 38px 22px 0; border-right: 1px solid var(--line); }
.process-grid article:not(:first-child) { padding-left: 38px; }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: var(--blue); font-family: var(--font-head); font-size: 27px; }
.process-grid h3 { margin: 46px 0 12px; font-family: var(--font-head); font-size: 29px; text-transform: uppercase; }
.process-grid p { color: var(--ink-muted); line-height: 1.55; }

.why { background: var(--blue); color: white; padding: 90px 8vw; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.why-title h2 em { color: var(--navy); }
.why-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.why-list article { background: white; color: var(--navy); min-height: 145px; padding: 25px; display: flex; gap: 17px; }
.why-list article > span { width: 30px; height: 30px; display: grid; place-items: center; background: var(--navy); color: white; flex: 0 0 auto; border-radius: 50%; }
.why-list h3 { text-transform: uppercase; font-size: 17px; margin: 3px 0 7px; }
.why-list p { color: var(--ink-muted); margin: 0; line-height: 1.35; font-size: 14px; }

.contact-strip { background: #eef4fb; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 1px; }
.contact-strip > div { min-height: 145px; padding: 36px 7vw; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.contact-strip > div:last-child { border-right: 0; }
.contact-strip span { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .14em; margin-bottom: 8px; }
.contact-strip a { font-family: var(--font-head); font-size: clamp(27px, 3vw, 42px); text-transform: uppercase; }
.contact-strip a:hover { color: var(--blue); }

.booking { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.booking-intro > p:not(.eyebrow) { color: var(--ink-muted); font-size: 18px; line-height: 1.6; }
.booking-tip { margin-top: 38px; border-left: 5px solid var(--blue); background: var(--off-white); padding: 17px 20px; display: flex; gap: 15px; }
.booking-tip b { color: var(--blue); }
.booking-form { background: var(--off-white); padding: 40px; border-top: 7px solid var(--blue); min-height: 570px; }
.booking-form fieldset { border: 0; padding: 0; margin: 0 0 27px; }
.booking-form legend, .booking-form label { display: block; color: var(--navy); font-weight: 800; font-size: 14px; }
.service-choice { display: flex; gap: 8px; margin-top: 10px; }
.service-choice button { flex: 1; min-height: 46px; padding: 8px; border: 1px solid #c9d2dd; background: white; color: var(--navy); cursor: pointer; font-size: 13px; font-weight: 700; }
.service-choice button.active { background: var(--navy); color: white; border-color: var(--navy); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.booking-form input, .booking-form textarea { display: block; width: 100%; border: 1px solid #cbd4de; background: white; margin: 8px 0 18px; padding: 14px 15px; outline: none; color: var(--navy); }
.booking-form input:focus, .booking-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(5,100,217,.1); }
.upload-field { border: 1px dashed #aeb9c5; min-height: 58px; padding: 0 16px; margin-bottom: 20px; display: flex !important; align-items: center; justify-content: space-between; cursor: pointer; }
.upload-field input { display: none; }
.upload-field span { color: var(--blue); }
.upload-field small { color: #7d8995; font-weight: 500; }
.consent-field { display: flex !important; align-items: flex-start; gap: 10px; margin: 0 0 20px; font-size: 12px !important; line-height: 1.45; color: #667384 !important; }
.consent-field input { width: 18px; height: 18px; margin: 1px 0 0; flex: 0 0 auto; }
.consent-field a { color: var(--blue); text-decoration: underline; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.submit-button { width: 100%; }
.form-note { min-height: 18px; text-align: center; color: #7b8794; font-size: 12px; }
.form-note.error { color: #b42318; font-weight: 700; }
.submit-button[disabled] { opacity: .65; cursor: wait; transform: none; }
.success-message { min-height: 470px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.success-message > span { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue); font-size: 30px; }
.success-message h3 { font-family: var(--font-head); text-transform: uppercase; font-size: 45px; margin-top: 24px; }
.success-message p { color: var(--ink-muted); }
.success-message button { border: 0; background: none; color: var(--blue); font-weight: 800; cursor: pointer; text-decoration: underline; }

footer { background: var(--navy); color: white; padding: 52px 6vw; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 30px; }
.footer-brand { font-family: var(--font-head); display: flex; flex-direction: column; font-size: 33px; line-height: .82; width: max-content; }
.footer-brand b { color: var(--blue-light); }
footer > p { color: #92a5b9; text-align: center; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; }
footer > div { display: flex; justify-content: flex-end; gap: 22px; color: #bac7d4; font-size: 14px; }
.mobile-cta { display: none; }

.privacy-page { background: var(--off-white); }
.privacy-page .site-header { grid-template-columns: 1fr auto; }
.privacy-content { max-width: 900px; margin: 0 auto; padding: 100px 28px 120px; }
.privacy-content > h1 { font-size: clamp(54px, 8vw, 92px); margin-bottom: 28px; }
.privacy-lead { max-width: 740px; color: var(--ink-muted); font-size: 21px; line-height: 1.6; margin-bottom: 60px; }
.privacy-content section { background: white; border-left: 5px solid var(--blue); padding: 28px 32px; margin: 14px 0; }
.privacy-content section h2 { font-family: var(--font-head); font-size: 28px; text-transform: uppercase; margin-bottom: 12px; }
.privacy-content section p { color: var(--ink-muted); line-height: 1.65; margin: 0; }
.privacy-content section a { color: var(--blue); text-decoration: underline; }
.privacy-updated { color: #7b8794; font-size: 13px; margin-top: 30px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 24px; }
  .site-header nav { display: none; }
  .wordmark { font-size: 30px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 72px 7vw 55px; }
  .hero-visual { min-height: 600px; }
  .promise-bar { padding: 28px 5vw; }
  .promise-bar article { padding: 5px 18px; }
  .section-heading, .booking, .why { grid-template-columns: 1fr; gap: 48px; }
  .cleaning-feature { grid-template-columns: 1fr .6fr; }
  .why-list { max-width: 720px; }
}

@media (max-width: 700px) {
  .site-header { height: 76px; padding: 0 16px; }
  .header-cta { display: none; }
  .mascot-crop { width: 60px; height: 66px; background-size: 340px auto; background-position: -7px -4px; }
  .wordmark { font-size: 27px; }
  .hero { min-height: auto; }
  .hero-copy { padding: 58px 22px 46px; }
  h1 { font-size: 57px; }
  .hero-lead { font-size: 17px; margin: 23px 0 27px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 8px; }
  .text-link { text-align: center; border: 0; }
  .hero-visual { min-height: 440px; }
  .hero-visual img { object-position: 63% center; }
  .promise-bar { grid-template-columns: 1fr; padding: 20px 22px; }
  .promise-bar article, .promise-bar article:first-child { padding: 17px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .promise-bar article:last-child { border-bottom: 0; }
  .section { padding: 80px 22px; }
  .section-heading { gap: 25px; margin-bottom: 38px; }
  .section-heading h2, .feature-copy h2, .why-title h2, .booking-intro h2 { font-size: 48px; }
  .section-heading > p { font-size: 16px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { padding: 30px; min-height: 610px; }
  .service-icon { margin-top: 52px; }
  .service-card h3 { font-size: 39px; }
  .service-card ul { grid-template-columns: 1fr; }
  .service-card a { left: 30px; bottom: 32px; }
  .cleaning-feature, .why { padding: 75px 22px; grid-template-columns: 1fr; gap: 45px; }
  .feature-stat { min-height: 270px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article:not(:first-child) { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid h3 { margin-top: 20px; }
  .why-list { grid-template-columns: 1fr; }
  .contact-strip { grid-template-columns: 1fr; }
  .contact-strip > div { min-height: 112px; padding: 27px 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-strip > div:last-child { border-bottom: 0; }
  .contact-strip a { font-size: 27px; }
  .booking { gap: 40px; }
  .booking-form { padding: 25px 18px; }
  .service-choice, .field-row { display: grid; grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: left; padding-bottom: 95px; }
  footer > p { text-align: left; }
  footer > div { justify-content: flex-start; flex-wrap: wrap; }
  .mobile-cta { display: flex; position: fixed; z-index: 30; left: 12px; right: 12px; bottom: 12px; height: 56px; background: var(--blue); color: white; align-items: center; justify-content: center; gap: 35px; font-weight: 800; box-shadow: 0 10px 32px rgba(6,26,51,.3); }
  .privacy-page .site-header { grid-template-columns: 1fr auto; }
  .privacy-page .header-cta { display: inline-flex; padding: 10px 13px; font-size: 13px; }
  .privacy-content { padding: 70px 18px 80px; }
  .privacy-content > h1 { font-size: 52px; }
  .privacy-lead { font-size: 17px; margin-bottom: 38px; }
  .privacy-content section { padding: 24px 20px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
