/* ══════════════════════════════════════════════════════════════
   taliareese.com — stylesheet
   Faithful recreation of the original Divi design:
   • Open Sans 17px/500 body, #231f20 ink
   • Yesteryear script headings, 72px, centered
   • #a30c61 berry buttons — square, 16px, 50px side padding
   • Header: BOOK TALIA (24px outline) · script logo + menu · FA socials
   • Bokeh strip bands (cover-zoomed, no overlay), Book-Talia composite band
   Values below were measured off the live site — don't "improve" them.
   ══════════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Yesteryear';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/yesteryear.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/open-sans.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/open-sans-italic.woff2') format('woff2');
}

:root {
  --berry:      #a30c61;   /* brand — nav current/hover, buttons */
  --berry-deep: #8b0a53;
  --red:        #ec1c24;   /* footer "click here", contact Submit */
  --ink:        #231f20;   /* global text + headings */
  --black:      #000000;   /* text-module copy (bio, book blurb) */
  --line:       #e5e5e5;
  --wrap: 1140px;

  --script: 'Yesteryear', 'Brush Script MT', 'Segoe Script', cursive;
  --body: 'Open Sans', Helvetica, Arial, 'Lucida Grande', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

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

body {
  font-family: var(--body);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 { color: var(--ink); }
img { max-width: 100%; height: auto; }
a { color: var(--berry); }
a:hover { color: var(--berry-deep); }

.wrap { width: 90%; max-width: var(--wrap); margin: 0 auto; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

::selection { background: #f3d3e6; color: var(--ink); }

/* ── Skip link ─────────────────────────────────────────────── */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: 10px 18px; text-decoration: none;
}
.skip-link:focus { left: 0; color: #fff; }

/* ══ Header — BOOK TALIA left · logo + menu center · socials right ══ */
.site-header { background: #fff; }
/* homepage: header floats over the hero photo, like the original */
body.home .site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 60; background: transparent; }

.site-header .bar {
  width: 90%; max-width: 1400px; margin: 0 auto;
  padding: 40px 0 60px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px;
}
.header-book { justify-self: start; }
.btn-book {
  display: inline-block;
  font-size: 24px; font-weight: 600; line-height: 1.7; letter-spacing: 0;
  color: #000; background: transparent;
  border: 2px solid #000; border-radius: 0;
  padding: 2px 24px; text-decoration: none;
  transition: background .3s ease, color .3s ease;
  white-space: nowrap;
}
.btn-book:hover { background: #000; color: #fff; }

.header-center { display: flex; flex-direction: column; align-items: center; min-width: 0; }
.logo { display: block; line-height: 0; }
.logo img { width: 242px; height: auto; }
.site-nav {
  display: flex; justify-content: center; align-items: center; flex-wrap: wrap;
  margin-top: 20px;
}
.site-nav a {
  font-size: 16px; font-weight: 500; letter-spacing: 0; text-transform: uppercase;
  color: #000; text-decoration: none; padding: 0 7px; white-space: nowrap;
  transition: color .3s ease;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] { color: var(--berry); }
.site-nav .nav-cta { display: none; }

.header-right { justify-self: end; display: flex; align-items: center; gap: 14px; }
.header-social { display: flex; align-items: center; gap: 13px; }
.header-social a { color: #000; display: grid; place-items: center; }
.header-social a:hover { color: var(--berry); }
.header-social svg { width: 24px; height: 24px; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; color: #000; }
.nav-toggle svg { display: block; }

@media (max-width: 979px) {
  body.home .site-header { position: static; background: #fff; }
  .site-header .bar {
    grid-template-columns: auto 1fr auto; padding: 18px 0;
    width: 90%; gap: 10px;
  }
  .header-book { display: none; }
  .header-center { align-items: flex-start; }
  .logo img { width: min(220px, 52vw); }
  .site-nav {
    display: none; order: 5;
    flex-direction: column; align-items: stretch;
    margin: 12px 0 0; border-top: 1px solid #eee; padding-top: 8px;
  }
  .site-nav.open { display: flex; grid-column: 1 / -1; }
  .site-nav a { padding: 11px 8px; text-align: center; font-size: 15px; }
  .site-nav .nav-cta {
    display: block; margin-top: 10px; background: var(--berry); color: #fff; font-weight: 700; padding: 12px;
  }
  .site-nav .nav-cta:hover { background: var(--berry-deep); color: #fff; }
  .header-social { display: none; }
  .nav-toggle { display: block; }
}

/* ══ Type ══ */
.display {
  font-family: var(--script); font-weight: 500; letter-spacing: 0;
  line-height: 1.1; text-transform: none; color: var(--ink);
}
h1.display, h2.display, .display.xl { font-size: 72px; text-align: center; }
.display.left { text-align: left; }
@media (max-width: 767px) { h1.display, h2.display, .display.xl { font-size: 42px; } }

.h-bold { font-size: 32px; font-weight: 700; color: var(--ink); text-align: center; line-height: 1.4; }
.h-bold.left { text-align: left; }

/* text-module copy: 16px/24, pure black — as on the original */
.copy, .copy p { font-size: 16px; line-height: 24px; color: var(--black); }

/* ══ Buttons — square, berry, 16px, Title Case ══ */
.btn, .btn-primary {
  display: inline-block; cursor: pointer; text-decoration: none;
  font-family: var(--body); font-size: 16px; font-weight: 500; line-height: 1.7;
  color: #fff !important; background: var(--berry);
  border: 2px solid var(--berry); border-radius: 0;
  padding: 5px 50px;
  transition: background .3s ease, border-color .3s ease;
  text-align: center;
}
.btn:hover, .btn-primary:hover { background: var(--berry-deep); border-color: var(--berry-deep); color: #fff; }
.btn-outline { background: transparent; color: var(--ink) !important; border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff !important; }
@media (max-width: 560px) { .btn, .btn-primary { padding: 5px 32px; } }

/* ══ Sections ══ */
.sec { padding: 70px 0; }
.sec.pb-40 { padding-bottom: 40px; }
.sec-head { margin-bottom: 50px; }
.sec-cta { text-align: center; margin-top: 50px; }

/* sparkle-bokeh strip, cover-zoomed exactly like the original */
.band { background: #fff url('../img/bokeh-bg.jpg') center / cover no-repeat; }

/* ══ Home: hero ══ */
.hero {
  display: block;
  background: #ececf1 url('../img/show-dates.jpg') center / cover no-repeat;
  height: 1100px;
}
@media (max-width: 1270px) { .hero { height: 770px; } }
@media (max-width: 775px)  { .hero { height: 100vw; } }

/* promo banner under the hero */
.banner-sec { padding: 70px 0; background: #fff; }
.banner-sec img { display: block; width: 100%; height: auto; }

/* ══ Home: quote + bio ══ */
.quote-sec { text-align: center; }
.script-quote {
  font-family: var(--script); font-weight: 700; font-size: 48px;
  line-height: 1.15; color: var(--ink);
}
@media (max-width: 767px) { .script-quote { font-size: 34px; } }
.attribution { font-family: var(--script); font-weight: 500; font-size: 16px; color: #000; margin-top: 10px; }
.bio-teaser { font-size: 16px; line-height: 24px; color: #000; margin: 30px auto 40px; max-width: 1140px; }

/* ══ Home: As Featured In ticker ══ */
.ticker-label { margin-bottom: 50px; }
.ticker { overflow: hidden; position: relative; }
.ticker-track {
  display: flex; align-items: center; gap: 24px; width: max-content;
  padding-right: 24px;
  animation: ticker-scroll 40s linear infinite;
}
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-track img { width: 166px; height: auto; flex: 0 0 auto; }
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (max-width: 700px) { .ticker-track img { width: 120px; } .ticker-track { gap: 18px; } }
@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; }
}

/* ══ Video cards / facades ══ */
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 63px; }
.video-grid.cols-4 { grid-template-columns: repeat(4, 1fr); gap: 30px 24px; }
@media (max-width: 1100px) {
  .video-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .video-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .video-grid, .video-grid.cols-4 { grid-template-columns: 1fr; }
}

.video-card { text-align: left; min-width: 0; }
.yt-facade {
  position: relative; width: 100%; aspect-ratio: 16 / 9; border: 0; padding: 0;
  border-radius: 0; overflow: hidden; cursor: pointer; background: #111; display: block;
}
.yt-facade.portrait { aspect-ratio: 9 / 16; }
.yt-facade img.thumb {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
/* YouTube-style play button, like the embeds on the original */
.yt-facade .play {
  position: absolute; inset: 0; margin: auto; z-index: 2;
  width: 68px; height: 48px; border-radius: 10px;
  background: #f00; display: grid; place-items: center;
  transition: background .2s ease;
}
.yt-facade:hover .play { background: #cc0000; }
.yt-facade .play svg { width: 24px; height: 24px; fill: #fff; margin-left: 2px; }
.yt-facade iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.video-card .vc-title {
  font-size: 15px; font-weight: 600; line-height: 1.45; margin-top: 10px; color: var(--ink);
}
.video-card .vc-meta { font-size: 12.5px; color: #777; margin-top: 2px; }
.no-titles .vc-title, .no-titles .vc-meta { display: none; }

.feed-note { margin-top: 18px; font-size: 13px; color: #777; text-align: center; }
.feed-hidden { display: none !important; }

/* ══ Events ══ */
.event-list { display: grid; gap: 16px; margin: 0 0 10px; text-align: left; }
.event-list:empty { display: none; margin: 0; }
.sec-head + .event-list { margin-top: -10px; }
.event-card {
  display: grid; grid-template-columns: 104px 1fr auto; gap: 22px; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: 0;
  padding: 20px 26px;
}
.event-date { text-align: center; border-right: 2px solid #f0e2ea; padding-right: 18px; }
.event-date .month { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--berry); }
.event-date .day { font-weight: 800; font-size: 38px; line-height: 1.1; color: var(--ink); }
.event-date .year { font-size: 12.5px; color: #777; }
.event-info h3 { font-size: 19px; line-height: 1.3; }
.event-info .venue { color: #555; font-size: 15px; margin-top: 3px; }
.event-info .detail { color: #777; font-size: 13.5px; margin-top: 5px; }
@media (max-width: 700px) {
  .event-card { grid-template-columns: 80px 1fr; }
  .event-card .btn { grid-column: 1 / -1; }
  .event-date { padding-right: 12px; }
  .event-date .day { font-size: 30px; }
}
/* plain empty-state line (Live Events page) */
.events-note p { font-size: 16px; line-height: 24px; color: var(--black); }

/* ══ Press ══ */
.press-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; align-items: start; }
.press-strip a { display: block; line-height: 0; }
.press-strip img { width: 100%; height: auto; }
@media (max-width: 900px) { .press-strip { grid-template-columns: repeat(2, 1fr); } }

.press-six { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; align-items: start; }
.press-six a { display: block; line-height: 0; }
.press-six img { width: 100%; height: auto; }
@media (max-width: 1100px) { .press-six { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 620px) { .press-six { grid-template-columns: repeat(2, 1fr); } }

/* testimonials — flat #f5f5f5 rows like the original */
.testimonial {
  background: #f5f5f5; padding: 30px; margin-top: 50px;
}
.testimonial p.t-quote { font-size: 17px; line-height: 1.5; font-weight: 500; color: var(--ink); }
.testimonial .t-author { display: block; margin-top: 32px; font-weight: 700; font-size: 17px; color: var(--ink); }
.testimonial .t-meta { display: block; font-size: 17px; font-weight: 500; color: var(--ink); }

/* ══ Photos ══ */
.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px 28px; align-items: start; }
@media (max-width: 1000px) { .photo-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .photo-grid { grid-template-columns: 1fr; } }
.photo-grid a { display: block; line-height: 0; }
.photo-grid img { width: 100%; height: auto; box-shadow: 2px 3px 8px rgba(0,0,0,.18); }

.lightbox {
  position: fixed; inset: 0; z-index: 300; background: #000000e6;
  display: none; align-items: center; justify-content: center; padding: 30px;
}
.lightbox.open { display: flex; }
.lightbox img { max-height: 88vh; max-width: 92vw; width: auto; }
.lightbox .lb-close {
  position: absolute; top: 20px; right: 24px; background: none; border: 0;
  color: #fff; font-size: 36px; line-height: 1; cursor: pointer; padding: 8px;
}
.lightbox .lb-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: #ffffff22; border: 0; color: #fff; cursor: pointer;
  width: 48px; height: 48px; border-radius: 0; font-size: 22px;
}
.lightbox .lb-prev { left: 18px; }
.lightbox .lb-next { right: 18px; }

/* ══ Podcast ══ */
.podcast-badges { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 30px; }
.badge-link {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid #cfcfcf; border-radius: 0;
  padding: 9px 20px; font-weight: 600; font-size: 15px; color: var(--ink);
  text-decoration: none; transition: border-color .2s ease, color .2s ease;
}
.badge-link:hover { color: var(--berry); border-color: var(--berry); }
.badge-link svg { width: 19px; height: 19px; }

.episode-player { margin: 0 auto 50px; }
.episode-player .yt-facade { max-width: 760px; margin: 0 auto; }
.episode-list { display: grid; gap: 14px; margin-top: 30px; }
.episode-row {
  display: grid; grid-template-columns: 160px 1fr; gap: 20px; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: 0;
  padding: 14px; cursor: pointer; text-align: left; color: inherit; width: 100%; font: inherit;
}
.episode-row:hover .ep-title { color: var(--berry); }
.episode-row .ep-thumb { overflow: hidden; position: relative; line-height: 0; }
.episode-row .ep-thumb img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.episode-row .ep-title { display: block; font-size: 16px; font-weight: 600; line-height: 1.45; color: var(--ink); }
.episode-row .ep-date { display: block; font-size: 13px; color: #777; margin-top: 5px; }
@media (max-width: 620px) { .episode-row { grid-template-columns: 1fr; } }

/* ══ Newsletter band ══ */
.nl-form { max-width: 600px; margin: 40px auto 0; text-align: left; }
.nl-label { display: block; font-size: 16px; font-weight: 600; color: var(--ink); line-height: 1.4; margin-bottom: 8px; }
.nl-label .req { font-size: 12px; font-weight: 400; color: #c02b0a; margin-left: 4px; }
.nl-two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 480px) { .nl-two { grid-template-columns: 1fr; } }
.nl-sub { display: block; font-size: 13px; font-weight: 400; color: #585e6a; margin: 4px 0 14px; }
.nl-form input[type="text"], .nl-form input[type="email"] {
  width: 100%; height: 38px; padding: 0 12px;
  font: inherit; font-size: 14px; color: var(--ink);
  background: #fff; border: 1px solid #686e77; border-radius: 3px; outline: none;
}
.nl-form input:focus { border-color: var(--berry); box-shadow: 0 0 0 1px var(--berry); }
.nl-field { margin-bottom: 14px; }
.nl-btn {
  width: 100%; height: 38px; margin-top: 10px;
  background: var(--berry); color: #fff; border: 1px solid var(--berry); border-radius: 0;
  font: inherit; font-size: 16px; font-weight: 500; cursor: pointer;
  transition: background .3s ease;
}
.nl-btn:hover { background: var(--berry-deep); }

/* ══ Book Talia band — the original composite photo background ══ */
.book-band {
  background: #f4f4f6 url('../img/book-talia-bg.jpg') center / cover no-repeat;
  padding: 30px 0 50px;
}
.book-band .inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.book-band .band-photo img { display: none; }
.book-band h2 { margin-bottom: 16px; }
.book-band p { font-size: 16px; line-height: 24px; color: #000; margin-bottom: 48px; }
@media (max-width: 979px) {
  .book-band { background: linear-gradient(180deg, #fbfbfc 0%, #e9e9ee 100%); text-align: center; padding: 50px 0; }
  .book-band .inner { grid-template-columns: 1fr; gap: 24px; }
  .book-band .band-photo img { display: block; margin: 0 auto; max-width: 320px; }
  .book-band h2 { text-align: center; }
}

/* ══ About band — full-bleed studio photo background ══ */
.about-band {
  background: #ececef url('../img/about-band.jpg') center / cover no-repeat;
  padding: 100px 0 200px;
}
.about-band .inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.about-band .band-photo img { display: none; }
.about-band h1 { margin-bottom: 10px; }
.about-band .press-line {
  font-size: 22px; font-style: italic; font-weight: 600; color: var(--ink); margin-bottom: 24px;
}
.about-band p { font-size: 16px; line-height: 24px; color: #000; margin-bottom: 24px; }
.about-band p:last-child { margin-bottom: 0; }
@media (max-width: 900px) {
  .about-band { background: linear-gradient(180deg, #f6f6f8 0%, #e7e7ec 100%); padding: 50px 0 60px; }
  .about-band .inner { grid-template-columns: 1fr; gap: 20px; }
  .about-band .band-photo img { display: block; max-width: 340px; margin: 0 auto; }
  .about-band h1 { text-align: center; }
  .about-band .press-line { text-align: center; }
}

/* ══ Contact ══ */
.form-banner { padding: 14px 18px; margin: 0 0 26px; font-size: 15px; line-height: 1.55; border: 1px solid; border-radius: 0; }
.form-banner.ok  { background: #f0f7f0; border-color: #b9d8b9; color: #1e5c1e; }
.form-banner.err { background: #fdf0f0; border-color: #edc2c2; color: #8f1f1f; }
.form-banner a { color: inherit; font-weight: 700; }

.c-form { margin-top: 30px; }
.c-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 28px; }
@media (max-width: 700px) { .c-row { grid-template-columns: 1fr; } }
.c-row.single { grid-template-columns: 1fr; }
.c-form input[type="text"], .c-form input[type="email"], .c-form input[type="tel"], .c-form textarea {
  width: 100%; font: inherit; font-size: 15px; color: var(--ink);
  background: #fff; border: 1px solid #686e77; border-radius: 3px;
  padding: 12px 14px; outline: none;
}
.c-form ::placeholder { color: #6b7077; opacity: 1; }
.c-form input:focus, .c-form textarea:focus { border-color: var(--berry); box-shadow: 0 0 0 1px var(--berry); }
.c-form textarea { min-height: 230px; resize: vertical; }
.btn-red {
  display: block; width: 100%; margin-top: 4px;
  background: var(--red); color: #fff; border: 1px solid var(--red); border-radius: 0;
  font: inherit; font-size: 16px; font-weight: 500; line-height: 1.7;
  padding: 8px 16px; cursor: pointer; transition: filter .2s ease;
}
.btn-red:hover { filter: brightness(.9); }
.form-note { font-size: 13px; color: #777; margin-top: 14px; }
.contact-photo { margin-top: 20px; line-height: 0; }
.contact-photo img { width: 100%; height: auto; }

/* ══ Talia TV ══ */
.tv-frame { position: relative; background: #000; }
.tv-frame .video-js { width: 100%; }
.tv-live {
  position: absolute; z-index: 5; top: 14px; left: 14px;
  background: #e40b0b; color: #fff; font-size: 12.5px; font-weight: 700;
  letter-spacing: .08em; padding: 3px 10px; border-radius: 2px;
}
.tv-frame.is-off .video-js { display: none; }
.tv-offline { padding: 70px 24px; text-align: center; background: #111; }
.tv-offline .copy { color: #cfcfcf; max-width: 520px; margin: 12px auto 0; }

/* ══ Footer — white, centered, script logo ══ */
.site-footer { background: #fff; padding: 57px 0; text-align: center; }
.site-footer .f-logo { display: inline-block; line-height: 0; }
.site-footer .f-logo img { width: 321px; max-width: 80vw; height: auto; }
.footer-social { display: flex; justify-content: center; align-items: center; gap: 14px; margin: 22px 0 24px; }
.footer-social a { color: #000; display: grid; place-items: center; }
.footer-social a:hover { color: var(--berry); }
.footer-social svg { width: 25px; height: 25px; }
.footer-legal { font-size: 12px; line-height: 20px; color: var(--ink); }
.footer-legal a { color: var(--red); text-decoration: none; }
.footer-legal a:hover { text-decoration: underline; }

/* ══ Misc ══ */
.center { text-align: center; }
.copy-center { max-width: 760px; margin: 20px auto 0; }
