/*
Theme Name: Chasing Fabulous
Theme URI: https://chasingfabulous.com
Author: Chasing Fabulous TV
Author URI: https://chasingfabulous.com
Description: Official theme for the Chasing Fabulous TV Talk Show — YouTube auto-feed, social media integration, guest booking form, glamorous editorial design.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chasing-fabulous
Tags: entertainment, tv-show, talk-show, youtube, social-media
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Montserrat:wght@300;400;500;600&display=swap');

:root {
  --gold: #C9A84C; --gold-light: #E8D5A3; --gold-dark: #8B6914;
  --black: #0A0A0A; --black-soft: #141414; --ivory: #F8F3EC;
  --blush: #E8C4C4; --blush-dark: #C4797A; --white: #FFFFFF;
  --text-dark: #1A1A1A; --text-mid: #555555; --text-light: #999999;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Cormorant Garamond', Georgia, serif;
  --font-ui: 'Montserrat', sans-serif;
  --radius: 4px; --radius-lg: 12px;
  --shadow: 0 4px 30px rgba(0,0,0,0.12);
  --shadow-lg: 0 12px 60px rgba(0,0,0,0.20);
  --transition: 0.35s cubic-bezier(0.4,0,0.2,1);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--font-body);font-size:1.125rem;color:var(--text-dark);background:var(--ivory);line-height:1.7;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:var(--gold-dark);text-decoration:none;transition:color var(--transition)}
a:hover{color:var(--gold)}

.container{max-width:1280px;margin:0 auto;padding:0 2rem}
.section-pad{padding:5rem 0}
.text-center{text-align:center}
.gold-line{display:block;width:60px;height:2px;background:linear-gradient(90deg,var(--gold-dark),var(--gold-light));margin:1rem auto}

.section-label{font-family:var(--font-ui);font-size:.7rem;font-weight:600;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.5rem}
.section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;color:var(--black)}
.section-title em{font-style:italic;color:var(--gold-dark)}

.btn{display:inline-block;font-family:var(--font-ui);font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;padding:.9rem 2.2rem;border-radius:var(--radius);cursor:pointer;transition:all var(--transition);border:none}
.btn-gold{background:linear-gradient(135deg,var(--gold-dark),var(--gold));color:var(--white);box-shadow:0 4px 20px rgba(201,168,76,.35)}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(201,168,76,.5);color:var(--white)}
.btn-outline{background:transparent;color:var(--gold);border:1.5px solid var(--gold)}
.btn-outline:hover{background:var(--gold);color:var(--black)}

/* HEADER */
#site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(10,10,10,.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,168,76,.2);transition:all var(--transition)}
#site-header.scrolled{box-shadow:0 2px 30px rgba(0,0,0,.4)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:80px;padding:0 2.5rem}
.site-logo{font-family:var(--font-display);font-size:1.6rem;font-weight:900;font-style:italic;color:var(--white);letter-spacing:.02em;line-height:1}
.site-logo span{color:var(--gold)}
.site-logo small{display:block;font-family:var(--font-ui);font-size:.55rem;font-weight:400;font-style:normal;letter-spacing:.4em;text-transform:uppercase;color:var(--gold-light);margin-top:2px}
#site-nav ul{display:flex;align-items:center;gap:2.5rem;list-style:none}
#site-nav ul li a{font-family:var(--font-ui);font-size:.7rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.8);transition:color var(--transition)}
#site-nav ul li a:hover{color:var(--gold)}
#site-nav ul li.cta a{background:linear-gradient(135deg,var(--gold-dark),var(--gold));color:var(--white);padding:.6rem 1.4rem;border-radius:var(--radius)}
.menu-toggle{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px}
.menu-toggle span{display:block;width:24px;height:2px;background:var(--white);transition:all var(--transition)}

/* HERO */
#hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background:var(--black)}
.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(201,168,76,.12) 0%,transparent 60%),radial-gradient(ellipse at 20% 80%,rgba(232,196,196,.08) 0%,transparent 50%),linear-gradient(135deg,#0A0A0A 0%,#1a1208 100%)}
.hero-bg::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 80px,rgba(201,168,76,.03) 80px,rgba(201,168,76,.03) 81px)}
.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1280px;margin:0 auto;padding:0 2.5rem;padding-top:80px}
.hero-text .kicker{font-family:var(--font-ui);font-size:.65rem;font-weight:600;letter-spacing:.4em;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}
.hero-text .kicker::before{content:'';display:block;width:30px;height:1px;background:var(--gold)}
.hero-text h1{font-family:var(--font-display);font-size:clamp(3rem,6vw,5.5rem);font-weight:900;line-height:1.05;color:var(--white);margin-bottom:1.5rem}
.hero-text h1 em{font-style:italic;background:linear-gradient(135deg,var(--gold-light),var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-text p{font-size:1.2rem;color:rgba(255,255,255,.7);margin-bottom:2.5rem;max-width:480px;line-height:1.8}
.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}
.hero-image-wrap{position:relative}
.hero-image-frame{aspect-ratio:4/5;background:linear-gradient(135deg,#1a1208,#2a1f0a);border-radius:var(--radius-lg);overflow:hidden;position:relative;border:1px solid rgba(201,168,76,.3)}
.hero-image-frame img{width:100%;height:100%;object-fit:cover;opacity:.9}
.hero-image-frame .img-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1208 0%,#2d2010 50%,#1a0f05 100%);color:rgba(201,168,76,.4);font-family:var(--font-ui);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;gap:.75rem}
.hero-image-wrap::before{content:'';position:absolute;top:-12px;right:-12px;width:80px;height:80px;border-top:2px solid var(--gold);border-right:2px solid var(--gold);border-radius:0 var(--radius-lg) 0 0;z-index:1}
.hero-image-wrap::after{content:'';position:absolute;bottom:-12px;left:-12px;width:80px;height:80px;border-bottom:2px solid var(--gold);border-left:2px solid var(--gold);border-radius:0 0 0 var(--radius-lg);z-index:1}
.hero-stats{position:absolute;bottom:2rem;left:2rem;display:flex;gap:1.5rem;background:rgba(10,10,10,.85);backdrop-filter:blur(10px);border:1px solid rgba(201,168,76,.25);border-radius:var(--radius);padding:1rem 1.5rem}
.hero-stats .stat{text-align:center}
.hero-stats .stat strong{display:block;font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:var(--gold)}
.hero-stats .stat span{font-family:var(--font-ui);font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.5)}

/* EPISODES */
#episodes{background:var(--black-soft);padding:5rem 0}
#episodes .section-title{color:var(--white)}
#episodes .section-title em{color:var(--gold)}
.episodes-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem}
.episodes-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1.5rem}
.episode-card{background:#1a1a1a;border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(255,255,255,.06);transition:transform var(--transition),box-shadow var(--transition);cursor:pointer}
.episode-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(0,0,0,.5);border-color:rgba(201,168,76,.3)}
.episode-thumb{aspect-ratio:16/9;background:#111;position:relative;overflow:hidden}
.episode-thumb .img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111 0%,#1f1a10 100%)}
.episode-thumb .play-btn{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3);transition:background var(--transition)}
.episode-thumb .play-btn:hover{background:rgba(0,0,0,.5)}
.play-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--gold-dark),var(--gold));border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(201,168,76,.5);transition:transform var(--transition)}
.episode-card:hover .play-icon{transform:scale(1.1)}
.episode-badge{position:absolute;top:.75rem;left:.75rem;background:var(--blush-dark);color:var(--white);font-family:var(--font-ui);font-size:.6rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .6rem;border-radius:2px}
.episode-badge.new{background:var(--gold-dark)}
.episode-info{padding:1.25rem}
.episode-info .ep-meta{font-family:var(--font-ui);font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}
.episode-info h3{font-family:var(--font-display);font-size:1.05rem;font-weight:700;color:var(--white);line-height:1.35;margin-bottom:.5rem}
.episode-card.featured .episode-info h3{font-size:1.5rem}
.episode-info p{font-size:.9rem;color:rgba(255,255,255,.55);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.episode-info .ep-duration{font-family:var(--font-ui);font-size:.65rem;color:rgba(255,255,255,.35);margin-top:.75rem}
.yt-sync-notice{display:flex;align-items:center;gap:.75rem;font-family:var(--font-ui);font-size:.7rem;color:rgba(255,255,255,.4);letter-spacing:.1em;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08)}
.yt-sync-notice strong{color:rgba(255,255,255,.7)}

/* ABOUT */
#about{background:var(--ivory);padding:6rem 0}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.about-image-stack{position:relative}
.about-img-main{aspect-ratio:3/4;border-radius:var(--radius-lg);overflow:hidden;background:#e8e0d4;border:1px solid rgba(201,168,76,.2)}
.about-img-secondary{position:absolute;width:55%;aspect-ratio:1;border-radius:var(--radius-lg);overflow:hidden;bottom:-2rem;right:-2rem;border:4px solid var(--ivory);box-shadow:var(--shadow-lg)}
.img-placeholder-light{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8e0d4,#d4c8b8);color:rgba(139,105,20,.4);font-family:var(--font-ui);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;gap:.5rem;text-align:center;padding:1rem}
.about-text .section-label,.about-text .section-title{text-align:left}
.about-text .section-title{margin-bottom:1.5rem}
.about-text p{color:var(--text-mid);margin-bottom:1.25rem;font-size:1.1rem}
.about-highlights{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0}
.highlight-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:var(--white);border-radius:var(--radius);border-left:3px solid var(--gold)}
.highlight-item .hi-icon{width:36px;height:36px;flex-shrink:0;background:linear-gradient(135deg,var(--gold-dark),var(--gold));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem}
.highlight-item h4{font-family:var(--font-ui);font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dark);margin-bottom:.2rem}
.highlight-item p{font-size:.875rem;color:var(--text-light);margin:0}

/* BOOKING */
#booking{background:var(--black);padding:6rem 0;position:relative;overflow:hidden}
#booking::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(201,168,76,.08) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(232,196,196,.05) 0%,transparent 50%)}
.booking-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.4fr;gap:5rem;align-items:start}
.booking-intro .section-title{color:var(--white);margin-bottom:1.5rem}
.booking-intro p{color:rgba(255,255,255,.6);margin-bottom:2rem;font-size:1.05rem}
.booking-perks{display:flex;flex-direction:column;gap:1.25rem}
.perk{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:rgba(255,255,255,.04);border:1px solid rgba(201,168,76,.15);border-radius:var(--radius)}
.perk-icon{font-size:1.5rem;flex-shrink:0}
.perk-text h4{font-family:var(--font-ui);font-size:.75rem;font-weight:600;color:var(--gold-light);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.2rem}
.perk-text p{font-size:.875rem;color:rgba(255,255,255,.5)}
.booking-form-wrap{background:rgba(255,255,255,.04);border:1px solid rgba(201,168,76,.2);border-radius:var(--radius-lg);padding:2.5rem;backdrop-filter:blur(10px)}
.form-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}
.form-header h3{font-family:var(--font-display);font-size:1.6rem;font-style:italic;color:var(--white);margin-bottom:.4rem}
.form-header p{font-family:var(--font-ui);font-size:.7rem;color:rgba(255,255,255,.4);letter-spacing:.1em}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-group{margin-bottom:1.25rem}
.form-group label{display:block;font-family:var(--font-ui);font-size:.65rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:.5rem}
.form-group input,.form-group select,.form-group textarea{width:100%;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:.85rem 1rem;font-family:var(--font-body);font-size:1rem;color:var(--white);transition:border-color var(--transition),background var(--transition);outline:none;appearance:none}
.form-group input::placeholder{color:rgba(255,255,255,.3)}
.form-group select{cursor:pointer}
.form-group select option{background:#1a1a1a;color:var(--white)}
.form-group textarea{resize:vertical;min-height:120px}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold);background:rgba(201,168,76,.06)}
.form-checkbox{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}
.form-checkbox input[type="checkbox"]{width:18px;height:18px;flex-shrink:0;margin-top:2px;accent-color:var(--gold)}
.form-checkbox label{font-family:var(--font-ui);font-size:.7rem;color:rgba(255,255,255,.5);letter-spacing:.03em;text-transform:none}
.form-checkbox label a{color:var(--gold)}
.btn-submit{width:100%;padding:1.1rem;font-size:.8rem;letter-spacing:.25em}
.form-success{display:none;text-align:center;padding:2rem}
.form-success .check-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--gold-dark),var(--gold));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin:0 auto 1rem}
.form-success h3{font-family:var(--font-display);color:var(--white);font-size:1.5rem;margin-bottom:.5rem}
.form-success p{color:rgba(255,255,255,.6);font-size:.95rem}

/* SOCIAL */
#social{background:var(--ivory);padding:5rem 0}
.social-tabs{display:flex;gap:0;border-bottom:2px solid rgba(0,0,0,.1);margin-bottom:2.5rem}
.social-tab{display:flex;align-items:center;gap:.6rem;padding:.85rem 1.75rem;font-family:var(--font-ui);font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--text-light);cursor:pointer;border:none;background:none;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all var(--transition)}
.social-tab.active{color:var(--text-dark);border-bottom-color:var(--gold)}
.tab-icon{font-size:1.1rem}
.social-panel{display:none}
.social-panel.active{display:block}
.yt-embed-wrap{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);background:#000}
.yt-embed-wrap iframe{width:100%;aspect-ratio:16/9;display:block;border:none}
.yt-channel-link{display:flex;align-items:center;justify-content:space-between;background:var(--white);padding:1.25rem 1.5rem;border-radius:var(--radius);margin-top:1rem;border:1px solid rgba(0,0,0,.06)}
.yt-channel-link-info{display:flex;align-items:center;gap:.75rem}
.yt-channel-link-info div span{display:block;font-family:var(--font-ui);font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light)}
.yt-channel-link-info div strong{font-family:var(--font-ui);font-size:.85rem;color:var(--text-dark)}
.ig-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}
.ig-post{aspect-ratio:1;border-radius:var(--radius);overflow:hidden;position:relative;cursor:pointer;background:#e8e0d4}
.ig-post .ig-overlay{position:absolute;inset:0;background:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;transition:background var(--transition)}
.ig-post:hover .ig-overlay{background:rgba(0,0,0,.4)}
.ig-post .ig-overlay svg{opacity:0;transition:opacity var(--transition);color:white}
.ig-post:hover .ig-overlay svg{opacity:1}
.fb-embed-wrap{background:var(--white);border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-lg);overflow:hidden;min-height:500px;display:flex;align-items:center;justify-content:center}
.fb-placeholder{text-align:center;padding:3rem;color:var(--text-light)}
.fb-placeholder p{font-family:var(--font-ui);font-size:.8rem;letter-spacing:.05em;margin-bottom:1rem}
.social-follow-bar{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.08)}
.follow-btn{display:flex;align-items:center;gap:.6rem;padding:.75rem 1.5rem;border-radius:var(--radius);font-family:var(--font-ui);font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--white);transition:transform var(--transition),opacity var(--transition)}
.follow-btn:hover{transform:translateY(-2px);opacity:.9;color:var(--white)}
.follow-btn.yt{background:#FF0000}
.follow-btn.ig{background:linear-gradient(135deg,#405DE6,#C13584,#FD1D1D,#F56040)}
.follow-btn.fb{background:#1877F2}

/* TESTIMONIALS */
#testimonials{background:linear-gradient(135deg,var(--black) 0%,#1a1208 100%);padding:5rem 0;overflow:hidden}
.testimonials-header{margin-bottom:3rem}
.testimonials-header .section-title{color:var(--white)}
.testimonials-track{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.testimonial-card{background:rgba(255,255,255,.04);border:1px solid rgba(201,168,76,.15);border-radius:var(--radius-lg);padding:2rem;position:relative}
.testimonial-card::before{content:'"';position:absolute;top:1rem;right:1.5rem;font-family:var(--font-display);font-size:5rem;font-weight:900;color:rgba(201,168,76,.15);line-height:1}
.testimonial-card blockquote{font-family:var(--font-body);font-size:1.05rem;font-style:italic;color:rgba(255,255,255,.75);line-height:1.7;margin-bottom:1.5rem}
.testimonial-author{display:flex;align-items:center;gap:.75rem}
.author-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--gold-dark),var(--gold));display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;color:var(--white);font-size:1rem;flex-shrink:0}
.author-info strong{display:block;font-family:var(--font-ui);font-size:.75rem;font-weight:600;color:var(--white)}
.author-info span{font-family:var(--font-ui);font-size:.65rem;color:var(--gold);letter-spacing:.05em}

/* NEWSLETTER */
#newsletter{background:var(--ivory);padding:5rem 0}
.newsletter-inner{max-width:640px;margin:0 auto;text-align:center}
.newsletter-inner .section-title{margin-bottom:1rem}
.newsletter-inner>p{color:var(--text-mid);margin-bottom:2rem;font-size:1.05rem}
.newsletter-form{display:flex;gap:0;border:1.5px solid var(--gold);border-radius:var(--radius);overflow:hidden;background:var(--white)}
.newsletter-form input{flex:1;border:none;outline:none;padding:1rem 1.25rem;font-family:var(--font-body);font-size:1rem;color:var(--text-dark);background:transparent}
.newsletter-form input::placeholder{color:var(--text-light)}
.newsletter-form .btn{border-radius:0}

/* FOOTER */
#site-footer{background:var(--black);padding-top:4rem}
.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-brand .site-logo{font-size:1.8rem;margin-bottom:1rem;display:inline-block}
.footer-brand p{font-size:.9rem;color:rgba(255,255,255,.45);max-width:280px;margin-bottom:1.5rem;line-height:1.7}
.footer-social{display:flex;gap:.75rem}
.footer-social a{width:38px;height:38px;border:1px solid rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);transition:all var(--transition);font-size:.9rem}
.footer-social a:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}
.footer-col h4{font-family:var(--font-ui);font-size:.65rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:.6rem}
.footer-col ul li a{font-size:.9rem;color:rgba(255,255,255,.5);transition:color var(--transition);font-family:var(--font-ui)}
.footer-col ul li a:hover{color:var(--gold-light)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0}
.footer-bottom p{font-family:var(--font-ui);font-size:.7rem;color:rgba(255,255,255,.3);letter-spacing:.05em}
.footer-bottom a{color:rgba(255,255,255,.4)}
.footer-bottom a:hover{color:var(--gold)}

/* RESPONSIVE */
@media(max-width:1024px){
  .hero-content{grid-template-columns:1fr;gap:3rem}
  .hero-image-wrap{max-width:480px;margin:0 auto}
  .episodes-grid{grid-template-columns:1fr 1fr}
  .episode-card.featured{grid-column:1/-1}
  .about-grid{grid-template-columns:1fr}
  .about-image-stack{max-width:480px;margin:0 auto}
  .booking-inner{grid-template-columns:1fr;gap:3rem}
  .footer-top{grid-template-columns:1fr 1fr;gap:2rem}
}
@media(max-width:768px){
  .header-inner{padding:0 1.25rem}
  #site-nav{display:none}
  #site-nav.open{display:flex;position:fixed;top:80px;left:0;right:0;background:rgba(10,10,10,.98);padding:2rem;flex-direction:column}
  #site-nav.open ul{flex-direction:column;gap:1.25rem}
  .menu-toggle{display:flex}
  .episodes-grid{grid-template-columns:1fr}
  .ig-grid{grid-template-columns:repeat(2,1fr)}
  .testimonials-track{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:.5rem;text-align:center}
  .newsletter-form{flex-direction:column}
  .newsletter-form .btn{border-radius:var(--radius);width:100%}
  .about-highlights{grid-template-columns:1fr}
  .hero-cta{flex-direction:column;align-items:flex-start}
  .social-follow-bar{flex-wrap:wrap}
}

/* ANIMATIONS */
@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.fade-in{animation:fadeInUp .8s ease both}
.fade-in-delay-1{animation-delay:.15s}
.fade-in-delay-2{animation-delay:.3s}
.fade-in-delay-3{animation-delay:.45s}
