/* ---------- Theme ---------- */
:root{
  --ivory: #FFF8F2;
  --ivory-2: #FFF1E8;
  --blush: #FDB9E2;
  --blush-deep: #FDB9E2;
  --pink-text:  #FDB9E2;

  --ink: #2A2324;
  --muted: #5B4C50;

  --card: rgba(255,248,242,.82);
  --shadow: 0 18px 50px rgba(42,35,36,.18);
  --radius: 18px;
  --radius-lg: 26px;

  /* "Arial Nova Light" isn't reliably available everywhere.
     This stack gets you very close, clean, light, and consistent. */
  --sans: "Arial Nova Light", "Arial Nova", "Helvetica Neue", Arial, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --script: "Great Vibes", cursive;
}

*{ box-sizing: border-box; }
html, body{ height:100%; }
body{
  margin:0;
  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(1100px 680px at 20% 0%, rgba(246,199,211,.30), transparent 60%),
    radial-gradient(1000px 650px at 80% 10%, rgba(255,241,232,.55), transparent 60%),
    linear-gradient(180deg, var(--ivory), var(--ivory-2));
  line-height:1.55;
}

img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration: none; }
.container{
  width:min(1120px, calc(100% - 40px));
  margin-inline:auto;
}

/* ---------- Header/Nav ---------- */
.site-header{
  position: sticky;
  top:0;
  z-index: 50;
  background: rgba(255,248,242,.72);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(42,35,36,.08);
}

.nav-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 14px 0;
  gap: 18px;
}

.brand{
  font-family: var(--script);
  font-weight: 400;
  font-size: 34px;        /* adjust up/down as you like */
  letter-spacing: .5px;
  color: var(--pink-text);
  white-space: nowrap;
}

.nav{ display:flex; align-items:center; gap: 14px; }
.nav-toggle{
  display:none;
  width: 44px;
  height: 42px;
  border: 1px solid rgba(42,35,36,.12);
  background: rgba(255,248,242,.8);
  border-radius: 12px;
  padding: 10px;
  cursor:pointer;
}
.nav-toggle span{
  display:block;
  height: 2px;
  background: rgba(42,35,36,.70);
  border-radius: 2px;
  margin: 5px 0;
}

.nav-list li{
  position: relative;
}

.nav-list li:not(:last-child)::after{
  content: "";
  position: absolute;
  right: -9px;                /* controls spacing */
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 35px;               /* line height */
  background-color: var(--pink-text); /* your #FFCAE9 */
  opacity: 0.8;
}

.nav-list{
  list-style:none;
  display:flex;
  gap: 18px;
  align-items:center;
  margin:0;
  padding:0;
}
.nav-list a{
  font-size: 14.5px;
  padding: 10px 10px;
  border-radius: 12px;
  color: rgba(42,35,36,.85);
}
.nav-list a:hover{
  background: rgba(246,199,211,.22);
}
.nav-list a.active{
  background: rgba(246,199,211,.28);
  
  
}
.nav-cta{
  border: none;
  background: none;
}

.nav-cta:hover{
  background: rgba(246,199,211,.32);
}

/* ---------- Hero ---------- */
.hero{
  position: relative;
  min-height: clamp(520px, 70vh, 760px);
  overflow: hidden;
}

.hero-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center;

  filter: saturate(1.15) contrast(1.08);
  transform: scale(1.02);
}


.hero-fade{
  position:absolute;
  inset:0;
  background:
    radial-gradient(
      900px 600px at 55% 40%,
      rgba(255,248,242,.06),
      transparent 60%
    ),
    linear-gradient(
      180deg,
      rgba(255,248,242,.04),
      rgba(255,248,242,.45)
    );
}

.hero-overlay{
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;     /* vertical centering */
  justify-content: center; /* horizontal centering */
  text-align: center;
}

.hero-card{
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  text-align: center;   /* THIS keeps the button centered */
}

.hero-card .btn{
  display: inline-block;
  margin: 0 auto;
}

.hero-lines{
  margin-bottom: 18px;
  display: inline-block;   /* allows mixed alignment inside */
  text-align: center;      /* keeps Blush & Ivory centered */
}

.hero-line{ color: var(--pink-text); }

.hero-line.script{
  font-family: var(--script);
  font-weight: 550; /* try bold */
  font-size: clamp(52px, 7vw, 92px);
  line-height: .95;
  letter-spacing: .2px;

  /* white outline + soft depth */
  text-shadow:
    -1.5px -1.5px 0 #fff,
     1.5px -1.5px 0 #fff,
    -1.5px  1.5px 0 #fff,
     1.5px  1.5px 0 #fff,
     0 6px 18px rgba(0,0,0,.25);
}

/* .hero-line.script{
  font-family: var(--script);
  font-weight: 400;
  font-size: clamp(52px, 7vw, 92px);
  line-height: .95;
  letter-spacing: .2px;
}
*/

.amp{
  font-family: 'Parisienne', cursive; /* prettier script ampersand */
  font-size: 0.95em;                 /* slightly larger than text */
  margin-right: 0.0 px;   /* space before Ivory */
  margin-left: 4px;    /* space after Blush */
  position: relative;
  top: 0px;                         /* vertical alignment tweak */
  
  opacity: 0.78;

  /* lighter outline than main script */
text-shadow:
	-1px -1px 0 #fff,
   1px -1px 0 #fff,
  -1px  1px 0 #fff,
   1px  1px 0 #fff;
}

.hero-line.sub{
  font-weight: 700;
  font-size: clamp(18px, 2.2vw, 28px);
  letter-spacing: 1.6px;
  margin-top: 2px;         /* closer to Blush & Ivory */
  color: var(--pink-text);
  text-align: left;        /* left-justified */
}

.hero-card .btn{
  display: block;
  width: fit-content;   /* shrink to content */
  margin: 0 auto;       /* center it */
}

/* ---------- Buttons/Links ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 2px 18px;
  border-radius: 14px;   /* soft-corner rectangle */
  font-size: 15px;
  border: 1px solid transparent;
  cursor:pointer;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}

.btn-primary{
  background: var(--ivory);
  color: var(--pink-text);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0,0,0,.18);
}


.btn-primary:hover{
  background: var(--ivory-2);
  border-color: rgba(42,35,36,.18);
}


.text-link{
  display:inline-block;
  margin-top: 12px;
  color: var(--pink-text);
  font-weight: 400;
}
.text-link:hover{
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ---------- Feature Sections ---------- */
.sections{
  padding: clamp(26px, 5vw, 56px) 0 70px;
}

.feature{
  display:flex;
  gap: clamp(18px, 4vw, 54px);
  align-items:center;
  padding: clamp(16px, 3vw, 28px) 0;
}

.feature.reverse{
  flex-direction: row-reverse;
}

.feature-media{
  flex: 1.05;
  min-width: 280px;
  position: relative;
  display:flex;
  justify-content:center;
}

.media-card{
  width: min(520px, 100%);
  position: relative;
  border-radius: var(--radius-lg);
  overflow: visible;
  padding: 10px;
}

/* blush rectangle behind image (superimposed look) */
.media-card::before{
  content:"";
  position:absolute;
  inset: 16px 10px 0 0;
 background: var(--blush);
  border-radius: var(--radius-lg);
  z-index: 0;
  transform: translate(18px, 18px);
  box-shadow: 0 18px 40px rgba(42,35,36,.10);
}

.media-card img{
  position: relative;
  z-index: 1;
  border-radius: var(--radius-lg);
  box-shadow: 0 22px 55px rgba(42,35,36,.18);
  border: 1px solid rgba(42,35,36,.10);
}

.feature-text{
  flex: .95;
  min-width: 280px;
}

.feature-title{
  font-family: var(--script);
  color: var(--pink-text);
  font-weight: 400;
  font-size: clamp(36px, 4.2vw, 56px);
  margin: 0 0 10px;
  line-height: 1;
}

.feature-desc{
  margin: 0;
  color: rgba(42,35,36,.82);
  font-weight: 300;
  font-size: 16.5px;
}

/* ---------- Footer ---------- */
.site-footer{
  background: linear-gradient(180deg, rgba(246,199,211,.40), rgba(255,248,242,.92));
  border-top: 1px solid rgba(42,35,36,.08);
  padding: 44px 0 18px;
}

.footer-grid{
  display:grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 26px;
  align-items:start;
}

.footer-logo{
  font-family: var(--script);
  font-size: 44px;
  color: var(--pink-text);
  line-height: 1;
}
.footer-sub{
  font-weight: 300;
  letter-spacing: 1.8px;
  color: rgba(42,35,36,.70);
  margin-top: 6px;
}
.footer-note{
  margin: 12px 0 0;
  color: rgba(42,35,36,.70);
  font-weight: 300;
  max-width: 34ch;
}

.footer-col h3{
  margin: 8px 0 10px;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(42,35,36,.72);
  font-weight: 400;
}
.footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
}
.footer-col li{ margin: 10px 0; }
.footer-col a{
  color: rgba(42,35,36,.78);
  font-weight: 300;
}
.footer-col a:hover{
  color: rgba(229,138,163,.98);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-bottom{
  margin-top: 26px;
  padding-top: 14px;
  border-top: 1px solid rgba(42,35,36,.08);
  color: rgba(42,35,36,.62);
  font-weight: 300;
}

/* ---------- Mobile ---------- */
@media (max-width: 900px){
  .footer-grid{
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 780px){
  .nav-toggle{ display:inline-block; }

  .nav-list{
    position: absolute;
    top: 62px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,248,242,.92);
    border: 1px solid rgba(42,35,36,.10);
    box-shadow: 0 18px 40px rgba(42,35,36,.12);
  }
  .nav-list.open{ display:flex; }
  .nav-list a{ width: 100%; text-align:center; }

  .feature,
  .feature.reverse{
    flex-direction: column;
    align-items: stretch;
  }

  .feature-media{ justify-content:flex-start; }
  .media-card::before{
    transform: translate(12px, 12px);
  }

  .hero-card{
    text-align:center;
  }

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