:root {
  --burgundy: #4b0712;
  --burgundy-deep: #2a050a;
  --burgundy-soft: #7c1427;
  --cream: #f7efe1;
  --cream-strong: #efe0c2;
  --white: #ffffff;
  --black: #12100f;
  --text: #211817;
  --muted: #725f5b;
  --gold: #c8a24a;
  --gold-soft: #ead59b;
  --border: rgba(75, 7, 18, 0.14);
  --shadow: 0 24px 70px rgba(42, 5, 10, 0.16);
  --radius: 8px;
  --container: 1180px;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  background: var(--white);
  color: var(--burgundy);
  padding: 10px 14px;
  border-radius: 6px;
  font-weight: 800;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 239, 225, 0.92);
  border-bottom: 1px solid rgba(75, 7, 18, 0.08);
  backdrop-filter: blur(18px);
  transition: box-shadow 220ms ease, background 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(42, 5, 10, 0.1);
}

.nav {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--burgundy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
}

.brand-logo {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 54px;
  height: 68px;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 5px 12px rgba(42, 5, 10, 0.14));
}

.logo-burgundy {
  fill: #6b0012;
}

.logo-gold {
  fill: #d4a64a;
}

.logo-cream {
  fill: #f5efe4;
}

.logo-ornament {
  opacity: 0.9;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--black);
  font-size: 0.93rem;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: var(--burgundy);
  color: var(--white);
  outline: none;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--white);
  color: var(--burgundy);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: min(720px, calc(100vh - var(--header-height) - 48px));
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: var(--burgundy-deep);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 44%;
  z-index: -2;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(42, 5, 10, 0.8) 0%, rgba(42, 5, 10, 0.55) 43%, rgba(42, 5, 10, 0.18) 100%),
    linear-gradient(0deg, rgba(42, 5, 10, 0.7) 0%, rgba(42, 5, 10, 0.08) 44%);
}

.hero-content {
  padding: clamp(44px, 7vw, 86px) 0 clamp(38px, 5vw, 64px);
  color: var(--white);
}

.hero h1,
.section h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(4rem, 10vw, 8.4rem);
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
}

.hero-lead {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--gold-soft);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2.55rem);
  font-weight: 700;
  line-height: 1.16;
}

.hero-copy {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.91);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.btn-primary {
  background: var(--gold);
  color: var(--burgundy-deep);
  box-shadow: 0 18px 40px rgba(200, 162, 74, 0.26);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--gold-soft);
}

.btn-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.08);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: var(--white);
  color: var(--burgundy);
}

.section {
  padding: clamp(76px, 10vw, 130px) 0;
}

.section-label {
  margin: 0 0 14px;
  color: var(--burgundy-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section h2 {
  color: var(--burgundy);
  font-size: clamp(2.35rem, 5vw, 4.65rem);
}

.section-copy p:not(.section-label),
.contact-info p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.split-layout,
.craft-layout,
.performances-layout,
.contact-layout {
  display: grid;
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
}

.split-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.section-media,
.craft-photo,
.performance-media,
.story-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--burgundy);
}

.section-media::after,
.craft-photo::after,
.performance-media::after,
.story-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: inherit;
  pointer-events: none;
}

.section-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.info-box {
  min-height: 112px;
  padding: 18px;
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
}

.info-box span,
.contact-card span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.info-box strong {
  display: block;
  margin-top: 8px;
  color: var(--burgundy);
  font-size: 1rem;
  line-height: 1.35;
}

.craft {
  background: var(--white);
}

.story {
  background:
    linear-gradient(180deg, #fffaf2 0%, var(--cream) 100%);
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
}

.story-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.timeline {
  position: relative;
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: rgba(200, 162, 74, 0.34);
}

.timeline-item {
  position: relative;
  padding-left: 52px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--gold);
  border: 4px solid var(--cream);
  box-shadow: 0 0 0 1px rgba(75, 7, 18, 0.16);
}

.timeline-item span {
  display: block;
  color: var(--burgundy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.1;
}

.timeline-item p {
  margin: 8px 0 0;
  color: var(--muted);
}

.members {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(247, 239, 225, 0.94)),
    var(--cream);
}

.members-header {
  max-width: 820px;
  margin-bottom: clamp(30px, 5vw, 56px);
}

.members-header p:not(.section-label) {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

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

.members-grid > .member-card {
  grid-column: span 2;
}

.members-grid > .member-card:last-child:nth-child(4n + 1) {
  grid-column: 4 / span 2;
}

.members-grid > .member-card:nth-last-child(2):nth-child(4n + 1) {
  grid-column: 3 / span 2;
}

.members-grid > .member-card:nth-last-child(3):nth-child(4n + 1) {
  grid-column: 2 / span 2;
}

.member-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(75, 7, 18, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(42, 5, 10, 0.11);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.member-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(75, 7, 18, 0) 48%, rgba(75, 7, 18, 0.08) 100%);
}

.member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(42, 5, 10, 0.16);
}

.member-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  object-position: center top;
  background: var(--cream-strong);
}

.member-info {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 7px;
  padding: 18px;
}

.member-place {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.member-card h3 {
  margin: 0;
  color: var(--burgundy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.15;
}

.member-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.member-card-lead {
  border-color: rgba(200, 162, 74, 0.46);
  background: linear-gradient(180deg, var(--white), #fffaf2);
}

@media (max-width: 1100px) {
  .members-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .members-grid > .member-card {
    grid-column: span 2;
  }

  .members-grid > .member-card:last-child:nth-child(4n + 1),
  .members-grid > .member-card:nth-last-child(2):nth-child(4n + 1),
  .members-grid > .member-card:nth-last-child(3):nth-child(4n + 1) {
    grid-column: auto;
  }

  .members-grid > .member-card:last-child:nth-child(3n + 1) {
    grid-column: 3 / span 2;
  }

  .members-grid > .member-card:nth-last-child(2):nth-child(3n + 1) {
    grid-column: 2 / span 2;
  }
}

.craft-layout {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
}

.craft-intro {
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.craft-photo {
  margin-top: 34px;
  flex: 1;
  min-height: 360px;
}

.craft-photo img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
}

.performance-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

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

.service-card {
  min-height: 236px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: var(--radius);
  background: var(--cream);
  border: 1px solid rgba(200, 162, 74, 0.26);
  box-shadow: 0 18px 44px rgba(42, 5, 10, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 58px rgba(42, 5, 10, 0.12);
}

.service-number {
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.85rem;
  font-weight: 800;
}

.service-card h3 {
  margin: 20px 0 0;
  color: var(--burgundy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.15;
}

.service-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.performances {
  background:
    radial-gradient(circle at 12% 18%, rgba(212, 166, 74, 0.14), transparent 26%),
    linear-gradient(135deg, var(--burgundy-deep) 0%, #6b0012 54%, var(--burgundy) 100%);
  color: var(--white);
}

.performances-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  align-items: center;
}

.performances .section-label {
  color: var(--gold-soft);
}

.performances h2 {
  color: var(--white);
}

.performances .section-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.event-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.event-card {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(234, 213, 155, 0.26);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.09);
  color: var(--white);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

.event-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(212, 166, 74, 0.18);
  color: var(--gold-soft);
  font-size: 1.25rem;
}

.event-card strong {
  font-weight: 800;
  line-height: 1.28;
}

.gallery-section {
  background:
    linear-gradient(180deg, var(--cream) 0%, #fffaf0 100%);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

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

.gallery-item {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: var(--burgundy);
  box-shadow: 0 18px 44px rgba(42, 5, 10, 0.16);
  cursor: pointer;
  height: 300px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.gallery-item.is-hidden {
  display: none;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease, filter 450ms ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(42, 5, 10, 0.34), transparent 58%);
  opacity: 0;
  transition: opacity 240ms ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.06);
  filter: saturate(1.08);
}

.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 62px rgba(42, 5, 10, 0.18);
}

.gallery-item:hover::after,
.gallery-item:focus-visible::after {
  opacity: 1;
}

.gallery-item:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.gallery-actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.gallery-actions[hidden] {
  display: none;
}

.gallery-more {
  min-width: 220px;
}

.places {
  background: var(--white);
}

.places-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.places-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--burgundy);
  border: 1px solid rgba(200, 162, 74, 0.34);
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(42, 5, 10, 0.06);
}

.cd-section {
  background:
    radial-gradient(circle at 84% 24%, rgba(212, 166, 74, 0.14), transparent 28%),
    linear-gradient(135deg, var(--burgundy-deep), var(--burgundy));
  color: var(--white);
}

.cd-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(24px, 5vw, 62px);
  align-items: center;
}

.cd-panel .section-label {
  color: var(--gold-soft);
}

.cd-panel h2 {
  color: var(--white);
}

.cd-panel p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.06rem;
}

.contact {
  background: var(--white);
}

.contact-layout {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
}

.contact-card {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.contact-card a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--cream);
  transition: transform 180ms ease, border-color 180ms ease;
}

.contact-card a:hover,
.contact-card a:focus-visible {
  transform: translateY(-3px);
  border-color: var(--gold);
  outline: none;
}

.contact-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--burgundy);
  color: var(--gold-soft);
  border: 1px solid rgba(200, 162, 74, 0.48);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
}

.contact-icon-facebook {
  font-family: Arial, sans-serif;
  font-size: 1.45rem;
}

.contact-icon svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.contact-text {
  min-width: 0;
}

.contact-card strong {
  display: block;
  margin-top: 6px;
  color: var(--burgundy);
  font-size: 1.25rem;
  overflow-wrap: anywhere;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: var(--radius);
  background: #fffaf2;
  border: 1px solid rgba(200, 162, 74, 0.3);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 8px;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-row-full,
.form-submit {
  grid-column: 1 / -1;
}

label {
  color: var(--burgundy);
  font-size: 0.9rem;
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(75, 7, 18, 0.18);
  border-radius: 6px;
  background: #f8f0e3;
  color: var(--black);
  padding: 15px 16px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

input::placeholder,
textarea::placeholder {
  color: #5f5552;
  opacity: 0.82;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(200, 162, 74, 0.2);
}

.form-submit {
  width: fit-content;
}

.footer {
  background:
    linear-gradient(90deg, var(--burgundy-deep), #460711 50%, var(--burgundy-deep));
  color: rgba(255, 255, 255, 0.86);
  padding: 30px 0;
  border-top: 1px solid rgba(212, 166, 74, 0.22);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer p {
  margin: 0;
  font-size: 0.95rem;
}

.footer a {
  color: var(--white);
  font-weight: 900;
  transition: color 180ms ease, opacity 180ms ease, text-shadow 180ms ease;
}

.footer a:hover,
.footer a:focus-visible {
  color: var(--gold-soft);
  opacity: 1;
  text-shadow: 0 0 18px rgba(212, 166, 74, 0.24);
  outline: none;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(18, 16, 15, 0.9);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  width: min(100%, 1180px);
  max-height: 86vh;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-close:hover,
.lightbox-close:focus-visible {
  background: var(--white);
  color: var(--burgundy);
  outline: none;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@media (max-width: 920px) {
  :root {
    --header-height: 68px;
  }

  .nav-toggle {
    display: inline-block;
  }

  .nav-links {
    position: fixed;
    inset: var(--header-height) 0 auto 0;
    display: grid;
    gap: 0;
    padding: 16px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 22px 44px rgba(42, 5, 10, 0.12);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 220ms ease, opacity 220ms ease;
  }

  .nav-links.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a {
    min-height: 52px;
    border-radius: 6px;
    padding: 0 12px;
  }

  .hero {
    min-height: calc(100vh - var(--header-height) - 44px);
    align-items: end;
  }

  .hero h1 {
    font-size: clamp(3.6rem, 15vw, 6rem);
  }

  .split-layout,
  .story-layout,
  .craft-layout,
  .performances-layout,
  .cd-panel,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .section-media img,
  .story-media img,
  .performance-media img {
    aspect-ratio: 16 / 10;
    min-height: 340px;
  }

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

  .members-grid > .member-card {
    grid-column: span 2;
  }

  .members-grid > .member-card:last-child:nth-child(3n + 1),
  .members-grid > .member-card:nth-last-child(2):nth-child(3n + 1),
  .members-grid > .member-card:last-child:nth-child(4n + 1),
  .members-grid > .member-card:nth-last-child(2):nth-child(4n + 1),
  .members-grid > .member-card:nth-last-child(3):nth-child(4n + 1) {
    grid-column: auto;
  }

  .members-grid > .member-card:last-child:nth-child(2n + 1) {
    grid-column: 2 / span 2;
  }

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

  .gallery-item {
    height: 280px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .brand {
    font-size: 1.15rem;
  }

  .brand-logo {
    width: 44px;
    height: 56px;
  }

  .hero {
    min-height: calc(100vh - var(--header-height) - 44px);
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(42, 5, 10, 0.84) 0%, rgba(42, 5, 10, 0.28) 72%),
      linear-gradient(90deg, rgba(42, 5, 10, 0.56), rgba(42, 5, 10, 0.24));
  }

  .hero-content {
    padding-bottom: 32px;
  }

  .hero-actions,
  .footer-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .btn,
  .form-submit {
    width: 100%;
  }

  .section {
    padding: 66px 0;
  }

  .section h2 {
    font-size: clamp(2.15rem, 12vw, 3.2rem);
  }

  .info-grid,
  .service-grid,
  .members-grid,
  .event-list,
  .cd-panel,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .members-grid > .member-card,
  .members-grid > .member-card:last-child:nth-child(2n + 1),
  .members-grid > .member-card:last-child:nth-child(3n + 1),
  .members-grid > .member-card:nth-last-child(2):nth-child(3n + 1),
  .members-grid > .member-card:last-child:nth-child(4n + 1),
  .members-grid > .member-card:nth-last-child(2):nth-child(4n + 1),
  .members-grid > .member-card:nth-last-child(3):nth-child(4n + 1) {
    grid-column: auto;
  }

  .member-card img {
    aspect-ratio: auto;
    height: min(78vw, 430px);
  }

  .event-list {
    gap: 10px;
  }

  .event-card {
    min-height: 68px;
  }

  .craft-photo,
  .craft-photo img {
    min-height: 320px;
  }

  .performance-media img {
    min-height: 280px;
  }

  .gallery {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gallery-item,
  .gallery-item:nth-child(5) {
    grid-column: auto;
    height: 260px;
  }

  input,
  textarea {
    padding: 14px 15px;
  }

  .lightbox {
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}


/* Finálne doladenie: kompaktnejšia sekcia miest a vyvážená galéria */
.places {
  padding: clamp(42px, 6vw, 72px) 0;
  background: linear-gradient(180deg, #fffaf2 0%, var(--cream) 100%);
}

.places .section-heading {
  max-width: 980px;
  margin-bottom: 24px;
}

.places .section-label {
  margin-bottom: 10px;
}

.places h2 {
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  max-width: 760px;
}

.places-grid {
  max-width: 980px;
}

.gallery {
  align-items: stretch;
}

.gallery-item {
  min-width: 0;
}

@media (max-width: 640px) {
  .places {
    padding: 44px 0;
  }

  .places .section-heading {
    margin-bottom: 18px;
  }

  .places-grid span {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.92rem;
  }
}

/* Extra finálne doladenie sekcie miest – kompaktnejší reprezentatívny blok */
.places {
  padding: clamp(44px, 6vw, 78px) 0;
  background:
    radial-gradient(circle at 88% 10%, rgba(212, 166, 74, 0.16), transparent 28%),
    linear-gradient(180deg, #fffaf2 0%, var(--cream) 100%);
}

.places-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(26px, 5vw, 58px);
  align-items: center;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid rgba(200, 162, 74, 0.32);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(247, 239, 225, 0.9));
  box-shadow: 0 22px 60px rgba(42, 5, 10, 0.1);
  position: relative;
  overflow: hidden;
}

.places-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: linear-gradient(180deg, var(--burgundy), var(--gold));
}

.places-copy .section-label {
  margin-bottom: 10px;
}

.places-copy h2 {
  font-size: clamp(2.05rem, 4vw, 3.6rem);
  max-width: 520px;
}

.places-copy p:not(.section-label) {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.places-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: none;
}

.places-grid span {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--burgundy);
  border: 1px solid rgba(200, 162, 74, 0.34);
  font-weight: 850;
  line-height: 1.25;
  box-shadow: 0 10px 26px rgba(42, 5, 10, 0.06);
}

.places-grid em {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--burgundy);
  color: var(--gold-soft);
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 900;
}

.gallery-section {
  padding-top: clamp(54px, 7vw, 88px);
}

@media (max-width: 920px) {
  .places-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .places {
    padding: 38px 0;
  }

  .places-panel {
    padding: 24px 18px;
    border-radius: 14px;
  }

  .places-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .places-grid span {
    min-height: 58px;
    padding: 12px 14px;
    font-size: 0.94rem;
  }

  .places-copy h2 {
    font-size: clamp(2rem, 11vw, 2.9rem);
  }
}


/* TomiXStudio final: luxusnejšia sekcia Naše kroky po Slovensku */
.places {
  padding: clamp(54px, 7vw, 92px) 0;
  background:
    radial-gradient(circle at 92% 8%, rgba(212, 166, 74, 0.18), transparent 26%),
    linear-gradient(180deg, #fffaf2 0%, var(--cream) 100%);
}

.places-showcase {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: clamp(28px, 5vw, 58px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(42, 5, 10, 0.97), rgba(107, 0, 18, 0.95)),
    radial-gradient(circle at 15% 20%, rgba(212, 166, 74, 0.24), transparent 30%);
  border: 1px solid rgba(212, 166, 74, 0.32);
  box-shadow: 0 28px 80px rgba(42, 5, 10, 0.22);
}

.places-showcase::before,
.places-showcase::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(234, 213, 155, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.places-showcase::before {
  left: -92px;
  top: -92px;
}

.places-showcase::after {
  right: -110px;
  bottom: -110px;
}

.places-header {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin-bottom: clamp(24px, 4vw, 40px);
}

.places-header .section-label {
  color: var(--gold-soft);
}

.places-header h2 {
  color: var(--white);
  max-width: 800px;
  font-size: clamp(2.1rem, 4.8vw, 4.2rem);
}

.places-header p {
  max-width: 780px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.03rem;
}

.places-groups {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.85fr);
  gap: 18px;
}

.places-card {
  padding: clamp(20px, 3vw, 30px);
  border-radius: 18px;
  background: rgba(255, 250, 242, 0.95);
  color: var(--burgundy);
  border: 1px solid rgba(234, 213, 155, 0.42);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.12);
}

.places-card-main {
  grid-row: span 2;
}

.places-card-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--burgundy);
  color: var(--gold-soft);
  border: 1px solid rgba(212, 166, 74, 0.45);
  font-size: 1.2rem;
}

.places-card h3 {
  margin: 0 0 16px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.12;
}

.places-card p {
  margin: 0;
  color: var(--muted);
}

.places-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.places-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(75, 7, 18, 0.07);
  color: var(--burgundy);
  border: 1px solid rgba(200, 162, 74, 0.34);
  font-weight: 850;
  line-height: 1.2;
}

.places-tags-small span {
  min-height: 38px;
}

.gallery-section {
  padding-top: clamp(62px, 8vw, 96px);
}

@media (max-width: 920px) {
  .places-groups {
    grid-template-columns: 1fr;
  }

  .places-card-main {
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .places {
    padding: 40px 0;
  }

  .places-showcase {
    border-radius: 18px;
    padding: 24px 18px;
  }

  .places-header h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .places-tags span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* TomiXStudio v2: prepracované Naše kroky – bez prázdnych plôch a bez Detvy v zahraničí */
.places {
  padding: clamp(46px, 6vw, 82px) 0;
  background:
    linear-gradient(180deg, var(--cream) 0%, #fffaf2 46%, var(--cream) 100%);
}

.places-showcase-modern {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  padding: clamp(28px, 5vw, 54px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(42, 5, 10, 0.98), rgba(107, 0, 18, 0.94)),
    radial-gradient(circle at 92% 16%, rgba(212, 166, 74, 0.2), transparent 30%);
  border: 1px solid rgba(212, 166, 74, 0.34);
  box-shadow: 0 28px 80px rgba(42, 5, 10, 0.2);
}

.places-showcase-modern::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(234, 213, 155, 0.13);
  border-radius: 20px;
  pointer-events: none;
}

.places-showcase-modern::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid rgba(234, 213, 155, 0.16);
  pointer-events: none;
}

.places-showcase-modern .places-header {
  max-width: 920px;
  margin-bottom: 26px;
}

.places-showcase-modern .places-header h2 {
  font-size: clamp(2.35rem, 5vw, 4.4rem);
}

.places-showcase-modern .places-header p {
  max-width: 900px;
}

.places-modern-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 16px;
}

.places-feature-card,
.places-mini-card {
  border-radius: 20px;
  background: rgba(255, 250, 242, 0.96);
  color: var(--burgundy);
  border: 1px solid rgba(234, 213, 155, 0.42);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.13);
}

.places-feature-card {
  grid-row: span 3;
  min-height: 100%;
  padding: clamp(22px, 3.5vw, 36px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.places-mini-card {
  padding: 22px;
}

.places-feature-card h3,
.places-mini-card h3 {
  margin: 0 0 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.4rem, 2.2vw, 2.05rem);
  line-height: 1.12;
}

.places-feature-card p,
.places-mini-card p {
  margin: 0;
  color: var(--muted);
}

.places-tags-compact {
  margin-top: 22px;
}

.places-tags-compact span,
.places-tags-small span {
  min-height: 38px;
  padding: 0 13px;
  font-size: 0.94rem;
}

.places-count-card {
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.96), rgba(239, 224, 194, 0.9));
}

@media (max-width: 920px) {
  .places-modern-grid {
    grid-template-columns: 1fr;
  }

  .places-feature-card {
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .places-showcase-modern {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .places-showcase-modern::before {
    inset: 10px;
    border-radius: 14px;
  }

  .places-feature-card,
  .places-mini-card {
    border-radius: 16px;
    padding: 18px;
  }

  .places-tags-compact span,
  .places-tags-small span {
    width: auto;
    justify-content: flex-start;
  }
}

/* TomiXStudio update: Varianta 2 – veľké čísla + centrovanie na mobile */
.places-stats-showcase {
  text-align: left;
}

.places-stats-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.places-stat-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 3vw, 30px);
  border-radius: 20px;
  background: rgba(255, 250, 242, 0.96);
  color: var(--burgundy);
  border: 1px solid rgba(234, 213, 155, 0.42);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.13);
}

.places-stat-card-accent {
  background: linear-gradient(135deg, rgba(234, 213, 155, 0.98), rgba(255, 250, 242, 0.96));
}

.places-stat-number {
  display: block;
  color: var(--burgundy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.4rem, 6vw, 5.6rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.places-stat-card h3 {
  margin: 24px 0 0;
  color: var(--burgundy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.1;
}

.places-stat-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.places-country-strip {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.places-country-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--gold-soft);
  border: 1px solid rgba(234, 213, 155, 0.32);
  font-weight: 900;
}

.places-roots-note {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
}

@media (max-width: 1020px) {
  .places-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .places-stats-showcase,
  .places-stats-showcase .places-header,
  .places-stats-showcase .places-header h2,
  .places-stats-showcase .places-header p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .places-stats-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .places-stat-card {
    width: 100%;
    min-height: auto;
    align-items: center;
    text-align: center;
    padding: 22px 18px;
  }

  .places-stat-number {
    font-size: clamp(3.8rem, 20vw, 5rem);
  }

  .places-stat-card h3 {
    margin-top: 18px;
  }

  .places-country-strip {
    justify-content: center;
  }

  .places-country-strip span {
    min-width: 132px;
  }
}


/* TomiXStudio úprava: odstránené grafické doplnky v sekcii Naše kroky */
.places-showcase-modern::before,
.places-showcase-modern::after,
.places-stats-showcase::before,
.places-stats-showcase::after {
  display: none !important;
  content: none !important;
}

/* Final gallery layout: center incomplete rows after "Zobraziť viac". */
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.gallery-item {
  flex: 0 1 calc((100% - 36px) / 3);
}

.full-story-section {
  background:
    linear-gradient(180deg, var(--cream) 0%, #fffaf2 100%);
}

.full-story-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid rgba(200, 162, 74, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 20px 60px rgba(42, 5, 10, 0.08);
}

.full-story-intro p:not(.section-label) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.full-story-detail {
  min-width: 0;
}

.full-story-detail summary {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--burgundy);
  color: var(--white);
  font-weight: 900;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.full-story-detail summary:hover,
.full-story-detail summary:focus-visible {
  background: var(--burgundy-soft);
  outline: none;
  transform: translateY(-2px);
}

.full-story-content {
  columns: 2 320px;
  column-gap: clamp(24px, 4vw, 42px);
  margin-top: 24px;
  color: var(--muted);
}

.full-story-content p {
  break-inside: avoid;
  margin: 0 0 18px;
}

@media (max-width: 920px) {
  .gallery-item {
    flex-basis: calc((100% - 16px) / 2);
  }

  .full-story-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .gallery-item,
  .gallery-item:nth-child(5) {
    flex-basis: 100%;
  }

  .full-story-panel {
    padding: 24px 18px;
  }

  .full-story-detail summary {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .full-story-content {
    columns: 1;
  }
}

/* Richer profile block: photos + facts instead of an empty text panel. */
.full-story-section {
  padding: clamp(62px, 8vw, 104px) 0;
  background:
    linear-gradient(180deg, var(--cream) 0%, #fffaf2 48%, var(--cream) 100%);
}

.full-story-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: clamp(26px, 5vw, 58px);
  align-items: stretch;
  padding: clamp(26px, 4.5vw, 54px);
  border: 1px solid rgba(234, 213, 155, 0.34);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(42, 5, 10, 0.98), rgba(75, 7, 18, 0.96) 58%, rgba(124, 20, 39, 0.94));
  color: var(--white);
  box-shadow: 0 30px 86px rgba(42, 5, 10, 0.22);
}

.full-story-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft), rgba(234, 213, 155, 0.28));
}

.full-story-copy,
.full-story-visual {
  position: relative;
  z-index: 1;
}

.full-story-intro .section-label {
  color: var(--gold-soft);
}

.full-story-intro h2 {
  max-width: 620px;
  color: var(--white);
}

.full-story-intro p:not(.section-label) {
  max-width: 620px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.full-story-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 24px;
}

.full-story-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(234, 213, 155, 0.26);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.full-story-highlights strong {
  color: var(--gold-soft);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1;
}

.full-story-detail summary {
  min-height: 50px;
  width: fit-content;
  padding: 0 20px;
  background: var(--gold);
  color: var(--burgundy-deep);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.full-story-detail summary:hover,
.full-story-detail summary:focus-visible {
  background: var(--gold-soft);
  color: var(--burgundy-deep);
}

.full-story-content {
  columns: 1;
  max-width: 760px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(234, 213, 155, 0.22);
  color: rgba(255, 255, 255, 0.82);
}

.full-story-content p {
  margin: 0 0 18px;
}

.full-story-visual {
  display: grid;
  grid-template-rows: minmax(280px, 1fr) auto auto;
  gap: 12px;
  min-height: 100%;
}

.full-story-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid rgba(234, 213, 155, 0.3);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.full-story-photo-main {
  min-height: 320px;
}

.full-story-photo-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.full-story-photo-pair img {
  aspect-ratio: 1 / 1;
}

.full-story-visual p {
  margin: 0;
  padding: 15px 16px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 750;
  line-height: 1.5;
}

@media (max-width: 920px) {
  .full-story-panel {
    grid-template-columns: 1fr;
  }

  .full-story-visual {
    grid-template-rows: auto;
  }

  .full-story-photo-main {
    aspect-ratio: 16 / 9;
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .full-story-panel {
    padding: 24px 18px;
  }

  .full-story-highlights {
    display: grid;
    grid-template-columns: 1fr;
  }

  .full-story-detail summary {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .full-story-photo-main {
    min-height: 240px;
  }
}

/* Certificate-style story block without photos. */
.full-story-section {
  padding: clamp(58px, 8vw, 104px) 0;
  background:
    linear-gradient(180deg, var(--cream) 0%, #fffaf2 50%, var(--cream) 100%);
}

.full-story-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.34fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  padding: clamp(30px, 5vw, 62px);
  border: 1px solid rgba(124, 20, 39, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(247, 239, 225, 0.92)),
    var(--cream);
  color: var(--text);
  box-shadow: 0 28px 80px rgba(42, 5, 10, 0.12);
}

.full-story-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(200, 162, 74, 0.48);
  border-radius: calc(var(--radius) - 2px);
  pointer-events: none;
}

.full-story-panel::after {
  content: "FSk HRÁČI";
  position: absolute;
  right: clamp(24px, 4vw, 46px);
  bottom: clamp(18px, 3vw, 34px);
  color: rgba(75, 7, 18, 0.06);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(4.2rem, 10vw, 9rem);
  font-weight: 800;
  line-height: 0.8;
  pointer-events: none;
}

.full-story-copy,
.full-story-certificate {
  position: relative;
  z-index: 1;
}

.full-story-intro {
  max-width: 780px;
}

.full-story-intro .section-label {
  color: var(--burgundy);
}

.full-story-intro h2 {
  color: var(--burgundy);
}

.full-story-intro p:not(.section-label) {
  max-width: 680px;
  color: var(--muted);
}

.full-story-highlights {
  max-width: 760px;
  margin: 26px 0 24px;
}

.full-story-highlights span {
  background: rgba(255, 255, 255, 0.62);
  color: var(--burgundy);
  border-color: rgba(200, 162, 74, 0.4);
  box-shadow: 0 10px 24px rgba(42, 5, 10, 0.06);
}

.full-story-highlights strong {
  color: var(--burgundy);
}

.full-story-detail summary {
  background: var(--burgundy);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(75, 7, 18, 0.18);
}

.full-story-detail summary:hover,
.full-story-detail summary:focus-visible {
  background: var(--burgundy-soft);
  color: var(--white);
}

.full-story-content {
  max-width: 920px;
  border-top-color: rgba(124, 20, 39, 0.16);
  color: var(--muted);
}

.full-story-certificate {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 22px 18px;
  border-left: 1px solid rgba(200, 162, 74, 0.42);
  text-align: center;
}

.certificate-kicker {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.certificate-seal {
  display: grid;
  place-items: center;
  width: 142px;
  height: 142px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 250, 242, 0.98) 0 53%, rgba(234, 213, 155, 0.2) 54% 100%);
  color: var(--burgundy);
  box-shadow: inset 0 0 0 9px rgba(75, 7, 18, 0.06), 0 16px 34px rgba(42, 5, 10, 0.1);
}

.certificate-seal span {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1;
}

.certificate-seal strong {
  color: var(--gold);
  font-size: 0.95rem;
  line-height: 1;
}

.full-story-certificate p {
  max-width: 270px;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.55;
}

.certificate-regions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.certificate-regions span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(200, 162, 74, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--burgundy);
  font-size: 0.82rem;
  font-weight: 850;
}

@media (max-width: 920px) {
  .full-story-panel {
    grid-template-columns: 1fr;
  }

  .full-story-certificate {
    border-left: 0;
    border-top: 1px solid rgba(200, 162, 74, 0.42);
    padding-top: 24px;
  }
}

@media (max-width: 640px) {
  .full-story-panel {
    padding: 30px 18px;
  }

  .full-story-panel::before {
    inset: 10px;
  }

  .full-story-panel::after {
    display: none;
  }

  .certificate-seal {
    width: 118px;
    height: 118px;
  }
}
