:root {
  --purple: #4b2e83;
  --purple-deep: #2d1659;
  --purple-mid: #7b5ba7;
  --lavender: #b79acd;
  --lavender-pale: #eee7f4;
  --cream: #fffdf9;
  --paper: #f7f4f0;
  --gold: #d4af37;
  --gold-deep: #ad7927;
  --ink: #27212d;
  --muted: #635d69;
  --shadow: 0 20px 60px rgba(64, 38, 89, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}
img { max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: white; color: var(--purple-deep); }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,253,249,.94); border-top: 5px solid var(--purple); border-bottom: 1px solid rgba(75,46,131,.12); backdrop-filter: blur(12px); }
.nav-wrap { width: min(1180px, calc(100% - 2.5rem)); min-height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; color: var(--purple-deep); }
.brand img { width: 72px; height: 52px; object-fit: contain; mix-blend-mode: multiply; }
.brand span { display: flex; flex-direction: column; line-height: 1.1; }
.brand strong { font: 700 1.45rem/1 "Cormorant Garamond", Georgia, serif; letter-spacing: .03em; text-transform: uppercase; }
.brand small { margin-top: .35rem; color: var(--gold-deep); font-size: .68rem; letter-spacing: .11em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 1.4rem; }
nav a { color: var(--purple-deep); font-size: .88rem; font-weight: 600; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--gold-deep); }
.menu-button { display: none; border: 1px solid var(--purple); border-radius: 999px; padding: .6rem 1rem; background: transparent; color: var(--purple); font: inherit; font-weight: 700; }
.hero { position: relative; min-height: 720px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 3rem; width: min(1180px, calc(100% - 2.5rem)); margin: auto; padding: 5rem 0 6rem; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; left: -300px; top: 90px; border: 1px solid rgba(212,175,55,.45); border-radius: 50%; }
.eyebrow { margin: 0 0 1rem; color: var(--gold-deep); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { color: var(--purple-deep); font-family: "Cormorant Garamond", Georgia, serif; }
h1 { margin: 0; font-size: clamp(4rem, 8vw, 7.2rem); line-height: .83; letter-spacing: -.045em; font-weight: 600; }
h2 { margin: .2rem 0 1.1rem; font-size: clamp(2.6rem, 5vw, 4.7rem); line-height: .98; letter-spacing: -.025em; }
h3 { margin: .8rem 0 .6rem; font-size: 1.75rem; line-height: 1.1; }
.hero-text { max-width: 690px; margin: 2rem 0; color: var(--muted); font-size: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .75rem 1.3rem; border: 1px solid var(--purple); border-radius: 3px; font-size: .9rem; font-weight: 700; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(75,46,131,.17); }
.button.primary { background: var(--purple); color: white; }
.button.secondary { background: transparent; color: var(--purple); }
.privacy-note { max-width: 600px; margin-top: 1rem; color: var(--muted); font-size: .8rem; }
.hero-art { position: relative; min-height: 470px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.hero-art .halo { position: absolute; width: 390px; height: 390px; border-radius: 50%; background: radial-gradient(circle, white 0 44%, rgba(183,154,205,.25) 45% 58%, transparent 59%), repeating-radial-gradient(circle, transparent 0 45px, rgba(212,175,55,.16) 46px 47px); }
.hero-art img { position: relative; width: min(390px, 85%); mix-blend-mode: multiply; filter: drop-shadow(0 20px 20px rgba(75,46,131,.15)); }
.hero-art p { position: relative; margin: 1.4rem 0 0; color: var(--purple); font: italic 600 2rem/1.1 "Cormorant Garamond", Georgia, serif; }
.section { padding: 7rem max(1.25rem, calc((100vw - 1180px)/2)); }
.section-heading { max-width: 820px; }
.section-heading.centered { margin: 0 auto 3rem; text-align: center; }
.section-heading > p:last-child { color: var(--muted); }
.intro { position: relative; background: var(--purple-deep); color: white; }
.intro h2, .intro .lead { color: white; }
.intro .eyebrow { color: #e5c66d; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.lead { margin: 0; font: 500 clamp(1.9rem, 3.5vw, 3rem)/1.2 "Cormorant Garamond", Georgia, serif; }
.intro-copy p:first-child { margin-top: 0; }
.services { background: var(--paper); }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.service-card { position: relative; min-height: 355px; padding: 2rem 1.6rem; background: rgba(255,255,255,.85); border: 1px solid rgba(75,46,131,.12); box-shadow: 0 8px 30px rgba(75,46,131,.06); overflow: hidden; }
.service-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -45px; bottom: -55px; border: 22px double rgba(183,154,205,.13); border-radius: 50%; }
.card-number { float: right; color: rgba(75,46,131,.35); font: 600 1rem "Cormorant Garamond", serif; }
.line-icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--gold-deep); border: 1px solid rgba(212,175,55,.65); border-radius: 50%; font-size: 1.7rem; }
.butterfly { transform: rotate(90deg); }
.service-card p { color: var(--muted); font-size: .92rem; }
.initiative { display: grid; grid-template-columns: 1.1fr .9fr; gap: 5rem; align-items: center; background: white; }
.initiative-copy > p:not(.eyebrow) { max-width: 700px; color: var(--muted); }
.text-link { display: inline-block; margin-top: .7rem; color: var(--purple); font-weight: 700; text-decoration-color: var(--gold); text-underline-offset: .3rem; }
blockquote { position: relative; margin: 0; padding: 4rem 3rem 3rem; color: white; background: linear-gradient(145deg, var(--purple), var(--purple-deep)); box-shadow: var(--shadow); }
blockquote::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(212,175,55,.45); pointer-events: none; }
.quote-mark { color: #e5c66d; font: 700 6rem/.5 Georgia, serif; }
blockquote p { position: relative; z-index: 1; font: 500 2.4rem/1.15 "Cormorant Garamond", Georgia, serif; }
blockquote cite { position: relative; z-index: 1; color: #e5c66d; font-size: .75rem; font-style: normal; letter-spacing: .16em; text-transform: uppercase; }
.values { position: relative; background: linear-gradient(155deg, #fffdf9 0%, #f7f1fb 52%, #fffdf9 100%); }
.lotus-story { display: grid; grid-template-columns: .85fr 1.15fr; gap: 5rem; align-items: center; max-width: 1120px; margin: 0 auto 6rem; }
.lotus-story-art { position: relative; min-height: 570px; display: grid; place-items: center; }
.lotus-story-art::before { content: ""; position: absolute; width: min(440px, 92%); aspect-ratio: 1; border: 1px solid rgba(212,175,55,.45); border-radius: 50%; }
.lotus-story-art::after { content: ""; position: absolute; width: min(500px, 100%); height: 70%; background: radial-gradient(ellipse, rgba(183,154,205,.22), transparent 68%); filter: blur(20px); }
.lotus-story-art img { position: relative; z-index: 1; width: min(500px, 100%); filter: drop-shadow(0 22px 28px rgba(75,46,131,.13)); }
.lotus-story-copy > p { color: var(--muted); }
.lotus-story-copy .lotus-intro { color: var(--gold-deep); font: italic 600 1.55rem/1.35 "Cormorant Garamond", Georgia, serif; }
.lotus-pledge { margin-top: 1.5rem; padding: 1.2rem 0 1.2rem 1.5rem; border-left: 3px solid var(--gold); }
.lotus-pledge p { margin: .15rem 0; color: var(--purple); font: 700 1.25rem/1.35 "Cormorant Garamond", Georgia, serif; }
.principles-heading { padding-top: 4.5rem; border-top: 1px solid rgba(75,46,131,.13); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 980px; margin: auto; }
.values-grid article { padding: 2rem; background: rgba(255,255,255,.75); border-top: 3px solid var(--gold); text-align: center; backdrop-filter: blur(6px); }
.values-grid span { color: var(--purple); font-size: 2rem; }
.values-grid p { color: var(--muted); }
.contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: 5rem; align-items: center; background: var(--lavender-pale); }
.contact > div:first-child > p:last-child { max-width: 670px; color: var(--muted); }
.contact-card { padding: 2rem; background: white; border-top: 5px solid var(--gold); box-shadow: var(--shadow); }
.button.wide { width: 100%; }
dl { margin: 1.5rem 0; }
dl div { display: grid; grid-template-columns: 80px 1fr; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid rgba(75,46,131,.1); }
dt { color: var(--gold-deep); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
dd { margin: 0; color: var(--purple-deep); }
.disclaimer { color: var(--muted); font-size: .75rem; line-height: 1.5; }
footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; padding: 2.5rem max(1.25rem, calc((100vw - 1180px)/2)); color: white; background: var(--purple-deep); border-bottom: 6px solid var(--gold); }
footer img { width: 72px; mix-blend-mode: screen; }
footer p { margin: 0; line-height: 1.4; }
footer strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.4rem; text-transform: uppercase; }
footer span { color: #e5c66d; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-meta { text-align: right; font-size: .78rem; }

@media (max-width: 920px) {
  .menu-button { display: block; }
  nav { position: absolute; top: 87px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .75rem 1.25rem 1.25rem; background: var(--cream); border-bottom: 1px solid rgba(75,46,131,.15); }
  nav.open { display: flex; }
  nav a { padding: .7rem 0; }
  .hero { grid-template-columns: 1fr; padding-top: 4rem; }
  .hero-art { min-height: 360px; }
  .intro-grid, .initiative, .contact, .lotus-story { grid-template-columns: 1fr; gap: 2rem; }
  .lotus-story-art { min-height: 430px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .nav-wrap { width: min(100% - 1.5rem, 1180px); min-height: 76px; }
  .brand img { width: 54px; }
  .brand strong { font-size: 1.1rem; }
  .brand small { display: none; }
  nav { top: 75px; }
  .hero { width: min(100% - 2rem, 1180px); min-height: auto; padding: 3.5rem 0 4rem; gap: 1.5rem; }
  h1 { font-size: clamp(3.6rem, 19vw, 5rem); }
  .hero-art { min-height: 290px; }
  .hero-art .halo { width: 280px; height: 280px; }
  .hero-art p { font-size: 1.6rem; }
  .section { padding-top: 5rem; padding-bottom: 5rem; }
  .card-grid, .values-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .lotus-story { margin-bottom: 4rem; }
  .lotus-story-art { min-height: 320px; }
  blockquote { padding: 3rem 2rem 2.5rem; }
  blockquote p { font-size: 2rem; }
  footer { grid-template-columns: auto 1fr; }
  .footer-meta { grid-column: 1 / -1; text-align: left; }
}

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