:root {
  --ink: #27343b;
  --tide: #7da7b0;
  --mist: #dcecf0;
  --rose: #e7b8b8;
  --pearl: #fbfbf8;
  --line: #d6dddc;
  --muted: #667176;
  --white: #ffffff;
  --max: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--pearl); color: var(--ink); font-family: 'Segoe UI', Arial, sans-serif; line-height: 1.6; }
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: 22px auto 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.brand { text-decoration: none; display: grid; justify-self: start; }
.brand-logo { width: auto; height: 50px; max-width: min(260px, 68vw); object-fit: contain; object-position: left center; }
.brand small { color: var(--muted); }
.site-nav { display: flex; flex-wrap: wrap; gap: 20px; font-size: .94rem; }
.site-nav a { text-decoration: none; }
.site-nav a:hover, .site-nav a:focus { color: #a35f66; }
.menu-toggle { display: none; }
.brand-logo.logo-replaced { max-width: min(320px, 78vw); height: 64px; }
.hero {
  width: min(var(--max), calc(100% - 40px));
  margin: 42px auto 0;
  display: grid;
  gap: 26px;
}
.hero-copy { display: grid; grid-template-columns: .82fr 1.18fr; gap: 30px; align-items: end; }
.eyebrow { margin: 0 0 14px; color: #a35f66; text-transform: uppercase; font-size: .78rem; font-weight: 800; letter-spacing: 0; }
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 500; line-height: 1.05; letter-spacing: 0; overflow-wrap: break-word; }
h1 { font-size: clamp(2.6rem, 6vw, 5.55rem); margin-bottom: 0; }
h2 { font-size: clamp(2rem, 4.5vw, 4rem); }
.hero-copy p:not(.eyebrow) { color: var(--muted); max-width: 540px; font-size: 1.06rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; text-decoration: none; border: 1px solid var(--tide); font-weight: 800; }
.button.primary { background: var(--tide); color: var(--ink); }
.button.secondary { background: var(--white); }
.hero figure { margin: 0; border-top: 8px solid var(--rose); }
.hero figure img { aspect-ratio: 21 / 9; object-fit: cover; object-position: center; }
.principles, .services, .experience, .visit, .location {
  width: min(var(--max), calc(100% - 40px));
  margin: clamp(64px, 10vw, 116px) auto;
}
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.principles article { background: var(--white); padding: 26px; border-top: 4px solid var(--tide); min-height: 180px; }
.principles article:nth-child(2) { border-color: var(--rose); }
.principles span { font-family: Georgia, 'Times New Roman', serif; font-size: 1.7rem; }
.principles p, .experience p { color: var(--muted); }
.services { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: start; }
.services ul { list-style: none; padding: 0; margin: 0; display: grid; border-top: 1px solid var(--line); }
.services li { padding: 18px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.experience {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 28px;
  align-items: center;
  background: var(--mist);
  padding: clamp(24px, 5vw, 52px);
}
.experience figure, .location figure { margin: 0; background: var(--white); }

.experience img { aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
.location img { height: 100%; min-height: 360px; object-fit: cover; object-position: center; }
.visit {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 34px;
  align-items: start;
  padding: clamp(24px, 5vw, 48px);
  border-top: 1px solid var(--tide);
  border-bottom: 1px solid var(--tide);
}
.visit ol { margin: 0; padding-left: 1.2rem; color: var(--muted); }
.visit li { padding: 8px 0; }
.location { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: stretch; }
.location img { height: 100%; min-height: 360px; object-fit: cover; }
.contact-panel { background: var(--ink); color: var(--white); padding: clamp(28px, 5vw, 52px); display: grid; gap: 12px; align-content: center; }
.contact-panel .eyebrow { color: var(--rose); }
address { font-style: normal; color: #edf4f5; }
.contact-panel a { color: white; font-weight: 800; overflow-wrap: anywhere; }
footer { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 0 0 44px; color: var(--muted); }
:focus-visible { outline: 3px solid #4f8cff; outline-offset: 3px; }

@media (max-width: 860px) {
  .site-header, .hero, .principles, .services, .experience, .visit, .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, .hero-copy, .principles, .services, .experience, .visit, .location { grid-template-columns: 1fr; }
  .hero figure img { aspect-ratio: 4 / 3; }
  .location img { min-height: 300px; }
}

@media (max-width: 620px) {
  h1 { font-size: clamp(2.05rem, 10vw, 2.8rem); max-width: 13ch; }
  h2 { font-size: clamp(1.9rem, 9vw, 2.65rem); max-width: 12ch; }
  .hero-copy p:not(.eyebrow) { max-width: 31ch; }
  .actions { width: 100%; }
  .button { width: 100%; }
  .experience, .visit { padding: 22px; }
}
