/*
Theme Name: Dr Priyanka Mind Reset
Theme URI: https://drpriyankamindreset.com/
Author: Red Server Host
Author URI: https://redserverhost.com/
Description: Bespoke WordPress theme for Dr Priyanka Mind Reset & Neuro Wellness Centre.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: dr-priyanka-mind-reset
*/

@font-face {
  font-family: "Geist";
  src: url("assets/fonts/geist-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #101b43;
  --ink-soft: #384467;
  --cobalt: #2052c7;
  --cobalt-dark: #173ca0;
  --violet: #754bd6;
  --lilac: #eee7ff;
  --lilac-2: #f7f3ff;
  --cream: #fffaf4;
  --paper: #ffffff;
  --peach: #fff0e7;
  --line: #dcd7ed;
  --muted: #6e7690;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Geist", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; height: 88px; background: rgba(255, 252, 248, .9); border-bottom: 1px solid rgba(73, 61, 144, .12); box-shadow: 0 8px 30px rgba(24, 35, 82, .05); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 18px; }
.brand { width: 245px; height: 62px; flex: 0 0 auto; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: multiply; transform: scale(1.08); }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 4px; margin-left: auto; padding: 5px; border: 1px solid rgba(93, 77, 164, .13); border-radius: 999px; background: rgba(255, 255, 255, .72); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 8px 22px rgba(30, 36, 82, .06); }
.site-nav a { position: relative; padding: 10px 12px; border-radius: 999px; color: #253054; font-size: 13px; font-weight: 780; letter-spacing: -.01em; line-height: 1; transition: color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease; }
.site-nav a:hover { color: var(--cobalt-dark); background: #f0ebff; transform: translateY(-1px); }
.site-nav a.active { color: #fff; background: linear-gradient(135deg, #1f51c5 0%, #6844cf 100%); box-shadow: 0 7px 16px rgba(55, 63, 174, .24), inset 0 1px 0 rgba(255,255,255,.25); }
.site-nav a.active:hover { color: #fff; background: linear-gradient(135deg, #173fa6 0%, #5734bb 100%); }
.header-cta { position: relative; min-width: 168px; padding: 11px 38px 11px 16px; border: 0; border-radius: 16px; display: flex; flex-direction: column; color: #fff; line-height: 1.1; background: linear-gradient(135deg, #172d77 0%, #3158ca 58%, #754bd6 100%); box-shadow: 0 10px 24px rgba(36, 65, 166, .22); transition: transform .22s ease, box-shadow .22s ease; }
.header-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(36, 65, 166, .3); }
.header-cta span { font-size: 9px; font-weight: 760; text-transform: uppercase; letter-spacing: .13em; opacity: .8; }
.header-cta b { margin-top: 5px; font-size: 13px; font-weight: 780; }
.header-cta i { position: absolute; right: 15px; top: 50%; width: 21px; height: 21px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.16); font-size: 12px; font-style: normal; transform: translateY(-50%); }
.menu-button { display: none; }

.hero { min-height: 740px; position: relative; overflow: hidden; background: radial-gradient(circle at 76% 45%, #efe7ff 0, rgba(239, 231, 255, .78) 25%, transparent 54%), linear-gradient(118deg, #fffaf4 0%, #fff 48%, #f6f0ff 100%); }
.hero-grid { min-height: 740px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 30px; position: relative; z-index: 2; }
.hero-copy { padding: 64px 0 56px; }
.eyebrow { margin: 0 0 23px; color: #5530ae; font-size: 13px; font-weight: 690; letter-spacing: .1em; text-transform: uppercase; display: flex; align-items: center; gap: 11px; }
.eyebrow > span { display: inline-block; width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: #d9d1ff; }
.hero h1, .section h2 { margin: 0; font-family: var(--serif); font-weight: 700; letter-spacing: -.045em; line-height: .99; }
.hero h1 { font-size: clamp(58px, 6.2vw, 88px); max-width: 670px; }
.hero h1 em, .section h2 em { color: var(--violet); font-style: normal; }
.hero-lead { max-width: 590px; margin: 30px 0 0; font-size: 18px; line-height: 1.7; color: var(--ink-soft); }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.button { min-height: 54px; padding: 0 25px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; font-size: 15px; font-weight: 760; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--cobalt) 0%, #284bd1 60%, #6d44d1 100%); box-shadow: 0 14px 30px rgba(32, 82, 199, .2); }
.button-secondary { color: var(--cobalt); background: rgba(255,255,255,.58); border: 1px solid var(--cobalt); }
.button-light { background: #fff; color: var(--cobalt-dark); }
.hero-trust { display: flex; align-items: center; gap: 0; margin-top: 43px; }
.hero-trust div { padding: 0 25px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.hero-trust div:first-child { padding-left: 0; }
.hero-trust div:last-child { border-right: 0; }
.hero-trust strong { font-size: 13px; color: var(--ink); }
.hero-trust span { font-size: 11px; margin-top: 4px; color: var(--muted); }
.hero-visual { height: 680px; position: relative; align-self: end; }
.portrait-frame { position: absolute; left: 50%; bottom: 0; width: 430px; height: 625px; transform: translateX(-48%); overflow: hidden; border-radius: 220px 220px 32px 32px; filter: drop-shadow(0 30px 34px rgba(37, 38, 91, .2)); background: #eae2ff; z-index: 3; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 47%; transform: scale(1.12); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.5), inset 0 -90px 100px rgba(31,40,90,.12); }
.portrait-halo { position: absolute; width: 560px; height: 560px; border-radius: 50%; left: 50%; bottom: 45px; transform: translateX(-48%); border: 1px solid rgba(117,75,214,.2); box-shadow: 0 0 100px rgba(117,75,214,.16); }
.portrait-halo::before, .portrait-halo::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(32,82,199,.13); }
.portrait-halo::before { inset: 44px; }.portrait-halo::after { inset: 95px; }
.portrait-lotus { position: absolute; left: 50%; bottom: 0; width: 590px; height: 420px; transform: translateX(-48%); z-index: 1; opacity: .6; }
.portrait-lotus i { position: absolute; left: 50%; bottom: 0; width: 220px; height: 360px; border: 1px solid rgba(117,75,214,.35); border-radius: 100% 0 100% 0; transform-origin: bottom center; }
.portrait-lotus i:nth-child(1){transform:translateX(-50%) rotate(-55deg)}.portrait-lotus i:nth-child(2){transform:translateX(-50%) rotate(-28deg)}.portrait-lotus i:nth-child(3){transform:translateX(-50%) rotate(0)}.portrait-lotus i:nth-child(4){transform:translateX(-50%) rotate(28deg)}.portrait-lotus i:nth-child(5){transform:translateX(-50%) rotate(55deg)}
.hero-signature { position: absolute; right: -18px; top: 150px; z-index: 5; color: #4f31a3; display: flex; flex-direction: column; }
.hero-signature::before { content: ""; width: 36px; height: 1px; background: #8c6ad8; position: absolute; left: -47px; top: 12px; }
.hero-signature span { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }.hero-signature strong { font-family: var(--serif); font-size: 24px; font-style: italic; font-weight: 500; margin-top: 8px; }
.micro-card { position: absolute; z-index: 5; border: 1px solid rgba(77,54,156,.16); background: rgba(255,255,255,.83); backdrop-filter: blur(12px); box-shadow: 0 14px 38px rgba(41,36,100,.12); border-radius: 15px; display: flex; align-items: center; }
.micro-card-top { left: -14px; top: 164px; padding: 13px 17px; gap: 10px; }.micro-card-top b { color: var(--cobalt); font-family: var(--serif); font-size: 29px; }.micro-card-top span { font-size: 10px; color: var(--muted); line-height: 1.35; }
.micro-card-bottom { right: -5px; bottom: 52px; padding: 13px 16px; gap: 10px; }.micro-card-bottom b { font-size: 11px; line-height: 1.35; }.pulse-dot { width: 11px; height: 11px; border-radius: 50%; background: #8b65e8; box-shadow: 0 0 0 6px #ece5ff; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .6; }.hero-orb-one { width: 180px; height: 180px; background: #fde6d9; left: -50px; top: 80px; }.hero-orb-two { width: 120px; height: 120px; border: 1px solid #c6b3f0; right: -40px; bottom: 50px; }
.neural-lines { position: absolute; right: 0; bottom: 0; width: 38%; height: 48%; opacity: .35; }.neural-lines i { width: 6px; height: 6px; border-radius: 50%; background: var(--violet); position: absolute; box-shadow: 0 0 16px #6a47d1; }.neural-lines i::after { content: ""; position: absolute; width: 110px; height: 1px; background: linear-gradient(90deg, #7951d8, transparent); transform-origin: left; }.neural-lines i:nth-child(1){left:10%;top:20%}.neural-lines i:nth-child(2){left:35%;top:44%}.neural-lines i:nth-child(3){left:60%;top:10%}.neural-lines i:nth-child(4){left:75%;top:62%}.neural-lines i:nth-child(5){left:48%;top:80%}.neural-lines i:nth-child(6){left:90%;top:28%}
.neural-lines i:nth-child(1)::after{transform:rotate(20deg)}.neural-lines i:nth-child(2)::after{transform:rotate(-52deg)}.neural-lines i:nth-child(3)::after{transform:rotate(64deg)}.neural-lines i:nth-child(4)::after{transform:rotate(150deg)}.neural-lines i:nth-child(5)::after{transform:rotate(-20deg)}

.intro-band { background: var(--ink); color: #fff; }.intro-band-grid { min-height: 90px; display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); align-items: center; }.intro-band-grid > p { font-family: var(--serif); font-size: 20px; padding-right: 30px; }.mini-proof { display: flex; align-items: center; gap: 10px; border-left: 1px solid rgba(255,255,255,.16); padding-left: 24px; }.mini-proof b { font-family: var(--serif); font-size: 23px; color: #d9ccff; }.mini-proof span { font-size: 11px; color: #aeb6cf; }

.section { padding: 112px 0; }.section h2 { font-size: clamp(45px, 4.8vw, 66px); }.section-heading { margin-bottom: 54px; }.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }.split-heading > p { color: var(--muted); font-size: 16px; line-height: 1.75; padding-bottom: 5px; max-width: 440px; }.centered-heading { text-align: center; max-width: 760px; margin-inline: auto; }.centered-heading .eyebrow { justify-content: center; }.centered-heading > p:last-child { color: var(--muted); line-height: 1.7; max-width: 600px; margin: 23px auto 0; }
.section-services { background: #fff; }.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.service-card { min-height: 325px; border: 1px solid #e2def0; border-radius: 22px; padding: 27px; position: relative; overflow: hidden; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }.service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 50px rgba(34,37,82,.1); }.service-card-1 { background: #fffaf6; }.service-card-2 { background: #f8f4ff; }.service-card-3 { background: #f2f7ff; }.service-number { position: absolute; right: 21px; top: 18px; color: #c6c1d6; font-size: 12px; letter-spacing: .1em; }.service-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--violet); font-family: var(--serif); font-size: 23px; box-shadow: 0 7px 20px rgba(54,38,111,.1); }.service-card h3 { font-family: var(--serif); font-size: 24px; line-height: 1.15; margin: 29px 0 13px; font-weight: 500; max-width: 290px; }.service-card p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0 0 20px; }.service-card a { margin-top: auto; font-size: 13px; font-weight: 690; color: var(--cobalt); display: flex; justify-content: space-between; border-top: 1px solid #dfdaed; padding-top: 17px; }.center-action { display: flex; justify-content: center; margin-top: 38px; }.text-link { color: var(--cobalt); font-weight: 690; display: inline-flex; gap: 10px; border-bottom: 1px solid #8aa7ef; padding-bottom: 6px; }

.about-preview { background: linear-gradient(120deg, var(--cream), #f6f1ff); overflow: hidden; }.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }.about-collage { min-height: 670px; position: relative; }.about-image-main { position: absolute; inset: 0 60px 0 0; border-radius: 240px 240px 24px 24px; overflow: hidden; box-shadow: 0 25px 55px rgba(27,31,71,.14); }.about-image-main img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }.about-pattern { position: absolute; width: 260px; height: 260px; right: -10px; top: 60px; border: 1px solid #ad99de; border-radius: 50%; }.about-pattern::before, .about-pattern::after { content: ""; position: absolute; inset: 30px; border: 1px solid #cabbea; transform: rotate(45deg); border-radius: 50% 10%; }.about-pattern::after { transform: rotate(-45deg); }.about-quote { position: absolute; right: -12px; bottom: 58px; width: 300px; background: var(--ink); color: #fff; border-radius: 20px; padding: 24px 26px; box-shadow: 0 20px 40px rgba(18,27,67,.22); }.about-quote span { font-family: var(--serif); font-size: 50px; color: #cbb8ff; line-height: .6; }.about-quote p { font-family: var(--serif); font-size: 18px; line-height: 1.45; margin: 8px 0 0; }.about-copy > p { color: var(--muted); line-height: 1.75; }.about-copy .large-copy { font-size: 19px; color: var(--ink-soft); margin-top: 28px; }.credential-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0; }.credential-list span { border: 1px solid #d6cbea; background: rgba(255,255,255,.65); border-radius: 50px; padding: 9px 13px; font-size: 12px; color: #544a70; }

.programs-section { background: #fff; }.program-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.program-card { border: 1px solid #ddd8eb; border-radius: 22px; padding: 25px; min-height: 410px; display: flex; flex-direction: column; background: #fff; position: relative; overflow: hidden; }.program-card::before { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; background: #eee8ff; right: -70px; top: -70px; }.program-featured { background: linear-gradient(150deg, #172454, #2f2e88 60%, #7146ce); color: #fff; border-color: transparent; }.program-featured::before { background: rgba(255,255,255,.07); }.program-topline { display: flex; justify-content: space-between; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); position: relative; z-index: 1; }.program-featured .program-topline { color: #c7cbea; }.program-mark { font-family: var(--serif); font-size: 50px; color: #8d6ddd; margin: 31px 0 18px; line-height: 1; }.program-featured .program-mark { color: #c4adff; }.program-card h3 { margin: 0; font-family: var(--serif); font-size: 24px; line-height: 1.14; font-weight: 500; }.program-card > p { color: var(--muted); font-size: 13px; line-height: 1.65; }.program-featured > p { color: #d7daf0; }.program-price { margin-top: auto; padding-top: 20px; border-top: 1px solid #dfdaec; display: flex; flex-direction: column; }.program-featured .program-price { border-color: rgba(255,255,255,.17); }.program-price b { font-family: var(--serif); font-size: 24px; font-weight: 500; }.program-price span { font-size: 10px; color: var(--muted); margin-top: 3px; }.program-featured .program-price span { color: #b9bdd7; }.program-card > a { display: flex; justify-content: space-between; font-size: 12px; font-weight: 700; margin-top: 18px; color: var(--cobalt); }.program-featured > a { color: #fff; }

.process-section { background: radial-gradient(circle at 15% 80%, #3f3889, transparent 34%), var(--ink); color: #fff; }.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }.process-intro { align-self: center; }.process-intro > p:not(.eyebrow) { color: #bcc4df; line-height: 1.75; max-width: 440px; margin: 25px 0 30px; }.process-list { list-style: none; margin: 0; padding: 0; }.process-list li { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.15); }.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }.process-list > li > span { color: #bea9ff; font-family: var(--serif); font-size: 21px; }.process-list h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 25px; font-weight: 500; }.process-list p { margin: 0; color: #aeb8d8; line-height: 1.6; font-size: 14px; }

.media-section { background: #fff; }.media-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }.media-copy h2 { font-size: clamp(42px, 4vw, 60px); }.media-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; margin: 25px 0; }.video-frame { height: 510px; overflow: hidden; border-radius: 240px 240px 28px 28px; background: #ece7f6; box-shadow: 0 24px 60px rgba(28,34,79,.16); }.video-frame video { width: 100%; height: 100%; object-fit: cover; }

.workshop-preview { background: var(--lilac-2); }.workshop-card { min-height: 560px; border-radius: 28px; overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--ink); color: #fff; box-shadow: 0 30px 70px rgba(26,29,73,.16); }.workshop-image img { width: 100%; height: 100%; object-fit: cover; }.workshop-copy { padding: 70px 60px; display: flex; flex-direction: column; align-items: flex-start; }.workshop-copy h2 { font-size: 52px; }.workshop-copy > p:not(.eyebrow) { color: #b9c2de; line-height: 1.7; }.workshop-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 29px; }.workshop-tags span { border: 1px solid rgba(255,255,255,.22); border-radius: 50px; padding: 8px 12px; color: #d9def1; font-size: 11px; }

.final-cta { background: linear-gradient(120deg, #fffaf4, #eee8ff); }.final-cta-inner { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }.final-cta-inner h2 { max-width: 720px; }.final-cta-inner > div:last-child > p { color: var(--muted); line-height: 1.65; margin-bottom: 24px; }

.site-footer { background: #0d173a; color: #fff; padding: 76px 0 22px; position: relative; }.footer-grid { display: grid; grid-template-columns: 1.65fr 1fr 1.2fr 1.35fr; gap: 56px; }.footer-brand img { width: 275px; height: 76px; object-fit: cover; object-position: center; background: #fff; border-radius: 10px; }.footer-brand p { font-family: var(--serif); font-size: 18px; color: #e2dafc; margin: 24px 0 9px; }.footer-brand span { font-size: 12px; color: #909bbd; line-height: 1.6; }.footer-grid h3 { margin: 10px 0 22px; color: #bcaaff; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; }.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }.footer-grid a, .footer-grid > div:last-child p { color: #b2bbd6; font-size: 12px; line-height: 1.6; margin: 0; }.footer-grid a:hover { color: #fff; }.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 55px; padding-top: 20px; display: flex; justify-content: space-between; gap: 30px; color: #7884a7; font-size: 10px; }.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 40; background: #25d366; color: #073f1d; border-radius: 50px; height: 51px; padding: 0 7px 0 19px; display: flex; align-items: center; gap: 12px; box-shadow: 0 12px 35px rgba(22,90,48,.28); font-size: 12px; font-weight: 750; }.whatsapp-float b { width: 38px; height: 38px; border-radius: 50%; background: #fff; display: grid; place-items: center; }

.reveal-up { animation: rise .75s ease-out both; }.reveal-delay { animation-delay: .12s; }@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal-up { animation: none; }.button, .service-card { transition: none; } }

@media (max-width: 1050px) {
  .site-nav a { padding-inline: 10px; font-size: 12px; }.header-cta { display: none; }.brand { width: 240px; }
  .hero-grid { grid-template-columns: 1fr .85fr; }.portrait-frame { width: 360px; }.hero-signature { display: none; }.micro-card-top { left: -20px; }
  .program-grid { grid-template-columns: repeat(2, 1fr); }.about-grid { gap: 55px; }.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 620px); }.site-header { height: 72px; }.brand { width: 218px; height: 54px; }.brand img { height: 100%; }
  .menu-button { margin-left: auto; width: 44px; height: 44px; border-radius: 14px; border: 0; background: linear-gradient(135deg, #1f51c5, #7147d2); box-shadow: 0 8px 20px rgba(46,63,170,.25); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 4px; }.menu-button span { width: 18px; height: 2px; border-radius: 5px; background: #fff; }
  .site-nav { display: none; position: absolute; left: 14px; right: 14px; top: 66px; background: rgba(255,255,255,.97); border: 1px solid #d9d2ed; box-shadow: 0 22px 50px rgba(20,29,68,.2); border-radius: 22px; padding: 10px; flex-direction: column; align-items: stretch; gap: 5px; backdrop-filter: blur(18px); }.site-nav.open { display: flex; }.site-nav a { padding: 15px 16px; border-radius: 13px; font-size: 14px; font-weight: 780; }.site-nav a:hover { transform: none; }.site-nav a.active { padding-left: 20px; }
  .hero { min-height: auto; }.hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 36px; }.hero-copy { padding: 20px 0 10px; }.eyebrow { font-size: 10px; line-height: 1.5; }.hero h1 { font-size: clamp(47px, 14vw, 67px); }.hero-lead { font-size: 16px; }.hero-actions { flex-direction: column; align-items: stretch; }.button { width: 100%; }.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); }.hero-trust div { padding: 0 9px; }.hero-trust strong { font-size: 11px; }.hero-visual { height: 560px; }.portrait-frame { height: 530px; width: min(370px, 92vw); }.portrait-halo { width: 460px; height: 460px; }.micro-card { display: none; }
  .intro-band-grid { grid-template-columns: 1fr; padding: 25px 0; gap: 16px; }.intro-band-grid > p { margin: 0 0 6px; }.mini-proof { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); padding: 12px 0 0; }
  .section { padding: 78px 0; }.section h2 { font-size: clamp(40px, 12vw, 54px); }.split-heading { grid-template-columns: 1fr; gap: 24px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 300px; }
  .about-grid { grid-template-columns: 1fr; gap: 55px; }.about-collage { min-height: 570px; }.about-image-main { right: 0; }.about-quote { right: 8px; bottom: 20px; width: min(290px, 85%); }.about-pattern { display: none; }
  .program-grid { grid-template-columns: 1fr; }.program-card { min-height: 370px; }
  .process-grid, .media-grid, .final-cta-inner { grid-template-columns: 1fr; gap: 50px; }.video-frame { height: 480px; }.workshop-card { grid-template-columns: 1fr; }.workshop-image { height: 310px; }.workshop-copy { padding: 42px 26px; }.workshop-copy h2 { font-size: 41px; }.final-cta-inner { align-items: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }.footer-brand { grid-column: 1 / -1; }.footer-grid > div:last-child { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; }.whatsapp-float span { display: none; }.whatsapp-float { width: 54px; padding: 0; justify-content: center; border-radius: 50%; }.whatsapp-float b { background: transparent; color: #fff; }
}

/* Interior pages */
.subpage-hero { min-height: 620px; position: relative; overflow: hidden; background: radial-gradient(circle at 80% 36%, #e9e1ff, transparent 43%), linear-gradient(120deg,#fffaf4,#fff 50%,#f3edff); }
.subpage-hero-grid { min-height: 620px; display: grid; grid-template-columns: 1fr .82fr; gap: 80px; align-items: center; position: relative; z-index: 2; }
.subpage-hero-grid > div:first-child { padding: 70px 0; }
.subpage-hero h1, .program-hero h1, .contact-hero h1 { font-family: var(--serif); font-size: clamp(55px,6vw,82px); font-weight: 500; line-height: 1; letter-spacing: -.045em; margin: 0; }
.subpage-hero h1 em { color: var(--violet); font-style: normal; }
.subpage-hero-grid > div:first-child > p:not(.eyebrow) { color: var(--ink-soft); font-size: 18px; line-height: 1.7; max-width: 650px; margin: 25px 0 30px; }
.subpage-image { height: 530px; border-radius: 260px 260px 28px 28px; overflow: hidden; box-shadow: 0 28px 70px rgba(30,32,82,.17); }
.subpage-image img { width: 100%; height: 100%; object-fit: cover; }
.subpage-orb { position:absolute; left:-130px; bottom:-130px; width:340px; height:340px; border:1px solid #d9c9f7; border-radius:50%; }
.closing-cta { padding: 92px 0; background: radial-gradient(circle at 80% 30%,#5143a4,transparent 35%),var(--ink); color:#fff; }
.closing-cta-inner { display:grid; grid-template-columns:1.25fr .75fr; gap:80px; align-items:end; }
.closing-cta h2 { font-family:var(--serif); font-size:clamp(42px,5vw,64px); font-weight:500; line-height:1.02; letter-spacing:-.04em; margin:0; }
.closing-cta-inner > div:last-child p { color:#b8c1dc; line-height:1.7; margin:0 0 24px; }

.story-section { background:#fff; }
.story-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:110px; }
.story-heading { position:sticky; top:130px; align-self:start; }
.story-heading h2, .about-detail h2, .values-section h2, .contact-details h2, .form-card h2 { font-family:var(--serif); font-size:clamp(40px,4.6vw,62px); font-weight:500; line-height:1.04; letter-spacing:-.04em; margin:0; }
.story-copy p { color:var(--muted); line-height:1.85; font-size:16px; }
.story-copy .lead-quote { color:var(--violet); font-family:var(--serif); font-size:30px; line-height:1.35; margin:0 0 36px; }
.philosophy-section { background:var(--lilac-2); }
.pillar-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.pillar-grid article { background:#fff; border:1px solid #e0daef; border-radius:24px; padding:33px; min-height:300px; }
.pillar-grid article > span { color:var(--violet); font-family:var(--serif); font-size:27px; }
.pillar-grid h3 { font-family:var(--serif); font-size:27px; font-weight:500; margin:48px 0 14px; }
.pillar-grid p { color:var(--muted); line-height:1.7; font-size:14px; }
.about-detail { background:#fff; }
.about-detail-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:90px; align-items:center; }
.about-detail-image { height:650px; border-radius:220px 220px 24px 24px; overflow:hidden; }
.about-detail-image img { width:100%; height:100%; object-fit:cover; object-position:50% 35%; }
.detail-list { margin-top:34px; border-top:1px solid var(--line); }
.detail-list div { display:grid; grid-template-columns:140px 1fr; gap:25px; padding:20px 0; border-bottom:1px solid var(--line); }
.detail-list b { color:var(--violet); font-family:var(--serif); font-size:21px; }
.detail-list span { color:var(--muted); line-height:1.5; font-size:14px; }
.values-section { background:var(--ink); color:#fff; }
.values-grid { display:grid; grid-template-columns:1fr 1fr; gap:100px; }
.values-grid ul { list-style:none; margin:0; padding:0; }
.values-grid li { padding:18px 0 18px 35px; border-bottom:1px solid rgba(255,255,255,.14); color:#c2cae2; position:relative; }
.values-grid li::before { content:"✓"; position:absolute; left:0; color:#c4b0ff; }

.all-services { background:#fff; }
.all-service-grid { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid var(--line); }
.all-service-grid article { display:grid; grid-template-columns:70px 1fr; gap:24px; padding:30px; border-bottom:1px solid var(--line); }
.all-service-grid article:nth-child(odd) { border-right:1px solid var(--line); }
.all-service-symbol { width:58px; height:58px; border-radius:50%; display:grid; place-items:center; background:var(--lilac-2); color:var(--violet); font-family:var(--serif); font-size:23px; }
.all-service-grid small { color:#a19aac; }
.all-service-grid h3 { font-family:var(--serif); font-size:25px; font-weight:500; margin:7px 0 9px; }
.all-service-grid p { color:var(--muted); font-size:14px; line-height:1.6; margin:0; }
.editorial-services { background:var(--lilac-2); }
.editorial-stack { display:flex; flex-direction:column; gap:105px; }
.editorial-row { display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:center; }
.editorial-row.reverse .editorial-image { order:2; }
.editorial-image { height:480px; border-radius:28px; overflow:hidden; background:#fff; box-shadow:0 22px 50px rgba(27,33,75,.1); }
.editorial-image img { width:100%; height:100%; object-fit:cover; }
.editorial-row h2 { font-size:52px; }
.editorial-row > div:last-child > p:not(.eyebrow) { color:var(--muted); line-height:1.75; }
.editorial-row ul { padding-left:20px; color:var(--ink-soft); line-height:1.9; margin:22px 0; }

.program-list-section { background:#fff; }
.program-list { display:flex; flex-direction:column; gap:20px; }
.program-list-card { display:grid; grid-template-columns:110px 1fr; border:1px solid var(--line); border-radius:25px; padding:42px; background:linear-gradient(120deg,#fff,#faf8ff); }
.program-list-number { font-family:var(--serif); font-size:45px; color:#a28ae2; }
.program-list-card h2 { font-size:48px; }
.program-list-card > div:last-child > p:not(.eyebrow) { color:var(--muted); line-height:1.7; max-width:750px; }
.program-facts { display:flex; gap:50px; margin:28px 0; }
.program-facts span { display:flex; flex-direction:column; color:var(--muted); font-size:10px; text-transform:uppercase; letter-spacing:.08em; }
.program-facts b { color:var(--ink); font-size:14px; text-transform:none; letter-spacing:0; margin-bottom:5px; }
.choose-program { background:var(--ink); color:#fff; }
.choose-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:100px; }
.choose-grid h2 { font-size:57px; }
.choose-points { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.choose-points article { border:1px solid rgba(255,255,255,.15); border-radius:18px; padding:24px; background:rgba(255,255,255,.04); }
.choose-points b { font-family:var(--serif); font-size:23px; color:#d5c8ff; }
.choose-points p { color:#abb5d2; line-height:1.6; font-size:13px; }
.program-hero { padding:100px 0; background:radial-gradient(circle at 20% 90%,#3e3986,transparent 35%),var(--ink); color:#fff; }
.program-hero-grid { display:grid; grid-template-columns:1.25fr .75fr; gap:100px; align-items:center; }
.back-link { display:inline-block; color:#aeb9da; font-size:13px; margin-bottom:36px; }
.program-hero-grid > div:first-child > p:not(.eyebrow) { color:#bcc5df; line-height:1.75; font-size:18px; max-width:700px; margin:28px 0 32px; }
.program-investment { background:#fff; color:var(--ink); border-radius:24px; padding:35px; display:flex; flex-direction:column; }
.program-investment > span { color:var(--violet); text-transform:uppercase; font-size:11px; letter-spacing:.1em; }
.program-investment > b { font-family:var(--serif); font-size:48px; font-weight:500; margin:15px 0 2px; }
.program-investment > small { color:var(--muted); }
.program-investment ul { list-style:none; padding:22px 0 0; margin:24px 0 0; border-top:1px solid var(--line); }
.program-investment li { padding:7px 0; color:var(--ink-soft); font-size:14px; }
.program-investment li::before { content:"✓"; color:var(--violet); margin-right:10px; }
.program-audience { background:#fff; }
.program-two-col { display:grid; grid-template-columns:1fr 1fr; gap:100px; align-items:start; }
.program-two-col h2 { font-size:53px; }
.check-list { list-style:none; padding:0; margin:0; display:grid; grid-template-columns:1fr 1fr; gap:11px; }
.check-list li { border:1px solid var(--line); border-radius:15px; padding:17px 17px 17px 42px; color:var(--ink-soft); position:relative; font-size:14px; background:#fffaf7; }
.check-list li::before { content:"✓"; position:absolute; left:16px; color:var(--violet); font-weight:800; }
.program-structure { background:var(--lilac-2); }
.focus-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.focus-grid article { background:#fff; border:1px solid var(--line); border-radius:22px; padding:30px; }
.focus-grid article > span { color:#a28ae2; font-family:var(--serif); font-size:26px; }
.focus-grid h3 { font-family:var(--serif); font-size:26px; font-weight:500; margin:24px 0 14px; }
.focus-grid ul { margin:0; padding-left:19px; color:var(--muted); line-height:1.9; font-size:14px; }
.outcomes-section { background:var(--ink); color:#fff; }
.outcomes-section .program-two-col > div > p:not(.eyebrow) { color:#abb5d3; line-height:1.7; }
.outcome-list { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.outcome-list li { border:1px solid rgba(255,255,255,.14); border-radius:14px; padding:17px; color:#d3daeb; font-size:14px; }
.outcome-list span { color:#c5b0ff; margin-right:10px; }
.program-note, .contact-note { background:#fff; padding-top:65px; padding-bottom:65px; }
.note-card { border-left:4px solid var(--violet); background:var(--lilac-2); padding:28px 32px; display:grid; grid-template-columns:160px 1fr; gap:35px; }
.note-card span { color:var(--violet); font-size:12px; text-transform:uppercase; letter-spacing:.1em; font-weight:750; }
.note-card p { margin:0; color:var(--ink-soft); line-height:1.7; }
.program-closing { text-align:center; background:linear-gradient(120deg,#fffaf4,#eee7ff); }
.program-closing p { font-family:var(--serif); font-size:clamp(34px,4.5vw,57px); line-height:1.2; max-width:900px; margin:0 auto 34px; }

.workshop-formats { background:#fff; }
.format-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.format-grid article { border:1px solid var(--line); border-radius:24px; padding:30px; background:#fffaf7; }
.format-grid article > span { font-family:var(--serif); font-size:31px; color:var(--violet); }
.format-grid h3 { font-family:var(--serif); font-weight:500; font-size:28px; margin:45px 0 15px; }
.format-grid p { color:var(--muted); line-height:1.65; font-size:14px; }
.format-grid ul { padding-left:18px; color:var(--ink-soft); line-height:1.8; font-size:13px; }
.workshop-audience { background:var(--ink); color:#fff; }
.workshop-audience-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:90px; align-items:center; }
.audience-image { height:570px; border-radius:220px 220px 25px 25px; overflow:hidden; }
.audience-image img { width:100%; height:100%; object-fit:cover; object-position:50% 28%; }
.workshop-audience h2 { font-size:56px; }
.audience-tags { display:flex; flex-wrap:wrap; gap:9px; margin:28px 0; }
.audience-tags span { border:1px solid rgba(255,255,255,.2); border-radius:50px; padding:10px 14px; color:#d9def0; font-size:12px; }
.workshop-audience-grid > div:last-child > p:not(.eyebrow) { color:#acb7d3; line-height:1.7; }
.workshop-process { background:var(--lilac-2); }
.workshop-process ol { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.workshop-process li { background:#fff; border:1px solid var(--line); border-radius:19px; padding:25px; }
.workshop-process li b { font-family:var(--serif); font-size:28px; color:#9a7ade; }
.workshop-process li span { display:flex; flex-direction:column; color:var(--muted); font-size:13px; line-height:1.5; margin-top:35px; }
.workshop-process li strong { color:var(--ink); font-family:var(--serif); font-size:21px; font-weight:500; margin-bottom:8px; }

.contact-hero { background:radial-gradient(circle at 75% 50%,#6450bd,transparent 30%),var(--ink); color:#fff; overflow:hidden; }
.contact-hero-grid { min-height:600px; display:grid; grid-template-columns:1.1fr .9fr; gap:70px; align-items:center; }
.contact-hero h1 { font-size:clamp(56px,6vw,80px); }
.contact-hero-grid > div:first-child > p:not(.eyebrow) { color:#bdc5dc; font-size:18px; line-height:1.7; max-width:650px; }
.contact-portrait { height:560px; align-self:end; border-radius:260px 260px 0 0; overflow:hidden; }
.contact-portrait img { width:100%; height:100%; object-fit:cover; object-position:50% 48%; transform:scale(1.07); }
.contact-section { background:#fff; }
.contact-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:70px; }
.contact-details h2 { font-size:48px; }
.contact-cards { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:30px; }
.contact-cards > * { border:1px solid var(--line); border-radius:16px; padding:18px; display:flex; flex-direction:column; background:#fffaf7; }
.contact-cards span { color:var(--violet); text-transform:uppercase; font-size:10px; letter-spacing:.1em; }
.contact-cards b { font-family:var(--serif); font-size:18px; margin:8px 0; font-weight:500; word-break:break-word; }
.contact-cards small { color:var(--muted); line-height:1.5; }
.availability-note { margin-top:18px; padding:20px; border-radius:15px; background:var(--lilac-2); display:flex; flex-direction:column; }
.availability-note span { color:var(--muted); font-size:13px; margin-top:5px; }
.form-card { border:1px solid var(--line); border-radius:26px; padding:38px; background:linear-gradient(145deg,#fff,#f8f4ff); box-shadow:0 20px 50px rgba(34,36,83,.1); }
.form-card h2 { font-size:40px; }
.form-card > p { color:var(--muted); }
.booking-form { display:flex; flex-direction:column; gap:16px; margin-top:25px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.booking-form label { display:flex; flex-direction:column; gap:7px; color:var(--ink-soft); font-size:12px; font-weight:650; }
.booking-form input, .booking-form select, .booking-form textarea { width:100%; border:1px solid #d8d3e7; border-radius:11px; background:#fff; padding:13px 14px; color:var(--ink); outline:none; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color:var(--violet); box-shadow:0 0 0 3px #ece5ff; }
.booking-form textarea { resize:vertical; }
.booking-form .button { border:0; cursor:pointer; align-self:flex-start; }
.form-note { font-size:11px; color:var(--muted); margin:0; }
.map-strip { padding:44px 0; background:var(--lilac-2); border-block:1px solid var(--line); }
.map-strip-inner { display:flex; align-items:center; justify-content:space-between; gap:35px; }
.map-strip-inner > div { display:flex; flex-direction:column; }
.map-strip-inner span { color:var(--violet); text-transform:uppercase; font-size:10px; letter-spacing:.1em; }
.map-strip-inner b { font-family:var(--serif); font-size:25px; margin-top:6px; }
.map-strip-inner p { color:var(--muted); margin:4px 0 0; font-size:13px; }

@media(max-width:760px) {
  .subpage-hero-grid, .story-grid, .about-detail-grid, .values-grid, .editorial-row, .program-hero-grid, .program-two-col, .choose-grid, .workshop-audience-grid, .contact-hero-grid, .contact-grid, .closing-cta-inner { grid-template-columns:1fr; gap:45px; }
  .subpage-hero-grid { padding-top:50px; }.subpage-hero-grid > div:first-child { padding:20px 0; }.subpage-image { height:440px; }.story-heading { position:static; }
  .pillar-grid, .format-grid { grid-template-columns:1fr; }.about-detail-image { height:560px; }.all-service-grid { grid-template-columns:1fr; }.all-service-grid article:nth-child(odd) { border-right:0; }
  .editorial-row.reverse .editorial-image { order:0; }.editorial-image { height:330px; }.program-list-card { grid-template-columns:1fr; padding:26px; }.program-list-number { font-size:30px; }.program-list-card h2 { font-size:38px; }
  .program-facts { flex-direction:column; gap:13px; }.choose-points, .check-list, .focus-grid, .outcome-list { grid-template-columns:1fr; }.program-hero { padding:70px 0; }.program-two-col h2 { font-size:42px; }.note-card { grid-template-columns:1fr; gap:12px; }
  .workshop-process ol { grid-template-columns:1fr 1fr; }.audience-image { height:500px; }.contact-hero-grid { padding-top:50px; }.contact-portrait { height:460px; }.contact-cards, .form-row { grid-template-columns:1fr; }.form-card { padding:25px; }
  .map-strip-inner { align-items:flex-start; flex-direction:column; }.map-strip-inner .button { width:auto; }.closing-cta { padding:75px 0; }
}

.footer-bottom a { color:#b9a8f0; text-decoration:underline; text-underline-offset:3px; }
.legal-hero { padding:105px 0; background:radial-gradient(circle at 75% 20%,#4a4094,transparent 34%),var(--ink); color:#fff; }
.legal-hero h1 { font-family:var(--serif); font-size:clamp(54px,7vw,86px); font-weight:500; letter-spacing:-.045em; margin:0; }
.legal-hero p:not(.eyebrow) { color:#b9c2dd; font-size:17px; }
.legal-copy { background:#fff; }.legal-shell { max-width:820px; }.legal-shell h2 { font-family:var(--serif); font-size:29px; margin:38px 0 10px; }.legal-shell h2:first-child { margin-top:0; }.legal-shell p { color:var(--muted); line-height:1.85; }
.not-found { min-height:650px; display:grid; place-items:center; text-align:center; background:linear-gradient(120deg,#fffaf4,#eee8ff); }.not-found span { color:var(--violet); font-family:var(--serif); font-size:34px; }.not-found h1 { font-family:var(--serif); font-size:clamp(48px,6vw,78px); font-weight:500; max-width:800px; margin:18px auto; line-height:1; }.not-found p { color:var(--muted); margin-bottom:28px; }

/* WordPress integration */
.site-nav ul { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.site-nav li { margin: 0; padding: 0; }
.site-nav .current-menu-item > a,
.site-nav .current-menu-ancestor > a,
.site-nav a.active { color: #fff; background: linear-gradient(135deg, #1f51c5 0%, #6844cf 100%); box-shadow: 0 7px 16px rgba(55, 63, 174, .24), inset 0 1px 0 rgba(255,255,255,.25); }
.custom-logo { width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: multiply; transform: scale(1.08); }
.admin-bar .site-header { top: 32px; }
.generic-page { min-height: 500px; background: #fff; }
.generic-page .entry-content { color: var(--ink-soft); font-size: 17px; line-height: 1.8; }
.generic-page .entry-content > *:first-child { margin-top: 0; }
.generic-page .entry-content a { color: var(--cobalt); text-decoration: underline; }
.dpmr-admin-notice { border-left-color: var(--cobalt); }

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 760px) {
  .site-nav ul { flex-direction: column; align-items: stretch; gap: 5px; }
  .site-nav li, .site-nav a { width: 100%; }
}
