:root{
--color-bg:#F7F1EB;--color-surface:#EEE4DD;--color-text:#211B1A;--color-muted:#756B67;
--color-accent:#743E49;--color-accent-soft:#C6A0A0;--color-border:rgba(33,27,26,.14);
--color-champagne:#C6A875;--serif:"Cormorant Garamond",Georgia,serif;--sans:"DM Sans",Arial,sans-serif;
--mono:"IBM Plex Mono",monospace;--container:min(1240px,calc(100% - 64px));--ease:cubic-bezier(.22,.61,.36,1)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--sans);line-height:1.55}
body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}
.skip-link{position:fixed;left:12px;top:12px;z-index:100;transform:translateY(-150%);background:var(--color-text);color:var(--color-bg);padding:10px 14px}.skip-link:focus{transform:none}
.container{width:var(--container);margin-inline:auto}.header{position:sticky;top:0;z-index:50;background:rgba(247,241,235,.94);border-bottom:1px solid var(--color-border);backdrop-filter:blur(12px)}
.header__inner{min-height:78px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.brand{display:inline-flex;align-items:baseline;width:max-content;font-family:var(--serif);font-size:29px;line-height:1}.brand b{font:500 10px var(--mono);letter-spacing:.18em;margin-left:8px}.nav{display:flex;gap:29px}.nav a{font-size:12px;position:relative}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:currentColor;transition:right .3s var(--ease)}.nav a:hover:after,.nav a:focus-visible:after{right:0}
.btn{min-height:48px;padding:13px 19px;border:1px solid var(--color-text);background:var(--color-text);color:var(--color-bg);display:inline-flex;align-items:center;justify-content:center;gap:17px;text-transform:uppercase;letter-spacing:.07em;font-size:10px;cursor:pointer;transition:.3s var(--ease)}.btn:hover,.btn:focus-visible{background:transparent;color:var(--color-text);transform:translateY(-2px)}.btn i,.arrow i{font-style:normal;transition:transform .3s var(--ease)}.btn:hover i,.arrow:hover i{transform:translate(3px,-3px)}.btn--small{justify-self:end;min-height:40px;padding:10px 14px}.btn--ghost{background:transparent;color:var(--color-text)}
.menu{display:none;width:48px;height:48px;border:1px solid var(--color-border);background:transparent}.menu span{display:block;width:19px;height:1px;background:currentColor;margin:5px auto;transition:.3s}.menu[aria-expanded=true] span:first-child{transform:translateY(3px) rotate(45deg)}.menu[aria-expanded=true] span:last-child{transform:translateY(-3px) rotate(-45deg)}
.mobile-nav{border-top:1px solid var(--color-border);padding:25px 0 30px}.mobile-nav nav{display:grid;gap:0}.mobile-nav a:not(.btn){padding:14px 0;border-bottom:1px solid var(--color-border);font:500 22px/1 var(--serif)}.mobile-nav .btn{margin-top:22px}
.hero{padding:92px 0 110px}.hero__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(45px,8vw,120px);align-items:center}.eyebrow{margin:0 0 20px;font:500 9px/1.3 var(--mono);letter-spacing:.16em;text-transform:uppercase}.eyebrow span{color:var(--color-accent)}
h1,h2,h3{font-family:var(--serif);font-weight:500;letter-spacing:-.035em}h1{font-size:clamp(64px,8vw,112px);line-height:.82;margin:0 0 28px}h1 em,h2 em{font-weight:400;color:var(--color-accent);font-style:italic}h2{font-size:clamp(51px,5.5vw,82px);line-height:.88;margin:0 0 25px}h3{font-size:clamp(32px,3vw,44px);line-height:.95;margin:0 0 12px}.lead{max-width:430px;color:var(--color-muted);font-size:15px}.actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap;margin-top:34px}.arrow{display:inline-flex;gap:8px;align-items:center;text-transform:uppercase;letter-spacing:.1em;font-size:10px}.hero__meta{display:flex;gap:20px;border-top:1px solid var(--color-border);padding-top:15px;margin-top:58px;color:var(--color-muted);font:9px var(--mono);letter-spacing:.08em}
.media{position:relative;overflow:hidden;background:linear-gradient(145deg,#eadcd3,#f7f1eb 52%,#d9c7bc);border:1px solid var(--color-border);min-height:300px;display:flex;align-items:flex-end;padding:18px}.media:before{content:"";position:absolute;inset:11px;border:1px solid rgba(116,62,73,.16)}.media strong{position:relative;font:500 clamp(44px,5vw,78px)/.8 var(--serif);color:var(--color-accent);text-transform:capitalize}.media__top,.media__bottom{position:absolute;z-index:1;font:500 8px var(--mono);letter-spacing:.14em;text-transform:uppercase}.media__top{top:20px;left:20px}.media__bottom{right:20px;bottom:19px;color:var(--color-muted);text-align:right}.media--hero{min-height:680px}.section{padding:130px 0;border-top:1px solid var(--color-border)}.split{display:grid;grid-template-columns:1fr 1fr;gap:9vw;align-items:center}.media--studio{min-height:650px}.copy .large,.large{font:400 clamp(24px,2.4vw,36px)/1.12 var(--serif)}.details{display:flex;gap:12px 22px;flex-wrap:wrap;border-top:1px solid var(--color-border);margin-top:38px;padding-top:15px;color:var(--color-muted);font:9px var(--mono);letter-spacing:.1em}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:60px}.section-head>p,.academy__top>p{max-width:300px;color:var(--color-muted);font-size:13px}
.service-grid{border-top:1px solid var(--color-border)}.service{display:grid;grid-template-columns:55px minmax(250px,1fr) 300px;gap:30px;align-items:center;border-bottom:1px solid var(--color-border);padding:28px 0;min-height:195px}.service>span{align-self:start;color:var(--color-muted);font:9px var(--mono)}.service p{color:var(--color-muted);font-size:13px;max-width:450px;margin-bottom:17px}.media--card{min-height:140px;align-items:flex-end;justify-content:flex-end}.media--card b{font:500 9px var(--mono);letter-spacing:.13em;color:var(--color-accent)}







.academy{background:var(--color-surface)}.academy__top{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:65px}.course-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--color-border)}.course{min-height:300px;padding:27px;border-bottom:1px solid var(--color-border);border-right:1px solid var(--color-border);display:flex;flex-direction:column}.course:nth-child(2n){border-right:0}.course span,.course small{font:9px var(--mono);letter-spacing:.12em}.course small{color:var(--color-accent)}.course h3{margin-top:auto}.course p{font-size:13px;color:var(--color-muted);margin-bottom:25px}.course--featured{background:var(--color-bg)}
.work-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:17px}.work__tall{min-height:720px}.work__stack{display:grid;grid-template-rows:1fr 1fr;gap:17px}.work__wide,.work__small{min-height:350px}.work__bottom{grid-column:2;min-height:430px;margin-top:-140px}.work .media b{font:10px var(--mono)}
.transformation{background:var(--color-surface)}.transformation__grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:8vw;align-items:start}.before-after{display:grid;grid-template-columns:1fr 1fr;gap:12px}.before-after .media{min-height:470px}.before-after .media span{font:8px var(--mono);letter-spacing:.1em;align-self:flex-start}
.testimonials{text-align:center}.quote{max-width:850px}.quote blockquote{font:500 clamp(43px,5.5vw,76px)/.9 var(--serif);margin:35px 0}.quote__meta{font:9px var(--mono);letter-spacing:.12em;color:var(--color-muted)}
.about .media--about{min-height:580px}.media--founder{padding:0;align-items:stretch;justify-content:stretch;background:#ddd0c8}.media--founder:before{z-index:2;pointer-events:none}.founder-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.media--founder .media__top{z-index:3;background:rgba(247,241,235,.84);padding:5px 8px}.cta{background:var(--color-text);color:var(--color-bg);padding:140px 0;text-align:center}.cta h2{font-size:clamp(65px,8vw,112px)}.cta .eyebrow{color:rgba(247,241,235,.6)}.cta__actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.cta .btn{border-color:var(--color-bg);background:var(--color-bg);color:var(--color-text)}.cta .btn--ghost{background:transparent;color:var(--color-bg)}
.contact__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw}.form{display:grid;grid-template-columns:1fr 1fr;gap:22px 17px}.form label{font:9px var(--mono);letter-spacing:.1em;text-transform:uppercase}.form input,.form select,.form textarea{display:block;width:100%;margin-top:8px;border:0;border-bottom:1px solid var(--color-border);background:transparent;padding:12px 0;outline:none}.form textarea{resize:vertical}.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--color-accent)}.form .full{grid-column:1/-1}
.footer{background:var(--color-text);color:var(--color-bg);padding:70px 0 25px}.footer__grid{display:grid;grid-template-columns:1.5fr .7fr .8fr;gap:60px;padding-bottom:70px}.brand--footer{margin-bottom:17px}.footer p,.footer a,.footer span{color:rgba(247,241,235,.62);font-size:12px}.footer__grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}.footer small{font:9px var(--mono);letter-spacing:.13em;text-transform:uppercase;margin-bottom:8px}.footer__bottom{border-top:1px solid rgba(247,241,235,.14);padding-top:20px;display:flex;justify-content:space-between;color:rgba(247,241,235,.38);font:8px var(--mono);letter-spacing:.1em;text-transform:uppercase}
:focus-visible{outline:2px solid var(--color-accent-soft);outline-offset:3px}
@media(max-width:1024px){:root{--container:min(100% - 48px,920px)}.header__inner{grid-template-columns:1fr auto}.nav,.btn--small{display:none}.menu{display:block;justify-self:end}.hero__grid,.split,
.media--hero{min-height:620px}.hero__copy{order:0}
.work-grid{grid-template-columns:1fr}.work__tall,.work__wide,.work__small,.work__bottom{min-height:520px}.work__bottom{grid-column:auto;margin-top:0}.work__stack{grid-template-rows:1fr 1fr}.contact__grid{gap:55px}}
@media(max-width:768px){:root{--container:min(100% - 36px,640px)}.hero{padding:58px 0 80px}.section{padding:92px 0}.hero__meta{margin-top:42px}.media--hero{min-height:560px}.section-head,.academy__top{display:block;margin-bottom:45px}.section-head>p,.academy__top>p{margin-top:18px}.service{grid-template-columns:35px 1fr;gap:14px}.service .media{grid-column:2;min-height:220px}.course-grid{grid-template-columns:1fr}.course{border-right:0!important;min-height:280px}.before-after{grid-template-columns:1fr}.before-after .media{min-height:390px}.footer__grid{grid-template-columns:1fr 1fr}.footer__grid>div:first-child{grid-column:1/-1}}
@media(max-width:430px){:root{--container:calc(100% - 28px)}h1{font-size:clamp(55px,17vw,72px)}h2{font-size:53px}.media--hero{min-height:500px}.actions,.cta__actions{flex-direction:column;align-items:stretch}.actions .btn,.cta__actions .btn{width:100%}
.service h3{font-size:38px}.work__tall,.work__wide,.work__small,.work__bottom{min-height:390px}.form{grid-template-columns:1fr}.form .full{grid-column:auto}.footer__grid{grid-template-columns:1fr}.footer__grid>div:first-child{grid-column:auto}.footer__bottom{display:block}.footer__bottom span{display:block;margin-top:8px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important}}

/* Stage 02 WordPress compatibility + global chrome */
.header__inner{grid-template-columns:1fr auto auto}.nav-wrap{justify-self:center}.nav-wrap .nav{list-style:none;margin:0;padding:0;display:flex;gap:29px}.nav-wrap .nav li{margin:0;padding:0}.nav-wrap .nav a{font-size:12px;position:relative}.nav-wrap .nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:currentColor;transition:right .3s var(--ease)}.nav-wrap .nav a:hover:after,.nav-wrap .nav a:focus-visible:after,.nav-wrap .nav .current-menu-item>a:after{right:0}.custom-logo-link{display:inline-flex;align-items:center}.custom-logo{max-height:48px;width:auto}.mobile-menu{display:grid;gap:0}.mobile-menu,.mobile-menu ul{list-style:none;margin:0;padding:0}.mobile-menu a{display:block;padding:14px 0;border-bottom:1px solid var(--color-border);font:500 22px/1 var(--serif)}.mobile-menu li{list-style:none}.mobile-menu .sub-menu{display:none}.footer-menu{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.footer-menu li{margin:0}.footer-menu a{font-size:12px}.footer__grid{grid-template-columns:1.5fr .7fr .7fr .9fr}.footer__bottom a{color:inherit}.footer__instagram{display:inline-flex!important;align-items:center;justify-content:flex-start;width:30px;height:30px}.footer__instagram svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;transition:transform .25s ease,opacity .25s ease}.footer__instagram-dot{fill:currentColor;stroke:none}.footer__instagram:hover svg,.footer__instagram:focus-visible svg{transform:translateY(-2px);opacity:.82}.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:1024px){.header__inner{grid-template-columns:1fr auto}.nav-wrap,.header__cta{display:none}.footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:430px){.footer__grid{grid-template-columns:1fr}.footer__bottom{display:block}.footer__bottom>*{display:block;margin-top:8px}}

/* Stage 02 hero film: preserve the Stage 01 type system while converting the hero to a 16:9 editorial video composition. */
.hero--video{position:relative;padding:0;min-height:0;isolation:isolate}
.hero--video .hero__media{position:relative;width:100%;aspect-ratio:16/9;min-height:0;overflow:hidden;background:#171313}
.hero--video .hero__video{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center center}
.hero--video .hero__veil{position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,8,8,.10) 0%,rgba(12,8,8,.14) 38%,rgba(12,8,8,.66) 100%),linear-gradient(0deg,rgba(12,8,8,.45) 0%,transparent 35%);pointer-events:none}
.hero--video .hero__overlay{position:absolute;inset:0;z-index:2;display:flex;align-items:center}
.hero--video .hero__copy{width:min(510px,46%);margin-left:auto;color:#f7f1eb;padding:clamp(28px,4vw,64px) 0}
.hero--video .hero__copy .eyebrow{color:rgba(247,241,235,.78)}
.hero--video .hero__copy h1{color:#f7f1eb;text-shadow:0 2px 18px rgba(0,0,0,.18)}
.hero--video .hero__copy h1 em{color:#e0b7b8}
.hero--video .hero__copy .lead{color:rgba(247,241,235,.82)}
.hero--video .hero__meta{border-color:rgba(247,241,235,.26);color:rgba(247,241,235,.68)}
.hero--video .hero__secondary{color:#f7f1eb}
.hero--video .hero__copy .btn{background:#f7f1eb;color:#211b1a;border-color:#f7f1eb}
.hero--video .hero__copy .btn:hover,.hero--video .hero__copy .btn:focus-visible{background:transparent;color:#f7f1eb}
.hero__label{position:absolute;z-index:3;font:500 8px var(--mono);letter-spacing:.14em;text-transform:uppercase;color:rgba(247,241,235,.72)}
.hero__label--top{top:clamp(18px,2.2vw,30px);left:var(--container-left,32px)}
.hero__label--bottom{right:32px;bottom:clamp(18px,2.2vw,30px)}

@media(max-width:1024px){
  .hero--video .hero__copy{width:min(560px,68%);margin-left:auto}
  .hero--video .hero__overlay{padding-inline:0}
  .hero__label--top{left:24px}
  .hero__label--bottom{right:24px}
}
@media(max-width:768px){
  .hero--video .hero__media{aspect-ratio:16/9;min-height:0}
  .hero--video .hero__video{object-position:center center}
  .hero--video .hero__veil{background:linear-gradient(0deg,rgba(12,8,8,.78) 0%,rgba(12,8,8,.20) 58%,rgba(12,8,8,.10) 100%)}
  .hero--video .hero__overlay{align-items:flex-end;padding-bottom:28px}
  .hero--video .hero__copy{width:100%;margin:0;padding:0}
  .hero--video .hero__copy h1{font-size:clamp(52px,12vw,76px);margin-bottom:18px}
  .hero--video .hero__copy .lead{font-size:13px;max-width:390px}
  .hero--video .hero__meta{margin-top:28px}
  .hero--video .hero__copy .actions{margin-top:22px}
  .hero__label--top{left:18px;top:18px}
  .hero__label--bottom{right:18px;bottom:18px}
}
@media(max-width:430px){
  .hero--video .hero__media{aspect-ratio:16/9}
  .hero--video .hero__overlay{padding-bottom:18px}
  .hero--video .hero__copy h1{font-size:clamp(44px,14vw,62px)}
  .hero--video .hero__copy .lead{display:none}
  .hero--video .hero__copy .actions{gap:12px;margin-top:18px}
  .hero--video .hero__copy .actions .btn{width:auto;min-height:48px}
  .hero--video .hero__secondary{font-size:9px}
  .hero--video .hero__meta{display:none}
  .hero__label--top{top:14px;left:14px}
  .hero__label--bottom{right:14px;bottom:14px}
}
@media(prefers-reduced-motion:reduce){
  .hero--video .hero__video{animation:none}
}


/* Academy certification media — supplied RITS MUA assets */
.academy-certifications{margin-top:70px;display:grid;grid-template-columns:.55fr 1.45fr;gap:6vw;align-items:center;border-top:1px solid var(--color-border);padding-top:55px}
.academy-certifications__copy h3{font-size:clamp(42px,4.5vw,68px)}
.academy-certifications__copy>p:not(.eyebrow){max-width:390px;color:var(--color-muted);font-size:13px;margin-bottom:24px}
.academy-certifications__media{display:grid;grid-template-columns:1.55fr .7fr;gap:14px;align-items:stretch}
.academy-certification-video{min-height:410px;padding:0;background:#211b1a}
.academy-certification-video:before{z-index:2;pointer-events:none}
.academy-certification-video__asset{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.academy-certification-video .media__top,.academy-certification-video .media__bottom{z-index:3;background:rgba(247,241,235,.84);padding:5px 8px}
.academy-certification-image{position:relative;min-height:410px;margin:0;overflow:hidden;border:1px solid var(--color-border);background:#e8ddd5}
.academy-certification-image:after{content:"";position:absolute;inset:11px;border:1px solid rgba(116,62,73,.16);pointer-events:none}
.academy-certification-image img{width:100%;height:100%;min-height:410px;display:block;object-fit:cover}
@media(max-width:1024px){
  .academy-certifications{grid-template-columns:1fr;gap:35px}
  .academy-certifications__media{grid-template-columns:1.45fr .75fr}
}
@media(max-width:768px){
  .academy-certifications{margin-top:50px;padding-top:42px}
  .academy-certifications__media{grid-template-columns:1fr}
  .academy-certification-video,.academy-certification-image,.academy-certification-image img{min-height:360px}
}
@media(max-width:430px){
  .academy-certification-video,.academy-certification-image,.academy-certification-image img{min-height:290px}
  .academy-certification-video .media__bottom{right:10px;bottom:10px}
  .academy-certification-video .media__top{left:10px;top:10px}
}

/* -------------------------------------------------------------
   One-page lead-focused pass: cinematic hero + WhatsApp utility
   ------------------------------------------------------------- */
html{scroll-padding-top:78px}
body{overflow-x:hidden}
.header{position:sticky;top:0}
.header.is-scrolled{box-shadow:0 10px 30px rgba(33,27,26,.06);background:rgba(247,241,235,.97)}

.hero.hero--video{padding:0;min-height:0;position:relative;isolation:isolate}
.hero--video .hero__media{position:relative;width:100%;aspect-ratio:16/9;min-height:0;overflow:hidden;background:#211b1a}
/* Hero load behavior: start on a true black frame, then reveal the looping film as soon as playback is ready. */
.hero--video .hero__media{background:#000}
.hero--video .hero__video{opacity:0;visibility:hidden;transition:opacity .12s linear;will-change:opacity}
.hero--video .hero__media.is-video-ready .hero__video{opacity:1;visibility:visible}
.hero--video .hero__media.is-video-ready .hero__veil{opacity:1}
.hero--video .hero__veil{transition:opacity .12s linear}

.hero--video .hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block}
.hero--video .hero__veil{position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(18,10,12,.05) 0%,rgba(18,10,12,.08) 34%,rgba(18,10,12,.72) 100%),linear-gradient(0deg,rgba(18,10,12,.56),transparent 40%)}
.hero--video .hero__grain{position:absolute;inset:0;pointer-events:none;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")}
.hero--video .hero__overlay{position:absolute;inset:0;z-index:3;display:flex;align-items:center;pointer-events:none}
.hero--video .hero__copy{width:min(590px,50%);margin-left:auto;color:#f7f1eb;padding:20px 0;pointer-events:auto}
.hero--video .hero__copy .eyebrow{color:#f0d0d1;margin-bottom:18px}
.hero--video .hero__copy .eyebrow:before{background:#c6a875}
.hero--video .hero__copy h1{color:#fffaf5;font-size:clamp(60px,7.2vw,104px);line-height:.84;margin:0 0 24px;text-shadow:0 3px 22px rgba(0,0,0,.24)}
.hero--video .hero__copy h1 em{color:#e4aeb6;font-style:normal}
.hero--video .hero__copy .lead{max-width:520px;color:rgba(255,250,245,.86);font-size:15px;line-height:1.6}
.hero--video .hero__copy .actions{margin-top:28px;gap:18px}
.hero--video .hero__copy .btn{background:#fffaf5;color:#211b1a;border-color:#fffaf5}
.hero--video .hero__copy .btn:hover,.hero--video .hero__copy .btn:focus-visible{background:transparent;color:#fffaf5}
.hero--video .hero__copy .btn--whatsapp{background:#9b4d62;color:#fff;border-color:#9b4d62}
.hero--video .hero__copy .btn--whatsapp:hover,.hero--video .hero__copy .btn--whatsapp:focus-visible{background:#7f3d50;color:#fff;border-color:#7f3d50}
.hero--video .hero__secondary{color:#fffaf5}
.hero--video .hero__meta{border-color:rgba(255,250,245,.28);color:rgba(255,250,245,.72);margin-top:42px}
.hero__label{z-index:4}
.hero__label--top{left:max(24px,calc((100vw - 1240px)/2));top:24px}
.hero__label--bottom{right:max(24px,calc((100vw - 1240px)/2));bottom:24px}

.intro-strip{overflow:hidden;background:#211b1a;color:#f7f1eb;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.intro-strip__inner{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:18px;font:500 9px var(--mono);letter-spacing:.16em;white-space:nowrap}
.intro-strip__inner i{font-style:normal;color:#c6a875}

.studio-visual{padding:0;background:#211b1a}
.studio-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.92)}
.studio-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(25,15,17,.58),transparent 55%);pointer-events:none}
.studio-visual .media__top,.studio-visual .media__bottom{z-index:2;color:#fff}

.service{transition:transform .3s var(--ease),background .3s var(--ease),box-shadow .3s var(--ease)}
.service:hover{transform:translateY(-3px);background:#fbf6f1;box-shadow:0 18px 50px rgba(33,27,26,.07)}

.academy__grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:stretch}
.academy__courses{display:grid;grid-template-columns:1fr;gap:14px}
.academy__courses .course{min-height:0;padding:28px}
.academy__courses .course h3{font-size:clamp(32px,3vw,43px)}
.academy__courses .course p{min-height:0;margin-bottom:18px}
.academy__proof{display:grid;grid-template-columns:1.35fr .65fr;gap:14px;align-items:stretch}
.academy-certification-video{min-height:100%;padding:0;background:#211b1a}
.academy-certification-image{min-height:100%;background:#eee4dd}
.academy-certification-image img{min-height:100%;object-fit:cover}

.work-grid--clean{grid-template-columns:1.1fr .9fr;gap:28px;align-items:stretch}
.work-grid--clean .work__tall{min-height:600px;margin:0}
.work__image{padding:0;background:#211b1a}
.work__image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.work__image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(20,12,14,.62),transparent 45%)}
.work__image figcaption{position:relative;z-index:2;color:#fff;font:9px var(--mono);letter-spacing:.12em;text-transform:uppercase}
.work__notes{display:grid;grid-template-rows:repeat(3,1fr);border-top:1px solid var(--color-border)}
.work-note{padding:24px 0;border-bottom:1px solid var(--color-border)}
.work-note span{font:9px var(--mono);color:var(--color-accent);letter-spacing:.12em}
.work-note h3{margin:24px 0 8px}
.work-note p{margin:0;color:var(--color-muted);font-size:13px;max-width:390px}

.contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.contact-facts{display:flex;flex-wrap:wrap;gap:12px 22px;border-top:1px solid var(--color-border);padding-top:16px;margin-top:38px;font:9px var(--mono);letter-spacing:.1em;color:var(--color-muted)}
.form{position:relative}
.form__note{grid-column:1/-1;margin:0 0 4px;color:var(--color-muted);font-size:12px;line-height:1.5}
.btn--whatsapp{background:#9b4d62!important;color:#fff!important;border-color:#9b4d62!important}
.btn--whatsapp:hover,.btn--whatsapp:focus-visible{background:#7f3d50!important;color:#fff!important;border-color:#7f3d50!important}

/* Floating WhatsApp: the only persistent floating utility. */






@media(max-width:1024px){
  .hero--video .hero__copy{width:min(620px,68%)}
  .academy__grid{grid-template-columns:1fr}
  .academy__proof{grid-template-columns:1.4fr .6fr}
  .work-grid--clean{grid-template-columns:1fr}
  .work-grid--clean .work__tall{min-height:540px}
}
@media(max-width:768px){
  html{scroll-padding-top:70px}
  .hero--video .hero__media{aspect-ratio:16/9}
  .hero--video .hero__veil{background:linear-gradient(0deg,rgba(15,8,10,.82) 0%,rgba(15,8,10,.35) 52%,rgba(15,8,10,.08) 100%)}
  .hero--video .hero__overlay{align-items:flex-end;padding-bottom:28px}
  .hero--video .hero__copy{width:100%;margin:0;padding:0}
  .hero--video .hero__copy h1{font-size:clamp(48px,11vw,76px);margin-bottom:16px}
  .hero--video .hero__copy .lead{font-size:13px;max-width:510px}
  .hero--video .hero__copy .actions{margin-top:20px}
  .hero--video .hero__meta{display:none}
  .hero__label--top{left:18px;top:16px}.hero__label--bottom{right:18px;bottom:16px}
  .intro-strip__inner{justify-content:flex-start;width:max-content;min-width:100%;gap:14px}
  .academy__proof{grid-template-columns:1fr}
  .academy-certification-video,.academy-certification-image,.academy-certification-image img{min-height:360px}
  .work__notes{margin-top:0}
  

}
@media(max-width:430px){
  .hero--video .hero__media{aspect-ratio:16/9}
  .hero--video .hero__overlay{padding-bottom:17px}
  .hero--video .hero__copy h1{font-size:clamp(42px,13.5vw,60px);line-height:.84}
  .hero--video .hero__copy .lead{display:none}
  .hero--video .hero__copy .actions{gap:10px;margin-top:16px}
  .hero--video .hero__copy .actions .btn{min-height:48px;padding:12px 14px;font-size:9px}
  .hero--video .hero__secondary{font-size:9px}
  .hero__label--top,.hero__label--bottom{font-size:7px}
  .studio-visual{min-height:480px}
  .academy-certification-video,.academy-certification-image,.academy-certification-image img{min-height:290px}
  .work-grid--clean .work__tall{min-height:430px}
  .contact-actions{flex-direction:column;align-items:stretch}
  .contact-actions .btn{width:100%}
  

}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .hero--video .hero__video{animation:none}
}
/* Keep full navigation through tablet; switch to mobile navigation at 768px as specified. */
@media (min-width:769px) and (max-width:1100px){
  .header__inner{grid-template-columns:auto 1fr auto;gap:18px}
  .nav-wrap{display:block;justify-self:end}
  .nav-wrap .nav{gap:16px}
  .nav-wrap .nav a{font-size:10px}
  .header__cta{display:inline-flex;justify-self:end}
  .menu{display:none}
}
@media (max-width:768px){
  .header__inner{grid-template-columns:1fr auto}
  .nav-wrap,.header__cta{display:none}
  .menu{display:block;justify-self:end}
}

/* =========================================================
   RITS MUA — HERO FINAL RESPONSIVE PASS
   The hero is intentionally image/video-led. Text is kept
   minimal on the 16:9 film; supporting information lives below.
   ========================================================= */
.hero.hero--video{padding:0;background:#171112;}
.hero--video .hero__media{aspect-ratio:16/9;width:100%;min-height:0;max-height:none;}
.hero--video .hero__video{object-fit:cover;object-position:center center;}
.hero--video .hero__veil{background:linear-gradient(90deg,rgba(12,7,8,.03) 0%,rgba(12,7,8,.08) 42%,rgba(12,7,8,.66) 100%),linear-gradient(0deg,rgba(12,7,8,.48) 0%,rgba(12,7,8,0) 45%);}
.hero--video .hero__overlay{align-items:center;}
.hero--video .hero__copy{width:min(520px,43%);margin-left:auto;padding:0 0 0 20px;}
.hero--video .hero__copy .eyebrow{margin:0 0 15px;color:rgba(255,250,245,.84);}
.hero--video .hero__copy h1{font-size:clamp(54px,5.5vw,86px);line-height:.86;margin:0 0 25px;max-width:560px;}
.hero--video .hero__copy h1 em{color:#e4aeb6;}
.hero--video .hero__copy .btn{min-height:48px;}
.hero--video .hero__label--bottom{bottom:22px;right:max(24px,calc((100vw - 1240px)/2));}
.hero-intro{padding:48px 0 62px;border-bottom:1px solid var(--color-border);background:var(--color-bg);}
.hero-intro__grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:8vw;align-items:start;}
.hero-intro .eyebrow{margin:4px 0 0;}
.hero-intro__lead{font:400 clamp(25px,2.6vw,38px)/1.12 var(--serif);max-width:820px;margin:0;letter-spacing:-.025em;}
.hero-intro .actions{margin-top:25px;gap:28px;}

@media (max-width:1024px){
  .hero--video .hero__copy{width:min(500px,48%);}
  .hero--video .hero__copy h1{font-size:clamp(50px,6vw,72px);}
  .hero-intro__grid{gap:5vw;}
}

@media (max-width:768px){
  .hero.hero--video{margin:0;}
  .hero--video .hero__media{aspect-ratio:16/9;}
  .hero--video .hero__veil{background:linear-gradient(0deg,rgba(10,6,7,.72) 0%,rgba(10,6,7,.20) 58%,rgba(10,6,7,.02) 100%);}
  .hero--video .hero__overlay{align-items:flex-end;padding:0 18px 17px;}
  .hero--video .hero__copy{width:100%;margin:0;padding:0;}
  .hero--video .hero__copy .eyebrow{font-size:8px;letter-spacing:.14em;margin-bottom:8px;}
  .hero--video .hero__copy h1{font-size:clamp(35px,10vw,49px);line-height:.9;margin:0 0 13px;max-width:320px;}
  .hero--video .hero__copy .btn{min-height:46px;padding:11px 15px;font-size:9px;}
  .hero--video .hero__label--bottom{right:18px;bottom:16px;font-size:7px;}
  .hero-intro{padding:34px 0 42px;}
  .hero-intro__grid{grid-template-columns:1fr;gap:15px;}
  .hero-intro .eyebrow{margin:0;}
  .hero-intro__lead{font-size:27px;line-height:1.08;max-width:650px;}
  .hero-intro .actions{margin-top:20px;gap:20px;}
}

@media (max-width:430px){
  .hero--video .hero__overlay{padding:0 14px 14px;}
  .hero--video .hero__copy .eyebrow{font-size:7px;margin-bottom:7px;}
  .hero--video .hero__copy h1{font-size:clamp(31px,9.7vw,40px);line-height:.9;margin-bottom:11px;max-width:285px;}
  .hero--video .hero__copy .btn{min-height:44px;padding:10px 13px;font-size:8px;}
  .hero--video .hero__label--bottom{right:14px;bottom:12px;font-size:6.5px;}
  .hero-intro{padding:29px 0 36px;}
  .hero-intro__lead{font-size:24px;}
  .hero-intro .actions{gap:16px;flex-direction:column;align-items:flex-start;}
}

@media (max-width:360px){
  .hero--video .hero__copy h1{font-size:30px;max-width:260px;}
  .hero--video .hero__copy .btn{min-height:42px;}
  .hero-intro__lead{font-size:22px;}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
  .hero--video .hero__video{animation:none;}
}

/* Service photography: use the supplied 16:9 campaign images inside the existing editorial cards. */
.service .media--card{padding:0;min-height:140px;aspect-ratio:16/9;background:#211b1a;align-items:stretch;justify-content:stretch;position:relative;}
.service .media--card:before{z-index:2;inset:10px;border-color:rgba(255,250,245,.28);pointer-events:none;}
.service .media--card img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center;transition:transform .55s var(--ease);}
.service .media--card:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(15,8,10,.04) 35%,rgba(15,8,10,.5) 100%);pointer-events:none;}
.service .media-card__label{position:absolute;right:18px;bottom:17px;z-index:3;color:#fffaf5;font:500 8px var(--mono);letter-spacing:.13em;text-transform:uppercase;}
.service:hover .media--card img{transform:scale(1.035);}
@media(max-width:768px){
  .service .media--card{grid-column:2;min-height:0;aspect-ratio:16/9;}
}
@media(max-width:430px){
  .service .media--card{aspect-ratio:16/9;}
  .service .media-card__label{right:13px;bottom:12px;font-size:7px;}
}

/* Final service-card geometry: supplied campaign artwork is 16:9. Reset figure defaults
   and keep the image frame itself 16:9 at every breakpoint. */
.service .media--card {
  margin: 0;
  width: 300px;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9 !important;
  align-self: center;
  justify-self: end;
  overflow: hidden;
}
.service .media--card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

@media (max-width: 1024px) {
  .service .media--card {
    width: 280px;
  }
}

@media (max-width: 768px) {
  .service {
    grid-template-columns: 22px minmax(0, 1fr) clamp(120px, 35vw, 155px);
    gap: 12px;
    min-height: 150px;
    align-items: center;
  }
  .service > span {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }
  .service > div {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }
  .service .media--card {
    grid-column: 3;
    grid-row: 1;
    width: 100%;
    min-width: 0;
    height: auto;
    aspect-ratio: 16 / 9 !important;
    align-self: center;
    justify-self: stretch;
  }
  .service .media--card:before {
    inset: 7px;
  }
  .service .media-card__label {
    right: 9px;
    bottom: 8px;
    font-size: 6.5px;
  }
}

@media (max-width: 430px) {
  .service {
    grid-template-columns: 20px minmax(0, 1fr) clamp(112px, 34vw, 138px);
    gap: 10px;
    min-height: 136px;
    padding: 22px 0;
  }
  .service h3 {
    font-size: clamp(25px, 7.5vw, 34px);
    line-height: .98;
    margin-bottom: 7px;
  }
  .service p {
    font-size: 10px;
    line-height: 1.35;
    margin-bottom: 10px;
  }
  .service .media--card {
    width: 100%;
    aspect-ratio: 16 / 9 !important;
  }
}

@media (max-width: 360px) {
  .service {
    grid-template-columns: 18px minmax(0, 1fr) 112px;
    gap: 9px;
  }
  .service h3 {
    font-size: 24px;
  }
  .service p {
    font-size: 9px;
  }
  .service .media-card__label {
    display: none;
  }
}


/* FINAL SERVICES MEDIA GEOMETRY — 16:9, no portrait collapse */
.service-grid .service__media.media--card {
  box-sizing: border-box !important;
  display: block !important;
  position: relative !important;
  grid-column: 3 !important;
  grid-row: 1 !important;
  width: 240px !important;
  height: 135px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: none !important;
  aspect-ratio: 16 / 9 !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: center !important;
  justify-self: end !important;
  overflow: hidden !important;
  background: #211b1a !important;
}
.service-grid .service__media.media--card img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
}
.service-grid .service__media.media--card::before {
  content: "" !important;
  position: absolute !important;
  inset: 9px !important;
  z-index: 2 !important;
  border: 1px solid rgba(255,250,245,.28) !important;
  pointer-events: none !important;
}
.service-grid .service__media.media--card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: linear-gradient(180deg,rgba(15,8,10,.03) 35%,rgba(15,8,10,.46) 100%) !important;
  pointer-events: none !important;
}
.service-grid .service__media .media-card__label {
  position: absolute !important;
  right: 14px !important;
  bottom: 12px !important;
  z-index: 3 !important;
}
@media (max-width: 1024px) {
  .service-grid .service__media.media--card {
    width: 220px !important;
    height: 123.75px !important;
  }
}
@media (max-width: 768px) {
  .service-grid .service {
    grid-template-columns: 22px minmax(0,1fr) 112px !important;
    gap: 12px !important;
    min-height: 0 !important;
    padding: 24px 0 !important;
  }
  .service-grid .service__media.media--card {
    grid-column: 3 !important;
    grid-row: 1 !important;
    width: 112px !important;
    height: 63px !important;
    aspect-ratio: 16 / 9 !important;
    min-height: 0 !important;
    max-height: 63px !important;
  }
}
@media (max-width: 430px) {
  .service-grid .service {
    grid-template-columns: 18px minmax(0,1fr) 104px !important;
    gap: 9px !important;
    padding: 20px 0 !important;
  }
  .service-grid .service__media.media--card {
    width: 104px !important;
    height: 58.5px !important;
    max-height: 58.5px !important;
  }
  .service-grid .service__media.media--card::before { inset: 6px !important; }
  .service-grid .service__media .media-card__label { right: 7px !important; bottom: 6px !important; font-size: 6px !important; }
}
@media (max-width: 360px) {
  .service-grid .service {
    grid-template-columns: 16px minmax(0,1fr) 96px !important;
    gap: 8px !important;
  }
  .service-grid .service__media.media--card {
    width: 96px !important;
    height: 54px !important;
    max-height: 54px !important;
  }
}


/* =========================================================
   HERO — FRAMED CINEMATIC TREATMENT
   The film is the hero. Supporting copy stays below it.
   ========================================================= */
.hero.hero--video{
  padding:24px 0 0;
  background:var(--color-bg);
}
.hero--video .hero__media{
  width:min(1440px,calc(100% - 48px));
  margin:0 auto;
  aspect-ratio:16 / 9;
  min-height:0;
  border:1px solid rgba(33,27,26,.16);
  border-radius:4px;
  overflow:hidden;
  position:relative;
  isolation:isolate;
  box-shadow:0 18px 55px rgba(33,27,26,.10);
}
.hero--video .hero__video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.hero--video .hero__veil{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(12,7,8,.06) 0%,rgba(12,7,8,.04) 45%,rgba(12,7,8,.48) 100%),
    linear-gradient(0deg,rgba(12,7,8,.48) 0%,rgba(12,7,8,.04) 48%,rgba(12,7,8,.08) 100%);
}
.hero__glass{
  position:absolute;
  z-index:4;
  right:clamp(24px,6vw,90px);
  top:50%;
  transform:translateY(-50%);
  width:min(455px,40%);
  padding:28px 30px 30px;
  color:#fffaf5;
  background:rgba(28,18,20,.25);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 20px 55px rgba(0,0,0,.16);
  backdrop-filter:blur(14px) saturate(115%);
  -webkit-backdrop-filter:blur(14px) saturate(115%);
  transition:background .35s var(--ease),border-color .35s var(--ease),transform .35s var(--ease),box-shadow .35s var(--ease);
}
.hero__glass:hover{
  background:rgba(28,18,20,.34);
  border-color:rgba(255,255,255,.30);
  transform:translateY(calc(-50% - 3px));
  box-shadow:0 24px 65px rgba(0,0,0,.22);
}
.hero__glass-kicker,
.hero__micro{
  font:500 8px/1.2 var(--mono);
  letter-spacing:.18em;
  text-transform:uppercase;
}
.hero__glass-kicker{margin:0 0 15px;color:rgba(255,250,245,.76)}
.hero__glass h1{
  color:#fffaf5;
  font-size:clamp(48px,5.2vw,78px);
  line-height:.86;
  letter-spacing:-.04em;
  margin:0 0 24px;
  text-shadow:0 3px 22px rgba(0,0,0,.22);
}
.hero__glass h1 em{color:#e4aeb6;font-style:italic}
.hero__glass .btn{min-height:48px}
.hero__micro{
  position:absolute;
  z-index:5;
  display:flex;
  gap:14px;
  color:rgba(255,250,245,.78);
  text-shadow:0 1px 12px rgba(0,0,0,.28);
}
.hero__micro span+span{opacity:.55}
.hero__micro--top{left:22px;top:20px}
.hero__micro--bottom{right:22px;bottom:20px}

@media(max-width:768px){
  .hero.hero--video{padding:12px 0 0}
  .hero--video .hero__media{width:calc(100% - 24px);border-radius:3px}
  .hero__glass{
    left:14px;
    right:14px;
    top:auto;
    bottom:14px;
    transform:none;
    width:auto;
    padding:16px 17px 17px;
    background:rgba(24,15,17,.30);
  }
  .hero__glass:hover{transform:translateY(-2px)}
  .hero__glass-kicker{font-size:6.5px;margin-bottom:8px}
  .hero__glass h1{
    font-size:clamp(30px,9.4vw,42px);
    line-height:.88;
    margin-bottom:13px;
    max-width:280px;
  }
  .hero__glass .btn{min-height:44px;padding:10px 13px;font-size:8px}
  .hero__micro{font-size:6.5px;letter-spacing:.15em}
  .hero__micro--top{left:13px;top:13px}
  .hero__micro--bottom{right:13px;bottom:13px}
}

@media(max-width:430px){
  .hero.hero--video{padding-top:10px}
  .hero--video .hero__media{width:calc(100% - 20px)}
  .hero__glass{left:10px;right:10px;bottom:10px;padding:13px 14px 14px}
  .hero__glass h1{font-size:clamp(27px,8.8vw,36px);margin-bottom:10px;max-width:250px}
  .hero__glass .btn{min-height:42px;padding:9px 12px;font-size:7.5px}
  .hero__micro{font-size:6px}
  .hero__micro--top{left:10px;top:10px}
  .hero__micro--bottom{right:10px;bottom:10px}
}

@media(prefers-reduced-motion:reduce){
  .hero__glass{transition:none}
}


/* =========================================================
   STAGE 02 VISUAL IDENTITY + CINEMATIC RESPONSIVE PASS
   ========================================================= */
:root{
  --color-bg:#f6f0ea;
  --color-surface:#eee3dc;
  --color-text:#211b1a;
  --color-muted:#756965;
  --color-accent:#8b4b5c;
  --color-accent-soft:#c9959e;
  --color-ink:#171315;
  --color-border:rgba(33,27,26,.15);
  --color-line:rgba(33,27,26,.11);
  --serif:"Cormorant Garamond",Georgia,serif;
  --sans:"DM Sans",Arial,sans-serif;
  --mono:"IBM Plex Mono",monospace;
}

/* Type system: editorial serif / restrained sans / technical mono */
body{font-family:var(--sans);color:var(--color-text);background:var(--color-bg)}
h1,h2,h3,.hero-intro__lead,.quote blockquote{font-family:var(--serif);font-weight:500}
.eyebrow,.details,.service>span,.course span,.course small,.media__top,.media__bottom,.hero__micro,.hero__glass-kicker,.form label,.form__note,.footer small{font-family:var(--mono)}
.eyebrow{font-size:9px;letter-spacing:.19em;color:var(--color-accent)}
.section-head>p,.academy__top>p,.lead,.service p,.course p,.contact .large + *{color:var(--color-muted)}

/* restrained type motion; JS adds .is-visible */
.hero__glass h1,.hero-intro__lead,.section h2,.section-head>p,.academy__top h2,.service h3,.course h3,.about h2,.contact h2,.work-note h3{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .75s ease,transform .9s var(--ease);
}
.hero__glass h1.is-visible,.hero-intro__lead.is-visible,.section h2.is-visible,.section-head>p.is-visible,.academy__top h2.is-visible,.service h3.is-visible,.course h3.is-visible,.about h2.is-visible,.contact h2.is-visible,.work-note h3.is-visible{
  opacity:1;transform:none;
}
.service h3{transition-delay:.04s}.course h3{transition-delay:.07s}.work-note h3{transition-delay:.08s}

/* HERO: video remains the visual priority */
.hero.hero--video{padding:22px 0 0}
.hero--video .hero__media{
  width:min(1320px,calc(100% - 56px));
  aspect-ratio:16/9;
  min-height:0;
  background:#171315;
  border:1px solid rgba(33,27,26,.18);
  border-radius:5px;
  box-shadow:0 16px 42px rgba(33,27,26,.09);
}
.hero--video .hero__video{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}
.hero--video .hero__veil{
  background:
    linear-gradient(90deg,rgba(10,7,8,.02) 0%,rgba(10,7,8,.01) 55%,rgba(10,7,8,.22) 100%),
    linear-gradient(0deg,rgba(10,7,8,.26) 0%,rgba(10,7,8,.015) 52%,rgba(10,7,8,.06) 100%);
}

/* Desktop glass: light enough to see the film underneath */
.hero__glass{
  right:clamp(30px,5.5vw,76px);
  top:50%;
  width:min(425px,36%);
  padding:24px 26px 25px;
  background:rgba(22,15,17,.12);
  border:1px solid rgba(255,255,255,.30);
  box-shadow:0 16px 45px rgba(0,0,0,.12);
  backdrop-filter:blur(8px) saturate(110%);
  -webkit-backdrop-filter:blur(8px) saturate(110%);
}
.hero__glass:hover{
  background:rgba(22,15,17,.18);
  border-color:rgba(255,255,255,.40);
  box-shadow:0 20px 52px rgba(0,0,0,.16);
}
.hero__glass-kicker{font-size:8px;letter-spacing:.19em;margin-bottom:12px;color:rgba(255,250,245,.78)}
.hero__glass h1{font-size:clamp(48px,4.8vw,72px);line-height:.84;margin-bottom:19px;color:#fffaf5;text-wrap:balance}
.hero__glass h1 em{color:#e3a7b1}
.hero__glass .btn{min-height:46px;padding:11px 16px}
.hero__micro{font-size:7px;letter-spacing:.18em;color:rgba(255,250,245,.76)}

/* Intro after the film establishes the longer message */
.hero-intro{padding-top:72px}
.hero-intro__lead{color:var(--color-text);font-size:clamp(27px,3.1vw,43px);line-height:1.04;max-width:850px}
.hero-intro .actions{margin-top:28px}

/* Mobile: compact glass panel, visible film, no text wall */
@media (max-width:768px){
  html{scroll-behavior:smooth}
  .hero.hero--video{padding:12px 0 0}
  .hero--video .hero__media{width:calc(100% - 28px);border-radius:4px}
  .hero--video .hero__video{object-position:center center}
  .hero--video .hero__veil{
    background:linear-gradient(0deg,rgba(8,5,6,.25),rgba(8,5,6,.01) 62%,rgba(8,5,6,.04));
  }
  .hero__glass{
    left:auto;right:10px;bottom:10px;top:auto;
    width:72%;
    max-width:285px;
    padding:12px 13px 13px;
    background:rgba(24,15,17,.10);
    border-color:rgba(255,255,255,.27);
    box-shadow:0 12px 30px rgba(0,0,0,.10);
    backdrop-filter:blur(5px) saturate(105%);
    -webkit-backdrop-filter:blur(5px) saturate(105%);
  }
  .hero__glass:hover{background:rgba(24,15,17,.14);transform:translateY(-2px)}
  .hero__glass-kicker{font-size:6px;letter-spacing:.16em;margin-bottom:6px}
  .hero__glass h1{font-size:clamp(28px,8vw,37px);line-height:.87;max-width:250px;margin-bottom:9px}
  .hero__glass .btn{min-height:40px;padding:8px 11px;font-size:7px;letter-spacing:.09em}
  .hero__micro{font-size:6px;letter-spacing:.14em}
  .hero__micro--top{left:11px;top:11px}
  .hero__micro--bottom{right:11px;bottom:11px}
  .hero-intro{padding:42px 0 50px}
  .hero-intro__grid{grid-template-columns:1fr;gap:16px}
  .hero-intro__lead{font-size:clamp(25px,7vw,31px);line-height:1.05;max-width:none}
  .hero-intro .actions{flex-direction:row;align-items:center;gap:22px;margin-top:22px}
}
@media (max-width:430px){
  .hero--video .hero__media{width:calc(100% - 20px)}
  .hero__glass{right:9px;bottom:9px;width:70%;max-width:270px;padding:11px 12px 12px}
  .hero__glass h1{font-size:clamp(26px,7.9vw,34px);max-width:230px;margin-bottom:8px}
  .hero__glass .btn{min-height:39px;padding:8px 10px}
  .hero__micro{font-size:5.7px}
  .hero__micro--top{left:9px;top:9px}.hero__micro--bottom{right:9px;bottom:9px}
  .hero-intro{padding:36px 0 44px}
  .hero-intro__lead{font-size:24px}
  .hero-intro .actions{gap:18px;flex-direction:column;align-items:flex-start}
}
@media (max-width:360px){
  .hero__glass{width:72%;padding:10px 11px 11px}
  .hero__glass h1{font-size:26px;max-width:220px}
  .hero__glass .btn{min-height:38px;font-size:6.7px}
}

/* More deliberate spacing and identity across the page */
.section{padding-block:clamp(88px,10vw,130px)}
.section-head{margin-bottom:48px}
.service{transition:background .35s ease,padding .35s var(--ease)}
.service:hover{background:rgba(139,75,92,.025)}
.service h3{letter-spacing:-.025em}
.service .arrow,.actions .arrow{color:var(--color-accent)}
.details{color:var(--color-accent);letter-spacing:.13em}
.course--featured{box-shadow:inset 0 0 0 1px rgba(139,75,92,.08)}

@media (prefers-reduced-motion:reduce){
  .hero__glass h1,.hero-intro__lead,.section h2,.section-head>p,.academy__top h2,.service h3,.course h3,.about h2,.contact h2,.work-note h3{opacity:1;transform:none;transition:none}
  .hero__glass,.hero__glass:hover{transition:none;transform:none}
}

/* =========================================================
   STAGE 03 — COPY / LOCAL SEO / GEO / FAQ / CONVERSION
   ========================================================= */
:root{
  --type-display:clamp(3.4rem,7vw,7.25rem);
  --type-section:clamp(2.8rem,5.1vw,5.5rem);
  --type-lead:clamp(1.65rem,2.7vw,2.9rem);
  --type-body:clamp(.98rem,1.15vw,1.08rem);
}
body{font-size:16px}
.hero-intro__grid{align-items:start}
.hero-intro .eyebrow{max-width:280px;line-height:1.65}
.hero-intro__lead{max-width:880px;letter-spacing:-.022em}
.copy>p:not(.eyebrow),.service p,.course p,.section-head>p,.academy__top>p,.location p,.proof-placeholder small,.faq-item__answer p{font-size:var(--type-body)}
.section-head>div:first-child,.copy,.academy__top>div,.faq__inner{min-width:0}
.details{row-gap:12px}
.section-supporting-copy{margin:34px 0 0;max-width:760px;color:var(--color-muted);font-size:13px;line-height:1.7}
.service{grid-template-columns:55px minmax(0,1fr) 300px}
.service__media{position:relative;width:300px!important;aspect-ratio:16 / 9!important;height:auto!important;min-height:0!important;margin:0!important;overflow:hidden;isolation:isolate;background:var(--color-surface);border:1px solid var(--color-border)}
.service__media img{position:absolute;inset:0;width:100%!important;height:100%!important;display:block;object-fit:cover;object-position:center center;transition:transform .6s var(--ease)}
.service__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(17,12,14,0) 48%,rgba(17,12,14,.38) 100%);pointer-events:none}
.service__media figcaption{position:absolute;right:12px;bottom:10px;z-index:2;margin:0;color:#fff;font:500 8px var(--mono);letter-spacing:.15em;text-transform:uppercase}
.service__media:hover img{transform:scale(1.025)}
.academy__proof{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;margin-top:22px}
.academy-certification-video{aspect-ratio:16/9;min-height:0!important;padding:0}
.academy-certification-video__asset{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.academy-certification-video .media__top{z-index:3}
.academy-certification-image{margin:0;min-width:0}
.academy-certification-image img{width:100%;height:100%;min-height:100%;display:block;object-fit:cover;border:1px solid rgba(255,255,255,.12)}
.academy-certification-image figcaption{margin-top:9px;color:#bdb1b5;font:8px/1.5 var(--mono);letter-spacing:.08em;text-transform:uppercase}
.media--founder{padding:0}.media--founder .founder-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}.media--founder .media__top{z-index:2}
.location{background:var(--color-surface);border-top:1px solid var(--color-border)}
.location-grid{display:grid;grid-template-columns:1fr .72fr;gap:9vw;align-items:center}
.location h2{font-size:var(--type-section)}.location h2 em{color:var(--color-accent)}.location .large{max-width:650px}
.location-card{padding:34px;border:1px solid var(--color-border);background:rgba(255,255,255,.28)}
.location-card h3{font-size:2.6rem;margin:8px 0 14px}.location-card p{color:var(--color-muted);margin-bottom:8px}.location-card .arrow{margin-top:18px;color:var(--color-accent)}
.card-label{font:500 8px var(--mono);letter-spacing:.16em;color:var(--color-accent)}
.proof{background:rgba(139,75,92,.035)}.proof-placeholder{max-width:none;border:1px solid var(--color-border);padding:40px 34px;background:rgba(255,255,255,.34)}.proof-placeholder span{color:var(--color-accent)}.proof-placeholder p{font:500 clamp(1.8rem,3.2vw,3.4rem)/1 var(--serif);margin:16px 0 10px}
.faq{background:var(--color-bg)}.faq__inner{max-width:1240px;margin-inline:auto}.faq-list{border-top:1px solid var(--color-border)}.faq-item{border-bottom:1px solid var(--color-border)}.faq-item__question{margin:0}
.faq-item__question button{width:100%;min-height:76px;padding:20px 0;border:0;background:none;display:flex;justify-content:space-between;align-items:center;gap:25px;text-align:left;cursor:pointer;font:500 clamp(1.35rem,2.2vw,2rem)/1.1 var(--serif)}
.faq-item__question button>span:last-child{font:400 20px/1 var(--sans);color:var(--color-accent);transition:transform .28s var(--ease)}.faq-item__question button[aria-expanded=true]>span:last-child{transform:rotate(45deg)}
.faq-item__answer{max-width:760px;padding:0 50px 24px 0}.faq-item__answer p{margin:0;color:var(--color-muted);line-height:1.7}
.contact-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.contact-facts{display:flex;gap:14px 24px;flex-wrap:wrap;margin-top:28px;padding-top:15px;border-top:1px solid var(--color-border);font:8px var(--mono);letter-spacing:.12em;color:var(--color-muted)}
.form{align-content:start}.form__note{grid-column:1/-1;margin:0 0 2px;color:var(--color-muted);line-height:1.6}.form label{color:var(--color-accent)}.form input,.form select,.form textarea{font-family:var(--sans);font-size:14px;color:var(--color-text)}.form textarea{min-height:120px}.form .btn{width:100%}
.nav-wrap .nav li a[aria-current=page]{color:var(--color-accent)}.nav-wrap .nav li a[aria-current=page]:after{right:0}
.hero__glass-kicker,.hero__micro,.eyebrow,.details,.section-supporting-copy,.contact-facts{opacity:0;transform:translateY(10px);transition:opacity .55s ease,transform .65s var(--ease)}
.hero__glass-kicker.is-visible,.hero__micro.is-visible,.eyebrow.is-visible,.details.is-visible,.section-supporting-copy.is-visible,.contact-facts.is-visible{opacity:1;transform:none}
@media(max-width:1024px){.service{grid-template-columns:42px minmax(0,1fr) 240px}.service__media{width:240px!important}.academy__proof{grid-template-columns:1fr}.location-grid{grid-template-columns:1fr}}
@media(max-width:768px){.section-head{margin-bottom:40px}.hero-intro__lead{font-size:clamp(1.55rem,6vw,2rem)}.service{grid-template-columns:34px minmax(0,1fr);align-items:start;gap:13px}.service__media{grid-column:2;width:100%!important;max-width:100%}.service__media img{position:absolute!important}.academy__proof{grid-template-columns:1fr}.location-card{padding:25px}.faq-item__question button{min-height:70px}.faq-item__answer{padding-right:0}.contact-actions{flex-direction:column;align-items:stretch}.contact-actions .btn{width:100%}.form{grid-template-columns:1fr}.form .full{grid-column:auto}.form__note{grid-column:auto}}
@media(max-width:430px){.service__media{aspect-ratio:16/9!important}.service__media figcaption{font-size:7px;right:9px;bottom:8px}.location-card h3{font-size:2.1rem}.faq-item__question button{font-size:1.28rem;gap:16px}.faq-item__answer p{font-size:14px}}
@media(prefers-reduced-motion:reduce){.hero__glass-kicker,.hero__micro,.eyebrow,.details,.section-supporting-copy,.contact-facts{opacity:1;transform:none;transition:none}.service__media img,.faq-item__question button>span:last-child{transition:none}}


/* =========================================================
   FINAL MOBILE VIEWPORT / CONTAINMENT FIX
   Prevents WordPress/theme/plugin wrappers from producing a
   narrow left-aligned page on mobile. All major page layers
   explicitly use the viewport width.
   ========================================================= */
html {
  width: 100%;
  min-width: 100%;
  overflow-x: hidden;
}

body {
  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  overflow-x: hidden;
}

body > header,
body > main,
body > footer,
body > 


main,
section,
article,
footer,
header {
  max-width: none;
}

/* Preserve the editorial container instead of letting outer wrappers
   determine the mobile width. */
.container {
  width: min(var(--container), calc(100% - 28px)) !important;
  max-width: none !important;
}

/* Mobile: full-bleed page chrome, contained content. */
@media (max-width: 768px) {
  .header {
    width: 100% !important;
  }

  .header__inner {
    width: 100% !important;
    max-width: none !important;
    padding-left: 14px;
    padding-right: 14px;
  }

  .mobile-nav > nav,
  .mobile-nav .container {
    width: min(100% - 28px, 680px) !important;
    margin-inline: auto !important;
  }

  .hero--video .hero__media {
    width: calc(100% - 28px) !important;
    max-width: none !important;
    margin-inline: auto !important;
  }

  .hero-intro__grid,
  .section > .container,
  .studio > .container,
  .academy > .container,
  .location > .container,
  .faq > .container,
  .contact > .container {
    width: min(100% - 28px, 680px) !important;
    max-width: none !important;
    margin-inline: auto !important;
  }

  .section,
  .hero-intro,
  .cta {
    width: 100% !important;
  }
}

/* Compact phones: remove any accidental narrow-column behavior. */
@media (max-width: 430px) {
  .container,
  .hero-intro__grid,
  .section > .container,
  .studio > .container,
  .academy > .container,
  .location > .container,
  .faq > .container,
  .contact > .container {
    width: calc(100% - 28px) !important;
  }

  .header__inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Typography: readable identity on compact screens. */
@media (max-width: 430px) {
  .section-head h2,
  .academy__top h2,
  .location h2,
  .contact h2 {
    font-size: clamp(2.7rem, 11.5vw, 4rem) !important;
    line-height: .9 !important;
  }

  .hero-intro__lead {
    font-size: clamp(1.65rem, 7vw, 2.05rem) !important;
    line-height: 1.03 !important;
  }

  .service h3 {
    font-size: clamp(1.7rem, 7.5vw, 2.25rem) !important;
    line-height: .95 !important;
  }

  .service p {
    font-size: .78rem !important;
    line-height: 1.45 !important;
  }

  .eyebrow,
  .details,
  .service > span,
  .course span,
  .course small,
  .media__top,
  .media__bottom,
  .hero__micro,
  .hero__glass-kicker,
  .form label,
  .footer small {
    font-size: 7px !important;
  }
}

/* Fix service imagery only after the page-width reset. */
@media (max-width: 768px) {
  .service {
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: 26px minmax(0, 1fr) !important;
  }

  .service__media,
  .service .media--card {
    grid-column: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
  }

  .service__media img,
  .service .media--card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}


/* =========================================================
   ACADEMY COURSE SHOWCASE — editorial three-card system
   ========================================================= */
.academy__showcase{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:42px;
}
.academy-course{
  min-height:520px;
  padding:26px;
  display:flex;
  flex-direction:column;
  border:1px solid var(--color-border);
  position:relative;
  overflow:hidden;
  transition:transform .45s var(--ease),box-shadow .45s var(--ease),border-color .45s var(--ease);
}
.academy-course:before{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  border-radius:50%;
  border:1px solid currentColor;
  opacity:.09;
  right:-105px;
  top:-105px;
  transition:transform .55s var(--ease);
}
.academy-course:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(25,18,20,.12)}
.academy-course:hover:before{transform:scale(1.12)}
.academy-course--dark{background:#20191a;color:#f6f0ea;border-color:rgba(255,255,255,.08)}
.academy-course--accent{background:#8b4b5c;color:#fffaf5;border-color:#8b4b5c}
.academy-course--light{background:#f9f3ee;color:#211b1a}
.academy-course__top{display:flex;justify-content:space-between;align-items:start;gap:12px;position:relative;z-index:1}
.academy-course__index{font:500 10px var(--mono);letter-spacing:.1em}
.academy-course__tag{font:500 8px var(--mono);letter-spacing:.14em;text-transform:uppercase;opacity:.72}
.academy-course__body{margin-top:auto;position:relative;z-index:1}
.academy-course__label{font:500 8px var(--mono);letter-spacing:.15em;text-transform:uppercase;margin:0 0 15px;opacity:.62}
.academy-course h3{font-size:clamp(40px,3.3vw,54px);line-height:.88;margin:0 0 20px;letter-spacing:-.04em}
.academy-course p:not(.academy-course__label){font-size:12px;line-height:1.55;max-width:360px;margin:0;opacity:.74}
.academy-course__footer{position:relative;z-index:1;margin-top:35px;padding-top:15px;border-top:1px solid currentColor;display:flex;align-items:center;justify-content:space-between;gap:16px;font:500 8px var(--mono);letter-spacing:.09em}
.academy-course__cta{font:500 10px var(--sans);letter-spacing:.07em;text-transform:uppercase;display:inline-flex;gap:7px;align-items:center}
.academy-course__cta i{font-style:normal;transition:transform .3s var(--ease)}
.academy-course__cta:hover i{transform:translate(3px,-3px)}
.academy-course--accent .academy-course__footer{border-color:rgba(255,250,245,.35)}
@media(max-width:900px){
  .academy__showcase{grid-template-columns:1fr;gap:12px}
  .academy-course{min-height:420px}
}
@media(max-width:560px){
  .academy__showcase{margin-top:30px}
  .academy-course{min-height:390px;padding:22px}
  .academy-course h3{font-size:clamp(38px,10vw,50px)}
  .academy-course p:not(.academy-course__label){font-size:12px}
  .academy-course__footer{margin-top:28px}
}


/* =========================================================
   RITS MUA — BRANDED FORM CONTROLS
   Match the editorial palette on desktop + mobile.
   ========================================================= */

.form {
  --form-bg: rgba(255, 253, 250, .72);
  --form-surface: #fffdfa;
  --form-text: var(--color-text, #211b1a);
  --form-muted: var(--color-muted, #756b67);
  --form-accent: var(--color-accent, #743e49);
  --form-line: var(--color-border, rgba(33, 27, 26, .14));
}

/* Reset browser-native chrome without breaking semantics. */
.form input,
.form select,
.form textarea {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 48px;
  border: 1px solid transparent;
  border-bottom: 1px solid var(--form-line);
  border-radius: 0;
  background: transparent;
  color: var(--form-text);
  padding: 12px 36px 12px 0;
  box-shadow: none;
  transition:
    border-color .25s var(--ease, ease),
    background-color .25s var(--ease, ease),
    box-shadow .25s var(--ease, ease),
    color .25s var(--ease, ease);
}

.form input::placeholder,
.form textarea::placeholder {
  color: var(--form-muted);
  opacity: .9;
}

.form input:hover,
.form select:hover,
.form textarea:hover {
  border-bottom-color: rgba(116, 62, 73, .32);
}

.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: none;
  border-bottom-color: var(--form-accent);
  box-shadow: 0 1px 0 0 var(--form-accent);
  background: rgba(255, 253, 250, .36);
}

/* Custom select arrow. */
.form .select-wrap {
  position: relative;
}

.form .select-wrap::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1px solid var(--form-text);
  border-bottom: 1px solid var(--form-text);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.form select {
  cursor: pointer;
  color: var(--form-text);
}

/* Date field: neutralize the browser icon and let the brand style lead. */
.form input[type="date"] {
  color-scheme: light;
  padding-right: 32px;
}

.form input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: .7;
  width: 18px;
  height: 18px;
  cursor: pointer;
  filter: sepia(.22) saturate(.5);
}

/* Textarea should breathe like the rest of the editorial form. */
.form textarea {
  min-height: 120px;
  padding-right: 0;
  resize: vertical;
}

/* Give labels a stronger brand hierarchy. */
.form label {
  color: var(--form-accent);
}

.form label input,
.form label select,
.form label textarea {
  color: var(--form-text);
}

/* Open native select menus are OS-rendered, but selected/focus states
   inherit the RITS MUA accent on browsers that expose these properties. */
.form select option {
  color: var(--form-text);
  background: var(--form-surface);
}

.form select option:checked,
.form select option:hover {
  color: #fff;
  background: var(--form-accent);
}

/* Mobile controls remain comfortably tappable and do not overflow. */
@media (max-width: 768px) {
  .form {
    grid-template-columns: 1fr !important;
    width: 100%;
    gap: 18px;
  }

  .form label,
  .form input,
  .form select,
  .form textarea,
  .form .full {
    width: 100%;
    min-width: 0;
  }

  .form input,
  .form select {
    min-height: 50px;
    font-size: 16px; /* avoids iOS/Android zoom-on-focus behavior */
  }

  .form textarea {
    min-height: 126px;
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  .form {
    gap: 16px;
  }

  .form label {
    font-size: 7px !important;
    letter-spacing: .13em;
  }
}


/* =========================================================
   RITS MUA — INTRO / ENTITY STATEMENT TYPOGRAPHIC SYSTEM
   ========================================================= */

.hero-intro {
  position: relative;
  overflow: hidden;
  padding: clamp(86px, 10vw, 150px) 0 clamp(92px, 11vw, 165px);
  background:
    linear-gradient(90deg, rgba(247,241,235,.98), rgba(247,241,235,.92)),
    var(--color-bg);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.hero-intro::before {
  content: "RITS MUA";
  position: absolute;
  left: -0.02em;
  bottom: -0.19em;
  font-family: var(--serif);
  font-size: clamp(130px, 19vw, 310px);
  font-weight: 600;
  letter-spacing: -.075em;
  line-height: .72;
  color: rgba(116,62,73,.035);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.hero-intro__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(170px,.56fr) minmax(0,1.44fr);
  gap: clamp(42px, 8vw, 130px);
  align-items: start;
}

.hero-intro__grid > .eyebrow {
  margin-top: .65em;
  max-width: 180px;
  line-height: 1.7;
  color: var(--color-accent);
}

.hero-intro__grid > div {
  position: relative;
  max-width: 920px;
}

.hero-intro__grid > div::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 0.34em;
  width: 1px;
  height: 3.9em;
  background: linear-gradient(
    to bottom,
    var(--color-champagne, #c6a875),
    transparent
  );
}

.hero-intro__lead {
  max-width: 910px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(45px, 5.15vw, 78px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .93;
  text-wrap: balance;
  color: var(--color-text);
}

.hero-intro__lead::first-line {
  letter-spacing: -.055em;
}

.hero-intro__lead .accent,
.hero-intro__lead em {
  color: var(--color-accent);
  font-style: italic;
}

.hero-intro__grid .actions {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-top: clamp(30px, 4vw, 48px);
  padding-top: 18px;
  border-top: 1px solid var(--color-border);
}

.hero-intro__grid .arrow {
  position: relative;
  padding-bottom: 5px;
  color: var(--color-text);
}

.hero-intro__grid .arrow::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  background: var(--color-accent);
  transition: right .35s var(--ease, ease);
}

.hero-intro__grid .arrow:hover::after,
.hero-intro__grid .arrow:focus-visible::after {
  right: 0;
}

.hero-intro__grid .arrow i {
  color: var(--color-accent);
}

/* Subtle line-by-line impression without adding dependencies. */
.hero-intro__lead,
.hero-intro__grid .actions,
.hero-intro__grid > .eyebrow {
  animation: introTypeReveal .75s var(--ease, ease) both;
}

.hero-intro__grid .actions {
  animation-delay: .11s;
}

.hero-intro__grid > .eyebrow {
  animation-delay: .04s;
}

@keyframes introTypeReveal {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .hero-intro {
    padding: 78px 0 92px;
  }

  .hero-intro__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-intro__grid > .eyebrow {
    max-width: none;
    margin: 0;
  }

  .hero-intro__grid > div::before {
    display: none;
  }

  .hero-intro__lead {
    max-width: 760px;
    font-size: clamp(42px, 7.5vw, 64px);
    line-height: .95;
  }

  .hero-intro::before {
    font-size: clamp(100px, 23vw, 180px);
    bottom: -.12em;
  }
}

@media (max-width: 560px) {
  .hero-intro {
    padding: 66px 0 76px;
  }

  .hero-intro__lead {
    font-size: clamp(36px, 10.2vw, 48px);
    line-height: .96;
    letter-spacing: -.04em;
  }

  .hero-intro__grid .actions {
    flex-wrap: wrap;
    gap: 18px 24px;
    margin-top: 30px;
  }

  .hero-intro::before {
    font-size: 26vw;
    bottom: -.04em;
  }
}

@media (max-width: 390px) {
  .hero-intro {
    padding: 58px 0 70px;
  }

  .hero-intro__lead {
    font-size: clamp(33px, 9.6vw, 42px);
  }

  .hero-intro__grid .actions {
    gap: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-intro__lead,
  .hero-intro__grid .actions,
  .hero-intro__grid > .eyebrow {
    animation: none;
  }
}


/* =========================================================
   RITS MUA — DEFINITIVE MOBILE GRID FIX
   Mobile must never retain desktop split layouts.
   ========================================================= */

/* All editorial split layouts collapse to one column on tablets/phones. */
@media (max-width: 1024px) {
  .split,
  .studio__split,
  .about .split,
  .contact__grid,
  .transformation__grid,
  .academy__top,
  .location-grid {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: none !important;
  }

  .split > *,
  .studio__split > *,
  .about .split > *,
  .contact__grid > *,
  .transformation__grid > *,
  .academy__top > *,
  .location-grid > * {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .studio .media--studio,
  .about .media--about,
  .media--about,
  .studio-visual,
  .media--founder {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Keep mobile content inside the physical viewport. */
@media (max-width: 768px) {
  html,
  body,
  #main,
  main,
  section,
  .site,
  #page,
  #content {
    overflow-x: clip !important;
  }

  .split,
  .studio__split,
  .about .split {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 42px !important;
  }

  .split .media,
  .split .copy,
  .studio__split .media,
  .studio__split .copy,
  .about .media,
  .about .copy {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  /* Images should occupy a clean full mobile column. */
  .media--studio,
  .media--about,
  .media--founder {
    min-height: 0 !important;
    aspect-ratio: 4 / 5 !important;
  }

  .media--studio img,
  .media--about img,
  .media--founder img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* Prevent oversized editorial type from creating an off-canvas column. */
  .split h2,
  .studio__split h2,
  .about h2 {
    max-width: 100% !important;
    overflow-wrap: normal;
    word-break: normal;
  }

  .split .large,
  .studio__split .large,
  .about .large {
    max-width: 100% !important;
  }
}

@media (max-width: 430px) {
  .split,
  .studio__split,
  .about .split {
    gap: 34px !important;
  }

  .media--studio,
  .media--about,
  .media--founder {
    aspect-ratio: 4 / 5 !important;
  }
}

/* Floating WhatsApp stays a circle even when parent width rules are hostile. */

@media (max-width: 768px) {
  

}


/* =========================================================
   RITS MUA — FLOATING QUICK ACCESS
   Inspired by the supplied reference interaction, but kept
   compact and native to the RITS MUA brand.
   ========================================================= */

.quick-actions {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 120;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.quick-actions__trigger {
  position: relative;
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  background: var(--color-accent, #743e49);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(33,27,26,.2);
  transition: transform .3s var(--ease, ease), box-shadow .3s var(--ease, ease);
}

.quick-actions__trigger:hover,
.quick-actions__trigger:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(33,27,26,.26);
}

.quick-actions__trigger svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
  transition: transform .3s var(--ease, ease);
}

.quick-actions.is-open .quick-actions__trigger svg {
  transform: rotate(12deg);
}

.quick-actions__word {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  padding: 7px 10px;
  background: var(--color-text, #211b1a);
  color: var(--color-bg, #f7f1eb);
  border-radius: 999px;
  font: 500 8px var(--mono, monospace);
  letter-spacing: .12em;
  opacity: .96;
  white-space: nowrap;
}

.quick-actions__panel {
  width: min(340px, calc(100vw - 32px));
  margin-bottom: 12px;
  padding: 26px;
  border: 1px solid rgba(116,62,73,.22);
  border-radius: 3px;
  background: rgba(247,241,235,.94);
  box-shadow: 0 22px 60px rgba(33,27,26,.19);
  backdrop-filter: blur(12px);
  transform-origin: bottom right;
  animation: quickPanelIn .3s var(--ease, ease) both;
}

.quick-actions__panel[hidden] {
  display: none;
}

.quick-actions__eyebrow {
  margin-bottom: 13px;
  color: var(--color-accent, #743e49);
  font: 500 8px var(--mono, monospace);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.quick-actions__panel h2 {
  margin: 0 0 12px;
  font: 500 34px/.92 var(--serif, Georgia, serif);
  letter-spacing: -.04em;
  color: var(--color-text, #211b1a);
}

.quick-actions__panel h2 em {
  color: var(--color-accent, #743e49);
  font-style: italic;
}

.quick-actions__panel p {
  margin: 0 0 18px;
  color: var(--color-muted, #756b67);
  font-size: 12px;
  line-height: 1.55;
}

.quick-actions__item {
  min-height: 45px;
  margin-top: 8px;
  padding: 11px 13px;
  border: 1px solid rgba(116,62,73,.19);
  background: rgba(255,253,250,.72);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 11px;
  font-weight: 600;
  transition: border-color .25s var(--ease, ease), background-color .25s var(--ease, ease), transform .25s var(--ease, ease);
}

.quick-actions__item:hover,
.quick-actions__item:focus-visible {
  border-color: var(--color-accent, #743e49);
  background: #fffdfa;
  transform: translateY(-1px);
}

.quick-actions__item i {
  color: var(--color-accent, #743e49);
  font-style: normal;
}

@keyframes quickPanelIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 768px) {
  .quick-actions {
    right: 16px;
    bottom: max(16px, env(safe-area-inset-bottom));
  }

  .quick-actions__trigger {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
  }

  .quick-actions__word {
    display: none;
  }

  .quick-actions__panel {
    width: min(330px, calc(100vw - 32px));
    padding: 22px;
    margin-bottom: 10px;
  }

  .quick-actions__panel h2 {
    font-size: clamp(29px, 8vw, 35px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .quick-actions__panel {
    animation: none;
  }

  .quick-actions__trigger,
  .quick-actions__trigger svg {
    transition: none;
  }
}

/* ============================================================
   RITS MUA — Stage 04
   Real media placement · dynamic work gallery · recognition
   strip · 5-course academy grid · font smoothing
   ============================================================ */
body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}

/* Academy — 6-cell grid: 5 real courses + a guidance CTA card */
.academy__showcase{grid-template-columns:repeat(3,1fr)}
.academy-course{min-height:440px}
.academy-course--cta{background:transparent;border:1px dashed var(--color-accent);color:var(--color-text)}
.academy-course--cta .academy-course__index,
.academy-course--cta h3{color:var(--color-accent)}
.academy-course--cta:before{border-color:var(--color-accent);opacity:.2}
.academy-course--cta .academy-course__footer{border-color:rgba(116,62,73,.28)}
@media(max-width:900px){.academy__showcase{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.academy__showcase{grid-template-columns:1fr}.academy-course{min-height:360px}}

/* Work — dynamic editorial gallery (mixed video + image tiles) */
.work-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:230px;grid-auto-flow:row dense;gap:16px;margin-top:42px}
.work-tile{position:relative;margin:0;overflow:hidden;background:#20191a;border:1px solid var(--color-border)}
.work-tile img,.work-tile video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s var(--ease)}
.work-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(18,10,12,.62),transparent 46%);pointer-events:none;z-index:1}
.work-tile figcaption{position:absolute;left:16px;bottom:14px;z-index:2;color:#fffaf5;font:500 9px var(--mono);letter-spacing:.14em;text-transform:uppercase}
.work-tile--video figcaption:before{content:"\25B6";margin-right:8px;font-size:8px}
.work-tile:hover img,.work-tile:hover video{transform:scale(1.06)}
.work-tile--feature{grid-column:span 2;grid-row:span 2}
.work-tile--wide{grid-column:span 2}
@media(max-width:900px){.work-gallery{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px}.work-tile--feature{grid-column:span 2;grid-row:span 2}.work-tile--wide{grid-column:span 2}}
@media(max-width:560px){.work-gallery{grid-template-columns:1fr;grid-auto-rows:unset}.work-tile{aspect-ratio:4/5}.work-tile--feature,.work-tile--wide{grid-column:auto;grid-row:auto}}

/* Recognition — real award + expo cards */
.proof-strip{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:8px}
.proof-card{position:relative;margin:0;overflow:hidden;min-height:420px;background:#20191a;border:1px solid var(--color-border)}
.proof-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s var(--ease)}
.proof-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(18,10,12,.72),transparent 52%);pointer-events:none;z-index:1}
.proof-card:hover img{transform:scale(1.05)}
.proof-card figcaption{position:absolute;left:22px;right:22px;bottom:20px;z-index:2;color:#fffaf5;display:flex;flex-direction:column;gap:7px}
.proof-card figcaption span{font:500 8px var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent-soft)}
.proof-card figcaption strong{font:400 clamp(1.5rem,2.4vw,2.1rem)/1 var(--serif)}
@media(max-width:768px){.proof-strip{grid-template-columns:1fr}.proof-card{min-height:340px}}

/* ============================================================
   RITS MUA — Stage 05
   Crop fixes: portrait-friendly frames + face-safe focal points
   for beauty photos & vertical video, desktop + mobile.
   ============================================================ */

/* Keep faces in frame wherever people appear (cover crops from the top) */
.studio-visual img,
.media--founder .founder-image,
.service .media--card img,
.work-tile img,
.work-tile video,
.proof-card img,
.academy-certification-image img,
.academy-certification-video__asset{object-position:center top}

/* --- Services: portrait beauty frames instead of 16:9 bands --- */
.service .media--card{aspect-ratio:4/5}
@media(max-width:768px){.service .media--card{aspect-ratio:4/5!important}}
@media(max-width:430px){.service__media{aspect-ratio:4/5!important}.service .media--card{aspect-ratio:4/5!important}}

/* --- Work: uniform portrait gallery (vertical reels/portraits no longer cropped to bands) --- */
.work-gallery{grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;grid-auto-flow:row;gap:16px;margin-top:42px}
.work-tile{aspect-ratio:4/5}
.work-tile--feature,.work-tile--wide{grid-column:auto;grid-row:auto}
.work-tile--cta{aspect-ratio:4/5;display:flex;flex-direction:column;justify-content:space-between;padding:26px;background:var(--color-accent);color:#fffaf5;border-color:var(--color-accent);text-decoration:none;overflow:hidden}
.work-tile--cta:after{display:none}
.work-tile__cta-kicker{font:500 8px var(--mono);letter-spacing:.16em;text-transform:uppercase;opacity:.85}
.work-tile__cta-title{font:400 clamp(2rem,2.6vw,2.9rem)/.95 var(--serif);margin-top:auto}
.work-tile__cta-go{display:inline-flex;gap:8px;align-items:center;font:500 10px var(--mono);letter-spacing:.12em;text-transform:uppercase;margin-top:16px}
.work-tile--cta i{font-style:normal;transition:transform .3s var(--ease)}
.work-tile--cta:hover i{transform:translate(3px,-3px)}
@media(max-width:900px){.work-gallery{grid-template-columns:repeat(2,1fr)}}
@media(max-width:430px){.work-gallery{gap:11px}.work-tile--cta{padding:16px}.work-tile__cta-title{font-size:1.55rem}.work-tile__cta-go{font-size:8px;margin-top:10px}}

/* --- Recognition: award faces stay in frame (top-biased crop) --- */
.proof-card img{object-position:center top}

/* ============================================================
   RITS MUA — Stage 06
   Hero-intro rebalance (desktop only; mobile already sound):
   right-sized statement, calmer spacing, and a clean full-height
   column rule replacing the short floating divider stub.
   ============================================================ */
@media (min-width: 901px) {
  .hero-intro{padding:clamp(64px,7vw,104px) 0 clamp(66px,7.5vw,112px)}
  .hero-intro__grid{grid-template-columns:minmax(150px,.5fr) minmax(0,1.5fr);gap:clamp(36px,5vw,84px)}
  .hero-intro__grid > .eyebrow{margin-top:.5em}
  .hero-intro__lead{font-size:clamp(34px,3.6vw,56px);line-height:.99;letter-spacing:-.035em;max-width:800px}
  .hero-intro__grid > div::before{
    top:.12em;
    height:calc(100% - .12em);
    background:linear-gradient(to bottom,var(--color-champagne,#c6a875) 0%,rgba(116,62,73,.16) 60%,transparent 100%);
  }
}

/* ============================================================
   RITS MUA — Stage 07
   Service thumbnails were locked to landscape by a high-specificity
   block (.service-grid .service__media.media--card) that hard-codes a
   FIXED height + aspect-ratio:16/9 !important. That fixed height — not
   the ratio — was forcing the crop, and it outranks lower-specificity
   fixes. Override it at equal specificity: clear the height/caps and
   flip to portrait 4:5, face-anchored, at every breakpoint. Width is
   left as that block sets it; height now derives from the ratio.
   ============================================================ */
.service-grid .service__media.media--card{
  height:auto!important;
  max-height:none!important;
  aspect-ratio:4/5!important;
}
.service-grid .service__media.media--card img{
  object-position:center top!important;
}
@media(max-width:1024px){.service-grid .service__media.media--card{height:auto!important;max-height:none!important;aspect-ratio:4/5!important}}
@media(max-width:768px){.service-grid .service__media.media--card{height:auto!important;max-height:none!important;aspect-ratio:4/5!important}}
@media(max-width:430px){.service-grid .service__media.media--card{height:auto!important;max-height:none!important;aspect-ratio:4/5!important}}
@media(max-width:360px){.service-grid .service__media.media--card{height:auto!important;max-height:none!important;aspect-ratio:4/5!important}}

/* ============================================================
   RITS MUA — Stage 09
   Hero: eliminate the grey flash on first load and on every loop.
   Paint a clean bridal still behind the film — on both the media
   container and the <video> element — so any buffer/decode/loop
   gap reveals an on-brand image, never the empty grey placeholder.
   (Same image is the poster + og image, so it stays consistent.)
   ============================================================ */
.hero--video .hero__media{
  background-color:#171315;
  background-image:url('https://ritsmua.in/wp-content/uploads/2026/09/rits-muaa-bride-makeup-gai-ghat-patna.jpg-scaled.jpeg');
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
.hero--video .hero__video{
  background-color:#171315;
  background-image:url('https://ritsmua.in/wp-content/uploads/2026/09/rits-muaa-bride-makeup-gai-ghat-patna.jpg-scaled.jpeg');
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}

/* ============================================================
   RITS MUA — Stage 10
   Center the oversized "RITS MUA" watermark behind the intro text
   (was left-anchored and bleeding off-center). Now centered on the
   same vertical axis as the hero video above, desktop + mobile.
   ============================================================ */
.hero-intro::before{
  left:50%;
  right:auto;
  transform:translateX(-50%);
  text-align:center;
}

/* ============================================================
   RITS MUA — Stage 12
   Mobile hero glass: was a fixed ~70%-wide box, leaving a big empty
   right half. Make it hug its content (fit-content) while staying
   pinned bottom-right, so the panel is compact, the wasted space is
   gone, and the text/button sit neatly to the right — clear of the
   subject on the left. Desktop layout is untouched.
   ============================================================ */
@media (max-width:768px){
  .hero__glass{
    left:auto; right:10px; bottom:10px; top:auto;
    width:fit-content;
    max-width:calc(100% - 20px);
    padding:13px 15px 14px;
  }
  .hero__glass h1{max-width:none}
  .hero__glass .btn{width:100%; justify-content:center}
}
@media (max-width:430px){
  .hero__glass{right:9px; bottom:9px; width:fit-content; max-width:calc(100% - 18px)}
  .hero__glass h1{max-width:none}
}
@media (max-width:360px){
  .hero__glass{width:fit-content; max-width:calc(100% - 16px)}
  .hero__glass h1{max-width:none}
}

/* ============================================================
   RITS MUA — Stage 13  (mobile fixes)
   (a) About & Studio are <div class="container split">, but an earlier
       rule forced .split{width:100%}, cancelling the container's side
       padding so text ran flush to both edges. Restore the padded
       container width.
   (b) Section headings were floored ~51px, so long lines (e.g. "personal
       point of view.") overflowed the viewport. Right-size for mobile.
   (c) Academy certification media: the top-anchored crop showed only the
       backdrop with people at the bottom edge — recentre it.
   ============================================================ */
@media (max-width:768px){
  .split.container,
  .about .split{
    width:var(--container)!important;
    max-width:var(--container)!important;
    margin-inline:auto!important;
  }
  .section h2,
  .about h2,
  .split h2,
  .studio__split h2{
    font-size:clamp(28px,7vw,44px)!important;
    line-height:.96;
    overflow-wrap:break-word;
  }
  .academy-certification-image img,
  .academy-certification-video__asset{
    object-position:center center!important;
  }
}


/* ============================================================
   RITS MUA — Editorial Intro / Design Guide implementation
   Scoped to .hero-intro--editorial. No other section is changed.
   ============================================================ */
.hero-intro--editorial{
  position:relative;
  overflow:hidden;
  padding:clamp(72px,8vw,118px) 0 clamp(58px,7vw,92px);
  background:var(--color-bg);
  border-top:1px solid var(--color-border);
  border-bottom:1px solid var(--color-border);
  isolation:isolate;
}
.hero-intro--editorial::before{
  content:"";
  position:absolute;
  z-index:0;
  width:clamp(180px,20vw,300px);
  height:clamp(180px,20vw,300px);
  right:-5vw;
  top:10%;
  border:1px solid rgba(116,62,73,.18);
  border-radius:50%;
  transform:rotate(18deg);
  pointer-events:none;
}
.hero-intro--editorial::after{
  content:"";
  position:absolute;
  z-index:0;
  width:clamp(120px,16vw,240px);
  height:clamp(24px,3vw,48px);
  right:4vw;
  bottom:13%;
  border-radius:70% 30% 65% 35%;
  background:linear-gradient(135deg,rgba(116,62,73,.12),rgba(198,168,117,.24),rgba(116,62,73,.05));
  transform:rotate(-18deg);
  filter:blur(.2px);
  pointer-events:none;
}
.hero-intro--editorial .container{position:relative;z-index:2}
.hero-intro--editorial .hero-intro__watermark{
  content:"";
  position:absolute;
  z-index:0;
  left:50%;
  bottom:-.18em;
  transform:translate3d(-50%,0,0);
  font-family:var(--serif);
  font-size:clamp(150px,21vw,330px);
  font-weight:600;
  letter-spacing:-.075em;
  line-height:.72;
  color:rgba(116,62,73,.045);
  white-space:nowrap;
  pointer-events:none;
  user-select:none;
  will-change:transform;
}
.hero-intro--editorial .hero-intro__topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding-bottom:18px;
  margin-bottom:clamp(38px,5vw,72px);
  border-bottom:1px solid var(--color-border);
  color:var(--color-accent);
  font:500 8px/1.4 var(--mono);
  letter-spacing:.17em;
  text-transform:uppercase;
}
.hero-intro--editorial .hero-intro__grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(170px,.42fr) minmax(0,1.58fr);
  gap:clamp(38px,7vw,110px);
  align-items:start;
}
.hero-intro--editorial .hero-intro__side{
  min-height:clamp(390px,35vw,520px);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding-top:5px;
}
.hero-intro--editorial .hero-intro__side-rule{
  display:block;
  width:42px;
  height:1px;
  background:var(--color-accent);
  transform-origin:left center;
  animation:introRuleGrow .9s var(--ease) both;
}
.hero-intro--editorial .hero-intro__side-words{
  display:grid;
  gap:7px;
  width:max-content;
  color:var(--color-text);
  font:500 8px/1.35 var(--mono);
  letter-spacing:.19em;
}
.hero-intro--editorial .hero-intro__side-words span{
  opacity:0;
  transform:translateX(-10px);
  animation:introSideIn .65s var(--ease) forwards;
}
.hero-intro--editorial .hero-intro__side-words span:nth-child(2){animation-delay:.08s}
.hero-intro--editorial .hero-intro__side-words span:nth-child(3){animation-delay:.16s}
.hero-intro--editorial .hero-intro__side-words span:nth-child(4){animation-delay:.24s}
.hero-intro--editorial .hero-intro__side-note{
  max-width:150px;
  color:var(--color-muted);
  font:500 8px/1.55 var(--mono);
  letter-spacing:.16em;
}
.hero-intro--editorial .hero-intro__content{
  position:relative;
  max-width:930px;
}
.hero-intro--editorial .hero-intro__index{
  display:flex;
  align-items:center;
  gap:10px;
  width:max-content;
  margin:0 0 18px auto;
  color:var(--color-muted);
  font:500 8px var(--mono);
  letter-spacing:.14em;
}
.hero-intro--editorial .hero-intro__index i{
  width:48px;
  height:1px;
  background:linear-gradient(90deg,var(--color-border),var(--color-accent));
}
.hero-intro--editorial .hero-intro__lead{
  display:grid;
  gap:.02em;
  max-width:900px;
  margin:0;
  font-size:clamp(40px,4.55vw,70px);
  line-height:.93;
  letter-spacing:-.042em;
  text-wrap:balance;
}
.hero-intro--editorial .hero-intro__line{
  display:block;
  opacity:0;
  transform:translateY(22px);
  animation:introLineReveal .9s var(--ease) forwards;
}
.hero-intro--editorial .hero-intro__line:nth-child(2){animation-delay:.08s}
.hero-intro--editorial .hero-intro__line:nth-child(3){animation-delay:.16s}
.hero-intro--editorial .hero-intro__line:nth-child(4){animation-delay:.24s}
.hero-intro--editorial .hero-intro__lead .accent{
  color:var(--color-accent);
  font-style:italic;
}
.hero-intro--editorial .actions{
  position:relative;
  display:flex;
  gap:36px;
  align-items:center;
  margin-top:clamp(34px,4vw,52px);
  padding-top:18px;
  border-top:1px solid var(--color-border);
  opacity:0;
  transform:translateY(12px);
  animation:introActionsIn .8s var(--ease) .42s forwards;
}
.hero-intro--editorial .arrow{
  padding-bottom:6px;
}
.hero-intro--editorial .hero-intro__bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-top:clamp(36px,5vw,66px);
  padding-top:15px;
  border-top:1px solid rgba(33,27,26,.09);
  color:var(--color-muted);
  font:500 8px var(--mono);
  letter-spacing:.14em;
  text-transform:uppercase;
}
.hero-intro--editorial .hero-intro__lead{
  opacity:1;
  transform:none;
  animation:none;
}
@keyframes introLineReveal{
  0%{opacity:0;transform:translateY(22px);filter:blur(4px)}
  100%{opacity:1;transform:none;filter:blur(0)}
}
@keyframes introActionsIn{
  to{opacity:1;transform:none}
}
@keyframes introSideIn{
  to{opacity:1;transform:none}
}
@keyframes introRuleGrow{
  from{transform:scaleX(0)}
  to{transform:scaleX(1)}
}
@media(max-width:900px){
  .hero-intro--editorial{padding:66px 0 76px}
  .hero-intro--editorial .hero-intro__topline{display:block;margin-bottom:34px}
  .hero-intro--editorial .hero-intro__topline span+span{display:block;margin-top:8px}
  .hero-intro--editorial .hero-intro__grid{grid-template-columns:1fr;gap:30px}
  .hero-intro--editorial .hero-intro__side{
    min-height:0;
    display:grid;
    grid-template-columns:auto 1fr;
    gap:24px;
    align-items:start;
  }
  .hero-intro--editorial .hero-intro__side-rule{margin-top:5px}
  .hero-intro--editorial .hero-intro__side-note{display:none}
  .hero-intro--editorial .hero-intro__index{margin-left:0}
  .hero-intro--editorial .hero-intro__lead{font-size:clamp(39px,7vw,58px)}
}
@media(max-width:560px){
  .hero-intro--editorial{padding:58px 0 66px}
  .hero-intro--editorial .hero-intro__topline{font-size:7px}
  .hero-intro--editorial .hero-intro__grid{gap:24px}
  .hero-intro--editorial .hero-intro__lead{font-size:clamp(34px,9.8vw,47px);line-height:.95}
  .hero-intro--editorial .actions{gap:22px}
  .hero-intro--editorial .hero-intro__bottom{display:block;line-height:1.8}
  .hero-intro--editorial .hero-intro__bottom span+span{display:block;margin-top:6px}
  .hero-intro--editorial .hero-intro__watermark{font-size:29vw}
  .hero-intro--editorial::before{width:130px;height:130px;right:-55px;top:19%}
  .hero-intro--editorial::after{right:-20px;bottom:18%;width:130px;height:28px}
}
@media(prefers-reduced-motion:reduce){
  .hero-intro--editorial .hero-intro__watermark{transform:translate3d(-50%,0,0)!important}
  .hero-intro--editorial .hero-intro__line,
  .hero-intro--editorial .hero-intro__actions,
  .hero-intro--editorial .hero-intro__side-words span,
  .hero-intro--editorial .hero-intro__side-rule{
    animation:none!important;
    opacity:1!important;
    transform:none!important;
    filter:none!important;
  }
}
/* =========================================================
   ACADEMY CERTIFICATION VIDEO — 9:16 PORTRAIT SOURCE
   Preserve the complete vertical video without cropping.
   ========================================================= */

.academy-certification-video {
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: #211b1a !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.academy-certification-video__asset {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #211b1a !important;
}

@media (max-width: 768px) {
  .academy-certification-video {
    aspect-ratio: 16 / 9 !important;
    min-height: 0 !important;
  }

  .academy-certification-video__asset {
    object-fit: contain !important;
    object-position: center center !important;
  }
}

@media (max-width: 430px) {
  .academy-certification-video {
    aspect-ratio: 16 / 9 !important;
    min-height: 0 !important;
  }

  .academy-certification-video__asset {
    object-fit: contain !important;
    object-position: center center !important;
  }
}
/* =========================================================
   RITS MUA — Premium service showcase directly below hero
   Replaces the oversized editorial statement with a visual,
   service-first section that scales cleanly from desktop to mobile.
   ========================================================= */
.service-showcase{
  position:relative;
  overflow:hidden;
  padding:clamp(68px,8vw,112px) 0 clamp(48px,6vw,78px);
  background:var(--color-bg);
  border-top:1px solid var(--color-border);
  border-bottom:1px solid var(--color-border);
  isolation:isolate;
}
.service-showcase:before{
  content:"";
  position:absolute;
  width:min(42vw,620px);
  height:min(42vw,620px);
  border:1px solid rgba(116,62,73,.09);
  border-radius:50%;
  right:-18vw;
  top:10%;
  pointer-events:none;
}
.service-showcase__header{position:relative;z-index:1}
.service-showcase__eyebrow{
  display:flex;
  justify-content:space-between;
  gap:24px;
  padding-bottom:17px;
  border-bottom:1px solid var(--color-border);
  color:var(--color-accent);
  font:500 8px/1.4 var(--mono);
  letter-spacing:.17em;
  text-transform:uppercase;
}
.service-showcase__intro{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(230px,330px);
  gap:clamp(35px,8vw,120px);
  align-items:end;
  margin:clamp(38px,5vw,70px) 0 clamp(42px,5vw,68px);
}
.service-showcase__intro .eyebrow{margin-bottom:15px}
.service-showcase__intro h2{
  max-width:720px;
  margin:0;
  font-size:clamp(48px,6vw,84px);
  line-height:.88;
  letter-spacing:-.045em;
}
.service-showcase__copy{
  max-width:310px;
  margin:0 0 4px;
  color:var(--color-muted);
  font-size:13px;
  line-height:1.65;
}
.service-showcase__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.12fr .88fr .88fr;
  grid-template-rows:clamp(250px,31vw,450px) clamp(210px,24vw,340px);
  gap:16px;
}
.service-showcase__card{
  position:relative;
  min-width:0;
  min-height:0;
  overflow:hidden;
  background:#211b1a;
  color:#fffaf5;
  border:1px solid rgba(33,27,26,.12);
  transform:translateY(26px);
  opacity:0;
  transition:transform .9s var(--ease), opacity .9s var(--ease), box-shadow .45s var(--ease);
}
.service-showcase__card.is-visible{transform:none;opacity:1}
.service-showcase__card:nth-child(2){transition-delay:.08s}
.service-showcase__card:nth-child(3){transition-delay:.16s}
.service-showcase__card:nth-child(4){transition-delay:.24s}
.service-showcase__card--tall{grid-row:1 / 3}
.service-showcase__card--wide{grid-column:2 / 4}
.service-showcase__card figure{position:absolute;inset:0;margin:0;overflow:hidden}
.service-showcase__card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  filter:saturate(.88) contrast(.98);
  transform:scale(1.015);
  transition:transform 1s var(--ease), filter .8s var(--ease);
}
.service-showcase__card--tall img{object-position:center 30%}
.service-showcase__shade{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(18,10,12,.03) 28%,rgba(18,10,12,.78) 100%);
  transition:opacity .5s var(--ease);
}
.service-showcase__card figcaption{
  position:absolute;
  inset:auto 22px 20px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:7px 15px;
  align-items:end;
}
.service-showcase__card figcaption span{
  grid-column:1 / -1;
  font:500 8px/1.4 var(--mono);
  letter-spacing:.16em;
  color:rgba(255,250,245,.72);
}
.service-showcase__card figcaption strong{
  font:600 clamp(30px,3vw,48px)/.87 var(--serif);
  letter-spacing:-.04em;
}
.service-showcase__card figcaption strong em{font-weight:500;color:#e4aeb6}
.service-showcase__card figcaption i{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,250,245,.35);
  border-radius:50%;
  font-style:normal;
  font-size:13px;
  transition:transform .4s var(--ease),background .4s var(--ease),color .4s var(--ease);
}
.service-showcase__card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(33,27,26,.16)}
.service-showcase__card:hover img{transform:scale(1.055);filter:saturate(1) contrast(1.01)}
.service-showcase__card:hover .service-showcase__shade{opacity:.9}
.service-showcase__card:hover figcaption i{transform:translate(3px,-3px);background:#fffaf5;color:var(--color-text)}
.service-showcase__footer{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid var(--color-border);
  color:var(--color-muted);
  font:500 8px var(--mono);
  letter-spacing:.14em;
  text-transform:uppercase;
}
.service-showcase__footer .arrow{color:var(--color-text);font-size:9px}
@media(max-width:900px){
  .service-showcase__intro{grid-template-columns:1fr;gap:22px}
  .service-showcase__copy{max-width:520px}
  .service-showcase__grid{grid-template-columns:1fr 1fr;grid-template-rows:clamp(280px,55vw,430px) clamp(250px,48vw,370px)}
  .service-showcase__card--tall{grid-row:auto}
  .service-showcase__card--wide{grid-column:1 / -1}
}
@media(max-width:560px){
  .service-showcase{padding:52px 0 46px}
  .service-showcase__eyebrow{font-size:7px;line-height:1.6}
  .service-showcase__eyebrow span+span{display:none}
  .service-showcase__intro{margin:34px 0 32px;gap:17px}
  .service-showcase__intro h2{font-size:clamp(42px,12.5vw,58px);line-height:.9}
  .service-showcase__copy{font-size:12px;line-height:1.55}
  .service-showcase__grid{grid-template-columns:1fr;grid-template-rows:none;gap:12px}
  .service-showcase__card,.service-showcase__card--tall,.service-showcase__card--wide{grid-column:auto;grid-row:auto;min-height:340px}
  .service-showcase__card:nth-child(2),.service-showcase__card:nth-child(3){min-height:285px}
  .service-showcase__card figcaption{inset:auto 16px 16px}
  .service-showcase__card figcaption strong{font-size:34px}
  .service-showcase__footer{display:block;line-height:1.7}
  .service-showcase__footer .arrow{margin-top:11px}
}
@media(prefers-reduced-motion:reduce){
  .service-showcase__card{opacity:1;transform:none;transition:none}
  .service-showcase__card img,.service-showcase__card figcaption i{transition:none}
}

/* Occasion showcase image: preserve the full supplied portrait instead of cropping it. */
.service-showcase__card:nth-child(3) figure {
  display:flex;
  align-items:center;
  justify-content:center;
  background:#211b1a;
}
.service-showcase__card:nth-child(3) img {
  position:relative;
  inset:auto;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  transform:none;
  background:#211b1a;
}
.service-showcase__card:nth-child(3):hover img {
  transform:scale(1.015);
}
@media (max-width:560px) {
  .service-showcase__card:nth-child(3) img {
    object-fit:contain;
  }
}


/* Studio editorial text highlights */
.studio--editorial .studio-highlight{
  color:var(--color-accent);
  font-weight:600;
}
.studio--editorial .studio-highlight--brand{
  color:#7a3048;
}
.studio--editorial .studio-highlight--soft{
  color:#8f5360;
}

/* ============================================================
   RITS MUA — Studio editorial media treatment
   Desktop: source image keeps its native 16:9 composition.
   Mobile: image becomes a deliberate 9:16 portrait frame and
   only the headline sits over the image; supporting content follows.
   ============================================================ */
.studio--editorial{
  overflow:hidden;
}
.studio--editorial .studio__editorial{
  display:block;
}
.studio--editorial .studio-hero-media{
  position:relative;
  width:100%;
  margin:0;
  overflow:hidden;
  background:#201719;
  border:1px solid var(--color-border);
  isolation:isolate;
}
.studio--editorial .studio-hero-media img{
  position:relative;
  width:100%;
  height:auto;
  min-height:0;
  display:block;
  object-fit:initial;
  object-position:center center;
  filter:saturate(.94);
  transform:none;
  transition:transform 1.2s var(--ease),filter 1.2s var(--ease);
}
.studio--editorial .studio-hero-media__shade{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(15,9,10,.16) 0%,transparent 42%,rgba(15,9,10,.74) 100%);
}
.studio--editorial .studio-hero-media__eyebrow,
.studio--editorial .studio-hero-media__meta{
  position:absolute;
  z-index:2;
  color:#fffaf5;
  font:500 8px/1.35 var(--mono);
  letter-spacing:.17em;
  text-transform:uppercase;
}
.studio--editorial .studio-hero-media__eyebrow{
  top:28px;
  left:28px;
}
.studio--editorial .studio-hero-media__meta{
  right:28px;
  bottom:28px;
}
.studio--editorial .studio-hero-media h2{
  position:absolute;
  z-index:2;
  left:clamp(28px,5vw,72px);
  bottom:clamp(34px,5vw,72px);
  max-width:min(720px,70%);
  margin:0;
  color:#fffaf5;
  font:400 clamp(42px,5.5vw,86px)/.88 var(--serif);
  letter-spacing:-.045em;
  text-wrap:balance;
}
.studio--editorial .studio-hero-media h2 em{
  color:#f1c8d0;
  font-style:italic;
}
.studio--editorial .studio__content{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:clamp(40px,8vw,130px);
  padding:clamp(48px,6vw,82px) 0 0;
}
.studio--editorial .studio__content-main,
.studio--editorial .studio__content-side{
  min-width:0;
}
.studio--editorial .studio__content .large{
  max-width:760px;
  margin:18px 0 0;
}
.studio--editorial .studio__content-side > p{
  max-width:560px;
  margin:0;
}
.studio--editorial .studio__content .details{
  margin-top:30px;
}
.studio--editorial .studio__content .arrow{
  margin-top:20px;
}
.studio--editorial .studio-hero-media:hover img{
  transform:none;
  filter:saturate(1);
}

@media (max-width:768px){
  .studio--editorial{
    padding-top:56px;
    padding-bottom:42px;
  }
  .studio--editorial .studio-hero-media{
    aspect-ratio:9 / 16;
    min-height:0;
  }
  .studio--editorial .studio-hero-media img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:70% center;
    transform:none;
  }
  .studio--editorial .studio-hero-media__shade{
    background:linear-gradient(180deg,rgba(15,9,10,.08) 30%,rgba(15,9,10,.78) 100%);
  }
  .studio--editorial .studio-hero-media__eyebrow,
  .studio--editorial .studio-hero-media__meta{
    display:none;
  }
  .studio--editorial .studio-hero-media h2{
    left:24px;
    right:24px;
    bottom:28px;
    max-width:none;
    font-size:clamp(38px,10vw,58px);
    line-height:.9;
  }
  .studio--editorial .studio__content{
    grid-template-columns:1fr;
    gap:26px;
    padding-top:30px;
  }
  .studio--editorial .studio__content .large{
    margin-top:14px;
  }
  .studio--editorial .studio__content .details{
    margin-top:26px;
  }
}

@media (max-width:430px){
  .studio--editorial .studio-hero-media h2{
    left:20px;
    right:20px;
    bottom:23px;
    font-size:clamp(35px,10.8vw,48px);
  }
  .studio--editorial .studio__content{
    padding-top:26px;
  }
}

/* =========================================================
   ACADEMY — SIGNATURE COURSES / RESPONSIVE EDITORIAL V9
   ========================================================= */
.academy{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#f6ede8 0%,#f3e8e3 100%);
}
.academy__heading{
  text-align:center;
  max-width:900px;
  margin:0 auto;
}
.academy__heading .eyebrow{
  margin:0 0 28px;
  color:var(--color-accent);
  letter-spacing:.22em;
}
.academy__heading h2{
  margin:0;
  font-size:clamp(48px,6.2vw,92px);
  line-height:.88;
  letter-spacing:-.055em;
}
.academy__heading h2 em{color:var(--color-accent);font-style:italic;font-weight:400}
.academy__heading>p:last-child{
  max-width:720px;
  margin:25px auto 0;
  font-size:15px;
  line-height:1.55;
  opacity:.78;
}
.academy__showcase{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.9fr);
  grid-template-rows:minmax(260px,1fr) minmax(260px,1fr) auto;
  gap:14px;
  margin-top:48px;
}
.academy-course{
  position:relative;
  min-width:0;
  min-height:0;
  padding:26px;
  overflow:hidden;
  isolation:isolate;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(39,28,29,.13);
  background:#f9f2ee;
  color:#20191a;
  transition:transform .55s var(--ease),box-shadow .55s var(--ease),border-color .35s ease;
}
.academy-course--featured{
  grid-column:1;
  grid-row:1 / span 2;
  min-height:620px;
}
.academy-course--dark{background:#20191a;color:#f7f0eb;border-color:rgba(255,255,255,.09)}
.academy-course--accent{background:#8b4b5c;color:#fff9f4;border-color:#8b4b5c}
.academy-course--light{background:#f9f2ee;color:#211a1a}
.academy-course__image,
.academy-course__shade{
  position:absolute;
  inset:0;
  pointer-events:none;
}
.academy-course__image{
  z-index:-3;
  background-image:var(--course-image);
  background-size:cover;
  background-position:center;
  transform:scale(1.015);
  transition:transform .9s cubic-bezier(.2,.65,.2,1),opacity .6s ease;
  opacity:0;
}
.academy-course__shade{
  z-index:-2;
  background:linear-gradient(180deg,rgba(15,10,11,.08) 0%,rgba(15,10,11,.12) 35%,rgba(15,10,11,.88) 100%);
  opacity:0;
  transition:opacity .55s ease;
}
.academy-course--featured .academy-course__image{opacity:.82}
.academy-course--featured .academy-course__shade{opacity:.74}
.academy-course--dark .academy-course__image{opacity:.28}
.academy-course--dark .academy-course__shade{opacity:.75}
.academy-course--light .academy-course__image{opacity:.14}
.academy-course--light .academy-course__shade{opacity:.58;background:linear-gradient(180deg,rgba(249,243,238,.08),rgba(249,243,238,.22) 42%,rgba(249,243,238,.94) 100%)}
.academy-course:hover{transform:translateY(-5px);box-shadow:0 24px 60px rgba(35,24,25,.14);z-index:3}
.academy-course:hover .academy-course__image{transform:scale(1.06)}
.academy-course:hover .academy-course__shade{opacity:.84}
.academy-course--light:hover .academy-course__shade{opacity:.72}
.academy-course__top{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;position:relative;z-index:2}
.academy-course__index{font:600 10px var(--mono);letter-spacing:.13em}
.academy-course__tag{font:600 8px var(--mono);letter-spacing:.16em;text-transform:uppercase;opacity:.76;text-align:right}
.academy-course__body{position:relative;z-index:2;margin-top:auto;max-width:720px}
.academy-course__label{margin:0 0 13px;font:600 8px var(--mono);letter-spacing:.16em;text-transform:uppercase;opacity:.74}
.academy-course h3{margin:0 0 16px;font-size:clamp(38px,3.2vw,56px);line-height:.88;letter-spacing:-.045em}
.academy-course--featured h3{font-size:clamp(58px,6vw,92px);max-width:780px}
.academy-course h3 em{font-style:italic;font-weight:400}
.academy-course p:not(.academy-course__label){max-width:500px;margin:0;font-size:12px;line-height:1.55;opacity:.82}
.academy-course__footer{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:25px;padding-top:13px;border-top:1px solid currentColor;font:600 8px var(--mono);letter-spacing:.1em}
.academy-course__cta{font:600 9px var(--sans);letter-spacing:.08em;text-transform:uppercase;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}
.academy-course__cta i{font-style:normal;transition:transform .3s var(--ease)}
.academy-course__cta:hover i{transform:translate(4px,-3px)}
.academy-course--featured .academy-course__cta{font-size:10px}
.academy-course--cta{
  grid-column:1 / -1;
  min-height:230px;
  background:linear-gradient(105deg,#f8e5df 0%,#f5e1db 56%,#f1d8d1 100%);
  border:1px solid rgba(139,75,92,.25);
  color:#8b4b5c;
}
.academy-course--cta:before{
  content:"";
  position:absolute;
  width:360px;height:360px;
  right:-115px;top:-170px;
  border-radius:50%;
  border:1px solid rgba(139,75,92,.22);
  box-shadow:0 0 0 55px rgba(139,75,92,.025),0 0 0 110px rgba(139,75,92,.02);
  z-index:-1;
}
.academy-course--cta .academy-course__body{max-width:760px}
.academy-course--cta h3{font-size:clamp(48px,5vw,76px);color:#8b4b5c}
.academy-course--cta .academy-course__footer{border-color:rgba(139,75,92,.3)}
.academy-course__spark{position:absolute;right:34px;top:30px;font-size:22px;color:#8b4b5c;z-index:2}
.academy-course__cta-art{position:absolute;right:75px;top:38px;font-family:var(--serif);font-style:italic;font-size:clamp(26px,2.5vw,42px);line-height:.86;text-align:center;opacity:.42;transform:rotate(-7deg);z-index:1}
.academy__proof{margin-top:72px}
@media (max-width:900px){
  .academy__showcase{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto}
  .academy-course--featured{grid-column:1 / -1;grid-row:auto;min-height:560px}
  .academy-course--cta{grid-column:1 / -1}
  .academy-course__cta-art{right:42px}
}
@media (max-width:640px){
  .academy__heading{padding:0 8px}
  .academy__heading .eyebrow{margin-bottom:22px;font-size:8px;letter-spacing:.16em}
  .academy__heading h2{font-size:clamp(44px,13vw,62px);line-height:.9}
  .academy__heading>p:last-child{font-size:13px;margin-top:20px}
  .academy__heading-break{display:none}
  .academy__showcase{grid-template-columns:1fr;gap:12px;margin-top:34px}
  .academy-course,
  .academy-course--featured,
  .academy-course--cta{grid-column:auto;grid-row:auto;min-height:440px;padding:21px}
  .academy-course--featured{min-height:540px}
  .academy-course--cta{min-height:390px}
  .academy-course__image{opacity:.58}
  .academy-course--dark .academy-course__image{opacity:.34}
  .academy-course--light .academy-course__image{opacity:.12}
  .academy-course__shade{opacity:.82}
  .academy-course--light .academy-course__shade{opacity:.62}
  .academy-course__top{gap:12px}
  .academy-course__tag{font-size:7px}
  .academy-course h3,.academy-course--featured h3{font-size:clamp(43px,13vw,64px)}
  .academy-course--cta h3{font-size:clamp(46px,14vw,64px)}
  .academy-course__footer{margin-top:22px;flex-wrap:wrap}
  .academy-course__cta-art{right:18px;top:24px;font-size:27px;opacity:.28}
  .academy-course__spark{right:20px;top:20px}
  .academy__proof{margin-top:52px}
}
@media (max-width:390px){
  .academy-course,.academy-course--featured,.academy-course--cta{padding:18px}
  .academy-course--featured{min-height:500px}
  .academy-course{min-height:410px}
  .academy-course--cta{min-height:380px}
  .academy-course__footer{font-size:7px}
}
@media (prefers-reduced-motion:reduce){
  .academy-course,.academy-course__image,.academy-course__shade,.academy-course__cta i{transition:none}
}

/* =========================================================
   CONTACT — EDITORIAL CONVERSION EXPERIENCE
   ========================================================= */
.contact--editorial{padding-top:120px;padding-bottom:90px;overflow:hidden}
.contact-editorial{display:grid;grid-template-columns:minmax(0,.88fr) minmax(480px,1.12fr);gap:clamp(45px,7vw,110px);align-items:start}
.contact-editorial__intro{padding-top:2px}
.contact-editorial__hero-copy{max-width:590px}
.contact-editorial__hero-copy h2{font-size:clamp(58px,6.4vw,96px);line-height:.84;margin-bottom:34px}
.contact-editorial__lead{max-width:500px;margin:0;color:var(--color-muted);font-size:15px;line-height:1.55}
.contact-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px;padding-top:22px;border-top:1px solid var(--color-border)}
.contact-benefits span{font-size:11px;line-height:1.4;color:var(--color-text)}
.contact-benefits b{display:block;font:8px var(--mono);letter-spacing:.12em;color:var(--color-accent);margin-bottom:8px}
.contact-quote{max-width:430px;margin:58px 0 0;font:italic 31px/1.05 var(--serif);color:var(--color-accent)}
.contact-quote cite{display:block;margin-top:15px;font:8px var(--mono);letter-spacing:.14em;font-style:normal;color:var(--color-muted);text-transform:uppercase}
.contact-editorial__form-wrap{position:relative}
.contact-form-card{position:relative;padding:31px 31px 27px;background:rgba(255,250,246,.66);border:1px solid rgba(116,62,73,.12);border-radius:15px;box-shadow:0 25px 70px rgba(33,27,26,.055)}
.contact-form-card:before{content:"";position:absolute;inset:11px;border:1px solid rgba(116,62,73,.08);border-radius:9px;pointer-events:none}
.contact-form-card__heading{position:relative;display:flex;align-items:end;justify-content:space-between;margin-bottom:24px;padding:0 1px}
.contact-form-card__heading .eyebrow{margin:0 0 8px}
.contact-form-card__heading h3{font-size:clamp(42px,4.2vw,62px);line-height:.86;margin:0}.contact-form-card__heading h3 em{color:var(--color-accent)}
.contact-spark{font-size:23px;color:var(--color-accent);padding-bottom:6px}
.form--editorial{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:16px 14px}
.form--editorial label{font:8px var(--mono);letter-spacing:.1em;color:var(--color-accent)}
.form--editorial label>span:first-child{display:block;margin-bottom:7px;text-transform:uppercase}.form--editorial label b{color:var(--color-accent)}.form--editorial label small{font-size:7px;color:var(--color-muted);letter-spacing:.04em}
.form--editorial input,.form--editorial select,.form--editorial textarea{margin:0;border:1px solid rgba(33,27,26,.19);border-radius:2px;background:rgba(255,255,255,.38);padding:13px 13px;font:13px var(--sans);letter-spacing:0;color:var(--color-text);transition:border-color .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease)}
.form--editorial input::placeholder,.form--editorial textarea::placeholder{color:#8a807c}.form--editorial input:focus,.form--editorial select:focus,.form--editorial textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(116,62,73,.08);background:#fffaf6}
.form--editorial select{appearance:none;padding-right:38px}.form--editorial .select-wrap{position:relative;display:block}.form--editorial .select-wrap:after{content:"⌄";position:absolute;right:13px;top:50%;transform:translateY(-50%);font-size:15px;color:var(--color-text);pointer-events:none}
.form--editorial textarea{min-height:105px;resize:vertical;line-height:1.45}.form--editorial .full{grid-column:1/-1}
.form--editorial .btn{width:100%;min-height:52px;margin-top:2px;border-radius:2px;position:relative;z-index:2}.form--editorial .btn--whatsapp{justify-content:center;gap:11px}.wa-icon{width:22px;height:22px;display:inline-flex}.wa-icon svg{width:100%;height:100%}
.form__privacy{grid-column:1/-1;margin:0;text-align:center;color:var(--color-muted);font-size:10px}.form__privacy span{color:var(--color-text);margin-right:5px}
.contact-lower{display:grid;grid-template-columns:180px minmax(280px,1fr) minmax(170px,.65fr);gap:30px;align-items:center;margin-top:48px;padding-top:36px;border-top:1px solid var(--color-border)}
.contact-portrait{position:relative;height:160px;margin:0;overflow:hidden;background:var(--color-surface)}.contact-portrait:after{content:"";position:absolute;inset:9px;border:1px solid rgba(255,250,245,.4);pointer-events:none}.contact-portrait img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 25%;filter:saturate(.9)}.contact-portrait figcaption{position:absolute;z-index:2;left:13px;bottom:12px;color:#fff;font:7px var(--mono);letter-spacing:.12em}
.contact-message-template .eyebrow{margin-bottom:13px}.message-template-card{display:flex;gap:15px;align-items:flex-start;padding:17px 19px;background:rgba(255,255,255,.42);border:1px solid var(--color-border);border-radius:18px 18px 18px 5px;max-width:520px}.message-template-card__icon{width:31px;height:31px;flex:0 0 31px;color:#25a65a}.message-template-card__icon svg{width:100%;height:100%}.message-template-card strong{font:600 12px var(--sans)}.message-template-card p{margin:5px 0 0;font-size:11px;line-height:1.55;color:var(--color-muted)}
.contact-proof-note{display:grid;gap:9px;justify-items:start}.contact-proof-note span{font:8px var(--mono);letter-spacing:.1em;color:var(--color-muted)}.contact-proof-note span:before{content:"✓";color:var(--color-accent);margin-right:7px}
@media(max-width:1024px){.contact-editorial{grid-template-columns:1fr;gap:48px}.contact-editorial__hero-copy h2{font-size:clamp(60px,9vw,90px)}.contact-editorial__lead{max-width:620px}.contact-editorial__form-wrap{max-width:760px}.contact-lower{grid-template-columns:150px 1fr}.contact-proof-note{grid-column:2;grid-template-columns:1fr 1fr;display:grid}.contact-proof-note span{font-size:7px}}
@media(max-width:768px){.contact--editorial{padding-top:82px;padding-bottom:65px}.contact-editorial{gap:36px}.contact-editorial__hero-copy h2{font-size:clamp(51px,14vw,72px);line-height:.86;margin-bottom:25px}.contact-editorial__lead{font-size:14px}.contact-benefits{grid-template-columns:1fr;gap:12px;margin-top:28px}.contact-benefits span{display:flex;gap:10px;align-items:center}.contact-benefits b{display:inline-block;margin:0;min-width:18px}.contact-quote{margin-top:34px;font-size:27px}.contact-form-card{padding:24px 18px 21px;border-radius:12px}.contact-form-card:before{inset:7px;border-radius:7px}.contact-form-card__heading{margin-bottom:19px}.contact-form-card__heading h3{font-size:45px}.contact-spark{font-size:19px}.form--editorial{grid-template-columns:1fr;gap:14px}.form--editorial .full{grid-column:auto}.form--editorial .btn.full,.form__privacy{grid-column:auto}.form--editorial input,.form--editorial select,.form--editorial textarea{padding:13px 12px}.contact-lower{grid-template-columns:1fr;gap:22px;margin-top:35px;padding-top:28px}.contact-portrait{height:230px;width:100%}.contact-message-template .eyebrow{margin-bottom:10px}.message-template-card{max-width:none}.contact-proof-note{grid-column:auto;display:grid;grid-template-columns:1fr 1fr;gap:10px 14px}.contact-proof-note span{font-size:7px}}
@media(max-width:390px){.contact-editorial__hero-copy h2{font-size:50px}.contact-form-card__heading h3{font-size:41px}.contact-proof-note{grid-template-columns:1fr}.message-template-card{padding:15px}.message-template-card p{font-size:10px}}

/* =========================================================
   CONTACT — FINAL EDITORIAL SPLIT
   ========================================================= */
.contact--editorial{
  padding:112px 0 108px;
  overflow:hidden;
}
.contact-editorial{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:clamp(56px,7vw,108px);
  align-items:start;
}
.contact-editorial__intro{
  padding-top:2px;
  min-width:0;
}
.contact-editorial__hero-copy{
  max-width:610px;
}
.contact-editorial__hero-copy h2{
  font-size:clamp(64px,6vw,88px);
  line-height:.86;
  letter-spacing:-.045em;
  margin:0 0 34px;
}
.contact-editorial__lead{
  max-width:530px;
  margin:0;
  color:var(--color-muted);
  font-size:15px;
  line-height:1.62;
}
.contact-benefits{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin-top:43px;
  padding-top:22px;
  border-top:1px solid var(--color-border);
}
.contact-benefits span{
  display:block;
  font-size:11px;
  line-height:1.45;
  color:var(--color-text);
}
.contact-benefits b{
  display:block;
  margin:0 0 9px;
  color:var(--color-accent);
  font:8px/1 var(--mono);
  letter-spacing:.14em;
}
.contact-quote{
  max-width:430px;
  margin:58px 0 0;
  color:var(--color-accent);
  font:italic 30px/1.08 var(--serif);
}
.contact-quote cite{
  display:block;
  margin-top:16px;
  color:var(--color-muted);
  font:8px/1 var(--mono);
  letter-spacing:.15em;
  font-style:normal;
  text-transform:uppercase;
}
.contact-editorial__form-wrap{
  position:relative;
  min-width:0;
}
.contact-form-card{
  position:relative;
  padding:31px 31px 27px;
  background:rgba(255,250,246,.74);
  border:1px solid rgba(116,62,73,.13);
  border-radius:14px;
  box-shadow:0 22px 65px rgba(33,27,26,.045);
}
.contact-form-card:before{
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(116,62,73,.09);
  border-radius:9px;
  pointer-events:none;
}
.contact-form-card__heading{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:end;
  gap:18px;
  margin:0 0 25px;
  padding:0 1px;
}
.contact-form-card__heading .eyebrow{
  margin:0 0 9px;
  white-space:nowrap;
}
.contact-form-card__heading h3{
  margin:0;
  font-size:clamp(48px,4.1vw,61px);
  line-height:.86;
  letter-spacing:-.045em;
}
.contact-form-card__heading h3 em{
  color:var(--color-accent);
}
.contact-spark{
  padding-bottom:8px;
  color:var(--color-accent);
  font-size:21px;
}
.form--editorial{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px 14px;
}
.form--editorial label{
  min-width:0;
  color:var(--color-accent);
  font:8px/1.2 var(--mono);
  letter-spacing:.1em;
  text-transform:uppercase;
}
.form--editorial label>span:first-child{
  display:block;
  margin-bottom:8px;
}
.form--editorial label b{color:var(--color-accent)}
.form--editorial label small{
  color:var(--color-muted);
  font-size:7px;
  letter-spacing:.04em;
}
.form--editorial input,
.form--editorial select,
.form--editorial textarea{
  width:100%;
  margin:0;
  border:1px solid rgba(33,27,26,.18);
  border-radius:2px;
  background:rgba(255,255,255,.36);
  padding:13px 13px;
  color:var(--color-text);
  font:13px/1.35 var(--sans);
  letter-spacing:0;
  outline:none;
  transition:border-color .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease);
}
.form--editorial input::placeholder,
.form--editorial textarea::placeholder{color:#8a807c}
.form--editorial input:focus,
.form--editorial select:focus,
.form--editorial textarea:focus{
  border-color:var(--color-accent);
  box-shadow:0 0 0 3px rgba(116,62,73,.07);
  background:#fffaf6;
}
.form--editorial select{
  appearance:none;
  padding-right:38px;
}
.form--editorial .select-wrap{
  position:relative;
  display:block;
}
.form--editorial .select-wrap:after{
  content:"⌄";
  position:absolute;
  top:50%;
  right:13px;
  transform:translateY(-50%);
  color:var(--color-text);
  font-size:15px;
  pointer-events:none;
}
.form--editorial textarea{
  min-height:105px;
  resize:vertical;
  line-height:1.45;
}
.form--editorial .full{grid-column:1/-1}
.form--editorial .btn.full{
  width:100%;
  min-height:52px;
  margin-top:2px;
  border-radius:2px;
  justify-content:center;
  gap:10px;
}
.form--editorial .btn--whatsapp{
  background:var(--color-accent);
  border-color:var(--color-accent);
  color:var(--color-bg);
}
.form--editorial .btn--whatsapp:hover,
.form--editorial .btn--whatsapp:focus-visible{
  background:var(--color-text);
  border-color:var(--color-text);
  color:var(--color-bg);
}
.wa-icon{
  width:21px;
  height:21px;
  display:inline-flex;
  flex:0 0 21px;
}
.wa-icon svg{width:100%;height:100%}
.form__privacy{
  grid-column:1/-1;
  margin:0;
  text-align:center;
  color:var(--color-muted);
  font-size:10px;
}
.form__privacy span{margin-right:5px;color:var(--color-text)}

/* The pre-filled-message concept is internal UX documentation, not live content. */
.contact-lower,
.contact-message-template{display:none!important}

@media (max-width:1024px){
  .contact--editorial{padding:96px 0 88px}
  .contact-editorial{grid-template-columns:1fr;gap:52px}
  .contact-editorial__hero-copy{max-width:700px}
  .contact-editorial__hero-copy h2{font-size:clamp(62px,8.5vw,86px)}
  .contact-editorial__lead{max-width:650px}
  .contact-editorial__form-wrap{max-width:760px;width:100%}
}

@media (max-width:768px){
  .contact--editorial{padding:76px 0 68px}
  .contact-editorial{gap:38px}
  .contact-editorial__hero-copy h2{
    font-size:clamp(50px,14vw,70px);
    line-height:.87;
    margin-bottom:25px;
  }
  .contact-editorial__lead{font-size:14px;line-height:1.6}
  .contact-benefits{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:13px;
    margin-top:30px;
    padding-top:19px;
  }
  .contact-benefits span{font-size:10px}
  .contact-benefits b{margin-bottom:8px}
  .contact-quote{margin-top:38px;font-size:27px}
  .contact-form-card{
    padding:25px 18px 22px;
    border-radius:12px;
  }
  .contact-form-card:before{inset:7px;border-radius:7px}
  .contact-form-card__heading{
    grid-template-columns:1fr auto;
    gap:4px 10px;
    margin-bottom:21px;
  }
  .contact-form-card__heading .eyebrow{grid-column:1/-1;margin-bottom:5px}
  .contact-form-card__heading h3{font-size:44px}
  .contact-spark{padding-bottom:5px;font-size:18px}
  .form--editorial{grid-template-columns:1fr;gap:14px}
  .form--editorial .full{grid-column:auto}
  .form--editorial .btn.full,.form__privacy{grid-column:auto}
  .form--editorial input,
  .form--editorial select,
  .form--editorial textarea{padding:13px 12px}
}

@media (max-width:430px){
  .contact--editorial{padding-top:66px}
  .contact-editorial__hero-copy h2{font-size:50px}
  .contact-benefits{gap:10px}
  .contact-benefits span{font-size:9px}
  .contact-form-card__heading h3{font-size:41px}
}

/* =========================================================
   CONTACT v17 — EDITORIAL + SVG MOTION
   ========================================================= */
.contact--editorial{position:relative;background:var(--color-bg)}
.contact-editorial{position:relative;isolation:isolate}
.contact-editorial__intro{position:relative;min-width:0}
.contact-orbit{position:absolute;z-index:-1;width:min(620px,100%);aspect-ratio:1;left:-170px;top:-170px;pointer-events:none;opacity:.78}
.contact-orbit svg{display:block;width:100%;height:100%;overflow:visible}
.contact-orbit__ring,.contact-orbit__sweep{fill:none;stroke:var(--color-accent);stroke-width:1;vector-effect:non-scaling-stroke}
.contact-orbit__ring--outer{opacity:.12;stroke-dasharray:.012 .018;animation:contactOrbitSpin 28s linear infinite}
.contact-orbit__ring--inner{opacity:.07;stroke-dasharray:.005 .025;animation:contactOrbitSpinReverse 22s linear infinite}
.contact-orbit__sweep{opacity:.2;stroke-width:1.35;stroke-dasharray:.08 .035;animation:contactSweep 7s ease-in-out infinite}
.contact-orbit__spark{fill:var(--color-accent);opacity:.55;transform-origin:507px 94px;animation:contactSpark 3.2s ease-in-out infinite}
.contact-kicker{margin:0 0 17px;color:var(--color-accent);font:8px/1.2 var(--mono);letter-spacing:.18em;text-transform:uppercase}
.contact-editorial__hero-copy h2{position:relative;z-index:1;font-size:clamp(56px,5.9vw,86px);line-height:.86;letter-spacing:-.045em;margin-bottom:31px}
.contact-editorial__lead{position:relative;z-index:1;max-width:540px;font-size:15px;line-height:1.65}
.contact-benefits{position:relative;z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:39px;padding:22px 0 0;border-top:1px solid var(--color-border)}
.contact-benefits span{display:grid;grid-template-columns:24px 30px 1fr;align-items:center;column-gap:10px;min-height:58px;padding-right:15px;border-right:1px solid var(--color-border);font-size:11px}
.contact-benefits span:last-child{border-right:0;padding-right:0}
.contact-benefits b{grid-column:1/-1;display:block;margin:0 0 7px;font:7px var(--mono);letter-spacing:.14em;color:var(--color-accent)}
.contact-benefit__icon{grid-column:1;width:29px;height:29px;display:grid;place-items:center;border:1px solid rgba(116,62,73,.18);border-radius:50%;background:rgba(255,250,246,.5);color:var(--color-accent)}
.contact-benefit__icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.contact-benefits strong{grid-column:3;font:500 11px/1.25 var(--sans);color:var(--color-text)}
.contact-quote{position:relative;z-index:1;margin-top:53px;max-width:460px;font-size:31px;line-height:1.05}
.contact-meta-line{display:flex;justify-content:space-between;gap:18px;margin-top:42px;padding-top:17px;border-top:1px solid var(--color-border);color:var(--color-muted);font:7px var(--mono);letter-spacing:.14em;text-transform:uppercase}
.contact-editorial__form-wrap{position:relative}
.contact-editorial__form-wrap:after{content:"";position:absolute;inset:28px -22px -28px 22px;border:1px solid rgba(116,62,73,.07);border-radius:18px;z-index:-1;transform:rotate(-1deg)}
.contact-form-card{padding:35px 35px 29px;background:rgba(255,250,246,.84);border-radius:16px;box-shadow:0 30px 80px rgba(33,27,26,.065)}
.contact-form-card:before{inset:10px;border-radius:10px}
.contact-form-card__heading{margin-bottom:27px}
.contact-form-card__heading h3{font-size:clamp(46px,4vw,60px)}
.form--editorial{gap:17px 15px}
.form--editorial input,.form--editorial select,.form--editorial textarea{min-height:47px;background:rgba(255,255,255,.52)}
.form--editorial textarea{min-height:110px}
.form--editorial .btn.full{min-height:54px;position:relative;overflow:hidden}
.form--editorial .btn.full:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 25%,rgba(255,255,255,.18) 50%,transparent 75%);transform:translateX(-120%);animation:contactButtonShine 5s ease-in-out infinite}
@keyframes contactOrbitSpin{to{transform:rotate(360deg);transform-origin:310px 310px}}
@keyframes contactOrbitSpinReverse{to{transform:rotate(-360deg);transform-origin:310px 310px}}
@keyframes contactSweep{0%,100%{stroke-dashoffset:.2;opacity:.12}50%{stroke-dashoffset:-.2;opacity:.3}}
@keyframes contactSpark{0%,100%{transform:scale(.72) rotate(0deg);opacity:.35}50%{transform:scale(1.05) rotate(45deg);opacity:.8}}
@keyframes contactButtonShine{0%,68%,100%{transform:translateX(-120%)}78%{transform:translateX(120%)}}
@media (max-width:1024px){
  .contact-orbit{left:-180px;top:-185px;width:520px}
  .contact-editorial__hero-copy h2{font-size:clamp(58px,8vw,82px)}
  .contact-editorial__form-wrap:after{inset:20px -12px -20px 12px}
}
@media (max-width:768px){
  .contact--editorial{padding-top:72px;padding-bottom:68px}
  .contact-orbit{left:-235px;top:-205px;width:500px;opacity:.55}
  .contact-kicker{margin-bottom:14px;font-size:7px}
  .contact-editorial__hero-copy h2{font-size:clamp(50px,13.6vw,67px);line-height:.88;letter-spacing:-.04em;margin-bottom:24px}
  .contact-editorial__lead{font-size:14px;line-height:1.58;max-width:100%}
  .contact-benefits{margin-top:29px;padding-top:18px}
  .contact-benefits span{grid-template-columns:20px 26px 1fr;column-gap:7px;min-height:65px;padding-right:9px}
  .contact-benefits b{font-size:6px;margin-bottom:5px}
  .contact-benefit__icon{width:26px;height:26px}
  .contact-benefit__icon svg{width:13px;height:13px}
  .contact-benefits strong{font-size:9px;line-height:1.2}
  .contact-quote{margin-top:37px;font-size:27px;max-width:380px}
  .contact-meta-line{margin-top:31px;font-size:6px;letter-spacing:.1em}
  .contact-editorial__form-wrap{margin-top:2px}
  .contact-editorial__form-wrap:after{inset:14px -6px -12px 6px;border-radius:13px}
  .contact-form-card{padding:24px 18px 21px;border-radius:12px}
  .contact-form-card__heading h3{font-size:43px}
  .form--editorial input,.form--editorial select,.form--editorial textarea{min-height:45px}
}
@media (max-width:390px){
  .contact-editorial__hero-copy h2{font-size:49px}
  .contact-benefits span{padding-right:6px}
  .contact-benefits strong{font-size:8px}
  .contact-meta-line{font-size:5.5px}
}
@media (prefers-reduced-motion:reduce){
  .contact-orbit__ring,.contact-orbit__sweep,.contact-orbit__spark,.form--editorial .btn.full:after{animation:none!important}
}

/* =============================================================
   SERVICES v18 — fuller editorial card system
   ============================================================= */
.services {
  position: relative;
  overflow: hidden;
  background: var(--color-bg);
}
.services::before,
.services::after {
  content: "";
  position: absolute;
  width: 34vw;
  height: 34vw;
  max-width: 520px;
  max-height: 520px;
  border: 1px solid rgba(116,62,73,.10);
  border-radius: 50%;
  pointer-events: none;
  animation: service-orbit 18s linear infinite;
}
.services::before { top: 120px; right: -18vw; }
.services::after { bottom: -18vw; left: -14vw; animation-direction: reverse; }
.services .section-head { position: relative; z-index: 2; margin-bottom: 48px; }
.services .section-head h2 { max-width: 700px; }
.services .section-head > p { max-width: 390px; font-size: 14px; line-height: 1.55; }

.services .service-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  border: 0;
}
.services .service {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease);
}
.services .service:hover,
.services .service:focus-within {
  transform: translateY(-6px);
  border-color: rgba(116,62,73,.35);
  box-shadow: 0 22px 55px rgba(33,27,26,.09);
}
.services .service > span {
  position: absolute;
  z-index: 5;
  top: 16px;
  left: 16px;
  color: #fffaf5;
  font: 500 9px var(--mono);
  letter-spacing: .14em;
  mix-blend-mode: normal;
}
.services .service > div {
  position: relative;
  z-index: 3;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 25px 27px 27px;
}
.services .service h3 {
  font-size: clamp(31px, 3vw, 46px);
  line-height: .94;
  margin-bottom: 13px;
}
.services .service p {
  max-width: 470px;
  margin: 0 0 25px;
  font-size: 13px;
  line-height: 1.55;
}
.services .service .arrow {
  margin-top: auto;
  width: max-content;
  color: var(--color-accent);
}
.services .service .media--card {
  order: -1;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  border: 0;
  border-bottom: 1px solid var(--color-border);
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: #211b1a;
}
.services .service .media--card::before {
  inset: 12px !important;
  z-index: 3 !important;
  border-color: rgba(255,250,245,.38) !important;
}
.services .service .media--card::after {
  z-index: 2 !important;
  background: linear-gradient(180deg, rgba(15,8,10,.12), rgba(15,8,10,.58)) !important;
}
.services .service .media--card img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform .8s var(--ease), filter .8s var(--ease);
}
.services .service:hover .media--card img,
.services .service:focus-within .media--card img {
  transform: scale(1.055);
  filter: saturate(1.04);
}
.services .service .media-card__label {
  right: 18px !important;
  bottom: 17px !important;
  z-index: 4 !important;
  color: #fffaf5 !important;
  font-size: 8px !important;
}
.services .service:nth-child(1) { background: #f2e7df; }
.services .service:nth-child(2) { background: #211b1a; color: #f7f1eb; }
.services .service:nth-child(2) p { color: rgba(247,241,235,.72); }
.services .service:nth-child(2) .arrow { color: #e0b7b8; }
.services .service:nth-child(2) .media--card { border-bottom-color: rgba(247,241,235,.14); }
.services .service:nth-child(4) { background: #eadbd3; }
.services .service:nth-child(4) .media--card { background: #211b1a; }
.services .section-supporting-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 34px 0 0 auto;
  color: var(--color-muted);
  font: 12px/1.6 var(--sans);
}
@keyframes service-orbit { from { transform: rotate(0deg) translateX(0); } to { transform: rotate(360deg) translateX(0); } }

@media (max-width: 768px) {
  .services { padding: 82px 0; }
  .services::before { width: 72vw; height: 72vw; top: 170px; right: -42vw; }
  .services::after { width: 62vw; height: 62vw; bottom: -25vw; left: -32vw; }
  .services .section-head { margin-bottom: 34px; }
  .services .section-head > p { max-width: 100%; font-size: 12px; }
  .services .service-grid { grid-template-columns: 1fr; gap: 13px; }
  .services .service { min-height: 0; }
  .services .service > span { top: 13px; left: 13px; font-size: 8px; }
  .services .service > div { padding: 21px 20px 22px; }
  .services .service h3 { font-size: clamp(29px, 8.5vw, 40px); }
  .services .service p { font-size: 12px; line-height: 1.48; margin-bottom: 20px; }
  .services .service .media--card { aspect-ratio: 16 / 10 !important; }
  .services .service .media--card::before { inset: 9px !important; }
  .services .service .media-card__label { right: 13px !important; bottom: 12px !important; }
  .services .section-supporting-copy { margin: 27px 0 0; font-size: 11px; }
}

@media (max-width: 430px) {
  .services { padding: 72px 0; }
  .services .service-grid { gap: 11px; }
  .services .service > div { padding: 18px 17px 20px; }
  .services .service h3 { font-size: 31px; }
  .services .service p { font-size: 11px; }
  .services .service .media--card { aspect-ratio: 4 / 2.7 !important; }
}

@media (prefers-reduced-motion: reduce) {
  .services::before,
  .services::after { animation: none; }
  .services .service,
  .services .service .media--card img { transition: none; }
}

/* =========================================================
   RITS MUA — STUDIO CONTENT VOLUME / EDITORIAL BLOCK V19
   Give the supporting studio copy a stronger physical presence
   without turning it into another hero.
   ========================================================= */
.studio--editorial .studio__content{
  position:relative;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:clamp(56px,9vw,150px);
  min-height:0;
  padding:clamp(64px,7vw,92px) 0 clamp(46px,5vw,68px);
  border-top:1px solid var(--color-border);
  border-bottom:1px solid var(--color-border);
  overflow:hidden;
}
.studio--editorial .studio__content::before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  right:-150px;
  top:-190px;
  border:1px solid rgba(155,77,98,.18);
  border-radius:50%;
  pointer-events:none;
}
.studio--editorial .studio__content::after{
  content:"RITS MUA";
  position:absolute;
  right:-8px;
  bottom:-52px;
  color:rgba(155,77,98,.055);
  font:500 clamp(110px,15vw,220px)/.8 var(--serif);
  letter-spacing:-.06em;
  pointer-events:none;
  white-space:nowrap;
}
.studio--editorial .studio__content-main,
.studio--editorial .studio__content-side{
  position:relative;
  z-index:1;
}
.studio--editorial .studio__content .large{
  max-width:790px;
  margin:24px 0 0;
  font-size:clamp(31px,3.35vw,52px);
  line-height:1.02;
  letter-spacing:-.035em;
}
.studio--editorial .studio__content-side{
  align-self:center;
  padding-left:clamp(26px,4vw,58px);
  border-left:1px solid var(--color-border);
}
.studio--editorial .studio__content-side > p{
  max-width:510px;
  margin:0;
  font-size:clamp(16px,1.35vw,20px);
  line-height:1.55;
}
.studio--editorial .studio__content .details{
  margin-top:34px;
  padding-top:20px;
  gap:12px 24px;
}
.studio--editorial .studio__content .details span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 11px;
  border:1px solid var(--color-border);
  background:rgba(255,250,245,.42);
  font-size:8px;
  letter-spacing:.12em;
}
.studio--editorial .studio__content .arrow{
  display:inline-flex;
  margin-top:27px;
  padding-bottom:7px;
  border-bottom:1px solid currentColor;
}

@media (max-width:768px){
  .studio--editorial .studio__content{
    min-height:0;
    grid-template-columns:1fr;
    gap:42px;
    padding:58px 0 62px;
  }
  .studio--editorial .studio__content::before{
    width:250px;
    height:250px;
    right:-150px;
    top:-130px;
  }
  .studio--editorial .studio__content::after{
    font-size:105px;
    right:-30px;
    bottom:-28px;
  }
  .studio--editorial .studio__content .large{
    margin-top:18px;
    font-size:clamp(28px,8vw,40px);
    line-height:1.04;
  }
  .studio--editorial .studio__content-side{
    align-self:stretch;
    padding:32px 0 0;
    border-left:0;
    border-top:1px solid var(--color-border);
  }
  .studio--editorial .studio__content-side > p{
    max-width:620px;
    font-size:15px;
    line-height:1.55;
  }
  .studio--editorial .studio__content .details{
    margin-top:24px;
    padding-top:17px;
  }
  .studio--editorial .studio__content .details span{
    min-height:28px;
    padding:0 9px;
    font-size:7px;
  }
}

@media (prefers-reduced-motion:reduce){
  .studio--editorial .studio__content::before,
  .studio--editorial .studio__content::after{animation:none;}
}

/* =========================================================
   RITS MUA — REMOVE THE MARKED EMPTY STUDIO AREA
   ========================================================= */
.studio--editorial{
  padding-bottom:0 !important;
}
.studio--editorial .studio__content{
  min-height:0;
  padding-bottom:0 !important;
  border-bottom:0;
}
.studio--editorial .studio__content::after{
  display:none;
}
@media (max-width:768px){
  .studio--editorial{padding-bottom:0 !important;}
  .studio--editorial .studio__content{
    gap:24px;
    padding-bottom:0 !important;
  }
}
@media (max-width:430px){
  .studio--editorial{padding-bottom:0 !important;}
  .studio--editorial .studio__content{padding-bottom:0 !important;}
}


/* Legal pages */
.legal-page { padding: clamp(72px, 10vw, 150px) 0 100px; }
.legal-page__wrap { max-width: 1120px; }
.legal-page__header { max-width: 820px; padding-bottom: clamp(42px, 7vw, 82px); border-bottom: 1px solid var(--color-border); }
.legal-page__header h1 { margin: 18px 0 24px; font-size: clamp(54px, 8vw, 112px); line-height: .9; letter-spacing: -.045em; }
.legal-page__header h1 em { color: var(--color-accent); font-weight: 400; }
.legal-page__intro { max-width: 700px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; }
.legal-page__meta { margin-top: 28px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--color-muted); }
.legal-page__body { display: grid; grid-template-columns: minmax(180px, .6fr) minmax(0, 1.4fr); gap: 28px 8vw; padding-top: clamp(44px, 7vw, 80px); }
.legal-page__body section { grid-column: 2; padding-bottom: 30px; border-bottom: 1px solid var(--color-border); }
.legal-page__body h2 { margin: 0 0 12px; font-size: clamp(22px, 2vw, 30px); line-height: 1.1; font-weight: 400; }
.legal-page__body p { max-width: 720px; margin: 0; font-size: 16px; line-height: 1.7; color: var(--color-text); }
.legal-page__body a { color: var(--color-accent); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 768px) {
  .legal-page { padding: 58px 0 70px; }
  .legal-page__header h1 { font-size: clamp(48px, 15vw, 72px); }
  .legal-page__body { display: block; padding-top: 42px; }
  .legal-page__body section { padding-bottom: 26px; margin-bottom: 26px; }
  .legal-page__body p { font-size: 15px; line-height: 1.65; }
}


/* Stage 03 footer refinement — compact, deliberate mobile composition + studio credit. */
.footer__bottom .footer__legal{display:inline-flex;align-items:center;gap:9px;flex-wrap:wrap}
.footer__bottom .footer__legal b{font-weight:400;color:rgba(247,241,235,.24)}
.footer__credit{transition:color .25s ease, opacity .25s ease}
.footer__credit:hover,.footer__credit:focus-visible{color:var(--color-bg);opacity:1}
.footer__credit-separator{color:rgba(247,241,235,.24)!important;font-size:8px!important}

@media(max-width:768px){
  .footer{padding:52px 0 18px}
  .footer__grid{
    display:flex;
    flex-direction:column;
    gap:38px;
    padding-bottom:46px;
  }
  .footer__grid>div,
  .footer__grid>div:first-child{
    grid-column:auto;
    min-width:0;
  }
  .footer__grid>div:not(:first-child){gap:9px}
  .footer__grid>div:first-child{gap:0}
  .footer p{margin:13px 0 9px}
  .footer__grid .brand--footer{margin-bottom:0}
  .footer small{margin-bottom:3px}
  .footer-menu{gap:9px}
  .footer__instagram{margin-top:2px}
  .footer__bottom{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:11px;
    padding-top:17px;
  }
  .footer__bottom>*{display:block;margin-top:0}
  .footer__bottom .footer__legal{display:flex;gap:8px;line-height:1.6}
  .footer__credit{font-size:8px!important;letter-spacing:.08em}
}

@media(max-width:430px){
  .footer{padding-top:46px}
  .footer__grid{gap:34px;padding-bottom:38px}
  .footer__bottom{gap:10px}
  .footer__bottom .footer__legal{gap:7px}
}

/* =========================================================
   MOBILE FOOTER — balanced two-column composition
   ========================================================= */
@media (max-width: 768px){
  .footer{
    padding:46px 0 18px;
  }

  .footer__grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:0;
    padding-bottom:34px;
    position:relative;
  }

  /* Two equal visual halves with a quiet centre divider. */
  .footer__grid::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:50%;
    width:1px;
    background:rgba(247,241,235,.13);
    transform:translateX(-.5px);
  }

  .footer__grid > div,
  .footer__grid > div:first-child,
  .footer__grid > div:not(:first-child){
    min-width:0;
    grid-column:auto;
    gap:0;
    padding:0 22px;
  }

  .footer__grid > div:nth-child(odd){
    padding-left:0;
    padding-right:24px;
  }

  .footer__grid > div:nth-child(even){
    padding-left:24px;
    padding-right:0;
  }

  .footer__grid > div:nth-child(1),
  .footer__grid > div:nth-child(2){
    padding-top:0;
  }

  .footer__grid > div:nth-child(3),
  .footer__grid > div:nth-child(4){
    margin-top:30px;
  }

  .footer p{margin:11px 0 8px;}
  .footer small{margin-bottom:8px;}
  .footer-menu{gap:8px;}
  .footer__instagram{margin-top:2px;}

  .footer__bottom{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
    padding-top:17px;
  }

  .footer__bottom>*{display:block;margin-top:0;}
  .footer__bottom .footer__legal{display:flex;gap:7px;line-height:1.55;}
  .footer__credit{font-size:8px!important;letter-spacing:.08em;}
}

@media (max-width:430px){
  .footer{padding-top:42px;}
  .footer__grid{padding-bottom:30px;}
  .footer__grid > div:nth-child(odd){padding-right:18px;}
  .footer__grid > div:nth-child(even){padding-left:18px;}
  .footer__grid > div:nth-child(3),
  .footer__grid > div:nth-child(4){margin-top:26px;}
}


/* =========================================================
   RITS MUA — HERO BLACK GLASS / ZERO-WHITE PRELOAD
   The film should never reveal a pale/grey loading state. Before
   playback, the media is a true black canvas. Once playback is
   confirmed, the film appears and the copy remains a dark glass panel.
   ========================================================= */
.hero--video .hero__media:not(.is-video-ready){
  background:#000 !important;
}
.hero--video .hero__media:not(.is-video-ready) .hero__veil,
.hero--video .hero__media:not(.is-video-ready) .hero__grain{
  opacity:0 !important;
}
.hero--video .hero__media.is-video-ready .hero__veil{
  opacity:1;
}
.hero__glass{
  background:rgba(5,5,5,.58) !important;
  border:1px solid rgba(255,255,255,.24);
  box-shadow:0 22px 60px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(18px) saturate(105%);
  -webkit-backdrop-filter:blur(18px) saturate(105%);
}
.hero__glass:hover{
  background:rgba(5,5,5,.66) !important;
  border-color:rgba(255,255,255,.30);
  box-shadow:0 26px 70px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.09);
}
@media(max-width:768px){
  .hero__glass{background:rgba(5,5,5,.62) !important;}
}


/* ==========================================================
   FINAL TYPE WEIGHT PASS — stronger editorial presence
   ========================================================== */
body{font-weight:500}

/* Primary editorial headlines */
h1,h2,h3,
.hero-intro__lead,
.quote blockquote,
.studio__content h2,
.studio__content .large,
.section h2,
.section-head h2,
.academy__top h2,
.service h3,
.course h3,
.about h2,
.contact h2,
.work-note h3,
.cta h2{font-weight:600}

/* Keep italic emphasis visibly substantial rather than hairline */
h1 em,h2 em,h3 em,
.hero-intro__lead em,
.service-showcase__card figcaption strong em,
.academy__heading h2 em,
.academy-course h3 em,
.quick-actions__panel h2 em,
.legal-page__header h1 em{font-weight:500}

/* Body / supporting copy */
.lead,
.section-head>p,
.academy__top>p,
.service p,
.course p,
.studio__content p,
.contact .large + *,
.contact__intro p,
.contact-editorial__intro p,
.footer p,
.footer a,
.footer span,
.hero-intro__support,
.hero-intro__copy,
.proof p,
.testimonials p{font-weight:500}

/* Navigation and UI */
.nav a,
.mobile-nav a:not(.btn),
.btn,
.arrow,
.service-showcase__card figcaption,
.form label,
.form__note,
.footer small,
.eyebrow,
.details,
.service>span,
.course span,
.course small,
.media__top,
.media__bottom,
.hero__micro,
.hero__glass-kicker,
.quick-actions__item{font-weight:500}

.btn{font-weight:600}

/* Technical/meta text gets a little more visual density */
.eyebrow,
.details,
.service>span,
.course span,
.course small,
.media__top,
.media__bottom,
.hero__micro,
.hero__glass-kicker,
.form label,
.form__note,
.footer small{font-weight:500}

/* Prevent the lighter browser fallback from making the brand feel washed out */
input,select,textarea,button{font-weight:500}
