:root {
  --slate: #25313a;
  --eucalyptus: #8caf9f;
  --porcelain: #f7f8f6;
  --mist: #dcebe4;
  --lilac: #e7e1ef;
  --line: #cfd8d3;
  --muted: #64706a;
  --white: #ffffff;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--porcelain); color: var(--slate); font-family: 'Segoe UI', Arial, sans-serif; line-height: 1.58; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
.skip-link { position: absolute; top: -4rem; left: 1rem; z-index: 4; background: var(--slate); color: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header {
  width: min(var(--max), calc(100% - 40px));
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}
.brand { text-decoration: none; display: grid; line-height: 1.1; justify-self: start; }
.brand-logo { width: auto; height: 42px; max-width: min(250px, 68vw); object-fit: contain; object-position: left center; }
.brand small { color: var(--muted); }
.site-nav { display: flex; gap: 24px; flex-wrap: wrap; font-size: .94rem; }
.site-nav a { text-decoration: none; }
.site-nav a:hover, .site-nav a:focus { color: #5e8272; }
.menu-toggle { display: none; }
.hero {
  width: min(var(--max), calc(100% - 40px));
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 36px;
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  background:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px),
    var(--white);
  background-size: 92px 92px;
}
.eyebrow { margin: 0 0 14px; color: #617f72; text-transform: uppercase; font-size: .78rem; font-weight: 800; letter-spacing: 0; }
h1, h2, p { margin-top: 0; }
h1, h2 { letter-spacing: 0; line-height: 1.04; overflow-wrap: break-word; }
h1 { font-size: clamp(2.8rem, 6.2vw, 5.85rem); margin-bottom: 22px; max-width: 680px; }
h2 { font-size: clamp(2rem, 4.5vw, 4rem); }
.hero-copy p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 1.05rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; text-decoration: none; border: 1px solid var(--slate); font-weight: 700; }
.button.primary { background: var(--slate); color: white; }
.button.secondary { background: var(--mist); }
.hero figure { margin: 0; background: var(--mist); padding: 12px; }
.hero img { aspect-ratio: 4 / 3; object-fit: cover; }
.concerns, .method, .interior, .faq, .location {
  width: min(var(--max), calc(100% - 40px));
  margin: clamp(66px, 10vw, 116px) auto;
}
.section-head { max-width: 670px; margin-bottom: 24px; }
.tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}
.tabs input { position: absolute; opacity: 0; pointer-events: none; }
.tabs label { background: var(--white); padding: 18px; cursor: pointer; font-weight: 800; }
.tab-panel { display: none; grid-column: 1 / -1; background: var(--slate); color: white; padding: 28px; min-height: 150px; }
.tab-panel p { max-width: 650px; margin-bottom: 0; color: #edf5f1; }
#tab-1:checked ~ label[for="tab-1"], #tab-2:checked ~ label[for="tab-2"], #tab-3:checked ~ label[for="tab-3"] { background: var(--mist); }
#tab-1:checked ~ .panel-1, #tab-2:checked ~ .panel-2, #tab-3:checked ~ .panel-3 { display: block; }
.method { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.method article { background: var(--white); padding: 28px; border-top: 5px solid var(--eucalyptus); min-height: 220px; }
.method span { color: #617f72; font-weight: 900; }
.method h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); margin: 26px 0 10px; }
.method p, .interior p, .faq p { color: var(--muted); }
.interior {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: center;
  background: var(--lilac);
  padding: clamp(24px, 5vw, 52px);
}
.interior figure, .location figure { margin: 0; background: var(--white); padding: 10px; }
.interior img { aspect-ratio: 4 / 3; object-fit: cover; }
.faq { display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; align-items: start; }
.faq div { display: grid; gap: 12px; }
.faq p { background: var(--white); padding: 20px; margin: 0; border-left: 4px solid var(--eucalyptus); }
.location { display: grid; grid-template-columns: .95fr 1.05fr; gap: 28px; align-items: stretch; }
.contact-panel { background: var(--slate); color: white; padding: clamp(28px, 5vw, 52px); display: grid; gap: 12px; align-content: center; }
.contact-panel .eyebrow { color: var(--eucalyptus); }
address { font-style: normal; color: #e3ece8; }
.contact-panel a { color: white; overflow-wrap: anywhere; font-weight: 700; }
.location img { height: 100%; min-height: 360px; object-fit: cover; object-position: center 45%; }
.map-wrap { grid-column: 1 / -1; background: var(--white); padding: 10px; min-height: 370px; }
.map-wrap iframe { display: block; width: 100%; height: 350px; border: 0; }
footer { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 0 0 44px; color: var(--muted); }
:focus-visible { outline: 3px solid #6196ff; outline-offset: 3px; }

@media (max-width: 860px) {
  .site-header, .hero, .concerns, .method, .interior, .faq, .location, footer { width: min(var(--max), calc(100% - 30px)); }
  .site-header { grid-template-columns: 1fr auto; position: relative; gap: 14px; }
  .hero, .interior, .faq, .location { grid-template-columns: 1fr; }
  .menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--line);
    background: var(--white);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
  }
  .menu-toggle span { width: 20px; height: 2px; background: var(--slate); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    flex-direction: column;
    gap: 0;
    padding: 8px 16px;
    background: var(--white);
    border: 1px solid var(--line);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 10px 0; }
  .site-nav a + a { border-top: 1px solid var(--line); }
  .method, .tabs { grid-template-columns: 1fr; }
  .tab-panel { grid-column: 1; }
}

@media (max-width: 620px) {
  .hero { padding: 24px 20px; background-size: 62px 62px; }
  h1 { font-size: clamp(2.15rem, 10.5vw, 2.9rem); max-width: 12ch; }
  h2 { font-size: clamp(1.9rem, 9vw, 2.65rem); max-width: 12ch; }
  .hero-copy p:not(.eyebrow) { max-width: 31ch; }
  .actions, .button { width: 100%; }
  .interior { padding: 22px; }
  .location img { min-height: 280px; }
  .map-wrap { min-height: 310px; }
  .map-wrap iframe { height: 290px; }
}
