:root {
  --ink: #261312;
  --text: #49332f;
  --muted: #7c6862;
  --paper: #fff8ee;
  --cream: #f4e3ca;
  --card: #ffffff;
  --wine: #7a1f2b;
  --wine-dark: #4f1119;
  --navy: #15385f;
  --leaf: #3f875b;
  --gold: #d49a2e;
  --line: rgba(38, 19, 18, 0.14);
  --shadow: 0 22px 64px rgba(79, 17, 25, 0.14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 0 0, rgba(212, 154, 46, 0.2), transparent 32rem),
    linear-gradient(180deg, #fff8ee 0%, #f6ead8 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px clamp(18px, 4vw, 58px);
  background: rgba(255, 248, 238, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.logo-link img {
  width: 174px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: 999px;
}

.nav-links a:hover {
  color: #fff;
  background: var(--wine);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.opening {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 430px);
  gap: clamp(24px, 6vw, 78px);
  align-items: center;
  min-height: calc(100svh - 76px);
  padding: clamp(48px, 7vw, 92px) clamp(18px, 4vw, 58px);
  background:
    linear-gradient(90deg, rgba(122, 31, 43, 0.9), rgba(21, 56, 95, 0.72)),
    url("https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?auto=format&fit=crop&w=1800&q=82") center/cover;
  color: #fff;
}

.opening-copy {
  max-width: 820px;
}

.tag {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.opening h1,
.section-title h2,
.menu-showcase h2,
.contact-band h2,
.legal-grid h2 {
  margin: 0;
  line-height: 1;
  letter-spacing: 0;
}

.opening h1 {
  max-width: 760px;
  font-size: clamp(48px, 8vw, 96px);
}

.intro {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 2vw, 21px);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.action {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 900;
}

.action.primary {
  color: var(--wine-dark);
  background: var(--gold);
}

.action.ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.opening-card {
  padding: 28px;
  color: var(--ink);
  background: rgba(255, 248, 238, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.card-label {
  display: block;
  color: var(--wine);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-card > strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
  overflow-wrap: anywhere;
}

dl {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
}

dl div {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

dd {
  margin: 4px 0 0;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.snapshot {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0 clamp(18px, 4vw, 58px);
  transform: translateY(-28px);
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.snapshot article {
  min-height: 118px;
  padding: 22px;
  background: #fff;
}

.snapshot span,
.document-grid span,
.activity-list span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.snapshot strong,
.document-grid strong {
  display: block;
  margin-top: 8px;
  overflow-wrap: anywhere;
}

.registry,
.activities,
.service-flow,
.legal-grid {
  padding: clamp(58px, 8vw, 104px) clamp(18px, 4vw, 58px);
}

.section-title {
  max-width: 850px;
  margin-bottom: 32px;
}

.section-title h2,
.menu-showcase h2,
.contact-band h2,
.legal-grid h2 {
  font-size: clamp(30px, 4.5vw, 56px);
}

.section-title p:not(.tag),
.menu-showcase p {
  color: var(--muted);
  font-size: 17px;
}

.document {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.document-head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  color: #fff;
  background: var(--navy);
}

.document-head strong {
  font-size: clamp(20px, 3vw, 34px);
}

.document-head span {
  color: #f6d58c;
  font-weight: 900;
}

.document-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.document-grid div {
  min-height: 118px;
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.activities {
  background: var(--wine-dark);
  color: #fff;
}

.activities .section-title p:not(.tag) {
  color: rgba(255, 255, 255, 0.72);
}

.activity-list {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, 1fr);
  gap: 14px;
}

.activity-list article {
  min-height: 230px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.activity-list .main-activity {
  color: var(--ink);
  background: var(--gold);
}

.activity-list span {
  color: rgba(255, 255, 255, 0.62);
}

.main-activity span {
  color: rgba(38, 19, 18, 0.7);
}

.activity-list h3 {
  margin: 10px 0 0;
  font-size: clamp(22px, 2.5vw, 31px);
  line-height: 1.05;
}

.activity-list p {
  color: rgba(255, 255, 255, 0.76);
}

.menu-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  padding: clamp(58px, 8vw, 104px) clamp(18px, 4vw, 58px);
}

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

.pizza-board article {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(79, 17, 25, 0.08);
}

.pizza-board img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.pizza-board strong,
.pizza-board span {
  display: block;
  padding-inline: 16px;
}

.pizza-board strong {
  padding-top: 16px;
  font-size: 20px;
}

.pizza-board span {
  padding-bottom: 16px;
  color: var(--muted);
}

.service-flow {
  background: #fff;
}

.service-flow ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-flow li {
  min-height: 180px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.service-flow strong,
.service-flow span {
  display: block;
}

.service-flow strong {
  color: var(--wine);
  font-size: 22px;
}

.service-flow span {
  margin-top: 10px;
  color: var(--muted);
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1.25fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(52px, 7vw, 82px) clamp(18px, 4vw, 58px);
  color: #fff;
  background: var(--navy);
}

.contact-band .tag {
  color: #f6d58c;
}

address {
  display: grid;
  gap: 12px;
  font-style: normal;
}

address a,
address span {
  display: block;
  padding: 18px;
  overflow-wrap: anywhere;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  font-weight: 850;
}

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

.legal-grid article {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.legal-grid p {
  color: var(--muted);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: space-between;
  padding: 26px clamp(18px, 4vw, 58px);
  color: #fff;
  background: var(--wine);
}

.footer span {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1040px) {
  .opening,
  .menu-showcase,
  .contact-band,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .snapshot,
  .document-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .activity-list,
  .pizza-board,
  .service-flow ol {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .menu-toggle { display: block; }

  .logo-link img {
    width: 142px;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    right: 14px;
    left: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .nav-links.is-open { display: flex; }
  .nav-links a { border-radius: 8px; }
  .opening { min-height: auto; }
  .snapshot,
  .document-grid {
    grid-template-columns: 1fr;
  }

  .snapshot {
    transform: none;
    margin-top: 18px;
  }

  .cta-row {
    flex-direction: column;
  }

  .action {
    width: 100%;
  }
}
