/* ============================================================
   Hridaya Breathwork — site v2 shared stylesheet
   Tokens copied exactly from emotionally_bulletproof_landing_v4.html
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --blue:#2c5f7c; --blue-deep:#1d4459; --blue-soft:#eaf1f5;
  --ink:#23323b; --muted:#5d6e78; --gold:#c9a86a; --line:#dde6ea;
}

* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
  margin:0;
  font-family:'Inter',-apple-system,sans-serif;
  color:var(--ink); line-height:1.65; font-weight:300;
  -webkit-font-smoothing:antialiased;
  background:#fff;
}
h1,h2,h3,h4 { font-family:'Cormorant Garamond',Georgia,serif; font-weight:500; line-height:1.15; color:var(--blue-deep); margin:0 0 .4em; }
p { margin:0 0 1.1em; }
img { max-width:100%; }

.wrap { max-width:1080px; margin:0 auto; padding:0 24px; position:relative; z-index:1; }
.narrow { max-width:760px; margin:0 auto; padding:0 24px; position:relative; z-index:1; }
.eyebrow { font-family:'Inter',sans-serif; font-weight:500; letter-spacing:.18em; text-transform:uppercase; font-size:.72rem; color:var(--gold); margin:0 0 1.2em; }
section { padding:88px 0; position:relative; overflow:hidden; }
h2 { font-size:clamp(2rem,4vw,2.9rem); text-align:center; }
.lead { text-align:center; font-size:1.15rem; color:var(--muted); max-width:640px; margin:0 auto 2.4em; }
.soft { background:var(--blue-soft); }
.deep { background:var(--blue-deep); }
.deep h2,.deep h3,.deep h4 { color:#fff; }
.deep p,.deep li { color:#dbe7ee; }

/* buttons — .eb-btn treatment from landing v4 */
.btn {
  display:inline-block; background:var(--blue); color:#fff !important;
  text-decoration:none; font-family:'Inter',sans-serif; font-weight:500;
  letter-spacing:.04em; font-size:.92rem; padding:16px 38px; border-radius:40px;
  transition:background .25s, transform .25s, box-shadow .25s;
}
.btn:hover { background:var(--blue-deep); transform:translateY(-2px); box-shadow:0 14px 30px -12px rgba(29,68,89,.6); }
.btn-gold { background:var(--gold); }
.btn-gold:hover { background:#b6934f; }

/* ============ header / nav ============ */
.site-header {
  position:sticky; top:0; z-index:50; background:#fff;
  border-bottom:1px solid var(--line);
}
.site-header .bar {
  max-width:1080px; margin:0 auto; padding:14px 24px;
  display:flex; align-items:center; justify-content:space-between; gap:24px;
}
.logo-link { display:flex; align-items:center; flex:none; }
.logo-link img { height:62px; width:auto; display:block; }
.site-nav { display:flex; align-items:center; gap:32px; }
.site-nav a { text-decoration:none; color:var(--ink); font-size:.95rem; font-weight:400; letter-spacing:.02em; transition:color .2s; }
.site-nav a:hover { color:var(--blue); }
.site-nav a.active { color:var(--blue); font-weight:500; }
.site-nav .nav-book {
  background:var(--gold); color:#fff; font-weight:500;
  padding:11px 26px; border-radius:40px; letter-spacing:.04em; font-size:.88rem;
  transition:background .2s, transform .2s;
}
.site-nav .nav-book:hover { background:var(--blue-deep); color:#fff; transform:translateY(-1px); }

/* mobile nav */
.nav-toggle { display:none; background:none; border:0; padding:8px; cursor:pointer; }
.nav-toggle span { display:block; width:24px; height:2px; background:var(--blue-deep); margin:5px 0; transition:transform .25s, opacity .25s; }
@media (max-width:860px) {
  .nav-toggle { display:block; }
  .logo-link img { height:52px; }
  .site-nav {
    display:none; position:absolute; top:100%; left:0; right:0;
    background:#fff; border-bottom:1px solid var(--line);
    flex-direction:column; align-items:flex-start; gap:0; padding:8px 24px 20px;
  }
  .site-nav.open { display:flex; }
  .site-nav a { padding:12px 0; width:100%; }
  .site-nav .nav-book { text-align:center; margin-top:8px; }
  body.nav-open .nav-toggle span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity:0; }
  body.nav-open .nav-toggle span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
}

/* ============ hero ============ */
.hero {
  min-height:72vh; display:flex; align-items:center; text-align:center;
  background:linear-gradient(rgba(29,68,89,.5),rgba(29,68,89,.68)),
             radial-gradient(ellipse 70% 55% at 50% 45%, rgba(0,0,0,.32), transparent 70%),
             var(--hero-img, url('photos/hero-2026.jpg')) center var(--hero-pos, 35%)/cover no-repeat;
}
.hero .eyebrow { color:#e7d3a8; }
.hero h1 { color:#fff; font-size:clamp(2.4rem,5.5vw,4.2rem); margin-bottom:.3em; }
.hero p.sub { color:#f3f7f9; font-size:clamp(1.05rem,2vw,1.3rem); max-width:680px; margin:0 auto 2em; }

/* page hero (inner pages, shorter) */
.hero.hero-inner { min-height:46vh; }

/* Split hero — the home shot is portrait (1365x2048) and a full-bleed cover crop threw
   most of the frame away. Her photographer confirmed 2026-07-31 that a true landscape
   would mean either zooming in or compositing a background, so the layout adapts instead.
   Services keeps the plain .hero above, its shot is already landscape. */
.hero.hero-split {
  display:block; min-height:0; padding:0; text-align:left;
  background:#26536d; /* same panel blue as the approved EB split hero */
}
/* minmax(0,…) or the tall photo's intrinsic width blows the column past the viewport */
.hero.hero-split .hero-grid {
  display:grid; grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr); gap:56px;
  align-items:center; max-width:1180px; margin:0 auto; padding:56px 24px;
}
/* The shot is portrait, so cap its HEIGHT and let width follow. Capping width instead
   makes the hero taller than the fold on a laptop. */
.hero.hero-split .hero-shot {
  display:block; width:auto; max-width:100%; max-height:72vh;
  margin:0 auto; border-radius:16px;
}
.hero.hero-split h1 { font-size:clamp(2.1rem,4.2vw,3.4rem); }
@media(max-width:820px){
  .hero.hero-split .hero-grid {
    grid-template-columns:minmax(0,1fr); gap:32px; text-align:center; padding:40px 24px;
  }
  /* stacked, so width is the binding constraint, not height */
  .hero.hero-split .hero-shot { width:100%; max-height:none; }
}

/* subtle background icons */
.icon-bg { position:absolute; z-index:0; pointer-events:none; user-select:none; }

/* lists */
.list { list-style:none; padding:0; margin:0; }
.list li { position:relative; padding:11px 0 11px 38px; border-bottom:1px solid var(--line); font-size:1.04rem; }
.list li:last-child { border-bottom:none; }
.list li:before { content:'\2014'; position:absolute; left:0; color:var(--gold); font-weight:600; }
.check li:before { content:'\2713'; color:var(--blue); font-weight:700; }
.arrow li:before { content:'\279C'; color:var(--gold); }
.deep .list li { border-bottom-color:rgba(255,255,255,.15); }

/* two-column photo/text splits */
.split { display:grid; grid-template-columns:5fr 7fr; gap:56px; align-items:center; }
.split.flip { grid-template-columns:7fr 5fr; }
.split img { width:100%; border-radius:14px; display:block; }
.split h2, .split h3 { text-align:left; }

/* cards (services teaser, inclusions) */
.card {
  background:#fff; border:1px solid var(--line); border-radius:14px; padding:38px 34px;
  transition:transform .35s, box-shadow .35s, border-color .35s;
}
.card:hover { transform:translateY(-6px); box-shadow:0 26px 50px -30px rgba(29,68,89,.4); border-color:var(--gold); }

.incl { display:grid; grid-template-columns:1fr 1fr; gap:26px; margin-top:48px; }
.incl-item { background:#fff; border:1px solid var(--line); border-radius:14px; padding:30px 28px; display:flex; gap:22px; align-items:flex-start; transition:transform .35s, box-shadow .35s, border-color .35s; }
.incl-item:hover { transform:translateY(-6px); box-shadow:0 26px 50px -30px rgba(29,68,89,.4); border-color:var(--gold); }
.incl-item .num { font-family:'Cormorant Garamond',serif; font-size:2.2rem; color:var(--gold); line-height:1; min-width:54px; }
.incl-item p { margin:0; font-size:1rem; }
.incl-item strong { color:var(--blue-deep); }

/* testimonials — the five client photos, styled consistently */
.testi-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; max-width:980px; margin:0 auto; }
.testi-card {
  background:#fff; border:1px solid var(--line); border-radius:16px; padding:34px 32px;
  text-align:left; display:flex; flex-direction:column; gap:22px;
  box-shadow:0 20px 40px -30px rgba(29,68,89,.3);
  transition:transform .35s, box-shadow .35s;
}
.testi-card:hover { transform:translateY(-6px); box-shadow:0 30px 55px -28px rgba(29,68,89,.45); }
.testi-card blockquote { margin:0; font-family:'Cormorant Garamond',serif; font-style:italic; font-size:1.3rem; line-height:1.5; color:var(--blue-deep); }
.testi-card blockquote:before { content:'\201C'; color:var(--gold); font-size:1.5em; line-height:0; vertical-align:-.35em; margin-right:.04em; }
.testi-card figcaption { display:flex; align-items:center; gap:14px; margin-top:auto; }
.testi-card figcaption img { width:54px; height:54px; border-radius:50%; object-fit:cover; flex:none; }
.testi-name { font-family:'Inter',sans-serif; font-weight:600; color:var(--blue-deep); font-size:.98rem; }
.testi-role { font-size:.84rem; color:var(--muted); }
.testi-card:last-child:nth-child(odd) { grid-column:1 / -1; max-width:480px; margin:0 auto; }

/* CTA band */
.cta-band { background:var(--blue-deep); text-align:center; }
.cta-band h2 { color:#fff; }
.cta-band p { color:#dbe7ee; max-width:620px; margin:0 auto 1.6em; }

/* services — three parallel offer blocks */
.svc-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; align-items:stretch; }
.svc-card {
  background:#fff; border:1px solid var(--line); border-radius:16px; padding:40px 34px;
  display:flex; flex-direction:column; gap:18px; text-align:center;
  box-shadow:0 20px 40px -30px rgba(29,68,89,.3);
  transition:transform .35s, box-shadow .35s, border-color .35s;
}
.svc-card:hover { transform:translateY(-6px); box-shadow:0 30px 55px -28px rgba(29,68,89,.45); border-color:var(--gold); }
.svc-card h3 { font-size:clamp(1.5rem,2.4vw,1.9rem); color:var(--blue-deep); text-align:center; }
.svc-card p { color:var(--muted); font-size:.98rem; margin:0; }
.svc-card .list { text-align:left; }
.svc-card .list li { font-size:.94rem; padding:9px 0 9px 32px; }
.svc-soon { font-family:'Cormorant Garamond',serif; font-style:italic; font-size:1.3rem; color:var(--blue-deep); }
.svc-link {
  margin-top:auto; padding-top:10px; align-self:center;
  color:var(--blue); font-weight:500; text-decoration:none;
  border-bottom:1px solid var(--gold); padding-bottom:2px;
}
.svc-link:hover { color:var(--blue-deep); }

/* about — long-form story + belief grid */
.story { text-align:center; }
.story p { margin:0 0 1.2em; }
.story h3 { font-size:clamp(1.4rem,2.4vw,1.9rem); margin-top:2.2em; margin-bottom:.8em; }
.story .eb-portrait { width:min(320px,80%); border-radius:14px; margin:2em auto; display:block; }
.belief-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; margin:36px 0 12px; text-align:left; }
.belief-card { background:#fff; border:1px solid var(--line); border-radius:14px; padding:26px 24px; }
.belief-card .bnum { font-family:'Cormorant Garamond',serif; font-size:1.4rem; color:var(--gold); margin-bottom:8px; }
.belief-card p { margin:0; font-size:.96rem; color:var(--ink); }

/* placeholder block — visible flag for missing client copy */
.placeholder {
  background:#fff; border:1px dashed var(--gold); border-radius:12px;
  padding:30px; color:var(--muted); font-style:italic;
}

/* footer */
.site-footer { background:var(--blue-deep); padding:56px 0 40px; }
.site-footer .wrap { display:flex; flex-direction:column; align-items:center; gap:22px; text-align:center; }
.site-footer nav { display:flex; gap:28px; flex-wrap:wrap; justify-content:center; }
.site-footer nav a { color:#dbe7ee; text-decoration:none; font-size:.9rem; }
.site-footer nav a:hover { color:#fff; }
.site-footer .fine { color:#8fa7b5; font-size:.82rem; margin:0; }

@media (max-width:820px) {
  section { padding:60px 0; }
  .split, .split.flip { grid-template-columns:1fr; gap:32px; }
  .incl { grid-template-columns:1fr; }
  .svc-grid { grid-template-columns:1fr; }
  .belief-grid { grid-template-columns:1fr; }
  .testi-grid { grid-template-columns:1fr; }
  .icon-bg { opacity:.6; }
  .hero { min-height:64vh; }
}
