/* ---------- Fonts ---------- */
@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans.ttf") format("truetype-variations");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Architects Daughter";
  src: url("assets/fonts/ArchitectsDaughter.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  /* acoperă tot alfabetul EXCEPT ț/Ț */
  unicode-range: U+0000-0219, U+021C-10FFFF;
}
/* Fallback Caveat strict pentru ț (U+021A = Ț, U+021B = ț) */
@font-face {
  font-family: "Architects Daughter";
  src: url("assets/fonts/Caveat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+021A-021B;
}

/* ---------- Tokens ---------- */
:root {
  color-scheme: only light;
  --turcoaz: #5eaaa5;
  --galben:  #edb964;
  --rosu:    #ed776e;
  --bleumarin: #031928;
  --bleumarin-2: #0a2a3d;
  --bej:     #fdf9ed;
  --bej-2:   #f4eed9;
  --ink:     #031928;
  --ink-soft: rgba(3, 25, 40, 0.62);
  --line:    rgba(3, 25, 40, 0.12);
  --line-light: rgba(253, 249, 237, 0.16);
  --whatsapp: #25D366;

  --display: "Architects Daughter", "Caveat", cursive;
  --sans:    "DM Sans", "Inter", system-ui, -apple-system, sans-serif;

  --radius:  18px;
  --radius-lg: 28px;
  --shadow-soft: 0 30px 60px -30px rgba(3, 25, 40, 0.25);
  --shadow-deep: 0 40px 80px -20px rgba(3, 25, 40, 0.45);

  --pad: clamp(20px, 4vw, 56px);
  --pad-y: clamp(80px, 10vw, 160px);

  --t-fast: 0.25s cubic-bezier(.2,.8,.2,1);
  --t-med: 0.5s cubic-bezier(.2,.8,.2,1);
  --t-slow: 0.9s cubic-bezier(.2,.8,.2,1);
}

/* ---------- Base ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  background: var(--bej);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
  font-feature-settings: "ss01", "cv11";
  letter-spacing: -0.005em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { background: none; border: 0; font: inherit; cursor: pointer; color: inherit; }
ul { list-style: none; }
::selection { background: var(--turcoaz); color: var(--bej); }

/* ---------- Typography helpers ---------- */
.display {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(2.4rem, 5.5vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: var(--ink);
}
.display em {
  font-family: var(--display);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--turcoaz);
  display: inline-block;
  padding-right: 0.05em;
}
.eyebrow {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.eyebrow--light { color: rgba(253, 249, 237, 0.72); }
.hand {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0.005em;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 26px 16px 30px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 0.97rem;
  letter-spacing: -0.005em;
  transition: transform var(--t-fast), background var(--t-fast), color var(--t-fast), box-shadow var(--t-fast);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.btn:hover { transform: translateY(-2px); }

.btn--primary {
  background: var(--ink);
  color: var(--bej);
  box-shadow: var(--shadow-soft);
}
.btn--primary:hover { background: var(--turcoaz); color: var(--bej); }

/* Yellow CTA — used on dark section buttons */
.btn--yellow {
  background: var(--galben);
  color: var(--ink);
  box-shadow: var(--shadow-soft);
}
.btn--yellow:hover { background: var(--bej); color: var(--ink); }

/* details/summary — charter FAQ */
summary {
  cursor: pointer;
  list-style: none;
  outline: none;
}
summary:focus-visible {
  outline: 2px solid var(--turcoaz);
  outline-offset: 4px;
  border-radius: 4px;
}

.btn--ghost {
  background: transparent;
  color: var(--bej);
  border: 1px solid rgba(253, 249, 237, 0.35);
  backdrop-filter: blur(8px);
}
.btn--ghost:hover {
  background: var(--bej);
  color: var(--ink);
  border-color: var(--bej);
}

.btn--dark {
  background: var(--ink);
  color: var(--bej);
}
.btn--dark:hover { background: var(--rosu); }

.btn--outline {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}
.btn--outline:hover { background: var(--ink); color: var(--bej); }

.btn--whatsapp {
  background: var(--whatsapp);
  color: white;
}
.btn--whatsapp:hover { background: #1ebd5b; color: white; }

.btn--call {
  background: var(--galben);
  color: var(--ink);
}
.btn--call:hover { background: var(--rosu); color: var(--bej); }

.btn--lg { padding: 18px 32px 18px 36px; font-size: 1.02rem; }

/* ---------- Navigation ---------- */
.nav {
  position: fixed;
  top: 14px; left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 28px);
  max-width: 1320px;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 24px;
  align-items: center;
  padding: 12px 14px 12px 22px;
  border-radius: 999px;
  background: rgba(253, 249, 237, 0.78);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid rgba(3, 25, 40, 0.06);
  transition: background var(--t-fast), border-color var(--t-fast);
}
.nav.is-scrolled {
  background: rgba(253, 249, 237, 0.92);
  border-color: rgba(3, 25, 40, 0.1);
}
.nav__logo img { height: 36px; width: auto; }
.nav__menu {
  display: flex;
  gap: 24px;
  justify-self: center;
  font-size: 0.92rem;
  font-weight: 500;
}
.nav__menu a {
  position: relative;
  padding: 4px 2px;
  transition: color var(--t-fast);
  white-space: nowrap;
}
.nav__menu a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 0; height: 1.5px;
  background: var(--turcoaz);
  transition: width var(--t-fast);
}
.nav__menu a:hover,
.nav__menu a.is-active { color: var(--turcoaz); }
.nav__menu a:hover::after,
.nav__menu a.is-active::after { width: 100%; }

.nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px 11px 20px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--bej);
  font-size: 0.92rem;
  font-weight: 500;
  transition: background var(--t-fast), transform var(--t-fast);
}
.nav__cta svg { width: 14px; height: 14px; }
.nav__cta:hover { background: var(--turcoaz); transform: translateY(-1px); }

.nav__burger {
  display: none;
  width: 44px; height: 44px;
  border-radius: 999px;
  background: var(--ink);
  position: relative;
}
.nav__burger span {
  position: absolute;
  left: 12px;
  width: 20px; height: 1.5px;
  background: var(--bej);
  transition: transform var(--t-fast), top var(--t-fast);
}
.nav__burger span:nth-child(1) { top: 18px; }
.nav__burger span:nth-child(2) { top: 24px; }
.nav__burger[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.nav__burger[aria-expanded="true"] span:nth-child(2) { top: 21px; transform: rotate(-45deg); }

.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--ink);
  color: var(--bej);
  z-index: 90;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t-med);
  padding: 0 32px;
}
.mobile-menu.is-open { opacity: 1; pointer-events: auto; }
.mobile-menu a { transition: color var(--t-fast); }
.mobile-menu a:hover,
.mobile-menu a.is-active { color: var(--turcoaz); }
.mobile-menu__cta {
  margin-top: 12px;
  padding: 14px 32px;
  border-radius: 999px;
  background: var(--turcoaz);
  font-size: 1rem;
}

/* ---------- Hero (landing — video) ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 120px var(--pad) 0;
  color: var(--bej);
  overflow: hidden;
}
.hero__media {
  position: absolute; inset: 0;
  z-index: -1;
  background: var(--bej);
}
.hero__media video,
.hero__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__media video {
  transform: scale(1.02);
}
.hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 25, 40, 0.45) 0%, rgba(3, 25, 40, 0.15) 30%, rgba(3, 25, 40, 0.85) 95%),
    radial-gradient(ellipse at 30% 20%, rgba(94, 170, 165, 0.18) 0%, transparent 50%);
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 90px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 12px;
  border-radius: 999px;
  background: rgba(253, 249, 237, 0.1);
  border: 1px solid rgba(253, 249, 237, 0.2);
  backdrop-filter: blur(10px);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
  animation: fadeUp 0.9s var(--t-slow) both;
  animation-delay: 0.3s;
}
.hero__badge .dot {
  width: 8px; height: 8px;
  border-radius: 999px;
  background: var(--galben);
  box-shadow: 0 0 0 4px rgba(237, 185, 100, 0.2);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(237, 185, 100, 0.2); }
  50% { box-shadow: 0 0 0 7px rgba(237, 185, 100, 0); }
}

.hero__title {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(3rem, 9vw, 9rem);
  line-height: 0.92;
  letter-spacing: -0.045em;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hero__title .line {
  display: block;
  overflow: hidden;
}
.hero__title .line:nth-child(1) { animation: lineUp 1s var(--t-slow) both; animation-delay: 0.45s; }
.hero__title .line:nth-child(2) { animation: lineUp 1s var(--t-slow) both; animation-delay: 0.6s; padding-left: 1.2em; }
.hero__title .line:nth-child(3) { animation: lineUp 1s var(--t-slow) both; animation-delay: 0.75s; }
.hero__title .line:nth-child(4) { animation: lineUp 1s var(--t-slow) both; animation-delay: 0.9s; padding-left: 0.8em; }

.hero__title em {
  font-family: var(--display);
  font-style: normal;
  font-weight: 400;
  color: var(--galben);
  display: inline-block;
}
.hero__title .accent {
  color: var(--turcoaz);
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.02em;
}

@keyframes lineUp {
  from { transform: translateY(110%); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

.hero__lede {
  max-width: 540px;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.6;
  color: rgba(253, 249, 237, 0.88);
  margin-bottom: 36px;
  animation: fadeUp 1s var(--t-slow) both;
  animation-delay: 1s;
}
.hero__lede .hand {
  color: var(--galben);
  font-size: 1.15em;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 72px;
  animation: fadeUp 1s var(--t-slow) both;
  animation-delay: 1.15s;
}
.hero__cta .btn--primary {
  background: var(--bej);
  color: var(--ink);
}
.hero__cta .btn--primary:hover {
  background: var(--galben);
  color: var(--ink);
}

.hero__meta {
  display: flex;
  gap: clamp(28px, 5vw, 64px);
  padding-top: 28px;
  border-top: 1px solid rgba(253, 249, 237, 0.18);
  animation: fadeUp 1s var(--t-slow) both;
  animation-delay: 1.3s;
}
.hero__meta div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hero__meta strong {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(2rem, 3.5vw, 3rem);
  color: var(--turcoaz);
  line-height: 1;
}
.hero__meta span {
  font-size: 0.85rem;
  color: rgba(253, 249, 237, 0.7);
  letter-spacing: 0.02em;
}

.hero__scroll {
  position: absolute;
  right: var(--pad);
  bottom: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(253, 249, 237, 0.55);
  z-index: 2;
}
.hero__scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(180deg, transparent, rgba(253, 249, 237, 0.55), transparent);
  background-size: 100% 200%;
  animation: scrollLine 2.4s ease-in-out infinite;
}
@keyframes scrollLine {
  0% { background-position: 0 -100%; }
  100% { background-position: 0 200%; }
}

@keyframes fadeUp {
  from { transform: translateY(20px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

/* Marquee */
.marquee {
  position: relative;
  z-index: 2;
  margin: 0 calc(-1 * var(--pad));
  padding: 18px 0;
  border-top: 1px solid rgba(253, 249, 237, 0.18);
  border-bottom: 1px solid rgba(253, 249, 237, 0.18);
  overflow: hidden;
  background: rgba(3, 25, 40, 0.4);
  backdrop-filter: blur(6px);
}
.marquee__track {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  white-space: nowrap;
  font-family: var(--display);
  font-size: 1.6rem;
  color: var(--bej);
  animation: marquee 28s linear infinite;
  padding-right: 32px;
}
.marquee__track .bullet { color: var(--galben); font-family: var(--sans); font-size: 0.6em; }
@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* ---------- Page Hero (inner pages) ---------- */
.page-hero {
  position: relative;
  min-height: 70vh;
  min-height: 70svh;
  display: flex;
  align-items: flex-end;
  padding: 160px var(--pad) 64px;
  color: var(--bej);
  overflow: hidden;
}
.page-hero__media { position: absolute; inset: 0; z-index: -1; }
.page-hero__media img,
.page-hero__media video {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 35%;
}
.page-hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 25, 40, 0.45) 0%, rgba(3, 25, 40, 0.2) 30%, rgba(3, 25, 40, 0.78) 100%);
}
.page-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.page-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(253, 249, 237, 0.12);
  border: 1px solid rgba(253, 249, 237, 0.22);
  backdrop-filter: blur(10px);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.page-hero__title {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(2.6rem, 7vw, 6.5rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  max-width: 14ch;
  margin-bottom: 24px;
}
.page-hero__title em {
  font-family: var(--display);
  font-style: normal;
  font-weight: 400;
  color: var(--galben);
}
.page-hero__title em.t { color: var(--turcoaz); }
.page-hero__lede {
  max-width: 580px;
  color: rgba(253, 249, 237, 0.85);
  font-size: 1.05rem;
}
.cta-strip__tagline {
  margin: clamp(40px, 6vw, 72px) auto 0;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 1;
  color: var(--bej);
  letter-spacing: -0.005em;
}
.cta-strip__tagline em {
  font-style: normal;
  color: var(--rosu);
}

/* ---------- Sections shared ---------- */
section { padding: var(--pad-y) var(--pad); position: relative; }
.section__inner { max-width: 1320px; margin: 0 auto; }

/* ---------- Landing: Pillar cards ---------- */
.pillars { background: var(--bej); }
.pillars__head {
  max-width: 1320px;
  margin: 0 auto 56px;
}
.pillars__head .eyebrow { margin-bottom: 24px; display: inline-flex; }
.pillars__grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.pillar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-radius: var(--radius-lg);
  min-height: 360px;
  overflow: hidden;
  text-decoration: none;
  transition: transform var(--t-med);
}
.pillar:hover { transform: translateY(-6px); }
.pillar--event { background: var(--turcoaz); color: var(--bej); }
.pillar--tb { background: var(--ink); color: var(--bej); }
.pillar--charter { background: var(--galben); color: var(--ink); }
.pillar__num {
  font-family: var(--display);
  font-size: clamp(2.6rem, 4.2vw, 3.6rem);
  font-weight: 400;
  line-height: 1;
  margin-bottom: auto;
  opacity: 0.85;
  letter-spacing: -0.02em;
}
.pillar h3 {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin-bottom: 14px;
}
.pillar p { font-size: 0.97rem; opacity: 0.88; margin-bottom: 24px; max-width: 32ch; }
.pillar__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 0.92rem;
  margin-top: auto;
  align-self: flex-start;
}
.pillar__more svg { width: 14px; height: 14px; transition: transform var(--t-fast); }
.pillar:hover .pillar__more svg { transform: translateX(4px); }
.pillar__art {
  position: absolute;
  right: -30px; top: -30px;
  width: 200px; height: 200px;
  opacity: 0.13;
  pointer-events: none;
}
.pillar--tb .pillar__art { filter: invert(1); opacity: 0.18; }

/* ---------- About / generic two-column ---------- */
.about, .about-section {
  background: var(--bej);
}
.about__grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "head visual"
    "copy visual";
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}
.about__head { grid-area: head; }
.about__head .eyebrow { margin-bottom: 24px; }
.about__copy { grid-area: copy; max-width: 520px; }
.about__copy p { margin-bottom: 18px; color: var(--ink-soft); font-size: 1.05rem; }
.about__copy p strong { color: var(--ink); font-weight: 600; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.chip {
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--bej-2);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--ink);
  border: 1px solid rgba(3, 25, 40, 0.08);
  transition: all var(--t-fast);
}
.chip:hover { background: var(--galben); transform: translateY(-2px); }
.chip:nth-child(2):hover { background: var(--turcoaz); color: var(--bej); }
.chip:nth-child(3):hover { background: var(--rosu); color: var(--bej); }

.about__visual {
  grid-area: visual;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
}
.about__visual img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
  transition: transform 1.2s ease;
}
.about__visual:hover img { transform: scale(1.04); }
.about__sticker {
  position: absolute;
  bottom: 20px; right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--galben);
  font-family: var(--display);
  font-size: 1.05rem;
  color: var(--ink);
  max-width: calc(100% - 40px);
}
.about__sticker img { width: 22px; height: 22px; flex-shrink: 0; }

/* ---------- Event teaser (landing) + Event page ---------- */
.event {
  background: var(--bej);
  border-top: 1px solid var(--line);
}
.event__head {
  max-width: 1320px;
  margin: 0 auto 64px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: end;
}
.event__head .eyebrow { margin-bottom: 22px; display: inline-block; }
.event__head .display em { color: var(--rosu); }
.event__lede {
  font-size: 1.05rem;
  color: var(--ink-soft);
  max-width: 520px;
  justify-self: end;
}
.event__date {
  font-family: var(--display);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  color: var(--rosu);
  display: block;
  margin-top: 14px;
  line-height: 1;
}

.event__grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.event__card {
  position: relative;
  padding: 36px 32px;
  border-radius: var(--radius-lg);
  background: var(--bej-2);
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 480px;
  overflow: hidden;
  transition: transform var(--t-med), box-shadow var(--t-med);
}
.event__card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-soft);
}
.event__card--day1 { background: var(--turcoaz); color: var(--bej); }
.event__card--day2 { background: var(--ink); color: var(--bej); }
.event__card--day3 { background: var(--galben); color: var(--ink); }

.event__day {
  font-family: var(--display);
  font-size: 1.05rem;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  opacity: 0.85;
}
.event__card h3 {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-top: 8px;
}
.event__card p { font-size: 0.97rem; line-height: 1.55; opacity: 0.92; }
.event__card .ticks { display: flex; flex-direction: column; gap: 10px; margin-top: auto; }
.event__card .ticks li {
  position: relative;
  padding-left: 22px;
  font-size: 0.92rem;
  font-weight: 500;
}
.event__card .ticks li::before {
  content: "→";
  position: absolute;
  left: 0; top: 0;
  font-family: var(--display);
  font-size: 1.1em;
}
.event__card-art {
  position: absolute;
  right: -30px; top: -30px;
  width: 180px; height: 180px;
  opacity: 0.13;
  pointer-events: none;
}
.event__card--day2 .event__card-art { filter: invert(1); opacity: 0.18; }

/* Day-by-day program (event page) */
.event__days {
  max-width: 1320px;
  margin: 0 auto;
}
.event-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) 1.1fr 1.4fr;
  gap: clamp(28px, 5vw, 80px);
  padding: clamp(40px, 6vw, 72px) 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.event-row:last-child { border-bottom: 1px solid var(--line); }

.event-row__num {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(6rem, 12vw, 12rem);
  line-height: 0.85;
  color: var(--turcoaz);
}

.event-row__when {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  display: block;
  margin-bottom: 18px;
}
.event-row__title h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.05;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.event-row__sub {
  font-family: var(--display);
  color: var(--turcoaz);
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
  display: block;
  margin-top: 18px;
}
.event-row--day2 .event-row__sub { color: var(--ink); }
.event-row--day3 .event-row__sub { color: var(--galben); }

.event-row__body p {
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--ink);
  margin-bottom: 28px;
}
.event-row__list {
  list-style: none;
  border-top: 1px solid var(--line);
  margin: 0;
  padding: 0;
}
.event-row__list li {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.event-row__item-title {
  font-weight: 500;
  font-size: 1rem;
  color: var(--ink);
}
.event-row__item-sub {
  font-size: 0.92rem;
  color: var(--ink-soft);
}

.event__cta {
  max-width: 1320px;
  margin: 56px auto 0;
  padding: 36px 40px;
  background: var(--ink);
  color: var(--bej);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.event__cta p { color: rgba(253, 249, 237, 0.82); margin-top: 6px; max-width: 460px; }
.event__cta .btn--primary { background: var(--galben); color: var(--ink); }
.event__cta .btn--primary:hover { background: var(--bej); color: var(--ink); }

/* ---------- Event pricing ---------- */
.ev-price {
  background: var(--bej-2);
  padding: var(--pad-y) var(--pad);
}
.ev-price__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
  gap: clamp(24px, 4vw, 56px) clamp(40px, 6vw, 96px);
  align-items: start;
}
.ev-price__text  { grid-column: 1; grid-row: 1; }
.ev-price__card  { grid-column: 2; grid-row: 1 / 3; align-self: center; }
.ev-price__ctas  { grid-column: 1; grid-row: 2; }
.ev-price__text .eyebrow { margin-bottom: 20px; display: inline-block; }
.ev-price__text .display { margin-bottom: 20px; }
.ev-price__text p {
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 36px;
}
.ev-price__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ev-price__card {
  background: var(--bleumarin);
  color: var(--bej);
  border-radius: var(--radius-lg);
  padding: 48px 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 260px;
  box-shadow: var(--shadow-deep);
}
.ev-price__label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(253, 249, 237, 0.55);
  margin-bottom: 16px;
}
.ev-price__amount {
  display: flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1;
  margin-bottom: 4px;
}
.ev-price__amount strong {
  font-family: var(--display);
  font-size: clamp(3.6rem, 7vw, 5.2rem);
  font-weight: 400;
  color: var(--galben);
  letter-spacing: -0.02em;
}
.ev-price__amount span {
  font-family: var(--display);
  font-size: 1.6rem;
  color: var(--galben);
  font-weight: 400;
}
.ev-price__per {
  font-size: 0.92rem;
  color: rgba(253, 249, 237, 0.6);
  margin-bottom: 24px;
}
.ev-price__note {
  font-size: 0.78rem;
  color: rgba(253, 249, 237, 0.4);
  line-height: 1.5;
  max-width: 200px;
  border-top: 1px solid rgba(253, 249, 237, 0.1);
  padding-top: 16px;
}
@media (max-width: 768px) {
  .ev-price__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .ev-price__text  { grid-column: unset; grid-row: unset; order: 1; }
  .ev-price__card  { grid-column: unset; grid-row: unset; order: 2; width: 100%; padding: 36px 32px; }
  .ev-price__ctas  { grid-column: unset; grid-row: unset; order: 3; }
}

/* ---------- What's included (event page) ---------- */
.included { background: var(--bej); }

.included__head {
  max-width: 1320px;
  margin: 0 auto clamp(56px, 7vw, 96px);
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: end;
}
.included__eyebrow {
  color: var(--turcoaz);
  letter-spacing: 0.18em;
  align-self: end;
  margin-bottom: 10px;
}
.included__visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 16 / 6;
}
.included__visual img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 45%;
}
.included__sticker {
  position: absolute;
  left: 24px; bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--galben);
  font-family: var(--display);
  font-size: 1rem;
  color: var(--ink);
}
.included__sticker img { width: 20px; height: 20px; flex-shrink: 0; }

.included__grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.included__item {
  padding: clamp(28px, 3.5vw, 48px) clamp(20px, 2.5vw, 40px);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.included__item:nth-child(3n) { border-right: none; }
.included__item { border-bottom: 1px solid var(--line); }
.included__item:nth-last-child(-n+3) { border-bottom: none; }

.included__num {
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: var(--turcoaz);
}
.included__item h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.5rem, 2vw, 1.95rem);
  line-height: 1.05;
  color: var(--ink);
}
.included__item p {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

/* ---------- Legal pages (GDPR / Terms) ---------- */
.legal-hero {
  background: var(--bej-2);
  border-bottom: 1px solid var(--line);
  padding: 160px var(--pad) clamp(64px, 8vw, 96px);
}
.legal-hero__inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.legal-hero .eyebrow {
  color: var(--turcoaz);
  margin-bottom: 18px;
}
.legal-hero .display {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  margin-bottom: 18px;
}
.legal-hero .display em { color: var(--turcoaz); }
.legal-hero__sub {
  font-family: var(--display);
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
}

.legal {
  background: var(--bej);
}
.legal__inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 var(--pad);
}
.legal__section {
  padding: clamp(36px, 5vw, 56px) 0;
  border-bottom: 1px solid var(--line);
}
.legal__section:last-child { border-bottom: none; }
.legal__num {
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: var(--turcoaz);
  display: block;
  margin-bottom: 10px;
}
.legal__section h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 22px;
  letter-spacing: -0.005em;
}
.legal__section p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink);
  margin-bottom: 14px;
}
.legal__section p:last-child { margin-bottom: 0; }
.legal__section a {
  color: var(--turcoaz);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--t-fast);
}
.legal__section a:hover { color: var(--ink); }
.legal__section strong { font-weight: 500; color: var(--ink); }

.legal__note {
  font-size: 0.9rem;
  color: var(--ink-soft);
  margin-top: 14px !important;
}
.legal__note--italic { font-style: italic; }

.legal__list {
  list-style: none;
  margin: 12px 0 16px;
  padding: 0;
  border-top: 1px solid var(--line);
}
.legal__list li {
  position: relative;
  padding: 14px 0 14px 28px;
  border-bottom: 1px solid var(--line);
  font-size: 0.97rem;
  line-height: 1.55;
  color: var(--ink);
}
.legal__list li::before {
  content: "→";
  position: absolute;
  left: 0; top: 14px;
  font-family: var(--display);
  color: var(--turcoaz);
}

.legal__card {
  background: var(--bej-2);
  border-radius: var(--radius);
  padding: 22px 26px;
  margin-top: 16px;
}
.legal__card p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 6px;
}

.legal__pill {
  background: var(--bej-2);
  border-left: 3px solid var(--turcoaz);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 16px 22px;
  margin-top: 12px;
}
.legal__pill strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--sans);
  font-weight: 500;
  color: var(--ink);
}
.legal__pill span {
  font-size: 0.95rem;
  color: var(--ink-soft);
}

.legal__table {
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.legal__tr {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 16px;
  padding: 14px 22px;
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem;
}
.legal__tr:last-child { border-bottom: none; }
.legal__tr--head {
  background: var(--bej-2);
  font-weight: 500;
  color: var(--ink);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.legal__rights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}
.legal__right {
  background: var(--bej-2);
  border-radius: var(--radius);
  padding: 18px 22px;
}
.legal__right strong {
  display: block;
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.15rem;
  color: var(--ink);
  margin-bottom: 6px;
}
.legal__right span {
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

.legal__callout {
  background: var(--ink);
  color: var(--bej);
  border-radius: var(--radius-lg);
  padding: 32px 36px;
  margin-top: 16px;
}
.legal__callout p { color: rgba(253, 249, 237, 0.78); }
.legal__email {
  display: inline-block;
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  color: var(--galben) !important;
  text-decoration: none !important;
  margin-bottom: 12px;
}
.legal__email:hover { color: var(--bej) !important; }
.legal__callout-note {
  font-size: 0.9rem;
  border-top: 1px solid rgba(253, 249, 237, 0.15);
  padding-top: 14px;
  margin-top: 14px !important;
}
.legal__callout-note strong { color: var(--bej); }

@media (max-width: 600px) {
  .legal__rights { grid-template-columns: 1fr; }
  .legal__tr { grid-template-columns: 1fr; gap: 4px; }
  .legal__tr--head { font-size: 0.7rem; }
  .legal__callout { padding: 24px; }
}

/* ---------- Newsletter ---------- */
.newsletter {
  background: var(--bej-2);
  border-top: 1px solid var(--line);
}
.newsletter__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.newsletter__head .eyebrow { display: inline-block; margin-bottom: 18px; color: var(--turcoaz); }
.newsletter__head .display {
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  margin-bottom: 18px;
}
.newsletter__head .display em { color: var(--turcoaz); }
.newsletter__lede {
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.55;
  max-width: 460px;
}

.newsletter__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.newsletter__label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.newsletter__row {
  display: flex;
  gap: 10px;
  background: var(--bej);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 6px 6px 22px;
  align-items: center;
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
}
.newsletter__row:focus-within {
  border-color: var(--turcoaz);
  box-shadow: 0 0 0 3px rgba(94, 170, 165, 0.18);
}
.newsletter__row input[type="email"] {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 14px 0;
  font: inherit;
  color: var(--ink);
  outline: none;
}
.newsletter__row input[type="email"]::placeholder { color: var(--ink-soft); }
.newsletter__submit { flex-shrink: 0; background: var(--ink); color: var(--bej); }
.newsletter__submit:hover { background: var(--turcoaz); color: var(--bej); }

.newsletter__check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.85rem;
  color: var(--ink-soft);
  line-height: 1.5;
  cursor: pointer;
}
.newsletter__check input {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: var(--turcoaz);
}

/* ---------- Section background rhythm overrides (teambuilding) ---------- */
body[data-page="tb"] .event { background: var(--bej-2); }
body[data-page="tb"] .logistics { background: var(--bej); }

/* Skills now sits on dark navy */
body[data-page="tb"] .skills {
  background: var(--bleumarin);
  color: var(--bej);
}
body[data-page="tb"] .skills__eyebrow { color: var(--galben); }
body[data-page="tb"] .skills__title { color: var(--bej); }
body[data-page="tb"] .skills__list { border-top-color: rgba(253, 249, 237, 0.16); }
body[data-page="tb"] .skills__item { border-bottom-color: rgba(253, 249, 237, 0.16); }
body[data-page="tb"] .skills__num { color: var(--galben); }
body[data-page="tb"] .skills__name { color: var(--bej); }

/* Charter (Valoare pentru organizație) now sits on light cream */
body[data-page="tb"] .charter {
  background: var(--bej-2);
  color: var(--ink);
}
body[data-page="tb"] .charter::before { display: none; }
body[data-page="tb"] .charter__head .eyebrow { color: var(--ink-soft); }
body[data-page="tb"] .charter__head .display { color: var(--ink); }
body[data-page="tb"] .charter__head .display em { color: var(--turcoaz); }
body[data-page="tb"] .charter__head p { color: var(--ink-soft); }
body[data-page="tb"] .charter__item {
  background: var(--bej);
  border-color: var(--line);
}
body[data-page="tb"] .charter__item:hover {
  background: #fff;
}
body[data-page="tb"] .charter__item span { color: var(--turcoaz); }
body[data-page="tb"] .charter__item h3 { color: var(--ink); }
body[data-page="tb"] .charter__item p { color: var(--ink-soft); }

/* ---------- Logistică & siguranță (teambuilding) ---------- */
.logistics {
  background: var(--bej-2);
}
.logistics__head {
  max-width: 1320px;
  margin: 0 auto clamp(48px, 6vw, 88px);
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: end;
}
.logistics__eyebrow {
  color: var(--turcoaz);
  letter-spacing: 0.18em;
  align-self: end;
  margin-bottom: 10px;
}
.logistics__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.005em;
}

.logistics__list {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.logistics__item {
  display: grid;
  grid-template-columns: minmax(160px, 240px) 1fr;
  gap: clamp(24px, 4vw, 80px);
  padding: clamp(20px, 2.5vw, 28px) 0;
}
.logistics__item dt {
  font-family: var(--display);
  font-size: 1.05rem;
  color: var(--turcoaz);
  letter-spacing: 0.005em;
}
.logistics__item dd {
  font-size: 1rem;
  color: var(--ink);
  line-height: 1.55;
  max-width: 720px;
  margin: 0;
}

@media (max-width: 900px) {
  .logistics__head { grid-template-columns: 1fr; gap: 18px; align-items: start; }
  .logistics__item { grid-template-columns: 1fr; gap: 4px; padding: 16px 0; }
}

/* ---------- Competențe dezvoltate (teambuilding) ---------- */
.skills {
  background: var(--bej-2);
}
.skills__head {
  max-width: 1320px;
  margin: 0 auto clamp(48px, 6vw, 80px);
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: end;
}
.skills__eyebrow {
  color: var(--turcoaz);
  letter-spacing: 0.18em;
  align-self: end;
  margin-bottom: 10px;
}
.skills__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.005em;
}

.skills__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1320px;
  border-top: 1px solid var(--line);
}
.skills__item {
  display: grid;
  grid-template-columns: minmax(80px, 140px) 1fr;
  gap: clamp(20px, 4vw, 60px);
  padding: clamp(20px, 2.4vw, 32px) 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.skills__num {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1;
  color: var(--turcoaz);
  text-align: center;
}
.skills__name {
  font-family: var(--display);
  font-size: clamp(1.2rem, 1.8vw, 1.7rem);
  color: var(--ink);
  letter-spacing: 0.005em;
  line-height: 1.15;
}

@media (max-width: 900px) {
  .skills__head { grid-template-columns: 1fr; gap: 18px; align-items: start; }
  .skills__item { grid-template-columns: 70px 1fr; gap: 16px; }
  .skills__num { font-size: 2rem; text-align: left; }
}

/* ---------- Format competițional (teambuilding) ---------- */
.format {
  background: var(--bleumarin);
  color: var(--bej);
}
.format__head {
  max-width: 1320px;
  margin: 0 auto clamp(48px, 6vw, 80px);
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(40px, 5vw, 96px);
  align-items: center;
}
.format__intro {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.5vw, 32px);
  align-items: flex-start;
}
.format__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.format__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
}
.format__sticker {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--galben);
  font-family: var(--display);
  font-size: 1rem;
  color: var(--ink);
  max-width: calc(100% - 40px);
}
.format__sticker img { width: 20px; height: 20px; flex-shrink: 0; }
.format__eyebrow {
  color: var(--galben);
  letter-spacing: 0.18em;
}

.format__lede .display {
  color: var(--bej);
  margin-bottom: 22px;
  font-size: clamp(2.2rem, 4.6vw, 3.6rem);
  line-height: 1;
}
.format__lede .display em {
  color: var(--galben);
  font-family: var(--display);
}
.format__lede p {
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(253, 249, 237, 0.78);
  max-width: 560px;
}

.format__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1320px;
  border-top: 1px solid rgba(253, 249, 237, 0.16);
}
.format__step {
  display: grid;
  grid-template-columns: minmax(120px, 200px) 1fr;
  gap: clamp(20px, 4vw, 60px);
  padding: clamp(28px, 3.5vw, 44px) 0;
  border-bottom: 1px solid rgba(253, 249, 237, 0.16);
  align-items: center;
}
.format__num {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(3.6rem, 6vw, 5.5rem);
  line-height: 0.85;
  color: var(--galben);
  text-align: center;
}
.format__body h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.05;
  color: var(--galben);
  margin-bottom: 6px;
  letter-spacing: -0.005em;
}
.format__body p {
  font-size: 0.97rem;
  color: rgba(253, 249, 237, 0.7);
  line-height: 1.55;
  max-width: 720px;
}

@media (max-width: 900px) {
  .format__head { grid-template-columns: 1fr; align-items: start; }
  .format__step { grid-template-columns: 90px 1fr; gap: 18px; }
  .format__num { font-size: clamp(3rem, 14vw, 4.5rem); text-align: left; }
}

/* ---------- Teambuilding 3-card row ---------- */
.tb-cards {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.tb-card {
  background: var(--bej-2);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 3vw, 40px) clamp(24px, 2.5vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 360px;
  transition: transform var(--t-med), box-shadow var(--t-med);
}
.tb-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}
.tb-card--accent { background: var(--turcoaz); color: var(--bej); }

.tb-card__num {
  font-family: var(--display);
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--turcoaz);
}
.tb-card--accent .tb-card__num { color: var(--galben); }

.tb-card h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.1;
  color: var(--ink);
  letter-spacing: -0.005em;
  text-align: center;
  margin: auto 0;
  padding: 8px 0;
}
.tb-card--accent h3 { color: var(--bej); }

.tb-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tb-card__list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.97rem;
  line-height: 1.5;
  color: var(--ink);
}
.tb-card--accent .tb-card__list li { color: var(--bej); }
.tb-card__list li::before {
  content: "—";
  position: absolute;
  left: 0; top: 0;
  font-family: var(--display);
  color: var(--turcoaz);
}
.tb-card--accent .tb-card__list li::before { color: var(--galben); }

@media (max-width: 1080px) {
  .tb-cards { grid-template-columns: 1fr; gap: 14px; }
  .tb-card { min-height: auto; }
}

/* ---------- Teambuilding ---------- */
.tb {
  background: var(--bej-2);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
  padding: var(--pad-y) var(--pad);
}
.tb__head {
  grid-column: 1 / -1;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: clamp(8px, 2vw, 24px);
}
.tb__head .eyebrow { display: inline-flex; }
.tb__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 5/6;
  position: relative;
  max-width: 620px;
  justify-self: end;
}
.tb__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transition: transform 1.2s ease;
}
.tb:hover .tb__media img { transform: scale(1.04); }
.tb__content { max-width: 540px; }
.tb__content .eyebrow { margin-bottom: 24px; display: inline-block; }
.tb__content .display em { color: var(--rosu); }
.tb__content > p {
  font-size: 1.05rem;
  color: var(--ink-soft);
  margin: 28px 0;
}
.bullets { display: flex; flex-direction: column; gap: 14px; margin-bottom: 36px; }
.bullets li {
  padding: 18px 22px;
  border-radius: 14px;
  background: var(--bej);
  border: 1px solid var(--line);
  font-size: 0.96rem;
  transition: transform var(--t-fast), border-color var(--t-fast);
}
.bullets li:hover { transform: translateX(4px); border-color: var(--turcoaz); }
.bullets strong { color: var(--ink); font-weight: 600; }

/* ---------- Charter ---------- */
.charter {
  background: var(--ink);
  color: var(--bej);
  position: relative;
  overflow: hidden;
}
.charter::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(94, 170, 165, 0.18), transparent 50%),
    radial-gradient(ellipse at 10% 80%, rgba(237, 185, 100, 0.1), transparent 50%);
  pointer-events: none;
}
.charter__head {
  max-width: 1320px;
  margin: 0 auto 64px;
  position: relative;
  z-index: 2;
}
.charter__head .eyebrow { margin-bottom: 24px; display: inline-block; }
.charter__head .display { color: var(--bej); }
.charter__head .display em { color: var(--galben); }
.charter__head p {
  margin-top: 28px;
  max-width: 580px;
  font-size: 1.05rem;
  color: rgba(253, 249, 237, 0.78);
}

.charter__map {
  max-width: 1320px;
  margin: 0 auto 72px;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 21/9;
  z-index: 2;
}
.charter__map img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
  filter: brightness(0.65) saturate(0.9);
}
.charter__map::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(3,25,40,0.4) 0%, transparent 30%, rgba(3,25,40,0.6) 100%);
  pointer-events: none;
}

.charter__pin {
  position: absolute;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.charter__pin--1 { top: 30%; left: 22%; }
.charter__pin--2 { top: 55%; left: 38%; }
.charter__pin--3 { top: 65%; left: 70%; }
.charter__pin--4 { top: 28%; left: 56%; }

.charter__pin-dot {
  width: 14px; height: 14px;
  border-radius: 999px;
  background: var(--galben);
  box-shadow: 0 0 0 4px rgba(237, 185, 100, 0.25), 0 0 0 12px rgba(237, 185, 100, 0.08);
  position: relative;
}
.charter__pin-dot::before {
  content: "";
  position: absolute; inset: -4px;
  border-radius: 999px;
  border: 1px solid var(--galben);
  animation: ping 2.4s ease-out infinite;
}
@keyframes ping {
  0% { transform: scale(0.8); opacity: 0.9; }
  100% { transform: scale(2.5); opacity: 0; }
}
.charter__pin-card {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 16px;
  border-radius: 12px;
  background: rgba(253, 249, 237, 0.95);
  color: var(--ink);
  backdrop-filter: blur(6px);
  font-size: 0.85rem;
  box-shadow: var(--shadow-soft);
  transform: translateX(-6px);
}
.charter__pin-card strong {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 400;
}
.charter__pin-card span { color: var(--ink-soft); font-size: 0.78rem; }

.charter__grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 2;
}
/* 4-column variant — teambuilding Valoare section */
.charter__grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 900px) {
  .charter__grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .charter__grid--4 { grid-template-columns: 1fr; }
}
.charter__item {
  padding: 36px 32px;
  border-radius: var(--radius);
  background: rgba(253, 249, 237, 0.04);
  border: 1px solid rgba(253, 249, 237, 0.12);
  transition: background var(--t-fast), transform var(--t-fast);
}
.charter__item:hover {
  background: rgba(253, 249, 237, 0.08);
  transform: translateY(-4px);
}
.charter__item span {
  display: block;
  font-family: var(--display);
  color: var(--galben);
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.charter__item h3 {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.charter__item p { color: rgba(253, 249, 237, 0.72); font-size: 0.95rem; }

/* ---------- Collaborations (open invite) ---------- */
.collab {
  background: var(--bej);
  padding: var(--pad-y) var(--pad);
}
.collab__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.collab__visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 5/4;
  background: var(--bej-2);
}
.collab__visual img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.collab__text { max-width: 560px; }
.collab__text .eyebrow { margin-bottom: 20px; display: inline-block; }
.collab__text .display em { color: var(--turcoaz); }
.collab__text p {
  margin-top: 24px;
  color: var(--ink-soft);
  font-size: 1.05rem;
}
.collab__ctas {
  margin-top: 32px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ---------- About Us (despre noi block) ---------- */
.aboutus {
  background: var(--bej-2);
}
.aboutus__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.aboutus__visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
}
.aboutus__visual img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.aboutus__quote {
  position: absolute;
  left: 20px; bottom: 20px;
  right: 20px;
  padding: 18px 22px;
  border-radius: 16px;
  background: rgba(3, 25, 40, 0.78);
  backdrop-filter: blur(10px);
  color: var(--bej);
  font-family: var(--display);
  font-size: 1.05rem;
  line-height: 1.4;
}
.aboutus__text { max-width: 560px; }
.aboutus__text .eyebrow { margin-bottom: 24px; display: inline-block; }
.aboutus__text .display em { color: var(--rosu); }
.aboutus__text p {
  margin-top: 22px;
  color: var(--ink-soft);
  font-size: 1.05rem;
}
.aboutus__signature {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.aboutus__signature .hand {
  font-size: 2rem;
  color: var(--turcoaz);
  line-height: 1;
}
.aboutus__signature span:last-child {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
}

/* ---------- CTA strip ---------- */
.cta-strip {
  background: var(--ink);
  color: var(--bej);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-strip::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(94, 170, 165, 0.18), transparent 40%),
    radial-gradient(circle at 70% 70%, rgba(237, 119, 110, 0.12), transparent 40%);
  pointer-events: none;
}
.cta-strip__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cta-strip h2 {
  margin: 28px auto;
  font-size: clamp(2.6rem, 6vw, 5rem);
  color: var(--bej);
}
.cta-strip h2.cta-strip__tagline em {color: var(--rosu); }
.cta-strip h2 em { color: var(--galben); }
.cta-strip p {
  max-width: 540px;
  margin: 0 auto 40px;
  color: rgba(253, 249, 237, 0.78);
  font-size: 1.05rem;
}
.cta-strip__buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---------- Contact methods grid ---------- */
.contact-methods {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 1100px;
  margin: 0 auto;
}
.contact-method {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 26px 24px;
  border-radius: var(--radius);
  background: rgba(253, 249, 237, 0.05);
  border: 1px solid rgba(253, 249, 237, 0.12);
  transition: background var(--t-fast), transform var(--t-fast), border-color var(--t-fast);
  text-align: left;
  position: relative;
}
.contact-method:hover {
  background: rgba(253, 249, 237, 0.1);
  transform: translateY(-4px);
}
.contact-method__icon {
  width: 36px; height: 36px;
  border-radius: 999px;
  display: grid; place-items: center;
  background: rgba(253, 249, 237, 0.08);
  margin-bottom: 4px;
}
.contact-method__icon svg { width: 18px; height: 18px; color: var(--galben); }
.contact-method strong {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 1.05rem;
  letter-spacing: -0.015em;
}
.contact-method span {
  font-size: 0.78rem;
  color: rgba(253, 249, 237, 0.65);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ---------- Form ---------- */
.form {
  display: grid;
  gap: 18px;
  max-width: 720px;
}
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form__field label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.form__field input,
.form__field select,
.form__field textarea {
  font-family: var(--sans);
  font-size: 16px; /* explicit 16px previne zoom automat pe iOS */
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--bej);
  color: var(--ink);
  transition: border-color var(--t-fast), background var(--t-fast);
  font-weight: 400;
}
.form__field input:focus,
.form__field select:focus,
.form__field textarea:focus {
  outline: 0;
  border-color: var(--turcoaz);
  background: white;
}
.form__field textarea { resize: vertical; min-height: 120px; }
.form__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.5;
}
.form__check input {
  margin-top: 2px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: var(--turcoaz);
}
.form__check a { color: var(--turcoaz); text-decoration: underline; text-underline-offset: 3px; transition: color var(--t-fast); }
.form__check a:hover { color: var(--ink); }
.form-light .form__check a { color: var(--galben); }
.form-light .form__check a:hover { color: var(--bej); }
.form__submit { justify-self: start; margin-top: 8px; }

/* Validation error messages */
.form__error {
  display: block;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--rosu);
  margin-top: 5px;
  line-height: 1.4;
}
/* Invalid field border — light form */
.form__field input[aria-invalid],
.form__field select[aria-invalid],
.form__field textarea[aria-invalid] {
  border-color: var(--rosu) !important;
}
/* Invalid field border — dark form */
.form-light .form__field input[aria-invalid],
.form-light .form__field select[aria-invalid],
.form-light .form__field textarea[aria-invalid] {
  border-color: var(--rosu) !important;
}
/* Invalid newsletter email */
.newsletter__row input[aria-invalid],
.footer__newsletter input[aria-invalid] {
  border-color: var(--rosu) !important;
}
/* Error after newsletter row or checkbox label */
.newsletter__row + .form__error,
.newsletter__check + .form__error,
.footer__newsletter-check + .form__error,
.form__check + .form__error {
  margin-top: 6px;
}
/* Error color on dark sections */
.form-light .form__error,
.newsletter .form__error,
.footer__brand .form__error {
  color: #ff8080;
}

.form-light .form__field input,
.form-light .form__field select,
.form-light .form__field textarea {
  background: rgba(253, 249, 237, 0.06);
  border-color: rgba(253, 249, 237, 0.18);
  color: var(--bej);
}
.form-light .form__field input::placeholder,
.form-light .form__field textarea::placeholder { color: rgba(253, 249, 237, 0.4); }
.form-light .form__field label { color: rgba(253, 249, 237, 0.65); }
.form-light .form__check { color: rgba(253, 249, 237, 0.7); }

/* ---------- Generic content blocks ---------- */
.block {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
.block--reverse { grid-template-columns: 1fr 1fr; direction: rtl; }
.block--reverse > * { direction: ltr; }
.block__media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
}
.block__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 35%;
}
.block__caption {
  position: absolute;
  left: 16px; bottom: 16px;
  right: 16px;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(3, 25, 40, 0.75);
  backdrop-filter: blur(10px);
  color: var(--bej);
  font-family: var(--display);
  font-size: 1rem;
  line-height: 1.4;
}
.block__text { max-width: 560px; }
.block__text .eyebrow { margin-bottom: 22px; display: inline-block; }
.block__text .display { margin-bottom: 22px; }
.block__text p {
  color: var(--ink-soft);
  font-size: 1.04rem;
  margin-bottom: 16px;
}
.block__text strong { color: var(--ink); font-weight: 600; }

/* ---------- Quote / pull quote ---------- */
.pull {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1.3;
  color: var(--ink);
}
.pull em { color: var(--turcoaz); font-style: normal; }

/* ---------- Footer ---------- */
.footer {
  background: var(--bleumarin-2);
  color: var(--bej);
  padding: 80px var(--pad) 32px;
}
.footer__top {
  max-width: 1320px;
  margin: 0 auto 56px;
  display: grid;
  grid-template-columns: 1.4fr 2fr;
  gap: 60px;
}
.footer__brand img { height: 52px; margin-bottom: 20px; }
.footer__brand p {
  max-width: 320px;
  font-size: 0.92rem;
  color: rgba(253, 249, 237, 0.65);
}
.footer__newsletter {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 360px;
  background: rgba(253, 249, 237, 0.08);
  border: 1px solid rgba(253, 249, 237, 0.18);
  border-radius: 999px;
  padding: 5px 5px 5px 18px;
  transition: border-color var(--t-fast), background var(--t-fast);
}
.footer__newsletter:focus-within {
  border-color: var(--turcoaz);
  background: rgba(253, 249, 237, 0.12);
}
.footer__newsletter input[type="email"] {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 10px 0;
  font: inherit;
  font-size: 0.92rem;
  color: var(--bej);
  outline: none;
}
.footer__newsletter input[type="email"]::placeholder { color: rgba(253, 249, 237, 0.4); }
.footer__newsletter-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 9px 16px 9px 18px;
  border-radius: 999px;
  background: var(--galben);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: background var(--t-fast), color var(--t-fast);
}
.footer__newsletter-submit svg { width: 14px; height: 14px; }
.footer__newsletter-submit:hover { background: var(--bej); color: var(--ink); }
.footer__newsletter-note {
  margin-top: 10px;
  max-width: 360px;
  font-size: 0.78rem;
  color: rgba(253, 249, 237, 0.5);
  line-height: 1.5;
}
.footer__newsletter-note a {
  color: var(--galben);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color var(--t-fast);
}
.footer__newsletter-note a:hover { color: var(--bej); }
.footer__newsletter-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 10px;
  max-width: 360px;
  font-size: 0.78rem;
  color: rgba(253, 249, 237, 0.5);
  line-height: 1.5;
  cursor: pointer;
}
.footer__newsletter-check input[type="checkbox"] {
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--galben);
}
.footer__newsletter-check a {
  color: var(--galben);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color var(--t-fast);
}
.footer__newsletter-check a:hover { color: var(--bej); }
.footer__cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.footer__cols div { display: flex; flex-direction: column; gap: 10px; }
.footer__cols span {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(253, 249, 237, 0.5);
  margin-bottom: 4px;
}
.footer__cols a {
  font-size: 0.94rem;
  color: rgba(253, 249, 237, 0.85);
  transition: color var(--t-fast);
}
.footer__cols a:hover { color: var(--galben); }

.footer__bottom {
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 28px;
  border-top: 1px solid rgba(253, 249, 237, 0.12);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.82rem;
  color: rgba(253, 249, 237, 0.55);
}

/* ---------- Pricing cards (teambuilding) ---------- */
.pricing-card {
  padding: 36px 32px;
  border-radius: var(--radius-lg);
  background: rgba(253, 249, 237, 0.04);
  border: 1px solid rgba(253, 249, 237, 0.14);
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform var(--t-med), background var(--t-fast), border-color var(--t-fast);
  position: relative;
}
.pricing-card:hover {
  transform: translateY(-6px);
  background: rgba(253, 249, 237, 0.07);
  border-color: rgba(253, 249, 237, 0.28);
}
.pricing-card--featured {
  background: var(--bej);
  color: var(--ink);
  border: 1px solid var(--bej);
  box-shadow: 0 30px 60px -20px rgba(237, 185, 100, 0.35);
  position: relative;
}
.pricing-card__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--rosu);
  color: var(--bej);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 8px 18px -8px rgba(237, 119, 110, 0.6);
}
.pricing-card--featured:hover { background: var(--bej); border-color: var(--galben); }
.pricing-card--featured .pricing-card__tag { background: var(--galben); color: var(--ink); }
.pricing-card--featured .pricing-card__lede { color: var(--ink-soft); }
.pricing-card--featured .ticks li::before { color: var(--turcoaz); }

.pricing-card__tag {
  align-self: flex-start;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(253, 249, 237, 0.1);
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: 0.02em;
}
.pricing-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.pricing-card__price strong {
  font-family: var(--sans);
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
}
.pricing-card__price span {
  font-size: 0.92rem;
  opacity: 0.78;
}
.pricing-card__lede { font-size: 0.96rem; opacity: 0.92; min-height: 2.8em; }
.pricing-card--featured .pricing-card__price span { opacity: 1; color: var(--ink-soft); }
.pricing-card .ticks { display: flex; flex-direction: column; gap: 10px; }
.pricing-card .ticks li {
  position: relative;
  padding-left: 22px;
  font-size: 0.94rem;
}
.pricing-card .ticks li::before {
  content: "→";
  position: absolute;
  left: 0; top: 0;
  font-family: var(--display);
  color: var(--galben);
}
.pricing-card__cta { margin-top: auto; align-self: stretch; justify-content: center; }
.pricing-card .btn--outline {
  background: transparent;
  color: var(--bej);
  border: 1.5px solid var(--galben);
}
.pricing-card .btn--outline:hover {
  background: var(--galben);
  color: var(--ink);
  border-color: var(--galben);
}
.pricing-card--featured .btn--outline {
  background: var(--ink);
  color: var(--bej);
  border-color: var(--ink);
}
.pricing-card--featured .btn--outline:hover {
  background: var(--turcoaz);
  color: var(--bej);
  border-color: var(--turcoaz);
}

/* ---------- Floating sticky CTA bar (mobile) ---------- */
.float-cta {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 80;
}
.float-cta__call,
.float-cta__email { display: none; }
.float-cta__wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
  background: var(--whatsapp);
  color: white;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
}

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.9s ease, transform 0.9s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- Cursor follower ---------- */
.cursor {
  position: fixed;
  top: 0; left: 0;
  width: 12px; height: 12px;
  border-radius: 999px;
  background: var(--turcoaz);
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.25s ease, background 0.3s ease;
  mix-blend-mode: difference;
}
@media (hover: hover) and (pointer: fine) {
  body:hover .cursor { transform: translate(-50%, -50%) scale(1); }
  .cursor.is-hovering { transform: translate(-50%, -50%) scale(3.5); background: var(--galben); }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .nav__menu { display: none; }
  .nav__cta { display: none; }
  .nav__burger { display: block; justify-self: end; }
  .nav { grid-template-columns: 1fr auto; }

  .hero__title { font-size: clamp(3rem, 12vw, 6rem); }
  .hero__title .line:nth-child(2) { padding-left: 0.6em; }
  .hero__title .line:nth-child(4) { padding-left: 0.4em; }

  .pillars__grid { grid-template-columns: 1fr; }

  .about__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "head" "visual" "copy";
  }
  .about__visual { aspect-ratio: 4/3; }

  .event__head { grid-template-columns: 1fr; gap: 24px; }
  .event__lede { justify-self: start; }
  .event__grid { grid-template-columns: 1fr; }
  .event__cta { padding: 28px; }

  .event-row {
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "num title"
      "body body";
    gap: 24px 28px;
    padding: 40px 0;
  }
  .event-row__num { grid-area: num; font-size: clamp(4.5rem, 16vw, 7rem); }
  .event-row__title { grid-area: title; align-self: center; }
  .event-row__body { grid-area: body; }

  .newsletter__inner { grid-template-columns: 1fr; gap: 32px; }

  .included__head {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }
  .included__visual { aspect-ratio: 16 / 9; }
  .included__grid { grid-template-columns: 1fr 1fr; }
  .included__item { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .included__item:nth-child(3n) { border-right: 1px solid var(--line); }
  .included__item:nth-child(2n) { border-right: none; }
  .included__item:nth-last-child(-n+2) { border-bottom: none; }

  .tb { grid-template-columns: 1fr; }
  .tb__media { justify-self: stretch; max-width: none; aspect-ratio: 4/3; }

  .charter__grid { grid-template-columns: 1fr; }
  .charter__pin-card { font-size: 0.75rem; padding: 8px 12px; }
  .charter__pin-card strong { font-size: 0.95rem; }

  .collab__inner { grid-template-columns: 1fr; }
  .collab__visual { aspect-ratio: 4/3; max-width: 560px; }

  .aboutus__inner { grid-template-columns: 1fr; }
  .aboutus__visual { aspect-ratio: 4/5; max-width: 480px; }

  .contact-methods { grid-template-columns: 1fr 1fr; }

  .block { grid-template-columns: 1fr; }
  .block--reverse { direction: ltr; }
  .block__media { aspect-ratio: 4/3; }

  .form__row { grid-template-columns: 1fr; }

  .footer__top { grid-template-columns: 1fr; gap: 36px; }
  .footer__cols { grid-template-columns: repeat(2, 1fr); }
  .footer__bottom { flex-direction: column; align-items: flex-start; }

  .float-cta { display: flex; }

  .pricing-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 600px) {
  :root { --pad: 18px; }
  .hero { padding-top: 100px; }
  .hero__content { padding-bottom: 60px; }
  .hero__title { font-size: clamp(2.6rem, 14vw, 4.5rem); }
  .hero__meta { gap: 24px; flex-wrap: wrap; }
  .hero__scroll { display: none; }
  .marquee__track { font-size: 1.2rem; gap: 24px; }
  .nav { padding: 10px 10px 10px 16px; }
  .nav__logo img { height: 30px; }

  .page-hero { min-height: 56vh; padding: 130px var(--pad) 48px; }
  .page-hero__title { font-size: clamp(2.2rem, 11vw, 3.8rem); }

  .event__cta { flex-direction: column; align-items: flex-start; }
  .footer__cols { grid-template-columns: 1fr; }

  .included__grid { grid-template-columns: 1fr; }

  .newsletter__row { flex-direction: column; padding: 14px; border-radius: 22px; gap: 12px; }
  .newsletter__row input[type="email"] { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 14px; }
  .newsletter__submit { width: 100%; justify-content: center; }
  .included__item { border-right: none !important; border-bottom: 1px solid var(--line) !important; }
  .included__item:last-child { border-bottom: none !important; }

  .contact-methods { grid-template-columns: 1fr; }

  /* Image captions stay readable on mobile */
  .about__sticker { font-size: 0.95rem; padding: 10px 14px; bottom: 14px; right: 14px; left: 14px; max-width: none; justify-content: center; }
  .aboutus__quote { font-size: 0.96rem; padding: 14px 16px; left: 12px; right: 12px; bottom: 12px; }
  .block__caption { font-size: 0.92rem; padding: 12px 14px; left: 12px; right: 12px; bottom: 12px; }
}

/* Event of the season — editorial hero on bej */
.event-hero {
  background: var(--bej-2);
  color: var(--ink);
  border-bottom: 1px solid rgba(3, 25, 40, 0.1);
  padding: 0;
}
.event-hero__head {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 96px) clamp(28px, 6vw, 96px) 0;
}
.event-hero__head .eyebrow { display: inline-flex; }
.event-hero__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 60vh;
  max-height: 78vh;
  align-items: stretch;
  overflow: hidden;
}
.event-hero__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 7vw, 110px) clamp(28px, 6vw, 96px);
  gap: 32px;
}
.event-hero__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(3.4rem, 8vw, 7.2rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0;
}
.event-hero__date {
  display: flex;
  align-items: center;
  gap: 18px;
}
.event-hero__date-line {
  display: block;
  width: 36px;
  height: 1px;
  background: rgba(3, 25, 40, 0.45);
}
.event-hero__date-text {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bej);
  background: var(--turcoaz);
  padding: 4px 12px 6px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.event-hero__lede {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.7;
  max-width: 520px;
}
.event-hero__lede strong {
  color: var(--turcoaz);
  font-weight: 600;
}
.event-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}
.event-hero__cover {
  position: relative;
  overflow: hidden;
  background: var(--bej-2);
}
.event-hero__cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}

/* Day cards strip below the hero */
.event-hero__days {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(3, 25, 40, 0.1);
}
.event-day {
  padding: clamp(36px, 4vw, 56px) clamp(24px, 4vw, 48px) clamp(40px, 5vw, 64px);
  border-right: 1px solid rgba(3, 25, 40, 0.1);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.event-day:last-child { border-right: none; }
.event-day__eyebrow {
  font-family: var(--display);
  font-size: 0.92rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.event-day__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  line-height: 1.1;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 0;
}
.event-day p {
  color: var(--ink-soft);
  line-height: 1.6;
  font-size: 0.98rem;
  margin: 0;
}

@media (max-width: 1080px) {
  .event-hero__split { grid-template-columns: 1fr; min-height: auto; }
  .event-hero__cover { aspect-ratio: 16/10; order: -1; }
  .event-hero__panel { padding: 56px 28px; gap: 28px; }
  .event-hero__days { grid-template-columns: 1fr; }
  .event-day {
    border-right: none;
    border-bottom: 1px solid rgba(3, 25, 40, 0.1);
  }
  .event-day:last-child { border-bottom: none; }
}
@media (max-width: 600px) {
  .event-hero__panel { padding: 48px 22px; }
  .event-hero__cover { aspect-ratio: unset; min-height: 380px; }
}

/* Founders section */
.founders {
  background: var(--bej);
  padding: 96px 32px;
}
.founders__head {
  max-width: 760px;
  margin: 0 auto 80px;
  text-align: center;
}
.founders__head .display { margin: 20px 0 24px; }
.founders__head p {
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.65;
}
.founder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto 96px;
}
.founder__photo img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 30px 60px -28px rgba(3, 25, 40, 0.35);
}
.founder--reverse .founder__photo { grid-column: 2; grid-row: 1; }
.founder--reverse .founder__text { grid-column: 1; grid-row: 1; }
.founder__role {
  display: inline-block;
  background: rgba(94, 170, 165, 0.14);
  color: var(--turcoaz);
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}
.founder h3 {
  font-size: 2.2rem;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
  color: var(--ink);
}
.founder__text p {
  color: var(--ink-soft);
  line-height: 1.65;
  margin: 0 0 14px;
  font-size: 1.02rem;
}
.founder__text p:last-child { margin-bottom: 0; }
.founder__text strong { color: var(--ink); font-weight: 500; }

.founders__quote {
  max-width: 820px;
  margin: 24px auto 0;
  text-align: center;
  padding: 36px 32px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.founders__quote p {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 14px;
}
.founders__quote span {
  font-size: 0.92rem;
  color: var(--ink-soft);
  letter-spacing: 0.04em;
}

@media (max-width: 1080px) {
  .founder { gap: 48px; }
}
@media (max-width: 900px) {
  .founders { padding: 72px 24px; }
  .founders__head { margin-bottom: 56px; }
  .founder { grid-template-columns: 1fr; gap: 28px; margin-bottom: 64px; }
  .founder--reverse .founder__photo { grid-column: 1; grid-row: 1; }
  .founder--reverse .founder__text { grid-column: 1; grid-row: 2; }
  .founder__photo img { aspect-ratio: 5/4; }
  .founder h3 { font-size: 1.7rem; }
  .founders__quote p { font-size: 1.15rem; }
}
@media (max-width: 600px) {
  .founders { padding: 56px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .hero__media video { transform: scale(1); }
}

/* ---------- Cookie consent banner ---------- */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--bleumarin);
  border-top: 1px solid rgba(253, 249, 237, 0.12);
  box-shadow: 0 -8px 40px rgba(3, 25, 40, 0.35);
  padding: 20px var(--pad);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.cookie-banner.is-visible {
  transform: translateY(0);
}
.cookie-banner__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.cookie-banner__text {
  flex: 1;
  min-width: 260px;
}
.cookie-banner__text strong {
  display: block;
  font-family: var(--body);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--bej);
  margin-bottom: 6px;
}
.cookie-banner__text p {
  font-size: 0.85rem;
  color: rgba(253, 249, 237, 0.65);
  line-height: 1.6;
  margin: 0;
}
.cookie-banner__text a {
  color: var(--turcoaz);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-banner__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.cookie-banner__actions .btn {
  font-size: 0.88rem;
  padding: 10px 22px;
}
/* Settings link shown in footer after consent */
.cookie-settings-link {
  font-size: 0.8rem;
  color: rgba(253, 249, 237, 0.45);
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
}
.cookie-settings-link:hover { color: var(--bej); }

@media (max-width: 600px) {
  .cookie-banner__inner { gap: 20px; }
  .cookie-banner__actions { width: 100%; }
  .cookie-banner__actions .btn { flex: 1; justify-content: center; }
}
