
:root{
 --ink:#18363d;--muted:#607277;--ocean:#2f6973;--ocean-deep:#153f48;
 --foam:#dfecea;--sand:#e8d8c4;--sand-soft:#f7f1e9;--white:#fffdf9;
 --clay:#9c6c4c;--line:rgba(24,54,61,.15);--shadow:0 18px 50px rgba(24,54,61,.12);
 --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--white);color:var(--ink);font-family:"Manrope",system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.65}
img{max-width:100%;display:block}
a{color:inherit}
button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
h1,h2,h3,.serif{font-family:"Cormorant Garamond",Georgia,serif;line-height:1.05}
h1{font-size:clamp(3.4rem,8vw,7.2rem);font-weight:500;margin:.1em 0 .2em}
h2{font-size:clamp(2.5rem,5vw,4.6rem);font-weight:500;margin:.1em 0 .35em}
h3{font-size:1.8rem;margin:.1em 0 .4em}
p{margin:.2em 0 1em}
.eyebrow{letter-spacing:.18em;text-transform:uppercase;font-size:.76rem;font-weight:800;color:var(--ocean)}
.small{font-size:.9rem;color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.92rem 1.28rem;border-radius:999px;border:0;text-decoration:none;font-weight:800;cursor:pointer}
.btn-primary{background:var(--ocean-deep);color:#fff}
.btn-secondary{background:transparent;border:1px solid var(--ink)}
.btn-soft{background:var(--foam);color:var(--ocean-deep)}
.site-header{position:sticky;top:0;z-index:40;background:rgba(255,253,249,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav-wrap{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.logo{height:66px;width:auto}
.nav{display:flex;align-items:center;gap:1.1rem}
.nav a{text-decoration:none;font-weight:700;font-size:.94rem}
.nav-toggle{display:none;background:#fff;border:1px solid var(--line);border-radius:12px;padding:.72rem}
.hero{min-height:760px;display:grid;align-items:center;background:
 linear-gradient(90deg,rgba(247,241,233,.98),rgba(247,241,233,.86) 40%,rgba(247,241,233,.1) 68%),
 url("../images/hero-coast.jpg") center/cover}
.hero-copy{max-width:680px;padding:80px 0}
.hero-copy p{font-size:1.18rem;max-width:620px}
.actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.5rem}
.section{padding:100px 0}
.section-soft{background:var(--sand-soft)}
.section-ocean{background:var(--ocean-deep);color:#fff}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}
.card-flat{box-shadow:none}
.photo{border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}
.photo img{aspect-ratio:4/5;object-fit:cover}
.quote{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(2rem,4vw,3.8rem);line-height:1.15;color:var(--ocean-deep)}
.path{min-height:320px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;color:#fff;text-decoration:none;background-size:cover;background-position:center}
.path::before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,39,45,.9),rgba(10,39,45,.06));z-index:0}
.path>*{position:relative;z-index:1}
.path.parents{background-image:url("../handouts/anchoring-family.jpeg")}
.path.individuals{background-image:url("../images/homepage-hero-crisp.svg")}
.path.teens{background-image:url("../handouts/upstairs-downstairs-brain.jpeg")}
.path.professionals{background-image:url("../handouts/structure.jpeg")}
.split-quote{background:var(--ocean-deep);color:#fff;padding:52px;border-radius:34px}
.icon-list{display:grid;gap:15px;margin-top:25px}
.icon-row{display:flex;gap:14px;align-items:flex-start}
.icon{width:40px;height:40px;border-radius:50%;background:var(--foam);color:var(--ocean-deep);display:grid;place-items:center;font-weight:900;flex:0 0 auto}
.page-hero{padding:95px 0;background:linear-gradient(135deg,var(--sand-soft),var(--foam))}
.resource-controls{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px;margin:28px 0}
.field{width:100%;padding:.95rem 1rem;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink)}
.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.resource-card{padding:0;overflow:hidden;display:flex;flex-direction:column}
.resource-card img{width:100%;aspect-ratio:16/10;object-fit:cover;background:#eee}
.resource-body{padding:22px;display:flex;flex-direction:column;flex:1}
.tags{display:flex;flex-wrap:wrap;gap:.42rem;margin:.7rem 0 1rem}
.tag{border-radius:999px;background:var(--foam);color:var(--ocean-deep);padding:.3rem .65rem;font-size:.76rem;font-weight:800}
.resource-actions{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:auto}
.hidden{display:none!important}
.modal{position:fixed;inset:0;background:rgba(4,20,24,.82);display:none;z-index:100;padding:26px;overflow:auto}
.modal.open{display:grid;place-items:center}
.modal-card{background:#fff;width:min(1200px,100%);border-radius:24px;padding:18px;position:relative}
.modal-card img{max-height:78vh;margin:auto;object-fit:contain}
.modal-close{position:absolute;right:14px;top:14px;width:42px;height:42px;border-radius:50%;border:0;background:#fff;box-shadow:var(--shadow);font-size:1.4rem;cursor:pointer}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service-card{min-height:260px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}
form{display:grid;gap:14px}
textarea.field{min-height:150px}
.notice{background:#fff8ef;border-left:4px solid var(--clay);padding:18px;border-radius:12px}
footer{background:#102f36;color:#e9f4f2;padding:70px 0 35px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:32px}
.footer-logo{height:105px;width:auto}
.footer-links{display:grid;gap:.5rem}
.footer-links a{text-decoration:none}
.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:40px;padding-top:22px;color:#bfd0ce;font-size:.85rem}
@media(max-width:920px){
 .nav-toggle{display:block}
 .nav{display:none;position:absolute;left:20px;right:20px;top:78px;background:#fff;padding:20px;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}
 .nav.open{display:flex}
 .grid-2,.contact-grid{grid-template-columns:1fr}
 .grid-3,.resource-grid,.service-grid{grid-template-columns:repeat(2,1fr)}
 .resource-controls{grid-template-columns:1fr}
}
@media(max-width:640px){
 .container{width:min(100% - 28px,1180px)}
 .section{padding:72px 0}
 .grid-3,.resource-grid,.service-grid,.footer-grid{grid-template-columns:1fr}
 .logo{height:52px;max-width:230px}
 .hero{min-height:650px;background:linear-gradient(rgba(247,241,233,.9),rgba(247,241,233,.94)),url("../images/hero-coast.jpg") center/cover}
}


/* Homepage polish */
.hero-lead{font-size:1.2rem;max-width:650px;color:#2d4d53}
.practice-details{display:flex;flex-wrap:wrap;gap:.55rem 1.2rem;margin:1.35rem 0 0;color:var(--ocean-deep);font-weight:700;font-size:.92rem}
.practice-details span{display:flex;align-items:center;gap:.45rem}
.practice-details span::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--clay)}
.intro-section p{font-size:1.06rem;color:#38565c;max-width:670px}
.home-photo img{aspect-ratio:5/4}
.text-link{display:inline-flex;align-items:center;gap:.45rem;color:var(--ocean-deep);font-weight:800;text-decoration:none;border-bottom:1px solid rgba(21,63,72,.28);padding-bottom:.18rem}
.text-link:hover{border-bottom-color:var(--ocean-deep)}
.section-heading{max-width:760px;margin-bottom:40px}
.section-heading p{font-size:1.08rem;color:var(--muted)}
.centered-heading{text-align:center;margin-left:auto;margin-right:auto}
.audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.audience-card{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:22px;padding:28px;min-height:285px}
.audience-card h3{font-size:2rem}
.audience-card p{color:#526b70}
.audience-number{font-family:"Cormorant Garamond",Georgia,serif;font-size:1.35rem;color:var(--clay);font-weight:600;margin-bottom:28px}
.center-action{text-align:center;margin-top:32px}
.approach-grid{align-items:stretch}
.approach-grid>div{display:flex;flex-direction:column;justify-content:center}
.light-eyebrow{color:#b9ddd7}
.btn-light{background:#fff;color:var(--ocean-deep)}
.resource-feature p{font-size:1.08rem;color:#d8e8e5;max-width:640px}
.resource-preview{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.preview-card{min-height:150px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);border-radius:20px;padding:24px;display:flex;align-items:flex-end;font-family:"Cormorant Garamond",Georgia,serif;font-size:1.6rem;font-weight:600}
.final-cta{padding-top:80px;padding-bottom:80px}
.cta-panel{background:linear-gradient(135deg,var(--sand-soft),var(--foam));border:1px solid var(--line);border-radius:34px;padding:48px;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}
.cta-panel h2{font-size:clamp(2.4rem,4.6vw,4.2rem)}
.cta-panel p{max-width:720px;color:#4f696e}
.btn:hover{transform:translateY(-1px)}
.btn{transition:transform .2s ease,box-shadow .2s ease}
.btn-primary:hover{box-shadow:0 10px 25px rgba(21,63,72,.22)}
@media(max-width:1050px){.audience-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:920px){.cta-panel{grid-template-columns:1fr}.resource-preview{margin-top:10px}}
@media(max-width:640px){
 .practice-details{display:grid;gap:.45rem}
 .audience-grid{grid-template-columns:1fr}
 .audience-card{min-height:auto}
 .resource-preview{grid-template-columns:1fr}
 .preview-card{min-height:110px}
 .cta-panel{padding:30px 24px}
 .hero-copy{padding:66px 0}
}

/* Jessica portrait and homepage details */
.portrait-photo img{aspect-ratio:4/5;object-position:center 32%}
.signature-line{margin-top:1.35rem;padding-left:1rem;border-left:3px solid var(--sand);color:var(--ocean-deep)!important}
.inline-links{display:flex;gap:1.2rem;flex-wrap:wrap;margin-top:1.15rem}
@media(max-width:640px){.inline-links{display:grid;gap:.8rem}}


/* Clean editorial homepage hero — rewritten from scratch */
.home-page{padding-top:0}
.home-page .site-header{
  position:fixed;
  inset:0 0 auto;
  z-index:80;
  background:transparent;
  border:0;
  backdrop-filter:none;
  transition:background .25s ease,box-shadow .25s ease,backdrop-filter .25s ease;
}
.home-page .nav-wrap{
  width:min(1340px,calc(100% - 72px));
  min-height:150px;
  transition:min-height .25s ease;
}
.brand{display:flex;align-items:center;text-decoration:none;color:#fff}
.home-page .logo{
  height:126px;
  width:auto;
  filter:drop-shadow(0 2px 10px rgba(0,0,0,.25));
  transition:opacity .2s ease,height .25s ease;
}
.sticky-brand{
  display:none;
  color:#fff;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:1.6rem;
  font-weight:600;
  letter-spacing:.03em;
}
.home-page .nav{gap:1.45rem}
.home-page .nav a:not(.btn){
  color:#fff;
  font-size:1.02rem;
  font-weight:600;
  text-shadow:0 2px 12px rgba(0,0,0,.34);
}
.home-page .nav a:not(.btn):hover{opacity:.78}
.btn-header{
  min-width:150px;
  padding:1.05rem 1.8rem;
  background:#93b9df;
  color:#102f36;
  text-transform:uppercase;
  letter-spacing:.03em;
  font-size:1rem;
}
.home-page .site-header.is-scrolled{
  background:rgba(12,43,50,.94);
  box-shadow:0 8px 30px rgba(5,24,29,.18);
  backdrop-filter:blur(14px);
}
.home-page .site-header.is-scrolled .nav-wrap{min-height:76px}
.home-page .site-header.is-scrolled .logo{display:none}
.home-page .site-header.is-scrolled .sticky-brand{display:block}
.home-page .site-header.is-scrolled .nav a:not(.btn){text-shadow:none}

.home-page .hero-editorial{
  min-height:100svh;
  position:relative;
  display:grid;
  align-items:start;
  color:#fff;
  background-image:
    linear-gradient(90deg,rgba(7,28,34,.73) 0%,rgba(7,28,34,.59) 45%,rgba(7,28,34,.36) 72%,rgba(7,28,34,.45) 100%),
    linear-gradient(0deg,rgba(6,24,30,.42),rgba(6,24,30,.04) 48%),
    url("../images/homepage-hero-crisp.svg");
  background-size:cover;
  background-position:center 56%;
  overflow:hidden;
}
.home-page .hero-layout{
  width:min(1480px,calc(100% - 72px));
  padding:285px 0 100px;
}
.hero-message{max-width:735px}
.home-page .hero-message h1{
  margin:0;
  max-width:735px;
  color:#fff;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(3.2rem,4.4vw,4.85rem);
  font-weight:600;
  line-height:1.02;
  letter-spacing:-.025em;
  text-shadow:0 3px 24px rgba(0,0,0,.35);
}
.meet-jess-link{
  display:inline-block;
  margin-top:1.25rem;
  color:#fff;
  font-size:1.08rem;
  font-weight:600;
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,.72);
  padding-bottom:.15rem;
}
.meet-jess-link:hover{border-color:#93b9df;color:#c7e0f5}
.btn-hero-outline{
  display:flex;
  width:290px;
  margin-top:3.3rem;
  padding:1rem 1.6rem;
  color:#93b9df;
  background:rgba(9,35,42,.16);
  border:2px solid #93b9df;
  text-transform:uppercase;
  letter-spacing:.04em;
  font-size:1rem;
  backdrop-filter:blur(2px);
}
.btn-hero-outline:hover{background:#93b9df;color:#102f36}

@media(max-width:1050px){
  .home-page .nav-wrap,.home-page .hero-layout{width:min(100% - 48px,1340px)}
  .home-page .nav{gap:.9rem}
  .home-page .nav a:not(.btn){font-size:.92rem}
  .home-page .hero-layout{padding-top:245px}
}
@media(max-width:920px){
  .home-page .nav-wrap{min-height:105px}
  .home-page .logo{height:88px}
  .home-page .nav-toggle{display:block;color:#fff;background:rgba(10,40,47,.66);border-color:rgba(255,255,255,.35)}
  .home-page .nav{top:88px;background:rgba(11,43,50,.98);border-color:rgba(255,255,255,.14)}
  .home-page .nav a{color:#fff!important}
  .home-page .site-header.is-scrolled .nav{top:68px}
  .home-page .hero-layout{padding:205px 0 80px}
  .home-page .hero-message h1{font-size:clamp(3rem,7vw,4.2rem)}
}
@media(max-width:640px){
  .home-page .nav-wrap,.home-page .hero-layout{width:min(100% - 30px,1340px)}
  .home-page .hero-editorial{
    min-height:760px;
    background-position:38% center;
    background-image:
      linear-gradient(90deg,rgba(6,28,34,.84),rgba(6,28,34,.55)),
      linear-gradient(0deg,rgba(6,24,30,.38),rgba(6,24,30,.05)),
      url("../images/homepage-hero-crisp.svg");
  }
  .home-page .hero-layout{padding:150px 0 58px}
  .home-page .hero-message h1{font-size:clamp(2.65rem,13vw,3.75rem);line-height:1.02}
  .btn-hero-outline{width:100%;margin-top:2.35rem}
  .home-page .site-header.is-scrolled .sticky-brand{font-size:1.35rem}
}

/* Editorial About page */
.about-page .site-header{background:rgba(250,248,244,.92)}
.about-page .nav a[aria-current="page"]{color:var(--ocean-deep);border-bottom:1px solid rgba(21,63,72,.45)}
.about-hero{padding:72px 0 0;background:linear-gradient(110deg,#f6f0e7 0%,#edf5f3 100%)}
.about-hero-heading{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.72fr);gap:72px;align-items:end;padding-bottom:54px}
.about-hero h1{font-size:clamp(4.4rem,8.5vw,8.6rem);line-height:.83;letter-spacing:-.045em;max-width:900px}
.about-hero-heading p{font-size:1.12rem;line-height:1.75;color:#405f65;max-width:530px;margin:0 0 .75rem}
.about-photo-wrap{width:100%;overflow:hidden;background:#dce7e4}
.about-photo-wrap img{display:block;width:100%;height:min(68vw,820px);object-fit:cover;object-position:center 46%}
.about-intro-section{background:#fffdf9}
.about-intro-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:start}
.about-intro-grid h2{font-size:clamp(3rem,5.6vw,5.5rem);line-height:.95;max-width:570px}
.about-copy{max-width:760px}
.about-copy>p{font-size:1.1rem;line-height:1.8;color:#36545a}
.about-copy blockquote{margin:2.2rem 0;padding:2rem 0 2rem 2rem;border-left:2px solid var(--clay);display:grid;gap:.6rem}
.about-copy blockquote span{font-size:1rem;color:#6c7c7e}
.about-copy blockquote strong{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(2rem,3.4vw,3.25rem);line-height:1.08;color:var(--ocean-deep);font-weight:500}
.about-populations-section{background:#eef5f3}
.about-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.about-service-card{background:rgba(255,255,255,.78);border:1px solid rgba(21,63,72,.14);border-radius:26px;padding:32px;min-height:100%;display:flex;flex-direction:column}
.about-service-card h3{font-size:2.2rem;margin-top:1.4rem}
.about-service-card p{color:#526b70;line-height:1.72}
.line-icon{width:58px;height:58px;color:var(--ocean-deep)}
.line-icon svg{width:100%;height:100%;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.about-approach-section{background:#fffdf9}
.about-approach-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;align-items:start}
.about-approach-grid>div:first-child{position:sticky;top:120px}
.about-approach-grid h2{font-size:clamp(3rem,5.2vw,5.1rem);line-height:.96}
.about-approach-grid>div:first-child p{font-size:1.06rem;color:#49666b;max-width:600px}
.approach-list{border-top:1px solid var(--line)}
.approach-list>div{display:grid;grid-template-columns:46px 190px 1fr;gap:22px;padding:24px 0;border-bottom:1px solid var(--line);align-items:start}
.approach-list span{font-family:"Cormorant Garamond",Georgia,serif;font-size:1.2rem;color:var(--clay)}
.approach-list strong{font-size:1rem;color:var(--ocean-deep)}
.approach-list p{margin:0;color:#5b7074;line-height:1.6}
.about-cta-panel{background:linear-gradient(135deg,#edf5f3,#f8f1e8)}
@media(max-width:1000px){
  .about-hero-heading,.about-intro-grid,.about-approach-grid{grid-template-columns:1fr;gap:40px}
  .about-hero h1{max-width:760px}
  .about-card-grid{grid-template-columns:1fr}
  .about-approach-grid>div:first-child{position:static}
}
@media(max-width:700px){
  .about-hero{padding-top:42px}
  .about-hero-heading{padding-bottom:36px}
  .about-hero h1{font-size:clamp(3.65rem,18vw,5.4rem)}
  .about-photo-wrap img{height:68vh;min-height:480px;object-position:61% center}
  .about-intro-section,.about-populations-section,.about-approach-section{padding-top:68px;padding-bottom:68px}
  .about-service-card{padding:26px}
  .approach-list>div{grid-template-columns:36px 1fr;gap:10px 16px}
  .approach-list p{grid-column:2}
}

/* Split-screen Philosophy page */
.philosophy-page .site-header{background:rgba(250,248,244,.96)}
.philosophy-page .nav a[aria-current="page"]{color:var(--ocean-deep);border-bottom:1px solid rgba(21,63,72,.45)}
.philosophy-split-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  min-height:calc(100svh - 96px);
  background:#fff;
}
.philosophy-image-panel{min-height:720px;overflow:hidden;background:#dbe5e3}
.philosophy-image-panel img{
  width:100%;
  height:100%;
  min-height:720px;
  display:block;
  object-fit:cover;
  object-position:center 48%;
}
.philosophy-copy-panel{
  display:flex;
  align-items:center;
  background:#fff;
  padding:80px clamp(42px,7vw,120px);
}
.philosophy-copy-inner{max-width:640px}
.philosophy-copy-inner .eyebrow{margin-bottom:2rem}
.philosophy-copy-inner h1{
  margin:0 0 2.5rem;
  max-width:620px;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(4rem,6vw,6.7rem);
  line-height:.88;
  letter-spacing:-.045em;
  font-weight:600;
  color:var(--ocean-deep);
}
.philosophy-copy-inner p{
  max-width:570px;
  color:#314e54;
  font-size:1.08rem;
  line-height:1.75;
}
.philosophy-copy-inner .philosophy-lead{
  margin-bottom:1.2rem;
  font-size:1.22rem;
  line-height:1.65;
  color:var(--ocean-deep);
  font-weight:500;
}
.philosophy-belief-section{background:#fffdf9}
.philosophy-belief-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:90px;
  align-items:start;
}
.philosophy-belief-grid h2{
  margin:0;
  max-width:600px;
  font-size:clamp(3.4rem,5.3vw,5.7rem);
  line-height:.96;
  letter-spacing:-.035em;
}
.philosophy-body-copy{max-width:700px}
.philosophy-body-copy p{font-size:1.08rem;line-height:1.8;color:#456269}
.philosophy-body-copy blockquote{
  margin:2.4rem 0 0;
  padding:1.65rem 0 1.65rem 1.6rem;
  border-left:2px solid var(--clay);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(2rem,3vw,3rem);
  line-height:1.12;
  color:var(--ocean-deep);
}
.philosophy-principles-section{background:#eef5f3}
.philosophy-principles-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:46px;
}
.philosophy-principles-grid article{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(21,63,72,.13);
  border-radius:24px;
  padding:32px;
}
.philosophy-principles-grid span{
  display:block;
  margin-bottom:1.4rem;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:1.2rem;
  color:var(--clay);
}
.philosophy-principles-grid h3{font-size:2rem;line-height:1.05}
.philosophy-principles-grid p{color:#526b70;line-height:1.7}
@media(max-width:980px){
  .philosophy-split-hero{grid-template-columns:1fr;min-height:auto}
  .philosophy-image-panel,.philosophy-image-panel img{min-height:560px;height:65vh}
  .philosophy-copy-panel{padding:68px 36px}
  .philosophy-copy-inner{max-width:760px}
  .philosophy-belief-grid{grid-template-columns:1fr;gap:38px}
  .philosophy-principles-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .philosophy-image-panel,.philosophy-image-panel img{min-height:460px;height:58vh}
  .philosophy-image-panel img{object-position:center 45%}
  .philosophy-copy-panel{padding:52px 24px 60px}
  .philosophy-copy-inner h1{font-size:clamp(3.35rem,15vw,4.8rem)}
  .philosophy-copy-inner p{font-size:1rem}
  .philosophy-belief-section,.philosophy-principles-section{padding-top:68px;padding-bottom:68px}
  .philosophy-principles-grid article{padding:26px}
}

/* The Toolkit */
.toolkit-page .nav a[aria-current="page"]{color:var(--ocean-deep);border-bottom:1px solid rgba(21,63,72,.42)}
.toolkit-hero{padding:105px 0 92px;background:linear-gradient(135deg,#f6efe5 0%,#eaf4f1 58%,#dcebe8 100%);position:relative;overflow:hidden}
.toolkit-hero::after{content:"";position:absolute;width:440px;height:440px;border:1px solid rgba(47,105,115,.14);border-radius:50%;right:-120px;top:-210px;box-shadow:0 0 0 52px rgba(255,255,255,.14),0 0 0 104px rgba(255,255,255,.08)}
.toolkit-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:72px;align-items:center;position:relative;z-index:1}
.toolkit-hero h1{font-size:clamp(5rem,9vw,9rem);line-height:.82;letter-spacing:-.045em;margin:.12em 0 .16em}
.toolkit-lead{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.12;color:var(--ocean-deep);margin-bottom:1rem}
.toolkit-intro{max-width:680px;font-size:1.08rem;color:#49666b}
.toolkit-search-panel{background:rgba(255,255,255,.78);border:1px solid rgba(21,63,72,.13);border-radius:28px;padding:32px;box-shadow:0 22px 55px rgba(24,54,61,.12);backdrop-filter:blur(12px)}
.toolkit-search-panel label{display:block;font-family:"Cormorant Garamond",Georgia,serif;font-size:1.72rem;font-weight:600;margin-bottom:14px;color:var(--ocean-deep)}
.toolkit-search-wrap{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid rgba(24,54,61,.2);border-radius:16px;padding:0 16px;box-shadow:0 8px 22px rgba(24,54,61,.06)}
.toolkit-search-wrap span{font-size:1.65rem;color:var(--ocean)}
.toolkit-search-wrap input{width:100%;border:0;outline:0;padding:1.08rem 0;background:transparent;color:var(--ink)}
.popular-searches{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:16px;align-items:center;font-size:.78rem}
.popular-searches span{font-weight:800;color:var(--muted)}
.popular-searches button{border:0;background:var(--foam);color:var(--ocean-deep);border-radius:999px;padding:.38rem .68rem;font-weight:700;cursor:pointer}
.toolkit-explore{background:#fffdf9}
.toolkit-heading-row{display:flex;justify-content:space-between;gap:30px;align-items:end;max-width:none}
.journey-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.journey-card{border:1px solid rgba(21,63,72,.14);background:#fff;border-radius:22px;padding:24px;text-align:left;display:flex;gap:16px;align-items:flex-start;color:var(--ink);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.journey-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:rgba(47,105,115,.35)}
.journey-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:var(--foam);color:var(--ocean-deep);font-family:"Cormorant Garamond",Georgia,serif;font-size:1.55rem;flex:0 0 auto}
.journey-card strong{display:block;font-family:"Cormorant Garamond",Georgia,serif;font-size:1.55rem;line-height:1.05;color:var(--ocean-deep)}
.journey-card small{display:block;margin-top:7px;color:var(--muted);line-height:1.45}
.library-header{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}
.library-header h2{margin-bottom:0}
#resource-count{color:var(--ocean);font-size:.92rem}
.toolkit-layout{display:grid;grid-template-columns:245px minmax(0,1fr);gap:38px;align-items:start}
.toolkit-filters{position:sticky;top:112px;background:rgba(255,255,255,.75);border:1px solid var(--line);border-radius:22px;padding:22px}
.filter-group+.filter-group{margin-top:24px}
.filter-label{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:800;color:var(--ocean-deep);margin-bottom:12px}
.filter-chips{display:flex;flex-wrap:wrap;gap:8px}
.filter-chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:.48rem .72rem;color:var(--ink);font-size:.8rem;font-weight:700;cursor:pointer}
.filter-chip.active{background:var(--ocean-deep);color:#fff;border-color:var(--ocean-deep)}
.clear-filters{margin-top:22px;border:0;background:transparent;color:var(--ocean-deep);font-weight:800;text-decoration:underline;text-underline-offset:4px;cursor:pointer;padding:0}
.active-filter-note{margin-bottom:18px;padding:12px 16px;background:#fff;border:1px solid var(--line);border-radius:14px;color:#4b666b;font-size:.9rem}
.toolkit-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.toolkit-resource-grid .resource-card{box-shadow:none;border-radius:22px;transition:transform .2s ease,box-shadow .2s ease}
.toolkit-resource-grid .resource-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(24,54,61,.11)}
.toolkit-resource-grid .resource-card img{aspect-ratio:16/10;object-position:top center}
.resource-type-row{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:10px}
.resource-type{font-size:.73rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--ocean)}
.featured-badge{font-size:.7rem;background:#f2e6d7;color:#7a5138;border-radius:999px;padding:.3rem .55rem;font-weight:800}
.toolkit-resource-grid h3{font-size:2rem;line-height:1.05}
.toolkit-resource-grid .resource-body>p{color:#5a7074;line-height:1.62}
.toolkit-resource-grid .resource-actions .btn{font-size:.83rem;padding:.72rem 1rem}
.resource-empty{text-align:center;background:#fff;border:1px dashed rgba(21,63,72,.28);border-radius:24px;padding:70px 24px}
.resource-empty h3{font-size:2.4rem}
.toolkit-note{background:#fffdf9}
.toolkit-note-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;padding:54px;border:1px solid var(--line);border-radius:30px;background:linear-gradient(135deg,#f7f1e9,#edf5f3)}
.toolkit-note-panel h2{font-size:clamp(2.5rem,4.5vw,4.2rem)}
.toolkit-note-panel>p{font-size:1.05rem;color:#4e696e}
.toolkit-modal-card{padding:24px}
.modal-heading{padding:10px 62px 18px 10px}
.modal-heading h2{font-size:2.2rem;margin-top:.25rem}
@media(max-width:1050px){
 .toolkit-hero-grid{grid-template-columns:1fr;gap:38px}
 .journey-grid{grid-template-columns:repeat(2,1fr)}
 .toolkit-layout{grid-template-columns:1fr}
 .toolkit-filters{position:static;display:grid;grid-template-columns:1fr 1fr auto;gap:20px;align-items:end}
 .filter-group+.filter-group{margin-top:0}
 .clear-filters{margin:0 0 .7rem}
}
@media(max-width:760px){
 .toolkit-hero{padding:72px 0 62px}
 .toolkit-hero h1{font-size:clamp(4.4rem,20vw,6.8rem)}
 .toolkit-search-panel{padding:24px}
 .journey-grid,.toolkit-resource-grid{grid-template-columns:1fr}
 .toolkit-filters{grid-template-columns:1fr}
 .clear-filters{margin:0}
 .library-header{align-items:start;flex-direction:column}
 .toolkit-note-panel{grid-template-columns:1fr;gap:22px;padding:32px 24px}
}
@media(max-width:500px){
 .journey-card{padding:20px}
 .toolkit-search-panel label{font-size:1.45rem}
 .popular-searches span{width:100%}
}


/* Ocean-inspired Toolkit redesign */
.ocean-toolkit-hero{min-height:610px;padding:78px 0 120px;background-image:linear-gradient(90deg,rgba(247,243,235,.93) 0%,rgba(247,243,235,.75) 40%,rgba(228,240,239,.52) 100%),url("../images/hero-coast.jpg");background-size:cover;background-position:center 58%;isolation:isolate}
.ocean-toolkit-hero::after{display:none}.toolkit-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(231,242,241,.08));z-index:-1}.ocean-toolkit-hero .toolkit-hero-grid{grid-template-columns:minmax(0,1fr) minmax(430px,.82fr);gap:88px}.ocean-toolkit-hero .toolkit-hero-copy{padding-top:12px}.ocean-toolkit-hero h1{font-size:clamp(5rem,7.2vw,8.2rem);line-height:.82}.ocean-toolkit-hero .toolkit-search-panel{background:rgba(255,255,255,.88);border-color:rgba(21,63,72,.1);box-shadow:0 24px 70px rgba(31,62,68,.16);padding:38px 42px}.ocean-toolkit-hero .toolkit-search-panel label{font-size:2rem}.hero-wave{position:absolute;left:-3%;right:-3%;bottom:-54px;height:105px;background:#fffdf9;border-radius:50% 50% 0 0/52% 52% 0 0;transform:rotate(-1deg)}
.centered-heading{text-align:center;margin-bottom:30px}.centered-heading h2{margin:0;font-size:clamp(2.5rem,4vw,4rem)}.wave-mark{display:block;color:#8caeb1;font-size:2rem;line-height:.65;margin-top:5px}.toolkit-journeys{background:#fffdf9;padding-top:66px;padding-bottom:42px}.journey-grid-six{grid-template-columns:repeat(6,1fr);gap:12px}.journey-grid-six .journey-card{min-height:174px;padding:18px 16px;display:grid;grid-template-columns:66px 1fr;gap:10px;background:linear-gradient(145deg,#fbf8f2,#f3eee5);border-radius:17px;overflow:hidden;position:relative}.journey-grid-six .journey-card::after{content:"";position:absolute;inset:auto -26px -42px auto;width:95px;height:95px;border-radius:50%;background:rgba(180,205,198,.22)}.journey-grid-six .journey-art{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(160deg,#e9eee4,#d8e3db);font-size:2rem;color:#54756d;margin-top:4px}.journey-grid-six .journey-card strong{font-size:1.3rem}.journey-grid-six .journey-card small{font-size:.78rem}.journey-grid-six .journey-card b{display:block;margin-top:10px;font-weight:400;font-size:1.2rem}.journey-wave .journey-art{background:linear-gradient(160deg,#dbe9eb,#aac8cc);color:#316c76}.journey-stones .journey-art{background:linear-gradient(160deg,#d7e0dd,#8ba09b);color:#425e5d}.journey-leaf .journey-art{background:linear-gradient(160deg,#ecf0df,#b7c49e);color:#718159}.journey-sun .journey-art{background:linear-gradient(160deg,#fff2da,#e9caa0);color:#b48a55}.journey-shell .journey-art{background:linear-gradient(160deg,#f5eee6,#dbc9bb);color:#937d70}
.toolkit-browse-band{padding:28px 0 34px;background:linear-gradient(100deg,#edf4f2,#f6f7f2 48%,#e8f0ef);border-top:1px solid rgba(21,63,72,.06);border-bottom:1px solid rgba(21,63,72,.08)}.browse-band-grid{display:grid;grid-template-columns:.85fr 1.35fr 1fr;gap:0}.browse-column{padding:0 42px;border-right:1px solid rgba(21,63,72,.12)}.browse-column:first-child{padding-left:0}.browse-column:last-child{border:0;padding-right:0}.browse-column h3{font-size:1.55rem;margin-bottom:17px}.browse-link-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 22px}.browse-link-grid button,.topic-cloud button{border:0;background:transparent;color:#294950;text-align:left;padding:0;font:inherit;cursor:pointer}.browse-link-grid button::before{content:"◌";margin-right:8px;color:#426c72}.small-pill{margin-top:18px;border:0;border-radius:999px;background:var(--ocean-deep);color:#fff;padding:.55rem 1.25rem;font-weight:700;cursor:pointer}.topic-cloud{display:flex;flex-wrap:wrap;justify-content:center;gap:7px}.topic-cloud button{padding:.34rem .65rem;border-radius:999px;background:rgba(178,202,195,.48);font-size:.78rem;font-weight:700}.browse-topics{text-align:center}.text-link{display:inline-block;margin-top:14px;color:var(--ocean-deep);text-decoration:underline;text-underline-offset:4px;font-size:.82rem}.resource-type-list{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;color:#294950;font-size:.82rem}
.featured-collections{background:#fffdf9;padding-top:30px}.collection-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.collection-card{min-height:190px;border:0;border-radius:18px;overflow:hidden;text-align:left;padding:18px;color:#fff;position:relative;display:flex;flex-direction:column;justify-content:flex-end;cursor:pointer;background-size:cover;background-position:center;box-shadow:0 10px 25px rgba(27,55,60,.12)}.collection-card::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,45,49,.05),rgba(18,45,49,.72))}.collection-card>*{position:relative}.collection-card span{align-self:flex-start;background:#fff;color:#1f5058;border-radius:999px;padding:.28rem .5rem;text-transform:uppercase;letter-spacing:.08em;font-size:.58rem;font-weight:800;margin-bottom:14px}.collection-card strong{font-family:"Cormorant Garamond",Georgia,serif;font-size:1.65rem;line-height:1}.collection-card small{font-size:.75rem;line-height:1.35;margin-top:5px}.collection-stones{background-image:url("../images/philosophy-coast.jpg")}.collection-calm{background-image:url("../images/hero-coast.jpg")}.collection-parent{background-image:linear-gradient(120deg,#9eae94,#667f70)}.collection-play{background-image:linear-gradient(120deg,#a9b9b5,#718d87)}.collection-compassion{background-image:linear-gradient(120deg,#ccbda8,#8b8074)}
@media(max-width:1200px){.journey-grid-six{grid-template-columns:repeat(3,1fr)}.collection-grid{grid-template-columns:repeat(3,1fr)}.ocean-toolkit-hero .toolkit-hero-grid{gap:45px}.browse-column{padding:0 24px}}
@media(max-width:900px){.ocean-toolkit-hero .toolkit-hero-grid{grid-template-columns:1fr}.browse-band-grid{grid-template-columns:1fr}.browse-column{padding:24px 0;border-right:0;border-bottom:1px solid rgba(21,63,72,.12)}.browse-column:last-child{border:0}.collection-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.ocean-toolkit-hero{padding:60px 0 105px;min-height:auto;background-position:45% center}.ocean-toolkit-hero .toolkit-search-panel{padding:25px 22px}.journey-grid-six{grid-template-columns:1fr}.collection-grid{grid-template-columns:1fr}.browse-link-grid,.resource-type-list{grid-template-columns:1fr 1fr}.toolkit-journeys{padding-top:40px}}

/* Clean editorial Toolkit redesign */
.toolkit-clean-page{background:#fbfaf7}.clean-toolkit-hero{position:relative;overflow:hidden;background:linear-gradient(90deg,#f5f1ea 0%,#faf8f4 58%,#f3eee7 100%);border-bottom:1px solid rgba(18,64,73,.08)}
.clean-toolkit-grid{position:relative;min-height:390px;display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:center;padding-top:56px;padding-bottom:48px}.clean-toolkit-copy{position:relative;z-index:2;max-width:610px}.clean-toolkit-copy h1{font-size:clamp(4.6rem,7.2vw,7.2rem);line-height:.86;margin:.18rem 0 1.25rem;letter-spacing:-.045em}.clean-toolkit-lead{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,3vw,3rem);line-height:1.08;color:var(--ink);margin:0 0 1.1rem}.clean-toolkit-intro{font-size:1.02rem;line-height:1.75;max-width:600px;color:#253e43;margin:0}.clean-search-card{position:relative;z-index:3;background:rgba(255,255,255,.9);border:1px solid rgba(20,65,73,.12);box-shadow:0 18px 46px rgba(31,63,67,.10);border-radius:18px;padding:30px;max-width:560px}.clean-search-card h2{font-size:2rem;margin:0 0 18px}.clean-search-wrap{background:#fff}.clean-popular{margin-top:18px}.clean-popular button{background:#e7eeeb}.clean-hero-vase{position:absolute;right:-18px;bottom:0;width:350px;height:380px;object-fit:cover;object-position:left center;mix-blend-mode:multiply;opacity:.98;z-index:1;pointer-events:none}
.clean-discovery{padding-top:26px;padding-bottom:26px}.clean-discovery h2,.clean-featured h2{font-size:2rem;margin:0 0 18px}.audience-row{display:grid;grid-template-columns:repeat(6,1fr);border-bottom:1px solid rgba(18,64,73,.16);padding-bottom:18px}.audience-row button{appearance:none;border:0;border-right:1px solid rgba(18,64,73,.13);background:transparent;color:var(--ink);font:500 .95rem "Manrope",sans-serif;padding:5px 18px;display:flex;gap:10px;align-items:center;justify-content:flex-start;cursor:pointer}.audience-row button:first-child{padding-left:0}.audience-row button:last-child{border-right:0}.audience-row span{font-size:1.25rem;color:#2f6670}.topic-row{display:flex;gap:30px;align-items:center;flex-wrap:wrap;padding-top:16px}.topic-row button,.topic-row a{appearance:none;background:transparent;border:0;color:#193c43;font:500 .86rem "Manrope",sans-serif;padding:0;cursor:pointer;text-decoration:none}.topic-row button:hover,.topic-row a:hover{text-decoration:underline}
.clean-featured{padding-top:18px}.clean-featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.editorial-card{appearance:none;text-align:left;padding:0;border:1px solid rgba(18,64,73,.13);border-radius:13px;overflow:hidden;background:#fff;cursor:pointer;box-shadow:0 6px 16px rgba(30,55,58,.035);transition:transform .25s ease,box-shadow .25s ease}.editorial-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(30,55,58,.09)}.editorial-card img{display:block;width:100%;aspect-ratio:1.9/1;object-fit:cover}.editorial-card-body{display:block;padding:18px 18px 20px}.editorial-card small{display:inline-block;text-transform:uppercase;letter-spacing:.08em;font-size:.62rem;font-style:normal;background:#dfe9e2;border-radius:999px;padding:4px 9px;color:#193e42;margin-bottom:10px}.editorial-card strong{display:block;font:500 1.48rem/1.05 'Cormorant Garamond',serif;color:var(--ink);margin-bottom:8px}.editorial-card em{display:block;font:400 .88rem/1.55 "Manrope",sans-serif;color:#344e53}.browse-all-link{display:flex;justify-content:center;gap:14px;margin-top:24px;color:var(--ink);text-decoration:none;font-weight:500}.clean-library{margin-top:12px}
@media(max-width:1050px){.clean-toolkit-grid{grid-template-columns:1fr;gap:28px}.clean-search-card{max-width:700px}.clean-hero-vase{opacity:.2;right:-70px}.audience-row{grid-template-columns:repeat(3,1fr);row-gap:14px}.audience-row button:nth-child(3){border-right:0}.clean-featured-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.clean-toolkit-grid{padding-top:38px;min-height:auto}.clean-toolkit-copy h1{font-size:4.2rem}.clean-toolkit-lead br{display:none}.clean-search-card{padding:22px}.clean-hero-vase{display:none}.audience-row{grid-template-columns:repeat(2,1fr)}.audience-row button{border-right:0;padding-left:0}.topic-row{gap:16px 22px}.clean-featured-grid{grid-template-columns:1fr}}

/* Full-width lighthouse background for The Toolbox hero */
.toolkit-clean-page .clean-toolkit-hero{
  position:relative;
  overflow:hidden;
  min-height:560px;
  border-bottom:1px solid rgba(18,64,73,.08);
  background:
    linear-gradient(90deg,rgba(250,247,241,.96) 0%,rgba(250,247,241,.90) 34%,rgba(250,247,241,.58) 58%,rgba(250,247,241,.18) 100%),
    url("../images/toolbox-lighthouse.jpg") center 48%/cover no-repeat;
}
.toolkit-clean-page .clean-toolkit-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(247,244,238,.16));
}
.toolkit-clean-page .clean-toolkit-grid{
  position:relative;
  z-index:1;
  min-height:560px;
  grid-template-columns:minmax(0,1.06fr) minmax(420px,.94fr);
  gap:72px;
  padding-top:72px;
  padding-bottom:72px;
}
.toolkit-clean-page .clean-toolkit-copy{max-width:650px}
.toolkit-clean-page .clean-search-card{
  justify-self:end;
  width:min(100%,560px);
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:0 22px 60px rgba(31,63,67,.14);
}
.toolkit-clean-page .clean-hero-vase{display:none!important}
@media(max-width:1050px){
  .toolkit-clean-page .clean-toolkit-hero{background-position:42% center}
  .toolkit-clean-page .clean-toolkit-grid{grid-template-columns:1fr;gap:30px;min-height:auto}
  .toolkit-clean-page .clean-search-card{justify-self:start;max-width:700px}
}
@media(max-width:680px){
  .toolkit-clean-page .clean-toolkit-hero{
    min-height:auto;
    background:
      linear-gradient(180deg,rgba(250,247,241,.94) 0%,rgba(250,247,241,.82) 58%,rgba(250,247,241,.72) 100%),
      url("../images/toolbox-lighthouse.jpg") 64% center/cover no-repeat;
  }
  .toolkit-clean-page .clean-toolkit-grid{padding-top:44px;padding-bottom:48px}
}


/* Toolbox hero search feedback */
.hero-search-status {
  margin-top: 14px;
  color: var(--ink-muted, #53676d);
  font-size: 0.92rem;
  line-height: 1.45;
}
.hero-search-status a {
  color: var(--deep-teal, #123f49);
  font-weight: 700;
  text-underline-offset: 4px;
}
.clean-search-card {
  padding-bottom: 2rem;
}

/* Full handout viewer and clickable resource cards */
.resource-card-open{cursor:pointer;outline:none}
.resource-card-open:focus-visible{box-shadow:0 0 0 4px rgba(29,91,103,.22),0 16px 38px rgba(24,54,61,.11);transform:translateY(-3px)}
.resource-card-open .resource-actions{align-items:center;justify-content:space-between}
.open-resource-label{font-weight:800;color:var(--ocean-deep);font-size:.86rem}
.resource-download{position:relative;z-index:2}
.modal{padding:14px}
.modal.open{display:block}
.toolkit-modal-card{width:min(1500px,100%);height:calc(100vh - 28px);display:flex;flex-direction:column;padding:18px;overflow:hidden;border-radius:20px}
.modal-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:4px 60px 14px 8px;flex:0 0 auto}
.modal-heading h2{font-size:clamp(1.55rem,3vw,2.25rem);margin:0.15rem 0 0}
.resource-viewer{min-height:0;flex:1;background:#e8ecec;border-radius:14px;overflow:auto;display:flex;align-items:flex-start;justify-content:center}
.resource-pdf{width:100%;height:100%;min-height:650px;border:0;background:#fff}
.resource-full-image{display:block;width:auto;max-width:100%;height:auto;max-height:none;margin:0 auto;background:#fff}
@media(max-width:760px){
  .modal{padding:0}
  .toolkit-modal-card{height:100vh;border-radius:0;padding:10px}
  .modal-heading{align-items:flex-start;padding:4px 48px 10px 4px}
  .modal-heading .btn{display:none}
  .resource-pdf{min-height:calc(100vh - 105px)}
  .open-resource-label{font-size:.8rem}
}

/* 2026 designer polish — Toolbox */
.toolkit-clean-page{
  --toolbox-ink:#17363d;--toolbox-blue:#2d6873;--toolbox-mist:#dfeae8;
  --toolbox-sand:#eadfce;--toolbox-paper:#fbfaf7;--toolbox-copper:#9b6b4b;
  background:var(--toolbox-paper);
}
.toolkit-clean-page h1,.toolkit-clean-page h2,.toolkit-clean-page h3,
.toolkit-clean-page .clean-toolkit-lead,.toolkit-clean-page .editorial-card strong,
.toolkit-clean-page .resource-card h3{
  font-family:"Cormorant Garamond",Georgia,serif;
  text-wrap:balance;
}
.toolkit-clean-page .clean-toolkit-copy h1{font-weight:500;letter-spacing:-.055em}
.toolkit-clean-page .clean-toolkit-lead{font-weight:400;font-style:italic;letter-spacing:-.018em}
.toolkit-clean-page .clean-toolkit-hero{
  min-height:650px;
  background-image:
    radial-gradient(circle at 76% 48%,transparent 0,rgba(8,29,34,.08) 58%,rgba(8,29,34,.28) 100%),
    linear-gradient(90deg,rgba(8,31,37,.78) 0%,rgba(8,31,37,.58) 40%,rgba(8,31,37,.18) 72%,rgba(8,31,37,.08) 100%),
    url("../images/toolbox-lighthouse.jpg");
  background-position:center 52%;background-size:cover;color:#fff;
}
.toolkit-clean-page .clean-toolkit-hero::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.16;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E")}
.toolkit-clean-page .clean-toolkit-grid{min-height:650px;padding-top:86px;padding-bottom:78px}
.toolkit-clean-page .clean-toolkit-copy h1,.toolkit-clean-page .clean-toolkit-lead,.toolkit-clean-page .clean-toolkit-intro{color:#fff;text-shadow:0 3px 24px rgba(0,0,0,.28)}
.toolkit-clean-page .clean-toolkit-intro{max-width:620px;color:rgba(255,255,255,.9)}
.toolkit-clean-page .clean-toolkit-copy .eyebrow{color:#dcebe9}
.toolkit-clean-page .clean-search-card{background:rgba(248,247,242,.82);backdrop-filter:blur(18px) saturate(1.1);border:1px solid rgba(255,255,255,.48);box-shadow:0 28px 70px rgba(4,23,28,.28);border-radius:4px;padding:34px}
.toolkit-clean-page .clean-search-card h2{font-weight:500;color:var(--toolbox-ink)}
.toolkit-clean-page .toolkit-search-wrap{border-radius:2px;border:1px solid rgba(23,54,61,.22);box-shadow:0 8px 25px rgba(23,54,61,.08);transition:border-color .25s,box-shadow .25s,transform .25s}
.toolkit-clean-page .toolkit-search-wrap:focus-within{border-color:var(--toolbox-blue);box-shadow:0 0 0 4px rgba(45,104,115,.12),0 14px 34px rgba(23,54,61,.12);transform:translateY(-1px)}
.clean-discovery,.clean-featured,.clean-library{position:relative}
.clean-discovery{padding:54px 0 38px}.clean-featured{padding:64px 0 90px}
.clean-discovery h2,.clean-featured h2{font-size:clamp(2.4rem,4vw,3.8rem);font-weight:500}
.topic-row{gap:12px}.topic-row button,.topic-row a{padding:.62rem .9rem;border:1px solid rgba(23,54,61,.13);border-radius:999px;background:rgba(255,255,255,.72);transition:all .22s ease}
.topic-row button:hover,.topic-row a:hover{background:var(--toolbox-ink);color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 20px rgba(23,54,61,.12)}
.clean-featured-grid{gap:26px}.editorial-card{border-radius:2px;border:0;box-shadow:0 12px 34px rgba(20,48,55,.08);transition:transform .38s cubic-bezier(.2,.8,.2,1),box-shadow .38s ease}
.editorial-card:hover{transform:translateY(-8px);box-shadow:0 24px 52px rgba(20,48,55,.15)}
.editorial-card img{transition:transform .7s cubic-bezier(.2,.8,.2,1);aspect-ratio:1.65/1}.editorial-card:hover img{transform:scale(1.045)}
.editorial-card-body{padding:24px 22px 26px}.editorial-card strong{font-size:1.85rem}.editorial-card small{border-radius:2px;letter-spacing:.14em;background:transparent;border-left:2px solid var(--toolbox-copper);padding:2px 0 2px 9px}
.browse-all-link span,.open-resource-label span{display:inline-block;transition:transform .22s}.browse-all-link:hover span,.resource-card:hover .open-resource-label span{transform:translateX(5px)}
.clean-library{padding-top:105px;padding-bottom:120px;background:#f2f4f1}.library-header{padding-bottom:28px;border-bottom:1px solid rgba(23,54,61,.14);margin-bottom:38px}
.toolkit-filters{position:sticky;top:115px;background:rgba(255,255,255,.74);backdrop-filter:blur(12px);border:1px solid rgba(23,54,61,.11);border-radius:3px;padding:24px;box-shadow:0 12px 34px rgba(23,54,61,.06)}
.toolkit-resource-grid{gap:30px}.toolkit-resource-grid .resource-card{border:0;border-radius:2px;background:#fff;box-shadow:0 10px 30px rgba(23,54,61,.07);transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease}
.toolkit-resource-grid .resource-card:hover{transform:translateY(-7px);box-shadow:0 24px 52px rgba(23,54,61,.14)}
.toolkit-resource-grid .resource-card img{transition:transform .65s ease;aspect-ratio:4/3}.toolkit-resource-grid .resource-card:hover img{transform:scale(1.035)}
.resource-body{padding:26px}.resource-card h3{font-size:2rem;font-weight:500}.tag{border-radius:2px;background:#edf2ef;font-weight:600;color:#35565c}
.toolkit-modal-card{border-radius:3px;box-shadow:0 32px 100px rgba(0,0,0,.35)}.modal{backdrop-filter:blur(12px)}
.toolkit-note{padding:120px 0;background:var(--toolbox-paper)}
.toolkit-note-editorial{display:grid;grid-template-columns:1px minmax(130px,.32fr) 1fr 80px;gap:42px;align-items:start;padding:0 28px}
.note-rule{width:1px;height:100%;min-height:280px;background:linear-gradient(var(--toolbox-copper),rgba(155,107,75,.1))}
.note-kicker span{display:inline-block;text-transform:uppercase;letter-spacing:.2em;font-size:.72rem;font-weight:700;color:var(--toolbox-blue);writing-mode:vertical-rl;transform:rotate(180deg)}
.note-copy h2{font-size:clamp(3.1rem,6vw,6.2rem);line-height:.93;letter-spacing:-.045em;margin:0 0 34px;font-weight:500;max-width:980px}.note-copy h2 em{font-weight:400;color:var(--toolbox-copper)}
.note-copy p{max-width:720px;font-size:1.06rem;color:#4b666b;line-height:1.85}.note-mark{font:400 4.5rem/1 "Cormorant Garamond",serif;color:rgba(45,104,115,.22)}
.reveal-section,.editorial-card,.resource-card{opacity:0;transform:translateY(22px)}
.reveal-section.is-visible,.editorial-card.is-visible,.resource-card.is-visible{opacity:1;transform:none;transition:opacity .75s ease,transform .75s cubic-bezier(.2,.8,.2,1)}
@media(max-width:900px){.toolkit-note-editorial{grid-template-columns:1px 1fr;gap:26px}.note-kicker{display:none}.note-mark{display:none}.clean-toolkit-grid{padding-top:60px}.toolkit-filters{position:static}}
@media(max-width:680px){.toolkit-clean-page .clean-toolkit-hero{min-height:auto;background-position:62% center}.toolkit-clean-page .clean-toolkit-grid{min-height:auto;padding:68px 0}.toolkit-clean-page .clean-search-card{border-radius:2px}.toolkit-note{padding:82px 0}.note-copy h2{font-size:3.2rem}.clean-featured,.clean-library{padding-top:76px}}
@media(prefers-reduced-motion:reduce){.reveal-section,.editorial-card,.resource-card{opacity:1;transform:none}.editorial-card,.resource-card,.editorial-card img,.resource-card img{transition:none!important}}


/* =========================================================
   SITE-WIDE TYPOGRAPHY SYSTEM
   Matches the refined editorial typography used in The Toolbox.
   ========================================================= */
:root{
  --font-display:"Cormorant Garamond",Georgia,"Times New Roman",serif;
  --font-sans:"Manrope",system-ui,-apple-system,"Segoe UI",sans-serif;
}

html{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

body,button,input,textarea,select{font-family:var(--font-sans)}

h1,h2,h3,h4,h5,h6,
.serif,.quote,.hero-title,.page-title,.section-title,.resource-title,
.about-copy blockquote strong,.audience-number,.preview-card,
.approach-list span,.toolkit-lead,.toolkit-search-panel label,
.journey-icon,.journey-card strong,.collection-card strong,
.clean-toolkit-lead,.clean-search-card h2,.editorial-card strong,
.note-mark{
  font-family:var(--font-display);
  font-weight:500;
  letter-spacing:-.018em;
}

h1{font-weight:500;letter-spacing:-.035em}
h2{font-weight:500;letter-spacing:-.027em}
h3,h4,h5,h6{font-weight:600;letter-spacing:-.015em}

nav,.nav-links,.btn,.button,button,.eyebrow,.kicker,.label,
.tag,.chip,.filter-pill,.resource-meta,.footer-nav{
  font-family:var(--font-sans);
}

/* Refined editorial italics for emphasized display copy. */
.hero-copy em,.quote em,blockquote em,.editorial-emphasis{
  font-family:var(--font-display);
  font-style:italic;
  font-weight:400;
}

/* 2026 typography and editorial homepage service cards */
body{font-family:"Manrope",system-ui,-apple-system,"Segoe UI",sans-serif}
button,input,select,textarea,.nav,.btn,.eyebrow,.tag,.audience-category,.audience-link{font-family:"Manrope",system-ui,-apple-system,"Segoe UI",sans-serif}
h1,h2,h3,.serif,.audience-card h3{font-family:"Cormorant Garamond",Georgia,serif}

.home-page .section-soft{background:linear-gradient(180deg,#f8f4ed 0%,#f2eee7 100%)}
.home-page .centered-heading{margin-bottom:52px}
.audience-grid{gap:22px;align-items:stretch}
.audience-card{
  --card-tone:#78999b;
  position:relative;
  isolation:isolate;
  min-height:360px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  padding:34px 30px 28px;
  color:var(--ink);
  text-decoration:none;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(24,54,61,.13);
  border-radius:10px;
  box-shadow:0 2px 3px rgba(24,54,61,.04),0 12px 30px rgba(24,54,61,.07),0 30px 60px rgba(24,54,61,.04);
  transition:transform .32s cubic-bezier(.2,.7,.2,1),box-shadow .32s ease,border-color .32s ease,background-color .32s ease;
}
.audience-card::after{
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  right:-95px;
  bottom:-105px;
  border-radius:50%;
  background:color-mix(in srgb,var(--card-tone) 10%,transparent);
  z-index:-1;
  transition:transform .4s ease,opacity .3s ease;
}
.audience-accent{position:absolute;inset:0 0 auto;height:3px;background:var(--card-tone)}
.audience-card-children{--card-tone:#789b9a}
.audience-card-teens{--card-tone:#8795aa}
.audience-card-adults{--card-tone:#b08a6f}
.audience-card-families{--card-tone:#9a8d78}
.audience-meta{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:54px}
.audience-category{padding-top:7px;color:color-mix(in srgb,var(--card-tone) 78%,#18363d);font-size:.69rem;font-weight:800;line-height:1.35;letter-spacing:.14em;text-transform:uppercase}
.audience-number{margin:0;color:color-mix(in srgb,var(--card-tone) 78%,#18363d);font-size:3.3rem;font-weight:500;line-height:.72;letter-spacing:-.055em}
.audience-content{flex:1}
.audience-card h3{margin:0 0 18px;font-size:clamp(2.35rem,3vw,3rem);font-weight:550;line-height:.92;letter-spacing:-.025em}
.audience-card p{margin:0;color:#52686c;font-size:.94rem;line-height:1.75}
.audience-link{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:30px;padding-top:18px;border-top:1px solid rgba(24,54,61,.12);color:var(--ocean-deep);font-size:.74rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.audience-arrow{display:inline-block;font-size:1.15rem;line-height:1;transition:transform .3s cubic-bezier(.2,.7,.2,1)}
.audience-card:hover,.audience-card:focus-visible{transform:translateY(-8px);border-color:color-mix(in srgb,var(--card-tone) 42%,transparent);background:#fff;box-shadow:0 4px 8px rgba(24,54,61,.05),0 20px 42px rgba(24,54,61,.1),0 42px 80px rgba(24,54,61,.07)}
.audience-card:hover::after,.audience-card:focus-visible::after{transform:scale(1.18);opacity:.9}
.audience-card:hover .audience-arrow,.audience-card:focus-visible .audience-arrow{transform:translateX(7px)}
.audience-card:focus-visible{outline:3px solid color-mix(in srgb,var(--card-tone) 45%,white);outline-offset:4px}
@media(max-width:1050px){.audience-card{min-height:320px}.audience-meta{margin-bottom:40px}}
@media(max-width:640px){
 .home-page .centered-heading{margin-bottom:34px;text-align:left}
 .audience-grid{gap:16px}
 .audience-card{min-height:0;padding:29px 24px 23px;border-radius:8px}
 .audience-meta{margin-bottom:30px}
 .audience-number{font-size:2.8rem}
 .audience-card h3{font-size:2.5rem}
 .audience-card p{font-size:.92rem}
 .audience-link{margin-top:24px}
}
@media(prefers-reduced-motion:reduce){.audience-card,.audience-card::after,.audience-arrow{transition:none}}


/* Homepage header aligned with the cream navigation ribbon used sitewide */
.home-page .site-header{
  position:sticky;
  inset:auto;
  top:0;
  z-index:80;
  background:rgba(255,253,249,.94);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(14px);
  box-shadow:none;
}
.home-page .nav-wrap{
  width:min(1180px,calc(100% - 40px));
  min-height:88px;
}
.home-page .logo{
  height:66px;
  width:auto;
  filter:none;
}
.home-page .nav{gap:1.1rem}
.home-page .nav a:not(.btn){
  color:var(--ink);
  font-size:.94rem;
  font-weight:700;
  text-shadow:none;
}
.home-page .nav a:not(.btn):hover{opacity:1;color:var(--ocean-deep)}
.home-page .site-header.is-scrolled{
  background:rgba(255,253,249,.94);
  box-shadow:none;
  backdrop-filter:blur(14px);
}
.home-page .site-header.is-scrolled .nav-wrap{min-height:88px}
.home-page .site-header.is-scrolled .logo{display:block}
.home-page .hero-editorial{min-height:calc(100svh - 88px)}
@media(max-width:920px){
  .home-page .nav-wrap{width:min(1180px,calc(100% - 40px));min-height:88px}
  .home-page .logo{height:66px}
  .home-page .nav-toggle{display:block;color:var(--ink);background:#fff;border-color:var(--line)}
  .home-page .nav{top:78px;background:#fff;border-color:var(--line)}
  .home-page .nav a{color:var(--ink)!important}
}
@media(max-width:640px){
  .home-page .nav-wrap{width:min(1180px,calc(100% - 40px))}
  .home-page .hero-editorial{min-height:672px}
  .home-page .hero-layout{padding-top:72px}
}


/* Subtle homepage header: transparent over hero, cream after scrolling */
.home-page .site-header{
  position:fixed;
  inset:0 0 auto;
  z-index:80;
  background:linear-gradient(180deg,rgba(8,31,37,.34),rgba(8,31,37,0));
  border-bottom:1px solid transparent;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  transition:background-color .42s ease,background .42s ease,border-color .42s ease,box-shadow .42s ease,backdrop-filter .42s ease;
}
.home-page .nav-wrap{
  width:min(1240px,calc(100% - 48px));
  min-height:104px;
  transition:min-height .42s ease;
}
.home-page .home-brand{position:relative;display:flex;align-items:center;min-width:220px}
.home-page .logo{
  height:78px;
  width:auto;
  object-fit:contain;
  transition:opacity .32s ease,height .42s ease,transform .42s ease;
}
.home-page .logo-dark{position:absolute;left:0;opacity:0;pointer-events:none}
.home-page .logo-light{opacity:1;filter:drop-shadow(0 2px 10px rgba(0,0,0,.18))}
.home-page .nav a:not(.btn){
  color:#fff;
  text-shadow:0 1px 10px rgba(0,0,0,.3);
  transition:color .32s ease,opacity .2s ease,text-shadow .32s ease;
}
.home-page .nav a:not(.btn):hover{color:#fff;opacity:.78}
.home-page .site-header.is-scrolled{
  background:rgba(255,253,249,.91);
  border-bottom-color:rgba(27,55,61,.09);
  box-shadow:0 7px 24px rgba(22,42,46,.07);
  backdrop-filter:blur(13px) saturate(115%);
  -webkit-backdrop-filter:blur(13px) saturate(115%);
}
.home-page .site-header.is-scrolled .nav-wrap{min-height:78px}
.home-page .site-header.is-scrolled .logo{height:58px}
.home-page .site-header.is-scrolled .logo-light{opacity:0;transform:translateY(-2px)}
.home-page .site-header.is-scrolled .logo-dark{display:block;opacity:1;transform:translateY(0)}
.home-page .site-header.is-scrolled .nav a:not(.btn){color:var(--ink);text-shadow:none}
.home-page .site-header.is-scrolled .nav a:not(.btn):hover{color:var(--ocean-deep);opacity:1}
.home-page .hero-editorial{min-height:100svh}

@media(max-width:920px){
  .home-page .nav-wrap{width:min(100% - 34px,1240px);min-height:90px}
  .home-page .home-brand{min-width:175px}
  .home-page .logo{height:64px}
  .home-page .nav-toggle{
    color:#fff;
    background:rgba(10,40,47,.22);
    border-color:rgba(255,255,255,.42);
    backdrop-filter:blur(8px);
  }
  .home-page .nav{top:78px;background:rgba(255,253,249,.97);border-color:rgba(27,55,61,.1);box-shadow:0 14px 35px rgba(10,36,42,.14)}
  .home-page .nav a{color:var(--ink)!important;text-shadow:none!important}
  .home-page .site-header.is-scrolled .nav-wrap{min-height:72px}
  .home-page .site-header.is-scrolled .logo{height:52px}
  .home-page .site-header.is-scrolled .nav-toggle{color:var(--ink);background:rgba(255,255,255,.78);border-color:var(--line)}
}
@media(max-width:640px){
  .home-page .nav-wrap{width:calc(100% - 28px);min-height:82px}
  .home-page .home-brand{min-width:150px}
  .home-page .logo{height:56px}
  .home-page .site-header.is-scrolled .nav-wrap{min-height:68px}
  .home-page .site-header.is-scrolled .logo{height:48px}
}
@media(prefers-reduced-motion:reduce){
  .home-page .site-header,.home-page .nav-wrap,.home-page .logo,.home-page .nav a{transition:none!important}
}

/* Remove faint horizontal seam from the blended homepage header */
.home-page .site-header,
.home-page .site-header.is-scrolled{
  border:0 !important;
  border-bottom:0 !important;
  outline:0 !important;
}
.home-page .site-header:not(.is-scrolled){
  box-shadow:none !important;
}
.home-page .site-header::before,
.home-page .site-header::after{
  content:none !important;
  display:none !important;
}


/* Password gate for The Toolbox */
.toolbox-access-gate{
  display:none;
  min-height:calc(100svh - 92px);
  padding:72px 22px;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at 18% 18%,rgba(197,177,143,.17),transparent 34%),
    linear-gradient(145deg,#f8f3e9 0%,#fffdf9 52%,#edf3f1 100%);
}
.toolbox-locked .toolbox-access-gate{display:flex}
.toolbox-locked body.toolkit-page > main,
.toolbox-locked body.toolkit-page > footer{display:none}
.toolbox-authorized .toolbox-access-gate{display:none}
.toolbox-access-card{
  width:min(100%,560px);
  padding:54px 52px 48px;
  text-align:center;
  background:rgba(255,253,249,.94);
  border:1px solid rgba(29,61,66,.14);
  border-top:4px solid var(--ocean-deep,#234d55);
  border-radius:8px;
  box-shadow:0 24px 70px rgba(24,51,55,.12);
}
.toolbox-access-mark{
  width:58px;
  height:58px;
  margin:0 auto 18px;
  display:grid;
  place-items:center;
  border:1px solid rgba(29,61,66,.24);
  border-radius:50%;
  color:var(--ocean-deep,#234d55);
  font-size:25px;
}
.toolbox-access-card h1{margin:8px 0 14px;font-size:clamp(2.45rem,7vw,4rem);line-height:.98}
.toolbox-access-card > p{max-width:430px;margin:0 auto 30px;color:var(--muted,#5e6968);line-height:1.75}
.toolbox-access-card form{text-align:left}
.toolbox-access-card label{display:block;margin-bottom:8px;font-family:Manrope,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:var(--ink,#17363b)}
.toolbox-password-row{position:relative}
.toolbox-password-row input{
  width:100%;
  min-height:54px;
  padding:13px 78px 13px 16px;
  border:1px solid rgba(29,61,66,.25);
  border-radius:4px;
  background:#fff;
  color:var(--ink,#17363b);
  font:500 1rem/1.4 Manrope,sans-serif;
  outline:none;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.toolbox-password-row input:focus{border-color:var(--ocean-deep,#234d55);box-shadow:0 0 0 3px rgba(35,77,85,.1)}
.toolbox-password-toggle{
  position:absolute;
  right:8px;
  top:50%;
  transform:translateY(-50%);
  padding:8px 10px;
  border:0;
  background:transparent;
  color:var(--ocean-deep,#234d55);
  font:700 .76rem Manrope,sans-serif;
  cursor:pointer;
}
.toolbox-access-error{min-height:24px;margin:8px 0 4px!important;color:#9a3434!important;font-size:.88rem;line-height:1.4!important}
.toolbox-access-submit{width:100%;justify-content:center;margin-top:4px}
.toolbox-access-back{display:inline-block;margin-top:24px;color:var(--ocean-deep,#234d55);font:600 .85rem Manrope,sans-serif;text-decoration:none}
.toolbox-access-back:hover{text-decoration:underline}
@keyframes toolboxShake{0%,100%{transform:translateX(0)}20%{transform:translateX(-7px)}40%{transform:translateX(7px)}60%{transform:translateX(-4px)}80%{transform:translateX(4px)}}
.toolbox-access-card form.is-shaking{animation:toolboxShake .38s ease}
@media(max-width:640px){
  .toolbox-access-gate{min-height:calc(100svh - 82px);padding:38px 16px}
  .toolbox-access-card{padding:40px 24px 34px}
}
@media(prefers-reduced-motion:reduce){.toolbox-access-card form.is-shaking{animation:none}}

/* Editorial homepage service cards */
.audience-grid-editorial{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin-top:48px;
  border:1px solid rgba(22,58,65,.13);
  background:#fffdf9;
  box-shadow:0 24px 60px rgba(28,46,49,.10);
}
.audience-grid-editorial .audience-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:680px;
  padding:0;
  overflow:hidden;
  border:0;
  border-right:1px solid rgba(22,58,65,.13);
  border-radius:0;
  background:#fffdf9;
  box-shadow:none;
  color:#173e45;
  text-decoration:none;
  transition:transform .35s ease,box-shadow .35s ease;
}
.audience-grid-editorial .audience-card:last-child{border-right:0}
.audience-grid-editorial .audience-card:hover{
  transform:translateY(-7px);
  z-index:2;
  box-shadow:0 28px 60px rgba(26,49,52,.16);
}
.audience-image-wrap{
  position:relative;
  height:285px;
  overflow:hidden;
  background:#e8eceb;
}
.audience-image-wrap:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:34%;
  background:linear-gradient(to top,rgba(15,34,38,.22),transparent);
  pointer-events:none;
}
.audience-image-wrap img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .7s cubic-bezier(.2,.7,.2,1);
}
.audience-card-children .audience-image-wrap img{object-position:36% 42%}
.audience-card-teens .audience-image-wrap img{object-position:50% 42%}
.audience-card-adults .audience-image-wrap img{object-position:58% 51%}
.audience-card-families .audience-image-wrap img{object-position:56% 50%}
.audience-grid-editorial .audience-card:hover img{transform:scale(1.035)}
.audience-image-number{
  position:absolute;
  left:26px;
  bottom:18px;
  z-index:1;
  font-family:"Cormorant Garamond",serif;
  font-size:2rem;
  line-height:1;
  font-weight:500;
  color:#fff;
  text-shadow:0 2px 14px rgba(0,0,0,.35);
}
.audience-card-body{
  position:relative;
  display:flex;
  flex:1;
  flex-direction:column;
  padding:30px 28px 27px;
  overflow:hidden;
}
.audience-card-body:after{
  content:"";
  position:absolute;
  width:155px;
  height:155px;
  right:-70px;
  bottom:-65px;
  border:1px solid currentColor;
  border-radius:50%;
  opacity:.065;
}
.audience-kicker{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:17px;
  font-family:"Manrope",sans-serif;
  font-size:.69rem;
  font-weight:700;
  letter-spacing:.17em;
  line-height:1.3;
  text-transform:uppercase;
  color:#617a7e;
}
.audience-kicker:before{
  content:"";
  width:22px;
  height:1px;
  flex:0 0 22px;
  background:currentColor;
  opacity:.8;
}
.audience-grid-editorial .audience-content{display:contents}
.audience-grid-editorial h3{
  margin:0 0 16px;
  max-width:100%;
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(2.55rem,3.2vw,3.45rem);
  line-height:.88;
  font-weight:500;
  letter-spacing:-.035em;
  color:#123840;
}
.audience-grid-editorial h3 em{font-weight:400;font-style:italic}
.audience-grid-editorial p{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:.94rem;
  line-height:1.72;
  color:#536b70;
}
.audience-grid-editorial .audience-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  width:100%;
  margin-top:auto;
  padding-top:24px;
  border-top:1px solid rgba(22,58,65,.14);
  font-family:"Manrope",sans-serif;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:#173e45;
}
.audience-grid-editorial .audience-arrow{
  font-family:Arial,sans-serif;
  font-size:1.35rem;
  font-weight:400;
  transition:transform .25s ease;
}
.audience-grid-editorial .audience-card:hover .audience-arrow{transform:translateX(5px)}
.audience-card-children .audience-card-body{border-bottom:6px solid #789794}
.audience-card-teens .audience-card-body{border-bottom:6px solid #667f98}
.audience-card-adults .audience-card-body{border-bottom:6px solid #b28263}
.audience-card-families .audience-card-body{border-bottom:6px solid #928a72}
.audience-card-children .audience-kicker{color:#617f7c}
.audience-card-teens .audience-kicker{color:#5f768d}
.audience-card-adults .audience-kicker{color:#9b6e53}
.audience-card-families .audience-kicker{color:#7e7866}
@media (max-width:1100px){
  .audience-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:rgba(22,58,65,.13)}
  .audience-grid-editorial .audience-card{border:0;min-height:650px}
}
@media (max-width:680px){
  .audience-grid-editorial{grid-template-columns:1fr;border:0;gap:22px;background:transparent;box-shadow:none}
  .audience-grid-editorial .audience-card{min-height:0;border:1px solid rgba(22,58,65,.13);box-shadow:0 18px 42px rgba(28,46,49,.10)}
  .audience-image-wrap{height:310px}
  .audience-card-body{min-height:390px;padding:28px 25px 24px}
}

/* 2026 art-directed seasons showcase */
.seasons-showcase{padding:76px 0 94px;background:linear-gradient(180deg,#fbf8f2 0%,#f7f2ea 100%);overflow:hidden}
.container-wide{width:min(1760px,calc(100% - 48px));margin-inline:auto}
.seasons-heading{max-width:1160px;margin:0 auto 32px}
.seasons-heading .eyebrow{font-family:"Manrope",sans-serif;font-size:.82rem;letter-spacing:.42em;font-weight:600;color:#536b5a;margin-bottom:14px}
.seasons-heading h2{font-family:"Cormorant Garamond",serif;font-size:clamp(3.4rem,5.4vw,6.2rem);font-weight:500;line-height:.92;letter-spacing:-.035em;color:#111;margin:0}
.seasons-heading h2 em{font-weight:400;font-style:italic}
.seasons-ornament{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:22px;color:#607466}
.seasons-ornament span{display:block;width:76px;height:1px;background:currentColor;opacity:.55}
.seasons-ornament b{font-size:1.55rem;font-weight:400;line-height:1}

.seasons-showcase .audience-grid-editorial{margin-top:26px;border:0;box-shadow:0 28px 70px rgba(36,48,44,.11);background:transparent;isolation:isolate}
.seasons-showcase .audience-grid-editorial .audience-card{min-height:790px;border-right:1px solid rgba(16,34,35,.1);background:#f9f4ec;transform:translateZ(0)}
.seasons-showcase .audience-grid-editorial .audience-card:last-child{border-right:0}
.seasons-showcase .audience-image-wrap{height:390px;background:#e3e8e5}
.seasons-showcase .audience-image-wrap:after{display:none}
.seasons-showcase .audience-image-wrap img{filter:saturate(.9) contrast(.98)}
.seasons-showcase .audience-card-body{min-height:400px;padding:32px 36px 30px;background:#fbf7f0;overflow:hidden}
.seasons-showcase .audience-card-body:before{content:"";position:absolute;left:-7%;right:-7%;top:-56px;height:92px;background:inherit;border-radius:50% 50% 0 0/100% 100% 0 0;z-index:0}
.seasons-showcase .audience-card-body>*{position:relative;z-index:1}
.seasons-showcase .audience-meta-line{display:flex;align-items:center;gap:18px;margin-bottom:30px}
.seasons-showcase .audience-image-number{position:static;color:#6c7f68;text-shadow:none;font-size:2.8rem;line-height:.8;letter-spacing:-.03em;min-width:58px}
.seasons-showcase .audience-kicker{margin:0;padding-left:18px;border-left:1px solid currentColor;font-size:.64rem;letter-spacing:.19em;white-space:nowrap}
.seasons-showcase .audience-kicker:before{display:none}
.seasons-showcase .audience-grid-editorial h3{font-size:clamp(3.2rem,3.4vw,4.7rem);line-height:.82;color:#101817;margin-bottom:22px}
.seasons-showcase .audience-grid-editorial p{font-size:.96rem;line-height:1.72;color:#1e2e2f;max-width:29ch}
.seasons-showcase .audience-grid-editorial .audience-link{justify-content:flex-start;width:auto;align-self:flex-start;gap:28px;margin-top:auto;padding:0 0 5px;border-top:0;border-bottom:1px solid currentColor;color:#1b2928;font-size:.68rem;letter-spacing:.17em}
.seasons-showcase .audience-arrow{margin-left:10px}

.seasons-showcase .audience-card-teens{background:#31566b;color:#fff}
.seasons-showcase .audience-card-teens .audience-card-body{background:#31566b;color:#fff}
.seasons-showcase .audience-card-teens .audience-card-body:after{content:"";position:absolute;inset:12% -20% -8% 36%;width:auto;height:auto;border:0;border-radius:0;opacity:.15;background:repeating-radial-gradient(ellipse at 85% 55%,transparent 0 16px,rgba(255,255,255,.42) 17px 18px)}
.seasons-showcase .audience-card-teens .audience-image-number,.seasons-showcase .audience-card-teens .audience-kicker,.seasons-showcase .audience-card-teens h3,.seasons-showcase .audience-card-teens p,.seasons-showcase .audience-card-teens .audience-link{color:#fff}
.seasons-showcase .audience-card-teens .audience-image-wrap{background:#31566b}
.seasons-showcase .audience-card-adults .audience-card-body:after{content:"";position:absolute;width:310px;height:310px;right:-150px;bottom:8px;border:0;border-radius:50%;opacity:.17;background:repeating-conic-gradient(from 0deg,transparent 0 6deg,#b5764c 6.3deg 6.8deg)}
.seasons-showcase .audience-card-families .audience-card-body:after{content:"";position:absolute;width:220px;height:300px;right:-70px;bottom:-20px;border:0;border-radius:0;opacity:.2;background:linear-gradient(65deg,transparent 48%,#7d765f 49% 50%,transparent 51%),linear-gradient(110deg,transparent 48%,#7d765f 49% 50%,transparent 51%);transform:rotate(-8deg)}
.seasons-showcase .audience-card-children .audience-card-body:after{content:"";position:absolute;width:150px;height:280px;left:-44px;top:-140px;border:0;border-radius:0;opacity:.16;background:repeating-linear-gradient(72deg,transparent 0 18px,#617f72 19px 20px,transparent 21px 34px)}
.seasons-showcase .audience-card-adults .audience-image-number,.seasons-showcase .audience-card-adults .audience-kicker,.seasons-showcase .audience-card-adults .audience-link{color:#9b5d38}
.seasons-showcase .audience-card-families .audience-image-number,.seasons-showcase .audience-card-families .audience-kicker{color:#6b624b}
.seasons-showcase .audience-card:hover{transform:translateY(-10px);box-shadow:0 34px 70px rgba(25,40,39,.19)}
.seasons-showcase .audience-card:hover .audience-image-wrap img{transform:scale(1.045)}
.seasons-showcase .audience-card:focus-visible{outline:3px solid rgba(63,103,109,.42);outline-offset:5px}

@media(max-width:1100px){
  .container-wide{width:min(1100px,calc(100% - 32px))}
  .seasons-showcase .audience-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:rgba(17,45,47,.13)}
  .seasons-showcase .audience-grid-editorial .audience-card{min-height:740px;border:0}
}
@media(max-width:680px){
  .seasons-showcase{padding:58px 0 72px}
  .container-wide{width:min(100% - 24px,620px)}
  .seasons-heading h2{font-size:clamp(3rem,14vw,4.35rem)}
  .seasons-heading .eyebrow{font-size:.7rem;letter-spacing:.29em}
  .seasons-ornament span{width:54px}
  .seasons-showcase .audience-grid-editorial{grid-template-columns:1fr;gap:20px;background:transparent;box-shadow:none}
  .seasons-showcase .audience-grid-editorial .audience-card{min-height:0;box-shadow:0 18px 42px rgba(27,43,42,.11)}
  .seasons-showcase .audience-image-wrap{height:330px}
  .seasons-showcase .audience-card-body{min-height:390px;padding:30px 27px 26px}
  .seasons-showcase .audience-grid-editorial h3{font-size:3.65rem}
}
@media(prefers-reduced-motion:reduce){.seasons-showcase .audience-card,.seasons-showcase .audience-image-wrap img{transition:none}}

/* ========================================================================
   Pixel-matched editorial audience showcase — reference image(97)
   ======================================================================== */
.home-page .seasons-showcase{
  padding:44px 0 28px !important;
  background:#fbf8f2 !important;
  overflow:hidden;
}
.home-page .seasons-showcase .container-wide{
  width:min(1760px,calc(100% - 48px)) !important;
  margin-inline:auto;
}
.home-page .seasons-heading{
  max-width:1280px !important;
  margin:0 auto 28px !important;
  text-align:center;
}
.home-page .seasons-heading .eyebrow{
  margin:0 0 14px !important;
  font-family:"Manrope",sans-serif !important;
  font-size:clamp(.70rem,.78vw,.86rem) !important;
  line-height:1 !important;
  font-weight:600 !important;
  letter-spacing:.42em !important;
  text-transform:uppercase;
  color:#536b5a !important;
}
.home-page .seasons-heading h2{
  max-width:none !important;
  margin:0 !important;
  font-family:"Cormorant Garamond",Georgia,serif !important;
  font-size:clamp(3.7rem,5.65vw,6.35rem) !important;
  line-height:.88 !important;
  letter-spacing:-.042em !important;
  font-weight:500 !important;
  color:#101414 !important;
}
.home-page .seasons-heading h2 em{font-weight:400 !important;font-style:italic !important}
.home-page .seasons-ornament{
  display:flex !important;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-top:18px !important;
  color:#637668;
}
.home-page .seasons-ornament span{
  width:74px !important;
  height:1px !important;
  background:#8b968d !important;
  opacity:.75;
}
.home-page .seasons-ornament b{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  font-size:0 !important;
  font-weight:400;
}
.home-page .seasons-ornament b::before{
  content:"";
  width:28px;
  height:28px;
  display:block;
  background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%23637668' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='16' cy='4.5' r='2.7'/%3E%3Cpath d='M16 7.2v18.5M10.5 11.5h11M7 19.2c1.4 5 4.4 7.7 9 8.7 4.6-1 7.6-3.7 9-8.7M7 19.2l-2.8 2.3M25 19.2l2.8 2.3M12.4 25.6H8.7M19.6 25.6h3.7'/%3E%3C/svg%3E") !important;
}

.home-page .seasons-showcase .audience-grid-editorial{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:0 24px 62px rgba(31,42,40,.085) !important;
  background:transparent !important;
  overflow:visible !important;
  isolation:isolate;
}
.home-page .seasons-showcase .audience-grid-editorial .audience-card{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  min-width:0 !important;
  min-height:785px !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  border:0 !important;
  border-right:1px solid rgba(20,34,33,.105) !important;
  border-radius:0 !important;
  background:#f8f1e8 !important;
  box-shadow:none !important;
  text-decoration:none !important;
  transform:none;
  transition:transform .42s cubic-bezier(.2,.75,.2,1),box-shadow .42s ease !important;
}
.home-page .seasons-showcase .audience-grid-editorial .audience-card:last-child{border-right:0 !important}
.home-page .seasons-showcase .audience-grid-editorial .audience-card::before,
.home-page .seasons-showcase .audience-grid-editorial .audience-card::after{display:none !important}

.home-page .seasons-showcase .audience-image-wrap{
  position:relative !important;
  flex:0 0 390px !important;
  width:100% !important;
  height:390px !important;
  min-height:390px !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  border:0 !important;
  border-radius:0 !important;
  background:#dde6e4 !important;
}
.home-page .seasons-showcase .audience-image-wrap::after{display:none !important}
.home-page .seasons-showcase .audience-image-wrap img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  object-fit:cover !important;
  aspect-ratio:auto !important;
  border-radius:0 !important;
  filter:saturate(.92) contrast(.99) !important;
  transition:transform .8s cubic-bezier(.2,.75,.2,1) !important;
}
.home-page .seasons-showcase .audience-card-children .audience-image-wrap img{object-position:50% 44% !important}
.home-page .seasons-showcase .audience-card-teens .audience-image-wrap img{object-position:50% 44% !important}
.home-page .seasons-showcase .audience-card-adults .audience-image-wrap img{object-position:58% 52% !important}
.home-page .seasons-showcase .audience-card-families .audience-image-wrap img{object-position:56% 50% !important}

.home-page .seasons-showcase .audience-card-body{
  position:relative !important;
  z-index:2;
  display:flex !important;
  flex:1 1 auto !important;
  flex-direction:column !important;
  min-height:395px !important;
  margin:0 !important;
  padding:34px 36px 31px !important;
  border:0 !important;
  border-radius:0 !important;
  background:#faf5ed !important;
  color:#131b1b !important;
  overflow:hidden !important;
}
.home-page .seasons-showcase .audience-card-body::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  z-index:0 !important;
  left:-8% !important;
  right:-8% !important;
  top:-60px !important;
  width:auto !important;
  height:94px !important;
  background:inherit !important;
  border:0 !important;
  border-radius:50% 50% 0 0/100% 100% 0 0 !important;
  transform:none !important;
}
.home-page .seasons-showcase .audience-card-body>*{position:relative;z-index:2}
.home-page .seasons-showcase .audience-card-body::after{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  z-index:1 !important;
  pointer-events:none;
}

.home-page .seasons-showcase .audience-meta-line{
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
  min-height:38px !important;
  margin:0 0 29px !important;
  padding:0 !important;
}
.home-page .seasons-showcase .audience-image-number{
  position:static !important;
  display:block !important;
  flex:0 0 55px !important;
  min-width:55px !important;
  margin:0 !important;
  padding:0 !important;
  font-family:"Cormorant Garamond",Georgia,serif !important;
  font-size:2.72rem !important;
  line-height:.8 !important;
  font-weight:500 !important;
  letter-spacing:-.035em !important;
  color:#617b68 !important;
  text-shadow:none !important;
}
.home-page .seasons-showcase .audience-kicker{
  position:relative !important;
  display:block !important;
  margin:0 !important;
  padding:0 0 0 18px !important;
  border:0 !important;
  border-left:1px solid currentColor !important;
  font-family:"Manrope",sans-serif !important;
  font-size:.64rem !important;
  line-height:1.25 !important;
  font-weight:600 !important;
  letter-spacing:.19em !important;
  text-transform:uppercase !important;
  white-space:nowrap !important;
  color:#617b68 !important;
}
.home-page .seasons-showcase .audience-kicker::before{display:none !important}
.home-page .seasons-showcase .audience-grid-editorial h3{
  margin:0 0 20px !important;
  padding:0 !important;
  max-width:100% !important;
  font-family:"Cormorant Garamond",Georgia,serif !important;
  font-size:clamp(3.15rem,3.18vw,4.55rem) !important;
  line-height:.83 !important;
  font-weight:500 !important;
  letter-spacing:-.035em !important;
  color:#111919 !important;
}
.home-page .seasons-showcase .audience-grid-editorial h3 em{font-weight:400 !important}
.home-page .seasons-showcase .audience-grid-editorial p{
  margin:0 !important;
  padding:0 !important;
  max-width:27ch !important;
  font-family:"Manrope",sans-serif !important;
  font-size:.94rem !important;
  line-height:1.72 !important;
  font-weight:400 !important;
  color:#1c2929 !important;
}
.home-page .seasons-showcase .audience-grid-editorial .audience-link{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  align-self:flex-start !important;
  gap:30px !important;
  width:auto !important;
  margin:auto 0 0 !important;
  padding:0 0 5px !important;
  border:0 !important;
  border-bottom:1px solid currentColor !important;
  font-family:"Manrope",sans-serif !important;
  font-size:.69rem !important;
  line-height:1 !important;
  font-weight:600 !important;
  letter-spacing:.17em !important;
  text-transform:uppercase !important;
  color:#1b2928 !important;
}
.home-page .seasons-showcase .audience-arrow{
  display:inline-block !important;
  margin-left:10px !important;
  font-size:1.2rem !important;
  line-height:.7 !important;
  font-weight:300 !important;
  transition:transform .3s ease !important;
}

/* Individual panel art direction */
.home-page .seasons-showcase .audience-card-children .audience-card-body{background:#f9f4ec !important}
.home-page .seasons-showcase .audience-card-children .audience-card-body::after{
  left:-45px !important;top:-145px !important;width:155px !important;height:300px !important;
  opacity:.25 !important;
  background:
    linear-gradient(77deg,transparent 48%,#758d79 49% 50%,transparent 51%),
    repeating-linear-gradient(105deg,transparent 0 31px,rgba(103,128,109,.8) 32px 33px,transparent 34px 54px) !important;
  transform:rotate(-7deg) !important;
}
.home-page .seasons-showcase .audience-card-teens,
.home-page .seasons-showcase .audience-card-teens .audience-card-body{background:#31566b !important;color:#fff !important}
.home-page .seasons-showcase .audience-card-teens .audience-card-body::after{
  inset:15% -18% -5% 35% !important;width:auto !important;height:auto !important;
  opacity:.17 !important;
  background:repeating-radial-gradient(ellipse at 85% 55%,transparent 0 16px,rgba(255,255,255,.52) 17px 18px) !important;
}
.home-page .seasons-showcase .audience-card-teens .audience-image-number,
.home-page .seasons-showcase .audience-card-teens .audience-kicker,
.home-page .seasons-showcase .audience-card-teens h3,
.home-page .seasons-showcase .audience-card-teens p,
.home-page .seasons-showcase .audience-card-teens .audience-link{color:#fff !important}
.home-page .seasons-showcase .audience-card-teens .audience-image-wrap{background:#31566b !important}
.home-page .seasons-showcase .audience-card-adults .audience-card-body{background:#fbf6ef !important}
.home-page .seasons-showcase .audience-card-adults .audience-card-body::after{
  right:-150px !important;bottom:2px !important;width:320px !important;height:320px !important;
  border-radius:50% !important;opacity:.20 !important;
  background:repeating-conic-gradient(from 0deg,transparent 0 6deg,#c88454 6.25deg 6.7deg) !important;
}
.home-page .seasons-showcase .audience-card-adults .audience-image-number,
.home-page .seasons-showcase .audience-card-adults .audience-kicker,
.home-page .seasons-showcase .audience-card-adults .audience-link{color:#9b5d38 !important}
.home-page .seasons-showcase .audience-card-families .audience-card-body{background:#f6efe5 !important}
.home-page .seasons-showcase .audience-card-families .audience-card-body::after{
  right:-47px !important;bottom:-35px !important;width:210px !important;height:315px !important;
  opacity:.28 !important;
  background:
    linear-gradient(76deg,transparent 48%,#817860 49% 50%,transparent 51%),
    repeating-linear-gradient(32deg,transparent 0 30px,rgba(119,110,87,.78) 31px 32px,transparent 33px 51px) !important;
  transform:rotate(-10deg) !important;
}
.home-page .seasons-showcase .audience-card-families .audience-image-number,
.home-page .seasons-showcase .audience-card-families .audience-kicker{color:#6b624b !important}

.home-page .seasons-showcase .audience-card:hover,
.home-page .seasons-showcase .audience-card:focus-visible{
  z-index:4 !important;
  transform:translateY(-7px) !important;
  box-shadow:0 28px 62px rgba(26,39,38,.17) !important;
}
.home-page .seasons-showcase .audience-card:hover .audience-image-wrap img,
.home-page .seasons-showcase .audience-card:focus-visible .audience-image-wrap img{transform:scale(1.035) !important}
.home-page .seasons-showcase .audience-card:hover .audience-arrow,
.home-page .seasons-showcase .audience-card:focus-visible .audience-arrow{transform:translateX(5px) !important}

@media(max-width:1180px){
  .home-page .seasons-showcase .audience-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:1px !important;background:rgba(20,34,33,.1) !important}
  .home-page .seasons-showcase .audience-grid-editorial .audience-card{border-right:0 !important;min-height:720px !important}
  .home-page .seasons-showcase .audience-image-wrap{height:340px !important;min-height:340px !important;flex-basis:340px !important}
  .home-page .seasons-showcase .audience-card-body{min-height:380px !important}
}
@media(max-width:680px){
  .home-page .seasons-showcase{padding:56px 0 18px !important}
  .home-page .seasons-showcase .container-wide{width:min(100% - 28px,1760px) !important}
  .home-page .seasons-heading{margin-bottom:24px !important}
  .home-page .seasons-heading h2{font-size:clamp(3.25rem,15vw,4.7rem) !important;line-height:.9 !important}
  .home-page .seasons-ornament span{width:48px !important}
  .home-page .seasons-showcase .audience-grid-editorial{grid-template-columns:1fr !important;gap:14px !important;background:transparent !important;box-shadow:none !important}
  .home-page .seasons-showcase .audience-grid-editorial .audience-card{min-height:690px !important;box-shadow:0 18px 42px rgba(31,42,40,.1) !important}
  .home-page .seasons-showcase .audience-image-wrap{height:330px !important;min-height:330px !important;flex-basis:330px !important}
  .home-page .seasons-showcase .audience-card-body{min-height:360px !important;padding:31px 29px 28px !important}
  .home-page .seasons-showcase .audience-grid-editorial h3{font-size:3.5rem !important}
}
@media(prefers-reduced-motion:reduce){
  .home-page .seasons-showcase .audience-card,
  .home-page .seasons-showcase .audience-image-wrap img,
  .home-page .seasons-showcase .audience-arrow{transition:none !important}
}

/* ============================================================
   Exact editorial seasons section — isolated final implementation
   ============================================================ */
.season-editorial{
  padding:52px 30px 36px;
  background:#fbf8f2;
  overflow:hidden;
}
.season-editorial__heading{
  max-width:1500px;
  margin:0 auto 26px;
  text-align:center;
}
.season-editorial__eyebrow{
  margin-bottom:12px;
  font-family:"Manrope",sans-serif;
  font-size:13px;
  line-height:1;
  font-weight:600;
  letter-spacing:.38em;
  text-transform:uppercase;
  color:#506a57;
}
.season-editorial__heading h2{
  margin:0;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(56px,5.1vw,88px);
  line-height:.96;
  font-weight:500;
  letter-spacing:-.035em;
  color:#111717;
}
.season-editorial__heading h2 em{font-weight:400}
.season-editorial__ornament{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  margin-top:15px;
  color:#607862;
}
.season-editorial__ornament span{width:72px;height:1px;background:currentColor;opacity:.52}
.season-editorial__ornament b{font-size:29px;line-height:1;font-weight:400}

.season-panels{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  width:min(1858px,100%);
  margin:0 auto;
  box-shadow:0 18px 48px rgba(39,43,38,.08);
}
.season-panel{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:790px;
  overflow:hidden;
  border:0;
  border-right:1px solid rgba(40,46,42,.10);
  border-radius:0;
  background:#f8f1e7;
  color:#111817;
  text-decoration:none;
  box-shadow:none;
  transition:transform .4s cubic-bezier(.2,.72,.2,1),box-shadow .4s ease;
}
.season-panel:last-child{border-right:0}
.season-panel__image{
  position:relative;
  z-index:1;
  flex:0 0 385px;
  height:385px;
  overflow:hidden;
}
.season-panel__image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .8s cubic-bezier(.2,.72,.2,1);
}
.season-panel--children .season-panel__image img{object-position:50% 45%}
.season-panel--teens .season-panel__image img{object-position:50% 45%}
.season-panel--adults .season-panel__image img{object-position:58% 52%}
.season-panel--families .season-panel__image img{object-position:56% 50%}

.season-panel__content{
  position:relative;
  z-index:2;
  display:flex;
  flex:1;
  flex-direction:column;
  min-height:405px;
  padding:29px 38px 34px;
  background:#f8f1e7;
  color:inherit;
}
.season-panel__content::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:-12%;
  top:-72px;
  width:124%;
  height:112px;
  background:inherit;
  border-radius:50% 50% 0 0/100% 100% 0 0;
}
.season-panel__meta{
  display:flex;
  align-items:center;
  min-height:43px;
  margin:0 0 29px;
}
.season-panel__number{
  flex:0 0 68px;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:45px;
  line-height:.8;
  font-weight:500;
  letter-spacing:-.04em;
  color:#617765;
}
.season-panel__label{
  padding-left:19px;
  border-left:1px solid currentColor;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  line-height:1.2;
  font-weight:600;
  letter-spacing:.21em;
  text-transform:uppercase;
  white-space:nowrap;
  color:#617765;
}
.season-panel h3{
  margin:0 0 20px;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(54px,3.6vw,73px);
  line-height:.83;
  font-weight:500;
  letter-spacing:-.038em;
  color:inherit;
}
.season-panel p{
  max-width:29ch;
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:16px;
  line-height:1.58;
  font-weight:400;
  color:inherit;
}
.season-panel__link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:194px;
  margin-top:auto;
  padding-bottom:6px;
  border-bottom:1px solid currentColor;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  line-height:1;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:inherit;
}
.season-panel__link i{font-family:Arial,sans-serif;font-size:23px;font-style:normal;font-weight:300;transition:transform .25s ease}

.season-panel--children .season-panel__content{background:#f8f1e7}
.season-panel--teens,.season-panel--teens .season-panel__content{background:#31566b;color:#fff}
.season-panel--teens .season-panel__number,.season-panel--teens .season-panel__label{color:#fff}
.season-panel--adults .season-panel__content{background:#fbf4ea;color:#151818}
.season-panel--adults .season-panel__number,.season-panel--adults .season-panel__label,.season-panel--adults .season-panel__link{color:#9d603b}
.season-panel--families .season-panel__content{background:#f4ecdf}
.season-panel--families .season-panel__number,.season-panel--families .season-panel__label{color:#655c44}

/* restrained decorative line art */
.season-panel--teens .season-panel__content::after,
.season-panel--adults .season-panel__content::after,
.season-panel--families .season-panel__content::after{
  content:"";
  position:absolute;
  pointer-events:none;
  opacity:.16;
}
.season-panel--teens .season-panel__content::after{
  right:-90px;bottom:-36px;width:330px;height:330px;border-radius:50%;
  background:repeating-radial-gradient(ellipse at 50% 50%,transparent 0 13px,rgba(255,255,255,.7) 14px 15px);
}
.season-panel--adults .season-panel__content::after{
  right:-145px;bottom:15px;width:300px;height:300px;border-radius:50%;
  background:repeating-conic-gradient(from 0deg,transparent 0 7deg,#bd7748 7.2deg 7.65deg);
}
.season-panel--families .season-panel__content::after{
  right:-25px;bottom:-20px;width:175px;height:270px;
  background:linear-gradient(78deg,transparent 49%,#786f58 49.5% 50%,transparent 50.5%),repeating-linear-gradient(35deg,transparent 0 28px,rgba(120,111,88,.8) 29px 30px,transparent 31px 48px);
  transform:rotate(-8deg);
}
.season-panel:hover,.season-panel:focus-visible{z-index:4;transform:translateY(-6px);box-shadow:0 25px 60px rgba(34,43,41,.16)}
.season-panel:hover .season-panel__image img,.season-panel:focus-visible .season-panel__image img{transform:scale(1.035)}
.season-panel:hover .season-panel__link i,.season-panel:focus-visible .season-panel__link i{transform:translateX(5px)}

@media(max-width:1180px){
  .season-panels{grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:rgba(30,43,40,.10)}
  .season-panel{min-height:735px;border-right:0}
  .season-panel__image{height:340px;flex-basis:340px}
  .season-panel__content{min-height:395px}
}
@media(max-width:680px){
  .season-editorial{padding:54px 14px 24px}
  .season-editorial__heading{margin-bottom:24px}
  .season-editorial__eyebrow{font-size:10px;letter-spacing:.28em}
  .season-editorial__heading h2{font-size:clamp(48px,14vw,66px)}
  .season-panels{grid-template-columns:1fr;gap:14px;background:transparent;box-shadow:none}
  .season-panel{min-height:690px;box-shadow:0 14px 38px rgba(34,43,41,.10)}
  .season-panel__image{height:320px;flex-basis:320px}
  .season-panel__content{min-height:370px;padding:29px 28px 29px}
  .season-panel h3{font-size:58px}
}
@media(prefers-reduced-motion:reduce){.season-panel,.season-panel__image img,.season-panel__link i{transition:none}}

/* ============================================================
   Final typography + spacing refinement — July 2026
   Keeps the editorial service panels consistent with the full site
   ============================================================ */
:root{
  --font-display:"Cormorant Garamond",Georgia,serif;
  --font-sans:"Manrope",system-ui,-apple-system,"Segoe UI",sans-serif;
}

html,body,button,input,select,textarea{
  font-family:var(--font-sans);
}

h1,h2,h3,h4,h5,h6,.serif,.quote,
.season-editorial__heading h2,
.season-panel__number,
.season-panel h3{
  font-family:var(--font-display);
}

.nav,.btn,.eyebrow,.tag,label,
.season-editorial__eyebrow,
.season-panel__label,
.season-panel p,
.season-panel__link{
  font-family:var(--font-sans);
}

/* tighter, more intentional editorial panels */
.season-editorial{
  padding:50px 30px 46px;
}
.season-editorial__heading{
  margin-bottom:28px;
}
.season-panels{
  box-shadow:0 16px 38px rgba(39,43,38,.075);
}
.season-panel{
  min-height:735px;
}
.season-panel__image{
  flex-basis:350px;
  height:350px;
}
.season-panel__content{
  min-height:385px;
  padding:31px 38px 31px;
}
.season-panel__content::before{
  top:-66px;
  height:102px;
}
.season-panel__meta{
  min-height:39px;
  margin-bottom:25px;
}
.season-panel__number{
  flex-basis:64px;
  font-size:43px;
  font-weight:500;
}
.season-panel__label{
  padding-left:17px;
  font-size:10.5px;
  line-height:1.25;
  font-weight:600;
  letter-spacing:.19em;
}
.season-panel h3{
  margin-bottom:24px;
  font-size:clamp(52px,3.35vw,69px);
  line-height:.88;
  font-weight:500;
  letter-spacing:-.035em;
}
.season-panel p{
  max-width:27ch;
  font-size:15.5px;
  line-height:1.62;
  letter-spacing:-.008em;
  word-spacing:normal;
  text-wrap:pretty;
}
.season-panel__link{
  width:176px;
  padding-bottom:7px;
  font-size:10.5px;
  letter-spacing:.17em;
}
.season-panel__link i{
  font-family:var(--font-sans);
  font-size:21px;
}

/* quieter decorative details */
.season-panel--teens .season-panel__content::after,
.season-panel--adults .season-panel__content::after,
.season-panel--families .season-panel__content::after{
  opacity:.085;
}

/* subtle tonal differences between the light panels */
.season-panel--children,
.season-panel--children .season-panel__content{background:#f8f2e9}
.season-panel--adults,
.season-panel--adults .season-panel__content{background:#fbf5ec}
.season-panel--families,
.season-panel--families .season-panel__content{background:#f3eadc}

@media(max-width:1180px){
  .season-panel{min-height:710px}
  .season-panel__image{height:330px;flex-basis:330px}
  .season-panel__content{min-height:380px}
}
@media(max-width:680px){
  .season-editorial{padding:50px 14px 28px}
  .season-panel{min-height:650px}
  .season-panel__image{height:300px;flex-basis:300px}
  .season-panel__content{min-height:350px;padding:28px 27px 27px}
  .season-panel h3{font-size:55px}
  .season-panel p{font-size:15px;max-width:31ch}
}

/* ============================================================
   Calm compact service panels — July 2026
   Reduces visual density while preserving the editorial layout.
   ============================================================ */
.season-editorial{
  padding:38px 30px 40px;
}
.season-editorial__heading{
  margin-bottom:22px;
}
.season-panels{
  box-shadow:0 12px 28px rgba(39,43,38,.055);
}
.season-panel{
  min-height:640px;
  transform:none;
}
.season-panel__image{
  height:285px;
  flex-basis:285px;
}
.season-panel__content{
  min-height:355px;
  padding:24px 31px 25px;
}
.season-panel__content::before{
  top:-50px;
  height:76px;
  border-radius:50% 50% 0 0 / 82% 82% 0 0;
}
.season-panel__meta{
  min-height:31px;
  margin-bottom:18px;
}
.season-panel__number{
  flex-basis:54px;
  font-size:37px;
  line-height:.9;
}
.season-panel__label{
  padding-left:13px;
  font-size:9.2px;
  line-height:1.25;
  letter-spacing:.16em;
}
.season-panel h3{
  margin-bottom:17px;
  font-size:clamp(44px,2.85vw,58px);
  line-height:.9;
  letter-spacing:-.03em;
}
.season-panel p{
  max-width:29ch;
  font-size:14.25px;
  line-height:1.57;
  letter-spacing:-.004em;
}
.season-panel__link{
  width:154px;
  padding-bottom:6px;
  font-size:9.4px;
  letter-spacing:.15em;
}
.season-panel__link i{
  font-size:18px;
}
/* Keep the art direction, but make it nearly background texture. */
.season-panel--teens .season-panel__content::after{
  opacity:.045;
  width:250px;
  height:250px;
  right:-72px;
  bottom:-44px;
}
.season-panel--adults .season-panel__content::after,
.season-panel--families .season-panel__content::after{
  display:none;
}
.season-panel:hover,.season-panel:focus-visible{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(34,43,41,.09);
}
.season-panel:hover .season-panel__image img,
.season-panel:focus-visible .season-panel__image img{
  transform:scale(1.018);
}

@media(max-width:1180px){
  .season-panel{min-height:620px}
  .season-panel__image{height:275px;flex-basis:275px}
  .season-panel__content{min-height:345px;padding:24px 29px 25px}
}
@media(max-width:680px){
  .season-editorial{padding:42px 14px 26px}
  .season-panel{min-height:580px}
  .season-panel__image{height:255px;flex-basis:255px}
  .season-panel__content{min-height:325px;padding:23px 25px 24px}
  .season-panel h3{font-size:48px}
  .season-panel p{font-size:14px;max-width:32ch}
}


/* ============================================================
   Final restrained service-panel refinement — July 2026
   Smaller panels, image-led proportions, quieter details.
   ============================================================ */
@media (min-width:1181px){
  .season-editorial{
    padding:34px 18px 38px;
  }
  .season-editorial__heading{
    margin-bottom:20px;
  }
  .season-editorial__ornament{
    gap:18px;
    margin-top:13px;
  }
  .season-editorial__ornament span{
    width:78px;
    opacity:.34;
  }
  .season-panels{
    width:min(1840px,calc(100% - 12px));
    margin-inline:auto;
    box-shadow:0 10px 24px rgba(39,43,38,.045);
  }
  .season-panel{
    min-height:575px;
    border-right-color:rgba(36,56,71,.055);
  }
  .season-panel__image{
    height:325px;
    flex-basis:325px;
  }
  .season-panel__content{
    min-height:250px;
    padding:20px 28px 21px;
  }
  .season-panel__content::before{
    top:-38px;
    height:58px;
    border-radius:50% 50% 0 0 / 72% 72% 0 0;
  }
  .season-panel__meta{
    min-height:27px;
    margin-bottom:13px;
  }
  .season-panel__number{
    flex-basis:47px;
    font-size:32px;
  }
  .season-panel__label{
    padding-left:11px;
    font-size:8.5px;
    letter-spacing:.145em;
  }
  .season-panel h3{
    margin-bottom:13px;
    font-size:clamp(39px,2.45vw,50px);
    line-height:.91;
  }
  .season-panel p{
    max-width:30ch;
    font-size:13.25px;
    line-height:1.52;
  }
  .season-panel__link{
    width:132px;
    padding-bottom:5px;
    font-size:8.7px;
    letter-spacing:.14em;
  }
  .season-panel__link i{
    font-size:16px;
  }
  /* Photography is the artwork; only one faint motif remains. */
  .season-panel--teens .season-panel__content::after{
    opacity:.028;
    width:215px;
    height:215px;
    right:-60px;
    bottom:-48px;
  }
  .season-panel--adults .season-panel__content::after,
  .season-panel--families .season-panel__content::after{
    display:none !important;
  }
  /* More intentional crops rather than four identical centers. */
  .season-panel--children .season-panel__image img{object-position:44% 42%}
  .season-panel--teens .season-panel__image img{object-position:56% 43%}
  .season-panel--adults .season-panel__image img{object-position:64% 48%}
  .season-panel--families .season-panel__image img{object-position:60% 47%}
  .season-panel:hover,.season-panel:focus-visible{
    transform:translateY(-3px);
    box-shadow:0 14px 28px rgba(34,43,41,.075);
  }
  .season-panel:hover .season-panel__image img,
  .season-panel:focus-visible .season-panel__image img{
    transform:translateY(-2px) scale(1.025);
    filter:saturate(1.035);
  }
  .season-panel:hover .season-panel__link i,
  .season-panel:focus-visible .season-panel__link i{
    transform:translateX(6px);
  }
}

@media (max-width:1180px) and (min-width:681px){
  .season-panel{min-height:590px}
  .season-panel__image{height:315px;flex-basis:315px}
  .season-panel__content{min-height:275px;padding:22px 28px 23px}
  .season-panel__content::before{top:-40px;height:62px}
  .season-panel h3{font-size:46px}
  .season-panel p{font-size:13.75px}
}

@media (max-width:680px){
  .season-editorial__ornament{gap:14px;margin-top:12px}
  .season-editorial__ornament span{width:56px}
  .season-panel{min-height:540px}
  .season-panel__image{height:285px;flex-basis:285px}
  .season-panel__content{min-height:255px;padding:20px 23px 21px}
  .season-panel__content::before{top:-38px;height:58px}
  .season-panel__meta{margin-bottom:13px}
  .season-panel h3{font-size:43px;margin-bottom:13px}
  .season-panel p{font-size:13.5px;line-height:1.52}
  .season-panel__link{width:132px;font-size:8.8px}
}

/* ============================================================
   VERIFIED compact override — July 19, 2026
   Explicitly removes the heading anchor and shortens the panels.
   ============================================================ */
.season-editorial__ornament b,
.season-editorial__ornament svg,
.season-editorial__ornament img,
.season-editorial__ornament::before,
.season-editorial__ornament::after{
  display:none !important;
  content:none !important;
}
.season-editorial__ornament{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:22px !important;
  height:1px !important;
  margin:14px auto 0 !important;
}
.season-editorial__ornament span{
  display:block !important;
  width:68px !important;
  height:1px !important;
  background:#748176 !important;
  opacity:.38 !important;
}

@media (min-width:1181px){
  .season-editorial{padding:28px 18px 30px !important}
  .season-editorial__heading{margin-bottom:18px !important}
  .season-panels{width:min(1760px,calc(100% - 20px)) !important}
  .season-panel{min-height:520px !important}
  .season-panel__image{
    height:292px !important;
    min-height:292px !important;
    flex:0 0 292px !important;
  }
  .season-panel__content{
    min-height:228px !important;
    padding:17px 25px 18px !important;
  }
  .season-panel__content::before{
    top:-31px !important;
    height:47px !important;
    border-radius:50% 50% 0 0 / 62% 62% 0 0 !important;
  }
  .season-panel__meta{
    min-height:23px !important;
    margin-bottom:10px !important;
  }
  .season-panel__number{
    flex-basis:42px !important;
    font-size:29px !important;
  }
  .season-panel__label{
    padding-left:10px !important;
    font-size:7.8px !important;
    letter-spacing:.135em !important;
  }
  .season-panel h3{
    margin-bottom:10px !important;
    font-size:clamp(35px,2.15vw,45px) !important;
    line-height:.92 !important;
  }
  .season-panel p{
    max-width:31ch !important;
    font-size:12.35px !important;
    line-height:1.48 !important;
  }
  .season-panel__link{
    width:118px !important;
    padding-bottom:4px !important;
    font-size:7.9px !important;
    letter-spacing:.13em !important;
  }
  .season-panel__link i{font-size:14px !important}
  .season-panel--teens .season-panel__content::after{display:none !important}
}


/* ===== Anchored Philosophy editorial rebuild — July 2026 ===== */
.safe-seen-statement{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.35;max-width:24ch;margin-top:1rem;color:inherit}
.anchored-philosophy-page{background:#f5f0e7;color:#173f43}
.anchored-philosophy-hero{padding:clamp(8.5rem,13vw,13rem) 0 clamp(5rem,8vw,8rem);background:#f5f0e7}
.anchored-philosophy-hero__inner{max-width:1120px}
.anchored-philosophy-hero h1{font-size:clamp(3.7rem,7.5vw,7.7rem);line-height:.88;letter-spacing:-.045em;max-width:11ch;margin:.5rem 0 2.6rem;font-weight:500}
.anchored-philosophy-hero__intro{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,7rem);max-width:980px;margin-left:auto}
.anchored-philosophy-hero__intro p{font-size:clamp(1rem,1.25vw,1.13rem);line-height:1.9;margin:0}
.anchored-philosophy-hero__closing{margin:3.5rem 0 0 auto;max-width:980px;padding-top:1.25rem;border-top:1px solid rgba(23,63,67,.22);font-family:"Cormorant Garamond",Georgia,serif;font-size:1.35rem;font-style:italic}
.principle-story{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);min-height:860px;background:#fbf8f2}
.principle-story--reverse{grid-template-columns:minmax(430px,.92fr) minmax(0,1.08fr)}
.principle-story--reverse .principle-story__image{order:2}.principle-story--reverse .principle-story__copy{order:1}
.principle-story__image{min-height:720px;overflow:hidden}
.principle-story__image img{width:100%;height:100%;object-fit:cover;display:block}
.principle-story--safety .principle-story__image img{object-position:center 42%}
.principle-story--parts .principle-story__image img{object-position:center center}
.principle-story--wisdom .principle-story__image img{object-position:center center}
.principle-story__copy{padding:clamp(4rem,7vw,8rem);display:flex;flex-direction:column;justify-content:center;position:relative}
.principle-number{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(4rem,7vw,7.5rem);line-height:.8;color:rgba(23,63,67,.18);margin-bottom:1.5rem}
.principle-story__copy h2{font-size:clamp(3.25rem,5.7vw,6.15rem);line-height:.9;letter-spacing:-.035em;margin:.35rem 0 1.2rem;max-width:8ch;font-weight:500}
.principle-deck{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(1.45rem,2.15vw,2rem)!important;line-height:1.3!important;max-width:25ch;margin:0 0 2rem!important;color:#9b5b42}
.principle-story__copy>p:not(.eyebrow):not(.principle-deck){max-width:59ch;font-size:1rem;line-height:1.86;margin:0 0 1.2rem}
.anchored-reflection{margin-top:2.3rem;padding:1.6rem 1.75rem;border-top:1px solid rgba(23,63,67,.25);border-bottom:1px solid rgba(23,63,67,.25);background:rgba(255,255,255,.32)}
.anchored-reflection span{display:block;font-family:Manrope,sans-serif;font-size:.68rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;margin-bottom:.65rem}
.anchored-reflection p{font-family:"Cormorant Garamond",Georgia,serif;font-size:1.35rem!important;line-height:1.42!important;font-style:italic;margin:0!important;max-width:34ch!important}
.anchored-philosophy-closing{background:#173f43;color:#f7f0e5;padding:clamp(6rem,10vw,10rem) 0}
.anchored-philosophy-closing__inner{max-width:900px;text-align:center}
.anchored-philosophy-closing h2{font-size:clamp(3.3rem,6vw,6rem);line-height:.95;margin:1rem auto 2rem;max-width:13ch;color:inherit}
.anchored-philosophy-closing p{font-size:1.08rem;line-height:1.85;max-width:700px;margin:0 auto 1.15rem;color:rgba(247,240,229,.87)}
.anchored-philosophy-closing .btn{margin-top:1.8rem}

/* calmer, shorter editorial audience panels */
@media (min-width:900px){
  .season-panel{min-height:500px!important}
  .season-panel__image{height:285px!important;flex-basis:285px!important}
  .season-panel__content{min-height:215px!important;padding:18px 24px 20px!important}
  .season-panel__content::before{top:-28px!important;height:44px!important}
  .season-panel h3{font-size:40px!important;margin-bottom:9px!important}
  .season-panel p{font-size:13px!important;line-height:1.48!important;margin-bottom:14px!important}
  .season-panel__meta{margin-bottom:9px!important}
}
@media (max-width:900px){
  .anchored-philosophy-hero__intro{grid-template-columns:1fr;gap:1.2rem;margin-left:0}
  .principle-story,.principle-story--reverse{grid-template-columns:1fr;min-height:0}
  .principle-story--reverse .principle-story__image{order:1}.principle-story--reverse .principle-story__copy{order:2}
  .principle-story__image{min-height:58vw;height:58vw}
  .principle-story__copy{padding:4.5rem 7vw 5.5rem}
  .principle-story__copy h2{max-width:11ch}
}
@media (max-width:600px){
  .anchored-philosophy-hero{padding-top:7.5rem}
  .anchored-philosophy-hero h1{font-size:3.65rem}
  .principle-story__image{height:78vw;min-height:78vw}
  .principle-story__copy{padding:3.5rem 24px 4.25rem}
  .principle-number{font-size:4.2rem}
  .principle-story__copy h2{font-size:3.45rem}
}

/* ===== About Jess + Services editorial update — July 2026 ===== */
.about-jess-hero{padding:clamp(7.5rem,11vw,11rem) 0 clamp(4rem,7vw,7rem);background:#f5f0e7}
.about-jess-hero__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);gap:clamp(3rem,7vw,8rem);align-items:center}
.about-jess-hero__copy h1{font-size:clamp(3.5rem,6.4vw,6.8rem);line-height:.91;letter-spacing:-.04em;max-width:10.5ch;margin:.75rem 0 2rem}
.about-jess-hero__copy>p{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.4;max-width:27ch;color:#9b5b42}
.about-jess-hero__image{margin:0;min-height:650px;overflow:hidden}
.about-jess-hero__image img{width:100%;height:100%;min-height:650px;object-fit:cover;object-position:center 36%;display:block}
.about-story-section,.about-practice-section{background:#fbf8f2}.about-journey-section{background:#e8e1d4}.credentials-section{background:#f5f0e7}.beyond-section{background:#fbf8f2}
.about-editorial-grid{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);gap:clamp(3rem,8vw,9rem);align-items:start}
.about-section-label{position:sticky;top:130px}.about-section-label h2{font-size:clamp(2.8rem,4.6vw,5rem);line-height:.95;letter-spacing:-.03em;max-width:9ch;margin:.8rem 0 0}
.about-long-copy{max-width:760px}.about-long-copy p{font-size:1.04rem;line-height:1.9;margin:0 0 1.45rem}.about-long-copy strong{font-weight:700;color:#173f43}
.about-pullquote{margin:3rem 0 0;padding:1.8rem 0;border-top:1px solid rgba(23,63,67,.25);border-bottom:1px solid rgba(23,63,67,.25);font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(1.55rem,2.4vw,2.15rem);line-height:1.35;font-style:italic;color:#9b5b42}
.credentials-heading{max-width:800px}.credentials-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:3rem;background:rgba(23,63,67,.16);border:1px solid rgba(23,63,67,.16)}
.credential-card{background:#f5f0e7;padding:clamp(2rem,3.2vw,3.4rem);min-height:270px}.credential-card>span,.support-card>span,.approaches-editorial-grid article>span{display:block;font-family:"Cormorant Garamond",Georgia,serif;font-size:2.5rem;color:rgba(23,63,67,.28);margin-bottom:2rem}.credential-card h3{font-size:2rem;margin:0 0 1.1rem}.credential-card p{font-size:.9rem;line-height:1.75;margin:0}.credential-card em{color:#9b5b42}
.beyond-panel{background:#173f43;color:#f7f0e5;padding:clamp(3.5rem,7vw,7rem);display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(3rem,7vw,8rem)}.beyond-panel h2{color:inherit;font-size:clamp(3rem,5vw,5.4rem);line-height:.95;max-width:8ch;margin:.8rem 0}.beyond-panel p{color:rgba(247,240,229,.86);font-size:1rem;line-height:1.85;margin:0 0 1.2rem}.beyond-signoff{font-family:"Cormorant Garamond",Georgia,serif!important;font-size:1.45rem!important;color:#f7f0e5!important}
.services-hero p{max-width:680px;font-size:1.05rem;line-height:1.8;margin-top:1.5rem}.who-support-section{background:#f5f0e7}.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:3.5rem;background:rgba(23,63,67,.17);border:1px solid rgba(23,63,67,.17)}.support-card{background:#fbf8f2;padding:clamp(2.3rem,4vw,4.2rem);min-height:430px}.support-card h3{font-size:clamp(2.2rem,3.2vw,3.5rem);line-height:1;margin:0 0 1.4rem}.support-card p{font-size:.94rem;line-height:1.78;margin:0 0 1rem}
.approaches-section{background:#e8e1d4}.approaches-editorial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;margin-top:3.5rem;background:rgba(23,63,67,.16);border:1px solid rgba(23,63,67,.16)}.approaches-editorial-grid article{background:#e8e1d4;padding:clamp(2.2rem,4vw,4rem);min-height:285px}.approaches-editorial-grid h3{font-size:clamp(2rem,3vw,3.15rem);line-height:1;margin:0 0 1.1rem}.approaches-editorial-grid p{max-width:48ch;font-size:.94rem;line-height:1.75;margin:0}.approaches-editorial-grid article>span{margin-bottom:1.3rem}
@media(max-width:900px){.about-jess-hero__grid,.about-editorial-grid,.beyond-panel{grid-template-columns:1fr}.about-jess-hero__image,.about-jess-hero__image img{min-height:62vw}.about-section-label{position:static}.about-section-label h2{max-width:13ch}.credentials-grid,.support-grid{grid-template-columns:1fr 1fr}.credentials-grid .credential-card{min-height:230px}}
@media(max-width:620px){.about-jess-hero{padding-top:7rem}.about-jess-hero__copy h1{font-size:3.65rem}.about-jess-hero__image,.about-jess-hero__image img{min-height:95vw}.credentials-grid,.support-grid,.approaches-editorial-grid{grid-template-columns:1fr}.credential-card,.support-card,.approaches-editorial-grid article{min-height:0}.about-editorial-grid{gap:2.2rem}.beyond-panel{padding:3.25rem 24px}}

/* 2026 About Jess editorial organization refinement */
.about-page .about-jess-hero__copy > p{display:none!important}
.about-page .about-jess-hero__copy h1{margin-bottom:0!important}
.about-page .about-story-section,
.about-page .about-practice-section{padding-block:clamp(4.5rem,7vw,7.5rem)}
.about-page .about-journey-section{padding-block:clamp(4.5rem,7vw,7.5rem)}
.about-content-panel{
  width:min(1180px,100%);
  margin-inline:auto;
  padding:clamp(2.4rem,5vw,5.25rem);
  border:1px solid rgba(23,63,67,.14);
  background:rgba(255,255,255,.66);
  box-shadow:0 24px 70px rgba(27,49,49,.07);
}
.about-journey-panel{background:#f7f1e7}
.about-practice-panel{background:#f4f7f4}
.about-panel-heading{
  display:grid;
  grid-template-columns:minmax(180px,.42fr) minmax(0,1fr);
  gap:clamp(2rem,6vw,7rem);
  align-items:end;
  padding-bottom:clamp(2rem,3vw,3.25rem);
  margin-bottom:clamp(2rem,4vw,4rem);
  border-bottom:1px solid rgba(23,63,67,.16);
}
.about-panel-heading h2{
  margin:0;
  max-width:12ch;
  font-size:clamp(2.8rem,5vw,5.3rem);
  line-height:.94;
  letter-spacing:-.035em;
}
.about-story-columns{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  gap:clamp(2.5rem,6vw,7rem);
}
.about-story-lead p:first-child{
  margin-top:0;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(1.65rem,2.4vw,2.25rem);
  line-height:1.35;
  color:#173f43;
}
.about-story-columns p,
.about-long-copy--contained p{
  max-width:62ch;
  font-size:1rem;
  line-height:1.9;
  color:#53696e;
}
.about-story-detail{
  padding-left:clamp(1.5rem,3vw,3rem);
  border-left:1px solid rgba(23,63,67,.16);
}
.about-long-copy--contained{
  width:min(760px,100%);
  margin-left:auto;
}
.about-long-copy--contained .about-pullquote{
  margin-top:2.6rem;
  padding:1.8rem 0 0;
  border-top:1px solid rgba(23,63,67,.18);
}
@media(max-width:900px){
  .about-panel-heading,
  .about-story-columns{grid-template-columns:1fr}
  .about-panel-heading{gap:1rem}
  .about-panel-heading h2{max-width:13ch}
  .about-story-detail{padding-left:0;padding-top:2rem;border-left:0;border-top:1px solid rgba(23,63,67,.16)}
  .about-long-copy--contained{width:100%;margin-left:0}
}
@media(max-width:620px){
  .about-content-panel{padding:2.25rem 1.4rem}
  .about-panel-heading h2{font-size:2.85rem}
}

/* About Jess — editorial full-width redesign */
.about-page .about-hero-full{position:relative;min-height:clamp(560px,72vh,820px);overflow:hidden;background:#173f43}
.about-page .about-hero-full>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 48%;display:block}
.about-page .about-hero-full__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,31,34,.64) 0%,rgba(10,31,34,.28) 48%,rgba(10,31,34,.05) 78%)}
.about-page .about-hero-full__content{position:relative;z-index:1;min-height:clamp(560px,72vh,820px);display:flex;align-items:flex-end;padding-bottom:clamp(3.5rem,7vw,7rem)}
.about-page .about-hero-full h1{color:#fff;font-size:clamp(3.8rem,7.2vw,7.7rem);line-height:.9;letter-spacing:-.045em;max-width:8.5ch;margin:0;text-wrap:balance}
.about-story-editorial{background:#fbf8f2;padding-block:clamp(5rem,9vw,10rem)}
.about-story-editorial__grid{display:grid;grid-template-columns:minmax(350px,.9fr) minmax(0,1.1fr);gap:clamp(3.5rem,8vw,9rem);align-items:center}
.about-story-editorial__image{margin:0;min-height:760px;overflow:hidden}
.about-story-editorial__image img{width:100%;height:100%;min-height:760px;object-fit:cover;display:block}
.about-story-editorial__copy{max-width:680px}
.about-story-editorial__copy h2,.about-learning-copy h2,.about-experience-wrap h2{font-size:clamp(3rem,5vw,5.6rem);line-height:.96;letter-spacing:-.035em;margin:.7rem 0 2rem;color:#173f43;text-wrap:balance}
.about-story-editorial__copy p,.about-learning-copy p,.about-experience-copy p{font-family:"Manrope",sans-serif;font-size:clamp(1.02rem,1.3vw,1.18rem);line-height:1.85;color:#5f7478;margin:0 0 1.35rem}
.about-story-editorial__copy p:first-of-type::first-letter{float:left;font-family:"Cormorant Garamond",Georgia,serif;font-size:5.8rem;line-height:.72;padding:.16rem .7rem 0 0;color:#9b5b42}
.about-learning-section{background:#e8e1d4;padding-block:clamp(5rem,9vw,10rem)}
.about-learning-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.72fr);gap:clamp(4rem,8vw,9rem);align-items:start}
.about-learning-copy{max-width:760px}
.about-pullquote{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.25;color:#173f43;border-left:1px solid rgba(23,63,67,.35);padding-left:1.6rem;margin:3rem 0 0}
.credentials-card{background:#f8f3ea;border:1px solid rgba(23,63,67,.18);padding:clamp(2rem,4vw,3.5rem);position:sticky;top:110px}
.credentials-card__item{padding:1.55rem 0;border-top:1px solid rgba(23,63,67,.14)}
.credentials-card__item:first-of-type{margin-top:1.25rem}
.credentials-card__item span{display:block;font:700 .72rem/1.2 "Manrope",sans-serif;letter-spacing:.16em;text-transform:uppercase;color:#9b5b42;margin-bottom:.65rem}
.credentials-card__item strong{display:block;font-family:"Cormorant Garamond",Georgia,serif;font-size:1.48rem;line-height:1.2;color:#173f43;margin:.32rem 0}
.credentials-card__item p{font-size:.92rem;line-height:1.65;color:#64777a;margin:.35rem 0 0}
.credentials-card__item em{font-family:"Manrope",sans-serif;font-size:.76rem;font-weight:500;color:#7b8b8e}
.about-experience-section{background:#fbf8f2;padding-block:clamp(6rem,10vw,11rem)}
.about-experience-wrap{max-width:1120px}
.about-experience-wrap h2{max-width:12ch}
.about-experience-copy{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(2rem,4vw,4rem);margin:3.2rem 0 2rem;padding-top:2.2rem;border-top:1px solid rgba(23,63,67,.18)}
.about-experience-copy p{margin:0}
.about-beyond-refined{padding-block:clamp(5rem,8vw,9rem)}
.about-beyond-refined .beyond-panel{align-items:start}
@media(max-width:900px){
  .about-page .about-hero-full,.about-page .about-hero-full__content{min-height:70vw}
  .about-page .about-hero-full__shade{background:linear-gradient(0deg,rgba(10,31,34,.68),rgba(10,31,34,.05) 65%)}
  .about-story-editorial__grid,.about-learning-grid{grid-template-columns:1fr}
  .about-story-editorial__image,.about-story-editorial__image img{min-height:78vw;max-height:820px}
  .about-story-editorial__copy{max-width:none}
  .credentials-card{position:static;max-width:650px}
  .about-experience-copy{grid-template-columns:1fr;max-width:720px}
}
@media(max-width:620px){
  .about-page .about-hero-full,.about-page .about-hero-full__content{min-height:78vh}
  .about-page .about-hero-full>img{object-position:58% center}
  .about-page .about-hero-full h1{font-size:clamp(3.5rem,17vw,5.4rem)}
  .about-story-editorial__grid{gap:3rem}
  .about-story-editorial__image,.about-story-editorial__image img{min-height:120vw}
  .about-story-editorial__copy p:first-of-type::first-letter{font-size:4.8rem}
  .about-learning-grid{gap:3rem}
  .credentials-card{padding:2rem 1.4rem}
}

/* About page composition refinement — July 2026 */
.about-page .about-story-editorial,
.about-page .about-learning-section,
.about-page .about-experience-section,
.about-page .about-beyond-editorial{
  padding-block:clamp(4.25rem,7vw,7rem);
}

.about-page .about-story-editorial__grid{
  grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);
  gap:clamp(3rem,6vw,6.5rem);
  align-items:start;
}

.about-page .about-story-editorial__image{
  min-height:0;
  height:clamp(520px,57vw,760px);
  margin-top:clamp(4.5rem,8vw,8rem);
}

.about-page .about-story-editorial__image img{
  min-height:0;
  height:100%;
  object-position:center center;
}

.about-page .about-story-editorial__copy{
  max-width:690px;
}

.about-page .about-story-editorial__copy h2,
.about-page .about-learning-copy h2,
.about-page .about-experience-wrap h2{
  margin-bottom:1.45rem;
}

.about-page .about-story-editorial__copy p,
.about-page .about-learning-copy p,
.about-page .about-experience-copy p{
  line-height:1.72;
  margin-bottom:1.1rem;
}

.about-page .about-learning-grid{
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.68fr);
  gap:clamp(3rem,6vw,6rem);
}

.about-page .credentials-card{
  position:static;
  top:auto;
  margin-top:clamp(2rem,4vw,4.5rem);
}

.about-page .about-pullquote{
  margin-top:2.25rem;
}

.about-page .about-experience-copy{
  gap:clamp(1.6rem,3vw,3rem);
  margin-top:2.4rem;
  padding-top:1.8rem;
}

.about-beyond-editorial{
  background:#f4efe6;
}

.about-beyond-editorial__inner{
  display:grid;
  grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);
  column-gap:clamp(3rem,7vw,7rem);
  row-gap:clamp(2.5rem,5vw,5rem);
  align-items:start;
}

.about-beyond-editorial__intro{
  max-width:560px;
  padding-top:clamp(.5rem,2vw,1.5rem);
}

.about-beyond-editorial__intro h2{
  font-size:clamp(3rem,5vw,5.4rem);
  line-height:.96;
  letter-spacing:-.035em;
  color:#173f43;
  margin:.75rem 0 1.5rem;
  text-wrap:balance;
}

.about-beyond-editorial__lead{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(1.65rem,2.5vw,2.35rem);
  line-height:1.28;
  color:#284f54;
  margin:0;
}

.about-beyond-editorial__lead span{
  white-space:nowrap;
  color:#9b5b42;
}

.about-beyond-gallery{
  display:grid;
  grid-template-columns:minmax(0,1.38fr) minmax(220px,.72fr);
  gap:clamp(1rem,2vw,1.65rem);
  align-items:end;
}

.about-beyond-gallery figure{
  margin:0;
  overflow:hidden;
  background:#d8e2df;
}

.about-beyond-gallery__wide{
  height:clamp(360px,39vw,570px);
}

.about-beyond-gallery__portrait{
  height:clamp(430px,48vw,670px);
}

.about-beyond-gallery img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.about-beyond-gallery__wide img{
  object-position:center 46%;
}

.about-beyond-gallery__portrait img{
  object-position:center center;
}

.about-beyond-editorial__copy{
  grid-column:2;
  max-width:820px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(1.5rem,3vw,3rem);
  padding-top:clamp(1.25rem,2vw,2rem);
  border-top:1px solid rgba(23,63,67,.18);
}

.about-beyond-editorial__copy p{
  font-family:"Manrope",sans-serif;
  font-size:clamp(1rem,1.25vw,1.12rem);
  line-height:1.75;
  color:#5f7478;
  margin:0;
}

@media (max-width: 980px){
  .about-page .about-story-editorial__grid,
  .about-page .about-learning-grid,
  .about-beyond-editorial__inner{
    grid-template-columns:1fr;
  }

  .about-page .about-story-editorial__copy{
    order:1;
  }

  .about-page .about-story-editorial__image{
    order:2;
    margin-top:.5rem;
    height:min(90vw,720px);
  }

  .about-page .credentials-card{
    margin-top:0;
  }

  .about-beyond-gallery,
  .about-beyond-editorial__copy{
    grid-column:1;
  }

  .about-beyond-editorial__intro{
    max-width:720px;
  }
}

@media (max-width: 680px){
  .about-page .about-story-editorial,
  .about-page .about-learning-section,
  .about-page .about-experience-section,
  .about-page .about-beyond-editorial{
    padding-block:3.75rem;
  }

  .about-page .about-story-editorial__grid,
  .about-page .about-learning-grid{
    gap:2.4rem;
  }

  .about-page .about-story-editorial__image{
    height:112vw;
    max-height:620px;
  }

  .about-beyond-gallery{
    grid-template-columns:1fr;
  }

  .about-beyond-gallery__wide{
    height:67vw;
    min-height:270px;
  }

  .about-beyond-gallery__portrait{
    height:116vw;
    max-height:670px;
    width:78%;
    justify-self:end;
    margin-top:-1rem;
  }

  .about-beyond-editorial__copy{
    grid-template-columns:1fr;
  }

  .about-beyond-editorial__lead span{
    white-space:normal;
  }
}

/* About page final composition pass — compact, organic editorial flow */
.about-page .about-story-editorial,
.about-page .about-learning-section,
.about-page .about-experience-section,
.about-page .about-beyond-editorial{
  padding-block:clamp(3.75rem,5.8vw,6rem);
}

.about-page .about-story-editorial__grid{
  grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);
  gap:clamp(2.75rem,5vw,5.5rem);
  align-items:start;
}

.about-page .about-story-editorial__image{
  height:clamp(470px,48vw,650px);
  margin-top:clamp(5.25rem,7vw,7rem);
}

.about-page .about-story-editorial__copy h2{
  margin-bottom:1.2rem;
}

.about-page .about-story-editorial__copy p,
.about-page .about-learning-copy p,
.about-page .about-experience-copy p{
  line-height:1.68;
  margin-bottom:1rem;
}

.about-page .about-learning-grid{
  grid-template-columns:minmax(0,1.28fr) minmax(290px,.72fr);
  gap:clamp(2.75rem,5vw,5rem);
}

.about-page .credentials-card{
  margin-top:1.25rem;
  padding:clamp(1.75rem,3vw,2.65rem);
}

.about-page .credentials-card__item{
  padding:1.2rem 0;
}

.about-page .about-pullquote{
  margin-top:1.9rem;
}

.about-page .about-experience-section{
  padding-bottom:clamp(4rem,6vw,6.25rem);
}

.about-page .about-experience-copy{
  margin:2rem 0 1.5rem;
  padding-top:1.45rem;
  gap:clamp(1.4rem,2.5vw,2.5rem);
}

.about-beyond-editorial__inner{
  grid-template-columns:minmax(260px,.66fr) minmax(0,1.34fr);
  column-gap:clamp(2.5rem,5vw,5.5rem);
  row-gap:clamp(2rem,3.5vw,3.5rem);
}

.about-beyond-editorial__intro{
  padding-top:.25rem;
}

.about-beyond-editorial__intro h2{
  margin:.65rem 0 1.2rem;
}

.about-beyond-editorial__lead{
  font-size:clamp(1.55rem,2.25vw,2.15rem);
}

.about-beyond-gallery{
  grid-template-columns:minmax(0,1.48fr) minmax(210px,.72fr);
  gap:clamp(.85rem,1.5vw,1.35rem);
}

.about-beyond-gallery__wide{
  height:clamp(330px,34vw,500px);
}

.about-beyond-gallery__portrait{
  height:clamp(410px,42vw,610px);
}

.about-beyond-gallery__wide img{
  object-position:center 48%;
}

.about-beyond-editorial__copy{
  grid-column:2;
  max-width:900px;
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(210px,.7fr) minmax(0,1fr);
  gap:clamp(1.35rem,2.5vw,2.5rem);
  padding-top:1.35rem;
  align-items:start;
}

.about-beyond-editorial__copy p{
  line-height:1.68;
}

.about-beyond-editorial__belief{
  font-family:"Cormorant Garamond",Georgia,serif !important;
  font-size:clamp(1.55rem,2.2vw,2.1rem) !important;
  line-height:1.28 !important;
  color:#284f54 !important;
}

.about-beyond-values{
  display:flex;
  flex-direction:column;
  gap:.55rem;
  padding-left:1.2rem;
  border-left:1px solid rgba(23,63,67,.24);
  font-family:"Manrope",sans-serif;
  font-size:.95rem;
  line-height:1.45;
  color:#315d61;
}

.about-beyond-editorial__copy p:last-child{
  grid-column:3;
}

@media (max-width:980px){
  .about-page .about-story-editorial__image{
    margin-top:0;
    height:min(76vw,620px);
  }

  .about-beyond-editorial__copy{
    grid-template-columns:1fr 1fr;
  }

  .about-beyond-editorial__belief{
    grid-column:1;
  }

  .about-beyond-values{
    grid-column:2;
  }

  .about-beyond-editorial__copy p:nth-of-type(2),
  .about-beyond-editorial__copy p:last-child{
    grid-column:auto;
  }
}

@media (max-width:680px){
  .about-page .about-story-editorial,
  .about-page .about-learning-section,
  .about-page .about-experience-section,
  .about-page .about-beyond-editorial{
    padding-block:3.2rem;
  }

  .about-page .about-story-editorial__grid,
  .about-page .about-learning-grid{
    gap:2rem;
  }

  .about-page .about-story-editorial__image{
    height:105vw;
    max-height:560px;
  }

  .about-beyond-gallery__wide{
    height:62vw;
    min-height:245px;
  }

  .about-beyond-gallery__portrait{
    width:74%;
    height:105vw;
    max-height:610px;
    margin-top:-.65rem;
  }

  .about-beyond-editorial__copy{
    grid-template-columns:1fr;
    gap:1.25rem;
  }

  .about-beyond-editorial__belief,
  .about-beyond-values,
  .about-beyond-editorial__copy p:nth-of-type(2),
  .about-beyond-editorial__copy p:last-child{
    grid-column:1;
  }
}

/* About Jess — consolidated editorial system (July 2026) */
.about-page{
  --about-ink:#183f43;
  --about-copy:#586f73;
  --about-cream:#f7f2e9;
  --about-warm:#e8e0d3;
  --about-line:rgba(24,63,67,.16);
}
.about-page main{overflow:hidden}
.about-page .site-header{background:rgba(250,248,244,.96);border-bottom:1px solid rgba(24,63,67,.08)}
.about-page .section{padding-block:clamp(5rem,8vw,8.5rem)}

.about-page .about-hero-full,
.about-page .about-hero-full__content{min-height:clamp(620px,78vh,880px)}
.about-page .about-hero-full>img{object-position:center 48%}
.about-page .about-hero-full__shade{background:linear-gradient(90deg,rgba(8,28,31,.7) 0%,rgba(8,28,31,.32) 48%,rgba(8,28,31,.08) 78%)}
.about-page .about-hero-full__content{align-items:flex-end;padding-bottom:clamp(4rem,7vw,7rem)}
.about-page .about-hero-full h1{font-size:clamp(4rem,7vw,7.3rem);max-width:9ch;font-weight:500}

.about-page .about-story-editorial{background:#fbf9f5}
.about-page .about-story-editorial__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);
  gap:clamp(4rem,8vw,9rem);
  align-items:start;
}
.about-page .about-story-editorial__copy{max-width:670px;padding-top:clamp(.5rem,2vw,1.5rem)}
.about-page .about-story-editorial__copy h2,
.about-page .about-learning-copy h2,
.about-page .about-experience-wrap h2,
.about-page .about-beyond-editorial__intro h2{
  font-size:clamp(3.1rem,5vw,5.35rem);
  line-height:.98;
  letter-spacing:-.035em;
  color:var(--about-ink);
  margin:.65rem 0 1.65rem;
}
.about-page .about-story-editorial__copy p,
.about-page .about-learning-copy p,
.about-page .about-experience-copy p,
.about-page .about-beyond-editorial__copy p{
  font-size:clamp(1rem,1.15vw,1.1rem);
  line-height:1.82;
  color:var(--about-copy);
}
.about-page .about-story-editorial__copy p{margin:0 0 1.25rem}
.about-page .about-story-editorial__image{
  width:100%;
  height:clamp(520px,56vw,760px);
  min-height:0;
  margin:clamp(6rem,10vw,10rem) 0 0;
  overflow:hidden;
}
.about-page .about-story-editorial__image img{width:100%;height:100%;min-height:0;object-fit:cover;display:block}
.about-page .about-story-editorial__copy p:first-of-type::first-letter{font-size:5.25rem;line-height:.76;padding:.12rem .65rem 0 0}

.about-page .about-learning-section{background:var(--about-warm)}
.about-page .about-learning-grid{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(320px,.72fr);
  gap:clamp(4rem,8vw,8rem);
  align-items:start;
}
.about-page .about-learning-copy{max-width:740px}
.about-page .about-learning-copy p{margin:0 0 1.25rem}
.about-page .credentials-card{
  position:static;
  margin:0;
  background:rgba(250,247,241,.88);
  border:1px solid var(--about-line);
  padding:clamp(2rem,3vw,3rem);
  box-shadow:none;
}
.about-page .credentials-card__item{padding:1.35rem 0}
.about-page .credentials-card__item strong{font-size:1.38rem}
.about-page .about-pullquote{margin-top:2.5rem;padding:1.5rem 0 1.5rem 1.5rem;font-size:clamp(1.75rem,2.6vw,2.45rem)}

.about-page .about-experience-section{background:#fbf9f5}
.about-page .about-experience-wrap{max-width:1180px}
.about-page .about-experience-wrap h2{max-width:13ch}
.about-page .about-experience-copy{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(2rem,4vw,4rem);
  margin:3rem 0 2rem;
  padding-top:2rem;
  border-top:1px solid var(--about-line);
}
.about-page .about-experience-copy p{margin:0}

.about-page .about-beyond-editorial{background:var(--about-cream)}
.about-page .about-beyond-editorial__inner{
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
  column-gap:clamp(4rem,8vw,8rem);
  row-gap:clamp(3rem,5vw,5rem);
  align-items:start;
}
.about-page .about-beyond-editorial__intro{max-width:500px;padding-top:.5rem}
.about-page .about-beyond-editorial__lead{font-size:clamp(1.55rem,2.3vw,2.15rem);line-height:1.35}
.about-page .about-beyond-gallery{display:grid;grid-template-columns:1.18fr .82fr;gap:clamp(1rem,2vw,1.5rem);align-items:end}
.about-page .about-beyond-gallery__wide{height:clamp(380px,39vw,565px)}
.about-page .about-beyond-gallery__portrait{height:clamp(380px,39vw,565px)}
.about-page .about-beyond-editorial__copy{
  grid-column:2;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(1.5rem,3vw,3rem);
  max-width:850px;
  padding-top:2rem;
  border-top:1px solid var(--about-line);
}
.about-page .about-beyond-editorial__belief{grid-column:1/-1;font-family:"Cormorant Garamond",Georgia,serif!important;font-size:clamp(1.7rem,2.5vw,2.3rem)!important;line-height:1.3!important;color:var(--about-ink)!important}
.about-page .about-beyond-values{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:.7rem 2rem;padding:1.5rem 0;border-top:1px solid var(--about-line);border-bottom:1px solid var(--about-line)}
.about-page .about-beyond-values span{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(1.35rem,2vw,1.75rem);color:var(--about-ink)}
.about-page .final-cta{padding-block:clamp(4rem,7vw,6rem);background:#fbf9f5}
.about-page .about-cta-panel{border-radius:8px;box-shadow:none}

@media(max-width:900px){
  .about-page .about-hero-full,.about-page .about-hero-full__content{min-height:72vw}
  .about-page .about-story-editorial__grid,
  .about-page .about-learning-grid,
  .about-page .about-beyond-editorial__inner{grid-template-columns:1fr}
  .about-page .about-story-editorial__copy{max-width:760px}
  .about-page .about-story-editorial__image{height:min(82vw,720px);margin-top:1rem}
  .about-page .credentials-card{max-width:680px}
  .about-page .about-experience-copy{grid-template-columns:1fr;max-width:760px}
  .about-page .about-beyond-editorial__intro{max-width:720px}
  .about-page .about-beyond-editorial__copy{grid-column:1;max-width:none}
}
@media(max-width:620px){
  .about-page .section{padding-block:4.5rem}
  .about-page .about-hero-full,.about-page .about-hero-full__content{min-height:76svh}
  .about-page .about-hero-full>img{object-position:58% center}
  .about-page .about-hero-full__shade{background:linear-gradient(0deg,rgba(8,28,31,.72),rgba(8,28,31,.08) 68%)}
  .about-page .about-hero-full h1{font-size:clamp(3.45rem,16vw,5rem)}
  .about-page .about-story-editorial__grid{gap:2.5rem}
  .about-page .about-story-editorial__image{height:118vw;margin-top:0}
  .about-page .about-story-editorial__copy p:first-of-type::first-letter{font-size:4.4rem}
  .about-page .credentials-card{padding:1.8rem 1.25rem}
  .about-page .about-beyond-gallery{grid-template-columns:1fr 1fr;gap:.75rem}
  .about-page .about-beyond-gallery__wide,
  .about-page .about-beyond-gallery__portrait{height:78vw}
  .about-page .about-beyond-editorial__copy{grid-template-columns:1fr}
  .about-page .about-beyond-editorial__belief,
  .about-page .about-beyond-values{grid-column:1}
  .about-page .about-beyond-values{grid-template-columns:1fr}
  .about-page .cta-panel{border-radius:8px}
}

/* About Jess — Beyond Therapy wording refinement */
.about-page .about-beyond-editorial__copy{
  grid-column:1 / -1;
  display:block;
  max-width:880px;
  margin:0 auto;
  padding-top:clamp(2.25rem,4vw,3.5rem);
  border-top:1px solid var(--about-line);
  text-align:center;
}

.about-page .about-beyond-editorial__belief{
  max-width:720px;
  margin:0 auto clamp(1.75rem,3vw,2.5rem) !important;
  font-family:"Cormorant Garamond",Georgia,serif !important;
  font-size:clamp(1.9rem,3vw,2.65rem) !important;
  line-height:1.25 !important;
  color:var(--about-ink) !important;
}

.about-page .about-beyond-values{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1rem;
  margin:0 0 clamp(2rem,4vw,3rem);
  padding:clamp(1.35rem,2.5vw,1.8rem) 0;
  border-top:1px solid var(--about-line);
  border-bottom:1px solid var(--about-line);
}

.about-page .about-beyond-values span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:2.8rem;
  padding:0 .75rem;
  font-family:"Manrope",sans-serif;
  font-size:clamp(.78rem,1vw,.92rem);
  font-weight:600;
  line-height:1.45;
  letter-spacing:.07em;
  text-transform:uppercase;
  color:#315d61;
}

.about-page .about-beyond-editorial__copy > p:not(.about-beyond-editorial__belief){
  max-width:760px;
  margin:0 auto 1.15rem;
  font-size:clamp(1rem,1.15vw,1.08rem);
  line-height:1.82;
  color:var(--about-copy);
}

.about-page .about-beyond-editorial__copy > p:last-child{
  margin-bottom:0;
}

@media(max-width:760px){
  .about-page .about-beyond-values{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:480px){
  .about-page .about-beyond-editorial__copy{
    text-align:left;
  }
  .about-page .about-beyond-editorial__belief,
  .about-page .about-beyond-editorial__copy > p:not(.about-beyond-editorial__belief){
    margin-left:0 !important;
    margin-right:0 !important;
  }
  .about-page .about-beyond-values{
    grid-template-columns:1fr;
    gap:.35rem;
  }
  .about-page .about-beyond-values span{
    justify-content:flex-start;
    padding:.35rem 0;
    min-height:0;
  }
}


/* About Jess — isolated Beyond Therapy reflection layout */
.about-page .about-beyond-reflection{
  grid-column:1 / -1;
  width:min(100%, 940px);
  margin:0 auto;
  padding:clamp(2.75rem,5vw,4.75rem) 0 0;
  border-top:1px solid rgba(20,69,74,.18);
  text-align:center;
}
.about-page .about-beyond-reflection__lead{
  width:min(100%, 720px);
  margin:0 auto clamp(2rem,3.5vw,3rem);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(2rem,3.2vw,3rem);
  font-weight:500;
  line-height:1.18;
  letter-spacing:-.02em;
  color:var(--about-ink);
}
.about-page .about-beyond-reflection__values{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  width:100%;
  margin:0 0 clamp(2.25rem,4vw,3.5rem);
  padding:0;
  list-style:none;
  border-top:1px solid rgba(20,69,74,.18);
  border-bottom:1px solid rgba(20,69,74,.18);
}
.about-page .about-beyond-reflection__values li{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  min-height:92px;
  padding:1.25rem 1rem;
  font-family:"Manrope",sans-serif;
  font-size:clamp(.78rem,.95vw,.9rem);
  font-weight:600;
  line-height:1.45;
  letter-spacing:.065em;
  text-transform:uppercase;
  color:#315d61;
}
.about-page .about-beyond-reflection__values li + li{
  border-left:1px solid rgba(20,69,74,.18);
}
.about-page .about-beyond-reflection__body{
  width:min(100%, 735px);
  margin:0 auto;
}
.about-page .about-beyond-reflection__body p{
  margin:0 0 1.2rem;
  font-family:"Manrope",sans-serif;
  font-size:clamp(1rem,1.15vw,1.08rem);
  line-height:1.82;
  color:var(--about-copy);
}
.about-page .about-beyond-reflection__body p:last-child{margin-bottom:0}

@media(max-width:760px){
  .about-page .about-beyond-reflection__values{grid-template-columns:1fr 1fr}
  .about-page .about-beyond-reflection__values li:nth-child(odd){border-left:0}
  .about-page .about-beyond-reflection__values li:nth-child(n+3){border-top:1px solid rgba(20,69,74,.18)}
}
@media(max-width:480px){
  .about-page .about-beyond-reflection{text-align:left}
  .about-page .about-beyond-reflection__lead,
  .about-page .about-beyond-reflection__body{margin-left:0;margin-right:0}
  .about-page .about-beyond-reflection__values{grid-template-columns:1fr}
  .about-page .about-beyond-reflection__values li{
    justify-content:flex-start;
    min-height:0;
    padding:1rem 0;
    border-left:0!important;
  }
  .about-page .about-beyond-reflection__values li + li{border-top:1px solid rgba(20,69,74,.18)}
}

/* =========================================================
   ABOUT JESS — BEYOND THERAPY THREE-PHOTO GALLERY (V5)
   Isolated from legacy About-page gallery rules.
========================================================= */
.about-page .about-beyond-gallery-v5{
  display:grid;
  grid-template-rows:minmax(0, 1.58fr) minmax(0, .82fr);
  gap:clamp(.85rem, 1.3vw, 1.25rem);
  width:100%;
  min-width:0;
  align-self:stretch;
}

.about-page .about-beyond-gallery-v5 figure{
  margin:0;
  min-width:0;
  overflow:hidden;
  background:#e9e5dd;
}

.about-page .about-beyond-gallery-v5__feature{
  min-height:clamp(370px, 31vw, 540px);
}

.about-page .about-beyond-gallery-v5__row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(.85rem, 1.3vw, 1.25rem);
  min-height:clamp(220px, 18vw, 315px);
}

.about-page .about-beyond-gallery-v5__small{
  min-height:0;
}

.about-page .about-beyond-gallery-v5 img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Preserve more scenery and avoid the overly zoomed facial crop. */
.about-page .about-beyond-gallery-v5__feature img{
  object-position:center 42%;
}

.about-page .about-beyond-gallery-v5__boots img{
  object-position:center 61%;
}

.about-page .about-beyond-gallery-v5__summit img{
  object-position:center 50%;
}

@media (max-width: 980px){
  .about-page .about-beyond-gallery-v5{
    grid-template-rows:auto auto;
  }

  .about-page .about-beyond-gallery-v5__feature{
    aspect-ratio:16 / 10;
    min-height:0;
  }

  .about-page .about-beyond-gallery-v5__row{
    min-height:0;
  }

  .about-page .about-beyond-gallery-v5__small{
    aspect-ratio:4 / 3;
  }
}

@media (max-width: 640px){
  .about-page .about-beyond-gallery-v5__feature{
    aspect-ratio:4 / 3;
  }

  .about-page .about-beyond-gallery-v5__row{
    grid-template-columns:1fr;
  }

  .about-page .about-beyond-gallery-v5__small{
    aspect-ratio:4 / 3;
  }

  .about-page .about-beyond-gallery-v5__summit{
    aspect-ratio:16 / 10;
  }
}

/* Services — full-width image hero */
.services-editorial-page .services-image-hero{
  position:relative;
  min-height:clamp(560px,72vh,820px);
  overflow:hidden;
  background:#173f43;
}
.services-editorial-page .services-image-hero>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 52%;
  display:block;
}
.services-editorial-page .services-image-hero__shade{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(10,31,34,.68) 0%,rgba(10,31,34,.34) 48%,rgba(10,31,34,.06) 80%);
}
.services-editorial-page .services-image-hero__content{
  position:relative;
  z-index:1;
  min-height:clamp(560px,72vh,820px);
  display:flex;
  align-items:flex-end;
  padding-bottom:clamp(3.5rem,7vw,7rem);
}
.services-editorial-page .services-image-hero__copy{
  max-width:820px;
  color:#f7f0e5;
}
.services-editorial-page .services-image-hero .eyebrow{
  color:#f7f0e5;
  margin-bottom:1rem;
}
.services-editorial-page .services-image-hero h1{
  color:inherit;
  max-width:12ch;
  margin:0;
  font-size:clamp(3.4rem,6.3vw,6.6rem);
  line-height:.92;
  letter-spacing:-.04em;
  text-wrap:balance;
}
.services-editorial-page .services-image-hero p{
  max-width:650px;
  margin:1.5rem 0 0;
  color:rgba(247,240,229,.92);
  font-size:1.05rem;
  line-height:1.8;
}
@media(max-width:620px){
  .services-editorial-page .services-image-hero,
  .services-editorial-page .services-image-hero__content{min-height:620px}
  .services-editorial-page .services-image-hero>img{object-position:58% center}
  .services-editorial-page .services-image-hero__shade{background:linear-gradient(0deg,rgba(10,31,34,.76) 0%,rgba(10,31,34,.26) 70%,rgba(10,31,34,.08) 100%)}
  .services-editorial-page .services-image-hero h1{font-size:clamp(3rem,14vw,4.25rem);max-width:10ch}
  .services-editorial-page .services-image-hero p{font-size:.98rem;line-height:1.7}
}

/* About editorial design restored in build 22; cache-busted via about.html. */

/* ABOUT JESS — VALUES / REAL-LIFE SECTION (REFERENCE MATCH) */
.about-page .about-beyond-reflection{
  grid-column:1 / -1;
  justify-self:stretch;
  width:100%;
  max-width:none;
  margin:clamp(1.5rem,3vw,3rem) 0 0;
  padding:clamp(3.75rem,7vw,7rem) 0 clamp(4.75rem,8vw,7.5rem);
  border-top:0;
  text-align:center;
}
.about-page .about-beyond-reflection__lead{
  width:min(100%,1060px);
  max-width:none;
  margin:0 auto clamp(3.8rem,6vw,5.25rem);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(2.7rem,4.15vw,4rem);
  font-weight:500;
  line-height:1.08;
  letter-spacing:-.025em;
  color:var(--about-ink);
}
.about-page .about-beyond-reflection__values{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  width:min(100%,1200px);
  margin:0 auto clamp(4.1rem,6.5vw,5.5rem);
  padding:0;
  list-style:none;
  border-top:1px solid rgba(20,69,74,.16);
  border-bottom:1px solid rgba(20,69,74,.16);
}
.about-page .about-beyond-reflection__values li{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:118px;
  padding:1.5rem 1.35rem;
  font-family:"Manrope",sans-serif;
  font-size:clamp(.83rem,1.05vw,1rem);
  font-weight:600;
  line-height:1.35;
  letter-spacing:.065em;
  text-align:center;
  text-transform:uppercase;
  color:#315d61;
}
.about-page .about-beyond-reflection__values li + li{border-left:1px solid rgba(20,69,74,.16)}
.about-page .about-beyond-reflection__body{
  width:min(100%,980px);
  max-width:none;
  margin:0 auto;
}
.about-page .about-beyond-reflection__body p{
  margin:0 auto clamp(1.75rem,3vw,2.4rem);
  font-family:"Manrope",sans-serif;
  font-size:clamp(1.02rem,1.35vw,1.22rem);
  font-weight:400;
  line-height:1.82;
  color:var(--about-copy);
}
.about-page .about-beyond-reflection__body p:last-child{margin-bottom:0}
@media(max-width:900px){
  .about-page .about-beyond-reflection__lead{width:min(100%,760px)}
  .about-page .about-beyond-reflection__values{grid-template-columns:1fr 1fr}
  .about-page .about-beyond-reflection__values li:nth-child(odd){border-left:0}
  .about-page .about-beyond-reflection__values li:nth-child(n+3){border-top:1px solid rgba(20,69,74,.16)}
}
@media(max-width:520px){
  .about-page .about-beyond-reflection{padding-top:3rem;text-align:center}
  .about-page .about-beyond-reflection__lead{font-size:clamp(2.15rem,10vw,2.75rem);margin-bottom:2.75rem}
  .about-page .about-beyond-reflection__values{grid-template-columns:1fr;margin-bottom:3rem}
  .about-page .about-beyond-reflection__values li{justify-content:center;min-height:72px;padding:1rem;border-left:0!important}
  .about-page .about-beyond-reflection__values li + li{border-top:1px solid rgba(20,69,74,.16)}
  .about-page .about-beyond-reflection__body{width:100%}
}

/* Services hero label intentionally removed */
.services-editorial-page .services-image-hero__copy > .eyebrow { display: none !important; }


/* Anchored Philosophy nature-image hero — scoped to this page only */
.anchored-philosophy-page .anchored-philosophy-hero{
  position:relative;
  overflow:hidden;
  background:#173f43;
  color:#fff;
  min-height:clamp(650px,82vh,900px);
  display:flex;
  align-items:center;
}
.anchored-philosophy-page .anchored-philosophy-hero__background{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.anchored-philosophy-page .anchored-philosophy-hero__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(8,30,32,.78) 0%,rgba(8,30,32,.58) 48%,rgba(8,30,32,.38) 100%);
}
.anchored-philosophy-page .anchored-philosophy-hero__inner{
  position:relative;
  z-index:1;
  width:100%;
}
.anchored-philosophy-page .anchored-philosophy-hero h1,
.anchored-philosophy-page .anchored-philosophy-hero p,
.anchored-philosophy-page .anchored-philosophy-hero .eyebrow{color:#fff;}
.anchored-philosophy-page .anchored-philosophy-hero__closing{border-top-color:rgba(255,255,255,.42);}
@media(max-width:700px){
  .anchored-philosophy-page .anchored-philosophy-hero{min-height:760px;}
  .anchored-philosophy-page .anchored-philosophy-hero__overlay{background:linear-gradient(0deg,rgba(8,30,32,.8),rgba(8,30,32,.46));}
}


/* Anchored Philosophy homepage-style hero refinement — scoped to this page only */
.anchored-philosophy-page .anchored-philosophy-hero{
  min-height:clamp(560px,72vh,820px);
  padding:0;
  align-items:flex-end;
}
.anchored-philosophy-page .anchored-philosophy-hero__background{
  object-position:center 48%;
}
.anchored-philosophy-page .anchored-philosophy-hero__overlay{
  background:linear-gradient(90deg,rgba(8,30,32,.76) 0%,rgba(8,30,32,.48) 44%,rgba(8,30,32,.12) 78%);
}
.anchored-philosophy-page .anchored-philosophy-hero__inner{
  min-height:clamp(560px,72vh,820px);
  display:flex;
  align-items:flex-end;
  padding-top:clamp(9rem,15vw,13rem);
  padding-bottom:clamp(4rem,7vw,7rem);
}
.anchored-philosophy-page .anchored-philosophy-hero__copy{
  max-width:900px;
}
.anchored-philosophy-page .anchored-philosophy-hero .eyebrow{
  margin:0 0 1.2rem;
  color:rgba(255,255,255,.88);
  letter-spacing:.2em;
}
.anchored-philosophy-page .anchored-philosophy-hero h1{
  margin:0;
  max-width:10.5ch;
  color:#fff;
  font-size:clamp(4rem,7.2vw,7.4rem);
  line-height:.9;
  letter-spacing:-.045em;
  font-weight:500;
  text-wrap:balance;
  text-shadow:0 2px 24px rgba(0,0,0,.16);
}
.anchored-philosophy-page .anchored-philosophy-intro{
  background:#f5f0e7;
  padding:clamp(4.5rem,8vw,8rem) 0 clamp(4rem,7vw,7rem);
}
.anchored-philosophy-page .anchored-philosophy-intro__inner{
  max-width:1120px;
}
.anchored-philosophy-page .anchored-philosophy-intro .anchored-philosophy-hero__intro{
  margin-left:auto;
}
.anchored-philosophy-page .anchored-philosophy-intro .anchored-philosophy-hero__closing{
  color:#173f43;
  border-top-color:rgba(23,63,67,.22);
}
@media(max-width:900px){
  .anchored-philosophy-page .anchored-philosophy-hero,
  .anchored-philosophy-page .anchored-philosophy-hero__inner{min-height:70vw;}
  .anchored-philosophy-page .anchored-philosophy-hero__overlay{
    background:linear-gradient(0deg,rgba(8,30,32,.72) 0%,rgba(8,30,32,.25) 68%,rgba(8,30,32,.08) 100%);
  }
}
@media(max-width:700px){
  .anchored-philosophy-page .anchored-philosophy-hero,
  .anchored-philosophy-page .anchored-philosophy-hero__inner{min-height:76svh;}
  .anchored-philosophy-page .anchored-philosophy-hero__background{object-position:58% center;}
  .anchored-philosophy-page .anchored-philosophy-hero__inner{
    padding-top:8.5rem;
    padding-bottom:3.75rem;
  }
  .anchored-philosophy-page .anchored-philosophy-hero h1{
    font-size:clamp(3.45rem,16vw,5rem);
    max-width:9.5ch;
  }
  .anchored-philosophy-page .anchored-philosophy-intro{padding:3.75rem 0 4.5rem;}
}
