:root{
  --bg:#fffaf8;
  --paper:#fffdfb;
  --blush:#fce8ec;
  --blush-2:#f8dce3;
  --pink:#ee2d67;
  --pink-dark:#c81950;
  --ink:#2a2929;
  --muted:#6f686a;
  --line:#ecdfe1;
  --teal:#279b99;
  --shadow:0 18px 50px rgba(80,38,48,.08);
  --radius:22px;
  --container:min(1180px, calc(100% - 40px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--bg);
  font-family:"Montserrat",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.container{width:var(--container);margin-inline:auto}
.section{padding:72px 0}
.section-shell{position:relative;overflow:hidden}
.eyebrow{
  margin:0 0 12px;
  text-transform:uppercase;
  letter-spacing:.24em;
  font-size:.74rem;
  font-weight:600;
}
.eyebrow span{color:var(--pink)}
h1,h2{
  font-family:"Playfair Display",Georgia,serif;
  font-weight:500;
  margin:0;
}
h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}
p{line-height:1.7}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:15px 22px;
  border-radius:7px;
  text-transform:uppercase;
  letter-spacing:.02em;
  font-size:.82rem;
  font-weight:700;
  transition:.2s ease;
}
.btn-primary{
  background:var(--pink);
  color:white;
  box-shadow:0 10px 25px rgba(238,45,103,.18);
}
.btn-primary:hover{background:var(--pink-dark);transform:translateY(-1px)}
.text-link{
  color:var(--pink);
  font-size:.78rem;
  font-weight:700;
  text-transform:uppercase;
}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,250,248,.92);
  backdrop-filter:blur(15px);
  border-bottom:1px solid rgba(236,223,225,.7);
}
.nav-wrap{
  min-height:86px;
  display:flex;
  align-items:center;
  gap:28px;
}
.brand{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:max-content;
}
.brand-mark{font-size:2rem;color:var(--pink)}
.brand strong,.brand em,.brand small{display:block}
.brand strong{
  font-family:"Playfair Display",Georgia,serif;
  letter-spacing:.08em;
  font-size:1.16rem;
}
.brand em{
  color:var(--pink);
  font-family:"Playfair Display",Georgia,serif;
  font-style:normal;
  font-size:.92rem;
  letter-spacing:.12em;
}
.brand small{font-family:"Playfair Display",Georgia,serif;font-style:italic;font-size:.63rem}
.main-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:23px;
  font-size:.78rem;
}
.main-nav a:hover{color:var(--pink)}
.header-cta{padding:12px 16px;font-size:.74rem}
.menu-toggle{
  display:none;
  margin-left:auto;
  border:0;
  background:transparent;
  font-size:1.4rem;
}
.hero{
  background:
    radial-gradient(circle at 8% 75%,rgba(238,45,103,.09),transparent 30%),
    linear-gradient(90deg,#fffaf8 0%,#fff8f6 54%,#f9e8e5 100%);
}
.hero-grid{
  min-height:520px;
  display:grid;
  grid-template-columns:1.05fr 1fr;
  align-items:center;
  gap:36px;
}
.hero-copy{padding:58px 0}
.hero-copy h1{
  max-width:620px;
  font-size:clamp(3.4rem,6.3vw,6rem);
  line-height:.96;
}
.hero-copy h1 em{
  display:block;
  color:var(--pink);
  font-style:italic;
}
.hero-lead{max-width:600px;font-size:1.05rem}
.hero-meta{
  margin-top:28px;
  display:flex;
  flex-wrap:wrap;
  gap:18px 30px;
  font-size:.72rem;
}
.hero-meta span{display:grid;grid-template-columns:auto 1fr;column-gap:7px}
.hero-meta small{grid-column:2;color:var(--muted)}
.hero-visual{position:relative;align-self:stretch}
.hero-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  clip-path:polygon(5% 0,100% 0,100% 100%,0 100%,0 8%);
}
.hero-note{
  position:absolute;
  right:12px;
  top:58px;
  max-width:170px;
  font-family:"Playfair Display",Georgia,serif;
  font-style:italic;
  font-size:1.4rem;
  text-align:center;
  line-height:1.25;
}
.hero-note span{display:block;color:var(--pink);font-size:2rem}
.benefits{background:#fff5f6;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.benefits-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr) 1.25fr;
  align-items:stretch;
}
.benefits article,.benefits blockquote{
  margin:0;
  padding:30px 24px;
  text-align:center;
  border-right:1px solid var(--line);
}
.benefits article:last-of-type{border-right:1px solid var(--line)}
.benefit-icon{font-size:2rem;color:var(--pink)}
.benefits h3{font-size:.86rem;margin:10px 0 7px}
.benefits p{font-size:.72rem;color:var(--muted);margin:0}
.benefits blockquote{
  border-right:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  font-family:"Playfair Display",Georgia,serif;
  font-style:italic;
  font-size:1.25rem;
  line-height:1.45;
}
.benefits blockquote span{color:var(--pink)}
.section-heading{margin-bottom:28px}
.section-heading.split{display:flex;justify-content:space-between;align-items:end;gap:20px}
.catalog-grid{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:12px;
}
.product-card{
  background:white;
  border:1px solid #f0e6e7;
  box-shadow:0 10px 28px rgba(71,41,48,.05);
  overflow:hidden;
  transition:.2s ease;
}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-card img{width:100%;aspect-ratio:.83;object-fit:cover}
.product-card h3{font-size:.72rem;text-align:center;padding:11px 7px;margin:0}
.how{
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  background:linear-gradient(90deg,#fbe5e7 0%,#fff 48%);
}
.how-image{
  min-height:360px;
  background:url("assets/steps-side.jpg") center/cover no-repeat;
}
.how-content{padding:55px 6vw 50px 50px}
.steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  margin-top:30px;
}
.steps article{display:flex;gap:13px}
.steps article>span{
  flex:0 0 28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--pink);
  color:white;
  font-weight:700;
}
.steps h3{font-size:.85rem;margin:2px 0 7px}
.steps p{font-size:.72rem;color:var(--muted);margin:0;line-height:1.55}
.story{background:#fff9f9}
.story-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  align-items:stretch;
}
.story-copy,.story-points{padding:44px}
.story-copy{background:#fcebec}
.story-copy p{color:#574f51}
.story-copy .btn{margin-top:10px}
.story-image{width:100%;height:100%;object-fit:cover;min-height:360px}
.story-points{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:22px;
  background:#fff8f9;
}
.story-points article{display:flex;gap:16px}
.story-points article>span{color:var(--pink);font-size:1.8rem}
.story-points h3{margin:0 0 4px;font-size:.9rem}
.story-points p{margin:0;color:var(--muted);font-size:.75rem;line-height:1.5}
.proof-grid{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:50px;
}
.testimonial-card{
  display:grid;
  grid-template-columns:auto auto 1fr auto;
  align-items:center;
  gap:18px;
  margin-top:22px;
  min-height:140px;
}
.avatar{
  width:58px;height:58px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--blush-2);
  color:var(--pink);
  font-weight:700;
}
.testimonial-copy p{margin:0 0 8px;font-family:"Playfair Display",Georgia,serif;font-size:1.08rem}
.testimonial-copy strong{font-size:.78rem}
.stars{color:#ed8c37;font-size:.8rem;margin-top:3px}
.slider-btn{
  border:0;
  background:transparent;
  color:var(--pink);
  font-size:2rem;
  cursor:pointer;
}
.proof-strip{width:56%;margin:12px 0 0 auto;border-radius:8px}
.compact{margin-bottom:10px}
.faq-item{border-bottom:1px solid var(--line)}
.faq-question{
  width:100%;
  padding:17px 0;
  display:flex;
  justify-content:space-between;
  gap:20px;
  border:0;
  background:transparent;
  cursor:pointer;
  text-align:left;
  font-weight:500;
}
.faq-answer{
  display:grid;
  grid-template-rows:0fr;
  transition:grid-template-rows .25s ease;
}
.faq-answer>p{overflow:hidden;margin:0;color:var(--muted);font-size:.84rem}
.faq-item.open .faq-answer{grid-template-rows:1fr}
.faq-item.open .faq-answer>p{padding:0 0 18px}
.final-cta{
  padding:28px 0;
  background:
    linear-gradient(90deg,rgba(255,243,244,.96),rgba(255,236,239,.94)),
    url("assets/footer-flowers.jpg") center/cover;
}
.final-cta-inner{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:60px;
}
.final-cta p{margin:0;text-align:center}
.final-cta h2{color:var(--pink);font-style:italic;font-size:2.4rem}
.site-footer{padding:24px 0;background:#fff}
.footer-grid{
  display:grid;
  grid-template-columns:1.1fr 1fr .75fr .6fr;
  align-items:center;
  gap:25px;
}
.footer-brand .brand-mark{font-size:1.6rem}
.socials{display:flex;gap:12px;align-items:center;font-size:.75rem}
.location,.footer-tag{font-size:.76rem}
.footer-tag{font-family:"Playfair Display",Georgia,serif}
@media (max-width:1050px){
  .main-nav{display:none}
  .menu-toggle{display:block}
  .header-cta{display:none}
  .main-nav.open{
    position:absolute;
    top:86px;
    left:20px;
    right:20px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    padding:20px;
    background:white;
    border:1px solid var(--line);
    box-shadow:var(--shadow);
  }
  .catalog-grid{grid-template-columns:repeat(4,1fr)}
  .benefits-grid{grid-template-columns:repeat(2,1fr)}
  .benefits blockquote{grid-column:1/-1;border-top:1px solid var(--line)}
  .steps{grid-template-columns:repeat(2,1fr)}
  .story-grid{grid-template-columns:1fr 1fr}
  .story-points{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  :root{--container:min(100% - 28px,1180px)}
  .section{padding:54px 0}
  .nav-wrap{min-height:74px}
  .main-nav.open{top:74px}
  .hero-grid{grid-template-columns:1fr;gap:0}
  .hero-copy{padding:44px 0 22px}
  .hero-copy h1{font-size:clamp(3rem,16vw,4.8rem)}
  .hero-visual{min-height:440px;margin-inline:-14px}
  .hero-note{display:none}
  .hero-meta{display:grid;grid-template-columns:1fr}
  .benefits-grid{grid-template-columns:1fr}
  .benefits article{border-right:0;border-bottom:1px solid var(--line)}
  .benefits blockquote{grid-column:auto}
  .section-heading.split{align-items:flex-start;flex-direction:column}
  .catalog-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}
  .product-card{min-width:55vw;scroll-snap-align:start}
  .how{grid-template-columns:1fr}
  .how-image{min-height:260px}
  .how-content{padding:42px 20px}
  .steps{grid-template-columns:1fr}
  .story-grid{grid-template-columns:1fr}
  .story-copy,.story-points{padding:32px 24px}
  .story-points{grid-column:auto;display:flex}
  .proof-grid{grid-template-columns:1fr}
  .proof-strip{width:100%}
  .final-cta-inner{flex-direction:column;gap:18px;text-align:center}
  .final-cta h2{font-size:2rem}
  .footer-grid{grid-template-columns:1fr;text-align:center}
  .footer-brand,.socials{justify-content:center}
}


/* ===== 2026-09 update: transparent-to-solid header + animated logo switch ===== */
.site-header{
  position:fixed;
  inset:0 0 auto 0;
  background:transparent;
  border-bottom:1px solid transparent;
  backdrop-filter:none;
  transition:background-color .32s ease, border-color .32s ease, box-shadow .32s ease, backdrop-filter .32s ease;
}

.site-header.is-scrolled{
  background:rgba(255,250,248,.97);
  border-bottom-color:rgba(236,223,225,.9);
  box-shadow:0 8px 28px rgba(67,38,45,.06);
  backdrop-filter:blur(14px);
}

.nav-wrap{
  position:relative;
  min-height:88px;
  transition:min-height .32s ease;
}

.site-header.is-scrolled .nav-wrap{
  min-height:68px;
}

.brand-switcher{
  position:relative;
  width:210px;
  height:200px;
  align-self:flex-start;
  margin-top:10px;
  transition:width .32s ease, height .32s ease, margin .32s ease;
  z-index:2;
}

.brand-logo{
  position:absolute;
  left:0;
  top:0;
  display:block;
  width:auto;
  object-fit:contain;
  object-position:left center;
  transition:opacity .22s ease, transform .32s cubic-bezier(.2,.7,.2,1);
}

.brand-logo-large{
  height:200px;
  opacity:1;
  transform:translateY(0) scale(1);
  transform-origin:left top;
}

.brand-logo-small{
  height:42px;
  top:12px;
  opacity:0;
  transform:translateY(-8px) scale(.92);
  transform-origin:left center;
  pointer-events:none;
}

.site-header.is-scrolled .brand-switcher{
  width:150px;
  height:68px;
  margin-top:0;
  align-self:center;
}

.site-header.is-scrolled .brand-logo-large{
  opacity:0;
  transform:translateY(-18px) scale(.72);
  pointer-events:none;
}

.site-header.is-scrolled .brand-logo-small{
  opacity:1;
  transform:translateY(0) scale(1);
}

.hero{
  padding-top:0;
}

.hero-grid{
  padding-top:88px;
  min-height:610px;
}

.hero-visual img{
  object-position:center center;
}

/* crisp outlined icon system */
.benefit-icon,
.story-icon,
.step-icon{
  color:var(--pink);
}

.benefit-icon svg,
.story-icon svg,
.step-icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
}

.benefit-icon{
  width:42px;
  height:42px;
  margin:0 auto 8px;
}

.story-icon{
  flex:0 0 38px;
  width:38px;
  height:38px;
}

.steps article>span.step-icon{
  position:relative;
  flex:0 0 42px;
  width:42px;
  height:42px;
  border-radius:0;
  background:transparent;
  color:var(--pink);
  display:grid;
  place-items:center;
}

.step-icon svg{
  position:absolute;
  inset:3px;
}

.step-icon b{
  position:absolute;
  right:-2px;
  bottom:-4px;
  width:19px;
  height:19px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--pink);
  color:#fff;
  font-size:.62rem;
  line-height:1;
}

@media (max-width:1050px){
  .brand-switcher{
    width:170px;
    height:150px;
  }
  .brand-logo-large{height:150px}
}

@media (max-width:760px){
  .site-header{position:fixed}
  .nav-wrap{min-height:74px}
  .site-header.is-scrolled .nav-wrap{min-height:64px}

  .brand-switcher{
    width:132px;
    height:116px;
    margin-top:7px;
  }
  .brand-logo-large{height:116px}
  .brand-logo-small{height:34px;top:15px}

  .site-header.is-scrolled .brand-switcher{
    width:128px;
    height:64px;
  }

  .hero-grid{
    padding-top:74px;
  }
}


/* ===== Final asset pass using Saray's original uploaded artwork ===== */

/* Large hero logo:
   preserve image proportions, never stretch it, and keep its decorative circle visible. */
.brand-switcher{
  overflow:visible;
}

.brand-logo-large{
  height:200px;
  width:auto;
  max-width:none;
  object-fit:contain;
}

/* The actual compact header logo is very wide, so size by height and let width flow naturally. */
.brand-logo-small{
  height:43px;
  width:auto;
  max-width:190px;
  object-fit:contain;
  object-position:left center;
}

/* Hero image uses the actual supplied 1440×740 image as a full bleed visual. */
.hero-visual{
  overflow:hidden;
}

.hero-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  clip-path:none;
}

/* The source image already contains its soft background treatment,
   so avoid competing decorative overlays over the main artwork. */
.hero-visual::before,
.hero-visual::after{
  content:none !important;
}

@media (max-width:1050px){
  .brand-logo-large{height:160px}
  .brand-switcher{height:160px}
  .brand-logo-small{height:39px;max-width:175px}
}

@media (max-width:760px){
  .brand-logo-large{height:122px}
  .brand-switcher{height:122px}
  .brand-logo-small{height:34px;max-width:155px}
  .hero-visual img{object-position:62% center}
}


/* ===== Hero redesign: supplied artwork as full section background ===== */
.hero.hero-background{
  position:relative;
  min-height:740px;
  display:flex;
  align-items:center;
  overflow:hidden;

  background-image:url("assets/hero-image.jpg?v=3");
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;

  /* Remove earlier hero layout backgrounds */
  padding-top:0;
}

/* Soft editorial wash on the left. This preserves the supplied photo
   while keeping the typography readable without creating a split layout. */
.hero-wash{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(
      90deg,
      rgba(255,250,248,.96) 0%,
      rgba(255,250,248,.92) 22%,
      rgba(255,250,248,.76) 38%,
      rgba(255,250,248,.34) 54%,
      rgba(255,250,248,.06) 70%,
      rgba(255,250,248,0) 82%
    );
}

.hero-content{
  position:relative;
  z-index:2;
  width:var(--container);
  margin-inline:auto;
  padding-top:100px;
  padding-bottom:68px;
}

.hero.hero-background .hero-copy{
  width:min(47%, 590px);
  padding:0;
}

.hero.hero-background .hero-copy h1{
  max-width:590px;
  font-size:clamp(4rem, 6.25vw, 6.4rem);
  line-height:.92;
  letter-spacing:-.025em;
}

.hero.hero-background .hero-copy h1 em{
  display:block;
  color:var(--pink);
  font-style:italic;
  line-height:.94;
}

.hero.hero-background .hero-lead{
  max-width:560px;
  margin:20px 0 0;
  font-size:1rem;
  line-height:1.65;
}

.hero.hero-background .hero-actions{
  margin-top:26px;
}

.hero.hero-background .hero-meta{
  margin-top:30px;
  display:flex;
  flex-wrap:wrap;
  gap:18px 28px;
}

.hero.hero-background .hero-meta span{
  display:grid;
  grid-template-columns:22px auto;
  column-gap:9px;
  align-items:center;
}

.hero.hero-background .hero-meta svg{
  grid-row:1 / span 2;
  width:22px;
  height:22px;
  fill:none;
  stroke:var(--pink);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.hero.hero-background .hero-meta b{
  font-size:.73rem;
}

.hero.hero-background .hero-meta small{
  color:var(--muted);
  font-size:.58rem;
  line-height:1.25;
}

/* Old right-hand image block is no longer used */
.hero-visual,
.hero-note,
.hero-blur{
  display:none !important;
}

@media (max-width:1050px){
  .hero.hero-background{
    min-height:690px;
    background-position:58% center;
  }

  .hero-wash{
    background:
      linear-gradient(
        90deg,
        rgba(255,250,248,.96) 0%,
        rgba(255,250,248,.91) 30%,
        rgba(255,250,248,.65) 52%,
        rgba(255,250,248,.12) 76%,
        rgba(255,250,248,0) 100%
      );
  }

  .hero.hero-background .hero-copy{
    width:min(54%, 560px);
  }

  .hero.hero-background .hero-copy h1{
    font-size:clamp(3.6rem, 7vw, 5.6rem);
  }
}

@media (max-width:760px){
  .hero.hero-background{
    min-height:760px;
    align-items:flex-end;
    background-position:66% center;
  }

  .hero-wash{
    background:
      linear-gradient(
        180deg,
        rgba(255,250,248,.34) 0%,
        rgba(255,250,248,.20) 26%,
        rgba(255,250,248,.68) 58%,
        rgba(255,250,248,.97) 100%
      );
  }

  .hero-content{
    width:var(--container);
    padding-top:170px;
    padding-bottom:38px;
  }

  .hero.hero-background .hero-copy{
    width:100%;
    max-width:100%;
  }

  .hero.hero-background .hero-copy h1{
    max-width:520px;
    font-size:clamp(3.2rem, 15vw, 4.8rem);
  }

  .hero.hero-background .hero-lead{
    max-width:480px;
    font-size:.93rem;
  }

  .hero.hero-background .hero-meta{
    display:grid;
    grid-template-columns:1fr;
    gap:11px;
  }
}

@media (max-width:440px){
  .hero.hero-background{
    min-height:720px;
    background-position:68% center;
  }

  .hero-content{
    padding-top:150px;
  }

  .hero.hero-background .hero-copy h1{
    font-size:clamp(2.9rem, 14vw, 4rem);
  }
}


/* ===== Header + hero refinement ===== */

/* Keep the transparent header compact.
   The large logo floats independently and no longer pushes the nav downward. */
.site-header{
  height:78px;
  display:block;
}

.nav-wrap.header-layout{
  position:relative;
  min-height:78px;
  height:78px;
  display:flex;
  align-items:center;
  padding-top:0;
  padding-bottom:0;
}

/* Float the large hero logo instead of letting its 200px box control header height. */
.brand-switcher{
  position:absolute;
  left:0;
  top:10px;
  width:210px;
  height:200px;
  margin:0;
  align-self:auto;
  z-index:20;
  pointer-events:auto;
}

/* Navigation / CTA stay vertically centered inside the 78px header. */
.main-nav{
  margin-left:auto;
  align-self:center;
}

.header-cta{
  align-self:center;
}

/* Scrolled state keeps the compact header vertically aligned. */
.site-header.is-scrolled{
  height:68px;
}

.site-header.is-scrolled .nav-wrap.header-layout{
  min-height:68px;
  height:68px;
}

.site-header.is-scrolled .brand-switcher{
  top:0;
  width:150px;
  height:68px;
  margin:0;
}

.site-header.is-scrolled .brand-logo-small{
  top:12px;
}

/* Give the hero copy deliberate separation from the floating logo. */
.hero-content{
  padding-top:240px;
  padding-bottom:68px;
}

.hero.hero-background .hero-copy{
  width:auto;
}

/* Reduced heading scale so it no longer collides with the logo. */
.hero.hero-background .hero-copy h1{
  max-width:auto;
  font-size:clamp(3.35rem, 4.65vw, 4.9rem);
  line-height:.92;
  letter-spacing:-.02em;
}

.hero.hero-background .hero-copy h1 em{
  font-size:.92em;
  line-height:.94;
}

/* Slightly tighter text block for a more editorial composition. */
.hero.hero-background .hero-lead{
  max-width:430px;
  margin-top:18px;
}

/* Tablet */
@media (max-width:1050px){
  .site-header{
    height:74px;
  }

  .nav-wrap.header-layout{
    min-height:74px;
    height:74px;
  }

  .brand-switcher{
    top:8px;
    width:170px;
    height:160px;
  }

  .hero-content{
    padding-top:145px;
  }

  .hero.hero-background .hero-copy{
    width:410px;
    max-width:410px;
  }

  .hero.hero-background .hero-copy h1{
    max-width:410px;
    font-size:clamp(3.1rem, 5.5vw, 4.45rem);
  }
}

/* Mobile */
@media (max-width:760px){
  .site-header{
    height:70px;
  }

  .nav-wrap.header-layout{
    min-height:70px;
    height:70px;
  }

  .brand-switcher{
    top:6px;
    left:0;
    width:132px;
    height:122px;
  }

  .site-header.is-scrolled{
    height:64px;
  }

  .site-header.is-scrolled .nav-wrap.header-layout{
    min-height:64px;
    height:64px;
  }

  .site-header.is-scrolled .brand-switcher{
    height:64px;
    width:128px;
  }

  .hero-content{
    padding-top:150px;
    padding-bottom:38px;
  }

  .hero.hero-background .hero-copy{
    width:100%;
    max-width:100%;
  }

  .hero.hero-background .hero-copy h1{
    max-width:400px;
    font-size:clamp(2.85rem, 13vw, 4rem);
  }

  .hero.hero-background .hero-lead{
    max-width:390px;
  }
}

@media (max-width:440px){
  .hero-content{
    padding-top:138px;
  }

  .hero.hero-background .hero-copy h1{
    max-width:340px;
    font-size:clamp(2.65rem, 12vw, 3.55rem);
  }
}


/* ===== Steps layout refinement ===== */
.steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:34px;
  margin-top:30px;
}

.steps .step{
  position:relative;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  column-gap:14px;
  align-items:start;
  min-width:0;
}

.steps .step:not(:last-child)::after{
  content:"➔";
  position:absolute;
  right:-22px;
  top:34px;
  color:var(--pink);
  font-size:1.15rem;
  line-height:1;
}

.step-number{
  width:28px;
  height:28px;
  margin-top:4px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--pink);
  color:#fff;
  font-size:.75rem;
  font-weight:700;
  line-height:1;
}

.step-content{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-width:0;
}

.steps .step-content .step-icon{
  position:relative;
  display:block;
  width:42px;
  height:42px;
  margin:0 0 10px;
  color:var(--pink);
  background:transparent;
}

.steps .step-content .step-icon svg{
  position:static;
  display:block;
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.steps .step h3{
  margin:0 0 7px;
  font-size:.85rem;
  line-height:1.25;
}

.steps .step p{
  margin:0;
  color:var(--muted);
  font-size:.72rem;
  line-height:1.55;
}

.steps .step-icon b{
  display:none !important;
}

@media (max-width:1050px){
  .steps{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:34px 28px;
  }

  .steps .step:nth-child(2)::after{
    display:none;
  }
}

@media (max-width:760px){
  .steps{
    grid-template-columns:1fr;
    gap:28px;
  }

  .steps .step::after{
    display:none !important;
  }
}
