/* --------------------------------------------------------------------------
   Host by Tasha — private branch landing (page-templates/template-host.php)
   Personal premium landing: same gala DNA, portrait-led, burgundy-warm dark.
   Depends on main.css for tokens (:root), .editorial, .gold-shimmer, .eyebrow,
   .container, .gala-section, .gala-frame, .btn.
   -------------------------------------------------------------------------- */

.host-page {
  --host-dark:   #120a0d;   /* burgundy-warm dark */
  --host-darker: #0c0709;
  --host-cream:  #f3ebd9;
  background: var(--bg);
}

/* ---------- Hero ---------- */
.host-hero {
  position: relative;
  min-height: 820px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--host-dark);
}

.host-hero__reel {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.host-hero__reel-cell {
  background-size: cover;
  background-position: center;
  filter: brightness(0.5) saturate(1.05);
}
.host-hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18,10,13,0.8) 0%, rgba(18,10,13,0.35) 40%, rgba(12,7,9,0.95) 100%);
}
.host-hero .gala-particles-layer { position: absolute; inset: 0; }

/* Minimal personal nav */
.host-nav {
  position: relative;
  z-index: 5;
  padding: 26px 0;
}
.host-nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.host-nav__brand {
  font-family: var(--font-editorial);
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
}
.host-nav__links {
  display: flex;
  gap: 24px;
  align-items: center;
}
.host-nav__links a:not(.host-nav__cta) {
  font-size: 13px;
  color: rgba(243,235,217,0.8);
  font-weight: 500;
  text-decoration: none;
  transition: color var(--dur-2, 220ms);
}
.host-nav__links a:not(.host-nav__cta):hover { color: var(--gold-bright); }
.host-nav__cta {
  background: transparent;
  border: 1px solid rgba(246,217,122,0.5);
  color: var(--gold-bright);
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: border-color 220ms, background 220ms;
}
.host-nav__cta:hover { border-color: var(--gold-bright); background: rgba(246,217,122,0.08); }

.host-hero__center {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px 80px;
}
.host-hero__eyebrow {
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(246,217,122,0.85);
  font-weight: 600;
  margin-bottom: 20px;
}
.host-hero__headline {
  font-size: clamp(56px, 8.5vw, 120px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  font-weight: 400;
  margin: 0 0 22px;
}
.host-hero__lead {
  font-family: var(--font-editorial);
  font-size: clamp(16px, 2vw, 22px);
  font-style: italic;
  color: rgba(243,235,217,0.85);
  max-width: 640px;
  line-height: 1.4;
  margin: 0 0 30px;
}
.host-hero__ctas {
  display: flex;
  align-items: center;
  gap: 14px 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.host-btn-gold {
  display: inline-block;
  background: linear-gradient(180deg, #f6d97a 0%, #d4a830 50%, #b58320 100%);
  color: var(--host-dark);
  padding: 16px 30px;
  border-radius: 999px;
  border: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(212,168,48,0.3);
  transition: filter 220ms, transform 220ms;
}
.host-btn-gold:hover { filter: brightness(1.08); transform: translateY(-1px); }
.host-hero__reelchip {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(243,235,217,0.75);
  text-decoration: none;
  transition: color 220ms;
}
.host-hero__reelchip:hover { color: var(--gold-bright); }
.host-play-ring {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(212,168,48,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.host-hero__reelchip span:last-child {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}

/* ---------- Section scaffolding ---------- */
.host-section { padding: 110px 0; }
.host-section--alt { background: var(--bg-alt); }
.host-section .eyebrow { margin-bottom: 14px; }
.host-h2 {
  font-size: clamp(38px, 4.5vw, 60px);
  line-height: 1;
  letter-spacing: -0.028em;
  font-weight: 400;
  margin: 0;
}
.host-h2 em { color: var(--accent); }

/* ---------- About ---------- */
.host-about__grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.host-about__side { position: sticky; top: 24px; }
.host-about__portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.host-about__portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(18,10,13,0.75) 100%);
}
.host-about__portrait-caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
}
.host-about__portrait-name {
  font-family: var(--font-editorial);
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
}
.host-about__portrait-role {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(243,235,217,0.75);
  font-weight: 600;
  margin-top: 4px;
}
.host-videocard {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  padding: 16px;
  background: var(--bg-alt);
  border: 1px solid var(--rule);
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 220ms, background 220ms;
}
.host-videocard:hover { border-color: var(--gold); background: var(--gold-soft); }
.host-play-solid {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f6d97a, #d4a830);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.host-videocard__title { font-size: 14px; font-weight: 600; color: var(--ink); }
.host-videocard__sub   { font-size: 12px; color: var(--ink-soft); }
.host-about__h2 { margin-bottom: 28px; }
.host-about__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.host-about__body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-soft);
}
.host-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
}
.host-fact__num {
  font-family: var(--font-editorial);
  font-size: 34px;
  font-weight: 500;
  color: var(--gold-deep);
  letter-spacing: -0.02em;
  line-height: 1;
}
.host-fact__label {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 600;
  margin-top: 6px;
  line-height: 1.3;
}

/* ---------- Event types ---------- */
.host-types__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
  margin-top: 48px;
}
.host-type {
  background: var(--bg);
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background 220ms;
}
.host-type:hover { background: var(--gold-soft); }
.host-type__num {
  font-family: var(--font-editorial);
  font-size: 16px;
  color: var(--gold-deep);
  font-style: italic;
  font-weight: 500;
}
.host-type__name {
  font-family: var(--font-editorial);
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  font-weight: 500;
  margin: 0;
}

/* ---------- Watch me in action (gala backdrop) ---------- */
.host-action__head { text-align: center; margin-bottom: 56px; position: relative; z-index: 1; }
.host-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(212,168,48,0.7);
  margin-bottom: 18px;
}
.host-ornament span:first-child  { height: 1px; width: 48px; background: linear-gradient(90deg, transparent, rgba(212,168,48,0.7)); }
.host-ornament span:last-child   { height: 1px; width: 48px; background: linear-gradient(90deg, rgba(212,168,48,0.7), transparent); }
.host-action__h2 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 400;
  margin: 0 0 14px;
}
.host-action__sub {
  font-family: var(--font-editorial);
  font-size: clamp(15px, 1.6vw, 19px);
  font-style: italic;
  color: rgba(243,235,217,0.8);
  margin: 0;
}
/* Vertical 9:16 player — the showreel is an Instagram-format video */
.host-showreel {
  position: relative;
  aspect-ratio: 9 / 16;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(212,168,48,0.3);
  display: block;
  z-index: 1;
  background: #000;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}
.host-showreel__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}
.host-showreel__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(12,7,9,0.85) 100%);
  pointer-events: none;
}
.host-showreel.is-playing { cursor: default; }
.host-showreel.is-playing .host-showreel__scrim,
.host-showreel.is-playing .host-showreel__play,
.host-showreel.is-playing .host-showreel__meta { display: none; }
.host-showreel__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f6d97a, #d4a830);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 60px rgba(212,168,48,0.45);
  transition: transform 220ms;
}
.host-showreel:hover .host-showreel__play { transform: translate(-50%, -50%) scale(1.06); }
.host-showreel__meta { position: absolute; left: 20px; right: 20px; bottom: 20px; pointer-events: none; }
.host-showreel__kicker {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-bright);
  font-weight: 600;
  margin-bottom: 6px;
}
.host-showreel__title {
  font-family: var(--font-editorial);
  font-size: 24px;
  color: var(--host-cream);
  font-weight: 500;
  letter-spacing: -0.015em;
}

/* ---------- Gallery ---------- */
.host-gallery__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 44px;
  flex-wrap: wrap;
  gap: 16px;
}
.host-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 210px;
  gap: 12px;
}
.host-gallery__tile {
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  cursor: pointer;
  transition: filter 220ms;
}
.host-gallery__tile:hover { filter: brightness(1.08); }
.host-gallery__tile--big { grid-column: span 2; grid-row: span 2; }

/* ---------- Reviews ---------- */
.host-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.host-review {
  margin: 0;
  background: var(--bg);
  border: 1px solid var(--rule);
  padding: 28px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.host-review blockquote {
  font-family: var(--font-editorial);
  font-size: 19px;
  line-height: 1.4;
  font-style: italic;
  color: var(--ink);
  margin: 0;
  flex: 1;
}
.host-review figcaption { font-size: 13px; }
.host-review__who  { font-weight: 600; color: var(--ink); }
.host-review__what { color: var(--ink-soft); }

/* ---------- Why me ---------- */
.host-why__grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
}
.host-why__quote {
  font-family: var(--font-editorial);
  font-size: 17px;
  font-style: italic;
  color: var(--ink-soft);
  margin: 20px 0 0;
  line-height: 1.5;
}
.host-why__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.host-why__item { border-top: 1px solid var(--rule); padding-top: 18px; }
.host-why__num {
  font-family: var(--font-editorial);
  font-size: 26px;
  color: var(--gold-deep);
  font-style: italic;
  font-weight: 500;
}
.host-why__item h4 {
  font-family: var(--font-editorial);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.015em;
  margin: 10px 0 8px;
  color: var(--ink);
}
.host-why__item p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}

/* ---------- Free date form (gala backdrop) ---------- */
.host-date { position: relative; }
.host-date__wrap { max-width: 860px; margin: 0 auto; position: relative; z-index: 1; }
.host-date__head { text-align: center; margin-bottom: 36px; }
.host-date__eyebrow {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(246,217,122,0.85);
  font-weight: 600;
  margin-bottom: 16px;
}
.host-date__h2 {
  font-size: clamp(40px, 4.8vw, 64px);
  line-height: 1;
  letter-spacing: -0.028em;
  font-weight: 400;
  margin: 0 0 14px;
}
.host-date__sub {
  font-family: var(--font-editorial);
  font-size: clamp(15px, 1.5vw, 18px);
  font-style: italic;
  color: rgba(243,235,217,0.8);
  margin: 0;
}
.host-date__form {
  background: rgba(7,18,12,0.5);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.host-date__fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.host-date__field { display: flex; flex-direction: column; gap: 6px; }
.host-date__field span {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(246,217,122,0.8);
}
.host-date__field input {
  padding: 13px 14px;
  border-radius: 4px;
  border: 1px solid rgba(212,168,48,0.3);
  background: rgba(7,18,12,0.6);
  font-size: 14px;
  font-family: inherit;
  color: var(--host-cream);
  outline: none;
  transition: border-color 220ms;
}
.host-date__field input::placeholder { color: rgba(243,235,217,0.4); }
.host-date__field input:focus { border-color: rgba(246,217,122,0.7); }
.host-date__submit { margin-top: 8px; letter-spacing: 0.12em; padding: 16px 28px; }
.host-date__note {
  font-size: 11px;
  color: rgba(243,235,217,0.55);
  text-align: center;
  font-style: italic;
  font-family: var(--font-editorial);
  margin: 0;
}
.host-date__msg { display: none; text-align: center; font-size: 14px; color: var(--gold-bright); }
.host-date__msg.is-visible { display: block; }

/* ---------- Footer ---------- */
.host-footer {
  background: var(--host-darker);
  border-top: 1px solid rgba(212,168,48,0.15);
  padding: 36px 0;
}
.host-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.host-footer__brand {
  font-family: var(--font-editorial);
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}
.host-footer__contacts {
  font-size: 12px;
  color: rgba(243,235,217,0.55);
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.host-footer__contacts a { color: inherit; text-decoration: none; }
.host-footer__contacts a:hover { color: var(--gold-bright); }
.host-footer__note { font-size: 11px; color: rgba(243,235,217,0.4); }
.host-footer__note a { color: inherit; text-decoration: none; }
.host-footer__note a:hover { color: var(--gold-bright); }

/* ---------- Responsive ---------- */
@media (max-width: 1023px) {
  .host-about__grid, .host-why__grid { grid-template-columns: 1fr; gap: 32px; }
  .host-about__side { position: static; }
}

@media (max-width: 767px) {
  .host-section { padding: 48px 0; }
  .host-hero { min-height: 660px; }
  .host-hero__reel { grid-template-columns: 1fr 1fr; }
  .host-nav { padding: 16px 0; }
  .host-nav__brand { font-size: 20px; }
  .host-nav__links a:not(.host-nav__cta) { display: none; }
  .host-fact__num { font-size: 24px; }
  .host-types__grid { grid-template-columns: repeat(2, 1fr); margin-top: 28px; }
  .host-type { padding: 22px 16px; }
  .host-type__name { font-size: 18px; }
  .host-action__head { margin-bottom: 32px; }
  .host-showreel { max-width: 320px; }
  .host-showreel__play { width: 68px; height: 68px; }
  .host-showreel__meta { left: 16px; right: 16px; bottom: 14px; }
  .host-showreel__title { font-size: 20px; }
  .host-gallery__head { margin-bottom: 28px; }
  .host-gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 130px; gap: 8px; }
  .host-gallery__tile--big { grid-column: span 1; grid-row: span 1; }
  .host-reviews__grid { grid-template-columns: 1fr; margin-top: 28px; }
  .host-why__items { grid-template-columns: 1fr; gap: 20px; }
  .host-date__form { padding: 24px; }
  .host-date__fields { grid-template-columns: 1fr; }
  .host-footer { padding: 28px 0; }
}
