:root {
  --ink: #414141;
  --muted: #6f696d;
  --pink: #ff14af;
  --pink-deep: #c30b82;
  --blush: #ffeaf7;
  --blush-2: #fff5fb;
  --cream: #fcfaf8;
  --white: #fff;
  --line: #eadde5;
  --shadow: 0 22px 60px rgba(65, 65, 65, .10);
  --sans: Futura, "Century Gothic", Avenir, Montserrat, Arial, sans-serif;
  --serif: Didot, "Bodoni 72", Georgia, serif;
  --wrap: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.7 var(--sans); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-color: var(--pink); text-underline-offset: 4px; }
p { margin: 0 0 1.1rem; }
h1, h2, h3, h4 { margin: 0 0 1rem; font-weight: 400; line-height: 1.12; }
h1, h2 { font-family: var(--serif); }
h1 { font-size: clamp(3rem, 7vw, 6.5rem); letter-spacing: -.04em; }
h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
ul { margin: 0; padding-left: 1.2rem; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 130px) 0; }
.section-tight { padding: clamp(54px, 7vw, 90px) 0; }
.section-blush { background: var(--blush-2); }
.section-cream { background: var(--cream); }
.eyebrow { margin-bottom: 1rem; color: var(--pink-deep); font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.lead { max-width: 790px; font-size: clamp(1.2rem, 2.2vw, 1.55rem); line-height: 1.55; }
.display-accent { color: var(--pink); font-family: var(--serif); font-style: italic; }
.center { text-align: center; }
.center .lead { margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; padding: 10px 16px; transform: translateY(-150%); background: var(--ink); color: #fff; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 24px; min-height: 90px; padding: 10px max(24px, calc((100vw - 1320px)/2)); border-bottom: 1px solid rgba(234,221,229,.8); background: rgba(255,255,255,.95); backdrop-filter: blur(14px); }
.brand img { width: 150px; height: 70px; object-fit: contain; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(13px, 1.8vw, 28px); }
.site-nav a { position: relative; white-space: nowrap; font-size: .85rem; text-decoration: none; }
.site-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; transform: scaleX(0); background: var(--pink); content: ""; transition: transform .2s; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 24px; border: 1px solid var(--pink); border-radius: 2px; background: var(--pink); color: #fff; font-size: .82rem; font-weight: 700; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; transition: .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--pink-deep); border-color: var(--pink-deep); box-shadow: 0 12px 30px rgba(255,20,175,.18); }
.button-outline { background: transparent; color: var(--ink); }
.button-light { border-color: #fff; background: #fff; color: var(--ink); }
.button-small { min-height: 42px; padding: 10px 17px; font-size: .72rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.hero { position: relative; display: grid; min-height: calc(100vh - 90px); align-items: center; overflow: hidden; background: #f9edf5; }
.hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.86) 42%, rgba(255,255,255,.05) 72%), url("../images/home-hero.jpg") center/cover; content: ""; }
.hero-content { position: relative; z-index: 1; width: var(--wrap); margin-inline: auto; padding: 90px 0; }
.hero h1 { max-width: 760px; font-size: clamp(3rem, 6vw, 5.9rem); }
.hero .lead { max-width: 660px; }
.hero .eyebrow { font-size: clamp(.95rem, 1.35vw, 1.1rem); }
.hero-note { margin-top: 32px; color: var(--muted); font-size: .84rem; letter-spacing: .08em; text-transform: uppercase; }
.page-hero { padding: clamp(84px, 11vw, 150px) 0; overflow: hidden; background: linear-gradient(130deg, var(--blush) 0 56%, #fff 56%); }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(40px, 8vw, 110px); }
.page-hero img { width: 100%; max-height: 560px; border-radius: 3px; object-fit: cover; box-shadow: var(--shadow); }
.page-hero h1 { font-size: clamp(3.3rem, 6vw, 6rem); }
.page-hero-text { background: linear-gradient(130deg, var(--blush) 0 72%, #fff 72%); }
.page-hero-text .page-hero-grid { grid-template-columns: minmax(0, 850px); }
.page-hero-text .lead { max-width: 700px; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(42px, 8vw, 110px); }
.split img { width: 100%; max-height: 640px; object-fit: cover; }
.arched { border-radius: 3px; }
.quote { padding-left: 26px; border-left: 3px solid var(--pink); font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.4rem); line-height: 1.35; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
.feature { min-height: 210px; padding: 32px; border: 1px solid var(--line); background: #fff; }
.feature-number { margin-bottom: 34px; color: var(--pink); font-family: var(--serif); font-size: 2rem; font-style: italic; }
.feature h3 { margin-bottom: .5rem; color: var(--pink); font-weight: 700; }
.feature p { color: var(--muted); }
.service-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 42px; }
.service-card { padding: clamp(28px, 4vw, 46px); border-top: 3px solid var(--pink); background: #fff; box-shadow: 0 14px 45px rgba(65,65,65,.07); }
.service-card h3 { color: var(--pink); }
.service-card p { color: var(--muted); }
.image-band { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 12px; }
.image-band img { width: 100%; height: 440px; object-fit: cover; }
.image-band img:nth-child(2), .image-band img:nth-child(3) { height: 340px; margin-top: 50px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 46px; background: var(--line); border: 1px solid var(--line); }
.stat { padding: 34px 24px; background: #fff; text-align: center; }
.stat strong { display: block; color: var(--pink-deep); font: 2.1rem/1.1 var(--serif); }
.stat span { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }

.process { counter-reset: steps; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
.process article { position: relative; padding: 38px; border: 1px solid var(--line); background: #fff; }
.process article::before { counter-increment: steps; content: "0" counter(steps); display: block; margin-bottom: 26px; color: var(--pink); font: italic 2rem var(--serif); }
.partner-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 52px; }
.partner-card { overflow: hidden; border: 1px solid var(--line); background: #fff; }
.partner-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center top; filter: saturate(.86); }
.partner-placeholder { display: grid; aspect-ratio: 4/5; place-items: center; background: linear-gradient(145deg, var(--blush), #fff); color: var(--pink-deep); font: italic clamp(3rem, 7vw, 5rem) var(--serif); }
.partner-card-content { padding: 24px; }
.partner-card h3 { margin-bottom: 2px; }
.partner-card .role { min-height: 3em; color: var(--pink-deep); font-size: .82rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.partner-card p:last-child { color: var(--muted); font-size: .9rem; }
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.event-card { display: flex; flex-direction: column; border: 1px solid var(--line); background: #fff; }
.event-card img { width: 100%; height: 290px; object-fit: cover; }
.page-hero img.event-poster { width: auto; max-width: 100%; height: auto; max-height: 620px; justify-self: center; border-radius: 0; object-fit: contain; }
.event-card img.event-poster { height: 290px; padding: 10px; border-radius: 0; background: #fff; object-fit: contain; }
.event-card-content { display: flex; flex: 1; flex-direction: column; padding: 28px; }
.event-card .button { align-self: flex-start; margin-top: auto; }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(42px, 8vw, 100px); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
label, legend { font-size: .8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
input, textarea, select { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid #a99da5; border-radius: 0; background: transparent; color: var(--ink); font: inherit; }
textarea { min-height: 110px; resize: vertical; }
fieldset { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 18px; margin: 5px 0; padding: 22px 0 0; border: 0; border-top: 1px solid var(--line); }
.check { display: flex; align-items: center; gap: 8px; font-size: .8rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.check input { width: auto; }
.form-note { color: var(--muted); font-size: .8rem; }
[data-page="wealth"] .form-note { margin-top: 1rem; }
.form-success { display: none; padding: 16px; border-left: 3px solid var(--pink); background: var(--blush); }
.form-success.error { border-left-color: #b3453f; background: #fbe9e7; color: #b3453f; }
.contact-form button[type="submit"]:disabled { opacity: .6; cursor: not-allowed; }

.cta { padding: clamp(60px, 8vw, 110px) 0; background: var(--pink); color: #fff; }
.cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta h2 { max-width: 850px; margin: 0; font-size: clamp(2.2rem, 5vw, 4.4rem); }
.site-footer { padding-top: 68px; border-top: 1px solid var(--line); background: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 70px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a { margin-bottom: 7px; text-decoration: none; }
.footer-logo { width: 220px; height: auto; margin-bottom: 18px; }
.footer-grid > div:first-child p { max-width: 420px; }
.footer-bottom { margin-top: 50px; padding: 22px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; letter-spacing: .07em; text-transform: uppercase; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 150px auto auto; }
  .site-nav { position: fixed; top: 89px; right: 0; left: 0; display: none; align-items: stretch; padding: 22px 24px 34px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 12px 0; font-size: 1rem; }
  .site-nav a::after { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .header-cta { justify-self: end; }
  .partner-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 800px) {
  :root { --wrap: min(100% - 32px, 680px); }
  .site-header { grid-template-columns: 1fr auto; min-height: 78px; padding-inline: 16px; }
  .brand img { width: 132px; height: 58px; }
  .site-nav { top: 77px; }
  .header-cta { display: none; }
  .hero { min-height: 720px; }
  .hero::before { background: linear-gradient(180deg, rgba(255,255,255,.97) 10%, rgba(255,255,255,.78) 58%, rgba(255,255,255,.15)), url("../images/home-hero.jpg") 66% center/cover; }
  .page-hero { background: var(--blush); }
  .page-hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .page-hero-grid img { max-height: 420px; }
  .feature-grid, .process, .event-grid { grid-template-columns: 1fr; }
  .service-list { grid-template-columns: 1fr; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .image-band { grid-template-columns: 1fr 1fr; }
  .image-band img { height: 300px; }
  .image-band img:first-child { grid-column: 1/-1; height: 420px; }
  .image-band img:nth-child(2), .image-band img:nth-child(3) { height: 260px; margin-top: 0; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .cta-grid { display: block; }
  .cta .button { margin-top: 28px; }
}

@media (max-width: 520px) {
  .contact-form, fieldset { grid-template-columns: 1fr; }
  .partner-grid { grid-template-columns: 1fr; }
  .page-hero { padding-top: 64px; }
  .page-hero-grid { gap: 34px; }
  .stat-grid { grid-template-columns: 1fr; }
  .image-band { grid-template-columns: 1fr; }
  .image-band img:first-child { grid-column: auto; height: 320px; }
  .image-band img:nth-child(2), .image-band img:nth-child(3) { height: 280px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
