/* ═══════════════════════════════════════
   NAV
═══════════════════════════════════════ */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  padding: 22px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;

  background: rgba(28, 20, 16, 0.94);
  backdrop-filter: blur(20px);
  padding: 14px 56px;
  border-bottom: 1px solid rgba(200, 150, 42, 0.15);
}
nav.scrolled {
  background: rgba(28, 20, 16, 0.94);
  backdrop-filter: blur(20px);
  padding: 14px 56px;
  border-bottom: 1px solid rgba(200, 150, 42, 0.15);
}
.nav-brand {
  font-family: "Cinzel", serif !important;
  font-size: 1.1rem;
  letter-spacing: 4px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.nav-brand span {
  color: var(--gold-lt);
  font-weight: 400;
  text-transform: lowercase !important;
}
.nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
}
.nav-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.68rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 500;
  transition: color 0.3s;
  font-family: "Mulish", sans-serif;
}
.nav-links a:hover {
  color: var(--gold-lt);
}
.nav-cta {
  background: transparent;
  border: 1px solid rgba(200, 150, 42, 0.5);
  color: var(--gold-lt);
  padding: 9px 22px;
  font-size: 0.68rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  cursor: none;
  transition: all 0.3s;
  text-decoration: none;
}
.nav-cta:hover {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}

/* ═══════════════════════════════════════
   MANIFESTO
═══════════════════════════════════════ */
#manifesto {
  background: var(--chalk);
  padding: 120px 56px;
  position: relative;
  overflow: hidden;
}
#manifesto::before {
  content: "CAUCASICA";
  font-family: "Cinzel", serif;
  font-size: 18vw;
  font-weight: 700;
  color: rgba(184, 74, 26, 0.04);
  position: absolute;
  left: -2vw;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
  letter-spacing: 2vw;
}
.manifesto-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.manifesto-kicker {
  font-size: 0.68rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--ember);
  font-weight: 500;
  margin-bottom: 28px;
  font-family: "Mulish", sans-serif;
}
.manifesto-text {
  font-family: "EB Garamond", serif;
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
  line-height: 1.55;
  font-weight: 400;
  color: var(--ink);
}
.manifesto-text em {
  font-style: italic;
  color: var(--ember);
}
.manifesto-text strong {
  font-weight: 500;
  color: var(--deep);
}
.manifesto-rule {
  width: 80px;
  height: 1px;
  background: linear-gradient(to right, var(--ember), transparent);
  margin: 48px 0;
}
.manifesto-sub {
  font-size: 0.9rem;
  line-height: 1.9;
  color: var(--stone);
  font-weight: 300;
  max-width: 560px;
}

/* ═══════════════════════════════════════
   THREE PILLARS
═══════════════════════════════════════ */
#pillars {
  background: var(--deep);
  padding: 0;
  overflow: hidden;
}
.pillars-header {
  padding: 80px 56px 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  max-width: 100%;
}
.pillars-header-left .label {
  font-size: 0.66rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold-lt);
  opacity: 0.6;
  margin-bottom: 12px;
  font-family: "Mulish", sans-serif;
}
.pillars-header-left h2 {
  font-family: "Cinzel", serif;
  /* text-transform: uppercase; */
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.2;
}
.pillars-header-right {
  font-size: 1rem !important;
  color: rgba(255, 255, 255, 0.35);
  max-width: 320px;
  line-height: 1.8;
  text-align: right;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 1rem;
}
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.pillar {
  padding: 60px 48px 70px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
  transition: background 0.4s;
}
.pillar:last-child {
  border-right: none;
}
.pillar:hover {
  background: rgba(255, 255, 255, 0.03);
}
.pillar-num {
  font-family: "Cinzel", serif;
  font-size: 5rem;
  font-weight: 700;
  color: rgba(200, 150, 42, 0.06);
  line-height: 1;
  margin-bottom: 32px;
  transition: color 0.4s;
}
.pillar:hover .pillar-num {
  color: rgba(200, 150, 42, 0.12);
}
.pillar-icon {
  font-size: 1.6rem;
  margin-bottom: 20px;
  display: block;
}
.pillar-title {
  font-family: "Cinzel", serif;
  font-size: 1rem;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.pillar-text {
  font-size: 0.88rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 300;
}
.pillar-hook-line {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--gold-lt);
  line-height: 1.5;
  margin-bottom: 14px;
  border-left: 2px solid rgba(200, 150, 42, 0.3);
  padding-left: 14px;
}
.pillar-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  font-size: 0.68rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  text-decoration: none;
  transition: gap 0.3s;
  font-family: "Mulish", sans-serif;
}
.pillar-cta:hover {
  gap: 14px;
}

/* ═══════════════════════════════════════
   FIRE PHILOSOPHY
═══════════════════════════════════════ */
#fire {
  position: relative;
  overflow: hidden;
  min-height: 80vh;
  display: flex;
  align-items: center;
  background: var(--ink);
}
.fire-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 80% 100% at 0% 50%,
      rgba(184, 74, 26, 0.3) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 40% 60% at 100% 30%,
      rgba(200, 150, 42, 0.08) 0%,
      transparent 50%
    ),
    #0d0a06;
}
.fire-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 100%;
  width: 100%;
}
.fire-text {
  padding: 100px 80px 100px 80px;
}
.fire-text .label {
  font-size: 0.66rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 20px;
  font-family: "Mulish", sans-serif;
}
.fire-text h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  color: #fff;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 2px;
  margin-bottom: 32px;
}
.fire-text h2 em {
  font-family: "EB Garamond", serif;
  font-style: italic;
  color: var(--gold-lt);
  font-size: 1.1em;
}
.fire-quote {
  border-left: 2px solid var(--ember);
  padding-left: 24px;
  margin: 36px 0;
}
.fire-quote p {
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}
.fire-quote cite {
  display: block;
  margin-top: 10px;
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Mulish", sans-serif;
  font-style: normal;
}
.fire-body {
  font-size: 0.9rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  max-width: 460px;
}
.fire-visual {
  position: relative;
  background: linear-gradient(
    135deg,
    #1a0a04 0%,
    #3a1808 40%,
    #5a2810 70%,
    #8a4018 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.fire-symbol {
  font-family: "Cinzel", serif;
  font-size: 18vw;
  color: rgba(184, 74, 26, 0.12);
  line-height: 1;
  user-select: none;
  position: absolute;
}
.fire-facts {
  position: relative;
  z-index: 1;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.fire-fact {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 28px;
}
.fire-fact:last-child {
  border: none;
  padding: 0;
}
.ff-num {
  font-family: "Cinzel", serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--gold);
  line-height: 1;
}
.ff-label {
  font-size: 0.72rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 6px;
  margin-bottom: 8px;
  font-family: "Mulish", sans-serif;
}
.ff-text {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
}

/* ═══════════════════════════════════════
   HOST VOICES
═══════════════════════════════════════ */
#hosts {
  background: var(--chalk);
  padding: 100px 80px;
}
.hosts-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
.hosts-head .label {
  font-size: 0.66rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 12px;
  font-family: "Mulish", sans-serif;
}
.hosts-head h2 {
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: var(--ink);
  font-weight: 400;
  letter-spacing: 2px;
}
.hosts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.host-card {
  background: var(--warm);
  padding: 44px 36px;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
  border: 1px solid rgba(184, 74, 26, 0.08);
}
.host-card:hover {
  background: #fff;
}
.host-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, var(--ember), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}
.host-card:hover::before {
  transform: scaleX(1);
}
.host-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ember), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cinzel", serif;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 24px;
  font-weight: 600;
}
.host-quote {
  font-family: "EB Garamond", serif;
  font-size: 1.05rem;
  font-style: italic;
  color: var(--deep);
  line-height: 1.7;
  margin-bottom: 24px;
}
.host-name {
  font-family: "Cinzel", serif;
  font-size: 0.8rem;
  letter-spacing: 2px;
  color: var(--ink);
  font-weight: 500;
  text-transform: uppercase;
}
.host-role {
  font-size: 0.72rem;
  color: var(--mist);
  margin-top: 4px;
  font-family: "Mulish", sans-serif;
}
.host-loc {
  font-size: 0.72rem;
  color: var(--ember);
  margin-top: 4px;
  font-family: "Mulish", sans-serif;
  letter-spacing: 1px;
}

/* ═══════════════════════════════════════
   CRAFT LINEAGES
═══════════════════════════════════════ */
#crafts {
  background: var(--deep);
  color: #fff;
  padding: 100px 80px;
}
.crafts-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
.crafts-top .label {
  font-size: 0.66rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold-lt);
  opacity: 0.6;
  margin-bottom: 12px;
  font-family: "Mulish", sans-serif;
}
.crafts-top h2 {
  font-family: "Cinzel", serif !important;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
}
.crafts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.craft-item {
  padding: 40px 32px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
  cursor: none;
}
.craft-item:hover {
  background: rgba(255, 255, 255, 0.07);
}
.craft-glyph {
  font-size: 2.5rem;
  margin-bottom: 20px;
  display: block;
  opacity: 0.8;
}
.craft-name {
  font-family: "Cinzel", serif;
  font-size: 0.9rem;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.craft-age {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--gold-lt);
  margin-bottom: 12px;
}
.craft-desc {
  font-size: 0.8rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}
.craft-tag {
  display: inline-block;
  margin-top: 16px;
  font-size: 0.62rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(200, 150, 42, 0.12);
  border: 1px solid rgba(200, 150, 42, 0.2);
  color: var(--gold);
  padding: 4px 10px;
  font-family: "Mulish", sans-serif;
}

/* ═══════════════════════════════════════
   HOST ACADEMY
═══════════════════════════════════════ */
#academy {
  background: var(--chalk);
  padding: 100px 80px;
}
.academy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.academy-left .label {
  font-size: 0.66rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 14px;
  font-family: "Mulish", sans-serif;
}
.academy-left h2 {
  font-family: "Cinzel", serif !important;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--ink);
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.academy-left .rule {
  width: 50px;
  height: 1px;
  background: linear-gradient(to right, var(--ember), transparent);
  margin-bottom: 24px;
}
.academy-left p {
  font-size: 0.9rem;
  line-height: 1.9;
  color: var(--stone);
  font-weight: 300;
  margin-bottom: 32px;
}
.badge-example {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--ink);
  color: #fff;
  padding: 14px 22px;
  border: 1px solid rgba(200, 150, 42, 0.3);
}
.badge-icon {
  width: 36px;
  height: 36px;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.badge-text {
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: "Cinzel", serif;
  line-height: 1.5;
}
.badge-text span {
  display: block;
  color: var(--gold-lt);
  font-size: 0.6rem;
  letter-spacing: 2px;
  margin-top: 2px;
  font-family: "Mulish", sans-serif;
  font-weight: 300;
}
.weeks-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.week-block {
  background: var(--warm);
  padding: 24px 20px;
  border: 1px solid rgba(184, 74, 26, 0.08);
  transition: background 0.3s;
  position: relative;
  overflow: hidden;
}
.week-block:hover {
  background: #fff;
}
.week-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--ember);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.4s;
}
.week-block:hover::before {
  transform: scaleY(1);
}
.wb-weeks {
  font-size: 0.62rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 8px;
  font-family: "Mulish", sans-serif;
}
.wb-title {
  font-family: "Cinzel", serif;
  font-size: 0.85rem;
  color: var(--ink);
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.wb-desc {
  font-size: 0.75rem;
  color: var(--stone);
  line-height: 1.6;
}

/* ═══════════════════════════════════════
   TECH DIPLOMACY
═══════════════════════════════════════ */
#tech-diplomacy {
  background: var(--ink);
  color: #fff;
  padding: 100px 80px;
  position: relative;
  overflow: hidden;
}
#tech-diplomacy::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(200, 150, 42, 0.06);
  border-radius: 50%;
}
#tech-diplomacy::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 400px;
  height: 400px;
  border: 1px solid rgba(200, 150, 42, 0.04);
  border-radius: 50%;
}
.td-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.td-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
.td-top .label {
  font-size: 0.66rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold-lt);
  opacity: 0.6;
  margin-bottom: 14px;
  font-family: "Mulish", sans-serif;
}
.td-top h2 {
  font-family: "Cinzel", serif !important;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.2;
}
.td-top p {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.35);
  max-width: 340px;
  text-align: right;
  line-height: 1.7;
}
.td-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.td-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 36px 30px;
  transition: background 0.3s;
  position: relative;
  overflow: hidden;
}
.td-card:hover {
  background: rgba(255, 255, 255, 0.08);
}
.td-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, var(--ember), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}
.td-card:hover::after {
  transform: scaleX(1);
}
.td-num {
  font-family: "Cinzel", serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: rgba(200, 150, 42, 0.08);
  line-height: 1;
  margin-bottom: 20px;
}
.td-icon {
  font-size: 1.4rem;
  margin-bottom: 14px;
  display: block;
}
.td-title {
  font-family: "Cinzel", serif;
  font-size: 0.9rem;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.td-text {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.8;
}
.td-tag {
  display: inline-block;
  margin-top: 16px;
  font-size: 0.62rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(200, 150, 42, 0.12);
  border: 1px solid rgba(200, 150, 42, 0.2);
  color: var(--gold);
  padding: 4px 10px;
  font-family: "Mulish", sans-serif;
}
.td-banner {
  margin-top: 2px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 32px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.td-banner-text {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  max-width: 600px;
}
.td-banner-badge {
  flex-shrink: 0;
  text-align: center;
  border: 1px solid rgba(200, 150, 42, 0.3);
  padding: 16px 28px;
}
.td-banner-badge .big {
  font-family: "Cinzel", serif;
  font-size: 1rem;
  letter-spacing: 3px;
  color: var(--gold-lt);
}
.td-banner-badge .small {
  font-size: 0.65rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 6px;
  font-family: "Mulish", sans-serif;
}

/* ═══════════════════════════════════════
   FEE MODEL
═══════════════════════════════════════ */
#fee-model {
  background: var(--deep);
  color: #fff;
  padding: 100px 80px;
}
.fee-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.fee-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
.fee-top .label {
  font-size: 0.66rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold-lt);
  opacity: 0.6;
  margin-bottom: 14px;
  font-family: "Mulish", sans-serif;
}
.fee-top h2 {
  font-family: "Cinzel", serif !important;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.2;
}
.fee-top p {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.35);
  max-width: 320px;
  text-align: right;
  line-height: 1.7;
}
.fee-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-bottom: 2px;
}
.fee-card {
  padding: 50px 44px;
  position: relative;
  overflow: hidden;
}
.fee-card-host {
  background: rgba(184, 74, 26, 0.12);
  border: 1px solid rgba(184, 74, 26, 0.2);
}
.fee-card-traveller {
  background: rgba(200, 150, 42, 0.08);
  border: 1px solid rgba(200, 150, 42, 0.2);
}
.fee-pct {
  font-family: "Cinzel", serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
.fee-card-host .fee-pct {
  color: var(--fire);
}
.fee-card-traveller .fee-pct {
  color: var(--gold-lt);
}
.fee-who {
  font-size: 0.68rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  font-family: "Mulish", sans-serif;
}
.fee-desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
}
.fee-hero {
  background: var(--ember);
  padding: 40px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.fee-hero-num {
  font-family: "Cinzel", serif;
  font-size: 4rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  flex-shrink: 0;
}
.fee-hero-num span {
  font-size: 2rem;
}
.fee-hero-text h3 {
  font-family: "Cinzel", serif;
  font-size: 1.1rem;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.fee-hero-text p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
}
.fee-breakdown {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 2px;
}
.fb-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px 24px;
  text-align: center;
  transition: background 0.3s;
}
.fb-item:hover {
  background: rgba(255, 255, 255, 0.08);
}
.fb-pct {
  font-family: "Cinzel", serif;
  font-size: 2rem;
  color: var(--gold-lt);
  line-height: 1;
  margin-bottom: 8px;
}
.fb-label {
  font-size: 0.68rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  font-family: "Mulish", sans-serif;
  line-height: 1.5;
}

/* ═══════════════════════════════════════
   SCALING ROADMAP
═══════════════════════════════════════ */
#scaling {
  background: var(--forest);
  color: #fff;
  padding: 100px 80px;
  position: relative;
  overflow: hidden;
}
.scaling-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.scaling-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 70px;
}
.scaling-top .label {
  font-size: 0.66rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(200, 230, 200, 0.5);
  margin-bottom: 14px;
  font-family: "Mulish", sans-serif;
}
.scaling-top h2 {
  font-family: "Cinzel", serif !important;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.2;
}
.scaling-top p {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.3);
  max-width: 300px;
  text-align: right;
  line-height: 1.7;
}
.timeline {
  position: relative;
  padding-left: 32px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    to bottom,
    var(--ember),
    rgba(200, 150, 42, 0.3),
    transparent
  );
}
.tl-item {
  position: relative;
  padding: 0 0 56px 48px;
}
.tl-item:last-child {
  padding-bottom: 0;
}
.tl-dot {
  position: absolute;
  left: -8px;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--ember);
  background: var(--forest);
  transition: background 0.3s;
}
.tl-item:hover .tl-dot {
  background: var(--ember);
}
.tl-item.active .tl-dot {
  background: var(--ember);
}
.tl-when {
  font-size: 0.65rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 8px;
  font-family: "Mulish", sans-serif;
}
.tl-place {
  font-family: "Cinzel", serif;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 6px;
}
.tl-desc {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
  max-width: 540px;
}
.tl-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.tl-tag {
  font-size: 0.62rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  padding: 3px 10px;
  font-family: "Mulish", sans-serif;
}
.tl-tag.active {
  background: rgba(184, 74, 26, 0.2);
  border-color: rgba(184, 74, 26, 0.4);
  color: var(--fire);
}

/* ═══════════════════════════════════════
   CBT-AI TOOLKIT
═══════════════════════════════════════ */
#toolkit {
  background: var(--parch);
  padding: 100px 80px;
  position: relative;
  overflow: hidden;
}
#toolkit::before {
  content: "📥";
  font-size: 30vw;
  position: absolute;
  right: -5vw;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.04;
  pointer-events: none;
  line-height: 1;
}
.toolkit-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.toolkit-left .label {
  font-size: 0.66rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 14px;
  font-family: "Mulish", sans-serif;
}
.toolkit-left h2 {
  font-family: "Cinzel", serif !important;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--ink);
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.toolkit-left .rule {
  width: 50px;
  height: 1px;
  background: linear-gradient(to right, var(--ember), transparent);
  margin-bottom: 24px;
}
.toolkit-left p {
  font-size: 0.9rem;
  line-height: 1.9;
  color: var(--stone);
  font-weight: 300;
  margin-bottom: 28px;
}
.toolkit-includes {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
}
.ti-row {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.82rem;
  color: var(--stone);
}
.ti-row::before {
  content: "✦";
  color: var(--ember);
  font-size: 0.7rem;
  flex-shrink: 0;
}
.toolkit-form {
  background: var(--ink);
  padding: 44px 40px;
}
.toolkit-form h3 {
  font-family: "Cinzel", serif;
  font-size: 1rem;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.toolkit-form p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 28px;
  line-height: 1.6;
}
.toolkit-form input {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 12px 14px;
  width: 100%;
  font-family: "Mulish", sans-serif;
  font-size: 0.88rem;
  outline: none;
  transition: border 0.3s;
  margin-bottom: 12px;
}
.toolkit-form input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.toolkit-form input:focus {
  border-color: var(--ember);
}
.btn-toolkit {
  width: 100%;
  padding: 14px;
  background: var(--gold);
  color: var(--ink);
  border: none;
  font-family: "Cinzel", serif;
  font-size: 0.78rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  cursor: none;
  transition: background 0.3s;
  font-weight: 600;
}
.btn-toolkit:hover {
  background: var(--ember);
  color: #fff;
}
.toolkit-note {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.25);
  margin-top: 12px;
  text-align: center;
  font-family: "Mulish", sans-serif;
}

/* ═══════════════════════════════════════
   IMPACT / REGENERATIVE
═══════════════════════════════════════ */
#impact {
  background: var(--forest);
  color: #fff;
  padding: 100px 80px;
  position: relative;
  overflow: hidden;
}
#impact::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;
}
#impact::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 400px;
  height: 400px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 50%;
}
.impact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.impact-left .label {
  font-size: 0.66rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(200, 230, 200, 0.5);
  margin-bottom: 16px;
  font-family: "Mulish", sans-serif;
}
.impact-left h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 28px;
}
.impact-left p {
  font-size: 0.9rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  margin-bottom: 36px;
}
.impact-promises {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ip-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.3s;
}
.ip-item:hover {
  background: rgba(255, 255, 255, 0.07);
}
.ip-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
}
.ip-text h4 {
  font-family: "Cinzel", serif;
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  color: #fff;
  margin-bottom: 5px;
}
.ip-text p {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
}
.impact-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.i-stat {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 40px 32px;
  text-align: center;
  transition: background 0.3s;
}
.i-stat:hover {
  background: rgba(255, 255, 255, 0.08);
}
.i-stat-num {
  font-family: "Cinzel", serif !important;
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
.i-stat-num span {
  color: var(--gold-lt);
  font-size: 2rem;
}
.i-stat-label {
  font-size: 0.68rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 10px;
  font-family: "Mulish", sans-serif;
  line-height: 1.5;
}

/* ═══════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════ */
#testimonials {
  background: var(--chalk);
  padding: 100px 80px;
  position: relative;
  overflow: hidden;
}
#testimonials::before {
  content: "\201C";
  font-family: "EB Garamond", serif;
  font-size: 40vw;
  color: rgba(184, 74, 26, 0.04);
  position: absolute;
  left: -4vw;
  top: -8%;
  line-height: 1;
  pointer-events: none;
}
.test-header {
  text-align: center;
  margin-bottom: 64px;
}
.test-header .label {
  font-size: 0.66rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 14px;
  font-family: "Mulish", sans-serif;
}
.test-header h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--ink);
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.test-header p {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--mist);
  line-height: 1.6;
}
.test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-bottom: 2px;
}
.test-card {
  background: #fff;
  padding: 40px 32px;
  border: 1px solid rgba(184, 74, 26, 0.07);
  position: relative;
  overflow: hidden;
  transition:
    box-shadow 0.3s,
    transform 0.3s;
}
.test-card:hover {
  box-shadow: 0 12px 48px rgba(184, 74, 26, 0.08);
  transform: translateY(-3px);
}
.test-card::before {
  content: "\201C";
  font-family: "EB Garamond", serif;
  font-size: 5rem;
  color: rgba(184, 74, 26, 0.08);
  position: absolute;
  top: 16px;
  right: 20px;
  line-height: 1;
}
.test-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 20px;
}
.star {
  color: var(--gold);
  font-size: 0.9rem;
}
.test-quote {
  font-family: "EB Garamond", serif;
  font-size: 1.05rem;
  font-style: italic;
  color: var(--deep);
  line-height: 1.75;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}
.test-divider {
  width: 32px;
  height: 1px;
  background: linear-gradient(to right, var(--ember), transparent);
  margin-bottom: 20px;
}
.test-person {
  display: flex;
  align-items: center;
  gap: 14px;
}
.test-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ember), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cinzel", serif;
  font-size: 0.85rem;
  color: #fff;
  font-weight: 600;
  flex-shrink: 0;
}
.test-name {
  font-family: "Cinzel", serif;
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  color: var(--ink);
  text-transform: uppercase;
}
.test-origin {
  font-size: 0.72rem;
  color: var(--mist);
  margin-top: 3px;
  font-family: "Mulish", sans-serif;
}
.test-region {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.62rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: rgba(184, 74, 26, 0.08);
  border: 1px solid rgba(184, 74, 26, 0.15);
  color: var(--ember);
  padding: 2px 8px;
  font-family: "Mulish", sans-serif;
}

/* Wide featured testimonial */
.test-featured {
  background: var(--ink);
  padding: 48px 56px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
  border: 1px solid rgba(200, 150, 42, 0.12);
}
.tf-quote {
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}
.tf-quote em {
  color: var(--gold-lt);
  font-style: normal;
}
.tf-person {
  text-align: right;
  flex-shrink: 0;
}
.tf-name {
  font-family: "Cinzel", serif;
  font-size: 0.85rem;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.tf-origin {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Mulish", sans-serif;
  margin-bottom: 8px;
}
.tf-stars {
  display: flex;
  gap: 3px;
  justify-content: flex-end;
}
.tf-region {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.62rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: rgba(200, 150, 42, 0.15);
  border: 1px solid rgba(200, 150, 42, 0.25);
  color: var(--gold-lt);
  padding: 4px 12px;
  font-family: "Mulish", sans-serif;
}

/* Trust bar */
.trust-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  margin-top: 60px;
  padding: 36px 0;
  border-top: 1px solid rgba(184, 74, 26, 0.1);
}
.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.trust-num {
  font-family: "Cinzel", serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--ember);
  line-height: 1;
}
.trust-label {
  font-size: 0.66rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mist);
  font-family: "Mulish", sans-serif;
  text-align: center;
}
.trust-sep {
  width: 1px;
  height: 40px;
  background: rgba(184, 74, 26, 0.15);
}

/* ═══════════════════════════════════════
   INQUIRY SECTION - OPTIMIZED
═══════════════════════════════════════ */
#inquiry {
  background: var(--parch);
  padding: 100px 80px;
  position: relative;
  overflow: hidden;
}

/* Arxa fondakı dırnaq işarəsi */
#inquiry::before {
  content: '"';
  font-family: "EB Garamond", serif;
  font-size: 40vw;
  color: rgba(184, 74, 26, 0.04);
  position: absolute;
  right: -5vw;
  top: -10%;
  line-height: 1;
  pointer-events: none;
}

.inquiry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 8vw, 100px); /* Ekran ölçüsünə görə dinamik məsafə */
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Sol Tərəf - Mətnlər */
.inq-left .label {
  font-size: 0.66rem;
  letter-spacing: 4px;
  color: var(--ember);
  margin-bottom: 14px;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}

.inq-left h2 {
  font-family: "Cinzel", serif !important;
  font-size: clamp(1.8rem, 4vw, 2.8rem) !important;
  color: var(--ink);
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: 22px;
}

.inq-left .rule {
  width: 50px;
  height: 1px;
  background: linear-gradient(to right, var(--ember), transparent);
  margin-bottom: 28px;
}

.inq-left p {
  font-size: 0.9rem;
  line-height: 1.9;
  color: var(--stone);
  font-weight: 300;
  margin-bottom: 30px;
}

/* Əlaqə Kartları (WhatsApp, Email, Insta) */
.inq-ways {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.inq-way-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  background: #fff;
  border: 1px solid rgba(184, 74, 26, 0.1);
  text-decoration: none;
  transition: all 0.3s ease;
}

.inq-way-card:hover {
  border-color: var(--ember);
  transform: translateX(8px);
  box-shadow: 0 5px 15px rgba(184, 74, 26, 0.05);
}

.way-lbl {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 2px;
}

.way-val {
  font-size: 0.72rem;
  color: var(--ember);
}

/* Sağ Tərəf - Form Box */
.inq-form-box {
  background: #fff;
  padding: 45px;
  border-top: 3px solid var(--ember);
  box-shadow: 0 25px 60px rgba(184, 74, 26, 0.08);
}

.inq-form-box h3 {
  font-family: "Cinzel", serif;
  font-size: 1.1rem;
  color: var(--ink);
  margin-bottom: 25px;
}

/* Form Elementləri */
.field-group {
  margin-bottom: 18px;
}

label {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 6px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(184, 74, 26, 0.12);
  background: var(--chalk, #fafafa);
  font-family: "Mulish", sans-serif;
  font-size: 0.88rem;
  color: var(--ink);
  outline: none;
  transition: all 0.2s ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--ember);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(184, 74, 26, 0.03);
}

textarea {
  height: 100px;
  resize: none;
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* Button */
.btn-submit {
  width: 100%;
  padding: 18px;
  background: var(--ember);
  color: #fff;
  border: none;
  font-family: "Cinzel", serif;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer; /* 'none' idisə, custom cursor istifadə edirsən deməli */
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background: var(--deep, #8b3111);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 992px) {
  #inquiry {
    padding: 60px 40px;
  }
  .inquiry-grid {
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .inquiry-grid {
    grid-template-columns: 1fr;
  }
  .inq-form-box {
    padding: 30px;
  }
  .form-row-2 {
    grid-template-columns: 1fr;
  }
}
/* ═══════════════════════════════════════
   FOOTER
═══════════════════════════════════════ */
footer {
  background: var(--ink);
  padding: 70px 80px 40px;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 60px;
}
.footer-brand {
  font-family: "Cinzel", serif;
  font-size: 1.1rem;
  letter-spacing: 4px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 16px;
}
.footer-brand span {
  color: var(--gold-lt);
  font-weight: 300;
}
.footer-tagline {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 260px;
}
.footer-social {
  display: flex;
  gap: 12px;
}
.fsoc {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
  text-decoration: none;
  transition: all 0.3s;
}
.fsoc:hover {
  background: var(--ember);
  border-color: var(--ember);
  color: #fff;
}
.footer-col h4 {
  font-family: "Cinzel", serif;
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
}
.footer-col a {
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.3s;
  font-family: "Mulish", sans-serif;
}
.footer-col a:hover {
  color: var(--gold-lt);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-copy {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 1px;
  font-family: "Mulish", sans-serif;
}
.footer-earth {
  font-family: "Cinzel", serif;
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: rgba(200, 150, 42, 0.4);
}
