:root {
  --bg: #ffffff;
  --ink: #1b1b1f;
  --muted: #5a5a64;
  --brand: #c1121f;
  --panel: #f4f4f6;
  --border: #cfcfd6;
}

@font-face {
  font-family: "RocknRoll One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/rocknroll-one-latin.woff2") format("woff2");
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(circle at top, #ffffff 0%, #f3f3f6 58%);
  font-family: "RocknRoll One", "Trebuchet MS", "Segoe UI", sans-serif;
  line-height: 1.6;
}

input,
textarea,
select,
button {
  font-family: "RocknRoll One", "Trebuchet MS", "Segoe UI", sans-serif;
}

a {
  color: var(--brand);
}

.container {
  width: min(1080px, 92vw);
  margin: 0 auto;
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid var(--border);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0;
}

.brand img {
  width: 100%;
  max-width: 1002px;
  display: block;
}

.menu-sticky {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffff;
  border-bottom: 1px solid var(--border);
}

.menu-bar {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  min-height: 64px;
}

.menu-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.menu-logo img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  border: 1px solid var(--border);
}

.menu-nav {
  width: 100%;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #ececf1;
  color: #1f1f24;
  font-size: 0.9rem;
}

.menu-toggle-icon {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.menu-toggle-icon span {
  display: block;
  width: 18px;
  height: 2px;
  background: #1f1f24;
  border-radius: 2px;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}

.menu a {
  text-decoration: none;
  color: #1f1f24;
  background: #ececf1;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  font-weight: 600;
}

.menu a:hover {
  background: #e3e3ea;
  border-color: #bcbcc7;
}

@media (max-width: 720px) {
  .menu-bar {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.45rem 0;
    min-height: 56px;
  }

  .menu-logo {
    justify-self: start;
  }

  .menu-logo img {
    width: 42px;
    height: 42px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .menu-nav {
    grid-column: 1 / -1;
    display: none;
    width: 100%;
  }

  .menu-nav.is-open {
    display: block;
  }

  .menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0.4rem;
    padding-bottom: 0.35rem;
  }

  .menu a {
    display: block;
    text-align: center;
  }
}

.hero {
  margin: 2rem 0 1.4rem;
}

.tap-zoom {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: zoom-in;
}

.hero img {
  width: 100%;
  border-radius: 14px;
  display: block;
  border: 2px solid #5a1b22;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: var(--ink);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.2);
  border-color: #7a2b36;
}

.card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}

.card span {
  display: block;
  padding: 0.75rem 0.9rem;
  font-weight: 700;
}

.privacy-link {
  margin: 2rem 0 3rem;
  text-align: center;
}

.page {
  background: var(--panel);
  margin: 2rem 0 3rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  padding: 1.2rem 1.4rem;
}

.page h1,
.page h2,
.page h3 {
  line-height: 1.2;
}

.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.2rem;
  align-items: start;
}

.map-split {
  align-items: stretch;
}

.map-split img,
.map-split iframe {
  height: clamp(240px, 46vh, 520px);
}

.map-split img {
  object-fit: cover;
}

.map-split iframe {
  min-height: 0;
}

.split img,
.content img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.75rem;
}

.gallery a {
  display: block;
}

.gallery img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--border);
}

.form-panel {
  background: #f0f0f5;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1rem;
}

form {
  display: grid;
  gap: 0.7rem;
}

input,
textarea,
select,
button {
  width: 100%;
  padding: 0.65rem 0.7rem;
  border-radius: 8px;
  border: 1px solid #b8b8c2;
  font: inherit;
  background: #ffffff;
  color: #1f1f25;
}

button {
  background: var(--brand);
  color: #fff;
  border: none;
  font-weight: 700;
  cursor: pointer;
}

button:hover {
  background: #920f19;
}

.site-footer {
  background: #0c0c0e;
  color: #e3e3e6;
  padding: 2rem 0;
}

.site-footer a {
  color: #ff5a67;
}

.footer-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.footer-logo {
  width: 70px;
  border-radius: 50%;
}

.footer-list {
  margin: 0;
  padding-left: 1.1rem;
}

iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 10px;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.86);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 120;
  padding: 1rem;
}

.lightbox.is-open {
  display: flex;
}

.lightbox img {
  width: min(1100px, 95vw);
  max-height: 88vh;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid #4e4e56;
}

.lightbox-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: auto;
  background: #ececf1;
  color: #1f1f24;
  border: 1px solid #cfcfd6;
  border-radius: 999px;
  padding: 0.3rem 0.8rem;
  font-size: 0.85rem;
}

@media (max-width: 720px) {
  .map-split img,
  .map-split iframe {
    height: clamp(220px, 42vh, 360px);
  }
}
