:root {
  --font-geist: Arial, Helvetica, sans-serif;
  --cream: #f6f1fa;
  --paper: #fffaff;
  --ink: #3b2d42;
  --muted: #6f6276;
  --sage: #b99dca;
  --forest: #6e4f83;
  --forest-deep: #3d2b49;
  --clay: #7b568f;
  --peach: #e4bfd1;
  --line: rgba(110, 79, 131, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--font-geist), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--paper); padding: 12px 18px; border-radius: 12px; box-shadow: 0 8px 30px rgba(0,0,0,.14); }
.skip-link:focus { top: 16px; }

.site-header { height: 92px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: rgba(246, 241, 250, .92); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 12px; min-width: 230px; }
.brand-mark { width: 43px; height: 43px; border: 1px solid var(--forest); border-radius: 50% 50% 45% 55%; display: grid; place-items: center; font-family: Georgia, serif; font-style: italic; font-size: 16px; color: var(--forest); transform: rotate(-5deg); }
.brand-mark::first-letter { letter-spacing: -2px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong { font-family: Georgia, serif; font-size: 18px; font-weight: 500; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 40px); }
.main-nav a { font-size: 13px; color: #574a5e; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--clay); }
.header-cta { border-bottom: 1px solid var(--forest); padding: 8px 0; font-size: 13px; font-weight: 600; white-space: nowrap; }

.hero { min-height: calc(100vh - 92px); display: grid; grid-template-columns: 1.08fr .92fr; padding: 48px clamp(24px, 6.5vw, 104px) 72px; gap: clamp(44px, 6vw, 100px); align-items: center; overflow: hidden; }
.hero-content { max-width: 690px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--clay); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 1px; background: currentColor; display: inline-block; }
.hero h1, .section-heading h2, .about-copy h2, .journey-intro h2, .press-heading h2, .faq-intro h2, .final-cta h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; }
.hero h1 { margin: 0; font-size: clamp(52px, 6vw, 92px); line-height: .98; max-width: 800px; }
.hero h1 em, .about-copy h2 em, .final-cta h2 em { color: var(--clay); font-weight: 400; }
.hero-lead { max-width: 610px; margin: 32px 0 0; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; color: #66586c; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 38px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border-radius: 999px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: white; box-shadow: 0 10px 24px rgba(110,79,131,.24); }
.button-primary:hover { background: var(--forest-deep); box-shadow: 0 14px 30px rgba(61,43,73,.3); }
.text-link { font-size: 13px; color: var(--forest); border-bottom: 1px solid rgba(110,79,131,.38); padding: 7px 0; }
.trust-row { display: flex; gap: 8px 24px; flex-wrap: wrap; margin-top: 56px; padding-top: 22px; border-top: 1px solid var(--line); }
.trust-row span { font-size: 11px; color: var(--muted); position: relative; padding-left: 16px; }
.trust-row span::before { content: ""; position: absolute; left: 0; top: 5px; width: 6px; height: 6px; border-radius: 50%; background: var(--sage); }

.hero-art { min-height: 610px; max-width: 540px; width: 100%; justify-self: end; position: relative; border-radius: 48% 48% 14px 14px; overflow: hidden; background: linear-gradient(145deg, #b89ccb 0%, #ddcde8 50%, #aa81bb 100%); box-shadow: 0 26px 70px rgba(75,49,95,.2); isolation: isolate; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(61,43,73,.27)); z-index: -1; }
.sun-shape { position: absolute; width: 290px; height: 290px; border-radius: 50%; background: rgba(251,244,255,.56); top: 88px; left: 50%; transform: translateX(-50%); }
.leaf { position: absolute; border: 2px solid rgba(75,49,95,.3); border-radius: 100% 0 100% 0; }
.leaf-one { width: 135px; height: 260px; left: -30px; top: 150px; transform: rotate(-24deg); }
.leaf-two { width: 110px; height: 220px; right: -22px; top: 230px; transform: rotate(30deg) scaleX(-1); }
.mother-line { position: absolute; width: 230px; height: 390px; left: 50%; top: 114px; transform: translateX(-50%); }
.head { position: absolute; width: 72px; height: 72px; border-radius: 50%; border: 3px solid rgba(75,49,95,.78); top: 8px; left: 84px; }
.head::before { content: ""; position: absolute; width: 54px; height: 76px; border-left: 3px solid rgba(75,49,95,.66); border-radius: 50%; left: 52px; top: 14px; transform: rotate(-18deg); }
.body-line { position: absolute; width: 150px; height: 280px; border-left: 3px solid rgba(75,49,95,.78); border-radius: 50%; top: 76px; left: 102px; transform: rotate(-8deg); }
.belly { position: absolute; width: 146px; height: 170px; border: 3px solid rgba(75,49,95,.78); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; top: 150px; left: 47px; transform: rotate(33deg); }
.hero-note { position: absolute; left: 24px; bottom: 26px; width: min(320px, calc(100% - 48px)); background: rgba(255,250,255,.91); padding: 23px 24px 22px 55px; border-radius: 18px; backdrop-filter: blur(12px); z-index: 2; }
.hero-note p { margin: 0; font-family: Georgia, serif; font-size: 16px; line-height: 1.45; }
.note-mark { position: absolute; left: 20px; top: 10px; color: var(--clay); font-family: Georgia, serif; font-size: 48px; }
.location-tag { position: absolute; right: 18px; top: 130px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(75,49,95,.74); color: white; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }

.manifesto-band { display: flex; justify-content: center; align-items: center; gap: clamp(16px, 3vw, 48px); padding: 23px 24px; background: var(--forest); color: #fbf6ff; overflow: hidden; }
.manifesto-band span { font-family: Georgia, serif; font-size: clamp(17px, 2vw, 26px); white-space: nowrap; }
.manifesto-band i { color: var(--peach); font-style: normal; font-size: 11px; }

.section { padding: 120px clamp(24px, 7vw, 112px); }
.services-section { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: end; margin-bottom: 60px; }
.section-heading h2 { max-width: 680px; margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.04; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); line-height: 1.75; font-size: 15px; max-width: 480px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { position: relative; padding: 38px clamp(24px, 3vw, 48px) 48px; min-height: 390px; border-right: 1px solid var(--line); transition: background .25s ease, transform .25s ease; }
.service-card:last-child { border-right: 0; }
.service-card:hover { background: #f3ebf7; transform: translateY(-4px); }
.service-number { color: var(--clay); font-size: 11px; letter-spacing: .12em; }
.service-symbol { width: 74px; height: 74px; margin: 45px 0 32px; border: 1px solid var(--sage); border-radius: 50% 50% 46% 54%; display: grid; place-items: center; transform: rotate(-8deg); }
.service-symbol span { width: 24px; height: 36px; border: 1px solid var(--forest); border-radius: 50% 0 50% 50%; transform: rotate(35deg); }
.service-card:nth-child(2) .service-symbol { border-radius: 50% 12% 50% 50%; transform: rotate(8deg); }
.service-card:nth-child(3) .service-symbol span { border-radius: 50%; width: 30px; height: 30px; }
.service-card h3 { margin: 0 0 18px; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.75; font-size: 14px; }
.scope-note { max-width: 840px; margin: 30px 0 0 auto; color: #76697c; line-height: 1.65; font-size: 12px; text-align: right; }

.about-section { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 830px; background: var(--forest); color: #fbf6ff; }
.about-visual { position: relative; min-height: 700px; background: #9d7bb1; overflow: hidden; }
.about-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 32%, rgba(248,232,255,.4), transparent 38%), linear-gradient(155deg, rgba(255,255,255,.08), rgba(61,43,73,.2)); }
.portrait-placeholder { position: absolute; inset: 50% auto auto 50%; width: min(78%, 420px); aspect-ratio: .77; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.55); border-radius: 50% 50% 8px 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; color: rgba(255,255,255,.86); }
.portrait-initials { font-family: Georgia, serif; font-size: 88px; font-style: italic; }
.portrait-label { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.about-seal { position: absolute; right: clamp(14px, 4vw, 54px); bottom: 70px; width: 128px; height: 128px; border-radius: 50%; background: var(--cream); color: var(--forest); display: flex; flex-direction: column; align-items: center; justify-content: center; text-transform: uppercase; font-size: 9px; letter-spacing: .12em; transform: rotate(8deg); box-shadow: 0 18px 44px rgba(0,0,0,.18); }
.about-seal strong { color: var(--clay); font-family: Georgia, serif; font-size: 24px; line-height: 1; }
.about-copy { padding: 110px clamp(38px, 7vw, 112px); align-self: center; }
.eyebrow.light { color: var(--peach); }
.about-copy h2 { margin: 0 0 38px; font-size: clamp(50px, 5vw, 78px); line-height: .98; }
.about-copy .about-lead { font-family: Georgia, serif; font-size: clamp(20px, 2vw, 28px); line-height: 1.55; color: #f4eaf7; }
.about-copy > p:not(.eyebrow):not(.about-lead) { color: #ded2e4; font-size: 14px; line-height: 1.8; max-width: 660px; }
.about-copy blockquote { margin: 38px 0 34px; padding: 20px 0 20px 26px; border-left: 1px solid var(--peach); font-family: Georgia, serif; font-style: italic; color: #fbf6ff; font-size: 18px; line-height: 1.6; max-width: 620px; }
.button-light { background: #f6eef9; color: var(--forest); }
.button-light:hover { background: white; }

.journey-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 9vw, 150px); background: var(--cream); }
.journey-intro { position: sticky; top: 140px; align-self: start; }
.journey-intro h2 { margin: 0 0 26px; font-size: clamp(42px, 4.5vw, 66px); line-height: 1.05; }
.journey-intro > p:last-child { color: var(--muted); line-height: 1.75; max-width: 440px; }
.journey-list { list-style: none; margin: 0; padding: 0; counter-reset: journey; }
.journey-list li { display: grid; grid-template-columns: 62px 1fr; gap: 28px; padding: 34px 0 38px; border-top: 1px solid var(--line); }
.journey-list li:last-child { border-bottom: 1px solid var(--line); }
.journey-number { font-family: Georgia, serif; font-style: italic; color: var(--clay); font-size: 19px; }
.journey-list h3 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.journey-list p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 14px; }

.press-section { padding: 120px clamp(24px, 7vw, 112px); background: #76528b; color: #fff8ff; }
.press-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 54px; }
.press-heading h2 { max-width: 800px; margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.05; }
.press-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.press-card { min-height: 330px; padding: clamp(28px, 4vw, 54px); background: rgba(255,248,255,.1); border: 1px solid rgba(255,255,255,.28); border-radius: 22px; display: flex; flex-direction: column; transition: background .2s ease, transform .2s ease; }
.press-card.featured { background: #f8f0fb; color: var(--ink); }
.press-card:hover { transform: translateY(-4px); background: rgba(255,248,255,.17); }
.press-card.featured:hover { background: white; }
.press-source { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; opacity: .76; }
.press-card h3 { margin: 42px 0 16px; font-family: Georgia, serif; font-size: clamp(28px, 3vw, 42px); font-weight: 400; line-height: 1.1; max-width: 650px; }
.press-card p { margin: 0; line-height: 1.7; font-size: 13px; opacity: .78; max-width: 610px; }
.press-link { margin-top: auto; padding-top: 28px; font-size: 12px; font-weight: 700; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 150px); background: var(--paper); }
.faq-intro h2 { margin: 0 0 28px; font-size: clamp(42px, 4.5vw, 66px); line-height: 1.05; }
.faq-intro > p:last-child { color: var(--muted); line-height: 1.75; font-size: 14px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 26px 0; font-family: Georgia, serif; font-size: 21px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 31px; height: 31px; border: 1px solid var(--sage); border-radius: 50%; display: grid; place-items: center; font-family: Arial, sans-serif; font-size: 16px; transition: transform .2s ease; flex: 0 0 auto; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -6px 60px 26px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.final-cta { min-height: 590px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 100px 24px; background: #e4d3ec; }
.final-cta h2 { position: relative; z-index: 1; margin: 0; font-size: clamp(44px, 5.2vw, 74px); line-height: 1.05; }
.final-cta > p:not(.eyebrow) { max-width: 650px; margin: 28px auto; color: #66586c; line-height: 1.7; font-size: 15px; position: relative; z-index: 1; }
.final-cta .button { position: relative; z-index: 1; }
.eyebrow.centered { justify-content: center; position: relative; z-index: 1; }
.cta-orbit { position: absolute; border: 1px solid rgba(110,79,131,.2); border-radius: 50%; }
.orbit-one { width: 650px; height: 650px; left: -240px; top: -290px; }
.orbit-two { width: 560px; height: 560px; right: -210px; bottom: -280px; }

footer { padding: 62px clamp(24px, 7vw, 112px) 36px; background: var(--forest-deep); color: #f5edf8; display: grid; grid-template-columns: 1fr auto; gap: 45px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-mark { border-color: #eadff0; color: #eadff0; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { font-family: Georgia, serif; font-size: 19px; font-weight: 400; }
.footer-brand small { margin-top: 6px; color: #bba9c4; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.footer-links a { color: #d9cde0; font-size: 12px; }
.footer-links a:hover { color: white; }
.footer-note { grid-column: 1 / -1; margin: 12px 0 0; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); color: #a28eac; font-size: 10px; line-height: 1.6; }
.floating-contact { position: fixed; right: 22px; bottom: 22px; z-index: 40; display: none; align-items: center; gap: 8px; padding: 13px 18px; background: var(--forest); color: white; border-radius: 999px; box-shadow: 0 10px 30px rgba(61,43,73,.32); font-size: 12px; font-weight: 700; }

@media (max-width: 1040px) {
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr .8fr; gap: 44px; padding-top: 70px; min-height: auto; }
  .hero-art { min-height: 530px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 40px 90px 1fr; column-gap: 20px; align-items: center; }
  .service-card:last-child { border-bottom: 0; }
  .service-symbol { margin: 0; }
  .service-card h3, .service-card p { grid-column: 3; }
  .service-card p { margin-top: 4px; }
  .about-section { grid-template-columns: .8fr 1.2fr; }
  .press-grid { grid-template-columns: 1fr; }
  .press-card { min-height: 300px; }
}

@media (max-width: 760px) {
  .site-header { height: 76px; padding: 0 20px; }
  .brand { min-width: auto; }
  .brand-copy small { display: none; }
  .header-cta { font-size: 0; width: 41px; height: 41px; border: 1px solid var(--forest); border-radius: 50%; display: grid; place-items: center; padding: 0; }
  .header-cta span { font-size: 17px; }
  .hero { display: flex; flex-direction: column; padding: 62px 20px 52px; gap: 52px; }
  .hero h1 { font-size: clamp(48px, 13vw, 70px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .button { width: 100%; }
  .text-link { align-self: center; }
  .trust-row { margin-top: 40px; flex-direction: column; }
  .hero-art { width: 100%; max-width: none; min-height: 490px; border-radius: 48% 48% 10px 10px; }
  .hero-note { padding-right: 18px; }
  .manifesto-band { justify-content: flex-start; overflow-x: hidden; gap: 18px; }
  .manifesto-band span { font-size: 18px; }
  .section, .press-section { padding: 84px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 46px; }
  .section-heading h2, .journey-intro h2, .press-heading h2, .faq-intro h2 { font-size: 44px; }
  .services-grid { border: 0; gap: 14px; }
  .service-card { display: block; padding: 28px 24px 32px; border: 1px solid var(--line) !important; border-radius: 18px; background: #f5eef8; }
  .service-symbol { margin: 28px 0 24px; width: 64px; height: 64px; }
  .scope-note { text-align: left; margin-top: 24px; }
  .about-section { grid-template-columns: 1fr; }
  .about-visual { min-height: 570px; }
  .about-copy { padding: 78px 20px 88px; }
  .about-copy h2 { font-size: 56px; }
  .journey-section, .faq-section { grid-template-columns: 1fr; gap: 48px; }
  .journey-intro { position: static; }
  .journey-list li { grid-template-columns: 48px 1fr; gap: 18px; }
  .press-heading { display: block; }
  .press-card { min-height: 360px; padding: 30px 26px; }
  .faq-list summary { font-size: 18px; }
  .final-cta { min-height: 590px; padding: 90px 20px; }
  .final-cta h2 { font-size: 45px; }
  footer { grid-template-columns: 1fr; padding: 54px 20px 94px; }
  .footer-links { gap: 18px 24px; }
  .floating-contact { display: flex; }
}

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