:root {
  --bg: #f6f0e8;
  --header-bg: rgb(250, 235, 217);
  --surface: #fffaf4;
  --surface-2: #efe2d4;
  --ink: #26160f;
  --muted: #6b5145;
  --accent: #6c3c2d;
  --accent-soft: #8f5c48;
  --line: rgba(108, 60, 45, 0.14);
  --shadow: rgba(38, 22, 15, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 232, 214, 0.8), transparent 28%),
    linear-gradient(180deg, #fbf6f0 0%, #f1e5d8 100%);
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 330px 1fr auto;
  align-items: center;
  gap: 1.25rem;
  padding: 0.95rem 1.5rem;
  background: var(--header-bg);
  border-bottom: 1px solid var(--line);
}

.logo-box {
  display: inline-block;
}

.logo-box img {
  width: 290px;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  outline: none;
  border: 0;
  box-shadow: none;
  background: transparent;
  mix-blend-mode: normal;
  filter: sepia(0.4) saturate(2.5) hue-rotate(340deg) brightness(1.05);
}

.primary-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.3rem;
}

.primary-nav a {
  text-decoration: none;
  font-weight: 800;
  font-size: 0.96rem;
  letter-spacing: 0.03em;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.franchise-link,
.btn {
  text-decoration: none;
  border-radius: 999px;
  padding: 0.82rem 1.2rem;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.franchise-link {
  background: var(--accent);
  color: #fff8f3;
  box-shadow: 0 12px 24px rgba(108, 60, 45, 0.18);
}

.language-switch {
  display: flex;
  gap: 0.3rem;
  padding: 0.25rem;
  background: #fff;
  border-radius: 999px;
  border: 1px solid var(--line);
}

.language-switch a {
  text-decoration: none;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  font-weight: 700;
  color: var(--muted);
}

.language-switch a.active {
  background: var(--surface-2);
  color: var(--accent);
}

.page-shell {
  width: 100%;
  margin: 0;
  padding: 0 0 3rem;
}

.hero-visual {
  margin: 0 0 2rem;
}

.hero-visual img,
.hero-visual video {
  width: 100vw;
  min-height: 0;
  max-height: none;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

.hero-visual video {
  background: #000;
}

.brand-news-grid,
.feature-grid,
.who-we-are-section,
.bottom-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  margin-bottom: 2rem;
  padding: 0 1.5rem;
}

.brand-news-grid {
  grid-template-columns: 1fr;
}

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

.who-we-are-section {
  grid-template-columns: 1fr;
  align-items: start;
}

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

.story-panel,
.news-panel,
.feature-card,
.who-copy,
.cta-panel,
.visit-strip {
  background: rgba(255, 250, 244, 0.96);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 18px 40px rgba(38, 22, 15, 0.08);
}

.story-panel,
.news-panel,
.who-copy,
.cta-panel {
  padding: 1.7rem;
}

.feature-card {
  padding: 1rem;
}

.eyebrow {
  margin: 0 0 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 900;
  color: var(--accent-soft);
}

h1,
.section-title,
h3 {
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 0;
}

h1 {
  font-size: clamp(2.9rem, 6vw, 4.9rem);
  margin-bottom: 1rem;
}

.section-title {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  margin-bottom: 1rem;
}

p {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--muted);
}

.statement-highlight {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: 0.06em;
  color: var(--accent);
  margin: 0.6rem 0 1rem;
}

.btn:hover,
.franchise-link:hover,
.photo:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--accent);
  color: #fff8f3;
}

.btn-outline {
  border: 2px solid var(--accent);
  color: var(--accent);
}

.news-list {
  display: grid;
  gap: 0.95rem;
}

.news-item {
  padding: 1rem 1rem 0.15rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(108, 60, 45, 0.1);
}

.news-item h3 {
  font-size: 1.4rem;
  margin-bottom: 0.45rem;
}

.feature-card {
  display: grid;
  gap: 1rem;
}

.feature-copy {
  padding: 0.4rem 0.45rem 0.2rem;
}

.media-card,
.inline-photo,
.wall-photo,
.photo {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.media-card img,
.inline-photo img,
.wall-photo img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 16px 34px var(--shadow);
}

.media-card img {
  min-height: 290px;
  max-height: 360px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.3rem;
}

.stats-grid div {
  padding: 1rem;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(108, 60, 45, 0.12);
}

.stats-grid strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--accent);
}

.stats-grid span {
  color: var(--muted);
}

.gallery-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.wall-photo:nth-child(1),
.wall-photo:nth-child(4),
.wall-photo:nth-child(7) {
  grid-row: span 2;
}

.wall-photo img {
  height: 100%;
  min-height: 180px;
}

.inline-photo img {
  min-height: 220px;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

.news-photo {
  width: 100%;
  margin-bottom: 1rem;
}

.news-photo img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  max-height: 220px;
  box-shadow: 0 8px 20px var(--shadow);
}

.visit-strip {
  padding: 1.4rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 1.5rem;
}

.visit-strip .section-title {
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  margin-bottom: 0;
}

.visit-meta {
  display: grid;
  gap: 0.45rem;
  justify-items: end;
  color: var(--muted);
  font-weight: 700;
}

.visit-email {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.visit-email:hover {
  text-decoration: underline;
}

.visit-instagram {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #e1306c;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
}

.visit-instagram:hover {
  text-decoration: underline;
}

.visit-social-label {
  font-weight: 800;
  color: var(--ink);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 0.3rem;
}

.map-section {
  margin: 1.5rem 1.5rem 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px var(--shadow);
}

.map-section iframe {
  display: block;
  width: 100%;
  height: 340px;
  border: 0;
}

.board-strip {
  display: flex;
  justify-content: flex-start;
  margin: 0.5rem 1.5rem 0;
}

.board-strip img {
  width: 145px;
  max-width: 145px;
  height: auto;
  border-radius: 12px;
  border: 1px solid var(--line);
  box-shadow: 0 8px 18px var(--shadow);
}

.site-footer {
  padding: 0 1rem 2.5rem;
  text-align: center;
  color: var(--muted);
}

.footer-credit {
  font-size: 0.82rem;
  margin-top: 0.2rem;
  color: var(--muted);
}

.footer-credit a {
  color: var(--accent);
  text-decoration: none;
}

.footer-credit a:hover {
  text-decoration: underline;
}

dialog {
  border: 0;
  border-radius: 20px;
  padding: 0.8rem;
  background: #fff8f2;
  max-width: min(92vw, 900px);
}

dialog img {
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 14px;
}

dialog button {
  margin-top: 0.7rem;
  border: 0;
  background: var(--accent);
  color: #fff;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  font-weight: 800;
}

dialog::backdrop {
  background: rgba(24, 12, 8, 0.72);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 112px 1fr;
  }

  .header-tools {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }
}

@media (max-width: 980px) {
  .brand-news-grid,
  .feature-grid,
  .who-we-are-section,
  .bottom-grid {
    grid-template-columns: 1fr;
  }

  .visit-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .visit-meta {
    justify-items: start;
  }

  .map-section {
    margin-top: 1.5rem;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .primary-nav {
    gap: 0.8rem;
  }

  .header-tools {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-box {
    width: auto;
  }

  .logo-box img {
    width: 210px;
    height: auto;
  }

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

  .wall-photo:nth-child(n) {
    grid-row: auto;
  }
}

@media (max-width: 560px) {
  .page-shell {
    width: 100%;
    padding-top: 1rem;
  }

  .brand-news-grid,
  .feature-grid,
  .who-we-are-section,
  .bottom-grid {
    padding: 0 0.8rem;
  }

  .visit-strip {
    margin: 0 0.8rem;
  }

  .map-section {
    margin: 1.8rem 0.8rem 0;
  }

  .board-strip {
    margin: 0.5rem 0.8rem 0;
  }

  .site-header {
    padding: 0.9rem 0.8rem;
  }

  .language-switch {
    width: 100%;
    justify-content: center;
  }

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

  .hero-visual img,
  .hero-visual video {
    min-height: 36vh;
  }
}
