:root {
  --teal: #0d4e4f;
  --mint: #d7f0df;
  --coral: #ffd1c2;
  --paper: #fff8ec;
  --leaf: #70b99a;
  --muted: #66746e;
  --line: #dce5d9;
  --white: #ffffff;
  --max: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--teal); background: var(--paper); font-family: Verdana, Geneva, 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(--teal); color: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header {
  width: min(var(--max), calc(100% - 38px));
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 14px 0;
}
.brand { text-decoration: none; display: grid; justify-self: start; }
.brand-logo { width: auto; height: 48px; max-width: min(240px, 65vw); object-fit: contain; object-position: left center; }
.brand small { color: var(--muted); }
.site-nav { display: flex; flex-wrap: wrap; gap: 12px; }
.site-nav a { text-decoration: none; padding: 8px 10px; border-radius: 8px; }
.site-nav a:hover, .site-nav a:focus { background: var(--mint); }
.menu-toggle { display: none; }
.hero {
  width: min(var(--max), calc(100% - 38px));
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}
.hero-copy { max-width: 590px; }
.eyebrow {
  margin: 0 0 14px;
  color: #b15b43;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 { line-height: 1.04; letter-spacing: 0; overflow-wrap: break-word; }
h1 { font-size: clamp(2.65rem, 5.6vw, 5.1rem); margin-bottom: 22px; }
h2 { font-size: clamp(2rem, 4.3vw, 3.75rem); }
h3 { font-size: 1.2rem; margin-bottom: 10px; }
.hero-copy p:not(.eyebrow) { max-width: 540px; color: var(--muted); font-size: 1.07rem; }
.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; border-radius: 8px; border: 1px solid var(--teal); font-weight: 800; text-decoration: none; }
.button.primary { background: var(--teal); color: white; }
.button.secondary { background: var(--white); }
.hero-tiles { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: auto auto; gap: 14px; }
.photo-tile { grid-row: span 2; margin: 0; border-radius: 8px; overflow: hidden; background: var(--mint); }
.photo-tile img { height: 100%; min-height: 450px; object-fit: cover; }
.mini-tile { border-radius: 8px; background: var(--white); padding: 24px; min-height: 176px; display: grid; align-content: end; border: 1px solid var(--line); }
.mini-tile.accent { background: var(--coral); }
.mini-tile span { color: var(--muted); font-size: .82rem; }
.mini-tile strong { font-size: 1.3rem; }
.reasons, .care, .comfort, .rhythm, .location {
  width: min(var(--max), calc(100% - 38px));
  margin: clamp(58px, 8vw, 96px) auto;
}
.reasons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.reasons article, .care-cards article { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 24px; }
.reasons span { display: inline-block; margin-bottom: 24px; color: #b15b43; font-weight: 900; }
.reasons h2 { font-size: clamp(1.45rem, 3vw, 2.2rem); }
.reasons p, .care-cards p, .comfort p, .rhythm span { color: var(--muted); }
.care { display: grid; grid-template-columns: .8fr 1.2fr; gap: 36px; align-items: start; }
.section-head { max-width: 470px; }
.care-cards { display: grid; gap: 14px; }
.care-cards article:nth-child(2) { background: var(--mint); }
.care-cards article:nth-child(3) { background: var(--coral); }
.comfort { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(28px, 5vw, 54px); align-items: center; background: var(--white); border-radius: 8px; padding: clamp(22px, 4vw, 44px); }
.comfort figure, .location figure { margin: 0; border-radius: 8px; overflow: hidden; background: var(--mint); }
.comfort figure { width: min(100%, 420px); justify-self: end; }
.comfort img { aspect-ratio: 3 / 4; object-fit: cover; }
[data-client-image="interior"] img { object-position: 50% 48%; }
.rhythm { background: var(--teal); color: white; border-radius: 8px; padding: clamp(24px, 5vw, 50px); }
.rhythm h2 { color: white; }
.rhythm ol { list-style: none; padding: 0; margin: 22px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.32); }
.rhythm li { background: var(--teal); padding: 24px; display: grid; gap: 8px; }
.rhythm strong { color: var(--coral); }
.location { display: grid; grid-template-columns: 1fr .84fr; gap: 24px; align-items: stretch; }
.contact-panel { background: var(--mint); border-radius: 8px; padding: clamp(24px, 5vw, 48px); display: grid; gap: 12px; align-content: center; }
address { font-style: normal; margin: 0 0 8px; }
.contact-panel a { font-weight: 800; overflow-wrap: anywhere; }
.location figure { aspect-ratio: 4 / 5; max-height: 610px; }
.location img { width: 100%; height: 100%; object-fit: cover; }
[data-client-image="exterior"] img { object-position: 50% 48%; }
footer { width: min(var(--max), calc(100% - 38px)); margin: 0 auto; padding: 0 0 44px; color: var(--muted); }
:focus-visible { outline: 3px solid #3c86ff; outline-offset: 3px; }

@media (max-width: 860px) {
  .site-header, .hero, .reasons, .care, .comfort, .rhythm, .location, footer { width: min(var(--max), calc(100% - 30px)); }
  .site-header { grid-template-columns: 1fr auto; gap: 14px; position: relative; }
  .hero, .care, .comfort, .location { grid-template-columns: 1fr; }
  .reasons, .rhythm ol { grid-template-columns: 1fr; }
  .menu-toggle {
    display: inline-grid;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    place-content: center;
    gap: 6px;
    cursor: pointer;
  }
  .menu-toggle span { width: 22px; height: 2px; display: block; background: var(--teal); 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;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
  }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 11px 12px; }
  .hero-tiles { grid-template-columns: 1fr 1fr; }
  .photo-tile { grid-column: 1 / -1; }
  .photo-tile img { min-height: 340px; }
  .comfort figure { width: min(100%, 520px); justify-self: start; }
  .location figure { width: min(100%, 520px); max-height: none; justify-self: start; }
}

@media (max-width: 620px) {
  .site-header { margin-top: 10px; }
  .brand-logo { height: 43px; }
  h1 { font-size: clamp(2.15rem, 10vw, 2.9rem); max-width: 12ch; }
  h2 { font-size: clamp(1.9rem, 9vw, 2.7rem); }
  .hero { margin-top: 22px; }
  .hero-copy p:not(.eyebrow) { max-width: 31ch; }
  .actions, .button { width: 100%; }
  .hero-tiles { grid-template-columns: 1fr; }
  .mini-tile { min-height: 132px; }
  .comfort, .rhythm { padding: 22px; }
  .location figure { aspect-ratio: 3 / 4; }
}
