:root {
  --paper: #f5f1e8;
  --paper-light: #fbf9f4;
  --ink: #20201f;
  --muted: #68675f;
  --line: #d8d2c6;
  --sage: #66725f;
  --sage-light: #859081;
  --navy: #123c69;
  --sky: #2a73b8;
  --yellow: #f4b942;
  --white: #fff;
  --shadow: 0 30px 80px rgba(42, 39, 30, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  border-bottom: 1px solid rgba(32, 32, 31, 0.13);
  background: rgba(245, 241, 232, 0.9);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark {
  display: inline-flex;
  gap: 0.42em;
  align-items: center;
  border: 1px solid #a7a297;
  border-radius: 4px;
  padding: 0.36em 0.5em 0.31em;
  color: #38443b;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.23em;
  line-height: 1;
  text-decoration: none;
}
.wordmark-ready { color: var(--navy); }
.header-note { margin: 0; color: var(--muted); font-size: 14px; }

.intro { padding: 104px 0 70px; text-align: center; }
.eyebrow,
.promise > p {
  margin: 0 0 22px;
  color: var(--sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.intro h1 {
  margin: 0;
  font-size: clamp(3.5rem, 7.7vw, 7rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
  font-weight: 750;
}
.intro h1 em { color: var(--sage); font-family: Georgia, serif; font-weight: 500; }
.intro-copy {
  max-width: 650px;
  margin: 34px auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.6;
}

.services { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.service-window {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: var(--paper-light);
  box-shadow: 0 12px 35px rgba(42, 39, 30, 0.06);
  text-decoration: none;
  transform: translateY(0);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}
.service-window:hover,
.service-window:focus-visible { transform: translateY(-7px); box-shadow: var(--shadow); }
.clean-window:hover,
.clean-window:focus-visible { border-color: var(--sage-light); }
.ads-window:hover,
.ads-window:focus-visible { border-color: var(--sky); }
.service-window:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.window-bar {
  height: 49px;
  display: grid;
  grid-template-columns: 72px 1fr 72px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: #ede8de;
  color: #77736b;
  font-size: 11px;
  text-align: center;
}
.window-dots { display: flex; gap: 5px; padding-left: 18px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #c8c0b3; }
.window-bar svg { justify-self: end; width: 17px; margin-right: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.site-peek { height: 405px; overflow: hidden; }
.mini-nav { height: 55px; display: flex; align-items: center; justify-content: space-between; padding: 0 23px; font-size: 8px; }
.mini-links { color: #4f4f49; }
.mini-button { display: inline-flex; padding: 9px 14px; border-radius: 999px; font-weight: 750; white-space: nowrap; }
.mini-eyebrow { display: block; font-size: 7px; font-weight: 800; letter-spacing: 0.16em; }

.clean-peek { background: #f6f3ed; padding: 0 19px 19px; }
.clean-nav { margin: 0 -19px; }
.clean-logo { border: 1px solid #a9afa5; border-radius: 3px; padding: 5px 7px 4px; color: var(--sage); font-size: 9px; font-weight: 700; letter-spacing: 0.2em; }
.clean-button { background: var(--sage); color: white; }
.clean-hero { height: 316px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid #d9d4cb; border-radius: 18px; background: #fbfaf7; }
.clean-copy { padding: 51px 22px 28px; }
.clean-copy .mini-eyebrow { color: var(--sage); }
.clean-copy strong { display: block; margin-top: 17px; font-size: clamp(23px, 2.8vw, 34px); line-height: 0.98; letter-spacing: -0.05em; }
.clean-copy p { margin: 18px 0 21px; color: #625f58; font-size: 10px; line-height: 1.5; }
.clean-room { position: relative; overflow: hidden; background: linear-gradient(160deg, #e4e5e2, #cdd1cd); }
.picture { position: absolute; top: 46px; left: 50%; z-index: 2; width: 104px; height: 90px; transform: translateX(-50%); display: grid; place-items: center; border: 7px solid #f5f3ed; background: #eeece6; box-shadow: 0 4px 12px rgba(31, 33, 30, 0.12); color: var(--sage); font-size: 13px; font-weight: 700; letter-spacing: 0.13em; line-height: 1.05; text-align: center; }
.sofa { position: absolute; left: 12%; right: 7%; bottom: -10px; height: 97px; border-radius: 19px 19px 7px 7px; background: #dad8d1; box-shadow: 0 4px 16px rgba(47, 52, 47, 0.2); }
.sofa:before, .sofa:after { content: ""; position: absolute; top: -27px; width: 46%; height: 64px; border: 1px solid #c5c3bc; border-radius: 13px; background: #e7e5df; }
.sofa:before { left: 2%; } .sofa:after { right: 2%; }
.sofa i { position: absolute; z-index: 2; top: -29px; width: 43px; height: 43px; border-radius: 6px; background: #aebbb3; transform: rotate(-4deg); }
.sofa i:first-child { left: 16%; } .sofa i:nth-child(2) { right: 14%; transform: rotate(5deg); }
.plant { position: absolute; right: -8px; bottom: 78px; z-index: 3; width: 45px; height: 116px; border-right: 3px solid #76836b; transform: rotate(-8deg); }
.plant i { position: absolute; right: -5px; width: 31px; height: 17px; border-radius: 100% 10% 100% 10%; background: #758c65; }
.plant i:nth-child(1){top:3px}.plant i:nth-child(2){top:27px;right:10px;transform:scaleX(-1)}.plant i:nth-child(3){top:53px}.plant i:nth-child(4){top:78px;right:8px;transform:scaleX(-1)}

.ads-peek { background: #f8f6f0; }
.ads-strip { height: 26px; display: grid; place-items: center; background: var(--navy); color: white; font-size: 7px; }
.ads-nav { color: var(--navy); }
.ads-logo { font-size: 10px; font-weight: 800; }
.ads-button { border-radius: 7px; background: var(--yellow); color: var(--navy); }
.ads-hero { display: grid; grid-template-columns: 1fr 0.92fr; align-items: center; gap: 20px; padding: 38px 27px 34px; }
.ads-copy .mini-eyebrow { color: var(--sky); }
.ads-copy strong { display: block; margin-top: 15px; color: var(--navy); font-size: clamp(22px, 2.7vw, 32px); line-height: 1.03; letter-spacing: -0.045em; }
.ads-copy mark { border-radius: 5px; padding: 0 4px; background: var(--yellow); color: var(--navy); }
.ads-copy p { margin: 17px 0; color: #58616a; font-size: 10px; }
.leaflet { display: grid; gap: 8px; padding: 14px; border: 1px solid #d7dee8; border-radius: 15px; background: white; box-shadow: 0 8px 20px rgba(18, 60, 105, 0.08); }
.leaflet small { color: var(--sky); font-size: 6px; font-weight: 800; letter-spacing: 0.11em; }
.leaflet > span { padding: 10px 9px; border: 1px solid #d7dee8; border-radius: 6px; color: #68717a; font-size: 8px; }
.leaflet .featured { display: flex; justify-content: space-between; border-color: var(--yellow); background: var(--yellow); color: var(--navy); font-weight: 800; }

.service-caption { min-height: 205px; display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; padding: 30px; border-top: 1px solid var(--line); background: var(--paper-light); }
.service-caption p { margin: 0 0 9px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.service-caption h2 { margin: 0 0 10px; font-size: 35px; letter-spacing: -0.045em; }
.service-caption div > span { display: block; max-width: 360px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.visit-link { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 750; white-space: nowrap; }
.visit-link b { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; font-size: 17px; transition: transform 200ms ease; }
.clean-window .visit-link b { background: var(--sage); color: white; }
.ads-window .visit-link b { background: var(--yellow); color: var(--navy); }
.service-window:hover .visit-link b { transform: translate(3px, -3px); }

.promise { padding: 135px 0 145px; text-align: center; }
.promise > p { color: var(--muted); text-transform: uppercase; }
.promise h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 4.5rem); line-height: 1.03; letter-spacing: -0.055em; }
.promise > span { display: block; margin-top: 24px; color: var(--sage); font-family: Georgia, serif; font-size: 22px; font-style: italic; }

.site-footer { padding: 70px 0 25px; background: #39483d; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 0.65fr 1fr; gap: 70px; padding-bottom: 62px; }
.footer-wordmark { border-color: rgba(255,255,255,0.55); color: white; }
.footer-wordmark .wordmark-ready { color: #d7c980; }
.company-intro { max-width: 300px; margin: 22px 0 0; color: rgba(255,255,255,0.7); font-size: 14px; line-height: 1.6; }
.footer-title { margin: 0 0 20px; color: rgba(255,255,255,0.56); font-size: 10px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.site-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.site-footer nav .footer-title { margin-bottom: 7px; }
.site-footer nav a { color: white; font-size: 14px; text-decoration: none; }
.site-footer nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.site-footer address { color: rgba(255,255,255,0.72); font-size: 12px; font-style: normal; line-height: 1.75; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,0.17); color: rgba(255,255,255,0.52); font-size: 10px; }
.footer-bottom p { margin: 0; }

@media (max-width: 980px) {
  .services { grid-template-columns: 1fr; }
  .service-caption { min-height: 180px; }
  .site-peek { height: 440px; }
  .clean-hero { height: 350px; }
  .clean-copy strong, .ads-copy strong { font-size: 38px; }
  .mini-nav { font-size: 10px; }
  .mini-eyebrow { font-size: 8px; }
  .footer-grid { grid-template-columns: 1fr 0.6fr 1fr; gap: 35px; }
}

@media (max-width: 650px) {
  .shell { width: min(100% - 28px, 1240px); }
  .header-inner { min-height: 74px; }
  .header-note { display: none; }
  .intro { padding: 74px 0 52px; }
  .intro h1 { font-size: clamp(3.1rem, 16vw, 4.8rem); }
  .intro-copy { margin-top: 26px; font-size: 1rem; }
  .services { gap: 18px; }
  .service-window { border-radius: 19px; }
  .window-bar { height: 43px; }
  .site-peek { height: 310px; }
  .mini-nav { height: 44px; padding: 0 14px; }
  .mini-links { display: none; }
  .mini-button { padding: 7px 10px; font-size: 7px; }
  .clean-peek { padding: 0 11px 11px; }
  .clean-nav { margin: 0 -11px; }
  .clean-hero { height: 250px; }
  .clean-copy { padding: 35px 14px 20px; }
  .clean-copy strong, .ads-copy strong { font-size: 22px; }
  .clean-copy p { margin: 13px 0 15px; font-size: 8px; }
  .picture { top: 33px; width: 78px; height: 68px; font-size: 10px; }
  .sofa { height: 70px; }
  .sofa:before, .sofa:after { top: -18px; height: 44px; }
  .sofa i { top: -19px; width: 30px; height: 30px; }
  .plant { bottom: 54px; transform: scale(0.75) rotate(-8deg); transform-origin: bottom right; }
  .ads-strip { height: 21px; }
  .ads-hero { gap: 10px; padding: 27px 15px 20px; }
  .ads-copy p { margin: 12px 0; font-size: 8px; }
  .leaflet { gap: 5px; padding: 9px; }
  .leaflet > span { padding: 7px 5px; font-size: 6px; }
  .service-caption { min-height: auto; display: block; padding: 25px 22px 27px; }
  .service-caption h2 { font-size: 30px; }
  .visit-link { margin-top: 23px; }
  .promise { padding: 95px 0 105px; }
  .footer-grid { grid-template-columns: 1fr; gap: 43px; padding-bottom: 48px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}

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