:root {
  --bg: #120d0b;
  --bg-soft: #1d1512;
  --panel: #241915;
  --text: #f6eadf;
  --muted: #d7bda9;
  --accent: #ff6a1a;
  --accent-strong: #ff8e3c;
  --line: rgba(255, 255, 255, 0.12);
  --max-width: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: linear-gradient(180deg, #0f0a08 0%, #1a110e 100%);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

p,
li {
  color: var(--muted);
  line-height: 1.7;
}

h1,
h2,
h3,
.brand {
  font-family: "Cinzel", serif;
}

.container {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.hero {
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(255, 106, 26, 0.28), transparent 30%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.45));
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -12rem auto;
  width: min(34rem, 48vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 142, 60, 0.24), rgba(255, 142, 60, 0) 68%);
  pointer-events: none;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-mark {
  display: block;
  width: auto;
  height: 2.75rem;
}

.nav-links {
  display: flex;
  gap: 1.25rem;
}

.nav-links a {
  color: var(--muted);
}

.menu-toggle {
  display: none;
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: center;
  padding: 8rem 0 6rem;
  min-height: calc(100vh - 76px);
  position: relative;
  z-index: 1;
  gap: 2rem;
}

.eyebrow,
.section-label {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 700;
}

h1 {
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: 0.95;
  max-width: 10ch;
  margin: 0.5rem 0 1rem;
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0.5rem 0 1rem;
}

.hero-text {
  max-width: 42rem;
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.hero-highlights {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: grid;
  gap: 0.75rem;
  max-width: 36rem;
}

.hero-highlights li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--text);
}

.hero-highlights li::before {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(255, 106, 26, 0.65);
  flex: 0 0 auto;
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-logo {
  width: min(100%, 22rem);
  height: auto;
  filter: drop-shadow(0 22px 48px rgba(0, 0, 0, 0.45));
}

.button {
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 700;
}

.button-primary {
  background: var(--accent);
  color: #140d09;
  border-color: transparent;
}

.button-secondary {
  background: transparent;
}

.section {
  padding: 5rem 0;
}

.section-dark {
  background: rgba(0, 0, 0, 0.18);
}

.section-accent {
  background: linear-gradient(180deg, rgba(255, 106, 26, 0.08), rgba(0, 0, 0, 0.12));
}

.grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.cards-detail {
  margin-top: 2.5rem;
}

.story-grid-spaced {
  margin-top: 2.5rem;
}

.story-card p:last-child {
  margin-bottom: 0;
}

.showcase-carousel {
  --slides-per-view: 3;
  margin-top: 2rem;
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 2.75rem 1.25rem;
  border: 4px solid #19a0f5;
  border-radius: 1.6rem;
  background: #f6f2ed;
  box-shadow: 0 18px 40px rgba(25, 160, 245, 0.14);
}

.carousel-track {
  display: grid;
  grid-template-columns: repeat(var(--slides-per-view), minmax(0, 1fr));
  gap: 1.5rem;
}

.carousel-slide {
  display: none;
}

.carousel-slide.is-active {
  display: block;
}

.carousel-arrow {
  width: 3rem;
  height: 3rem;
  border: 0;
  background: transparent;
  color: #b6b6b6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.carousel-arrow span {
  font-size: 3.2rem;
  line-height: 1;
}

.carousel-arrow:hover {
  color: #7f7f7f;
}

.story-card {
  height: 100%;
  background: #fff;
  color: #241915;
}

.story-card p {
  color: #5f5148;
}

.gallery-intro {
  max-width: 42rem;
}

.gallery-item {
  margin: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 0;
  background: #fff;
  box-shadow: none;
  min-height: 19rem;
}

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

.gallery-item {
  position: relative;
}

.gallery-item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(8, 6, 5, 0.9));
}

.carousel-gallery .gallery-item {
  border-radius: 1.1rem;
}

.anniversary-block {
  margin-top: 2.5rem;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 106, 26, 0.1), rgba(36, 25, 21, 0.9));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.anniversary-block h3 {
  margin-top: 0.35rem;
}

.anniversary-block p:last-child {
  margin-bottom: 0;
}

.card,
.contact-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.card h3,
.contact-panel strong {
  color: var(--text);
}

.check-list {
  padding-left: 1.1rem;
}

.contact-box {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2rem;
  align-items: start;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 1.5rem 0 2.5rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.button-block {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
}

@media (max-width: 840px) {
  .menu-toggle {
    display: inline-flex;
    background: transparent;
    color: var(--text);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0.7rem 1rem;
  }

  .nav {
    flex-wrap: wrap;
  }

  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    padding-top: 0.75rem;
  }

  .nav-links.is-open {
    display: flex;
  }

  .grid-two,
  .cards,
  .contact-box,
  .footer-inner,
  .hero-content {
    grid-template-columns: 1fr;
    display: grid;
  }

  .showcase-carousel {
    --slides-per-view: 1;
    grid-template-columns: 1fr;
    padding: 1rem;
    gap: 0.75rem;
  }

  .carousel-track {
    order: 1;
  }

  .carousel-arrow {
    width: 100%;
    height: auto;
  }

  .carousel-arrow-prev {
    order: 2;
  }

  .carousel-arrow-next {
    order: 3;
  }

  .hero-visual {
    order: -1;
  }

  .gallery-item {
    min-height: 15rem;
  }

   .hero-content {
    padding-top: 6rem;
  }

  .brand-mark {
    height: 2.2rem;
  }

  h1 {
    max-width: none;
  }
}
