:root {
  --paper: #faf8f5;
  --surface: #ffffff;
  --ink: #231f20;
  --muted: #706a67;
  --line: #ded8d3;
  --rose: #c83d68;
  --rose-dark: #8f2446;
  --jade: #1f7a68;
  --gold: #b5833b;
  --shadow: 0 18px 50px rgba(35, 31, 32, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

body.no-scroll {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 14px clamp(16px, 4vw, 48px);
  background: rgba(250, 248, 245, 0.92);
  border-bottom: 1px solid rgba(222, 216, 211, 0.8);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: var(--ink);
  color: white;
  font-weight: 800;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  margin-top: -3px;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 3vw, 32px);
  font-size: 14px;
}

.nav a {
  text-decoration: none;
  color: var(--muted);
}

.nav a:hover {
  color: var(--rose-dark);
}

.lang-toggle,
.tab,
.photo-button,
.lightbox-close {
  font: inherit;
}

.lang-toggle {
  width: 46px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
}

.hero {
  min-height: calc(100vh - 67px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: clamp(20px, 4vw, 54px);
}

.hero-media {
  height: min(680px, calc(100vh - 120px));
  min-height: 480px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #e8e1dc;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rose-dark);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

.lead {
  margin: 22px 0 0;
  max-width: 620px;
  color: var(--muted);
  font-size: 19px;
}

.hero-actions,
.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
}

.button.primary {
  background: var(--rose);
  color: white;
}

.button.secondary {
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--line);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.hero-stats div,
.decision-strip div,
.service-card,
.planner-box,
.proof-card,
.quote-list,
.hours-card,
.sources {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
  border-radius: 8px;
}

.hero-stats div {
  padding: 16px;
}

.hero-stats strong {
  display: block;
  font-size: 27px;
  line-height: 1;
}

.hero-stats span,
.decision-strip span,
.hours-card dt {
  display: block;
  color: var(--muted);
  font-size: 13px;
  margin-top: 6px;
}

.decision-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 0 clamp(16px, 4vw, 54px) 54px;
}

.decision-strip div {
  padding: 18px;
}

.decision-strip strong {
  font-size: 24px;
}

.section {
  padding: clamp(56px, 8vw, 108px) clamp(16px, 4vw, 54px);
}

.split,
.proof,
.visit,
.sources {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
}

.section-intro p:not(.eyebrow),
.visit-copy p:not(.eyebrow),
.sources li,
.proof-card p,
.hours-card p {
  color: var(--muted);
}

.service-panel {
  min-width: 0;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.tab {
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  cursor: pointer;
}

.tab.active {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.service-card {
  overflow: hidden;
}

.service-card[hidden] {
  display: none;
}

.service-card img {
  height: 210px;
}

.service-card div {
  padding: 18px;
}

.service-card p {
  margin: 8px 0 0;
  color: var(--muted);
}

.planner {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(20px, 4vw, 48px);
  background: #f0f4f1;
}

.planner-box {
  padding: 22px;
}

.planner-box label {
  display: block;
  font-weight: 800;
  margin-bottom: 8px;
}

select {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
}

.planner-result {
  margin: 16px 0 0;
  font-size: 18px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  grid-auto-rows: 190px;
  gap: 12px;
}

.photo-button {
  border: 0;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: #ddd;
}

.photo-button.tall {
  grid-row: span 2;
}

.photo-button:hover img {
  transform: scale(1.035);
}

.photo-button img {
  transition: transform 180ms ease;
}

.proof {
  background: var(--ink);
  color: white;
}

.proof-card,
.quote-list {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.proof-card {
  padding: clamp(24px, 5vw, 42px);
}

.proof-card h2 span {
  color: #f0b15a;
}

.proof-card p {
  color: rgba(255, 255, 255, 0.76);
}

.quote-list {
  padding: 18px;
}

blockquote {
  margin: 0;
  padding: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 20px;
}

blockquote:last-child {
  border-bottom: 0;
}

.visit {
  align-items: stretch;
}

.hours-card {
  padding: 24px;
  background: var(--surface);
}

.hours-card dl {
  margin: 18px 0;
}

.hours-card div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.hours-card dt,
.hours-card dd {
  margin: 0;
}

.hours-card dd {
  font-weight: 800;
}

.sources {
  align-items: center;
  background: #fffaf4;
}

.sources ul {
  margin: 0;
  padding-left: 20px;
}

.sources li + li {
  margin-top: 12px;
}

.sources a {
  color: var(--rose-dark);
  font-weight: 800;
}

.mobile-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 35;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  background: rgba(35, 31, 32, 0.92);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.mobile-cta.visible {
  display: grid;
}

.mobile-cta a {
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: white;
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
}

.mobile-cta a:first-child {
  background: var(--rose);
  color: white;
}

.lightbox {
  width: min(920px, calc(100vw - 28px));
  border: 0;
  padding: 0;
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.72);
}

.lightbox img {
  max-height: 76vh;
}

.lightbox p {
  margin: 0;
  padding: 14px 18px 18px;
  font-weight: 800;
}

.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  font-weight: 800;
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero,
  .split,
  .planner,
  .proof,
  .visit,
  .sources {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    height: 52vh;
    min-height: 340px;
  }

  .decision-strip,
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .topbar {
    padding: 10px 12px;
  }

  .brand small {
    display: none;
  }

  .hero {
    padding: 18px 12px 34px;
  }

  .hero-media {
    height: 42vh;
    min-height: 260px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }

  .lead {
    font-size: 17px;
  }

  .hero-stats,
  .decision-strip,
  .service-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .decision-strip {
    padding: 0 12px 36px;
  }

  .section {
    padding: 50px 12px;
  }

  .hero-actions .button,
  .visit-actions .button {
    width: 100%;
  }

  .gallery-grid {
    grid-auto-rows: 230px;
  }

  .photo-button.tall {
    grid-row: span 1;
  }

  .mobile-cta {
    display: none;
  }
}
