:root{
  --purple:#4b1674;
  --deep:#241036;
  --gold:#c89a2b;
  --lightgold:#efd37d;
  --cream:#fffaf1;
  --ink:#211b25;
  --muted:#6d6570;
  --line:#eadfce;
  --shadow:0 18px 45px rgba(36,16,54,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,sans-serif;color:var(--ink);line-height:1.55;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}

.topbar{background:linear-gradient(90deg,var(--deep),var(--purple));color:#fff;font-size:.86rem}
.topbar-inner{min-height:44px;display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.topbar a{text-decoration:none}
.topbar-message{margin-left:auto;font-family:Georgia,serif;font-style:italic;color:var(--lightgold)}

.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #eee}
.header-inner{min-height:170px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.header-inner>a:first-child{flex:0 1 360px;min-width:220px}
.site-logo{width:clamp(260px,30vw,390px);max-height:160px;object-fit:contain}
.primary-nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(14px,1.8vw,27px);flex-wrap:wrap}
.primary-nav a{text-decoration:none;font-weight:800;white-space:nowrap}
.primary-nav a.active{color:var(--purple);border-bottom:2px solid var(--gold);padding-bottom:8px}
.nav-cta{background:linear-gradient(135deg,var(--purple),var(--deep));color:#fff!important;padding:13px 20px;border-radius:999px;border:2px solid var(--gold);box-shadow:0 8px 18px rgba(36,16,54,.18)}
.menu-toggle{display:none;border:1px solid var(--gold);background:#fff;color:var(--purple);border-radius:999px;padding:10px 16px;font-weight:800}

.hero{background:linear-gradient(135deg,#fffdf9,#f9f0e4);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);column-gap:40px;align-items:center;min-height:clamp(500px,54vw,620px)}
.hero-copy{padding:clamp(42px,5vw,68px)0 clamp(42px,5vw,68px) clamp(18px,2vw,28px);min-width:0;overflow:hidden; }
.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--purple);font-weight:900;font-size:.76rem}
.hero h1{font-family:Georgia,serif;font-size:clamp(2.2rem,3.2vw,3.8rem);line-height:1.02;margin:.15em 0 .32em;white-space:nowrap;}.hero h1 span .comp-word{font-size:.70em !important;color:inherit !important; white-space:nowrap;}
.hero h1 span,.services-intro h2 span,.cta-section h2 span{color:var(--gold)}
.lead{color:var(--muted);max-width:610px;font-size:clamp(1rem,1.4vw,1.15rem)}
.button-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:14px 22px;border-radius:999px;font-weight:900}
.button-primary{background:var(--purple);color:#fff}
.button-secondary{background:#fff;color:var(--purple);border:1px solid var(--gold)}
.hero-photo-wrap{position:relative;min-height:clamp(430px,50vw,580px);height:100% margin-left:0;}
.hero-photo{display:block;width:100%;height:100%;min-height:inherit;object-fit:contain;object-position:center top background:#fff;}
.hero-swoop{position:absolute;left:-4%;right:-6%;bottom:-30px;height:90px;background:linear-gradient(90deg,var(--gold),var(--purple));border-radius:50% 50% 0 0/100% 100% 0 0}

.values-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}
.values-row div{text-align:center;padding:26px 18px;border-right:1px solid var(--line)}
.values-row div:last-child{border-right:0}
.values-row b,.values-row strong,.values-row span{display:block}
.values-row b{font-size:2rem;color:var(--purple)}
.values-row strong{color:var(--purple)}
.values-row span{font-size:.9rem;color:var(--muted)}

.section{padding:clamp(54px,7vw,76px) 0}
.services-layout{display:grid;grid-template-columns:minmax(220px,.8fr) repeat(3,minmax(0,1fr));gap:20px}
.services-intro h2,.about-copy h2{font-family:Georgia,serif;font-size:clamp(2.1rem,3.5vw,3.45rem);line-height:1.08}
.service-feature{border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 25px rgba(36,16,54,.06);background:#fff}
.service-feature img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:contain;
  object-position:center top;
  background:#fff;
}
.service-feature div{padding:18px}
.service-feature h3{color:var(--purple);font-family:Georgia,serif}
.service-feature p{color:var(--muted)}

.about-section{background:linear-gradient(135deg,#fffaf1,#f4edf8)}
.about-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:stretch}
.about-copy{padding:56px 48px 56px 0}
.about-copy h2 span{color:var(--purple)}
.about-copy h2 em{color:var(--gold);font-style:normal}
.about-photo{width:100%;height:100%;min-height:390px;object-fit:cover;border-radius:26px}

.cta-section{background:linear-gradient(135deg,var(--deep),var(--purple));color:#fff;padding:34px 0}
.cta-grid{display:grid;grid-template-columns:.35fr 1.1fr 1fr .8fr;gap:28px;align-items:center}
.cta-icon{font-size:4rem;color:var(--lightgold)}
.cta-section h2{font-family:Georgia,serif;font-size:clamp(1.9rem,3vw,2.25rem);margin:0}
.cta-actions{display:grid;gap:12px}
.button-gold{background:linear-gradient(135deg,var(--lightgold),var(--gold));color:#2b1733}
.button-outline{border:1px solid #fff;color:#fff}

.site-footer{background:#1c1420;color:#e9e1ea;padding:48px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.3fr .8fr 1fr .55fr;gap:38px}
.footer-logo{width:min(220px,100%);background:#fff;border-radius:14px;padding:8px}
.site-footer a,.site-footer span{display:block;text-decoration:none;margin:7px 0}
.family-badge{border:2px solid var(--gold);color:var(--lightgold);border-radius:50%;width:140px;height:140px;display:grid;place-items:center;text-align:center}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding-top:18px}

@media (max-width:1100px){
  .header-inner{min-height:150px}
  .site-logo{width:clamp(240px,28vw,330px)}
  .primary-nav{gap:14px}
  .services-layout{grid-template-columns:1fr 1fr}
  .services-intro{grid-column:1/-1}
  .cta-grid{grid-template-columns:.35fr 1.2fr 1fr}
  .cta-actions{grid-column:2/-1;grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:860px){
  .container{width:min(100% - 28px,760px)}
  .topbar-inner{gap:12px 18px;justify-content:center;text-align:center}
  .topbar-message{width:100%;margin-left:0}
  .header-inner{min-height:120px;gap:16px}
  .header-inner>a:first-child{flex:1 1 auto;min-width:0}
  .site-logo{width:clamp(220px,38vw,300px);max-height:110px}
  .menu-toggle{display:block}
  .primary-nav{display:none;position:absolute;top:100%;left:14px;right:14px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:6px}
  .primary-nav a{padding:11px 12px;border-radius:10px}
  .primary-nav a.active{border-bottom:0;background:#f7f0fa}
  .nav-cta{text-align:center}
  .hero-grid,.about-grid{grid-template-columns:1fr}
  .hero-copy{padding:48px 0 34px;text-align:center}
  .lead{margin-inline:auto}
  .button-row{justify-content:center}
  .hero-photo-wrap{min-height:420px}
  .values-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .values-row div{border-right:0;border-bottom:1px solid var(--line)}
  .values-row div:last-child{grid-column:1/-1}
  .about-copy{padding:42px 0 26px;text-align:center}
  .cta-grid{grid-template-columns:1fr;text-align:center}
  .cta-icon{font-size:3.2rem}
  .cta-actions{grid-column:auto;grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:560px){
  .container{width:min(100% - 20px,520px)}
  .topbar{font-size:.78rem}
  .topbar-inner{min-height:auto;padding:8px 0;flex-direction:column;gap:4px}
  .topbar-message{display:none}
  .header-inner{min-height:100px}
  .site-logo{width:min(210px,64vw);max-height:88px}
  .menu-toggle{padding:9px 13px;font-size:.9rem}
  .hero h1{font-size:clamp(2.2rem,11vw,3.4rem)}
  .hero-copy{padding:34px 0 24px}
  .hero-photo-wrap{min-height:330px}
  .hero-swoop{height:64px;bottom:-24px}
  .button-row{flex-direction:column;align-items:stretch}
  .button{width:100%}
  .values-row{grid-template-columns:1fr}
  .values-row div:last-child{grid-column:auto}
  .services-layout{grid-template-columns:1fr}
  .services-intro{grid-column:auto;text-align:center}
  .about-photo{min-height:300px}
  .cta-actions{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;text-align:center}
  .footer-logo{margin-inline:auto}
  .family-badge{margin-inline:auto}
}

/* FINAL RESPONSIVE POLISH */
.hero-grid > *,
.about-grid > *,
.services-layout > *,
.cta-grid > *{
  min-width:0;
}

.hero-copy,
.lead,
.services-intro,
.about-copy{
  max-width:100%;
}

.lead,
.service-feature p,
.about-copy p,
.cta-grid p{
  overflow-wrap:anywhere;
  word-break:normal;
}

/* Reduce excess laptop header height while preserving a prominent logo */
@media (min-width:861px) and (max-width:1300px){
  .header-inner{
    min-height:145px;
  }
  .site-logo{
    width:clamp(250px,25vw,330px);
    max-height:125px;
  }
  .hero-grid{
    min-height:520px;
  }
}

/* Strong phone/tablet safeguards */
@media (max-width:700px){
  .container{
    width:calc(100% - 24px);
  }

  .topbar-inner{
    padding:7px 0;
  }

  .header-inner{
    min-height:104px;
  }

  .site-logo{
    width:min(215px,62vw);
    max-height:92px;
  }

  .hero-grid{
    grid-template-columns:1fr;
    min-height:auto;
  }

  .hero-copy{
    width:100%;
    padding:22px 0 18px;
    text-align:left;
  }

  .eyebrow{
    font-size:.7rem;
    letter-spacing:.12em;
  }

 .hero h1{
  font-size:2.2rem !important;
  line-height:1.02 !important;
  margin:.18em 0 .35em;
}
  .lead{
    width:100%;
    max-width:none;
    font-size:1rem;
    line-height:1.6;
  }

  .button-row{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    width:100%;
  }

  .button-row .button{
    width:100%;
  }

  .hero-photo-wrap{
    min-height:320px;
    height:auto;
  }

  .hero-photo{
    min-height:320px;
    max-height:420px;
    object-position:center center;
  }

  .values-row,
  .services-layout,
  .about-grid,
  .cta-grid,
  .footer-grid{
    grid-template-columns:1fr;
  }

  .values-row div:last-child,
  .services-intro,
  .cta-actions{
    grid-column:auto;
  }

  .cta-actions{
    grid-template-columns:1fr;
  }

  .about-copy{
    padding:36px 0 24px;
  }
}

/* PHONE OVERFLOW FIX */
@media (max-width:700px){
  html,body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  .topbar,
  .site-header,
  .hero,
  .values-bar,
  .section,
  .about-section,
  .cta-section,
  .site-footer{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  .container{
    width:calc(100% - 24px);
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
  }

  .topbar-inner{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:4px;
    padding:8px 0;
  }

  .topbar-inner span,
  .topbar-inner a{
    width:100%;
    max-width:100%;
    color:#fff;
    text-decoration:none;
    overflow-wrap:anywhere;
    word-break:break-word;
    line-height:1.35;
  }

  .topbar-message{
    display:none;
  }

 .header-inner{
  width:100%;
  min-height:88px;
  padding:4px 0;
}

  .header-inner>a:first-child{
    flex:0 1 auto;
    min-width:0;
    max-width:72%;
  }

  .site-logo{
    width:min(275px,70vw);
    max-width:100%;
   max-height:130px;
  }

  .menu-toggle{
    flex:0 0 auto;
    margin-left:auto;
  }

  .hero-grid{
    width:100%;
    grid-template-columns:minmax(0,1fr);
    min-height:auto;
  }

  .hero-copy{
    width:100%;
    max-width:100%;
    min-width:0;
    padding:30px 0 24px;
    overflow:hidden;
  }

  .eyebrow{
    width:100%;
    max-width:100%;
    font-size:.66rem;
    letter-spacing:.1em;
    white-space:normal;
    overflow-wrap:anywhere;
  }

  .hero h1{
    width:100%;
    max-width:100%;
    font-size:clamp(2rem,9.5vw,2.65rem);
    line-height:1.03;
    overflow-wrap:normal;
    word-break:normal;
  }

  .lead{
    width:100%;
    max-width:100%;
    font-size:.98rem;
    line-height:1.55;
    overflow-wrap:anywhere;
  }

  .button-row{
    width:100%;
    grid-template-columns:1fr;
  }

  .button-row .button{
    width:100%;
    max-width:100%;
  }

  .hero-photo-wrap{
    width:100%;
    max-width:100%;
    min-height:300px;
  }

  .hero-photo{
    width:100%;
    max-width:100%;
    min-height:300px;
    max-height:380px;
    object-fit:cover;
  }
}
