/* Lavender & Lily — mock-up design system */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..800;1,400..800&family=Inter:wght@400;500;600&display=swap');

:root {
  --ivory: #FDF7EF;
  --white: #FFFFFF;
  --plum: #5E4B90;
  --plum-deep: #45356B;
  --lav: #A98FD3;
  --lav-soft: #D9C6EC;
  --pink-band: #FBE4E4;
  --pink-deep: #F6D8DC;
  --green: #4A3A6B;
  --green-ink: #3C2F5A;
  --sage: #FBE6D6;
  --ink: #3A3040;
  --ink-soft: #726781;
  --line: #ECE1F0;
  --coral: #EE8F6C;
  --coral-deep: #C15F3C;
  --gold: #F3B54B;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', Arial, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: var(--sans); color: var(--ink); background: var(--ivory); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; }

/* ---------- top bar + nav ---------- */
.topbar {
  background: var(--green); color: #F5E9DC; font-size: 12.5px; letter-spacing: .14em;
  display: flex; justify-content: space-between; padding: 9px 48px; text-transform: uppercase;
}
.topbar span b { color: #fff; font-weight: 600; }
nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 48px; background: var(--ivory); border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, #45356B, #A98FD3, #EEA9BE, #EE8F6C, #F2A24E, #F3B54B) 1;
}
.logo { font-family: var(--serif); font-size: 27px; color: var(--plum); font-weight: 400; display: flex; align-items: center; gap: 14px; }
.logo em, .foot-logo em { font-style: normal; }  /* upright ampersand in the wordmark */
.logo .badge { height: 52px; width: 52px; }
.navlinks { display: flex; gap: 34px; align-items: center; font-size: 13.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.navlinks .active { color: var(--plum); border-bottom: 2px solid var(--lav); padding-bottom: 3px; }
.btn {
  display: inline-block; background: var(--coral); color: #fff; border-radius: 999px;
  padding: 14px 34px; font-size: 14px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600;
}
.btn.small { padding: 11px 26px; font-size: 12.5px; }
.btn.ghost { background: transparent; color: var(--plum); border: 1.5px solid var(--plum); }
.btn.ondark { background: #fff; color: var(--plum-deep); }

/* ---------- layout ---------- */
.wrap { max-width: 1220px; margin: 0 auto; padding: 0 48px; }
section { padding: 110px 0; }
.eyebrow { font-size: 13px; letter-spacing: .28em; text-transform: uppercase; color: var(--lav); font-weight: 600; margin-bottom: 18px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; color: var(--ink); line-height: 1.08; }
h2 { font-size: 54px; margin-bottom: 22px; }
h2 em, h1 em { font-style: italic; color: var(--coral-deep); }
h3 { font-size: 26px; margin-bottom: 10px; }
.lede { font-size: 19px; color: var(--ink-soft); max-width: 640px; }
.sec-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 56px; }

/* ---------- wave section divider ---------- */
.wave-divider { overflow: hidden; line-height: 0; }
.wave-divider svg { display: block; width: 100%; height: 42px; }
.wave-divider .wave-line { fill: none; stroke: var(--lav); stroke-width: 2.5; vector-effect: non-scaling-stroke; }
.wave-divider .wave-fill { fill: var(--pink-band); stroke: none; }
.wave-divider .wave-fill-sage { fill: var(--sage); stroke: none; }

/* ---------- imagery ---------- */
.arch { border-radius: 400px 400px 18px 18px; overflow: hidden; }
.rounded { border-radius: 18px; overflow: hidden; }
.cover { width: 100%; height: 100%; object-fit: cover; }

/* ---------- cards ---------- */
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.grid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; }
.card-label { margin-top: 18px; font-size: 13.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink); font-weight: 600; text-align: center; }
.card-sub { text-align: center; font-size: 14px; color: var(--ink-soft); margin-top: 4px; }

/* ---------- pink band / testimonials ---------- */
.band { background: var(--pink-band); }
.band.sage { background: var(--sage); }
.quote-mark { font-family: var(--serif); font-size: 64px; color: var(--gold); line-height: .5; margin-bottom: 18px; }
.quote { font-size: 16.5px; color: var(--ink); }
.quote-name { margin-top: 18px; font-size: 13px; letter-spacing: .2em; text-transform: uppercase; color: var(--plum); font-weight: 600; }
.ww-badge {
  display: inline-flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 12px 26px; font-size: 14px; font-weight: 600; color: var(--ink);
}
.ww-badge .stars { color: #C99700; letter-spacing: 2px; font-size: 16px; }
.ww-badge a { color: inherit; text-decoration: underline; text-underline-offset: 2px; text-decoration-thickness: 1px; }
.ww-badge a:hover { color: var(--plum); }

/* ---------- ticker ---------- */
.ticker {
  background: var(--green); color: #F5E9DC; overflow: hidden; white-space: nowrap;
  font-family: var(--serif); font-size: 28px; font-style: italic; padding: 18px 0; letter-spacing: .04em;
}
.ticker span { margin: 0 28px; }
.ticker .dot { color: var(--gold); }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); padding: 26px 6px; display: grid; grid-template-columns: 64px 1fr 40px; align-items: start; }
.faq-num { font-family: var(--serif); font-style: italic; color: var(--lav); font-size: 19px; }
.faq-q { font-weight: 600; font-size: 17.5px; }
.faq-a { grid-column: 2; color: var(--ink-soft); font-size: 15.5px; margin-top: 10px; max-width: 720px; }
.faq-x { text-align: right; font-size: 26px; color: var(--lav); font-weight: 300; }

/* ---------- CTA banner ---------- */
.cta-banner { background: linear-gradient(120deg, #5E4B90 0%, #8E5E9E 40%, #C15F70 72%, #EE8F6C 100%); color: #fff; border-radius: 24px; padding: 84px 72px; display: flex; justify-content: space-between; align-items: center; }
.cta-banner h2 { color: #fff; font-size: 46px; margin-bottom: 12px; }
.cta-banner h2 em { color: var(--lav-soft); }
.cta-banner p { color: #DCCFF0; font-size: 18px; }

/* ---------- footer ---------- */
footer { background: var(--ivory); border-top: 1px solid var(--line); padding: 70px 48px 36px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; max-width: 1220px; margin: 0 auto; }
.foot-head { font-size: 12.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--lav); font-weight: 600; margin-bottom: 16px; }
.foot-grid p, .foot-grid a { color: var(--ink-soft); font-size: 15px; display: block; margin-bottom: 9px; }
.foot-logo { font-family: var(--serif); font-size: 24px; color: var(--plum); margin-bottom: 14px; display: flex; align-items: center; gap: 12px; }
.foot-logo .badge { height: 58px; width: 58px; }
.foot-bottom { max-width: 1220px; margin: 46px auto 0; padding-top: 24px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; font-size: 13px; color: var(--ink-soft); }
.ig-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 60px; }
.ig-strip .tile { aspect-ratio: 1; border-radius: 12px; overflow: hidden; }

/* ---------- hero shared ---------- */
.hero { position: relative; height: 780px; overflow: hidden; }
.hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero .scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(74,42,90,.10) 0%, rgba(94,45,72,.55) 100%); }
.hero .hero-inner { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 72px 76px; color: #fff; }
.hero .eyebrow { color: #F6DEE4; }
.hero h1 { font-size: 88px; color: #fff; max-width: 900px; margin-bottom: 22px; }
.hero h1 em { color: #F7D6C2; text-shadow: 0 2px 24px rgba(94,45,72,.45); }
.hero p { font-size: 19px; max-width: 560px; color: #F0E9F9; margin-bottom: 34px; }
.hero-ctas { display: flex; gap: 16px; }

/* page hero (short, interior pages) */
.page-hero { padding: 96px 0 72px; text-align: center; }
.page-hero h1 { font-size: 68px; margin-bottom: 18px; }
.page-hero .lede { margin: 0 auto; }

/* press strip */
.press { border-bottom: 1px solid var(--line); padding: 40px 0; }
.press .wrap { display: flex; flex-direction: column; align-items: center; gap: 26px; }
.press .as-seen { font-size: 11.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--lav); font-weight: 600; }
.press-logos { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 28px 46px; width: 100%; }
.press-logos .plogo { display: flex; align-items: center; justify-content: center; }
.press-logos img { max-height: 42px; max-width: 330px; width: auto; height: auto; display: block; }
.press-logos .plogo-stack img { max-height: 66px; }
.press-logos .ph { display:flex; flex-direction:column; align-items:center; justify-content:center; height:42px; min-width:150px; border:1px dashed var(--line); border-radius:8px; color:var(--ink-soft); font-family:var(--serif); font-size:16px; padding:4px 14px; }
.press-logos .ph small { font-family: var(--sans); font-size:9px; letter-spacing:.16em; text-transform:uppercase; color:var(--lav); margin-top:3px; }
.press .outlet { font-family: var(--serif); font-size: 19px; color: var(--ink-soft); letter-spacing: .04em; }
.press .dot { color: var(--green); font-size: 13px; }
.press a.outlet { text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; text-decoration-color: var(--line); transition: color .2s, text-decoration-color .2s; }
.press a.outlet:hover { color: var(--plum); text-decoration-color: var(--plum); }

/* mobile */
@media (max-width: 500px) {
  .topbar { padding: 8px 18px; font-size: 10px; }
  nav { padding: 16px 18px; }
  .logo .badge { height: 40px; width: 40px; }
  .logo { font-size: 21px; gap: 10px; }
  .press .wrap { gap: 16px; }
  .navlinks { display: none; }
  .wrap { padding: 0 22px; }
  section { padding: 64px 0; }
  h2 { font-size: 36px; }
  .grid3, .grid2 { grid-template-columns: 1fr; }
  .hero { height: 620px; }
  .hero .hero-inner { padding: 0 24px 48px; }
  .hero h1 { font-size: 46px; }
  .sec-head { flex-direction: column; align-items: flex-start; gap: 18px; }
  .cta-banner { flex-direction: column; text-align: center; gap: 26px; padding: 56px 30px; }
  .foot-grid { grid-template-columns: 1fr; }
  .ig-strip { grid-template-columns: repeat(3, 1fr); }
  .faq-item { grid-template-columns: 40px 1fr 24px; }
}
