:root{
  --navy:#063e63;
  --brand:#075985;
  --blue:#0875ad;
  --bright:#1593c7;
  --ice:#eaf5fa;
  --soft:#f5f9fc;
  --text:#102c42;
  --muted:#5d7282;
  --line:#d8e6ef;
  --white:#fff;
  --shadow:0 18px 45px rgba(4,55,88,.10);
}


/* =========================================================
   RESET / BASE
========================================================= */

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.6;
}

a{
  color:inherit;
}

img{
  max-width:100%;
}

.shell{
  width:min(1160px,calc(100% - 40px));
  margin:auto;
}


/* =========================================================
   HEADER
========================================================= */

.site-header{
  position:sticky;
  top:0;
  z-index:40;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}

.nav-wrap{
  height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.brand img{
  display:block;
  width:88px;
  height:72px;
  object-fit:contain;
  object-position:center;
}

.main-nav{
  display:flex;
  align-items:center;
  gap:28px;
}

.main-nav a{
  text-decoration:none;
  font-weight:750;
  font-size:15px;
  color:var(--navy);
}

.main-nav a:hover{
  color:var(--bright);
}

.nav-cta,
.btn-primary{
  background:linear-gradient(
    135deg,
    var(--brand),
    var(--blue)
  );
  color:#fff!important;
  padding:12px 20px;
  border-radius:999px;
  box-shadow:0 9px 20px rgba(8,117,173,.18);
}

.nav-toggle{
  display:none;
  border:0;
  background:none;
  font-size:28px;
  color:var(--navy);
}


/* =========================================================
   HOMEPAGE HERO
========================================================= */

.hero{
  background:
    radial-gradient(
      circle at 75% 30%,
      rgba(21,147,199,.15),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      #fff 0%,
      var(--soft) 100%
    );
  padding:68px 0 76px;
}

.hero-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  align-items:center;
  gap:56px;
}

.hero-content{
  min-width:0;
}

.eyebrow{
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:850;
  color:var(--blue);
  font-size:13px;
}

.hero h1{
  font-family:Georgia,"Times New Roman",serif;
  color:var(--navy);
  font-size:clamp(44px,6vw,76px);
  line-height:1.02;
  margin:12px 0 22px;
  letter-spacing:-.03em;
}

.hero p{
  font-size:20px;
  color:var(--muted);
  max-width:720px;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight:800;
  padding:14px 22px;
  border-radius:999px;
  border:1px solid transparent;
  cursor:pointer;
}

.btn-secondary{
  border-color:var(--brand);
  color:var(--brand);
  background:#fff;
}

.hero-logo-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:28px;
  box-shadow:var(--shadow);
}

.hero-logo-card img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
}


/* =========================================================
   GENERAL SECTIONS
========================================================= */

.section{
  padding:78px 0;
}

.section-soft{
  background:var(--soft);
}

.section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:30px;
}

.section-head > a{
  color:var(--brand);
  font-weight:800;
  text-decoration:none;
}

.section-head > a:hover{
  text-decoration:underline;
}

.section h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(32px,4vw,50px);
  line-height:1.1;
  color:var(--navy);
  margin:5px 0;
}

.section-intro{
  color:var(--muted);
  max-width:680px;
}


/* =========================================================
   EPISODE CARDS
========================================================= */

.cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.card{
  min-width:0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(4,55,88,.06);
}

.card-body{
  padding:24px;
}

.episode-number{
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--blue);
}

.card h3{
  font-size:23px;
  line-height:1.2;
  margin:8px 0 9px;
  color:var(--navy);
}

.card h3 a{
  color:inherit;
}

.card p{
  color:var(--muted);
  margin:0 0 18px;
}


/* =========================================================
   EPISODE ARTWORK
========================================================= */

.episode-art{
  width:100%;
  aspect-ratio:1 / 1;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-bottom:1px solid var(--line);
}

.episode-art img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  background:#fff;
}

.episode-art .logo-placeholder{
  width:58%;
  height:58%;
  object-fit:contain;
}


/* =========================================================
   PODCAST PLATFORM LINKS
========================================================= */

.platform-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}

.platform-links a{
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  color:var(--brand);
  background:var(--ice);
  padding:8px 12px;
  border-radius:999px;
}

.platform-links a:hover{
  background:#d9eff8;
}


/* =========================================================
   AUDIENCES
========================================================= */

.audiences{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
  margin-top:28px;
}

.audience{
  border:1px solid var(--line);
  background:#fff;
  padding:22px 16px;
  border-radius:18px;
  text-align:center;
  font-weight:800;
  color:var(--navy);
}


/* =========================================================
   BURN SURVIVOR NETWORK BANNER
========================================================= */

.resource-banner{
  background:linear-gradient(
    135deg,
    var(--navy),
    var(--brand)
  );
  border-radius:28px;
  padding:44px;
  color:#fff;
  display:grid;
  grid-template-columns:1fr auto;
  gap:30px;
  align-items:center;
}

.resource-banner h2{
  color:#fff;
  margin-top:0;
}

.resource-banner p{
  color:#d6edf8;
  margin-bottom:0;
}

.resource-banner .btn{
  background:#fff;
  color:var(--navy);
}


/* =========================================================
   INTERNAL PAGE HERO
========================================================= */

.page-hero{
  padding:58px 0;
  background:linear-gradient(
    180deg,
    var(--ice),
    #fff
  );
}

.page-hero h1{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(38px,5vw,60px);
  line-height:1.06;
  margin:5px 0 14px;
  color:var(--navy);
}


/* =========================================================
   FORMS
========================================================= */

.form-wrap{
  max-width:820px;
}

.form-card{
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  border-radius:24px;
  padding:30px;
}

.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.field{
  display:flex;
  flex-direction:column;
  gap:7px;
}

.field.full{
  grid-column:1/-1;
}

.field label{
  font-weight:800;
  color:var(--navy);
}

.field input,
.field select,
.field textarea{
  width:100%;
  border:1px solid #c8dce8;
  border-radius:12px;
  padding:13px 14px;
  font:inherit;
  color:var(--text);
  background:#fff;
}

.field input:focus,
.field select:focus,
.field textarea:focus{
  outline:2px solid rgba(8,117,173,.18);
  border-color:var(--blue);
}

.field textarea{
  min-height:150px;
  resize:vertical;
}


/* =========================================================
   ALERTS
========================================================= */

.alert{
  padding:14px 16px;
  border-radius:12px;
  margin-bottom:18px;
}

.alert-error{
  background:#fff0f0;
  color:#8b2525;
  border:1px solid #f1c8c8;
}

.alert-success{
  background:#eef9f5;
  color:#176247;
  border:1px solid #cbe9dc;
}


/* =========================================================
   VIDEO EMBED
========================================================= */

.video-wrap{
  position:relative;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
  border-radius:20px;
  background:#0c2335;
}

.video-wrap iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}


/* =========================================================
   INDIVIDUAL EPISODE PAGE
========================================================= */

.episode-page{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:40px;
}

.episode-side{
  background:var(--soft);
  border:1px solid var(--line);
  border-radius:20px;
  padding:22px;
  height:max-content;
}

.episode-side img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
  background:#fff;
  border-radius:14px;
}

.prose{
  font-size:18px;
}

.prose h2,
.prose h3{
  color:var(--navy);
}


/* =========================================================
   EPISODE HERO
========================================================= */

.episode-hero{
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:var(--navy);
  color:#fff;
}

.episode-hero-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.episode-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(2,24,45,.96) 0%,
    rgba(2,24,45,.88) 38%,
    rgba(2,24,45,.35) 70%,
    rgba(2,24,45,.08) 100%
  );
}

.episode-hero-content{
  position:relative;
  z-index:2;
  width:min(1160px,calc(100% - 40px));
  margin:auto;
  padding:70px 0;
}

.episode-hero-content h1{
  max-width:720px;
  margin:12px 0 18px;
  color:#fff;
  font-size:clamp(42px,6vw,76px);
  line-height:1.02;
}

.episode-hero-content p{
  max-width:680px;
  font-size:18px;
}


/* =========================================================
   EMPTY STATE
========================================================= */

.empty-state{
  padding:36px;
  border:1px dashed #afcbd9;
  border-radius:18px;
  background:var(--soft);
  color:var(--muted);
}


/* =========================================================
   BE A GUEST PAGE
========================================================= */

.page-hero + .section{
  padding-top:48px;
}

.guest-layout{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);
  gap:56px;
  align-items:start;
}

.guest-intro{
  min-width:0;
}

.guest-intro h2{
  font-family:Georgia,"Times New Roman",serif;
  color:var(--navy);
  font-size:clamp(36px,3.5vw,50px);
  line-height:1.08;
  letter-spacing:-.02em;
  margin:8px 0 18px;
}

.guest-intro > p{
  color:var(--muted);
  font-size:17px;
  line-height:1.7;
  margin:0 0 16px;
}

.guest-types{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:28px;
}

.guest-type{
  display:block;
  background:var(--soft);
  border:1px solid var(--line);
  border-radius:16px;
  padding:18px 20px;
  min-height:126px;
}

.guest-type strong{
  display:block;
  color:var(--navy);
  font-size:16px;
  line-height:1.3;
  margin:0 0 7px;
}

.guest-type span{
  display:block;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}

.guest-form-card{
  position:relative;
  padding:32px;
  margin:0;
}

.guest-form-card h2{
  font-family:Georgia,"Times New Roman",serif;
  color:var(--navy);
  font-size:clamp(34px,3.5vw,46px);
  line-height:1.08;
  letter-spacing:-.02em;
  margin:8px 0 12px;
}

.guest-form-intro{
  color:var(--muted);
  font-size:16px;
  line-height:1.6;
  margin:0 0 26px;
}

.guest-form-card .form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.guest-form-card .field{
  display:flex;
  flex-direction:column;
  gap:7px;
}

.guest-form-card .field.full{
  grid-column:1 / -1;
}

.guest-form-card .field label{
  display:block;
  font-weight:800;
  color:var(--navy);
}

.guest-form-card .field input,
.guest-form-card .field textarea,
.guest-form-card .field select{
  display:block;
  width:100%;
  border:1px solid #c8dce8;
  border-radius:12px;
  padding:13px 14px;
  font:inherit;
  color:var(--text);
  background:#fff;
}

.guest-form-card .field textarea{
  min-height:150px;
  resize:vertical;
}

.guest-submit{
  width:100%;
  min-height:54px;
  border:0;
  cursor:pointer;
  font:inherit;
}

.guest-form-card .alert{
  margin:0 0 24px;
}

.guest-form-card .alert ul{
  margin:8px 0 0;
  padding-left:20px;
}


/* =========================================================
   ABOUT PAGE
========================================================= */

.about-grid{
  display:grid;
  grid-template-columns:420px minmax(0,1fr);
  gap:64px;
  align-items:center;
}


/*
   Keep the About logo intentionally restrained.
   It should support the content, not dominate it.
*/

.about-logo-card{
  width:100%;
  max-width:390px;
  margin:0 auto;
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:28px;
  box-shadow:var(--shadow);
}

.about-logo-card img{
  display:block;
  width:100%;
  max-width:330px;
  height:auto;
  margin:0 auto;
  object-fit:contain;
}

.about-copy h2,
.about-mission-grid h2,
.ecosystem-intro h2{
  font-family:Georgia,"Times New Roman",serif;
  color:var(--navy);
  font-size:clamp(36px,4vw,52px);
  line-height:1.08;
  letter-spacing:-.02em;
  margin:8px 0 20px;
}

.about-copy p,
.about-mission-grid > div:first-child p,
.ecosystem-intro p{
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
}

.about-section-head{
  margin-bottom:32px;
}

.about-audiences{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.about-audience-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:26px;
  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

.about-audience-card:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 28px rgba(4,55,88,.07);
}

.about-audience-card h3{
  color:var(--navy);
  font-size:20px;
  margin:0 0 10px;
}

.about-audience-card p{
  color:var(--muted);
  margin:0;
  line-height:1.65;
}

.about-mission-grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);
  gap:64px;
  align-items:start;
}

.about-values-card{
  background:var(--soft);
  border:1px solid var(--line);
  border-radius:24px;
  padding:30px;
}

.about-value{
  padding:18px 0;
  border-bottom:1px solid var(--line);
}

.about-value:last-child{
  border-bottom:0;
  padding-bottom:0;
}

.about-value strong{
  display:block;
  color:var(--navy);
  font-size:17px;
  margin-bottom:5px;
}

.about-value span{
  color:var(--muted);
  line-height:1.6;
}

.ecosystem-intro{
  max-width:760px;
  margin-bottom:34px;
}

.ecosystem-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

.ecosystem-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:28px;
  display:flex;
  flex-direction:column;
  min-height:300px;
}

.ecosystem-card-aab{
  border-color:#b8dcec;
  box-shadow:0 14px 34px rgba(4,55,88,.07);
}

.ecosystem-label{
  color:var(--blue);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
  margin-bottom:10px;
}

.ecosystem-card h3{
  color:var(--navy);
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  line-height:1.15;
  margin:0 0 14px;
}

.ecosystem-card p{
  color:var(--muted);
  line-height:1.65;
  margin:0 0 24px;
}

.ecosystem-link{
  color:var(--brand);
  font-weight:850;
  text-decoration:none;
  margin-top:auto;
}

.ecosystem-link:hover{
  text-decoration:underline;
}

.about-cta{
  background:linear-gradient(
    135deg,
    var(--navy),
    var(--brand)
  );
  color:#fff;
  border-radius:28px;
  padding:46px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:40px;
  align-items:center;
}

.about-cta h2{
  font-family:Georgia,"Times New Roman",serif;
  color:#fff;
  font-size:clamp(34px,4vw,50px);
  line-height:1.08;
  margin:8px 0 14px;
}

.about-cta p{
  color:#d6edf8;
  font-size:17px;
  max-width:760px;
  margin:0;
}

.about-cta .btn{
  background:#fff;
  color:var(--navy);
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer{
  background:#062f4c;
  color:#d9edf7;
  padding:52px 0 24px;
  margin-top:40px;
}

.footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:40px;
}

.footer-logo{
  width:120px;
  background:#fff;
  border-radius:14px;
  padding:7px;
}

.site-footer h3{
  color:#fff;
  margin-top:0;
}

.site-footer a{
  display:block;
  color:#d9edf7;
  text-decoration:none;
  margin:8px 0;
}

.site-footer a:hover{
  color:#fff;
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.15);
  margin-top:34px;
  padding-top:20px;
  font-size:14px;
  color:#a9ccdd;
}


/* =========================================================
   TABLET / SMALL DESKTOP
========================================================= */

@media(max-width:1000px){

  .guest-layout{
    grid-template-columns:1fr;
    gap:42px;
  }

  .guest-intro{
    max-width:800px;
  }

  .guest-form-card{
    max-width:850px;
    width:100%;
  }

}


@media(max-width:900px){

  .main-nav{
    display:none;
    position:absolute;
    top:92px;
    left:0;
    right:0;
    background:#fff;
    padding:22px 20px;
    border-bottom:1px solid var(--line);
    flex-direction:column;
    align-items:stretch;
  }

  .nav-open .main-nav{
    display:flex;
  }

  .nav-toggle{
    display:block;
  }

  .hero-grid{
    grid-template-columns:1fr;
  }

  .hero-logo-card{
    max-width:540px;
    width:100%;
    margin:auto;
  }

  .episode-page{
    grid-template-columns:1fr;
  }

  .cards{
    grid-template-columns:1fr 1fr;
  }

  .audiences{
    grid-template-columns:1fr 1fr;
  }

  .resource-banner{
    grid-template-columns:1fr;
  }

  .form-grid{
    grid-template-columns:1fr;
  }

  .field.full{
    grid-column:auto;
  }

  .footer-grid{
    grid-template-columns:1fr 1fr;
  }

  .episode-hero{
    min-height:460px;
  }


  /* ABOUT */

  .about-grid{
    grid-template-columns:1fr;
    gap:38px;
  }

  .about-logo-card{
    max-width:360px;
  }

  .about-logo-card img{
    max-width:300px;
  }

  .about-mission-grid{
    grid-template-columns:1fr;
    gap:42px;
  }

  .about-audiences{
    grid-template-columns:1fr 1fr;
  }

  .ecosystem-grid{
    grid-template-columns:1fr 1fr;
  }

  .about-cta{
    grid-template-columns:1fr;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:650px){

  .page-hero + .section{
    padding-top:34px;
  }

  .guest-layout{
    gap:34px;
  }

  .guest-types{
    grid-template-columns:1fr;
    gap:12px;
  }

  .guest-type{
    min-height:0;
  }

  .guest-form-card{
    padding:24px 20px;
  }

  .guest-form-card .form-grid{
    grid-template-columns:1fr;
  }

  .guest-form-card .field.full{
    grid-column:auto;
  }

}


@media(max-width:600px){

  .shell{
    width:min(100% - 28px,1160px);
  }

  .nav-wrap{
    height:78px;
  }

  .brand img{
    width:72px;
    height:60px;
  }

  .main-nav{
    top:78px;
  }

  .hero{
    padding:44px 0;
  }

  .hero-grid{
    gap:32px;
  }

  .hero-logo-card{
    padding:18px;
    border-radius:22px;
  }

  .hero h1{
    font-size:clamp(40px,13vw,58px);
  }

  .hero p{
    font-size:18px;
  }

  .hero-actions{
    align-items:stretch;
  }

  .hero-actions .btn{
    width:100%;
  }

  .cards{
    grid-template-columns:1fr;
  }

  .audiences{
    grid-template-columns:1fr;
  }

  .section-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .footer-grid{
    grid-template-columns:1fr;
  }

  .section{
    padding:58px 0;
  }

  .resource-banner{
    padding:30px;
  }

  .form-card{
    padding:22px;
  }

  .episode-hero{
    min-height:500px;
  }

  .episode-hero-overlay{
    background:linear-gradient(
      180deg,
      rgba(2,24,45,.35) 0%,
      rgba(2,24,45,.88) 58%,
      rgba(2,24,45,.97) 100%
    );
  }

  .episode-hero-content{
    width:min(100% - 28px,1160px);
    padding:190px 0 45px;
  }


  /* ABOUT MOBILE */

  .about-grid{
    gap:30px;
  }

  .about-logo-card{
    width:100%;
    max-width:310px;
    padding:18px;
    border-radius:22px;
  }

  .about-logo-card img{
    max-width:270px;
  }

  .about-audiences{
    grid-template-columns:1fr;
  }

  .ecosystem-grid{
    grid-template-columns:1fr;
  }

  .about-values-card{
    padding:24px;
  }

  .about-cta{
    padding:30px;
  }

  .about-cta .btn{
    width:100%;
  }

}

/* =========================================================
   ABOUT LOGO - FINAL SIZE OVERRIDE
========================================================= */

.about-grid{
  grid-template-columns:300px minmax(0,1fr) !important;
  gap:56px !important;
  align-items:center !important;
}

.about-logo-card{
  width:280px !important;
  max-width:280px !important;
  padding:18px !important;
  margin:0 auto !important;
  border-radius:22px !important;
}

.about-logo-card img{
  display:block !important;
  width:220px !important;
  max-width:220px !important;
  height:auto !important;
  margin:0 auto !important;
  object-fit:contain !important;
}

@media(max-width:900px){

  .about-grid{
    grid-template-columns:1fr !important;
  }

  .about-logo-card{
    width:260px !important;
    max-width:260px !important;
  }

  .about-logo-card img{
    width:205px !important;
    max-width:205px !important;
  }

}

@media(max-width:600px){

  .about-logo-card{
    width:230px !important;
    max-width:230px !important;
    padding:15px !important;
  }

  .about-logo-card img{
    width:180px !important;
    max-width:180px !important;
  }

}

