   :root{
  --blue:#1763f6;
  --blue-dark:#0b44ce;
  --sky:#39aaf8;
  --gold:#fce600;
  --gold-dark:#eda700;
  --orange:#ff9d00;
  --red:#ff3214;
  --ink:#090d2b;
  --text:#10183b;
  --muted:#555d78;
  --line:#f1d7ad;
  --paper:#ffffff;
  --cream:#fffaf0;
  --footer-1:#ffd370;
  --footer-2:#fff0bc;
  --shadow:0 14px 34px rgba(19,18,45,.08);
  --soft-shadow:0 8px 20px rgba(19,18,45,.055);
  --heading:'Cormorant Garamond', Georgia, serif;
  --body:'Inter', Arial, sans-serif;
  --script:'Great Vibes', cursive;
  --shell: min(1320px, calc(100vw - 112px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#fff;
  color:var(--ink);
  font-family:var(--body);
  font-size:16px;
  line-height:1.62;
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
  overflow-x:hidden;
}
img{display:block;max-width:100%;height:auto}
a{text-decoration:none;color:inherit}
button{font:inherit}
.site{width:100%;min-height:100vh;background:#fff;overflow-x:hidden;overflow-y:visible}
.shell{width:var(--shell);margin-inline:auto}
/* Animation placements: add .reveal on sections, .floaty on hero art, cards animate on hover. */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease, transform .75s ease}
.reveal.in{opacity:1;transform:translateY(0)}
.floaty{animation:floaty 6s ease-in-out infinite}
.twinkle{animation:twinkle 2.8s ease-in-out infinite}
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-11px)}}
@keyframes twinkle{0%,100%{opacity:.45;transform:scale(.85)}50%{opacity:1;transform:scale(1.1)}}
@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}
/* Header */
.header{
  position:sticky;
  top:0;
  z-index:9999;
  background:rgba(255,255,255,.98);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(242,217,182,.55);
  box-shadow:0 4px 18px rgba(20,16,40,.045);
}

.header-inner{
  min-height:82px;
  display:flex;
  align-items:center;
  gap:42px;
  position:relative;
}

.logo{
  width:220px;
  max-width:220px;
  flex:0 0 220px;
  margin:0;
  transform:none;
  display:flex;
  align-items:center;
}

.logo img{
  width:100%;
  height:auto;
  display:block;
}

.nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:38px;
  height:auto;
  margin:0;
  white-space:nowrap;
  font-size:14px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.01em;
  flex:1 1 auto;
}

.nav a{
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:82px;
  padding:0;
  color:var(--ink);
  transition:color .22s ease;
}

.nav a:hover,
.nav a.active{
  color:var(--blue);
}

.nav a.active::after,
.nav a:hover::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:18px;
  height:4px;
  border-radius:999px;
  background:var(--blue);
}

.header-cta{
  margin-left:24px;
  margin-top:0;
  min-width:236px;
  height:56px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  background:var(--gold);
  color:#050505;
  font-size:14px;
  font-weight:800;
  box-shadow:0 12px 30px rgba(255,196,0,.26);
  transition:transform .25s ease,box-shadow .25s ease;
  flex:0 0 auto;
}

.header-cta:hover,
.primary-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 38px rgba(255,196,0,.34);
}

.circle-arrow{
  width:25px;
  height:25px;
  border:3px solid currentColor;
  border-radius:50%;
  display:inline-grid;
  place-items:center;
  font-size:18px;
  font-weight:500;
  line-height:1;
  flex:0 0 auto;
}

.menu-btn{
  display:none;
  margin-left:auto;
  background:#fff;
  border:1px solid var(--line);
  border-radius:12px;
  padding:10px;
  cursor:pointer;
  box-shadow:var(--soft-shadow);
}

.menu-btn span{
  display:block;
  width:25px;
  height:3px;
  background:var(--ink);
  border-radius:20px;
  margin:5px 0;
  transition:transform .25s ease,opacity .25s ease;
}

.menu-btn.is-open span:nth-child(1){
  transform:translateY(8px) rotate(45deg);
}

.menu-btn.is-open span:nth-child(2){
  opacity:0;
}

.menu-btn.is-open span:nth-child(3){
  transform:translateY(-8px) rotate(-45deg);
}

@media (max-width:1200px){
  .header-inner{
    gap:26px;
  }

  .logo{
    width:190px;
    max-width:190px;
    flex-basis:190px;
  }

  .nav{
    gap:26px;
    font-size:13px;
  }

  .header-cta{
    min-width:210px;
    height:52px;
  }
}

@media (max-width:980px){
  .header-inner{
    min-height:74px;
    align-items:center;
  }

  .logo{
    width:170px;
    max-width:170px;
    flex-basis:170px;
  }

  .nav,
  .header-cta{
    display:none;
  }

  .menu-btn{
    display:block;
  }
}
/* Hero */
.hero{position:relative;border-bottom:1px solid #f4eee6;overflow:hidden}
.hero::before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.8;
  background:
    radial-gradient(circle at 53% 26%, rgba(255,196,0,.92) 0 4px, transparent 5px),
    radial-gradient(circle at 83% 21%, rgba(255,196,0,.75) 0 5px, transparent 6px),
    radial-gradient(circle at 89% 34%, rgba(255,196,0,.72) 0 4px, transparent 5px),
    radial-gradient(circle at 51% 47%, rgba(255,196,0,.72) 0 4px, transparent 5px);
}
.hero::after{
  content:"";position:absolute;right:2.2vw;bottom:-22px;width:310px;height:430px;opacity:.32;pointer-events:none;
  background:repeating-radial-gradient(ellipse at center, transparent 0 35px, rgba(255,179,0,.65) 36px 38px, transparent 39px 74px);
  clip-path:polygon(50% 0, 86% 32%,100% 72%,50% 100%,0 72%,14% 32%);
  transform:rotate(12deg);
}
.hero-inner{
  display:grid;
  grid-template-columns:minmax(520px, .98fr) minmax(520px, 1.02fr);
  align-items:center;
  gap:58px;
  min-height:635px;
}
.hero-copy{padding-top:64px;position:relative;z-index:2;max-width:770px;padding-left:24px}
.kicker{
  margin:0 0 12px;
  color:var(--red);
  font-size:16px;
  line-height:1;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:.01em;
}
.kicker::before,.kicker::after{content:"✦";font-size:14px;color:var(--red);margin-right:8px}.kicker::after{margin:0 0 0 8px}
.hero h1{
  margin:0 0 26px;
  max-width:740px;
  font-family:var(--heading);
  font-size:clamp(52px,4.05vw,78px);
  line-height:1.04;
  letter-spacing:-.035em;
  font-weight:600;
}
.blue{color:var(--blue)}.gold{color:var(--gold-dark)}
.hero-copy p:not(.kicker){
  max-width:760px;
  margin:0;
  color:#152044;
  font-size:clamp(16px,1vw,19px);
  line-height:1.65;
  font-weight:500;
  letter-spacing:-.025em;
}
.hero-features{
  margin:42px 0 32px;
  width:min(100%,780px);
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.hero-feature{
  min-height:114px;
  padding:10px 14px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  border-left:2px solid #f1bc2d;
  color:#101833;
  font-size:13px;
  line-height:1.14;
  font-weight:500;
}
.hero-feature:last-child{border-right:2px solid #f1bc2d}
.feature-icon{width:46px;height:46px;display:grid;place-items:center;color:#ff9c00;font-size:35px;line-height:1;margin-bottom:9px;font-weight:500}
.primary-btn{
  min-width:310px;height:60px;
  border-radius:12px;background:var(--gold);color:#030303;
  display:inline-flex;align-items:center;justify-content:center;gap:24px;
  padding:0 28px;font-size:15px;font-weight:700;
  box-shadow:0 16px 36px rgba(255,196,0,.28);
  transition:transform .25s ease,box-shadow .25s ease;
}
.hero-art{
  position:relative;z-index:1;justify-self:end;
  width:min(100%,830px);
  margin-top:-8px;
  min-height:620px;
}
.hero-art img{width:100%;height:auto;object-fit:contain}
/* Shared */
.section{position:relative}
.section-title{display:flex;align-items:center;justify-content:center;gap:30px;margin:0 auto 42px;text-align:center;padding-top:8px}
.section-title::before,.section-title::after{content:"";width:76px;height:2px;background:linear-gradient(90deg,transparent,var(--gold));border-radius:9px}.section-title::after{background:linear-gradient(90deg,var(--gold),transparent)}
.section-title span{font-family:var(--heading);font-size:clamp(38px,2.8vw,54px);line-height:.96;font-weight:700;letter-spacing:-.025em;color:var(--ink)}
.section-sub{margin:-30px 0 42px;text-align:center;color:#172044;font-size:15px;font-weight:500}
.panel{border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 4px 20px rgba(50,40,15,.025)}
.card{border:1px solid #f0dec8;border-radius:15px;background:#fff;overflow:hidden;box-shadow:var(--soft-shadow);transition:transform .28s ease,box-shadow .28s ease}.card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}
/* About */
.about{padding:82px 0 72px}.about-inner{display:grid;grid-template-columns:minmax(360px, .54fr) minmax(820px, 1.08fr);gap:54px;align-items:start}.about-copy{padding-top:2px;padding-left:24px}.about-copy .kicker{font-size:14px;margin-bottom:26px}.about h2{margin:0 0 42px;font-family:var(--heading);font-size:clamp(44px,3vw,60px);line-height:1;font-weight:700;letter-spacing:-.03em}.about p{max-width:560px;margin:0 0 28px;color:#111a3b;font-size:15px;line-height:1.75;font-weight:500}.signature{font-family:var(--script);font-size:43px;line-height:1;color:#111;margin-top:10px}.signature .heart{font-family:var(--body);font-size:25px;color:red;margin-left:8px}.about-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;align-items:start}.about-gallery figure{margin:0;text-align:center}.about-gallery img{width:100%;min-height:260px;aspect-ratio:1/1;object-fit:cover;border-radius:16px;box-shadow:var(--soft-shadow)}.about-gallery figcaption{font-size:12px;font-weight:600;line-height:1.2;margin-top:10px;color:#131937}
/* Modalities */
.modalities{padding:86px 0 72px}.modal-panel{padding:34px 34px 40px}.mod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.mod-card{min-height:410px;position:relative;padding:14px}.mod-card .top-img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;object-position:center;border-radius:12px}.float-icon{position:static;margin:18px auto 0;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #ece7df;color:#19213e;font-size:29px;line-height:.9;font-weight:500;box-shadow:0 10px 20px rgba(0,0,0,.075)}.float-icon small{font-size:20px}.mod-body{padding:18px 20px 22px;text-align:left}.mod-body h3{margin:0 0 20px;font-size:20px;line-height:1;font-weight:500;color:var(--ink)}.mod-body p{margin:0;color:#1c2545;font-size:15px;line-height:1.78;font-weight:500}
/* Session */
.session{padding:72px 0}.session-box{display:grid;grid-template-columns:minmax(420px, .7fr) minmax(360px, .55fr) minmax(500px, 1fr);overflow:hidden;align-items:stretch;min-height:360px}.session-img{width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:15px 0 0 15px}.session-copy{padding:48px 40px 34px}.session-copy h2{margin:0 0 22px;font-family:var(--heading);font-size:clamp(35px,2.5vw,50px);line-height:1;font-weight:500;letter-spacing:-.02em}.session-copy p{margin:0;color:#172044;font-size:15px;line-height:1.75;font-weight:500}.benefits{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid #f4eadf}.benefit{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:28px 24px;border-left:1px solid #f4eadf}.benefit:first-child{border-left:0}.benefit-icon{font-size:52px;line-height:1;margin-bottom:22px;color:var(--orange)}.benefit:nth-child(2) .benefit-icon{color:#1badff}.benefit:nth-child(3) .benefit-icon{color:#ff2d14}.benefit h4{margin:0 0 10px;font-size:13px;line-height:1.15;font-weight:500}.benefit p{margin:0;color:#101935;font-size:12px;line-height:1.55;font-weight:500}
/* Services */
.services{padding:80px 0 76px}.services-panel{padding:36px 34px 44px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.service-card{min-height:480px;display:flex;flex-direction:column;padding-bottom:18px}.service-card img{width:100%;height:clamp(180px,14vw,235px);object-fit:cover;object-position:center;border-radius:14px 14px 0 0}.service-card h3{margin:22px 20px 18px;text-align:center;font-size:16px;line-height:1.1;font-weight:700}.price-list{list-style:none;margin:0;padding:0 22px 12px}.price-list li{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin:0 0 14px;color:#111a37;font-size:13px;line-height:1.32;font-weight:500}.price-list li::before{content:"•";color:var(--orange);margin-right:2px;font-size:20px;line-height:.65;flex:0 0 auto}.price-list span{flex:1}.price-list b{font-size:13px;font-weight:500}.center-cta{display:flex;justify-content:center;margin-top:38px}.center-cta .primary-btn{height:56px;min-width:405px}
.book-mini{margin:auto 20px 0;height:42px;border-radius:10px;background:var(--gold);display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:12px;font-weight:700;color:#050505;box-shadow:0 10px 22px rgba(255,196,0,.22);transition:transform .2s ease,box-shadow .2s ease}.book-mini:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(255,196,0,.3)}
/* Reports */
.reports{padding:78px 0 72px}.report-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.report-card{min-height:360px;text-align:center;padding:28px 28px 24px;display:flex;flex-direction:column;align-items:center}.report-icon{height:72px;margin-bottom:16px;display:grid;place-items:center}.report-icon img{max-width:82px;max-height:72px;object-fit:contain}.report-card h3{margin:0 0 8px;font-size:16px;line-height:1.08;font-weight:500;color:#111a37}.report-card .tag{font-size:12px;font-weight:500;margin-bottom:20px;color:#151c39}.report-card ul{margin:0 0 22px;padding-left:20px;text-align:left;width:100%}.report-card li{font-size:13px;line-height:1.45;margin:0 0 12px;font-weight:500;color:#171f3d}.report-price{font-size:34px;line-height:1;font-weight:500;color:#111326;margin-top:auto}
/* Work */
.work{padding:82px 0 90px}.work-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.work-card{height:202px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px 12px}.work-icon{height:60px;margin-bottom:12px;display:grid;place-items:center}.work-icon img{width:60px;height:60px;object-fit:contain}.work-card h3{margin:0;font-size:15px;line-height:1.1;font-weight:500}.work-card p{margin:8px 0 0;font-size:12px;line-height:1.33;color:#16203e;font-weight:500}
/* Footer */
.footer{min-height:260px;background:linear-gradient(90deg,var(--footer-1) 0%, var(--footer-2) 48%, #ffd077 100%);position:relative;overflow:hidden}.footer::after{content:"";position:absolute;right:64px;bottom:-48px;width:220px;height:205px;opacity:.55;background:repeating-radial-gradient(ellipse at center, transparent 0 22px, rgba(255,255,255,.96) 23px 25px, transparent 26px 52px);clip-path:polygon(50% 0, 86% 32%,100% 72%,50% 100%,0 72%,14% 32%);transform:rotate(-22deg)}.footer-inner{display:grid;grid-template-columns:1.25fr .78fr 1.1fr 1.1fr;gap:78px;min-height:260px;padding:58px 0 54px;position:relative;z-index:2;align-items:start}.footer-logo-box{display:inline-flex;background:#fff;border-radius:12px;padding:7px 12px 6px;margin-bottom:10px;box-shadow:0 8px 18px rgba(80,52,0,.08)}.footer-logo{width:150px;height:auto}.footer-about p{margin:0 0 18px;font-size:14px;line-height:1.65;font-weight:500;color:#172044}.socials{display:flex;gap:13px}.socials span{width:24px;height:24px;border:1.8px solid #13224b;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:500}.footer h4{margin:0 0 20px;font-size:17px;line-height:1;font-weight:500}.footer ul{list-style:none;margin:0;padding:0}.footer li{font-size:14px;line-height:1.55;margin-bottom:9px;font-weight:500;color:#182143}.consult li::before{content:"◎";color:#f08a00;font-weight:500;margin-right:9px}.contact li::before{content:"✉";margin-right:9px}.contact li:first-child::before{content:"☎"}.contact li:last-child::before{content:"🌐";font-size:13px}

/* Font Awesome icon system: no ripped icon-image assets for UI icons. */
.fa-icon{display:inline-grid;place-items:center;line-height:1}
.feature-icon i{font-size:34px;color:currentColor}
.float-icon i{font-size:33px;color:#132044}
.benefit-icon i{font-size:48px;color:currentColor}
.report-icon{height:72px;margin-bottom:16px;display:grid;place-items:center;color:#ff9d00;font-size:54px;line-height:1}
.report-card:nth-child(2) .report-icon{color:#17204a}.report-card:nth-child(3) .report-icon{color:#236bff}.report-card:nth-child(4) .report-icon{color:#f2a800}.report-card:nth-child(5) .report-icon{color:#ff9d00}
.work-icon{height:60px;margin-bottom:12px;display:grid;place-items:center;color:#ff8e8e;font-size:50px;line-height:1}.work-card:nth-child(2) .work-icon{color:#a46313}.work-card:nth-child(3) .work-icon{color:#f2a800}.work-card:nth-child(4) .work-icon{color:#ff6c00}.work-card:nth-child(5) .work-icon{color:#49b921}.work-card:nth-child(6) .work-icon{color:#ee49c6}
.footer-logo-box{display:inline-flex;align-items:center;justify-content:center;background:#fff;border-radius:16px;padding:12px 18px 11px;margin-bottom:12px;box-shadow:0 8px 18px rgba(80,52,0,.08);line-height:0;overflow:visible;max-width:100%}
.footer-logo{width:190px;height:auto;max-height:none;object-fit:contain;display:block;flex:0 0 auto}
.socials{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.socials a{width:28px;height:28px;border:2px solid #13224b;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:500;color:#091536;transition:transform .2s ease,background .2s ease}.socials a:hover{transform:translateY(-2px);background:#fff7d8}
.footer li a{display:inline-flex;align-items:center;gap:8px;transition:color .2s ease,transform .2s ease}.footer li a:hover{color:var(--blue);transform:translateX(2px)}
.consult li::before,.contact li::before{content:none!important}.consult li,.contact li{display:flex;align-items:center;gap:9px}.consult i{color:#f08a00;width:15px;text-align:center}.contact i{color:#182143;width:16px;text-align:center}

/* Desktop fluid guard */
@media (min-width:1401px) and (max-width:1800px){:root{--shell:min(1320px, calc(100vw - 112px))}.nav{gap:34px}.logo,.logo img{width:270px}.hero-inner{grid-template-columns:minmax(520px,.95fr) minmax(600px,1.05fr)}.hero h1{font-size:64px}.hero-art{width:min(100%,760px)}}
@media (max-width:1300px){:root{--shell:calc(100vw - 72px)}.header-inner{gap:18px}.logo,.logo img{width:230px}.nav{gap:20px;font-size:12px}.header-cta{min-width:190px;font-size:12px}.hero-inner{grid-template-columns:minmax(430px,.95fr) minmax(470px,1fr);min-height:520px}.hero-copy{padding-top:44px}.hero h1{font-size:52px}.hero-copy p:not(.kicker){font-size:15px}.hero-feature{min-height:90px}.hero-art{min-height:auto;width:560px}.about-inner{grid-template-columns:330px 1fr;gap:32px}.about-gallery img{min-height:220px}.session-box{grid-template-columns:330px 310px 1fr}.service-grid{gap:18px}.service-card{min-height:445px}.service-card img{height:190px}.report-grid{gap:14px}.footer-inner{gap:34px}}
/* Tablet */
@media (max-width:1020px){main{padding-top:78px!important}:root{--shell:calc(100vw - 42px)}.header-inner{min-height:78px;align-items:center;flex-wrap:wrap}.logo,.logo img{width:220px}.menu-btn{display:block}.header-cta{display:none}.nav{order:5;width:100%;height:auto;display:none;margin:0;gap:0;flex-direction:column;align-items:stretch;padding:2px 0 16px;background:#fff}.nav.open{display:flex}.nav a{font-size:14px;font-weight:700;padding:14px 8px;border-bottom:1px solid #f7eadc}.nav a::after{display:none}.hero-inner{grid-template-columns:1fr;gap:0;min-height:unset;padding-bottom:34px}.hero-copy{max-width:100%;padding-top:34px}.hero h1{max-width:780px;font-size:clamp(46px,8vw,70px)}.hero-copy p:not(.kicker){max-width:820px;font-size:16px}.hero-features{width:100%;max-width:760px}.hero-art{justify-self:center;width:min(760px,100%);margin-top:20px}.about{padding-top:44px}.about-inner{grid-template-columns:1fr}.about p{max-width:100%;font-size:15px}.about-gallery{gap:18px}.about-gallery img{min-height:250px}.modal-panel,.services-panel{padding-left:18px;padding-right:18px}.mod-grid,.service-grid{grid-template-columns:repeat(2,1fr)}.service-card{min-height:460px}.service-card img{height:220px}.session-box{grid-template-columns:1fr}.session-img{height:auto;border-radius:15px 15px 0 0}.benefits{border-left:0;border-top:1px solid #f4eadf}.report-grid{grid-template-columns:repeat(3,1fr)}.work-grid{grid-template-columns:repeat(3,1fr)}.footer-inner{grid-template-columns:repeat(2,1fr);gap:26px}.footer::after{right:-20px}}
/* Mobile */
@media (max-width:620px){main{padding-top:70px!important}:root{--shell:calc(100vw - 24px)}body{font-size:15px}.header-inner{min-height:70px}.logo,.logo img{width:172px}.menu-btn{padding:8px}.menu-btn span{width:22px;height:2px;margin:4px 0}.kicker{font-size:12px}.hero-copy{padding-top:24px}.hero h1{font-size:39px;line-height:1.04;margin-bottom:18px}.hero-copy p:not(.kicker){font-size:13.5px;line-height:1.65}.hero-features{grid-template-columns:repeat(2,1fr);margin:25px 0 20px}.hero-feature{min-height:86px;font-size:11.5px;border-width:1px}.hero-feature:nth-child(3),.hero-feature:nth-child(4){border-top:1px solid #f1bc2d}.feature-icon{font-size:26px;margin-bottom:5px}.primary-btn{width:100%;min-width:0;height:54px;font-size:13px}.hero-card{position:relative;right:auto;bottom:auto;width:100%;min-height:0;margin-top:12px;border-radius:16px;padding:16px}.hero-card .script{font-size:38px;margin-bottom:8px}.hero-card b{font-size:17px;margin-bottom:6px}.hero-card span{font-size:13px}.section-title{gap:12px;margin-bottom:14px}.section-title::before,.section-title::after{width:34px}.section-title span{font-size:32px}.section-sub{font-size:12px;margin:-6px 0 16px}.about{padding:34px 0 24px}.about-copy .kicker{font-size:12px;margin-bottom:14px}.about h2{font-size:38px;margin-bottom:24px}.about p{font-size:13px;margin-bottom:16px}.signature{font-size:34px}.about-gallery{grid-template-columns:1fr;gap:14px}.about-gallery img{min-height:0;max-height:520px;object-fit:cover}.modal-panel,.services-panel{padding:24px 12px 24px;border-radius:12px}.mod-grid,.service-grid,.report-grid,.work-grid{grid-template-columns:1fr;gap:13px}.mod-card{min-height:auto}.mod-card .top-img{height:auto;aspect-ratio:2.6/1}.float-icon{position:static;margin:16px auto 0;width:58px;height:58px;font-size:25px}.mod-body{padding:40px 20px 20px}.mod-body h3{font-size:18px;margin-bottom:12px}.mod-body p{font-size:13px}.session,.services,.modalities,.reports,.work{padding-bottom:22px}.session-copy{padding:24px 18px}.session-copy h2{font-size:34px}.session-copy p{font-size:13px}.benefits{grid-template-columns:1fr}.benefit{border-left:0;border-top:1px solid #f4eadf;padding:22px 16px}.benefit-icon{font-size:38px;margin-bottom:12px}.service-card{min-height:auto}.service-card img{height:245px;aspect-ratio:auto}.service-card h3{font-size:16px;margin:15px 18px}.price-list li{font-size:12px}.center-cta .primary-btn{min-width:0}.report-card{min-height:auto;padding:22px 20px}.report-card h3{font-size:15px}.report-card li{font-size:12.5px}.report-price{font-size:28px}.work-card{height:auto;min-height:140px}.footer-inner{grid-template-columns:1fr;gap:18px;padding:22px 0}.footer-logo{width:176px}.footer li,.footer-about p{font-size:12px}}

/* Final client polish */
.header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:99999!important}
main{padding-top:86px!important}
.nav{font-weight:700!important}
p,.about p,.session-copy p,.mod-body p,.work-card p,.footer-about p{font-weight:400!important}
.hero-copy p:not(.kicker){font-weight:400!important}
.kicker{font-weight:600!important}
.hero h1,.section-title span,.about h2,.session-copy h2,.service-card h3,.mod-body h3,.report-card h3,.work-card h3,.benefit h4,.footer h4{font-weight:700!important}
.price-list li,.report-card li,.footer li{font-weight:400!important}
.price-list b,.report-price{font-weight:600!important}
.primary-btn,.header-cta,.book-mini{font-weight:700!important}
.about-gallery figcaption{font-weight:600!important}
.about-gallery img,.mod-card .top-img{aspect-ratio:1/1!important;object-fit:cover!important;object-position:center!important}
.service-card img{height:clamp(180px,14vw,235px)!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center!important}
.service-card{overflow:hidden}
.services-panel{padding-top:48px!important}
.service-grid{align-items:stretch}
@media (max-width:1020px){.service-card img{height:220px!important}.about-gallery img{min-height:250px}}
@media (max-width:620px){.service-card img{height:245px!important}.about-gallery img{min-height:0}}

/* Final responsive fix: header logo, centered nav, and mobile hero */
.header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:99999!important;
}

main{
  padding-top:78px!important;
}

.header-inner{
  min-height:78px!important;
  height:78px!important;
  align-items:center!important;
  gap:28px!important;
  flex-wrap:nowrap!important;
}

.logo{
  width:190px!important;
  max-width:190px!important;
  height:62px!important;
  max-height:62px!important;
  flex:0 0 190px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  margin:0!important;
  overflow:hidden!important;
}

.logo img{
  width:190px!important;
  max-width:190px!important;
  height:auto!important;
  max-height:62px!important;
  object-fit:contain!important;
  object-position:left center!important;
  display:block!important;
}

.nav{
  flex:1 1 auto!important;
  height:78px!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:34px!important;
}

.nav a{
  min-height:78px!important;
  display:inline-flex!important;
  align-items:center!important;
  padding:0!important;
}

.nav a.active::after,
.nav a:hover::after{
  bottom:14px!important;
}

.header-cta{
  margin:0!important;
  width:auto!important;
  min-width:232px!important;
  height:52px!important;
  flex:0 0 auto!important;
}

.hero-inner{
  min-height:620px!important;
}

.hero-copy{
  padding-left:0!important;
}

@media (min-width:1401px) and (max-width:1800px){
  .logo,
  .logo img{
    width:190px!important;
    max-width:190px!important;
  }

  .nav{
    gap:34px!important;
  }
}

@media (max-width:1300px){
  main{
    padding-top:74px!important;
  }

  .header-inner{
    min-height:74px!important;
    height:74px!important;
    gap:18px!important;
  }

  .logo{
    width:168px!important;
    max-width:168px!important;
    height:58px!important;
    max-height:58px!important;
    flex-basis:168px!important;
  }

  .logo img{
    width:168px!important;
    max-width:168px!important;
    max-height:58px!important;
  }

  .nav{
    height:74px!important;
    gap:20px!important;
    font-size:12px!important;
  }

  .nav a{
    min-height:74px!important;
  }

  .header-cta{
    min-width:196px!important;
    height:50px!important;
    font-size:12px!important;
  }
}

@media (max-width:1020px){
  main{
    padding-top:68px!important;
  }

  .header-inner{
    min-height:68px!important;
    height:auto!important;
    padding-block:0!important;
    flex-wrap:wrap!important;
    gap:0!important;
  }

  .logo{
    width:146px!important;
    max-width:146px!important;
    height:58px!important;
    max-height:58px!important;
    flex:0 0 146px!important;
  }

  .logo img{
    width:146px!important;
    max-width:146px!important;
    max-height:58px!important;
  }

  .menu-btn{
    display:block!important;
  }

  .header-cta{
    display:none!important;
  }

  .nav{
    order:5!important;
    width:100%!important;
    flex:0 0 100%!important;
    height:auto!important;
    display:none!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    flex-direction:column!important;
    gap:0!important;
    padding:8px 0 16px!important;
    background:#fff!important;
  }

  .nav.open{
    display:flex!important;
  }

  .nav a{
    min-height:0!important;
    padding:13px 8px!important;
    border-bottom:1px solid #f7eadc!important;
  }

  .nav a::after{
    display:none!important;
  }

  .hero-inner{
    grid-template-columns:1fr!important;
    min-height:0!important;
    gap:22px!important;
    padding-top:36px!important;
    padding-bottom:34px!important;
    text-align:center!important;
  }

  .hero-copy{
    max-width:720px!important;
    margin-inline:auto!important;
    padding:0!important;
    text-align:center!important;
  }

  .hero h1,
  .hero-copy p:not(.kicker){
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .hero-features{
    max-width:650px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .hero-art{
    width:min(560px,100%)!important;
    min-height:0!important;
    margin:4px auto 0!important;
    justify-self:center!important;
  }
}

@media (max-width:620px){
  :root{
    --shell:calc(100vw - 28px)!important;
  }

  main{
    padding-top:64px!important;
  }

  .header-inner{
    min-height:64px!important;
  }

  .logo{
    width:128px!important;
    max-width:128px!important;
    height:52px!important;
    max-height:52px!important;
    flex-basis:128px!important;
  }

  .logo img{
    width:128px!important;
    max-width:128px!important;
    max-height:52px!important;
  }

  .hero::after{
    display:none!important;
  }

  .hero-inner{
    padding-top:28px!important;
    padding-bottom:28px!important;
    gap:18px!important;
  }

  .hero-copy{
    width:100%!important;
  }

  .hero h1{
    font-size:clamp(34px,10vw,42px)!important;
    line-height:1.05!important;
    margin-bottom:16px!important;
  }

  .hero-copy p:not(.kicker){
    max-width:100%!important;
    font-size:14px!important;
    line-height:1.62!important;
  }

  .hero-features{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    width:100%!important;
    margin:24px auto 20px!important;
  }

  .hero-feature{
    min-height:88px!important;
    padding:10px 8px!important;
    font-size:11.5px!important;
  }

  .feature-icon{
    width:36px!important;
    height:36px!important;
    margin-bottom:6px!important;
  }

  .feature-icon i{
    font-size:25px!important;
  }

  .primary-btn{
    width:100%!important;
    min-width:0!important;
    max-width:360px!important;
    margin-inline:auto!important;
    height:52px!important;
    gap:14px!important;
    padding-inline:16px!important;
    font-size:13px!important;
  }

  .hero-art{
    width:min(360px,100%)!important;
    margin-top:0!important;
  }

  .about-copy{
    padding-left:0!important;
    text-align:center!important;
  }

  .about p{
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .section-title span{
    font-size:30px!important;
  }

  .mod-body{
    padding:18px 18px 20px!important;
    text-align:center!important;
  }

  .service-card,
  .report-card,
  .work-card{
    width:100%!important;
  }

  .footer-inner{
    text-align:left!important;
  }
}

/* About image slider: taller desktop frames with right-side peek */
@media (min-width:1021px){
  .about{
    overflow:hidden!important;
  }

  .about-inner{
    grid-template-columns:minmax(360px,.46fr) minmax(0,1.18fr)!important;
    gap:60px!important;
    align-items:center!important;
  }

  .about-gallery{
    display:flex!important;
    grid-template-columns:none!important;
    gap:30px!important;
    align-items:flex-start!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scroll-padding-left:2px!important;
    -webkit-overflow-scrolling:touch!important;
    padding:4px max(180px,calc((100vw - var(--shell)) / 2 + 160px)) 18px 2px!important;
    margin-right:calc((100vw - var(--shell)) / -2)!important;
    position:relative!important;
    scrollbar-width:thin!important;
    scrollbar-color:rgba(23,99,246,.45) rgba(241,215,173,.35)!important;
  }

  .about-gallery::after{
    content:""!important;
    position:sticky!important;
    right:0!important;
    flex:0 0 92px!important;
    align-self:stretch!important;
    min-height:100%!important;
    pointer-events:none!important;
    background:linear-gradient(90deg,rgba(255,255,255,0),#fff 72%)!important;
    z-index:2!important;
  }

  .about-gallery::-webkit-scrollbar{
    height:8px!important;
  }

  .about-gallery::-webkit-scrollbar-track{
    background:rgba(241,215,173,.35)!important;
    border-radius:999px!important;
  }

  .about-gallery::-webkit-scrollbar-thumb{
    background:rgba(23,99,246,.45)!important;
    border-radius:999px!important;
  }

  .about-gallery figure{
    flex:0 0 clamp(390px,28vw,500px)!important;
    width:clamp(390px,28vw,500px)!important;
    margin:0!important;
    scroll-snap-align:start!important;
  }

  .about-gallery img{
    width:100%!important;
    height:clamp(470px,34vw,610px)!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    object-position:center!important;
    border-radius:18px!important;
  }

  .about-gallery figcaption{
    margin-top:14px!important;
  }
}

@media (max-width:1020px){
  .about-gallery{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    overflow:visible!important;
    margin-right:0!important;
    padding:0!important;
  }

  .about-gallery figure{
    width:auto!important;
  }

  .about-gallery img{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:1/1!important;
    object-fit:cover!important;
    object-position:center!important;
  }
}

@media (max-width:620px){
  .about-gallery{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }

  .about-gallery img{
    aspect-ratio:1/1!important;
    height:auto!important;
    max-height:none!important;
  }
}

/* Corrected About slider: no white overlay block, right-side peek only */
@media (min-width:1021px){
  .site,
  body{
    overflow-x:hidden!important;
  }

  .about{
    overflow:hidden!important;
  }

  .about-inner{
    grid-template-columns:minmax(340px,.46fr) minmax(0,.98fr)!important;
    gap:64px!important;
    align-items:center!important;
  }

  .about-copy{
    padding-left:0!important;
  }

  .about-gallery{
    display:flex!important;
    grid-template-columns:none!important;
    gap:28px!important;
    width:calc(100% + 160px)!important;
    max-width:none!important;
    margin:0 -160px 0 0!important;
    padding:4px 160px 10px 0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scroll-padding-left:0!important;
    -webkit-overflow-scrolling:touch!important;
    position:relative!important;
    scrollbar-width:none!important;
    mask-image:linear-gradient(90deg,#000 0%,#000 calc(100% - 115px),rgba(0,0,0,.18) 100%)!important;
    -webkit-mask-image:linear-gradient(90deg,#000 0%,#000 calc(100% - 115px),rgba(0,0,0,.18) 100%)!important;
  }

  .about-gallery::after{
    content:none!important;
    display:none!important;
  }

  .about-gallery::-webkit-scrollbar{
    display:none!important;
  }

  .about-gallery figure{
    flex:0 0 clamp(330px,25vw,420px)!important;
    width:clamp(330px,25vw,420px)!important;
    margin:0!important;
    text-align:center!important;
    scroll-snap-align:start!important;
  }

  .about-gallery img{
    width:100%!important;
    height:clamp(410px,32vw,520px)!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    object-position:center top!important;
    border-radius:18px!important;
    box-shadow:0 14px 34px rgba(19,18,45,.08)!important;
  }

  .about-gallery figcaption{
    margin-top:14px!important;
    white-space:nowrap!important;
  }
}

@media (min-width:1301px) and (max-width:1500px){
  .about-inner{
    grid-template-columns:minmax(330px,.42fr) minmax(0,1fr)!important;
    gap:48px!important;
  }

  .about-gallery{
    width:calc(100% + 120px)!important;
    margin-right:-120px!important;
    padding-right:120px!important;
  }

  .about-gallery figure{
    flex-basis:360px!important;
    width:360px!important;
  }
}

@media (max-width:1020px){
  .about-gallery{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    mask-image:none!important;
    -webkit-mask-image:none!important;
  }
}

/* Visible controls for About slider */
.about-gallery-wrap{
  position:relative!important;
  min-width:0!important;
}

.about-slider-controls{
  display:none;
}

@media (min-width:1021px){
  .about-slider-controls{
    position:absolute!important;
    right:18px!important;
    top:50%!important;
    z-index:8!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    transform:translateY(-50%)!important;
    pointer-events:none!important;
  }

  .about-slide-btn{
    width:44px!important;
    height:44px!important;
    border:1px solid rgba(241,215,173,.9)!important;
    border-radius:999px!important;
    display:grid!important;
    place-items:center!important;
    background:rgba(255,255,255,.94)!important;
    color:var(--ink)!important;
    box-shadow:0 12px 28px rgba(19,18,45,.12)!important;
    cursor:pointer!important;
    pointer-events:auto!important;
    transition:transform .2s ease,background .2s ease,color .2s ease!important;
  }

  .about-slide-btn:hover{
    transform:translateY(-2px)!important;
    background:var(--gold)!important;
    color:#050505!important;
  }

  .about-slide-btn i{
    font-size:16px!important;
    line-height:1!important;
  }
}

@media (max-width:1020px){
  .about-gallery-wrap{
    width:100%!important;
  }

  .about-slider-controls{
    display:none!important;
  }
}
   /* Anchor and pending-price polish */
section[id], article[id], footer[id]{scroll-margin-top:96px}
.price-pending{min-width:1px;display:inline-block}
@media (max-width:1020px){section[id],article[id],footer[id]{scroll-margin-top:80px}}
  
/* WordPress plugin integration */
.asp-site{--asp-blue:var(--blue);--asp-gold:var(--gold);font-family:var(--body);color:var(--ink);background:#fff;overflow:hidden}
.asp-site .asp-mobile-overlay{display:none}
.asp-site .asp-developed{padding:14px 20px;text-align:center;background:#11152f;color:#fff;font-size:13px}
.asp-site .asp-developed a{color:var(--gold);font-weight:800}
@media(max-width:980px){
 .asp-site .nav{display:flex;position:fixed;top:0;right:0;width:min(86vw,390px);height:100dvh;background:#fff;z-index:10002;transform:translateX(105%);transition:transform .35s cubic-bezier(.22,.8,.25,1);flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:95px 24px 30px;box-shadow:-20px 0 55px rgba(9,13,43,.18);white-space:normal;overflow-y:auto}
 .asp-site .nav.open{transform:translateX(0)}
 .asp-site .nav a{min-height:auto;padding:16px 4px;border-bottom:1px solid #eee;font-size:16px}
 .asp-site .nav a::after{display:none!important}
 .asp-site .menu-btn{position:relative;z-index:10003}
 .asp-site .asp-mobile-overlay{display:block;position:fixed;inset:0;background:rgba(5,8,28,.48);z-index:10001;opacity:0;visibility:hidden;transition:.3s}
 .asp-site .asp-mobile-overlay.open{opacity:1;visibility:visible}
 body.asp-menu-lock{overflow:hidden}
}


/* v1.1: clean footer and prevent decorative overlap */
.asp-site .footer::after{content:none!important;display:none!important;background:none!important}

/* v1.2 exact report content: both requested report groups inside the existing Reports section */
.personal-report-block{margin-top:76px}
.personal-report-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.personal-report-card{min-height:330px;padding:42px 34px 34px;text-align:center;display:flex;flex-direction:column;align-items:center}
.personal-report-icon{height:76px;margin-bottom:22px;display:grid;place-items:center;font-size:58px;line-height:1;color:#ff9d00}
.personal-report-card:nth-child(2) .personal-report-icon{color:#17204a}
.personal-report-card:nth-child(3) .personal-report-icon{color:#236bff}
.personal-report-card:nth-child(4) .personal-report-icon{color:#f2a800}
.personal-report-card h3{margin:0 0 14px;font-size:18px;line-height:1.08;font-weight:700;color:#111a37}
.personal-report-card p{margin:0;max-width:250px;font-size:17px;line-height:1.45;color:#111a37}
.special-report-card h3{font-weight:700!important}
@media (max-width:1020px){.personal-report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:620px){.personal-report-block{margin-top:44px}.personal-report-grid{grid-template-columns:1fr;gap:13px}.personal-report-card{min-height:auto;padding:28px 20px}.personal-report-card h3{font-size:16px}.personal-report-card p{font-size:14px}}


/* v1.3.0 configurable design system */
.asp-site{
  background:var(--paper);
  color:var(--text);
  font-family:var(--body);
  font-size:var(--base-size);
}
.asp-site .header{background:var(--header-bg);color:var(--header-text)}
.asp-site .nav{font-family:var(--body);font-size:var(--nav-size);background-color:var(--header-bg)}
.asp-site .nav a,.asp-site .menu-btn{color:var(--header-text)}
.asp-site .menu-btn span{background:var(--header-text)}
.asp-site .logo{
  width:min(var(--header-logo-width),45vw);
  max-width:min(var(--header-logo-width),45vw);
  flex-basis:min(var(--header-logo-width),45vw);
}
.asp-site .logo img{width:100%;max-width:100%}
.asp-site .hero{background-color:var(--hero-bg)}
.asp-site .about{background-color:var(--about-bg)}
.asp-site .modalities{background-color:var(--modalities-bg)}
.asp-site .session{background-color:var(--session-bg)}
.asp-site .services{background-color:var(--services-bg)}
.asp-site .reports{background-color:var(--reports-bg)}
.asp-site .work{background-color:var(--guidance-bg)}
.asp-site .panel{background:var(--panel-bg)}
.asp-site .card{
  background:var(--card-bg);
  border-color:var(--card-border);
  border-radius:var(--card-radius);
}
.asp-site .mod-card .top-img,
.asp-site .service-card img,
.asp-site .about-gallery img{border-radius:var(--card-radius)}
.asp-site h1,
.asp-site h2,
.asp-site h3,
.asp-site h4,
.asp-site .section-title span{color:var(--ink)}
.asp-site .hero-copy p:not(.kicker),
.asp-site .about p,
.asp-site .session-copy p,
.asp-site .mod-body p,
.asp-site .price-list li,
.asp-site .report-card h3,
.asp-site .report-card li,
.asp-site .personal-report-card p,
.asp-site .work-card p{color:var(--text)}
.asp-site .section-sub,
.asp-site .report-card .tag{color:var(--muted)}
.asp-site .section-title span{font-size:clamp(32px,2.8vw,var(--section-title-size))}
.asp-site .service-card h3,
.asp-site .mod-body h3,
.asp-site .report-card h3,
.asp-site .personal-report-card h3,
.asp-site .work-card h3{font-size:var(--card-title-size)}
.asp-site .header-cta,
.asp-site .primary-btn,
.asp-site .book-mini{
  background:var(--gold);
  color:var(--button-text);
  border-radius:var(--button-radius);
  font-size:var(--button-size);
}
.asp-site .header-cta:hover,
.asp-site .primary-btn:hover,
.asp-site .book-mini:hover{background:var(--button-hover);color:var(--button-text)}
.asp-site .footer{
  background:linear-gradient(90deg,var(--footer-1) 0%,var(--footer-2) 48%,var(--footer-1) 100%);
  color:var(--footer-text);
}
.asp-site .footer h4,
.asp-site .footer li,
.asp-site .footer li a,
.asp-site .footer-about p,
.asp-site .socials a{color:var(--footer-text)}
.asp-site .footer-logo{width:min(var(--footer-logo-width),55vw);max-width:min(var(--footer-logo-width),55vw)}
.asp-site .service-card.is-clickable{cursor:pointer}
.asp-site .service-card.is-clickable:focus-visible{outline:3px solid var(--blue);outline-offset:4px}
@media(max-width:620px){
  .asp-site .logo{width:min(var(--header-logo-width),52vw);max-width:min(var(--header-logo-width),52vw);flex-basis:min(var(--header-logo-width),52vw)}
  .asp-site .section-title span{font-size:clamp(28px,8vw,var(--section-title-size))}
}

/* v1.5.0: editable section descriptions and linked report cards */
.asp-site .section-sub{
  max-width:820px;
  margin:-30px auto 42px;
  padding:0 18px;
  line-height:1.65;
}
.asp-site .services-description{max-width:900px}
.asp-site .special-report-card.is-clickable{
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.asp-site .special-report-card.is-clickable:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 32px rgba(17,24,57,.11);
  border-color:var(--gold);
}
.asp-site .special-report-card.is-clickable:focus-visible{
  outline:3px solid var(--blue);
  outline-offset:4px;
}
@media (max-width:620px){
  .asp-site .section-sub{margin:-6px auto 18px;padding:0 8px;line-height:1.55}
}


/* v1.5.1 mobile visibility, cache-safe rendering and theme isolation fixes */
.asp-site .asp-reveal{transition:opacity .75s ease,transform .75s ease;}

.asp-site .asp-reveal{
  opacity:1;
  visibility:visible;
  transform:none;
}
.asp-site.asp-motion-ready .asp-reveal:not(.in){
  opacity:0;
  transform:translateY(24px);
}
.asp-site.asp-motion-ready .asp-reveal.in{
  opacity:1;
  visibility:visible;
  transform:none;
}
.asp-site .header-cta,
.asp-site .primary-btn,
.asp-site .book-mini{
  color:var(--button-text)!important;
  -webkit-text-fill-color:var(--button-text)!important;
}
.asp-site .header-cta *,
.asp-site .primary-btn *,
.asp-site .book-mini *{
  color:inherit!important;
  -webkit-text-fill-color:inherit!important;
}
.asp-site img{
  visibility:visible!important;
  opacity:1!important;
}
.asp-site img.asp-image-error{
  background:linear-gradient(135deg,#fff8e7,#f6f7fb);
}
.asp-site .section-title,
.asp-site .section-sub,
.asp-site .hero-copy,
.asp-site .about-copy,
.asp-site .mod-body,
.asp-site .session-copy,
.asp-site .benefits,
.asp-site .price-list,
.asp-site .report-card,
.asp-site .personal-report-card,
.asp-site .work-card{
  visibility:visible!important;
}
@media (max-width:1020px){
  .asp-site .asp-reveal,
  .asp-site.asp-motion-ready .asp-reveal,
  .asp-site.asp-motion-ready .asp-reveal:not(.in){
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .asp-site .section,
  .asp-site section,
  .asp-site .panel,
  .asp-site .card,
  .asp-site .hero-copy,
  .asp-site .hero-art,
  .asp-site .about-copy,
  .asp-site .about-gallery-wrap,
  .asp-site .mod-grid,
  .asp-site .service-grid,
  .asp-site .report-grid,
  .asp-site .personal-report-grid,
  .asp-site .work-grid{
    opacity:1!important;
    visibility:visible!important;
  }
  .asp-site .hero-art img,
  .asp-site .about-gallery img,
  .asp-site .mod-card .top-img,
  .asp-site .session-img,
  .asp-site .service-card img{
    display:block!important;
    opacity:1!important;
    visibility:visible!important;
  }
}
@media (max-width:620px){
  .asp-site .primary-btn{
    color:var(--button-text)!important;
    -webkit-text-fill-color:var(--button-text)!important;
  }
  .asp-site .section-title span,
  .asp-site .section-sub,
  .asp-site h1,
  .asp-site h2,
  .asp-site h3,
  .asp-site h4,
  .asp-site p,
  .asp-site li,
  .asp-site a,
  .asp-site b,
  .asp-site span{
    visibility:visible;
  }
}

/* v1.7.0: content is never JS-hidden; prevents anonymous cache/JS failures from blanking sections. */
.asp-site .asp-reveal,.asp-site.asp-motion-ready .asp-reveal,.asp-site.asp-motion-ready .asp-reveal:not(.in){opacity:1!important;visibility:visible!important;transform:none!important;}

/* v1.8.0: legacy-cache compatibility and no-JS report links. */
.asp-site .reveal,
.asp-site .asp-reveal,
.asp-site .reveal:not(.in),
.asp-site .asp-reveal:not(.in){
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}
.asp-site .report-card-link{
  display:block;
  min-width:0;
  color:inherit;
  text-decoration:none;
  border-radius:var(--card-radius);
}
.asp-site .report-card-link .report-card{height:100%}
.asp-site .report-card-link:focus-visible{outline:3px solid var(--blue);outline-offset:4px}
.asp-site .report-card-link:hover .report-card{
  transform:translateY(-4px);
  box-shadow:0 14px 32px rgba(17,24,57,.11);
  border-color:var(--gold);
}
.asp-site .special-report-card.is-clickable{cursor:pointer}
.asp-site img.asp-image-error{min-height:80px}
.asp-site .report-card-link:nth-child(2) .report-icon{color:#17204a}
.asp-site .report-card-link:nth-child(3) .report-icon{color:#236bff}
.asp-site .report-card-link:nth-child(4) .report-icon{color:#f2a800}
.asp-site .report-card-link:nth-child(5) .report-icon{color:#ff9d00}

/* v1.8.1: Special Aligni Report checkout buttons. */
.asp-site .report-buy-button{
  width:100%;
  min-height:44px;
  margin-top:18px;
  padding:10px 14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background:var(--gold);
  color:var(--button-text)!important;
  -webkit-text-fill-color:var(--button-text)!important;
  border-radius:var(--button-radius);
  font-size:var(--button-size);
  line-height:1.2;
  font-weight:700;
  text-align:center;
  box-shadow:0 10px 22px rgba(255,196,0,.22);
  transition:background .2s ease,transform .2s ease,box-shadow .2s ease;
  pointer-events:none;
}
.asp-site .report-buy-button *{
  color:inherit!important;
  -webkit-text-fill-color:inherit!important;
}
.asp-site .report-card-link:hover .report-buy-button{
  background:var(--button-hover);
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(255,196,0,.3);
}
.asp-site .report-buy-button .circle-arrow{
  flex:0 0 auto;
  width:25px;
  height:25px;
  font-size:18px;
}
@media(max-width:620px){
  .asp-site .report-buy-button{
    min-height:46px;
    margin-top:16px;
  }
}
