:root {
  --ink: #0d1f2a;
  --green: #173d34;
  --terra: #d86f4c;
  --sun: #fff9ef;
  --aqua: #7eb7b7;
  --line: #ead8c8;
  --muted: #70685e;
  --white: #ffffff;
  --max: 1130px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--sun); color: var(--ink); font-family: 'Gill Sans', 'Trebuchet MS', 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(--ink); color: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header {
  width: min(var(--max), calc(100% - 40px));
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}
.brand { text-decoration: none; display: grid; justify-self: start; }
.brand-logo { width: auto; height: 50px; max-width: min(250px, 65vw); object-fit: contain; object-position: left center; }
.brand small { color: var(--muted); }
.site-nav { display: flex; gap: 22px; flex-wrap: wrap; font-size: .94rem; }
.site-nav a { text-decoration: none; }
.site-nav a:hover, .site-nav a:focus { color: var(--terra); }
.menu-toggle { display: none; }
.hero {
  width: min(var(--max), calc(100% - 40px));
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: .95fr .82fr 250px;
  gap: 18px;
  align-items: end;
}
.hero-copy {
  background: var(--green);
  color: var(--sun);
  padding: clamp(30px, 6vw, 70px);
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow { margin: 0 0 16px; color: var(--terra); text-transform: uppercase; font-size: .78rem; font-weight: 900; letter-spacing: 0; }
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 500; line-height: 1.04; letter-spacing: 0; overflow-wrap: break-word; }
h1 { font-size: clamp(2.65rem, 5.8vw, 5.45rem); margin-bottom: 22px; }
h2 { font-size: clamp(2rem, 4.4vw, 3.85rem); }
.hero-copy p:not(.eyebrow) { max-width: 520px; color: #f2e9de; font-size: 1.06rem; }
.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: 1px solid var(--terra); text-decoration: none; font-weight: 800; }
.button.primary { background: var(--terra); color: var(--ink); }
.button.secondary { color: var(--sun); }
.hero figure { margin: 0; min-height: 560px; background: var(--line); border-top: 10px solid var(--terra); display: grid; }
.hero figure img { height: 100%; min-height: 560px; object-fit: cover; }
.address-card { background: var(--white); border-top: 10px solid var(--aqua); padding: 24px; min-height: 270px; display: grid; align-content: end; }
.address-card span { color: var(--muted); text-transform: uppercase; font-size: .76rem; font-weight: 900; }
.address-card strong { color: var(--green); font-size: 1.35rem; }
.address-card p { margin: 8px 0 0; color: var(--muted); }
.care, .studio, .questions, .location {
  width: min(var(--max), calc(100% - 40px));
  margin: clamp(66px, 10vw, 118px) auto;
}
.care { display: grid; grid-template-columns: .78fr 1.22fr; gap: 34px; align-items: start; }
.care-list { display: grid; gap: 12px; }
.care-list article { background: var(--white); border-left: 6px solid var(--terra); padding: 22px; display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: baseline; }
.care-list span { color: var(--green); font-weight: 900; }
.care-list p, .studio p, .questions p { color: var(--muted); margin-bottom: 0; }
.studio {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 28px;
  align-items: center;
}
.studio figure, .location figure { margin: 0; background: var(--green); }
.studio img { aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
.studio > div { background: var(--white); padding: clamp(26px, 5vw, 48px); border-bottom: 8px solid var(--aqua); }
.questions { background: var(--ink); color: var(--sun); padding: clamp(26px, 5vw, 52px); display: grid; grid-template-columns: .95fr 1.05fr; gap: 28px; }
.questions h2 { color: var(--sun); }
.questions div { display: grid; gap: 12px; }
.questions p { color: #f0dfd1; border-bottom: 1px solid rgba(255,255,255,.24); padding-bottom: 12px; }
.location { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: stretch; }
.contact-panel { background: var(--white); padding: clamp(28px, 5vw, 52px); display: grid; gap: 12px; align-content: center; border-top: 8px solid var(--terra); }
address { font-style: normal; margin: 0 0 8px; }
.contact-panel a { font-weight: 800; overflow-wrap: anywhere; }
.map-embed { margin-top: 12px; border: 1px solid var(--line); overflow: hidden; background: var(--white); }
.map-embed iframe { display: block; width: 100%; height: 280px; border: 0; }
.location img { height: 100%; min-height: 360px; object-fit: cover; object-position: center top; }
footer { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 0 0 44px; color: var(--muted); }
:focus-visible { outline: 3px solid #4a8fff; outline-offset: 3px; }

@media (max-width: 930px) {
  .site-header, .hero, .care, .studio, .questions, .location, footer { width: min(var(--max), calc(100% - 30px)); }
  .site-header { grid-template-columns: 1fr auto; align-items: start; position: relative; }
  .menu-toggle { display: inline-flex; width: 48px; height: 48px; border: 1px solid var(--line); background: var(--white); align-items: center; justify-content: center; gap: 5px; padding: 0; flex-direction: column; }
  .menu-toggle span { width: 18px; height: 2px; background: var(--ink); display: block; }
  .site-nav { display: none; position: absolute; top: calc(100% + 10px); left: 0; right: 0; background: var(--white); border: 1px solid var(--line); padding: 14px; z-index: 5; }
  .site-nav.is-open { display: grid; gap: 14px; }
  .hero, .care, .studio, .questions, .location { grid-template-columns: 1fr; }
  .hero-copy, .hero figure { min-height: 0; }
  .hero figure img { aspect-ratio: 4 / 3; min-height: 0; }
  .address-card { min-height: 170px; }
  .location img { min-height: 300px; }
}

@media (max-width: 620px) {
  h1 { font-size: clamp(2.1rem, 10vw, 2.8rem); max-width: 12ch; }
  h2 { font-size: clamp(1.9rem, 9vw, 2.65rem); max-width: 12ch; }
  .hero-copy { padding: 28px 22px; }
  .hero-copy p:not(.eyebrow), .questions p { max-width: 31ch; }
  .actions { width: 100%; }
  .button { width: 100%; }
  .care-list article { grid-template-columns: 1fr; gap: 8px; }
  .map-embed iframe { height: 240px; }
}
