:root {
  --bg: #ffffff;
  --surface: #f4f2ef;
  --text: #171615;
  --muted: #696662;
  --line: #dedbd7;
  --accent: #9d352d;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }

.topbar {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; }
.brand__name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
  line-height: .95;
  letter-spacing: .04em;
}
.topbar__links { display: flex; align-items: center; gap: 28px; }
.topbar__links > a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.topbar__links > a:hover { color: var(--accent); }
.icon-button {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  color: var(--text);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.icon-button:hover { background: var(--text); color: #fff; border-color: var(--text); }
.icon-button svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.6; fill: none; stroke-linecap: round; stroke-linejoin: round; }

.hero { background: var(--surface); border-block: 1px solid var(--line); }
.hero__content { min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 72px 72px 0;
}
.section-label {
  margin: 0 0 22px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 590px;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(48px, 5.2vw, 74px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.025em;
}
.hero h1 span { white-space: nowrap; }
.hero__copy > p:not(.section-label) {
  max-width: 540px;
  margin: 28px 0 0;
  font-size: 16px;
  line-height: 1.55;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.button {
  min-height: 50px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid var(--text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.button--primary { background: var(--text); color: #fff; }
.button--primary:hover { background: #2b2927; }
.button--secondary { background: transparent; color: var(--text); }
.button--secondary:hover { background: #fff; }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.hero__media { min-height: 650px; margin: 0; overflow: hidden; background: #ddd8d2; }
.hero__media img { width: 100%; height: 100%; min-height: 650px; display: block; object-fit: cover; object-position: center center; }

.location {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 80px;
  padding-block: 104px;
}
.location__intro { align-self: start; }
.location__intro h2 {
  margin: 0 0 34px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -.025em;
}
.status { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; }
.status__dot { width: 8px; height: 8px; border-radius: 50%; background: #39975d; }
.status.is-open .status__dot { background: #39975d; box-shadow: 0 0 0 5px rgba(57,151,93,.12); }
.location__details { border-top: 1px solid var(--text); }
.address-block {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.address-block svg { width: 22px; height: 22px; stroke: var(--text); stroke-width: 1.6; fill: none; }
.address-block strong { display: block; font-size: 16px; line-height: 1.45; }
.address-block span { display: block; color: var(--muted); font-size: 13px; margin-top: 3px; }
.copy-button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  color: var(--text);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}
.copy-button:hover { border-color: var(--text); }
.meta-row { display: grid; grid-template-columns: repeat(2, 1fr); border-bottom: 1px solid var(--line); }
.meta-row > div { padding: 24px 0; }
.meta-row > div + div { padding-left: 28px; border-left: 1px solid var(--line); }
.meta-label { display: block; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; margin-bottom: 7px; }
.meta-row strong, .meta-row a { font-size: 15px; font-weight: 600; }
.primary-cta {
  min-height: 58px;
  margin-top: 28px;
  padding: 0 24px;
  background: var(--text);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.primary-cta:hover { background: #2b2927; }
.primary-cta svg { width: 18px; height: 18px; fill: currentColor; }
.navigation-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 12px; border: 1px solid var(--line); }
.navigation-grid a {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
}
.navigation-grid a + a { border-left: 1px solid var(--line); }
.navigation-grid a:hover { background: var(--surface); }
.nav-logo { width: 27px; height: 27px; border: 1px solid var(--line); display: grid; place-items: center; font-size: 11px; font-weight: 700; }

.actions { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.actions a { min-height: 116px; padding: 24px; display: flex; align-items: center; gap: 18px; }
.actions a + a { border-left: 1px solid var(--line); }
.actions a:hover { background: var(--surface); }
.actions svg { width: 24px; height: 24px; stroke: var(--text); stroke-width: 1.5; fill: none; flex: 0 0 auto; }
.actions small { display: block; color: var(--muted); margin-bottom: 4px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.actions strong { font-size: 14px; }

.map { margin-top: 64px; height: 360px; border: 1px solid var(--line); overflow: hidden; background: var(--surface); }
.map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.94); }

.proof { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 64px; border-block: 1px solid var(--line); }
.proof article { min-height: 220px; padding: 32px 28px; }
.proof article + article { border-left: 1px solid var(--line); }
.proof__num { color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.proof h3 { margin: 42px 0 10px; font-family: "Playfair Display", Georgia, serif; font-size: 24px; font-weight: 500; }
.proof p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 13px; }

.footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 32px; padding-block: 52px 90px; color: var(--muted); }
.brand--footer .brand__name { color: var(--text); font-size: 28px; }
.footer__links { display: flex; gap: 24px; font-size: 12px; }
.footer__links a:hover { color: var(--text); }
.footer p { margin: 0; font-size: 12px; }

.mobile-bar { position: fixed; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); z-index: 40; display: none; grid-template-columns: 1fr 1fr; gap: 8px; }
.mobile-bar a { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 9px; background: #fff; border: 1px solid var(--text); box-shadow: 0 8px 28px rgba(0,0,0,.14); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.mobile-bar__primary { background: var(--text) !important; color: #fff; }
.mobile-bar svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.toast { position: fixed; left: 50%; bottom: calc(78px + env(safe-area-inset-bottom)); transform: translateX(-50%) translateY(14px); background: var(--text); color: #fff; padding: 12px 16px; font-size: 13px; opacity: 0; pointer-events: none; transition: .2s ease; z-index: 50; }
.toast.is-visible { opacity: 1; transform: translateX(-50%) translateY(0); }

@media (max-width: 920px) {
  .shell { width: min(var(--max), calc(100% - 40px)); }
  .hero__content { min-height: 570px; }
  .hero__copy { padding-right: 40px; }
  .hero__media, .hero__media img { min-height: 570px; }
  .location { gap: 48px; }
}

@media (max-width: 720px) {
  .shell { width: min(var(--max), calc(100% - 32px)); }
  .topbar { min-height: 70px; }
  .topbar__links > a { display: none; }
  .hero__content { width: 100%; min-height: auto; grid-template-columns: 1fr; }
  .hero__copy { order: 2; padding: 38px 16px 44px; }
  .hero__media { order: 1; min-height: 0; height: 72vh; max-height: 680px; }
  .hero__media img { min-height: 0; height: 100%; object-position: center 42%; }
  .section-label { margin-bottom: 16px; }
  .hero h1 { font-size: clamp(43px, 13vw, 62px); }
  .hero__copy > p:not(.section-label) { margin-top: 20px; font-size: 15px; }
  .hero-actions { margin-top: 26px; }
  .button { flex: 1 1 auto; padding-inline: 16px; }
  .location { grid-template-columns: 1fr; gap: 42px; padding-block: 72px; }
  .location__intro h2 { margin-bottom: 26px; }
  .actions, .proof { grid-template-columns: 1fr; }
  .actions a + a, .proof article + article { border-left: 0; border-top: 1px solid var(--line); }
  .actions a { min-height: 92px; padding-inline: 12px; }
  .proof article { min-height: 180px; padding-inline: 12px; }
  .proof h3 { margin-top: 34px; }
  .map { margin-top: 40px; height: 320px; }
  .footer { grid-template-columns: 1fr; gap: 20px; padding-bottom: 100px; }
  .mobile-bar { display: grid; }
}

@media (max-width: 480px) {
  .hero__media { height: 64vh; max-height: 590px; }
  .address-block { grid-template-columns: 22px 1fr; }
  .copy-button { grid-column: 2; justify-self: start; }
  .meta-row { grid-template-columns: 1fr; }
  .meta-row > div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .navigation-grid { grid-template-columns: 1fr; }
  .navigation-grid a + a { border-left: 0; border-top: 1px solid var(--line); }
  .footer__links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
