@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&family=Dancing+Script:wght@500;600&display=swap');

:root {
  /* Base */
  --background: hsl(42 32% 97%);
  --foreground: hsl(145 28% 20%);

  --card: hsl(0 0% 100%);
  --card-foreground: hsl(145 28% 20%);

  /* Brand */
  --primary: hsl(145 34% 31%);
  --primary-foreground: hsl(42 35% 98%);
  --primary-glow: hsl(145 25% 55%);

  /* Accent */
  --accent: hsl(38 42% 67%);
  --accent-foreground: hsl(145 28% 18%);

  /* Supporting */
  --muted: hsl(110 20% 94%);
  --muted-foreground: hsl(145 14% 38%);

  /* Decorative */
  --lavender: hsl(108 24% 86%);
  --border: hsl(110 18% 88%);

  /* Hero */
  --gradient-hero:
    radial-gradient(
      circle at 72% 18%,
      hsl(108 24% 88% / .72),
      transparent 34%
    ),
    linear-gradient(
      120deg,
      hsl(42 34% 98%) 0%,
      hsl(110 20% 94%) 48%,
      hsl(108 24% 88%) 100%
    );

  --gradient-purple:
    linear-gradient(
      135deg,
      hsl(145 42% 22%),
      hsl(145 34% 31%)
    );

  --gradient-soft:
    linear-gradient(
      180deg,
      hsl(42 34% 98%),
      hsl(110 20% 94%)
    );

  --gradient-wave:
    linear-gradient(
      120deg,
      hsl(108 24% 88% / .45),
      hsl(110 18% 88% / .25),
      hsl(42 34% 98% / .92)
    );

  /* Shadows */
  --shadow-soft: 0 12px 40px hsl(145 28% 20% / .08);
  --shadow-elegant: 0 24px 70px hsl(145 28% 20% / .14);
  --shadow-glow: 0 0 60px hsl(108 24% 72% / .28);
  --shadow-card: 0 10px 30px hsl(145 28% 20% / .06);

  /* Motion */
  --transition-smooth: all .5s cubic-bezier(.4,0,.2,1);
  --transition-bounce: all .6s cubic-bezier(.34,1.56,.64,1);
}

* { box-sizing: border-box; border-color: var(--border); }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Inter, system-ui, sans-serif;
  font-feature-settings: 'ss01', 'cv11';
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, .font-serif {
  font-family: 'Cormorant Garamond', Georgia, serif;
  letter-spacing: -0.01em;
}
em, .font-script { font-family: 'Dancing Script', cursive; font-style: normal; }

.container { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }
.page { min-height: 100vh; background: var(--background); overflow-x: hidden; }
.text-balance { text-wrap: balance; }
.muted { color: var(--muted-foreground); }
.light { font-weight: 300; }
.lead { font-size: clamp(1rem, 1.6vw, 1.125rem); line-height: 1.75; color: var(--muted-foreground); font-weight: 300; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; padding: .45rem 1rem; border-radius: 999px; background: hsl(146 29% 22% / .1); color: var(--primary); font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 1.5rem; }
.section-eyebrow { color: var(--accent); font-size: .75rem; letter-spacing: .3em; text-transform: uppercase; margin: 0 0 1rem; }
.hero-title { margin: 0 0 1.25rem; color: var(--primary); font-size: clamp(3rem, 7vw, 4.8rem); line-height: .98; font-weight: 600; }
.section-title { margin: 0 0 1.25rem; color: var(--primary); font-size: clamp(2.5rem, 5vw, 3.75rem); line-height: 1.05; font-weight: 600; }
.card-title { margin: 0 0 .65rem; color: var(--primary); font-size: 1.8rem; line-height: 1.1; }
.center { text-align: center; }
.max-2xl { max-width: 42rem; }
.max-3xl { max-width: 48rem; }
.mx-auto { margin-left: auto; margin-right: auto; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; background: hsl(40 42% 97% / .7); border-bottom: 1px solid hsl(111 17% 82% / .5); backdrop-filter: blur(18px); }
.site-nav { display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; }
.logo img{
    height: 5rem;
    width: auto;
    max-width: none;
    object-fit: contain;
}
.logo-framed { display: flex; height: 5rem; width: 5rem; align-items: center; justify-content: center; border-radius: 50%; background: white; padding: .5rem; box-shadow: var(--shadow-soft); ring: 2px solid hsl(146 29% 22% / .1); flex-shrink: 0; }
.logo-framed img { width: 100%; height: 100%; object-fit: contain; }
.desktop-links { display: flex; align-items: center; gap: 2.5rem; }
.desktop-links a { font-size: .9rem; letter-spacing: .02em; transition: var(--transition-smooth); }
.desktop-links a:hover, .desktop-links a.active { color: var(--primary); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--primary); padding: .35rem; }
.mobile-menu { display: none; border-top: 1px solid hsl(111 17% 82% / .5); background: hsl(40 42% 97% / .95); backdrop-filter: blur(18px); }
.mobile-menu.open { display: block; }
.mobile-menu .container { display: flex; flex-direction: column; gap: 1rem; padding: 1.5rem 0; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border: 0; border-radius: 999px; padding: 1rem 1.75rem; transition: var(--transition-smooth); font-weight: 500; }
.btn-primary { background: var(--gradient-purple); color: var(--primary-foreground); box-shadow: var(--shadow-elegant); }
.btn-primary:hover { box-shadow: var(--shadow-glow); }
.btn-soft { background: hsl(0 0% 100% / .85); border: 1px solid hsl(146 29% 22% / .15); color: var(--primary); box-shadow: var(--shadow-card); }
.btn-white { background: var(--background); color: var(--primary); box-shadow: var(--shadow-soft); }
.link-line { display: inline-flex; align-items: center; gap: .5rem; color: var(--primary); font-weight: 500; border-bottom: 2px solid hsl(146 29% 22% / .3); padding-bottom: .25rem; transition: var(--transition-smooth); }
.link-line:hover { border-color: var(--primary); }

.hero-home { position: relative; min-height: calc(100vh - 2rem); padding:0 0 4rem; overflow: hidden; background: var(--gradient-hero); }
.watercolor { position: absolute; inset: 0; z-index: -1; opacity: .35; background: center / cover url("assets/watercolor-texture.jpg"); }
.watercolor-strong { position: absolute; inset: 0; z-index: -2; opacity: .5; background: center / cover url("assets/watercolor-texture.jpg"); }
.hero-home .container { display: grid; grid-template-columns: .95fr 1.05fr; gap: 3rem; align-items: center; }
.hero-pill { display: inline-flex; align-items: center; gap: .5rem; padding: .5rem 1rem; border-radius: 999px; background: hsl(0 0% 100% / .8); color: var(--primary); font-size: .75rem; box-shadow: var(--shadow-card); border: 1px solid hsl(146 29% 22% / .1); margin-bottom: 1.5rem; }
.home-title { margin: 0 0 1.5rem; color: var(--primary); font-size: clamp(3.5rem, 8vw, 5.5rem); line-height: .95; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }

/* ===========================
   SOCIAL ICONS
=========================== */

.social-links{
    display:flex;
    align-items:center;
    gap:1rem;
    margin-top:2rem;
}

.social-links a{
    display:flex;
    align-items:center;
    justify-content:center;

    width:3rem;
    height:3rem;

    border-radius:50%;

    color:var(--primary);
    background:hsla(0,0%,100%,.55);
    border:1px solid hsl(146 29% 22% / .1);

    backdrop-filter:blur(6px);

    transition:.3s ease;
}

.social-links a:hover{
    background:var(--primary);
    color:#fff;
    transform:translateY(-3px);
}

.social-links i{
    font-size:1.35rem;
}


.hero-visual { position: relative; min-height: 560px; animation: fade-in 1.2s ease-out both; }
.arch-back { position: absolute; inset: 0 0 8% 0; border-radius: 999px 999px 0 0; border: 10px solid hsl(116 22% 83% / .7); background: var(--gradient-wave); box-shadow: var(--shadow-glow); }
.portrait-wrap { position: absolute; left: 3rem; right: 3rem; top: 2.5rem; bottom: 0; border-radius: 999px 999px 0 0; overflow: hidden; background: hsl(0 0% 100% / .4); box-shadow: var(--shadow-elegant); }
.portrait-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .95; }
.quote-card { position: absolute; right: 2rem; bottom: 4rem; max-width: 245px; border-radius: 1rem; background: hsl(0 0% 100% / .9); border: 1px solid hsl(146 29% 22% / .1); box-shadow: var(--shadow-elegant); backdrop-filter: blur(8px); padding: 1.25rem; }
.quote-card p { color: var(--primary); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.25rem; line-height: 1.15; margin: .75rem 0 0; }
.quote-rule { width: 3rem; height: 1px; background: hsl(146 29% 22% / .25); margin-top: 1rem; }
.quote-by { margin-top: .5rem; color: var(--muted-foreground); font-size: .75rem; }

.page-hero { position: relative; padding: 1rem 0 4rem; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--gradient-hero); opacity: .7; }
.page-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }

.section { padding: 6rem 0; }
.soft-section { background: var(--gradient-soft); }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.card {

  position: relative;

  background: var(--card);

  border: 1px solid hsl(111 17% 82% / .5);

  border-radius: 1.5rem;

  padding: 2rem;

  box-shadow: var(--shadow-card);

  transition: var(--transition-smooth);

  overflow: hidden;

}



.card:hover {

  transform: translateY(-.25rem);

  box-shadow: var(--shadow-elegant);

}



.icon-box {

  width: 3.5rem;

  height: 3.5rem;

  border-radius: 1rem;

  background: var(--gradient-purple);

  color: var(--primary-foreground);

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 1.25rem;

  transition: var(--transition-bounce);

}



.card:hover .icon-box {

  transform: scale(1.1);

}



.card-title {

  margin: 0 0 .65rem;

  color: var(--primary);

  font-size: 1.8rem;

  line-height: 1.1;

}



.card p {

  color: var(--muted-foreground);

  line-height: 1.65;

  font-weight: 300;

}



.number {

  position: absolute;

  top: 1.5rem;

  right: 1.5rem;

  color: hsl(146 29% 22% / .05);

  font-family: 'Cormorant Garamond', Georgia, serif;

  font-size: 4.5rem;

  line-height: 1;

  pointer-events: none;

}



.card:hover .number {

  color: hsl(146 29% 22% / .1);

}

/* ===========================
   SERVICES GRID
=========================== */

.services-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
    margin-top:2rem;
}


/* ===========================
   SERVICE CARD
=========================== */

.service-card{
    background:#ffffff;
    border:1px solid #d6dfd2;
    border-radius:18px;
    padding:30px 24px;
    text-align:center;

    box-shadow:0 8px 24px rgba(40,73,58,.08);
    transition:.35s ease;
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(40,73,58,.15);
}


/* ===========================
   IMAGE
=========================== */

.service-card img{
    width:120px;
    height:120px;

    border-radius:50%;
    object-fit:cover;

    margin:0 auto 24px;
}


/* ===========================
   TITLE
=========================== */

.service-card h3{
    margin:0 0 14px;

    color:var(--primary);

    font-size:1.55rem;
    font-weight:600;
    line-height:1.2;
}


/* ===========================
   DESCRIPTION
=========================== */

.service-card p{
    margin:0;

    color:var(--muted-foreground);

    font-size:.95rem;
    line-height:1.8;
}


/* ===========================
   RESPONSIVE
=========================== */

@media(max-width:1100px){

    .services-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:700px){

    .services-grid{
        grid-template-columns:1fr;
    }

}




.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.image-stack { position: relative; }
.image-stack::before { content: ""; position: absolute; inset: -1.5rem; background: hsl(116 22% 83% / .4); border-radius: 2rem; transform: rotate(-2deg); }
.image-frame { position: relative; aspect-ratio: 4 / 5; border-radius: 2rem; overflow: hidden; box-shadow: var(--shadow-elegant); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-quote { position: absolute; right: -2rem; bottom: -2rem; max-width: 260px; background: var(--card); border-radius: 1rem; box-shadow: var(--shadow-elegant); padding: 1.5rem; }
.image-quote p { color: var(--primary); font: italic 1rem/1.55 'Cormorant Garamond', Georgia, serif; margin: .5rem 0 0; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .85rem; margin: 2rem 0; }
.support-grid div { display: flex; align-items: center; gap: .75rem; color: hsl(146 29% 22% / .8); font-size: .9rem; }

.statement { position: relative; padding: 6rem 0; overflow: hidden; }
.statement .watercolor-strong { z-index: -1; }
.statement-text { margin: 0; color: var(--primary); font: italic clamp(2rem, 4vw, 3rem)/1.35 'Cormorant Garamond', Georgia, serif; }
.divider-label { display: flex; align-items: center; justify-content: center; gap: .75rem; margin-top: 2.5rem; }
.divider-label::before, .divider-label::after { content: ""; width: 3rem; height: 1px; background: hsl(146 29% 22% / .3); }
.divider-label span { color: var(--primary-glow); font: 1.35rem 'Dancing Script', cursive; }
.cta-panel{
    position:relative;
    overflow:hidden;
    border-radius:1.5rem;
    background:var(--gradient-purple);
    color:var(--primary-foreground);
    padding:1.75rem 2rem;
    text-align:center;
    box-shadow:var(--shadow-elegant);
}

.cta-panel h2{
    margin:0 0 .6rem;
    font-size:clamp(2rem,4vw,2.8rem);
    line-height:1.1;
}

.cta-panel p{
    max-width:34rem;
    margin:0 auto 1rem;
    line-height:1.55;
    opacity:.9;
    font-weight:300;
}
.wave-lines { display:none;position: absolute; inset: 0; opacity: .2; animation: wave 12s ease-in-out infinite; pointer-events: none; }

.practice-copy { display: grid; gap: 1.5rem; color: var(--muted-foreground); font-size: 1.125rem; line-height: 1.75; font-weight: 300; }
.credential-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin: 3rem 0 4rem; }
.mini-card { text-align: center; background: var(--card); border: 1px solid hsl(111 17% 82% / .5); border-radius: 1rem; padding: 1.5rem; box-shadow: var(--shadow-card); }
.mini-card .icon-box { width: 3rem; height: 3rem; margin: 0 auto 1rem; }
.mini-card h4 { color: var(--primary); font-size: 1.25rem; margin: 0 0 .25rem; line-height: 1.1; }
.mini-card p { color: var(--muted-foreground); margin: 0; font-size: .75rem; }
.purple-panel { position: relative; overflow: hidden; background: var(--gradient-purple); color: var(--primary-foreground); border-radius: 2rem; padding: 3rem; box-shadow: var(--shadow-elegant); }
.purple-panel p { max-width: 48rem; margin: 0; font: italic clamp(1.6rem, 3vw, 2.4rem)/1.35 'Cormorant Garamond', Georgia, serif; }
.purple-panel .signature { margin-top: 1.5rem; font: 1.35rem 'Dancing Script', cursive; opacity: .9; }

.contact-grid { display: grid; grid-template-columns: 3fr 2fr; gap: 2rem; }
.form-panel { background: var(--card); border: 1px solid hsl(111 17% 82% / .5); border-radius: 2rem; padding: 3rem; box-shadow: var(--shadow-elegant); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.field { display: block; margin-bottom: 1.25rem; }
.field span { display: block; color: var(--muted-foreground); font-size: .75rem; letter-spacing: .15em; text-transform: uppercase; margin-bottom: .5rem; }
.field .required { color: var(--primary-glow); display: inline; margin: 0; }
.input-field { width: 100%; padding: .875rem 1.125rem; border-radius: .75rem; border: 1px solid var(--border); background: var(--background); color: var(--foreground); font-size: .9rem; transition: all .3s ease; outline: none; }
.input-field:focus { border-color: var(--primary); box-shadow: 0 0 0 4px hsl(146 29% 22% / .08); }
.mode-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.mode-btn { padding: .85rem; border-radius: .75rem; border: 1px solid var(--border); background: transparent; color: hsl(146 29% 22% / .7); text-transform: capitalize; transition: var(--transition-smooth); }
.mode-btn.active { background: var(--primary); color: var(--primary-foreground); border-color: var(--primary); }
.notice { display: flex; gap: .75rem; background: hsl(118 19% 92% / .5); border: 1px solid hsl(111 17% 82% / .6); border-radius: 1rem; padding: 1rem; color: var(--muted-foreground); font-size: .75rem; line-height: 1.6; margin-bottom: 1.25rem; }
.contact-side { display: grid; gap: 1.5rem; align-content: start; }
.contact-card { display: block; background: var(--card); border: 1px solid hsl(111 17% 82% / .5); border-radius: 1rem; padding: 1.5rem; box-shadow: var(--shadow-card); transition: var(--transition-smooth); }
.contact-card:hover { transform: translateY(-.25rem); box-shadow: var(--shadow-elegant); }
.contact-card-inner { display: flex; gap: 1rem; align-items: flex-start; }
.contact-card h4 { margin: 0 0 .3rem; color: var(--primary); font-size: 1.35rem; }
.contact-card p { margin: .15rem 0; font-size: .9rem; color: hsl(146 29% 22% / .8); }
.contact-card small { color: var(--muted-foreground); }
.contact-card b { display: inline-block; color: var(--primary-glow); font-size: .75rem; margin-top: .75rem; font-weight: 500; }
.hours-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.hours-list li { display: flex; justify-content: space-between; gap: 1rem; font-size: .9rem; opacity: .9; }
.hours-list li.muted-line { opacity: .6; }
.hours-address { display: flex; align-items: center; gap: .5rem; border-top: 1px solid hsl(0 0% 100% / .2); margin-top: 1.25rem; padding-top: 1.25rem; font-size: .9rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 4rem; }
.benefit { text-align: center; padding: 1.5rem; border-radius: 1rem; background: hsl(118 19% 92% / .4); border: 1px solid hsl(111 17% 82% / .5); }
.benefit .icon-box { width: 2.5rem; height: 2.5rem; border-radius: 999px; margin: 0 auto .75rem; }
.benefit h5 { color: var(--primary); font-size: 1.4rem; margin: 0 0 .25rem; }
.benefit p { color: var(--muted-foreground); font-size: .9rem; margin: 0; line-height: 1.5; font-weight: 300; }

.policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.notfound { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: var(--muted); text-align: center; }
.notfound h1 { font: 700 2.5rem Inter, sans-serif; margin: 0 0 1rem; }
.notfound p { color: var(--muted-foreground); font-size: 1.25rem; margin: 0 0 1rem; }
.notfound a { color: var(--primary); text-decoration: underline; }

.floating-contact { position: fixed; right: 1rem; bottom: 1.25rem; z-index: 40; display: flex; flex-direction: column; gap: .75rem; }
.floating-contact a { display: flex; height: 3rem; min-width: 132px; align-items: center; justify-content: flex-start; gap: .5rem; border-radius: 999px; padding: 0 1rem; box-shadow: var(--shadow-elegant); transition: var(--transition-smooth); }
.floating-call { background: hsl(40 42% 97% / .95); color: var(--primary); border: 1px solid hsl(146 29% 22% / .2); backdrop-filter: blur(8px); }
.floating-call:hover { background: var(--primary); color: var(--primary-foreground); }
.floating-whatsapp { background: var(--gradient-purple); color: var(--primary-foreground); }
.floating-whatsapp:hover { box-shadow: var(--shadow-glow); }

.site-footer { position: relative; margin-top: 6rem; background: var(--gradient-purple); color: var(--primary-foreground); overflow: hidden; }
.footer-wave { position: absolute; inset: 0; opacity: .1; pointer-events: none; }
.footer-grid { position: relative; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2.5rem; padding: 4rem 0; }
.footer-brand { max-width: 28rem; }
.footer-logo-row { display: flex; align-items: center; gap: .75rem; margin-bottom: 1.25rem; }
.footer-name { font: 1.7rem 'Cormorant Garamond', Georgia, serif; }
.footer-tagline { font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; opacity: .7; }
.footer-brand p, .footer-list { opacity: .8; line-height: 1.7; font-weight: 300; }
.footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .75rem; font-size: .9rem; }
.footer-list a, .footer-list li { display: flex; align-items: flex-start; gap: .5rem; }
.site-footer h4 { font-size: 1.2rem; margin: 0 0 1rem; }
.footer-bottom { position: relative; border-top: 1px solid hsl(36 38% 97% / .1); }
.footer-bottom .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; color: hsl(36 38% 97% / .7); font-size: .75rem; }
.footer-bottom p { margin: 0; display: flex; align-items: center; gap: .4rem; }

.toast { position: fixed; left: 50%; bottom: 1.5rem; z-index: 100; transform: translateX(-50%) translateY(1rem); opacity: 0; pointer-events: none; background: var(--primary); color: var(--primary-foreground); padding: .85rem 1.1rem; border-radius: .9rem; box-shadow: var(--shadow-elegant); transition: all .25s ease; max-width: min(92vw, 520px); text-align: center; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast.error { background: hsl(0 70% 42%); }

[data-icon] { width: 1.25rem; height: 1.25rem; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
[data-icon] svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.icon-box[data-accent] { background: var(--accent); color: var(--accent-foreground); }
.text-glow { color: var(--primary-glow); }
.text-accent { color: var(--accent); }
.animate-fade-up { animation: fade-up .9s cubic-bezier(.4,0,.2,1) both; }
.animate-fade-in { animation: fade-in 1.2s ease-out both; }

/* Botanical SVG accents */
.hero-home,
.page-hero,
.section,
.statement,
.site-footer,
.page > .container[style*="padding-bottom:6rem"] {
  position: relative;
  overflow: hidden;
}

.hero-home .container,
.page-hero .container,
.section > .container,
.statement > .container,
.page > .container[style*="padding-bottom:6rem"] > *,
.site-footer .container {
  position: relative;
  z-index: 1;
}

.hero-home::before,
.hero-home::after,
.page-hero::before,
.soft-section::before,
.soft-section::after,
.section:not(.soft-section)::before,
.statement::before,
.page > .container[style*="padding-bottom:6rem"]::before,
.page > .container[style*="padding-bottom:6rem"]::after,
.cta-panel::before,
.cta-panel::after,
.site-footer::before {
  content: "";
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

.hero-home::before {
  top: 0rem;
  right: -2rem;
  width: min(34vw, 360px);
  aspect-ratio: 2 / 3;
  background-image: url("assets/svg/top-right.svg");
  opacity: .50;
transform: rotate(15deg);
}

.hero-home::after {
  left: -18rem;
  bottom: -5rem;
  width: min(46vw, 520px);
  aspect-ratio: 3 / 2;
  background-image: url("assets/svg/horizontal.svg");
  opacity: .30;
transform: rotate(-175deg);
}

.page-hero::before {
  top: 0rem;
  right: 0rem;
  width: min(30vw, 320px);
  aspect-ratio: 2 / 3;
  background-image: url("assets/svg/top-right.svg");
  opacity: 1;
transform: rotate(23deg);
}

.soft-section::before {
  left: 0em;
  bottom: -20rem;
  width: min(34vw, 360px);
  aspect-ratio: 2 / 3;
  background-image: url("assets/svg/bottom-left2.svg");
  opacity: .50;
 transform: rotate(23deg);
}

.soft-section::after {
  right: -2rem;
  top: -5rem;
  width: min(30vw, 320px);
  aspect-ratio: 2 / 3;
  background-image: url("assets/svg/top-right.svg");
  opacity: .55;
transform: rotate(23deg);
}


.page > .container[style*="padding-bottom:6rem"]::before {
  left: 50%;
  bottom: -24rem;
  width: min(32vw, 340px);
  aspect-ratio: 2 / 3;
  background-image: url("assets/svg/divider.svg");
  opacity: 1;
  transform: translateX(-50%);
}

.page > .container[style*="padding-bottom:6rem"]::after {
  left: -6rem;
  top: 2rem;
  width: min(24vw, 260px);
  aspect-ratio: 2 / 3;
  background-image: url("assets/svg/vertical1.svg");
  opacity: .075;
}

.statement::before {
  left: 50%;
  bottom: -8rem;
  width: min(35vw, 400px);
  aspect-ratio: 3 / 2;
  background-image: url("assets/svg/divider.svg");
  opacity: .30;
  transform: translateX(-50%);
}

.cta-panel::before {
  left: -5rem;
  bottom: -5rem;
  width: min(30vw, 300px);
  aspect-ratio: 2 / 3;
  background-image: url("assets/svg/bottom-left.svg");
  opacity: .20;
}


.site-footer::before {
  right: -2rem;
  top: -5rem;
  width: min(30vw, 300px);
  aspect-ratio: 2 / 3;
  background-image: url("assets/svg/top-right.svg");
  opacity: 0.50;
}

.cta-panel > * {
  position: relative;
  z-index: 1;
}

.site-footer::before {
  top: auto;
  bottom: -6rem;
  background-image: url("assets/svg/bottom-right.svg");
  opacity: .11;
}

.card::after,
.service-card::after,
.mini-card::after,
.contact-card::after,
.benefit::after,
.form-panel::after,
.purple-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

.card > *,
.service-card > *,
.mini-card > *,
.contact-card > *,
.benefit > *,
.form-panel > *,
.purple-panel > *{
  position: relative;
  z-index: 1;
}

.card::after {
  right: -1.25rem;
  bottom: 1rem;
  width: 8rem;
  height: 8rem;
  background-image: url("assets/svg/horizontal.svg");
  opacity: .3;
}
.benefit::after {
  right: -1.6rem;
  bottom: 0rem;
  width: 9rem;
  height: 9rem;
  background-image: url("assets/svg/horizontal.svg");
  opacity: .50;
}

.service-card,
.mini-card,
.contact-card,
.benefit,
.form-panel {
  position: relative;
  overflow: hidden;
}

.service-card::after {
  right: -1rem;
  top: -1.50rem;
  width: 5.75rem;
  height: 5.75rem;
  background-image: url("assets/svg/bottom-left2.svg");
  opacity: 50;
transform: rotate(200deg);}

.contact-card::after {
  right: 1rem;
  bottom: 3rem;
  width: 6.5rem;
  height: 6.5rem;
  background-image: url("assets/svg/bottom-right.svg");
  opacity: .50;
 transform: rotate(-110deg);
}

.form-panel {
  position: relative;
  overflow: hidden;
}

.form-panel::after {
  right: -3rem;
  bottom: -3.5rem;
  width: 12rem;
  height: 12rem;
  background-image: url("assets/svg/bottom-right.svg");
  opacity: .08;
}

.purple-panel::after {
  right: -3rem;
  bottom: 11rem;
  width: 10rem;
  height: 10rem;
  background-image: url("assets/svg/bottom-right.svg");
  opacity: .90;
  transform: rotate(-330deg) scaleY(-1);
}

@keyframes fade-up { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes wave { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(-25px); } }

/* ===========================
   COMPACT LAPTOP / DESKTOP SPACING
=========================== */

@media(min-width:901px) {
  .site-nav { padding: .7rem 0; }
  .logo img { height: 3rem; }
  .desktop-links { gap: 1.8rem; }

  .btn {
    padding: .78rem 1.35rem;
    font-size: .92rem;
  }

  .hero-home {
    min-height: auto;
    padding: 6.6rem 0 3.1rem;
  }

  .hero-home .container {
    gap: 2.25rem;
  }

  .hero-pill,
  .eyebrow {
    margin-bottom: 1rem;
    padding: .38rem .85rem;
  }

  .home-title {
    margin-bottom: 1rem;
    font-size: clamp(3.15rem, 6.3vw, 4.9rem);
  }

  .hero-title {
    margin-bottom: .9rem;
    font-size: clamp(2.8rem, 5.9vw, 4.25rem);
  }

  .section-title {
    margin-bottom: .9rem;
    font-size: clamp(2.25rem, 4.2vw, 3.25rem);
  }

  .lead {
    line-height: 1.6;
  }

  .hero-visual {
    min-height: 485px;
  }

  .portrait-wrap {
    left: 2.45rem;
    right: 2.45rem;
    top: 2rem;
  }

  .quote-card {
    bottom: 2.75rem;
    padding: 1rem;
  }

  .page-hero {
    padding: 7.6rem 0 3rem;
  }

  .page-hero-grid,
  .about-grid {
    gap: 3rem;
  }

  .section {
    padding: 4.25rem 0;
  }

  .cards-grid,
  .policy-grid {
    gap: 1.15rem;
  }

  .card {
    padding: 1.55rem;
  }

  .card-lg {
    padding: 1.9rem;
  }

  .icon-box {
    width: 3rem;
    height: 3rem;
    margin-bottom: .95rem;
  }

  .card-title {
    font-size: 1.62rem;
  }

  .card p {
    line-height: 1.52;
  }

  .services-grid {
    gap: 20px;
    margin-top: 1.35rem;
  }

  .service-card {
    padding: 22px 20px;
  }

  .service-card img {
    width: 104px;
    height: 104px;
    margin-bottom: 18px;
  }

  .service-card h3 {
    margin-bottom: 10px;
    font-size: 1.42rem;
  }

  .service-card p {
    line-height: 1.6;
  }

  .image-stack::before {
    inset: -1rem;
  }

  .image-quote {
    padding: 1.15rem;
  }

  .support-grid {
    margin: 1.35rem 0;
    gap: .65rem;
  }

  .statement {
    padding: 4.1rem 0;
  }

  .divider-label {
    margin-top: 1.65rem;
  }

  .cta-panel{
      padding:1.75rem 2rem;
      border-radius:1.5rem;
  }

  .cta-panel p {
    margin-bottom: 1rem;
    line-height: 1.5;
  }

  .practice-copy {
    gap: 1rem;
    line-height: 1.62;
  }

  .credential-grid {
    gap: 1rem;
    margin: 2rem 0 3rem;
  }

  .mini-card {
    padding: 1.15rem;
  }

  .purple-panel {
    padding: 2.25rem;
    border-radius: 1.6rem;
  }

  .contact-grid {
    gap: 1.5rem;
  }

  .form-panel {
    padding: 2.2rem;
  }

  .field {
    margin-bottom: .9rem;
  }

  .input-field {
    padding: .72rem .95rem;
  }

  .mode-btn {
    padding: .72rem;
  }

  .contact-side {
    gap: 1rem;
  }

  .contact-card {
    padding: 1.15rem;
  }

  .benefit-grid {
    gap: 1rem;
    margin-top: 2.6rem;
  }

  .benefit {
    padding: 1.1rem;
  }

  .site-footer {
    margin-top: 3.8rem;
  }

  .footer-grid {
    gap: 2rem;
    padding: 3rem 0;
  }

  .footer-logo-row {
    margin-bottom: .85rem;
  }

  .logo-framed {
    height: 4.25rem;
    width: 4.25rem;
  }

  .footer-list {
    gap: .55rem;
    line-height: 1.55;
  }

  .footer-bottom .container {
    padding: .9rem 0;
  }

  .container[style*="padding-bottom:6rem"] {
    padding-bottom: 4rem !important;
  }

  .container[style*="padding:5rem 0"] {
    padding-top: 3.4rem !important;
    padding-bottom: 3.4rem !important;
  }

  .center[style*="margin-bottom:4rem"] {
    margin-bottom: 2.6rem !important;
  }

  .center[style*="margin-bottom:3.5rem"] {
    margin-bottom: 2.35rem !important;
  }

  .soft-section[style*="padding:4rem 2rem"] {
    padding: 3rem 1.6rem !important;
  }

  .soft-section[style*="padding:2.5rem"],
  .card[style*="margin-top:2rem"] {
    padding: 1.9rem !important;
  }

  .purple-panel[style*="margin-top:3rem"] {
    margin-top: 2rem !important;
  }

  .soft-section[style*="margin-top:2rem"] {
    margin-top: 1.35rem !important;
  }

  .muted[style*="margin-bottom:2rem"] {
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .floating-contact { top: 50%; bottom: auto; transform: translateY(-50%); }
}

@media (max-width: 900px) {
  .desktop-links { display: none; }
  .menu-toggle { display: inline-flex; }
  .hero-home .container, .page-hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 430px; }
  .portrait-wrap { left: 2rem; right: 2rem; }
  .cards-grid, .two-grid, .credential-grid, .benefit-grid, .policy-grid, .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-bottom .container { flex-direction: column; text-align: center; }
  .image-quote { right: 0; }
  .hero-home::before,
  .hero-home::after,
  .soft-section::before,
  .soft-section::after,
  .section:not(.soft-section)::before,
  .page > .container[style*="padding-bottom:6rem"]::before,
  .page > .container[style*="padding-bottom:6rem"]::after {
    opacity: .055;
    width: 14rem;
  }

  .page-hero::before,
  .statement::before {
    opacity: .06;
  }
}

@media (max-width: 640px) {

.logo img{
    height: 2.5rem;  
    width: auto;
    max-width: none;
}
.site-nav{
    padding: .7rem 0;
}
.social-links{
    justify-content:center;
    gap:.85rem;
    margin-top:1.5rem;
}

.social-links a{
    width:2.75rem;
    height:2.75rem;
}

.social-links i{
    font-size:1.15rem;
}
  .container { width: min(100% - 2rem, 1120px); }

  .home-title {
    font-size: clamp(2.35rem, 11vw, 2.75rem);
    line-height: 1.04;
  }
  .home-title em {
    display: block;
  }
  .hero-title {
    font-size: clamp(2.45rem, 12vw, 3rem);
    line-height: 1.05;
    overflow-wrap: break-word;
  }
  .lead { overflow-wrap: break-word; }
  .form-panel .card-title { font-size: 1.9rem !important; }
  .contact-grid,
  .form-panel,
  .field,
  .input-field,
  .mode-grid {
    min-width: 0;
  }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .quote-card { right: 1rem; bottom: 2rem; max-width: 190px; }
  .cta-panel, .purple-panel, .form-panel { padding: 2rem 1.25rem; border-radius: 1.5rem; }
  .card-lg { padding: 1.75rem; }
  .floating-contact a { width: 3rem; min-width: 0; justify-content: center; padding: 0; }
  .floating-contact span { display: none; }
  .hero-home::before,
  .hero-home::after,
  .page-hero::before,
  .soft-section::before,
  .soft-section::after,
  .section:not(.soft-section)::before,
  .statement::before,
  .page > .container[style*="padding-bottom:6rem"]::before,
  .page > .container[style*="padding-bottom:6rem"]::after,
  .cta-panel::before,
  .cta-panel::after {
    display: none;
  }

  .card::after,
  .service-card::after,
  .mini-card::after,
  .contact-card::after,
  .benefit::after,
  .form-panel::after,
  .purple-panel::after {
    width: 5rem;
    height: 5rem;
    opacity: .11;
  }
}
