/* ===== Cascade Doula Care — Template 1 shared design system ===== */
:root{
  --cream:#F7F1E6;
  --paper:#FBF7EF;
  --olive:#6E7447;
  --olive-deep:#565B37;
  --sage:#A9AE85;
  --rose:#E7B8AE;
  --rose-deep:#D99C90;
  --blush:#F0C6B9;
  --terracotta:#C17A5C;
  --ink:#3B3324;
  --ink-soft:#5C5340;
  --line: rgba(59,51,36,0.14);
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:'Fraunces', serif;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%; display:block;}
a{color:inherit; text-decoration:none;}
.wrap{max-width:1180px; margin:0 auto; padding:0 32px;}

h1,h2,h3,.serif{
  font-family:'Fraunces', serif;
  font-weight:500;
  line-height:1.08;
  margin:0;
  color:var(--ink);
}
.script{
  font-family:'Fraunces', serif;
  font-weight:600;
  color:var(--terracotta);
}
.eyebrow{
  text-transform:uppercase;
  letter-spacing:0.22em;
  font-size:12.5px;
  color:var(--olive-deep);
  font-weight:500;
}

/* ===== Header — centered logo, IG + hamburger, live-matching panel ===== */
header{
  position:sticky; top:0; z-index:50;
  background:var(--cream);
  transition:transform .35s ease;
}
header.header-hidden{ transform:translateY(-100%); }
.nav-inner{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  max-width:1280px; margin:0 auto;
  padding:28px 32px 14px;
}
.nav-spacer{display:block;}
.brand-center{text-align:center;}
.brand-logo-img{ height:64px; width:auto; margin:0 auto; display:block; }
.head-right{
  justify-self:end;
  display:flex; align-items:center; gap:16px;
  position:relative;
}
.insta-dot{
  width:22px; height:22px;
  display:flex; align-items:center; justify-content:center;
  color:var(--ink); transition:color .2s ease;
  position:relative; z-index:2;
}
.insta-dot:hover{color:var(--terracotta);}
.insta-dot svg{width:100%; height:100%; display:block; pointer-events:none;}
.menu-toggle{
  display:flex; flex-direction:column; justify-content:space-between;
  width:26px; height:18px; padding:0; border:0; background:none;
  cursor:pointer; color:var(--ink); position:relative; z-index:2;
}
.menu-toggle span{
  display:block; height:1.5px; width:100%; background:currentColor;
  transition:transform .2s ease, opacity .2s ease;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1){ transform:translateY(8.25px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2){ opacity:0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3){ transform:translateY(-8.25px) rotate(-45deg); }

.nav-panel{
  display:none;
  position:absolute;
  top:calc(100% + 14px);
  right:0;
  z-index:80;
  min-width:316px;
  padding:14px 8px;
  background:#fff;
  color:var(--ink);
  border:1px solid rgba(59,51,36,.08);
  box-shadow:0 16px 40px rgba(59,51,36,.14);
}
.nav-panel.open{ display:block; }
.nav-panel nav{ display:flex; flex-direction:column; }
.nav-panel nav a{
  text-decoration:none;
  font-family:'Fraunces', serif;
  font-size:16px;
  font-weight:400;
  letter-spacing:0;
  text-transform:none;
  padding:9px 16px;
  color:var(--ink);
  white-space:normal;
  line-height:1.3;
}
.nav-panel nav a:hover,
.nav-panel nav a.active,
.nav-panel nav a[aria-current="page"]{
  background:var(--cream);
}
.nav-group{ display:block; }
.nav-sub{
  display:flex; flex-direction:column;
  margin:0 0 4px 26px;
  padding-left:12px;
  border-left:1px solid rgba(59,51,36,.14);
}
.nav-sub a{
  font-size:14px;
  opacity:.82;
  padding:7px 12px;
  line-height:1.35;
}
@media (max-width:520px){
  .nav-inner{padding:22px 18px 10px;}
  .brand-logo-img{height:52px;}
  .nav-panel{ min-width:min(316px, calc(100vw - 36px)); }
}

/* ===== Buttons ===== */
.btn{
  display:inline-flex; align-items:center; gap:8px;
  padding:15px 30px; border-radius:999px;
  font-size:14.5px; letter-spacing:0.03em; font-weight:500;
  border:1px solid transparent; transition:all .2s ease;
}
.btn-solid{background:var(--terracotta); color:var(--paper);}
.btn-solid:hover{background:#a9654a;}
.btn-outline{border-color:var(--ink); color:var(--ink);}
.btn-outline:hover{background:var(--ink); color:var(--paper);}

/* ===== Page intro band (used by inner pages instead of the full home hero) ===== */
.page-hero{
  background:var(--blush);
  padding:80px 0 90px;
  text-align:center;
}
.page-hero .eyebrow{display:block; margin-bottom:16px;}
.page-hero h1{font-size:clamp(34px,4.4vw,54px); max-width:760px; margin:0 auto;}
.page-hero p{font-size:16.5px; color:var(--ink-soft); max-width:560px; margin:20px auto 0; line-height:1.7;}
.page-hero-photo{
  width:110px; height:110px; border-radius:50%;
  overflow:hidden; margin:0 auto 26px;
  border:3px solid var(--paper);
  box-shadow:0 12px 30px rgba(59,51,36,0.16);
}
.page-hero-photo img{width:100%; height:100%; object-fit:cover;}
.page-hero .hero-badges{
  list-style:none; margin:0; padding:0;
  display:flex; flex-wrap:wrap; justify-content:center; gap:9px;
}
.page-hero .hero-badges li{
  font-size:11.5px; letter-spacing:0.02em; color:var(--ink-soft);
  background:var(--paper); border:1px solid var(--line);
  border-radius:999px; padding:7px 16px;
}

/* ===== Connected process flow (Connect / Empower / Prepare) ===== */
.process-flow{
  position:relative;
  display:flex; justify-content:space-between; align-items:flex-start;
  gap:20px; padding:80px 0 90px;
}
.process-flow::before{
  content:"";
  position:absolute; top:45px; left:16.6%; right:16.6%;
  border-top:2px dashed var(--rose-deep);
  z-index:0;
}
.process-item{flex:1; text-align:center; position:relative; z-index:1;}
.process-circle{
  width:90px; height:90px; border-radius:50%;
  border:2px solid var(--rose-deep); background:var(--cream);
  overflow:hidden;
  margin:0 auto 22px;
}
.process-circle img{width:100%; height:100%; object-fit:cover;}
.process-item h3{font-size:19px; margin-bottom:12px; font-weight:500;}
.process-item p{font-size:14.5px; line-height:1.7; color:var(--ink-soft); max-width:260px; margin:0 auto;}
@media (max-width:760px){
  .process-flow{flex-direction:column; gap:50px;}
  .process-flow::before{display:none;}
}

/* ===== Divider / eyebrow strip ===== */
.divider{
  width:64px; height:2px; background:var(--terracotta);
  margin:34px auto 0;
  border-radius:2px;
}

/* ===== Section head ===== */
.section-head{text-align:center; max-width:640px; margin:0 auto 56px;}
.section-head .eyebrow{display:block; margin-bottom:14px;}
.section-head h2{font-size:clamp(30px,3.6vw,44px); margin-bottom:16px;}
.section-head p{color:var(--ink-soft); font-size:16px; line-height:1.7;}

/* ===== Arch photo frame (static — used on inner pages) ===== */
.arch-frame{ position:relative; width:100%; max-width:380px; }
.arch-frame img{
  width:100%; height:460px; object-fit:cover;
  border-radius:200px 200px 8px 8px;
  box-shadow:0 24px 50px rgba(59,51,36,0.14);
}
.arch-frame.small img{height:320px;}
.contact-hero .arch-frame img{
  object-position: center 12%;
}
.card-photo.nicole-card img{
  object-position: center top;
}
.team-card.mairin .team-photo img{
  object-position: 40% 56%;
  transform: scale(2.15);
  transform-origin: 36% 54%;
}
.team-card.jemima .team-photo img{
  object-position: center 64%;
}
.team-card.jennifer .team-photo img{
  object-position: center 34%;
}

/* ===== Long-form About layout (photo breaks + centered text) ===== */
.about-intro{
  text-align:center; padding:70px 0 10px;
}
.about-intro .eyebrow{display:block; margin-bottom:16px;}
.about-intro h1{font-size:clamp(32px,4vw,50px); max-width:720px; margin:0 auto;}
.about-intro .sub{
  font-size:17px; color:var(--ink-soft); max-width:560px; margin:22px auto 30px; line-height:1.7;
}
.photo-break{
  width:100%; height:460px; overflow:hidden; margin:50px 0;
}
.photo-break img{width:100%; height:100%; object-fit:cover; object-position:center 15%;}
.photo-break.short{height:320px;}
.about-text{
  max-width:700px; margin:0 auto; padding:10px 32px 40px;
  text-align:center;
}
.about-text p{
  font-size:17px; line-height:1.9; color:var(--ink-soft); margin-bottom:20px;
}
.about-text p em{color:var(--ink); font-style:italic;}
.photo-duo{
  display:grid; grid-template-columns:1fr 1fr; gap:20px;
  max-width:900px; margin:0 auto 16px; padding:0 32px;
}
.photo-duo img{width:100%; height:340px; object-fit:cover; object-position:center 20%; border-radius:8px;}
.photo-duo-caption{
  text-align:center; font-family:'Fraunces', serif; font-size:22px;
  color:var(--terracotta); margin:0 0 50px;
}
.about-outro{
  text-align:center; max-width:640px; margin:0 auto; padding:90px 32px 20px;
}
.about-outro .eyebrow{display:block; margin-bottom:16px;}
.about-outro h2{font-size:clamp(26px,3vw,36px); margin-bottom:18px;}
.about-outro p{font-size:16.5px; color:var(--ink-soft); line-height:1.8; margin-bottom:28px;}
.closing-photo{
  width:220px; height:220px; border-radius:50%; overflow:hidden;
  margin:20px auto 14px; box-shadow:0 20px 40px rgba(59,51,36,0.14);
}
.closing-photo img{width:100%; height:100%; object-fit:cover;}
.closing-caption{
  text-align:center; font-family:'Fraunces', serif; font-size:22px;
  color:var(--terracotta); margin-bottom:70px;
}
@media (max-width:700px){
  .photo-duo{grid-template-columns:1fr;}
  .photo-break{height:320px;}
}

.split{
  display:grid; grid-template-columns:0.85fr 1.15fr;
  gap:64px; align-items:center;
  padding:100px 0;
}
.split.reverse{grid-template-columns:1.15fr 0.85fr;}
.split.reverse .arch-frame{order:2;}
.split-copy p{font-size:16.5px; line-height:1.8; color:var(--ink-soft); margin-bottom:18px;}
.split-copy h2{font-size:clamp(28px,3.2vw,40px); margin-bottom:22px;}
.split-copy .eyebrow{display:block; margin-bottom:14px;}
@media (max-width:920px){
  .split, .split.reverse{grid-template-columns:1fr; padding:70px 0;}
  .split.reverse .arch-frame{order:0;}
}

/* ===== Scroll-reveal timeline blocks (used on Services and similar pages) ===== */
.reveal{
  opacity:0;
  transform:translateY(34px);
  transition:opacity .8s ease, transform .8s ease;
}
.reveal.visible{
  opacity:1;
  transform:translateY(0);
}
.timeline-block{
  display:grid; grid-template-columns:0.9fr 1.1fr;
  gap:60px; align-items:center;
  padding:90px 0;
}
.timeline-block.reverse{grid-template-columns:1.1fr 0.9fr;}
.timeline-block.reverse .timeline-photo{order:2;}
.timeline-photo img{
  width:100%; height:440px; object-fit:cover;
  border-radius:200px 200px 10px 10px;
  box-shadow:0 24px 50px rgba(59,51,36,0.14);
}
.timeline-copy .eyebrow{display:block; margin-bottom:14px;}
.timeline-copy h2{font-size:clamp(28px,3.2vw,38px); margin-bottom:10px;}
.timeline-copy .subhead{
  font-family:'Fraunces', serif; font-style:italic; color:var(--terracotta);
  font-size:17px; margin-bottom:22px; display:block;
}
.timeline-copy p{font-size:16px; line-height:1.8; color:var(--ink-soft); margin-bottom:18px;}
.timeline-list{list-style:none; margin:0 0 22px; padding:0;}
.timeline-list li{
  font-size:15.5px; line-height:1.7; color:var(--ink-soft);
  padding-left:26px; position:relative; margin-bottom:12px;
}
.timeline-list li::before{
  content:"";
  position:absolute; left:0; top:8px;
  width:8px; height:8px; border-radius:50%;
  background:var(--rose-deep);
}
.timeline-list li b{color:var(--ink); font-weight:500;}
.timeline-note{
  font-size:14px; color:var(--olive-deep); font-style:italic;
}
@media (max-width:900px){
  .timeline-block, .timeline-block.reverse{grid-template-columns:1fr; padding:60px 0;}
  .timeline-block.reverse .timeline-photo{order:0;}
  .timeline-photo img{height:320px;}
}

/* ===== Services hero (arch photo + shapes, matching reference) ===== */
.svc-hero{padding:70px 0 90px;}
.svc-hero-grid{
  display:grid; grid-template-columns:0.85fr 1.15fr;
  gap:70px; align-items:center;
}
.svc-hero-photo{position:relative; max-width:400px;}
.svc-hero-photo img{
  width:100%; height:520px; object-fit:cover;
  border-radius:200px 200px 10px 10px;
  box-shadow:0 24px 50px rgba(59,51,36,0.16);
  position:relative; z-index:2;
}
.svc-shape{position:absolute; z-index:1;}
.svc-shape-circle{width:120px; height:120px; border-radius:50%; background:var(--rose); top:-40px; left:-40px;}
.svc-shape-tri{
  width:0; height:0; border-left:55px solid transparent; border-right:55px solid transparent;
  border-bottom:100px solid var(--rose); top:-30px; right:-40px; z-index:0;
}
.svc-hero-copy h1{font-size:clamp(30px,3.6vw,46px); margin:16px 0 22px;}
.svc-hero-copy p{font-size:17px; line-height:1.8; color:var(--ink-soft); margin-bottom:28px; max-width:520px;}
.svc-hero-copy p em{color:var(--ink); font-style:italic;}
@media (max-width:900px){
  .svc-hero-grid{grid-template-columns:1fr;}
  .svc-hero-photo{max-width:320px; margin:0 auto;}
}

/* ===== Full-bleed alternating feature blocks ===== */
.feature-block{
  display:grid; grid-template-columns:1fr 1fr;
  align-items:stretch;
}
.feature-block.reverse{direction:rtl;}
.feature-block.reverse > *{direction:ltr;}
.feature-photo-panel{
  position:relative; overflow:hidden;
  display:flex; align-items:center; justify-content:center;
  padding:60px; min-height:460px;
}
.feature-photo-panel.tone-rose{background:var(--rose);}
.feature-photo-panel.tone-olive{background:var(--olive);}
.feature-photo-panel img{
  width:100%; max-width:380px; height:380px; object-fit:cover;
  border-radius:10px; position:relative; z-index:2;
  box-shadow:0 20px 44px rgba(0,0,0,0.18);
}
.feature-shape{position:absolute; z-index:1; opacity:0.55;}
.feature-copy{
  background:var(--cream);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  text-align:center; padding:70px 60px;
}
.feature-icon{width:60px; height:70px; margin-bottom:20px;}
.feature-icon path, .feature-icon circle{fill:none; stroke:var(--ink); stroke-width:1.3; stroke-linecap:round; stroke-linejoin:round;}
.feature-copy h2{font-size:clamp(26px,2.8vw,34px); margin-bottom:14px;}
.feature-squiggle{margin-bottom:26px;}
.feature-copy .subhead{
  font-family:'Fraunces', serif; font-style:italic; color:var(--terracotta);
  font-size:16px; margin-bottom:18px; display:block;
}
.feature-copy p{font-size:15.5px; line-height:1.8; color:var(--ink-soft); margin-bottom:16px; max-width:440px;}
.feature-list{list-style:none; margin:0 0 16px; padding:0; text-align:left; max-width:440px;}
.feature-list li{
  font-size:14.5px; line-height:1.7; color:var(--ink-soft);
  padding-left:22px; position:relative; margin-bottom:10px;
}
.feature-list li::before{
  content:""; position:absolute; left:0; top:7px;
  width:7px; height:7px; border-radius:50%; background:var(--rose-deep);
}
.feature-list li b{color:var(--ink); font-weight:500;}
.feature-note{font-size:13.5px; color:var(--olive-deep); font-style:italic; margin-bottom:20px;}
@media (max-width:860px){
  .feature-block, .feature-block.reverse{grid-template-columns:1fr; direction:ltr;}
  .feature-photo-panel{min-height:340px; padding:40px;}
}

/* ===== Next Steps full-bleed banner ===== */
.next-steps{
  background:var(--olive);
  padding:100px 0;
}
.next-steps-grid{
  display:grid; grid-template-columns:1fr 0.9fr;
  gap:70px; align-items:center;
}
.next-steps .eyebrow{color:var(--rose); display:block; margin-bottom:16px;}
.next-steps h2{color:var(--paper); font-size:clamp(30px,3.4vw,44px); margin-bottom:22px;}
.next-steps p{color:rgba(251,247,239,0.85); font-size:16px; line-height:1.8; margin-bottom:22px; max-width:460px;}
.next-steps .script{font-size:26px; display:block; margin-bottom:26px;}
.next-steps .btn-outline{border-color:var(--rose); color:var(--paper);}
.next-steps .btn-outline:hover{background:var(--rose); color:var(--ink);}
.next-steps-photo{position:relative; max-width:420px;}
.next-steps-photo img{
  width:100%; height:340px; object-fit:cover;
  border-radius:200px 10px 10px 10px;
  position:relative; z-index:2;
  box-shadow:0 20px 44px rgba(0,0,0,0.2);
}
@media (max-width:900px){
  .next-steps-grid{grid-template-columns:1fr;}
  .next-steps-photo{margin:0 auto;}
}

/* ===== Resources directory list ===== */
.resources-hero{padding:80px 0 30px; text-align:center;}
.resources-hero .eyebrow{display:block; margin-bottom:16px;}
.resources-hero h1{font-size:clamp(32px,4vw,50px); margin-bottom:14px;}
.resources-hero p{font-size:16px; color:var(--ink-soft); font-style:italic; font-family:'Fraunces', serif;}
.resource-category{
  max-width:720px; margin:0 auto; padding:44px 32px;
  border-bottom:1px solid var(--line);
}
.resource-category:last-of-type{border-bottom:none;}
.resource-category h2{
  font-size:22px; margin-bottom:22px; text-align:center;
  font-style:italic; color:var(--terracotta);
}
.resource-entry{text-align:center; margin-bottom:8px;}
.resource-entry .biz-name{
  font-family:'Fraunces', serif; font-weight:500; font-size:18px; color:var(--ink);
  display:block; margin-bottom:4px;
}
.resource-entry a{
  color:var(--olive-deep); font-size:14.5px; text-decoration:underline;
  text-underline-offset:3px;
}
.resource-entry a:hover{color:var(--terracotta);}
.placeholder-tag{
  display:inline-block; font-size:11px; letter-spacing:0.08em; text-transform:uppercase;
  color:var(--terracotta); background:var(--paper); border:1px solid var(--rose-deep); border-radius:999px;
  padding:3px 10px; margin-bottom:6px;
}
.resource-entry .addr{display:block; font-size:13.5px; color:var(--ink-soft); margin-bottom:4px;}

/* Resources page — card layout (Miguel's format), used per resource category */
.resource-card{
  max-width:640px; margin:0 auto 32px;
  background:var(--paper); border:1px solid var(--line);
  border-radius:16px; padding:44px 40px;
  text-align:center;
  overflow:hidden;
}
.resource-card .card-photo-strip{
  margin:-44px -40px 26px;
  height:190px;
  overflow:hidden;
}
.resource-card .card-photo-strip img{
  width:100%; height:100%; object-fit:cover; display:block;
}
.resource-card .card-photo-strip.brm-strip{
  position:relative;
  display:flex; align-items:center; justify-content:center;
  background:#F4EDE3;
}
.resource-card .card-photo-strip.brm-strip img.brm-technique{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; object-position:38% 42%;
}
.resource-card .card-photo-strip.brm-strip .brm-logo{
  position:relative; z-index:1;
  height:52px; width:auto;
  background:rgba(251,247,239,.94);
  padding:12px 16px;
  border-radius:10px;
  box-shadow:0 8px 20px rgba(59,51,36,.12);
}
.resource-card .card-photo-strip.sling-strip{
  position:relative;
  display:flex; align-items:center; justify-content:center;
  background:#F4EDE3;
}
.resource-card .card-photo-strip.sling-strip img.sling-practice{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; object-position:center 48%;
}
.resource-card .card-photo-strip.sling-strip .sling-logo{
  position:relative; z-index:1;
  height:46px; width:auto;
  background:rgba(251,247,239,.94);
  padding:12px 16px;
  border-radius:10px;
  box-shadow:0 8px 20px rgba(59,51,36,.12);
}
.resource-card h2{
  font-size:22px; margin-bottom:12px; font-weight:500; color:var(--ink);
}
.resource-card .resource-desc{
  font-size:15px; line-height:1.7; color:var(--ink-soft); margin:0 0 22px;
}
.resource-card .btn{padding:12px 26px; font-size:13px;}

/* ===== Contact page ===== */
.contact-hero{padding:44px 0 10px;}
.contact-hero-grid{
  display:grid; grid-template-columns:0.85fr 1.15fr;
  gap:56px; align-items:center;
}
.contact-hero .arch-frame img{height:340px;}
.contact-hero-copy h1{font-size:clamp(28px,3.2vw,40px); margin-bottom:14px;}
.contact-hero-copy p{font-size:16px; line-height:1.7; color:var(--ink-soft); max-width:480px;}
@media (max-width:900px){.contact-hero-grid{grid-template-columns:1fr;}}

.office-hours-band{
  background:var(--paper);
  padding:54px 0 74px;
}
.office-hours-band .wrap{max-width:900px;}
.office-hours-band .hours-block{margin-bottom:30px;}
.office-hours-band .hours-block p{
  font-size:17px; color:var(--ink); margin:0 0 12px;
}
.office-hours-band .hours-block strong{font-weight:600;}
.office-hours-band .consult-links{
  display:flex; gap:18px; flex-wrap:wrap; margin-bottom:14px;
}
.consult-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:18px 30px; border-radius:10px;
  border:1.5px solid var(--line);
  font-size:12.5px; letter-spacing:0.09em; text-transform:uppercase; font-weight:600;
  color:var(--ink); background:transparent; transition:all .2s ease;
}
.consult-btn:hover{background:var(--ink); color:var(--paper); border-color:var(--ink);}
.office-hours-band .hours-divider{
  width:100%; height:1px; background:var(--line);
}

.contact-form-section{padding:54px 0 90px;}
.contact-card{
  max-width:680px; margin:0 auto;
  background:var(--paper);
  border-radius:24px;
  padding:52px 56px;
  position:relative;
  box-shadow:0 24px 60px rgba(59,51,36,0.10);
  overflow:visible;
}
.contact-card-shape-circle{
  position:absolute; z-index:0;
  width:90px; height:90px; border-radius:50%;
  background:var(--rose); opacity:0.6;
  top:-30px; left:-30px;
}
.contact-card-floral{
  position:absolute; z-index:0;
  top:-24px; right:-18px; width:100px; height:110px; opacity:0.8;
}
.contact-card-head{position:relative; z-index:1; text-align:center; margin-bottom:30px;}
.contact-card-head h2{font-size:24px; margin-bottom:10px;}
.contact-card-head .squiggle{margin:0 auto;}
.contact-form{position:relative; z-index:1;}
.form-row{display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px;}
.form-field{display:flex; flex-direction:column;}
.form-field label{font-size:12.5px; letter-spacing:0.04em; color:var(--ink-soft); margin-bottom:6px;}
.form-field input, .form-field textarea{
  border:1px solid var(--line); background:var(--cream);
  border-radius:8px; padding:11px 13px; font-family:'Fraunces', serif;
  font-size:14px; color:var(--ink); outline:none;
}
.form-field input:focus, .form-field textarea:focus{border-color:var(--rose-deep);}
.form-field.full{grid-column:1 / -1;}
.checkbox-group{display:flex; flex-direction:column; gap:8px; margin-bottom:22px;}
.checkbox-option{display:flex; align-items:center; gap:9px; font-size:14px; color:var(--ink-soft);}
.checkbox-option input{width:16px; height:16px; accent-color:var(--terracotta);}
.hp-trap{
  position:absolute;
  left:-9999px;
  width:1px; height:1px;
  overflow:hidden;
}
.form-msg{min-height:1.4em; margin:12px 0 0; font-size:14.5px; color:var(--terracotta);}
.form-sent{text-align:center; padding:72px 48px;}
.form-sent h2{font-size:28px; margin-bottom:16px;}
.form-sent p{font-size:16.5px; line-height:1.8; color:var(--ink-soft); margin:0 0 14px;}
.consult-note{
  font-size:14.5px; color:var(--ink-soft); margin:0 0 36px;
}
@media (max-width:640px){
  .form-row{grid-template-columns:1fr;}
  .contact-card{padding:40px 26px;}
}

/* ===== Meet the Team ===== */
.team-section{padding:90px 0 70px; background:var(--paper); border-top:1px solid var(--line);}
.team-grid{
  display:grid; grid-template-columns:1fr 1fr; gap:36px;
  max-width:920px; margin:0 auto;
}
.team-card{
  background:var(--cream);
  border:1px solid var(--line);
  border-radius:16px;
  padding:28px 28px 32px;
  text-align:center;
}
.team-photo{
  height:280px; overflow:hidden; border-radius:12px; margin-bottom:20px;
}
.team-card img{
  width:100%; height:100%; object-fit:cover; object-position:top center;
  display:block;
}
.team-card h3{font-size:22px; margin-bottom:6px;}
.team-card .subhead{
  font-family:'Fraunces', serif; font-style:italic; color:var(--terracotta);
  font-size:14.5px; display:block; margin-bottom:14px;
}
.team-card p{font-size:14.5px; line-height:1.75; color:var(--ink-soft); text-align:left;}
@media (max-width:820px){
  .team-grid{grid-template-columns:1fr;}
}
@media (min-width:821px){
  .team-grid > .team-card:last-child:nth-child(odd){
    grid-column:1 / -1;
    width:100%;
    max-width:calc((100% - 36px) / 2);
    justify-self:center;
  }
}

/* ===== Steps (How It Works, reused shape) ===== */
.bd-steps{padding:100px 0; background:var(--blush);}
.bd-steps-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:40px;}
.bd-step .num{
  font-family:'Fraunces', serif; font-style:italic; font-weight:400;
  font-size:48px; color:var(--terracotta); line-height:1; margin-bottom:16px; display:block;
}
.bd-step h3{font-size:19px; margin-bottom:12px; font-weight:500;}
.bd-step p{font-size:15px; line-height:1.75; color:var(--ink-soft);}
@media (max-width:920px){.bd-steps-grid{grid-template-columns:1fr; gap:40px;}}

/* ===== Package list ===== */
.package-section{padding:100px 0;}
.package-grid{
  display:grid; grid-template-columns:0.9fr 1.1fr;
  gap:64px; align-items:start;
}
.package-list{list-style:none; margin:0 0 20px; padding:0;}
.package-list li{
  font-size:15.5px; line-height:1.75; color:var(--ink-soft);
  padding-left:26px; position:relative; margin-bottom:14px;
}
.package-list li::before{
  content:""; position:absolute; left:0; top:8px;
  width:8px; height:8px; border-radius:50%; background:var(--rose-deep);
}
@media (max-width:920px){.package-grid{grid-template-columns:1fr;}}

/* ===== Card grid (services / packages / pricing reused shape) ===== */
.card-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:30px;}
.info-card{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:14px;
  padding:38px 30px 34px;
  transition:transform .25s ease, box-shadow .25s ease;
}
.info-card:hover{transform:translateY(-6px); box-shadow:0 20px 40px rgba(59,51,36,0.10);}
.card-photo{
  width:100%; height:190px;
  border-radius:140px 140px 10px 10px;
  overflow:hidden;
  margin-bottom:22px;
}
.card-photo img{width:100%; height:100%; object-fit:cover;}
.info-card h3{font-size:21px; margin-bottom:12px; margin-top:4px; font-weight:500;}
.info-card p{font-size:15px; line-height:1.7; color:var(--ink-soft); margin-bottom:10px;}
.info-card .price{font-family:'Fraunces', serif; font-style:italic; color:var(--terracotta); font-size:19px; margin-bottom:10px; display:block;}
.info-card a{
  font-size:13.5px; letter-spacing:0.03em; color:var(--terracotta);
  font-weight:500; display:inline-flex; align-items:center; gap:6px;
}
@media (max-width:920px){.card-grid{grid-template-columns:1fr;}}

/* ===== Pillars strip (5 pillars, simple label row) ===== */
.pillars-strip{
  padding:60px 0 90px;
  display:flex; justify-content:center; align-items:center;
  flex-wrap:wrap; gap:0;
}
.pillar-label{
  font-family:'Fraunces', serif; font-style:italic; color:var(--terracotta);
  font-size:17px; padding:0 22px; text-align:center;
}
.pillar-dot{
  width:5px; height:5px; border-radius:50%; background:var(--rose-deep);
  align-self:center;
}
@media (max-width:700px){
  .pillars-strip{flex-direction:column; gap:14px;}
  .pillar-dot{display:none;}
}

/* ===== Pricing grid (auto-fit, reused card look) ===== */
.pricing-grid{
  display:grid; grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));
  gap:26px;
}

/* ===== Consultation location cards ===== */
.location-grid{
  display:grid; grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));
  gap:26px; max-width:680px; margin:0 auto;
}
.location-card{
  background:var(--paper); border:1px solid var(--line);
  border-radius:16px; padding:40px 30px; text-align:center;
}
.location-card .pin{
  width:44px; height:44px; margin:0 auto 18px;
}
.location-card h3{font-size:20px; margin-bottom:8px; font-weight:500;}

/* ===== CTA band ===== */
/* Solid rose at rest. The photo lives on a pseudo-element and fades in on
   hover, because background-image itself cannot be transitioned. The
   negative z-index paints it over the panel colour but under the text. */
.cta-band{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:#d99c90;
  border-radius:24px;
  max-width:1080px; margin:0 auto 110px;
  padding:70px 60px;
  display:flex; align-items:center; justify-content:space-between; gap:40px;
  flex-wrap:wrap;
}
.cta-band::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(rgba(217,156,144,0.82), rgba(217,156,144,0.82)),
    url('/assets/img/photo-coast.jpg') center/cover no-repeat;
  opacity:0;
  transition:opacity .55s ease;
}
.cta-band:hover::before,
.cta-band:focus-within::before{opacity:1;}
@media (prefers-reduced-motion: reduce){
  .cta-band::before{transition:none;}
}
.cta-band h2{font-size:clamp(26px,3.2vw,36px); max-width:480px;}
.cta-band .btn-solid{background:var(--ink); }
.cta-band .btn-solid:hover{background:#241f14;}
@media (max-width:820px){
  .cta-band{flex-direction:column; text-align:center; padding:50px 30px;}
}

/* ===== Footer ===== */
footer{
  background:var(--cream);
  color:var(--ink-soft);
  padding:70px 0 30px;
  border-top:1px solid var(--line);
}
.footer-grid{
  display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px;
  padding-bottom:50px; border-bottom:1px solid var(--line);
}
.footer-grid h4{
  color:var(--ink); font-family:'Fraunces', serif; font-weight:500;
  font-size:16px; margin-bottom:18px;
}
.footer-logo-img{height:56px; width:auto; margin-bottom:16px;}
.footer-grid p, .footer-grid a{font-size:14px; line-height:2; color:var(--ink-soft);}
.footer-grid a:hover{color:var(--terracotta);}
.footer-bottom{
  display:flex; justify-content:space-between; padding-top:26px;
  font-size:13px; color:rgba(59,51,36,0.5); flex-wrap:wrap; gap:10px;
}
@media (max-width:820px){
  .footer-grid{grid-template-columns:1fr 1fr; row-gap:36px;}
}

/* Form controls and buttons do not inherit the page font by default, which is
   how Arial was leaking into the contact form and the mobile menu button. */
button, input, textarea, select, optgroup {
  font-family: inherit;
  font-size: inherit;
}
