/* =========================================================
   СІЛЬ ЗЕМЛІ — landing page, premium forest edition
   ========================================================= */

:root {
  --pine-950: #06110d;
  --pine-900: #0a1812;
  --pine-850: #0d2017;
  --pine-800: #10261d;
  --pine-700: #183628;
  --pine-600: #244d35;
  --sage-400: #a8b9a2;
  --cream-100: #f5efe4;
  --cream-200: #eee2d0;
  --sand-300: #d7c2a3;
  --gold-300: #caa66b;
  --gold-200: #e7cf94;
  --terracotta: #b85d35;
  --terracotta-strong: #d36b3d;
  --amber: #d9914b;
  --text-dark: #1e3026;
  --text-muted: #5d665d;
  --white: #fffaf1;

  --container: 1180px;
  --radius-xl: 32px;
  --radius-lg: 22px;
  --shadow-dark: 0 28px 80px rgba(0, 0, 0, .36);
  --shadow-soft: 0 18px 50px rgba(20, 30, 20, .16);

  --serif: "Albertus Nova", "Cormorant Garamond", Georgia, serif;
  --script: "Jacqueline", "Great Vibes", "Marck Script", cursive;
  --body: "Gilroy", "Inter", Arial, sans-serif;
  --display: "Evolventa", "Montserrat", "Inter", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--pine-950);
  color: var(--white);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
::selection { background: rgba(211, 107, 61, .45); color: var(--white); }

.site-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: .045;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.55) 1px, transparent 0);
  background-size: 4px 4px;
  mix-blend-mode: overlay;
}

.container { width: min(100% - 44px, var(--container)); margin-inline: auto; }
.section-dark {
  position: relative;
  background:
    radial-gradient(circle at 20% 0%, rgba(184, 93, 53, .10), transparent 34%),
    radial-gradient(circle at 80% 30%, rgba(168, 185, 162, .08), transparent 34%),
    linear-gradient(180deg, var(--pine-900), var(--pine-950));
}
.section-cream {
  position: relative;
  color: var(--text-dark);
  background:
    radial-gradient(circle at 12% 15%, rgba(184, 93, 53, .08), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(36, 77, 53, .09), transparent 28%),
    linear-gradient(180deg, #f7f0e4, #efe2cf);
}
.compact-section { padding: 70px 0 78px; }
.section-title { display: flex; align-items: center; gap: 20px; margin-bottom: 40px; }
.section-title.centered { justify-content: center; text-align: center; }
.section-title span { width: min(18vw, 230px); height: 1px; background: linear-gradient(90deg, transparent, rgba(215, 194, 163, .72), transparent); }
.section-title h2, .about-copy h2, .format-info h2, .final-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.05;
}
.section-title h2 { font-size: clamp(34px, 5vw, 58px); }

.eyebrow {
  margin: 0 0 12px;
  color: var(--amber);
  font-family: var(--display);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(217,145,75,.18);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px 36px;
  border-radius: 999px;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}
.button-primary {
  color: #fff9ef;
  background: linear-gradient(135deg, var(--terracotta), #9e482a);
  border: 1px solid rgba(255, 237, 214, .18);
  box-shadow: 0 18px 38px rgba(104, 41, 22, .34);
}
.button-primary:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, var(--terracotta-strong), #a64d2d);
  box-shadow: 0 26px 56px rgba(104, 41, 22, .44), 0 0 30px rgba(211,107,61,.22);
}
.button-arrow { display: none; }

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px clamp(18px, 4vw, 58px);
  color: var(--white);
  transition: background .25s ease, border-color .25s ease, padding .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled {
  padding-block: 14px;
  background: rgba(6, 17, 13, .82);
  border-bottom: 1px solid rgba(215, 194, 163, .16);
  backdrop-filter: blur(16px);
}
.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  font-family: var(--serif);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
  transition: transform .28s ease;
}
.brand-title {
  position: relative;
  display: inline-block;
  color: #fff8ea;
  text-shadow: 0 0 0 rgba(231,207,148,0);
  transition: color .28s ease, text-shadow .28s ease, letter-spacing .28s ease;
}
.brand-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-200), transparent);
  transform: translateX(-50%);
  transition: width .28s ease;
}
.brand:hover { transform: translateY(-1px); }
.brand:hover .brand-title {
  color: #fff2c5;
  letter-spacing: .13em;
  text-shadow: 0 0 12px rgba(231,207,148,.42), 0 0 34px rgba(202,166,107,.35);
}
.brand:hover .brand-title::after { width: 104%; }

.main-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 40px); font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a:not(.nav-cta) { position: relative; opacity: .88; transition: opacity .2s ease, color .2s ease; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: var(--gold-300); transition: width .25s ease; }
.main-nav a:hover { opacity: 1; color: #fff; }
.main-nav a:hover::after { width: 100%; }
.nav-cta { padding: 10px 18px; border: 1px solid rgba(211, 107, 61, .78); border-radius: 999px; color: #fff3e6; background: rgba(184, 93, 53, .08); transition: background .25s ease, transform .25s ease; }
.nav-cta:hover { transform: translateY(-2px); background: rgba(184, 93, 53, .24); }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 0; border: 1px solid rgba(215, 194, 163, .28); border-radius: 14px; background: rgba(6, 17, 13, .38); color: var(--white); }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; border-radius: 99px; transition: transform .25s ease, opacity .25s ease; }
.menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Decor */
.decor {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 26px 28px rgba(0,0,0,.26));
}
.decor-hero-right { right: -170px; top: 150px; width: min(42vw, 1000px); opacity: 1; transform: rotate(150deg); animation: branchFloatRight 6s ease-in-out infinite; }
.decor-about-left { left: -280px; bottom: 30px; width: min(34vw, 430px); opacity: 1; transform: rotate(-14deg); z-index: 1; animation: branchFloat1 4s ease-in-out infinite}
.decor-about-right { right: -200px; top: -200px; width: min(34vw, 420px); opacity: 1; transform: rotate(100deg); animation: branchFloat2 7s ease-in-out infinite}
.decor-program-side { right: -18px; top: 135px; height: 74%; max-height: 980px; opacity: .28; }
.decor-format-leaves { right: -200px; top: 200px; width: min(34vw, 420px); opacity: 1; transform: rotate(100deg); animation: branchFloat2 8s ease-in-out infinite}
.decor-format-leaves-left { left: -280px; top: -200px; width: min(34vw, 430px); opacity: 1; transform: rotate(-14deg); z-index: 1; animation: branchFloat1 7s ease-in-out infinite}
.decor-final-berries { left: 50%; bottom: -64px; width: min(38vw, 520px); opacity: .34; transform: translateX(-50%); }

@keyframes branchFloatRight {
  0%, 100% {
    transform: rotate(150deg) translateY(0);
  }

  50% {
    transform: rotate(150deg) translateY(-26px);
  }
}

@keyframes branchFloat1 {
  0%, 100% {
    transform: rotate(-14deg) translateY(10px);
  }

  50% {
    transform: rotate(-14deg) translateY(-10px);
  }
}
@keyframes branchFloat2 {
  0%, 100% {
    transform: rotate(100deg) translate(20px);
  }

  50% {
    transform: rotate(100deg) translate(-20px);
  }
}


/* Hero */
.hero { min-height: 100svh; display: grid; align-items: center; overflow: hidden; padding: 128px 0 86px; isolation: isolate; }
.hero-bg, .hero-shade, .hero-bg img { position: absolute; inset: 0; }
.hero-bg { z-index: -3; }
.hero-bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  filter: saturate(.98) contrast(1.06) brightness(.92);
  transform: scale(1.03);
}
.hero-shade { z-index: -2; background:
  linear-gradient(90deg, rgba(4, 12, 9, .68) 0%, rgba(8, 20, 15, .48) 43%, rgba(6, 17, 13, .53) 100%),
  linear-gradient(180deg, rgba(4, 9, 7, .42) 0%, transparent 30%, rgba(6, 17, 13, .92) 100%);
}
.hero::after { content: ""; position: absolute; z-index: -1; left: 0; right: 0; bottom: -1px; height: 220px; background: linear-gradient(180deg, transparent, var(--pine-950) 85%); }
.hero-inner { position: relative; display: grid; justify-items: start; z-index: 3; transform: translateY(-30px)}
.hero-date {
  margin: 0;
  color: #f1c381;
  font-family: var(--script);
  font-size: clamp(25px, 4.0vw, 50px);
  line-height: 1;
  letter-spacing: .02em;
  transform: rotate(-13deg);
  text-shadow: 0 6px 28px rgba(0,0,0,.44), 0 0 18px rgba(217,145,75,.18);
}
.hero-title { margin: 0; color: rgba(255,249,238,.98); font-family: var(--serif); font-size: clamp(86px, 17vw, 180px); font-weight: 700; line-height: .74; letter-spacing: .045em; text-transform: uppercase; text-shadow: 0 16px 70px rgba(0,0,0,.48); }
.hero-subtitle { max-width: 620px; margin: 30px 0 28px; color: #fff2d7; font-family: var(--script); font-size: clamp(31px, 4.5vw, 58px); line-height: 1.06; text-shadow: 0 10px 35px rgba(0,0,0,.48); }
.hero-actions { margin-bottom: 26px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 14px 26px; color: rgba(255,249,238,.86); font-family: var(--display); font-size: 14px; font-weight: 700; }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta svg { width: 21px; height: 21px; fill: none; stroke: var(--gold-300); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.forest-frame { display: none; }

/* About */
.about { padding: 98px 0 94px; overflow: hidden; background-color: #f3dfb8;
  background-image:
    url("assets/images/decor/parchment-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat}
.parchment-section {  }
.about-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); align-items: center; gap: 56px; position: relative; z-index: 100; }
.about-copy h2 { margin-bottom: 28px; font-size: clamp(58px, 9vw, 112px); }
.about-copy p { max-width: 620px; margin: 0 0 20px; color: #344239; font-size: clamp(18px, 1.8vw, 21px); line-height: 1.68; }
.about-copy h3 { max-width: 640px; margin: 32px 0 18px; color: var(--pine-600); font-family: var(--display); font-size: clamp(24px, 3vw, 38px); line-height: 1.18; }
.image-card { overflow: hidden; border: 1px solid rgba(36,77,53,.22); border-radius: var(--radius-xl); background: rgba(255,255,255,.18); box-shadow: var(--shadow-soft); }
.image-card img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; transition: transform .7s ease, filter .7s ease; }
.image-card:hover img { transform: scale(1.04); filter: saturate(1.05) contrast(1.02); }
.about-image { height: min(48vw, 520px); z-index: 100}
.botanical, .botanical-left, .botanical-right { display: none !important; }

/* Expect */
.expect { border-top: 1px solid rgba(215,194,163,.12); border-bottom: 1px solid rgba(215,194,163,.12); }
.expect-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.feature-card { position: relative; min-height: 240px; padding: 28px 24px; text-align: center; border: 1px solid rgba(215,194,163,.18); border-radius: var(--radius-lg); background: linear-gradient(180deg, rgba(255,250,241,.07), rgba(255,250,241,.025)); box-shadow: 0 18px 42px rgba(0,0,0,.18); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease; overflow: hidden; }
.feature-card::before { content: ""; position: absolute; inset: -1px; opacity: 0; background: radial-gradient(circle at 50% 20%, rgba(231,207,148,.18), transparent 42%), linear-gradient(180deg, rgba(184,93,53,.08), transparent); transition: opacity .28s ease; }
.feature-card:hover { transform: translateY(-8px); border-color: rgba(231,207,148,.45); box-shadow: 0 26px 70px rgba(0,0,0,.26), 0 0 35px rgba(202,166,107,.15); background: linear-gradient(180deg, rgba(255,250,241,.095), rgba(255,250,241,.035)); }
.feature-card:hover::before { opacity: 1; }
.feature-icon, .feature-card h3, .feature-card p { position: relative; z-index: 1; }
.feature-icon { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 18px; color: var(--gold-300); transition: color .28s ease, transform .28s ease; }
.feature-card:hover .feature-icon { color: var(--gold-200); transform: scale(1.06); }
.feature-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { min-height: 58px; margin: 0 0 12px; color: #f1dfbe; font-family: var(--display); font-size: 20px; line-height: 1.25; }
.feature-card p { margin: 0; color: rgba(255,249,238,.72); font-size: 16px; line-height: 1.5; }

/* Program */
.program { padding: 98px 0 94px; overflow: hidden; }
.program-heading { max-width: 100%; margin-bottom: 42px; }
.program-heading h2 { margin: 0 0 10px; color: #fff7e8; font-family: var(--serif); font-size: clamp(42px, 6.2vw, 76px); line-height: 1; white-space: nowrap; }
.program-heading h3 { margin: 0; color: var(--gold-300); font-family: var(--serif); font-size: clamp(34px, 5vw, 58px); line-height: 1.08; }
.program-list { display: grid; gap: 26px; position: relative; z-index: 3; }
.program-card { display: grid; grid-template-columns: 86px minmax(0,.85fr) minmax(360px,1.1fr); gap: 26px; align-items: stretch; padding: 18px; border: 1px solid rgba(215,194,163,.18); border-radius: var(--radius-xl); background: radial-gradient(circle at 20% 0%, rgba(211,107,61,.10), transparent 25%), linear-gradient(135deg, rgba(255,250,241,.07), rgba(255,250,241,.03)); box-shadow: var(--shadow-dark); }
.program-card.reverse { grid-template-columns: 86px minmax(360px,1.1fr) minmax(0,.85fr); }
.program-card.reverse .program-copy { order: 3; }
.program-card.reverse figure { order: 2; }
.program-number { display: flex; justify-content: center; padding-top: 16px; color: var(--terracotta-strong); font-family: var(--serif); font-size: 42px; line-height: 1; }
.program-copy { padding: 16px 0; }
.program-copy h4 { margin: 0 0 14px; color: #fff4df; font-family: var(--serif); font-size: clamp(29px,3vw,42px); line-height: 1.06; }
.program-copy p { position: relative; margin: 0 0 8px; padding-left: 16px; color: rgba(255,249,238,.82); font-size: 17px; line-height: 1.5; }
.program-copy p::before { content: "•"; position: absolute; left: 0; color: var(--gold-300); }
.program-card figure { overflow: hidden; min-height: 260px; margin: 0; border-radius: calc(var(--radius-xl) - 10px); }
.program-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.02) brightness(.88); }
.program-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px; }
.program-duo img { border-radius: 18px; }

/* History */
.history { padding: 92px 0 96px; overflow: hidden; }
.history-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; position: relative; z-index: 3; }
.history-card { overflow: hidden; border: 1px solid rgba(215,194,163,.18); border-radius: var(--radius-lg); background: linear-gradient(180deg, rgba(255,250,241,.07), rgba(255,250,241,.03)); box-shadow: 0 20px 50px rgba(0,0,0,.22); }
.history-card figure { margin: 0; height: 230px; overflow: hidden; }
.history-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.05) brightness(.82); }
.history-card > div { padding: 24px 24px 28px; }
.card-number { margin: 0 0 6px; color: var(--terracotta-strong); color: #B36D3D !important; font-family: var(--serif); font-size: 32px !important; line-height: 1; }
.history-card h3 { margin: 0 0 12px; color: #fff2d6; font-family: var(--serif); font-size: clamp(24px,2.7vw,36px); line-height: 1.05; }
.history-card p { margin: 0 0 10px; color: rgba(255,249,238,.76); font-size: 16.5px; line-height: 1.5; }
.history-card-wide { grid-column: span 1; }
.history-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 10px; height: 230px !important; }
.history-duo img { border-radius: 14px; }
.history-card.small > div { min-height: 270px; display: flex; flex-direction: column; justify-content: center; }

/* Quote */
.quote-band { padding: 94px 0 96px; overflow: hidden; text-align: center; isolation: isolate; }
.quote-bg, .quote-bg img { position: absolute; inset: 0; }
.quote-bg { z-index: -2; }
.quote-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.38) saturate(.78); }
.quote-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(6,17,13,.95), rgba(6,17,13,.68), rgba(6,17,13,.95)), radial-gradient(circle at 50% 50%, rgba(211,107,61,.16), transparent 42%); }
.quote-mark { display: block; height: 54px; color: var(--terracotta-strong); font-family: var(--serif); font-size: 110px; line-height: .6; }
.quote-band p { max-width: 930px; margin: 0 auto; color: #f8e5bd; font-family: var(--serif); font-size: clamp(34px,5.5vw,70px); line-height: 1.08; }

/* Organizers */
.organizers { padding: 96px 0 104px; overflow: hidden; }
.organizers-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; position: relative; z-index: 3; }
.organizer-card { overflow: hidden; min-height: 560px; padding: 18px 18px 26px; border: 1px solid rgba(215,194,163,.18); border-radius: var(--radius-lg); background: radial-gradient(circle at 50% 0%, rgba(211,107,61,.10), transparent 26%), linear-gradient(180deg, rgba(255,250,241,.075), rgba(255,250,241,.028)); box-shadow: 0 20px 54px rgba(0,0,0,.26); }
.organizer-card figure { width: 100%; height: 250px; margin: 0 0 22px; overflow: hidden; border-radius: 18px; border: 1px solid rgba(215,194,163,.16); background: linear-gradient(135deg, rgba(255,250,241,.10), rgba(211,107,61,.08)); }
.organizer-card img { width: 100%; height: 100%; object-fit: cover; }
.organizer-card:nth-child(1) img { object-position: center 30%; }
.organizer-card:nth-child(3) img { object-position: 54% 44%; }
.organizer-card:nth-child(4) img { object-position: 52% 42%; }
.organizer-card h3 { margin: 0 0 8px; color: #fff2dc; font-family: var(--serif); font-size: 31px; line-height: 1.05; }
.organizer-card h4 { margin: 0 0 14px; color: var(--gold-300); font-family: var(--display); font-size: 15px; line-height: 1.35; }
.organizer-card p { margin: 0 0 12px; color: rgba(255,249,238,.76); font-size: 15.4px; line-height: 1.48; }

/* Format */
.format { padding: 96px 0; overflow: hidden; background-color: #f3dfb8;
  background-image:
    url("assets/images/decor/parchment-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat}
.format-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,.75fr) minmax(380px,.95fr); align-items: center; gap: 44px; position: relative; z-index: 3; }
.format-info h2 { margin-bottom: 28px; font-size: clamp(46px,6vw,76px); }
.format-list { display: grid; gap: 16px; padding: 0; margin: 0; list-style: none; }
.format-list li { display: grid; grid-template-columns: 34px 1fr; align-items: start; gap: 12px; color: #24382d; font-size: 18px; line-height: 1.4; }
.format-list li.accent { color: #a04324; }
.format-icon { display: grid; place-items: center; width: 28px; height: 28px; color: #fff7e9; background: linear-gradient(135deg, var(--pine-600), var(--terracotta)); border-radius: 50%; font-size: 13px; box-shadow: 0 10px 20px rgba(36,77,53,.20); }
.format-copy { align-self: center; }
.format-copy p { margin: 0 0 28px; color: #3b473e; font-size: 18px; line-height: 1.7; }
.format-image { height: 390px; }
.format-image img { object-position: center; }

/* Final CTA */
.final-cta { padding: 96px 0; overflow: hidden; text-align: center; isolation: isolate; }
.final-bg, .final-bg img { position: absolute; inset: 0; }
.final-bg { z-index: -2; }
.final-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(1) saturate(.98) contrast(1.04); }
.final-cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(6,17,13,.93), rgba(6,17,13,.78)), radial-gradient(circle at 50% 30%, rgba(211,107,61,.15), transparent 40%); }
.final-cta h2 { color: #fff6e5; font-size: clamp(42px,6vw,76px); }
.final-cta p { max-width: 680px; margin: 20px auto 30px; color: rgba(255,249,238,.8); font-size: clamp(18px,2vw,22px); }

/* Footer */
.site-footer { padding: 62px 0 70px; border-top: 1px solid rgba(215,194,163,.14); }
.footer-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 42px; align-items: center; }
.footer-title { color: #fff3dc; font-family: var(--serif); font-size: 52px; font-weight: 700; line-height: .86; letter-spacing: .07em; }
.footer-brand p { margin: 18px 0 0; color: rgba(255,249,238,.70); }
.footer-contact h2 { margin: 0 0 24px; color: #f7e5c5; font-family: var(--serif); font-size: clamp(32px,4vw,52px); line-height: 1.05; }
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.contact-grid a { min-height: 102px; padding: 20px; border: 1px solid rgba(215,194,163,.16); border-radius: 20px; background: rgba(255,250,241,.045); transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.contact-grid a:hover { transform: translateY(-3px); border-color: rgba(211,107,61,.45); background: rgba(255,250,241,.07); }
.contact-grid span { display: block; color: var(--gold-300); font-size: 14px; font-weight: 700; }
.contact-grid strong { display: block; margin-top: 5px; color: rgba(255,249,238,.9); font-size: 16px; }

.explanation {font-size: 28px; color: #caa66b !important; font-family: var(--script)}
.explanation2 {font-size: 14px; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 1100px) {
  :root { --container: 920px; }
  body { font-size: 17px; }
  .about-grid, .format-grid { grid-template-columns: 1fr; }
  .about-image, .format-image { height: auto; }
  .expect-grid, .organizers-grid { grid-template-columns: repeat(2,1fr); }
  .program-card, .program-card.reverse { grid-template-columns: 72px 1fr; }
  .program-card figure, .program-card.reverse figure { grid-column: 1 / -1; order: 3; }
  .program-card.reverse .program-copy { order: 2; }
  .history-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid, .contact-grid { grid-template-columns: 1fr; }
  .program-heading h2 { white-space: normal; }
}

@media (max-width: 820px) {
  .site-header { padding: 14px 18px; }
  .menu-toggle { display: block; position: relative; z-index: 1002; }
  .main-nav { position: fixed; inset: 0 0 auto auto; z-index: 1001; width: min(100%,390px); min-height: 100svh; flex-direction: column; align-items: stretch; justify-content: center; gap: 18px; padding: 86px 26px 34px; background: linear-gradient(180deg, rgba(6,17,13,.96), rgba(10,24,18,.98)); border-left: 1px solid rgba(215,194,163,.16); box-shadow: -18px 0 60px rgba(0,0,0,.32); transform: translateX(102%); transition: transform .3s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { display: block; padding: 14px 0; font-size: 16px; }
  .nav-cta { text-align: center; margin-top: 8px; }
  .hero { min-height: 92svh; padding: 106px 0 72px; }
  .hero-date { margin-left: 0; justify-self: start; transform: rotate(-10deg); }
  .hero-title { font-size: clamp(78px,25vw,150px); }
  .hero-subtitle { max-width: 92%; }
  .hero-meta { display: grid; gap: 10px; }
  .about, .program, .history, .organizers, .format, .final-cta, .quote-band { padding-block: 72px; }
  .about-grid { gap: 34px; }
  .about-copy p, .format-copy p { font-size: 17px; }
  .expect-grid, .organizers-grid, .history-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .program-card, .program-card.reverse { grid-template-columns: 1fr; gap: 16px; }
  .program-number { justify-content: flex-start; padding: 0; }
  .program-copy { padding: 0; }
  .program-card figure { min-height: 250px; }
  .program-duo { min-height: 250px; }
  .history-card figure, .history-duo { height: 220px !important; }
  .history-card.small > div { min-height: auto; }
  .organizer-card { min-height: auto; }
  .organizer-card figure { height: min(82vw,430px); }
  .section-title { gap: 14px; }
  .section-title span { width: 16vw; }
  .contact-grid a { min-height: 88px; }
  .decor { opacity: .18; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 28px, var(--container)); }
  .brand { font-size: 17px; letter-spacing: .06em; }
  .hero-title { letter-spacing: .025em; }
  .hero-subtitle { font-size: 34px; }
  .button { width: 100%; min-height: 56px; padding-inline: 22px; }
  .about-copy h2 { font-size: 62px; }
  .program-heading h2, .format-info h2, .final-cta h2 { font-size: 45px; }
  .program-heading h3 { font-size: 38px; }
  .program-card { padding: 14px; border-radius: 22px; }
  .program-card figure { min-height: 210px; border-radius: 16px; }
  .history-card > div { padding: 20px; }
  .footer-title { font-size: 44px; }
  .decor { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
