:root{--navy:#17395b;--orange:#e8752f;--sand:#f5ead9;--cream:#fffaf3;--ink:#24313b;--white:#fff;--max:1180px}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--cream);line-height:1.65}a{color:var(--navy)}img{max-width:100%;display:block;border-radius:22px}.site-header{max-width:var(--max);margin:auto;padding:22px 24px;display:flex;justify-content:space-between;align-items:center;gap:28px}.brand{font-size:1.55rem;font-weight:800;text-decoration:none;color:var(--navy)}.site-nav{display:flex;flex-wrap:wrap;gap:18px}.site-nav a{text-decoration:none;font-weight:700;font-size:.93rem}.hero,.split,.chapter{max-width:var(--max);margin:0 auto;padding:70px 24px;display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.hero{min-height:720px}.hero h1,.page-hero h1{font-size:clamp(3.2rem,8vw,7rem);line-height:.95;margin:.15em 0;color:var(--navy)}.hero h2{font-size:clamp(1.4rem,3vw,2.25rem);line-height:1.2}.hero p{font-size:1.15rem}.eyebrow{letter-spacing:.15em;font-weight:800;font-size:.78rem;color:var(--orange)}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.button{display:inline-block;background:var(--orange);color:white;text-decoration:none;font-weight:800;padding:13px 20px;border-radius:999px}.button-secondary{background:var(--navy)}.text-link{font-weight:800}.section{max-width:var(--max);margin:auto;padding:75px 24px}.section h2,.split h2,.chapter h2,.beliefs h2,.final-cta h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.1;color:var(--navy)}.cards{display:grid;gap:24px;margin-top:30px}.cards.three{grid-template-columns:repeat(3,1fr)}.card{background:white;padding:30px;border-radius:20px;box-shadow:0 10px 30px rgba(23,57,91,.08)}.story-band{background:var(--navy);color:white;max-width:none;padding-left:max(24px,calc((100vw - var(--max))/2));padding-right:max(24px,calc((100vw - var(--max))/2))}.story-band h2,.story-band .eyebrow{color:white}.video-placeholder{border:2px dashed #bdc6cc;background:white;border-radius:20px;padding:45px;text-align:center}.beliefs{padding:80px 24px;background:var(--sand);text-align:center}.belief-grid{max-width:900px;margin:30px auto 0;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.belief-grid p{background:white;border-radius:16px;padding:18px;font-weight:800;color:var(--navy)}.final-cta{padding:90px 24px;text-align:center;max-width:950px;margin:auto}.page-hero{padding:100px 24px;text-align:center;max-width:1100px;margin:auto}.page-hero p{font-size:1.2rem}.photo-hero{max-width:none;min-height:620px;background-size:cover;background-position:center;display:flex;align-items:flex-end;text-align:left;color:white;position:relative}.photo-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.72))}.photo-hero>div{position:relative;max-width:var(--max);width:100%;margin:auto;padding:80px 24px}.photo-hero h1,.photo-hero .eyebrow{color:white}.narrow{max-width:820px}.centered{text-align:center}.chapter{border-top:1px solid #ded8cf}.reverse img{order:2}.feature-list{font-size:1.12rem;line-height:2}.site-footer{background:var(--navy);color:white;padding:60px max(24px,calc((100vw - var(--max))/2));display:grid;gap:18px}.site-footer a{color:white}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.footer-note{max-width:760px}.copyright{opacity:.75;font-size:.9rem}@media(max-width:850px){.site-header{align-items:flex-start;flex-direction:column}.site-nav{gap:12px}.hero,.split,.chapter{grid-template-columns:1fr;padding-top:40px}.hero{min-height:auto}.reverse img{order:0}.cards.three,.belief-grid{grid-template-columns:1fr}}


/* CabanaJohn homepage hero: true full-viewport, edge-to-edge photograph. */
body{overflow-x:hidden}
.hero-fullscreen{
  position:relative;
  isolation:isolate;
  width:100vw;
  max-width:none;
  min-height:100vh;
  margin:0;
  padding:clamp(48px,8vw,110px) max(24px,calc((100vw - var(--max))/2));
  display:flex;
  align-items:center;
  justify-content:flex-start;
  text-align:left;
  overflow:hidden;
  background:#17395b;
}
.hero-fullscreen .hero-background-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center center;
  border-radius:0;
  z-index:-3;
}
.hero-fullscreen .hero-copy{
  width:min(680px,58vw);
  padding:0;
  border-radius:0;
  background:transparent;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  text-shadow:0 3px 18px rgba(0,0,0,.55);
}
.hero-fullscreen h1,
.hero-fullscreen h2,
.hero-fullscreen p,
.hero-fullscreen .eyebrow{color:#fff}
.hero-fullscreen h1{
  font-size:clamp(3.5rem,7.8vw,7.2rem);
  line-height:.92;
  margin:.12em 0 .22em;
}
.hero-fullscreen h2{
  max-width:650px;
  margin:0 0 18px;
  font-size:clamp(1.35rem,2.4vw,2.15rem);
}
.hero-fullscreen p{max-width:620px;font-size:clamp(1rem,1.4vw,1.2rem)}
.hero-fullscreen .actions{justify-content:flex-start}
.hero-fullscreen .button-secondary{background:#17395b;border:2px solid rgba(255,255,255,.78)}
@media(max-width:850px){
  .hero-fullscreen{
    min-height:100svh;
    padding:42px 22px;
    align-items:flex-end;
  }
  .hero-fullscreen .hero-background-image{object-position:62% center}
  .hero-fullscreen .hero-copy{width:100%}
  .hero-fullscreen h1{font-size:clamp(3rem,15vw,5.2rem)}
}


/* Clean homepage and responsive YouTube playlist */
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:28px}.section-heading h2{margin-bottom:.2em}.section-heading p{margin:0;max-width:720px}.video-section{padding-top:70px}.video-embed{position:relative;width:100%;aspect-ratio:16/9;background:#0d1d2c;border-radius:22px;overflow:hidden;box-shadow:0 14px 38px rgba(23,57,91,.16)}.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.centered-button{text-align:center;margin-top:28px}.video-note{text-align:center;margin:20px auto 0;max-width:720px}.compact-hero{padding-bottom:45px}.home-intro{padding-top:85px}.topics-section{padding-top:40px}@media(max-width:850px){.section-heading{display:block}.section-heading>.text-link,.section-heading>.button{display:inline-block;margin-top:18px}.video-embed{border-radius:14px}}
