:root {
  --violet: #3b2b62;
  --violet-deep: #241b3e;
  --ink: #292233;
  --muted: #625b6e;
  --cream: #fff9ef;
  --paper: #ffffff;
  --coral: #ff6f61;
  --sun: #ffd166;
  --mint: #77d7c5;
  --lilac: #b39df7;
  --rose: #ffb0b7;
  --line: rgba(41, 34, 51, 0.14);
  --shadow: 0 28px 70px rgba(36, 27, 62, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body { min-width: 0; margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: ui-rounded, "Avenir Next", Avenir, "Trebuchet MS", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-is-open { overflow: hidden; }
a { color: inherit; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
::selection { background: var(--sun); color: var(--violet-deep); }

.skip-link { position: fixed; z-index: 100; top: 0.75rem; left: 0.75rem; padding: 0.75rem 0.95rem; transform: translateY(-180%); border-radius: 0.7rem; background: var(--violet-deep); color: white; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

.site-header, .home-main, .subpage-main { width: min(1230px, calc(100% - 3rem)); margin-inline: auto; }
.site-header { position: relative; z-index: 10; display: grid; min-height: 6.5rem; grid-template-columns: auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.menu-toggle { display: grid; width: 3.05rem; height: 3.05rem; align-content: center; justify-content: center; gap: 0.28rem; padding: 0; border: 2px solid var(--violet); border-radius: 0.82rem; background: var(--sun); cursor: pointer; transition: transform 160ms ease, background 160ms ease; }
.menu-toggle:hover { background: var(--coral); transform: rotate(-3deg); }
.menu-toggle > span { width: 1.16rem; height: 2px; border-radius: 999px; background: var(--violet); transition: transform 160ms ease, opacity 160ms ease; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(0.4rem) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-0.4rem) rotate(-45deg); }
.brand { display: inline-flex; width: fit-content; align-items: center; justify-self: end; gap: 0.64rem; color: var(--violet); text-decoration: none; }
.brand-symbol { width: 2.55rem; height: 2.55rem; flex: 0 0 auto; filter: drop-shadow(0 5px 9px rgba(59,43,98,0.14)); }
.brand-name { display: grid; line-height: 0.88; }
.brand strong { color: var(--violet); font-family: Georgia, "Times New Roman", serif; font-size: 1.36rem; font-weight: 700; letter-spacing: -0.08em; }
.brand small { margin-top: 0.25rem; color: var(--ink); font-size: 0.51rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }

.menu-scrim { position: fixed; z-index: 29; inset: 0; background: rgba(36, 27, 62, 0.42); backdrop-filter: blur(3px); }
.site-menu { position: fixed; z-index: 30; top: 0; bottom: 0; left: 0; width: min(25rem, calc(100vw - 2rem)); padding: 1.25rem 1.3rem 1.5rem; overflow-y: auto; background: var(--violet-deep); color: white; box-shadow: 24px 0 65px rgba(36,27,62,0.3); }
.site-menu::after { position: absolute; right: -5rem; bottom: -5rem; width: 16rem; aspect-ratio: 1; border: 2rem solid var(--lilac); border-radius: 50%; content: ""; opacity: 0.25; pointer-events: none; }
.menu-top { display: flex; align-items: flex-start; justify-content: space-between; color: var(--sun); font-family: Georgia, serif; font-size: 1.5rem; font-weight: 700; line-height: 0.7; letter-spacing: -0.07em; }
.menu-top small { color: var(--mint); font-family: ui-rounded, sans-serif; font-size: 0.52rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.menu-top button { display: grid; width: 2.7rem; height: 2.7rem; place-items: center; border: 1px solid rgba(255,255,255,0.25); border-radius: 50%; background: transparent; color: white; cursor: pointer; font-size: 1.9rem; line-height: 1; }
.menu-intro { margin: 4rem 0 1.1rem; color: rgba(255,255,255,0.65); font-size: 0.76rem; font-weight: 760; }
.site-menu nav { display: grid; }
.site-menu nav a { display: grid; grid-template-columns: 2.2rem 1fr auto; align-items: center; gap: 0.6rem; padding: 0.9rem 0; border-top: 1px solid rgba(255,255,255,0.18); color: white; font-family: Georgia, serif; font-size: clamp(1.35rem, 4vw, 1.75rem); font-weight: 600; letter-spacing: -0.05em; text-decoration: none; }
.site-menu nav a span { color: var(--mint); font-family: ui-rounded, sans-serif; font-size: 0.62rem; font-weight: 900; letter-spacing: 0.1em; }
.site-menu nav a:last-child { border-bottom: 1px solid rgba(255,255,255,0.18); }
.site-menu nav a:hover, .site-menu nav a[aria-current="page"] { color: var(--sun); }
.site-menu nav .menu-contact { margin-top: 1.1rem; padding: 0.8rem 0.85rem; border: 0; border-radius: 0.8rem; background: var(--coral); color: var(--violet-deep); }
.site-menu nav .menu-contact span { color: var(--violet-deep); }
.menu-footer { position: relative; z-index: 1; margin: 2rem 0 0; color: rgba(255,255,255,0.62); font-size: 0.75rem; }

h1, h2, p { overflow-wrap: break-word; }
h1, h2 { margin: 0; color: var(--violet-deep); font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: -0.065em; }
h1 { max-width: 9.2ch; font-size: clamp(3.9rem, 7.2vw, 7rem); line-height: 0.88; }
h1 em { display: block; color: var(--coral); font-style: normal; }
h2 { font-size: clamp(1.65rem, 2.8vw, 2.45rem); line-height: 1.02; }
.kicker { display: flex; align-items: center; gap: 0.55rem; margin: 0 0 1.15rem; color: var(--violet); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.kicker > span { color: var(--coral); font-size: 0.78rem; }
.kicker-light { color: #e7dfff; }
.kicker-light > span { color: var(--sun); }
.lead { max-width: 42rem; color: var(--muted); font-size: clamp(1.04rem, 1.55vw, 1.22rem); line-height: 1.78; }
.button { display: inline-flex; min-height: 3.2rem; align-items: center; justify-content: center; gap: 0.45rem; padding: 0.75rem 1.08rem; border-radius: 0.8rem; font-size: 0.79rem; font-weight: 900; line-height: 1.2; text-align: center; text-decoration: none; transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease; }
.button:hover { transform: translateY(-2px) rotate(-0.5deg); }
.button-primary { background: var(--coral); color: var(--violet-deep); box-shadow: 6px 6px 0 var(--violet); }
.button-primary:hover { background: var(--sun); box-shadow: 8px 8px 0 var(--violet); }
.button-plain { color: var(--violet); text-decoration: underline; text-decoration-color: var(--lilac); text-decoration-thickness: 2px; text-underline-offset: 0.35rem; }
.button-light { border: 0; background: var(--sun); color: var(--violet-deep); box-shadow: 5px 5px 0 var(--coral); }

.page-home { height: 100svh; overflow: hidden; }
.home-main { display: grid; height: calc(100svh - 6.5rem); grid-template-rows: minmax(0, 1fr) auto; padding-bottom: 4.55rem; }
.home-stage { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(23rem, 0.88fr); align-items: center; gap: clamp(2rem, 8vw, 9rem); min-height: 0; padding: clamp(2rem, 5vw, 4.2rem) 0 0.8rem; }
.home-copy { position: relative; z-index: 2; min-width: 0; }
.home-copy > p:not(.kicker) { max-width: 37rem; margin: 1.9rem 0 0; color: var(--muted); font-size: clamp(1.03rem, 1.55vw, 1.2rem); line-height: 1.76; }
.home-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.1rem; margin-top: 2.1rem; }
.home-art { position: relative; min-width: 0; height: min(34rem, 59vh); min-height: 26rem; padding: 1rem 1.8rem 1rem 0.9rem; }
.colour-field { position: absolute; z-index: 1; top: 4%; right: 2%; bottom: 2%; left: 9%; border-radius: 45% 55% 39% 61% / 57% 35% 65% 43%; background: var(--sun); transform: rotate(-8deg); }
.perspective-orbit { position: absolute; z-index: 0; top: -2.7rem; right: -2rem; width: min(29rem, 96%); transform: rotate(18deg); }
.portrait-card { position: relative; z-index: 2; width: min(23rem, 82%); height: 100%; margin: 0 auto; overflow: hidden; border: 8px solid var(--paper); border-radius: 9rem 1.4rem 8rem 1.4rem; background: var(--lilac); box-shadow: var(--shadow); transform: rotate(2.5deg); }
.portrait-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transform: rotate(-2.5deg) scale(1.07); }
.portrait-card figcaption { position: absolute; right: 0.65rem; bottom: 0.65rem; display: grid; gap: 0.14rem; max-width: calc(100% - 1.3rem); padding: 0.65rem 0.8rem; border-radius: 0.7rem; background: rgba(36,27,62,0.91); color: white; transform: rotate(-2.5deg); }
.portrait-card figcaption span { color: var(--mint); font-size: 0.54rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.portrait-card figcaption strong { font-family: Georgia, serif; font-size: 1rem; font-weight: 600; }
.portrait-card figcaption small { color: rgba(255,255,255,0.7); font-size: 0.63rem; }
.hero-stamp { position: absolute; z-index: 4; right: -0.4rem; bottom: 1.8rem; display: grid; width: 8rem; aspect-ratio: 1; align-content: center; padding: 0.9rem; border-radius: 50%; background: var(--mint); color: var(--violet-deep); box-shadow: 5px 5px 0 var(--violet); transform: rotate(-10deg); }
.hero-stamp span { font-size: 0.56rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.hero-stamp strong { margin: 0.05rem 0; font-family: Georgia, serif; font-size: 1.24rem; line-height: 0.9; }
.home-routes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--line); }
.home-routes a { display: grid; grid-template-columns: auto 1fr; column-gap: 0.7rem; padding: 0.85rem 1rem 1rem 0; color: var(--violet); text-decoration: none; }
.home-routes a + a { padding-left: 1rem; border-left: 1px solid var(--line); }
.home-routes span { grid-row: span 2; color: var(--coral); font-size: 0.65rem; font-weight: 900; letter-spacing: 0.1em; }
.home-routes strong { font-family: Georgia, serif; font-size: 1rem; letter-spacing: -0.04em; }
.home-routes small { margin-top: 0.16rem; color: var(--muted); font-size: 0.64rem; font-weight: 720; }
.home-routes a:hover { background: var(--paper); }

.subpage-main { min-height: calc(100svh - 6.5rem - 4.6rem); padding-block: clamp(3rem, 7vw, 6rem) clamp(2.5rem, 5vw, 4rem); }
.page-hero { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(16rem, 0.55fr); gap: clamp(2rem, 9vw, 9rem); align-items: end; }
.page-hero h1, .sheila-copy h1, .contact-page h1 { max-width: 10ch; }
.page-hero .lead { margin: 1.7rem 0 0; }
.page-hero .button { margin-top: 1.9rem; }
.page-number { margin: 0 0 0.8rem; color: var(--coral); font-size: 0.72rem; font-weight: 920; letter-spacing: 0.13em; }
.vision-quote { align-self: center; padding: 1.7rem; border: 3px solid var(--violet); border-radius: 1.4rem; background: var(--paper); box-shadow: 8px 8px 0 var(--lilac); transform: rotate(2deg); }
.vision-quote > span { color: var(--coral); font-family: Georgia, serif; font-size: 4rem; line-height: 0.5; }
.vision-quote p { margin: 0.55rem 0 0; color: var(--violet-deep); font-family: Georgia, serif; font-size: 1.5rem; font-weight: 600; line-height: 1.08; letter-spacing: -0.045em; }
.three-lenses { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; margin-top: clamp(4rem, 9vw, 7rem); }
.three-lenses article { min-height: 15rem; padding: 1.55rem; border-radius: 1.35rem; }
.three-lenses article:nth-child(1) { background: var(--sun); transform: rotate(-1deg); }.three-lenses article:nth-child(2) { background: var(--rose); transform: translateY(1rem); }.three-lenses article:nth-child(3) { background: var(--mint); transform: rotate(1deg); }
.three-lenses span, .workplace-map span { color: var(--violet); font-size: 0.68rem; font-weight: 920; letter-spacing: 0.1em; }.three-lenses h2, .workplace-map h2 { max-width: 9ch; margin-top: 2.9rem; }.three-lenses p, .workplace-map p { margin: 0.75rem 0 0; color: rgba(36,27,62,0.8); font-size: 0.9rem; line-height: 1.7; }

.offer-page-hero { align-items: end; }.hero-side-note { max-width: 19rem; margin: 0 0 0.6rem; padding-left: 1.2rem; border-left: 4px solid var(--coral); color: var(--muted); font-family: Georgia, serif; font-size: 1.15rem; line-height: 1.35; }
.offer-deck { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: clamp(4rem, 8vw, 7rem); }
.offer-deck article { display: flex; min-height: 25rem; flex-direction: column; padding: clamp(1.45rem, 3vw, 2rem); border-radius: 1.45rem; }.training-card { background: var(--sun); }.lecture-card { background: var(--rose); transform: translateY(1.2rem); }.workshop-card { background: var(--mint); }
.offer-deck article > span { color: var(--violet); font-size: 0.65rem; font-weight: 920; letter-spacing: 0.1em; text-transform: uppercase; }.offer-deck h2 { margin-top: 2.25rem; }.offer-deck p { margin: 0.85rem 0 0; color: rgba(36,27,62,0.82); font-size: 0.9rem; line-height: 1.68; }.offer-deck ul { display: grid; gap: 0.5rem; margin: 1.55rem 0 0; padding: 0; color: rgba(36,27,62,0.78); font-size: 0.78rem; list-style: none; }.offer-deck li::before { margin-right: 0.45rem; color: var(--coral); content: "✦"; }.offer-deck a { margin-top: auto; padding-top: 1.5rem; color: var(--violet-deep); font-size: 0.8rem; font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 0.3rem; }

.page-course .subpage-main { padding-top: clamp(2.5rem, 5vw, 4.5rem); }.course-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.48fr); gap: clamp(2rem, 8vw, 8rem); align-items: center; padding: clamp(1.8rem, 5vw, 4rem); overflow: hidden; border: 2px solid var(--violet); border-radius: 2rem; background: var(--paper); box-shadow: 10px 10px 0 var(--lilac); }.course-hero::before { position: absolute; top: -13rem; right: -12rem; width: 31rem; aspect-ratio: 1; border: 3.5rem solid var(--sun); border-radius: 50%; content: ""; opacity: 0.88; }.course-hero > * { position: relative; z-index: 1; }.course-hero h1 { max-width: 9.8ch; }.course-hero h1 em { color: var(--violet); }.course-hero .lead { margin: 1.55rem 0 0; }.course-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1.85rem; }.course-hero-note { align-self: end; padding: 1.35rem; border-radius: 1.3rem 1.3rem 1.3rem 0.3rem; background: var(--mint); box-shadow: 6px 6px 0 var(--violet); transform: rotate(2deg); }.course-hero-note > span { color: var(--coral); font-size: 1.7rem; }.course-hero-note p { margin: 1.45rem 0 0.5rem; color: var(--violet); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 600; line-height: 1.05; letter-spacing: -0.055em; }.course-hero-note strong { color: rgba(36,27,62,0.78); font-size: 0.76rem; line-height: 1.5; }
.course-intro { display: grid; grid-template-columns: minmax(16rem, 0.65fr) minmax(0, 1fr); gap: clamp(2rem, 11vw, 10rem); margin-top: clamp(4.5rem, 10vw, 8rem); }.course-intro h2, .course-section-heading h2, .course-audience h2, .course-faq h2, .course-contact h2 { max-width: 11ch; }.course-intro > div:last-child { max-width: 44rem; }.course-intro p:not(.kicker) { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.82; }.course-intro p + p { margin-top: 1rem; }
.course-learning { margin-top: clamp(4.5rem, 10vw, 8rem); padding: clamp(1.5rem, 5vw, 4rem); border-radius: 2rem; background: var(--violet-deep); }.course-learning .kicker { color: var(--mint); }.course-learning .kicker > span { color: var(--sun); }.course-learning h2 { color: white; }.course-learning-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 2.2rem; }.course-learning-grid article { min-height: 16rem; padding: 1.3rem; border: 1px solid rgba(255,255,255,0.26); border-radius: 1.25rem; background: rgba(255,255,255,0.07); color: white; }.course-learning-grid article:nth-child(2) { background: rgba(255,209,102,0.12); transform: translateY(1rem); }.course-learning-grid span, .course-process li > span { color: var(--sun); font-size: 0.64rem; font-weight: 920; letter-spacing: 0.12em; }.course-learning-grid h3, .course-process h3 { margin: 2.9rem 0 0; color: white; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 600; line-height: 1.03; letter-spacing: -0.05em; }.course-learning-grid p { margin: 0.75rem 0 0; color: rgba(255,255,255,0.74); font-size: 0.84rem; line-height: 1.68; }
.course-audience { display: grid; grid-template-columns: minmax(16rem, 0.56fr) minmax(0, 1fr); gap: clamp(2rem, 10vw, 10rem); align-items: center; margin-top: clamp(4.5rem, 10vw, 8rem); }.course-audience-mark { display: grid; width: min(100%, 20rem); aspect-ratio: 1; align-content: center; padding: clamp(1.5rem, 4vw, 3rem); border-radius: 51% 49% 35% 65% / 39% 55% 45% 61%; background: var(--coral); color: var(--violet-deep); box-shadow: 8px 8px 0 var(--sun); transform: rotate(-5deg); }.course-audience-mark span { font-size: 0.65rem; font-weight: 920; letter-spacing: 0.12em; text-transform: uppercase; }.course-audience-mark strong { margin-top: 0.2rem; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 600; line-height: 0.87; letter-spacing: -0.07em; }.course-audience p:not(.kicker) { max-width: 43rem; color: var(--muted); line-height: 1.8; }.course-audience .button { margin-top: 0.7rem; }
.course-process { display: grid; grid-template-columns: minmax(13rem, 0.5fr) minmax(0, 1fr); gap: clamp(2rem, 10vw, 9rem); align-items: start; margin-top: clamp(4.5rem, 10vw, 8rem); padding-top: clamp(2rem, 6vw, 4rem); border-top: 2px solid var(--violet); }.course-process ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }.course-process li { display: grid; grid-template-columns: 3.4rem 1fr; gap: 0.9rem; padding: 1.25rem 0; border-top: 1px solid var(--line); }.course-process li:last-child { border-bottom: 1px solid var(--line); }.course-process li > span { color: var(--coral); padding-top: 0.3rem; }.course-process h3 { margin: 0; color: var(--violet-deep); font-size: 1.32rem; }.course-process p { margin: 0.5rem 0 0; color: var(--muted); font-size: 0.92rem; line-height: 1.7; }
.course-faq { display: grid; grid-template-columns: minmax(13rem, 0.52fr) minmax(0, 1fr); gap: clamp(2rem, 10vw, 9rem); margin-top: clamp(4.5rem, 10vw, 8rem); }.course-faq-list { border-top: 2px solid var(--violet); }.course-faq details { padding: 1.05rem 0; border-bottom: 1px solid var(--line); }.course-faq summary { position: relative; padding-right: 1.8rem; color: var(--violet-deep); cursor: pointer; font-family: Georgia, serif; font-size: 1.16rem; font-weight: 600; line-height: 1.2; letter-spacing: -0.04em; }.course-faq summary::marker { color: var(--coral); }.course-faq p { max-width: 43rem; margin: 0.75rem 0 0; color: var(--muted); font-size: 0.88rem; line-height: 1.68; }.course-faq details[open] summary { color: var(--coral); }
.course-contact { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: clamp(4.5rem, 10vw, 8rem); padding: clamp(1.6rem, 5vw, 3.5rem); overflow: hidden; border-radius: 1.65rem; background: var(--violet); color: white; }.course-contact .kicker { color: var(--mint); }.course-contact .kicker > span { color: var(--sun); }.course-contact h2 { color: white; }.course-contact p:not(.kicker) { max-width: 42rem; color: rgba(255,255,255,0.78); font-size: 0.95rem; line-height: 1.7; }.course-contact .button { flex: 0 0 auto; }

.workplace-page-hero { position: relative; grid-template-columns: minmax(0, 0.86fr) minmax(16rem, 0.5fr); padding: clamp(2rem, 6vw, 5rem); overflow: hidden; border-radius: 2rem; background: var(--violet); }.workplace-page-hero::after { position: absolute; top: -12rem; right: -7rem; width: 27rem; aspect-ratio: 1; border: 2.5rem solid var(--lilac); border-radius: 50%; content: ""; opacity: 0.48; }.workplace-page-hero > * { position: relative; z-index: 1; }.workplace-page-hero h1 { color: white; }.workplace-page-hero .lead { color: rgba(255,255,255,0.75); }.workplace-phrase { align-self: end; margin: 0; color: rgba(255,255,255,0.11); font-family: Georgia, serif; font-size: clamp(3.2rem, 7vw, 6.3rem); font-weight: 700; letter-spacing: -0.08em; line-height: 0.78; text-align: right; }
.workplace-map { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: clamp(4rem, 8vw, 7rem); border-top: 2px solid var(--violet); }.workplace-map article { padding: 1.6rem 1.5rem 1.6rem 0; }.workplace-map article + article { padding-left: 1.5rem; border-left: 1px solid var(--line); }.workplace-map h2 { margin-top: 2.65rem; }

.sheila-layout { display: grid; grid-template-columns: minmax(18rem, 0.8fr) minmax(20rem, 1fr); gap: clamp(3rem, 10vw, 10rem); align-items: center; }.sheila-photo-wrap { position: relative; width: min(100%, 28rem); padding: 1rem 0 1.5rem 1rem; }.sheila-blob { position: absolute; z-index: -1; top: 0; right: -1rem; width: 72%; aspect-ratio: 1; border-radius: 48% 52% 62% 38% / 42% 41% 59% 58%; background: var(--coral); transform: rotate(12deg); }.sheila-photo { margin: 0; overflow: hidden; border: 8px solid var(--paper); border-radius: 1.1rem 7.5rem 1.1rem 7.5rem; box-shadow: var(--shadow); }.sheila-photo img { width: 100%; aspect-ratio: 0.82; object-fit: cover; object-position: center top; }.sheila-photo figcaption { padding: 0.8rem 1rem; background: var(--violet-deep); color: var(--mint); font-size: 0.65rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }.sheila-copy > p:not(.kicker):not(.page-number) { max-width: 43rem; color: var(--muted); line-height: 1.8; }.sheila-copy .lead { margin: 1.5rem 0 0; }.about-details { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.5rem; }.about-details span { padding: 0.55rem 0.7rem; border: 2px solid var(--violet); border-radius: 999px; color: var(--violet); font-size: 0.69rem; font-weight: 850; }.sheila-copy .button { margin-top: 1.7rem; }

.contact-page { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.64fr); gap: clamp(2rem, 9vw, 8rem); align-items: center; min-height: min(38rem, calc(100svh - 12rem)); padding: clamp(2rem, 6vw, 5rem); overflow: hidden; border-radius: 2rem; background: var(--violet-deep); color: white; }.contact-page h1 { color: white; }.contact-page .lead { color: rgba(255,255,255,0.76); }.contact-page > *:not(.contact-orbit) { position: relative; z-index: 1; }.contact-orbit { position: absolute; z-index: 0; top: -14rem; left: -9rem; width: 28rem; aspect-ratio: 1; border: 2px solid rgba(255,255,255,0.25); border-radius: 50%; }.contact-orbit::after { position: absolute; inset: 2.5rem; border: 1px dashed var(--mint); border-radius: 50%; content: ""; }.contact-orbit span { position: absolute; color: var(--sun); font-size: 2rem; }.contact-orbit span:nth-child(1) { top: 4rem; right: 1.4rem; }.contact-orbit span:nth-child(2) { bottom: 2.2rem; left: 2rem; color: var(--coral); }.contact-orbit span:nth-child(3) { right: 5.5rem; bottom: 0.4rem; color: var(--mint); }
.contact-card { padding: 1.65rem; border: 3px solid var(--sun); border-radius: 1.2rem; background: var(--paper); color: var(--violet-deep); box-shadow: 8px 8px 0 var(--coral); }.contact-symbol { display: grid; width: 2.75rem; aspect-ratio: 1; place-items: center; border-radius: 50%; background: var(--mint); font-size: 1.2rem; }.contact-card h2 { margin-top: 1.2rem; }.contact-card p { margin: 0.62rem 0 0; color: var(--muted); font-size: 0.9rem; line-height: 1.7; }.contact-card .button { width: 100%; margin-top: 1.5rem; }.contact-card small { display: block; margin-top: 0.85rem; color: var(--muted); font-size: 0.74rem; font-weight: 720; text-align: center; }

.contact-form-panel { display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(20rem, 1fr); gap: clamp(2rem, 7vw, 6rem); align-items: start; margin-top: clamp(2rem, 5vw, 4rem); padding: clamp(1.5rem, 4vw, 3.2rem); border: 2px solid var(--violet); border-radius: 1.5rem; background: var(--paper); box-shadow: 9px 9px 0 var(--mint); }.contact-form-panel h2 { max-width: 9ch; margin-top: 0.6rem; }.contact-form-panel > div > p:not(.kicker) { max-width: 27rem; color: var(--muted); font-size: 0.94rem; line-height: 1.72; }.contact-privacy-note { padding-left: 0.85rem; border-left: 3px solid var(--coral); font-size: 0.78rem !important; }.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.95rem; }.contact-form label { display: grid; gap: 0.42rem; color: var(--violet-deep); font-size: 0.75rem; font-weight: 900; }.contact-form label span { color: var(--coral); }.contact-form input, .contact-form textarea { width: 100%; min-width: 0; border: 1.5px solid rgba(59,43,98,0.32); border-radius: 0.65rem; background: #fffdf8; color: var(--ink); font: inherit; font-size: 1rem; line-height: 1.35; }.contact-form input { min-height: 3rem; padding: 0.7rem 0.75rem; }.contact-form textarea { min-height: 8.8rem; padding: 0.75rem; resize: vertical; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--violet); outline: 3px solid rgba(119,215,197,0.58); outline-offset: 1px; }.contact-form .field-full, .contact-form .form-consent, .contact-form .form-actions { grid-column: 1 / -1; }.form-consent { grid-template-columns: 1.25rem 1fr !important; align-items: start; gap: 0.65rem !important; padding-top: 0.2rem; color: var(--muted) !important; font-size: 0.75rem !important; font-weight: 650 !important; line-height: 1.55; }.form-consent input { width: 1.05rem; min-height: auto; height: 1.05rem; margin-top: 0.12rem; accent-color: var(--violet); }.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 0.9rem; margin-top: 0.15rem; }.form-actions button { min-height: 3.2rem; border: 0; cursor: pointer; }.form-actions button:disabled { cursor: progress; opacity: 0.65; }.form-status { flex: 1 1 13rem; margin: 0; color: var(--muted); font-size: 0.77rem; line-height: 1.5; }.form-status.is-error { color: #9a2340; }.form-status.is-success { color: #176451; font-weight: 800; }.field-trap { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }

.compact-footer { width: min(1230px, calc(100% - 3rem)); margin: 0 auto; padding: 1rem 0 5.6rem; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.8rem; }.compact-footer a { text-decoration: none; }.compact-footer strong { color: var(--violet); text-decoration: underline; text-decoration-color: var(--coral); text-underline-offset: 0.28rem; }.compact-footer-dark { border-color: rgba(36,27,62,0.15); }

.contact-dock { position: fixed; z-index: 20; right: max(0.7rem, env(safe-area-inset-right)); bottom: max(0.7rem, env(safe-area-inset-bottom)); left: max(0.7rem, env(safe-area-inset-left)); display: flex; width: fit-content; max-width: calc(100% - 1.4rem); align-items: center; gap: 0.7rem; margin: 0 auto; padding: 0.45rem 0.5rem 0.45rem 0.9rem; border: 1px solid rgba(255,255,255,0.32); border-radius: 999px; background: rgba(36,27,62,0.96); color: white; box-shadow: 0 10px 30px rgba(36,27,62,0.28); backdrop-filter: blur(12px); }.contact-dock > span { color: rgba(255,255,255,0.74); font-size: 0.72rem; font-weight: 760; }.contact-dock a { display: inline-flex; min-height: 2.5rem; align-items: center; gap: 0.45rem; padding: 0.55rem 0.78rem; border-radius: 999px; background: var(--sun); color: var(--violet-deep); font-size: 0.75rem; font-weight: 900; text-decoration: none; }.contact-dock a:hover { background: var(--mint); }.contact-dock b { font-weight: 800; }.contact-dock i { font-size: 1rem; font-style: normal; }

/* Local assistant: no remote model, cookies or stored chat history. */
.sheila-assistant { position: fixed; z-index: 24; right: max(0.78rem, env(safe-area-inset-right)); bottom: max(4.85rem, calc(env(safe-area-inset-bottom) + 4.15rem)); display: grid; justify-items: end; color: var(--ink); }
.sheila-assistant-launcher { display: inline-flex; align-items: center; gap: 0.66rem; min-height: 3.5rem; padding: 0.45rem 0.86rem 0.45rem 0.48rem; border: 2px solid var(--violet-deep); border-radius: 999px; background: var(--paper); color: var(--violet-deep); box-shadow: 5px 5px 0 var(--coral); cursor: pointer; text-align: left; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.sheila-assistant-launcher:hover, .sheila-assistant.is-open .sheila-assistant-launcher { background: var(--sun); box-shadow: 7px 7px 0 var(--violet); transform: translateY(-2px) rotate(-1deg); }.sheila-assistant-launcher-mark { display: grid; width: 2.4rem; height: 2.4rem; place-items: center; border-radius: 50%; background: var(--violet); color: var(--mint); font-size: 1.08rem; }.sheila-assistant-launcher span:last-child { display: grid; gap: 0.03rem; }.sheila-assistant-launcher b { font-family: Georgia, serif; font-size: 1rem; line-height: 1; letter-spacing: -0.04em; }.sheila-assistant-launcher small { color: var(--muted); font-size: 0.57rem; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }
.sheila-assistant-panel { width: min(29rem, calc(100vw - 1.5rem)); max-height: min(42rem, calc(100svh - 6.2rem)); margin-bottom: 0.8rem; overflow: hidden; border: 2px solid var(--violet-deep); border-radius: 1.35rem; background: var(--cream); box-shadow: 0 22px 70px rgba(36,27,62,0.35); }.sheila-assistant-panel[hidden] { display: none; }.sheila-assistant-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding: 1rem 1rem 0.8rem; background: var(--violet-deep); color: white; }.sheila-assistant-top p { margin: 0; color: var(--mint); font-size: 0.57rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }.sheila-assistant-top h2 { margin-top: 0.25rem; color: white; font-size: 1.55rem; letter-spacing: -0.055em; }.sheila-assistant-close { display: grid; width: 2.35rem; height: 2.35rem; flex: 0 0 auto; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,0.45); border-radius: 50%; background: transparent; color: white; cursor: pointer; font-size: 1.7rem; line-height: 1; }.sheila-assistant-close:hover { background: var(--coral); color: var(--violet-deep); }.sheila-assistant-privacy { margin: 0; padding: 0.6rem 1rem; border-bottom: 1px solid rgba(59,43,98,0.13); background: #f4edff; color: var(--muted); font-size: 0.7rem; font-weight: 760; line-height: 1.45; }
.sheila-assistant-conversation { display: grid; gap: 0.75rem; max-height: min(20rem, calc(100svh - 19.2rem)); min-height: 11rem; padding: 0.85rem 0.85rem 0.3rem; overflow: auto; overscroll-behavior: contain; scrollbar-color: var(--lilac) transparent; }.sheila-assistant-message { min-width: 0; padding: 0.88rem; border-radius: 0.95rem; }.sheila-assistant-message.is-assistant { border: 1px solid rgba(59,43,98,0.18); background: var(--paper); }.sheila-assistant-message.is-user { max-width: 86%; margin-left: auto; border-radius: 0.95rem 0.95rem 0.2rem 0.95rem; background: var(--mint); color: var(--violet-deep); }.sheila-assistant-message h3 { margin: 0.08rem 0 0.45rem; color: var(--violet-deep); font-family: Georgia, serif; font-size: 1.14rem; letter-spacing: -0.04em; line-height: 1.05; }.sheila-assistant-message p { margin: 0.55rem 0 0; color: var(--muted); font-size: 0.79rem; line-height: 1.56; }.sheila-assistant-message p:first-child { margin-top: 0; }.sheila-assistant-message.is-user p { color: var(--violet-deep); font-size: 0.82rem; font-weight: 750; }.sheila-assistant-message .sheila-assistant-label { color: var(--coral); font-size: 0.53rem; font-weight: 920; letter-spacing: 0.1em; }.sheila-assistant-message ul { display: grid; gap: 0.36rem; margin: 0.72rem 0 0; padding: 0; color: var(--muted); font-size: 0.76rem; line-height: 1.48; list-style: none; }.sheila-assistant-message li { position: relative; padding-left: 1rem; }.sheila-assistant-message li::before { position: absolute; left: 0; color: var(--coral); content: "✦"; }.sheila-assistant-actions { display: flex; flex-wrap: wrap; gap: 0.48rem; margin-top: 0.85rem; }.sheila-assistant-action { display: inline-flex; min-height: 2.15rem; align-items: center; padding: 0.42rem 0.62rem; border: 1px solid var(--violet); border-radius: 0.55rem; background: #fffdf8; color: var(--violet); font-size: 0.68rem; font-weight: 900; line-height: 1.22; text-decoration: none; }.sheila-assistant-action:hover { background: var(--sun); }.sheila-assistant-followups { margin-top: 0.86rem; padding-top: 0.75rem; border-top: 1px solid rgba(59,43,98,0.12); }.sheila-assistant-followups p { margin: 0 0 0.48rem; color: var(--violet); font-size: 0.62rem; font-weight: 880; }.sheila-assistant-followups button { display: block; width: 100%; margin-top: 0.38rem; padding: 0.35rem 0; border: 0; background: transparent; color: var(--violet); cursor: pointer; font: inherit; font-size: 0.71rem; font-weight: 780; line-height: 1.38; text-align: left; text-decoration: underline; text-decoration-color: var(--lilac); text-decoration-thickness: 2px; text-underline-offset: 0.22rem; }.sheila-assistant-followups button:hover { color: var(--coral); }
.sheila-assistant-form { display: grid; gap: 0.48rem; padding: 0.65rem 0.85rem 0.76rem; border-top: 1px solid rgba(59,43,98,0.14); background: var(--paper); }.sheila-assistant-form textarea { width: 100%; min-height: 3.25rem; padding: 0.55rem 0.62rem; border: 1.5px solid rgba(59,43,98,0.36); border-radius: 0.7rem; background: #fffdf8; color: var(--ink); font: inherit; font-size: 0.82rem; line-height: 1.4; resize: vertical; }.sheila-assistant-form textarea:focus { border-color: var(--violet); outline: 3px solid rgba(119,215,197,0.58); outline-offset: 1px; }.sheila-assistant-form-row { display: flex; align-items: center; justify-content: space-between; gap: 0.7rem; }.sheila-assistant-limit { color: var(--muted); font-size: 0.62rem; font-weight: 760; }.sheila-assistant-form button { min-height: 2.4rem; padding: 0.45rem 0.85rem; border: 0; border-radius: 0.65rem; background: var(--coral); color: var(--violet-deep); cursor: pointer; font-size: 0.73rem; font-weight: 920; }.sheila-assistant-form button:hover { background: var(--sun); }.sheila-assistant-reset { width: 100%; padding: 0.52rem; border: 0; background: #f4edff; color: var(--violet); cursor: pointer; font: inherit; font-size: 0.67rem; font-weight: 850; text-decoration: underline; text-decoration-color: var(--lilac); text-underline-offset: 0.23rem; }

@media (max-width: 980px) { .home-stage { gap: 3rem; }.home-art { height: min(32rem, 54vh); }.offer-deck { grid-template-columns: 1fr; }.offer-deck article { min-height: auto; }.lecture-card { transform: none; }.offer-deck a { margin-top: 1.8rem; }.page-hero { grid-template-columns: minmax(0, 1fr) minmax(13rem, 0.48fr); }.three-lenses { gap: 0.8rem; } }

@media (max-width: 820px) {
  .site-header, .home-main, .subpage-main, .compact-footer { width: min(100% - 2rem, 43rem); }
  .site-header { min-height: 5.7rem; }.page-home { height: auto; overflow: auto; }.home-main { height: auto; display: block; }.home-stage { grid-template-columns: 1fr; gap: 2.8rem; padding: 4rem 0 2rem; }.home-art { width: min(31rem, calc(100% - 0.5rem)); height: 31rem; margin-inline: auto; }.home-routes { grid-template-columns: 1fr; margin-bottom: 2rem; }.home-routes a, .home-routes a + a { padding: 0.8rem 0; border-left: 0; }.home-routes a + a { border-top: 1px solid var(--line); }
  .subpage-main { min-height: 0; padding-block: 3.8rem 2.8rem; }.page-hero, .sheila-layout, .contact-page, .contact-form-panel, .course-hero, .course-intro, .course-audience, .course-process, .course-faq { grid-template-columns: 1fr; }.vision-quote { max-width: 26rem; transform: rotate(1deg); }.three-lenses, .workplace-map { grid-template-columns: 1fr; gap: 1rem; }.three-lenses article:nth-child(2) { transform: none; }.workplace-map article, .workplace-map article + article { padding: 1.35rem 0; border-left: 0; border-bottom: 1px solid var(--line); }.workplace-map article:last-child { border-bottom: 0; }.workplace-page-hero { grid-template-columns: 1fr; }.workplace-phrase { margin-top: 2rem; }.sheila-photo-wrap { width: min(28rem, calc(100% - 1rem)); }.contact-page { min-height: 0; }.compact-footer { padding: 1rem 0 5.4rem; }.course-hero { gap: 2.2rem; }.course-hero-note { max-width: 22rem; }.course-learning-grid { grid-template-columns: 1fr; }.course-learning-grid article { min-height: auto; }.course-learning-grid article:nth-child(2) { transform: none; }.course-audience-mark { width: min(18rem, 100%); }.course-process, .course-faq { gap: 1.5rem; }.course-contact { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .site-header, .home-main, .subpage-main, .compact-footer { width: min(100% - 1.35rem, 43rem); }.brand-symbol { width: 2.35rem; height: 2.35rem; }h1 { font-size: clamp(3.15rem, 16vw, 4.6rem); line-height: 0.91; } .home-actions .button { width: 100%; }.home-actions .button-plain { justify-content: flex-start; }.home-art { height: 27rem; min-height: 0; padding: 0.8rem 0.8rem 0.9rem 0; }.portrait-card { width: min(22rem, 86%); border-width: 6px; border-radius: 7rem 1rem 6.5rem 1rem; }.perspective-orbit { top: -1.4rem; right: -1.3rem; }.hero-stamp { right: -0.1rem; bottom: 1.4rem; width: 6.9rem; }.hero-stamp strong { font-size: 1.08rem; }.site-menu { width: min(22rem, calc(100vw - 1rem)); }.menu-intro { margin-top: 2.8rem; }.page-hero h1, .sheila-copy h1, .contact-page h1 { max-width: 10.5ch; }.workplace-page-hero, .contact-page { padding: 1.55rem; border-radius: 1.45rem; }.contact-card { box-shadow: 5px 5px 0 var(--coral); }.contact-form-panel { padding: 1.25rem; border-radius: 1.15rem; box-shadow: 5px 5px 0 var(--mint); }.contact-form { grid-template-columns: 1fr; }.contact-form .field-full, .contact-form .form-consent, .contact-form .form-actions { grid-column: auto; }.contact-dock { right: 0.45rem; bottom: max(0.45rem, env(safe-area-inset-bottom)); left: 0.45rem; width: auto; justify-content: space-between; padding-left: 0.7rem; }.contact-dock > span { display: none; }.contact-dock a { width: 100%; justify-content: center; }.contact-dock b { display: none; }.vision-quote { padding: 1.3rem; }.three-lenses article { min-height: auto; }.compact-footer { font-size: 0.75rem; }.sheila-assistant { right: max(0.45rem, env(safe-area-inset-right)); bottom: max(4.45rem, calc(env(safe-area-inset-bottom) + 3.85rem)); }.sheila-assistant-launcher { min-height: 3.25rem; padding-right: 0.73rem; }.sheila-assistant-launcher-mark { width: 2.15rem; height: 2.15rem; }.sheila-assistant-launcher small { display: none; }.sheila-assistant-panel { width: min(100vw - 0.9rem, 29rem); max-height: calc(100svh - 5.3rem); margin-bottom: 0.55rem; }.sheila-assistant-conversation { max-height: calc(100svh - 17.8rem); min-height: 8rem; }.sheila-assistant-message { padding: 0.76rem; }
}

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