:root{--ink:#321536;--purple:#51205c;--plum:#76296d;--pink:#d32f78;--rose:#fae7f0;--cream:#fffafc;--white:#fff;--font:DM Sans,Arial,sans-serif;--serif:Playfair Display,Georgia,serif;--script:Sacramento,cursive}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--font);line-height:1.65}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:1rem;top:1rem;z-index:10;background:#fff;padding:.5rem}.site-header{height:90px;display:flex;align-items:center;justify-content:space-between;padding:12px 6vw;position:sticky;top:0;z-index:5;background:rgba(255,250,252,.94);backdrop-filter:blur(10px);border-bottom:1px solid #eddce7}.brand{display:inline-flex;align-items:center;text-decoration:none;color:var(--purple);font-family:var(--serif);font-weight:700;line-height:1.05}.brand img{max-width:170px;max-height:64px;object-fit:contain}.brand:has(img[src]) .brand-fallback{display:none}.brand small{font-family:var(--script);font-size:1.7em;font-weight:400}.menu-toggle{display:none}nav{display:flex;align-items:center;gap:20px}nav a{color:var(--ink);font-size:.83rem;text-decoration:none;font-weight:600}nav a:hover,.text-link:hover,.card a:hover{color:var(--pink)}.button{background:var(--pink);border:0;border-radius:100px;color:white;display:inline-block;padding:13px 23px;text-decoration:none;font:600 .88rem var(--font);letter-spacing:.02em;cursor:pointer;box-shadow:0 7px 15px #b6216831}.button:hover{background:#b92063;transform:translateY(-1px)}.button-small{padding:10px 16px}.section{padding:100px 8vw}.hero{min-height:650px;padding-top:90px;display:grid;grid-template-columns:1.04fr .96fr;gap:55px;align-items:center;position:relative;overflow:hidden}.hero-copy{position:relative;z-index:1}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:700;font-size:.71rem;color:var(--pink);margin:0 0 13px}h1,h2,h3{font-family:var(--serif);line-height:1.13;margin:0;color:var(--purple)}h1{font-size:clamp(3.2rem,6.4vw,6rem);letter-spacing:-.045em}h1 em{color:var(--pink);font-weight:500}.motto{font:clamp(2rem,3.2vw,3rem)/1 var(--script);color:var(--plum);margin:20px 0}.intro{max-width:560px;font-size:1.05rem}.actions{display:flex;align-items:center;gap:27px;margin-top:29px}.text-link,.card a{font-size:.88rem;font-weight:700;color:var(--purple);text-decoration:none}.text-link span,.card a span{font-size:1.2em;margin-left:4px}.image-frame{background:linear-gradient(145deg,#edd4e6,#c970a1);border-radius:190px 190px 14px 14px;overflow:hidden;position:relative;min-height:430px;box-shadow:17px 19px 0 #f4d6e5}.image-frame img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.image-note{position:absolute;inset:auto 12px 12px;background:#ffffffdb;color:var(--purple);padding:8px 10px;border-radius:6px;font-size:.73rem;text-align:center}.image-note code{font-size:.7rem}.hero-image{height:490px}.hero-orb{width:340px;height:340px;border-radius:50%;background:var(--rose);position:absolute;right:-90px;top:30px}.narrow{text-align:center;max-width:940px;margin:auto;padding-top:115px;padding-bottom:115px}.narrow h2,.section-heading h2,.reviews h2{font-size:clamp(2.25rem,4vw,3.8rem)}.narrow p:last-child{font-size:1.1rem;max-width:700px;margin:22px auto 0}.tint{background:var(--rose)}.split{display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:center}.portrait{height:530px;border-radius:17px 150px 17px 17px}.content h2,.workshops h2,.contact h2{font-size:clamp(2.4rem,4.2vw,4.4rem);margin-bottom:20px}.content ul{padding-left:1.1rem;margin:24px 0}.content li{margin:8px 0}.offerings{background:#fff}.section-heading{text-align:center;margin-bottom:48px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;margin:auto}.card{border:1px solid #eedde6;padding:37px 30px 30px;border-radius:10px;background:var(--cream);min-height:270px}.card-icon{color:var(--pink);font:2rem var(--serif);margin-bottom:20px}.card h3{font-size:1.55rem}.card a{display:inline-block;margin-top:10px}.dark{background:var(--purple);color:#fbeef6;display:grid;grid-template-columns:1.35fr .65fr;gap:80px;align-items:center}.dark h2{color:#fff}.dark .eyebrow{color:#f28bbc}.button-light{background:#fff;color:var(--purple);margin-top:15px}.workshop-list{border-left:1px solid #aa7fa9;padding-left:30px;display:grid;gap:22px;font:1.25rem var(--serif)}.about{background:#fff}.reviews{text-align:center}.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1200px;margin:40px auto 0}.quotes blockquote{margin:0;background:#fff;padding:32px 26px;border-radius:10px;font:1.35rem/1.38 var(--serif);color:var(--plum)}.contact{display:grid;grid-template-columns:.9fr 1.1fr;gap:9vw;max-width:1320px;margin:auto}.contact form{display:grid;gap:13px;background:white;padding:30px;border:1px solid #eadde5;border-radius:12px}.contact label{font-size:.78rem;font-weight:700;color:var(--purple)}input,select,textarea{width:100%;display:block;margin-top:5px;border:1px solid #d9c5d2;border-radius:5px;padding:11px;background:#fffafc;font:1rem var(--font);color:var(--ink)}input:focus,select:focus,textarea:focus{outline:2px solid #d32f7880;border-color:var(--pink)}#form-message{margin:0;font-size:.83rem;color:var(--plum)}footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:32px 8vw;background:#2d112f;color:#f5dfe9;font-size:.8rem}footer .brand{color:#fff}.footer-brand img{max-width:140px;filter:brightness(0) invert(1)}footer a:not(.brand){color:#fff;text-decoration:none;font-weight:700}@media(max-width:820px){.site-header{height:76px;padding:8px 5vw}.brand img{max-width:130px;max-height:55px}.menu-toggle{display:block;border:0;background:none;color:var(--purple);font-weight:700}.menu-toggle span:after{content:'☰';font-size:1.3rem;margin-left:5px}nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fffafc;padding:20px 5vw;box-shadow:0 10px 10px #4b124c13;flex-direction:column;align-items:flex-start}nav.open{display:flex}.hero,.split,.dark,.contact{grid-template-columns:1fr;gap:40px}.hero{padding-top:55px}.hero-image{grid-row:1;height:420px;max-width:500px;width:90%;justify-self:center}.hero-orb{right:-150px;top:200px}.section{padding:75px 7vw}.cards,.quotes{grid-template-columns:1fr}.card{min-height:0}.portrait{height:420px;max-width:500px;width:100%}.split .portrait{order:2}.workshop-list{border-left:0;border-top:1px solid #aa7fa9;padding:26px 0 0;grid-template-columns:repeat(3,1fr);font-size:1rem}footer{flex-direction:column;text-align:center}.contact form{padding:24px}}@media(max-width:430px){h1{font-size:3.25rem}.hero-image{height:350px}.workshop-list{grid-template-columns:1fr}.actions{gap:18px;flex-wrap:wrap}}

/* Final image treatment for the supplied original assets. */
.hero-image { z-index: 1; }
.site-header { height: 104px; }
.site-header .brand { width: 116px; height: 94px; overflow: hidden; position: relative; }
.site-header .brand img { width: auto; height: 165px; max-width: none; max-height: none; position: absolute; left: 50%; top: -26px; transform: translateX(-50%); }
.hero-image img { object-position: center; }
.about-motto { color: var(--plum); font: 2rem/1.1 var(--script); margin: 1.4rem 0 1.8rem; }
.cara-credentials { color: var(--pink); font-size: .82rem; font-weight: 700; letter-spacing: .06em; margin: -.75rem 0 1.1rem; text-transform: uppercase; }
.cara-credentials span { padding: 0 .35rem; }
.hero-orb { z-index: 0; }
.motto { color: var(--pink); }
.taster-button { padding-inline: 27px; }
.lamda-art { height: 430px; border-radius: 17px; background: #74107d; }
.lamda-art img { object-fit: contain; object-position: center; transform: scale(1.09); }
.lamda-art .lamda-classroom-photo {
  object-fit: cover;
  object-position: center 64%;
  transform: scale(1.16);
}
.lamda-art .lamda-boys-photo { object-fit: cover; object-position: center 44%; transform: scale(1.24); transform-origin: center 44%; }
.lamda-side-photo { width: 178px; height: 118px; margin: 22px 0; overflow: hidden; border-radius: 8px; }
.lamda-side-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 65%; }
.gallery-heading { max-width: 1200px; margin: 48px auto 18px; }
.gallery-heading .eyebrow { margin-bottom: 5px; }
.gallery-heading h3 { font-size: 1.7rem; }
.student-mini-gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 10px; max-width: 1200px; margin: 0 auto; }
.student-mini-gallery img { grid-column: span 2; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; border-radius: 8px; }
.student-mini-gallery img:nth-child(7) { grid-column: 2 / span 2; }
.student-mini-gallery .student-headroom { object-position: center top; }
.student-mini-gallery img:nth-child(9) { object-position: center 12%; }
.student-mini-gallery .student-pair-photo { object-position: center 45%; }
.footer-brand { width: 96px; height: 82px; overflow: hidden; position: relative; flex: 0 0 auto; background: #fff; border-radius: 6px; }
.footer-brand img { filter: none; width: auto; height: 112px; max-width: none; position: absolute; left: 50%; top: -8px; transform: translateX(-50%); }
.about-subheading { color: var(--plum); font: 700 1.05rem/1.35 var(--serif); margin: 1.7rem 0 .4rem; }
.review-stars { color: #e0a221; display: block; font: 1rem/1 var(--font); letter-spacing: .13em; margin-bottom: 18px; }
.quotes cite { display: block; margin-top: 17px; color: var(--pink); font: 700 .72rem var(--font); letter-spacing: .08em; text-transform: uppercase; }
.professional-mini-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 25px 0; }
.professional-mini-gallery figure { margin: 0; min-width: 0; }
.professional-mini-gallery img { width: 100%; height: 110px; object-fit: cover; border-radius: 8px; display: block; }
.professional-mini-gallery .professional-mini-portrait { width: 100%; height: 110px; object-fit: contain; object-position: center; transform: rotate(-90deg) scale(1.2); }
.professional-mini-gallery figcaption { color: var(--plum); font-size: .71rem; font-weight: 700; line-height: 1.3; margin-top: 8px; }
.professional-mini-gallery figure:first-child { display: flex; flex-direction: column; }
.professional-mini-gallery figure:first-child .professional-mini-portrait { margin-bottom: 24px; }
.professional-mini-gallery figure:first-child figcaption { position: relative; z-index: 2; margin-top: 0; padding: 7px 4px 0; background: #fff; }
.commercial-link { display: inline-block; margin-top: 8px; color: var(--pink); font-size: .75rem; font-weight: 700; }
.commercial-watch-links { padding: 30px 7vw; background: #fff; text-align: center; }
.commercial-watch-links strong { display: block; color: var(--purple); font: 1.35rem var(--serif); margin-bottom: 12px; }
.commercial-watch-links div { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.commercial-watch-links a { display: inline-block; padding: 11px 17px; border-radius: 999px; background: var(--pink); color: #fff; text-decoration: none; font-weight: 700; }
.social-links { display: flex; align-items: center; justify-content: center; gap: 10px; }
.social-links a { width: 36px; height: 36px; border: 1px solid #ffffff80; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; font: 700 1.15rem var(--font); }
.social-links a:hover { background: #fff; color: var(--purple); }
.social-links .instagram-icon { font-size: 1.35rem; }
.social-footer-permanent { background: #2d112f; padding: 24px 7vw 8px; text-align: center; }
.social-footer-permanent a { display: inline-flex; align-items: center; gap: 9px; color: #fff; text-decoration: none; font-weight: 700; }
.social-footer-permanent .instagram-mark { width: 36px; height: 36px; border: 1px solid #ffffff80; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 1.35rem; }
.footer-policies { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; }
.footer-policies a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.policy-fallback { background: #2d112f; padding: 0 8vw 28px; }
.policy-section { background: var(--purple); color: #fff; padding: 28px 7vw; text-align: center; }
.policy-section strong { display: block; font: 1.25rem var(--serif); margin-bottom: 12px; }
.policy-section a { display: inline-block; padding: 8px 12px; border: 1px solid #ffffff80; border-radius: 6px; text-decoration: none; }
.direct-email { display: inline-block; margin-top: 12px; color: var(--pink); font-weight: 700; }
.contact-welcome { color: var(--plum); font-size: 1.08rem; font-weight: 600; }

@media (max-width: 820px) {
  .site-header { height: 88px; }
  .site-header .brand { width: 94px; height: 80px; }
  .site-header .brand img { height: 138px; top: -21px; }
  nav { top: 88px; }
  .lamda-art { height: 420px; max-width: 500px; width: 100%; }
  .student-mini-gallery { grid-template-columns: repeat(3, 1fr); }
  .student-mini-gallery img { grid-column: auto; }
  .student-mini-gallery img:nth-child(7) { grid-column: auto; }
  .professional-mini-gallery img, .professional-mini-gallery .professional-mini-portrait { height: 95px; }
  .hero-copy { order: 1; }
  .hero-image { grid-row: auto; order: 2; }
}
@media (max-width: 430px) {
  .student-mini-gallery { grid-template-columns: repeat(2, 1fr); }
  .professional-mini-gallery { grid-template-columns: 1fr; gap: 18px; }
  .professional-mini-gallery img, .professional-mini-gallery .professional-mini-portrait { height: 180px; }
  .professional-mini-gallery figure:first-child { display: grid; grid-template-rows: 230px auto; align-items: center; }
  .professional-mini-gallery figure:first-child .professional-mini-portrait { margin: 0; transform: rotate(-90deg) scale(.72); }
  .professional-mini-gallery figure:first-child figcaption { position: static; margin: 0; padding: 8px 4px 0; }
}

.booking-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 1200px; margin: 0 auto 38px; }
.booking-options a { background: var(--purple); border-radius: 9px; color: white; min-height: 112px; padding: 23px 20px; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.booking-options a:nth-child(2) { background: var(--plum); }.booking-options a:nth-child(3) { background: #8b397e; }.booking-options a:nth-child(4) { background: var(--pink); }
.booking-options a:hover { background: var(--ink); transform: translateY(-3px); }.booking-options strong,.booking-options span { display: block; }.booking-options strong { font: 1.25rem var(--serif); }.booking-options span { font-size: .81rem; margin-top: 5px; opacity: .9; }
@media (max-width: 820px) { .booking-options { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 430px) { .booking-options { grid-template-columns: 1fr; } }

  .dbs-note{display:inline-block;margin:8px 0 0;padding:7px 12px;border-radius:999px;background:#fae7f0;color:#51205c;font-size:.86rem;font-weight:700}
.hero-image img{object-fit:contain;object-position:center;background:#f4d6e5}
.about .portrait img{object-fit:contain;object-position:center;background:#fff}
.hero-credentials{max-width:650px;margin:18px 0 8px;color:#76296d;font-size:.92rem;font-weight:700;line-height:1.55}.hero-credentials span{color:#d32f78;padding:0 .28rem}.hero-confidence{max-width:620px;margin:12px 0 6px;font-size:1rem;line-height:1.65}@media(max-width:430px){.hero-credentials{font-size:.84rem;line-height:1.65}.hero-credentials span{padding:0 .14rem}.hero-confidence{font-size:.94rem}}
.why-choose{text-align:center;background:#fff;padding-top:70px;padding-bottom:70px}.why-choose h2{font-size:clamp(2rem,3.5vw,3.25rem);margin-bottom:30px}.why-choose-grid{max-width:1050px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.why-choice{min-height:112px;padding:22px 15px;border:1px solid #ead7e3;border-radius:12px;background:#fffafc;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:#51205c;box-shadow:0 7px 18px #51205c12}.why-choice span{color:#d32f78;font-size:1.25rem}.why-choice strong{font:700 1rem/1.35 var(--serif)}@media(max-width:820px){.why-choose-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:430px){.why-choose-grid{grid-template-columns:1fr}.why-choice{min-height:88px}}
.hero-credentials{max-width:600px;margin:25px 0 16px}.hero-confidence{max-width:590px;margin:20px 0 20px}.why-choose{padding-top:95px;padding-bottom:95px}.why-choose-grid{gap:22px}.why-choice{min-height:130px;padding:28px 18px}@media(max-width:430px){.hero-credentials{margin:20px 0 14px}.hero-confidence{margin:16px 0 18px}.why-choose{padding-top:68px;padding-bottom:68px}.why-choose-grid{gap:15px}.why-choice{min-height:96px;padding:22px 16px}}
.hero::before,.hero::after{content:"";position:absolute;border-radius:50%;pointer-events:none;filter:blur(8px);z-index:0}.hero::before{width:clamp(280px,42vw,620px);height:clamp(280px,42vw,620px);left:-13%;top:2%;background:radial-gradient(circle,rgba(247,185,216,.75) 0%,rgba(250,218,233,.42) 48%,rgba(255,250,252,0) 74%);animation:heroBlushFloat 11s ease-in-out infinite alternate}.hero::after{width:clamp(250px,35vw,510px);height:clamp(250px,35vw,510px);right:15%;bottom:-17%;background:radial-gradient(circle,rgba(226,139,188,.42) 0%,rgba(250,214,232,.26) 50%,rgba(255,250,252,0) 75%);animation:heroBlushFloat 14s ease-in-out -4s infinite alternate-reverse}.hero-copy,.hero-image{position:relative;z-index:1}@keyframes heroBlushFloat{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(28px,-18px,0) scale(1.06)}}.student-showcase{max-width:1260px;margin:48px auto 0;padding:38px 30px 34px;border:1px solid rgba(211,47,120,.18);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(250,231,240,.72));box-shadow:0 18px 45px rgba(81,32,92,.09);position:relative;overflow:hidden}.student-showcase::before{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:-95px;top:-115px;background:radial-gradient(circle,rgba(234,158,198,.28),rgba(250,231,240,0) 70%);pointer-events:none}.student-showcase .gallery-heading{position:relative;margin:0 auto 24px}.student-showcase .student-mini-gallery{position:relative;margin:0 auto}.student-showcase .student-mini-gallery img{box-shadow:0 8px 18px rgba(81,32,92,.1);border:2px solid rgba(255,255,255,.9)}@media(max-width:820px){.hero::before{left:-35%;top:2%;opacity:.9}.hero::after{right:-28%;bottom:8%;opacity:.78}.student-showcase{padding:30px 22px 26px;border-radius:19px}}@media(max-width:430px){.student-showcase{margin-top:38px;padding:26px 15px 20px;border-radius:16px}.student-showcase .gallery-heading{margin-bottom:19px}}@media(prefers-reduced-motion:reduce){.hero::before,.hero::after{animation:none}}
.about .eyebrow{font-size:.82rem;letter-spacing:.06em}
.hero-copy>.eyebrow{margin-bottom:22px}.hero-copy h1{margin-bottom:34px}.hero-copy .hero-credentials{margin:0 0 24px;line-height:1.7}.hero-copy .hero-confidence{margin:0 0 30px;line-height:1.75}.hero-copy .motto{margin:0 0 25px}.hero-copy .intro{margin-top:0}@media(max-width:820px){.hero-copy>.eyebrow{margin-bottom:18px}.hero-copy h1{margin-bottom:27px}.hero-copy .hero-credentials{margin-bottom:20px}.hero-copy .hero-confidence{margin-bottom:25px}.hero-copy .motto{margin-bottom:21px}}@media(max-width:430px){.hero-copy>.eyebrow{margin-bottom:16px}.hero-copy h1{margin-bottom:24px}.hero-copy .hero-credentials{margin-bottom:18px}.hero-copy .hero-confidence{margin-bottom:23px}}
.menu-toggle-control{position:absolute;opacity:0;pointer-events:none}@media(max-width:820px){#menu-toggle-control:checked~nav{display:flex}.menu-toggle{cursor:pointer;user-select:none}}
section[id]{scroll-margin-top:105px}@media(max-width:820px){section[id]{scroll-margin-top:88px}}
@media(max-width:820px){.split>.content{order:1}.split>.image-frame{order:2}}
.form-status{padding:10px 12px;border-radius:7px}.form-status-sending{background:#fff5fa}.form-status-success{background:#edf8f0;color:#27643b;font-weight:700}.form-status-error{background:#fff0f1;color:#9b2035;font-weight:700}.contact button[disabled]{opacity:.68;cursor:wait;transform:none}
.instagram-mark{width:32px;height:32px;display:block;flex:0 0 32px;padding:5px;box-sizing:border-box;border-radius:9px;color:#fff;background:radial-gradient(circle at 32% 100%,#ffd600 0 20%,#ff7a00 35%,#ff0169 58%,#d300c5 78%,#7638fa 100%)}.policy-viewer{width:min(94vw,980px);height:min(90vh,820px);padding:0;border:0;border-radius:16px;background:#fff;box-shadow:0 24px 70px rgba(45,17,47,.35);overflow:hidden}.policy-viewer::backdrop{background:rgba(45,17,47,.7);backdrop-filter:blur(3px)}.policy-viewer-header{height:60px;padding:0 18px 0 24px;display:flex;align-items:center;justify-content:space-between;background:#fff5fa;color:var(--purple);border-bottom:1px solid #eadde5}.policy-viewer-header strong{font:700 1.15rem var(--serif)}.policy-close{border:0;border-radius:999px;padding:9px 14px;background:var(--pink);color:#fff;font:700 .85rem var(--font);cursor:pointer}.policy-viewer iframe{display:block;width:100%;height:calc(100% - 60px);border:0;background:#f5f2f4}.policy-viewer-fallback{position:absolute;left:-9999px}@media(max-width:430px){.policy-viewer{width:96vw;height:88vh;border-radius:12px}.policy-viewer-header{height:56px;padding:0 12px 0 16px}.policy-viewer iframe{height:calc(100% - 56px)}}
.footer-brand{width:82px;height:82px;border-radius:50%;background:#51205c}.footer-brand img{height:145px;width:auto;max-width:none;max-height:none;top:-24px;left:calc(50% + 2px);transform:translateX(-50%);filter:none}
footer,.social-footer-permanent{background:#51205c}
.contact textarea{min-height:120px;resize:vertical}
.contact #form-message{display:block;position:static;margin:8px 0 0;line-height:1.45;clear:both}
