@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700;800&display=swap");:root{--bg:#fff9f7;--surface:#ffffff;--surface-soft:#fbefef;--ink:#27151c;--muted:#715f65;--brand:#5a123f;--brand-2:#936c65;--gold:#c6a86a;--rose:#ead2d3;--line:rgba(90,18,63,0.13);--shadow:0 28px 70px rgba(57,21,37,0.14);--radius:28px;--module-purple-left:#7e00a4;--module-purple-right:#390a3b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}.maoya-page{min-height:100vh;background:radial-gradient(circle at top left,rgba(198,168,106,.2),transparent 32rem),radial-gradient(circle at 90% 7%,rgba(90,18,63,.14),transparent 28rem),var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.maoya-page a{color:inherit;text-decoration:none}.maoya-page img{display:block;max-width:100%}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;--header-opacity:0;background-color:rgba(255,249,247,calc(var(--header-opacity) * .92));border-bottom:1px solid rgba(90,18,63,calc(var(--header-opacity) * .13));box-shadow:0 14px 38px rgba(57,21,37,calc(var(--header-opacity) * .08));backdrop-filter:blur(calc(var(--header-opacity) * 18px));-webkit-backdrop-filter:blur(calc(var(--header-opacity) * 18px));transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,-webkit-backdrop-filter .2s ease;transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,backdrop-filter .2s ease;transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,backdrop-filter .2s ease,-webkit-backdrop-filter .2s ease}.site-header.at-top{color:#fff}.site-header.text-dark{color:var(--ink)}.nav-shell{width:calc(100% - 4px);margin:0 auto;min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.hero-logo{width:clamp(324px,36vw,450px);margin:0 0 1.1rem;display:inline-flex;align-items:center;justify-content:center}.hero-logo img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 8px 20px rgba(0,0,0,.55)) drop-shadow(0 4px 10px rgba(0,0,0,.45)) drop-shadow(0 2px 4px rgba(0,0,0,.35))}.header-phone{flex:0 0 auto;display:inline-flex;align-items:center;align-self:center;color:var(--brand);font-family:Playfair Display,Georgia,serif;font-size:clamp(1.05rem,1.6vw,1.55rem);font-style:italic;font-weight:800;letter-spacing:.02em;line-height:1;white-space:nowrap;transform:translateY(-.14em);transition:color .2s ease,opacity .2s ease}.site-header.at-top .header-phone{color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.38)}.site-header.text-dark .header-phone{color:var(--brand);text-shadow:none}.header-phone:hover{opacity:.78}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:clamp(.8rem,1.5vw,1.45rem);flex:1 1}.desktop-nav a,.mobile-nav a,.site-footer a{font-size:.9rem;font-weight:700;line-height:1;display:inline-flex;align-items:center;color:var(--ink);transition:color .2s ease,opacity .2s ease}.site-header.at-top .desktop-nav a{color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.35)}.site-header.text-dark .desktop-nav a{color:var(--ink);text-shadow:none}.desktop-nav a:hover,.mobile-nav a:hover,.site-footer a:hover{color:var(--brand)}.site-header.at-top .desktop-nav a:hover{color:#fff;opacity:.78}.nav-actions{display:flex;align-items:center;gap:.65rem}.cart-button,.cart-drawer-header button,.menu-button{border:1px solid var(--line);background:rgba(255,255,255,.7);color:var(--brand);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.site-header.at-top .cart-button,.site-header.at-top .menu-button{color:#fff;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.35);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header.text-dark .cart-button,.site-header.text-dark .menu-button{color:var(--brand);background:rgba(255,255,255,.7);border-color:var(--line)}.cart-button{min-width:52px;height:44px;border-radius:999px;gap:.35rem;font-weight:800}.cart-drawer-header button,.menu-button{width:44px;height:44px;border-radius:999px}.menu-button{display:none}.cart-button:hover,.cart-drawer-header button:hover,.menu-button:hover{transform:translateY(-1px);background:#fff;box-shadow:0 12px 30px rgba(90,18,63,.11)}.mobile-nav{width:calc(100% - 4px);margin:0 auto 1rem;padding:.75rem;background:#fff;border:1px solid var(--line);border-radius:22px;display:grid;grid-gap:.2rem;gap:.2rem;box-shadow:var(--shadow)}.mobile-nav a{padding:.85rem 1rem;border-radius:16px}.mobile-nav a:hover{background:var(--surface-soft)}.cart-drawer{position:fixed;z-index:70;top:0;right:0;width:min(420px,100vw);height:100vh;padding:1.3rem;background:#fff;box-shadow:-30px 0 90px rgba(28,8,17,.18);transform:translateX(110%);transition:transform .28s ease}.cart-drawer.open{transform:translateX(0)}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center}.cart-empty{height:calc(100% - 80px);display:grid;place-content:center;text-align:center;grid-gap:.75rem;gap:.75rem;color:var(--muted)}.cart-empty svg{margin:0 auto;color:var(--brand)}.cart-empty h3{margin:0;color:var(--ink);font-family:Playfair Display,serif;font-size:1.9rem}.page-overlay{position:fixed;inset:0;z-index:60;background:rgba(22,10,15,.34);opacity:0;pointer-events:none;transition:opacity .25s ease}.page-overlay.visible{opacity:1;pointer-events:auto}.section-pad{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:clamp(4rem,8vw,7.5rem) 0}.section-pad.compact{padding-top:clamp(2.5rem,5vw,4rem);padding-bottom:clamp(2.5rem,5vw,4rem)}.hero-section{position:relative;width:100%;min-height:100vh;min-height:100svh;margin:0;padding:0 1rem;display:grid;place-items:center;overflow:hidden;text-align:center;background-image:url(/images/backgrounds/hero.png);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed}.hero-content{position:relative;z-index:1;width:min(920px,100%);margin:0 auto;display:flex;flex-direction:column;align-items:center;color:#fff;text-shadow:0 3px 18px rgba(0,0,0,.42)}.hero-eyebrow{margin:0 0 .85rem;font-size:clamp(.9rem,1.1vw,1rem);font-weight:800;letter-spacing:.18em;text-transform:uppercase;text-shadow:0 3px 16px rgba(0,0,0,.58),0 1px 2px rgba(0,0,0,.45)}.hero-content h1{margin:0;max-width:980px;font-size:clamp(2.35rem,5.8vw,5rem);line-height:.95;letter-spacing:-.055em;text-shadow:0 5px 24px rgba(0,0,0,.6),0 1px 3px rgba(0,0,0,.5)}.hero-content h1,.hero-subtitle{color:#fff;font-family:Playfair Display,Georgia,serif;font-style:italic;font-weight:400}.hero-subtitle{margin:.6rem 0 0;font-size:clamp(1.65rem,3.8vw,3.4rem);line-height:1;letter-spacing:-.045em;text-shadow:0 5px 24px rgba(0,0,0,.58),0 1px 3px rgba(0,0,0,.48)}.hero-note{margin:1.5rem 0 0;color:#fff;font-size:clamp(1rem,1.5vw,1.28rem);font-weight:600;text-shadow:0 3px 16px rgba(0,0,0,.58),0 1px 2px rgba(0,0,0,.45)}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem;text-shadow:none}.button,.hero-actions{justify-content:center}.button{min-height:48px;padding:.92rem 1.15rem;border-radius:999px;display:inline-flex;align-items:center;gap:.55rem;font-weight:800;border:1px solid transparent;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.button.primary{color:#fff;background:linear-gradient(135deg,var(--brand),#8e5a6d);box-shadow:0 18px 45px rgba(90,18,63,.23)}.button.ghost{color:var(--brand);background:rgba(255,255,255,.82);border-color:var(--line)}.button:hover{transform:translateY(-2px)}.reveal{opacity:1;transform:none;filter:none;transition:opacity .78s ease,transform .78s cubic-bezier(.16,1,.3,1),filter .78s ease;transition-delay:var(--reveal-delay,0s);will-change:opacity,transform,filter}html.js .reveal:not(.is-visible){opacity:0;transform:translate3d(0,30px,0);filter:blur(6px)}.reveal.is-visible{opacity:1;transform:translateZ(0) scale(1) rotate(0deg);filter:blur(0)}html.js .reveal-fade-up:not(.is-visible){transform:translate3d(0,34px,0)}html.js .reveal-fade-left:not(.is-visible){transform:translate3d(-42px,0,0)}html.js .reveal-fade-right:not(.is-visible){transform:translate3d(42px,0,0)}html.js .reveal-zoom:not(.is-visible){transform:translate3d(0,24px,0) scale(.94)}html.js .reveal-flip:not(.is-visible){transform:perspective(900px) rotateX(9deg) translateY(28px);transform-origin:top center}.stagger-reveal{opacity:1;transform:none;filter:none;transition:opacity .78s ease,transform .78s cubic-bezier(.16,1,.3,1),filter .78s ease;will-change:opacity,transform,filter}html.js .stagger-reveal:not(.is-visible){opacity:0;filter:blur(6px)}.stagger-reveal.is-visible{opacity:1;transform:translateZ(0);filter:blur(0)}@media (prefers-reduced-motion:reduce){.reveal,.reveal.is-visible,.stagger-reveal,.stagger-reveal.is-visible{opacity:1;transform:none;filter:none;transition:none}}.section-label{margin:0 0 .9rem;display:inline-flex;align-items:center;gap:.45rem;color:var(--brand);text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:.78rem}.section-intro{margin-bottom:2.5rem}.section-intro.centered{text-align:center;max-width:720px;margin-left:auto;margin-right:auto}.about-copy h2,.benefit-heading h2,.module-copy h2,.section-intro h2{margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.7rem,2.7vw,2.75rem);font-weight:700;line-height:1.08;color:var(--ink)}.about-copy h2 span{display:block;color:var(--brand)}.benefit-grid,.distance-grid,.highlight-grid{display:grid;grid-gap:1.1rem;gap:1.1rem}.highlight-grid{grid-template-columns:repeat(auto-fit,minmax(min(240px,calc((100% - 1.1rem) / 2)),1fr))}.benefit-grid,.distance-grid{grid-template-columns:repeat(4,1fr)}.about-visual-card,.benefit-card,.distance-card,.highlight-card,.module-card-large,.product-card,.quote-card{background:rgba(255,255,255,.78);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 20px 60px rgba(57,21,37,.08);overflow:hidden}.highlight-card{transition:transform .22s ease,box-shadow .22s ease}.highlight-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.highlight-image{height:auto;overflow:hidden;background:transparent}.highlight-image img{width:100%;height:auto;object-fit:contain;transition:transform .42s ease}.highlight-card:hover .highlight-image img{transform:scale(1.06)}.highlight-body{padding:1.2rem}.highlight-meta{display:flex;align-items:center;justify-content:space-between;gap:.9rem;margin-bottom:.8rem}.card-icon{width:42px;height:42px;border-radius:999px;background:var(--surface-soft);display:inline-grid;place-items:center;color:var(--brand);flex-shrink:0}.highlight-fake-button{padding:.62rem .92rem;border:1px solid rgba(90,18,63,.16);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--brand);background:rgba(255,255,255,.88);font-size:.78rem;font-weight:600;letter-spacing:.02em;white-space:nowrap;box-shadow:0 8px 22px rgba(57,21,37,.06);transition:background .22s ease,border-color .22s ease,transform .22s ease}.highlight-card:hover .highlight-fake-button{background:rgba(255,244,249,.98);border-color:rgba(90,18,63,.28);transform:translateY(-1px)}.about-note h3,.benefit-card h3,.distance-body h3,.highlight-body h3,.product-body h3{margin:0 0 .55rem;font-family:Playfair Display,Georgia,serif;font-size:1.35rem;line-height:1.05}.about-note p,.benefit-card p,.distance-body p,.highlight-body p{margin:0;color:var(--muted);line-height:1.65;font-size:.95rem}.modules-section{position:relative;width:100%;min-height:auto;padding:clamp(2rem,4vw,3.5rem) 0 clamp(4rem,7vw,6rem);display:grid;align-items:start;overflow:visible;background-color:var(--module-purple-right);background-image:linear-gradient(90deg,rgba(126,0,164,.84),rgba(93,6,112,.78) 42%,rgba(57,10,59,.9)),url(/images/backgrounds/modules.png);background-size:cover;background-position:50%;background-repeat:no-repeat}.modules-layout{position:relative;z-index:1;width:min(1180px,calc(100% - 32px));margin:0 auto;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);align-items:center}.module-carousel{--visible-items:3;--module-carousel-height:clamp(300px,34vw,520px);--carousel-overlap:clamp(2.5rem,5vw,4.5rem);width:100%;overflow:hidden;position:relative;isolation:isolate;transform:translateY(var(--carousel-overlap));margin-bottom:calc(-1 * var(--carousel-overlap));-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.module-carousel-track{display:flex;gap:1rem;width:max-content;animation:moduleCarousel 28s linear infinite}.module-carousel:hover .module-carousel-track{animation-play-state:paused}.module-carousel-slide{flex:0 0 auto;height:var(--module-carousel-height);aspect-ratio:3/4;border-radius:23px;overflow:hidden;background:transparent;display:grid;place-items:center}.module-carousel-slide img{width:100%;height:100%;object-fit:contain}@keyframes moduleCarousel{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - .5rem))}}.module-copy{color:#fff;align-self:center;padding-top:0;text-shadow:0 3px 18px rgba(0,0,0,.45)}.module-copy .section-label,.module-copy h2{color:#fff}.module-copy p{max-width:620px;color:rgba(255,255,255,.9);line-height:1.75;font-size:1.05rem}.module-tabs{display:flex;flex-wrap:nowrap;align-items:stretch;gap:clamp(.45rem,2vw,.85rem);margin-top:1.2rem;text-shadow:none;width:100%;max-width:100%}.module-tabs a{flex:1 1;min-width:0;padding:clamp(.62rem,2.2vw,.95rem) clamp(.45rem,2.5vw,1.15rem);border-radius:999px;color:#fff;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-weight:800;font-size:clamp(.68rem,2.6vw,.92rem);line-height:1.2;text-transform:none;text-align:center;white-space:nowrap}.module-tabs a:hover{background:rgba(255,255,255,.2)}.about-section{position:relative;isolation:isolate;display:grid;grid-template-columns:.95fr 1.05fr;grid-gap:clamp(2rem,6vw,5rem);gap:clamp(2rem,6vw,5rem);align-items:start;padding-top:clamp(5rem,8vw,7rem);padding-bottom:clamp(7rem,10vw,9rem)}.about-section:after{content:"";position:absolute;left:50%;bottom:0;width:100vw;height:clamp(240px,31vw,430px);transform:translateX(-50%);background-image:url(/images/about/about-section-decor.webp);background-position:bottom;background-repeat:no-repeat;background-size:100% auto;pointer-events:none;z-index:0}.about-section>*{position:relative;z-index:1}.about-copy p{color:var(--muted);line-height:1.85;font-size:1.02rem}.about-visual-card{position:relative;min-height:clamp(560px,48vw,720px);margin-top:clamp(13rem,16vw,14rem);padding:.85rem;overflow:visible;display:grid;place-items:center}.about-visual-card>img{width:100%;height:100%;object-fit:contain;border-radius:23px}.about-note{position:absolute;left:-1.2rem;bottom:-1.2rem;max-width:390px;padding:1.35rem;border-radius:24px;background:rgba(255,255,255,.9);border:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow)}.distance-section{background:linear-gradient(180deg,transparent,rgba(234,210,211,.22),transparent)}.distance-grid{grid-template-columns:repeat(3,1fr)}.distance-card{overflow:hidden}.distance-image{position:relative;height:270px;overflow:hidden}.distance-image img{width:100%;height:100%;object-fit:cover}.distance-image span{position:absolute;top:1rem;left:1rem;width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:rgba(255,255,255,.86);color:var(--brand);font-weight:900;font-size:1.15rem}.distance-body{padding:1.35rem}.distance-body svg{color:var(--brand);margin-bottom:.7rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,calc((100% - 1rem) / 2)),1fr));grid-gap:1rem;gap:1rem}.product-card{display:flex;flex-direction:column;transition:transform .22s ease,box-shadow .22s ease}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-image{height:300px;overflow:hidden;background:var(--rose)}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .42s ease}.product-card:hover .product-image img{transform:scale(1.06)}.product-body{padding:1rem;display:flex;flex-direction:column;flex:1 1}.product-body p{margin:0 0 .45rem;color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.product-body h3{font-size:1.18rem;min-height:54px}.product-body strong{color:var(--brand);margin:auto 0 1rem;font-size:1.08rem}.product-body button{width:100%;min-height:44px;border:0;border-radius:999px;color:#fff;background:var(--brand);cursor:pointer;font-weight:800}.centered-action{display:flex;justify-content:center;margin-top:2rem}.testimonial-section{width:100%;min-height:clamp(520px,58vw,760px);padding:clamp(4rem,9vw,8rem) 0;display:flex;align-items:center;background-color:#3b1231;background-image:linear-gradient(135deg,rgba(58,12,48,.08),rgba(58,12,48,.22)),url(/images/backgrounds/testimonial.png);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed}.testimonial-inner.section-pad.compact{padding-top:0;padding-bottom:0}.quote-card{max-width:960px;margin:0 auto;padding:clamp(1.6rem,4vw,3.4rem);text-align:center;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stars{color:var(--gold);display:flex;justify-content:center;gap:.25rem;margin-bottom:1.2rem}.quote-card blockquote{margin:0 auto;max-width:860px;color:var(--ink);font-family:Playfair Display,Georgia,serif;font-size:clamp(1.02rem,1.55vw,1.35rem);line-height:1.6}.quote-footer{margin-top:1.4rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.85rem}.quote-footer strong{color:var(--brand);font-size:1.02rem}.quote-footer a{min-height:44px;padding:.85rem 1.25rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:var(--brand);font-weight:800;text-decoration:none;box-shadow:0 14px 34px rgba(90,18,63,.18);transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.quote-footer a:hover{transform:translateY(-2px);background:#7c245d;box-shadow:0 18px 45px rgba(90,18,63,.24)}.student-gallery{columns:170px 5;column-gap:1rem}.student-gallery-mobile{display:none}.student-gallery-mobile-track{display:contents}.student-gallery-trigger{width:100%;padding:0;border:0;display:block;background:transparent;cursor:zoom-in;text-align:left}.student-gallery-desktop .student-gallery-trigger{margin:0 0 1rem;page-break-inside:avoid;break-inside:avoid}.student-gallery-trigger img{margin:0;transition:transform .22s ease,box-shadow .22s ease}.student-gallery-trigger:hover img{transform:translateY(-2px);box-shadow:0 22px 50px rgba(57,21,37,.14)}.student-gallery img{width:100%;border-radius:22px;page-break-inside:avoid;break-inside:avoid;box-shadow:0 18px 45px rgba(57,21,37,.1);background:var(--rose)}.student-gallery-modal{position:fixed;inset:0;padding:clamp(1rem,3vw,2rem);display:grid;place-items:center;background:rgba(23,10,16,.82);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:120}.student-gallery-modal-panel{width:min(92vw,1120px);max-height:calc(100vh - 2rem);display:grid;grid-gap:.9rem;gap:.9rem;justify-items:end}.student-gallery-modal-close{padding:.72rem 1rem;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:rgba(255,255,255,.16);cursor:pointer;font-weight:600;letter-spacing:.02em}.student-gallery-modal-image{max-width:100%;max-height:calc(100vh - 7rem);border-radius:28px;box-shadow:0 30px 80px rgba(0,0,0,.32);background:#fff}.benefits-section{width:min(1180px,calc(100% - 32px));border-radius:38px;padding:clamp(2rem,5vw,4rem);background:linear-gradient(135deg,#321421,#6c244d 55%,#936c65);color:#fff;margin-bottom:clamp(4rem,7vw,7rem)}.benefit-heading{max-width:820px;margin-bottom:2rem}.benefit-heading h2{color:#fff}.benefit-grid{grid-template-columns:repeat(4,1fr)}.benefit-card{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.16);box-shadow:none;padding:1.35rem}.benefit-card svg{color:var(--gold);margin-bottom:.9rem}.benefit-card h3{color:#fff}.benefit-card p{color:rgba(255,255,255,.78)}.site-footer{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:3rem 0 2rem;display:grid;grid-template-columns:1.4fr repeat(3,.75fr);grid-gap:2rem;gap:2rem;border-top:1px solid var(--line)}.site-footer img{width:96px;height:86px;object-fit:contain;margin-bottom:.8rem}.site-footer p{color:var(--muted);line-height:1.7;max-width:320px}.site-footer h3{margin:0 0 .9rem;font-family:Playfair Display,Georgia,serif;color:var(--brand);font-size:1.35rem}.site-footer a{display:block;margin:.55rem 0;color:var(--muted)}.copyright{grid-column:1/-1;max-width:none!important;padding-top:1.25rem;border-top:1px solid var(--line);font-size:.9rem}@media (max-width:1100px){.desktop-nav{display:none}.menu-button{display:inline-flex}.about-section{grid-template-columns:1fr}.about-section:after{height:clamp(180px,30vw,280px)}.about-visual-card{margin-top:0}.benefit-grid{grid-template-columns:repeat(2,1fr)}.modules-layout{grid-template-columns:1fr}.module-copy{order:1}.module-carousel{order:2;--visible-items:2;--module-carousel-height:clamp(300px,48vw,460px);--carousel-overlap:clamp(2rem,5vw,4rem)}.product-grid{grid-template-columns:repeat(auto-fit,minmax(min(280px,calc((100% - 1rem) / 2)),1fr))}.site-footer{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.nav-shell{min-height:62px}.hero-logo{width:clamp(288px,61.5vw,372px);margin-bottom:.9rem}.hero-section{min-height:100svh;background-position:50%;background-attachment:fixed}.hero-content h1{font-size:clamp(2.45rem,11vw,3.65rem)}.hero-subtitle{font-size:clamp(1.55rem,7.6vw,2.55rem)}.benefit-grid,.distance-grid,.modules-layout{grid-template-columns:1fr}.module-copy{order:1}.module-carousel{order:2;--visible-items:1;--module-carousel-height:clamp(260px,78vw,380px);--carousel-overlap:clamp(1.5rem,7vw,3rem)}.about-visual-card{min-height:clamp(440px,95vw,560px)}.about-visual-card>img{height:100%;object-fit:contain}.about-note{position:relative;left:auto;bottom:auto;margin:-3rem .6rem .6rem}.product-image{height:380px}.student-gallery-desktop{display:none}.student-gallery-mobile{position:relative;isolation:isolate;height:clamp(340px,82vh,560px);display:block;overflow:hidden}.student-gallery-mobile:after{content:"";position:absolute;right:0;bottom:0;left:0;height:clamp(72px,15vw,120px);background:linear-gradient(180deg,rgba(255,249,247,0),var(--bg) 88%);pointer-events:none;z-index:2}.student-gallery-mobile-track{display:flex;flex-direction:column;gap:1rem;animation:student-gallery-vertical-loop var(--student-gallery-duration,32s) linear infinite}.student-gallery-mobile-track.is-paused{animation-play-state:paused}.student-gallery-slide{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.student-gallery-mobile-trigger{display:block}.student-gallery-mobile-image{width:100%;aspect-ratio:.72;object-fit:cover;border-radius:22px;box-shadow:0 18px 45px rgba(57,21,37,.1);background:var(--rose);display:block}.student-gallery-slide>.student-gallery-mobile-image:only-child{grid-column:1/-1;max-width:min(280px,100%);justify-self:center}.site-footer{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem}}@keyframes student-gallery-vertical-loop{0%{transform:translateY(0)}to{transform:translateY(calc(-50% - .5rem))}}@media (prefers-reduced-motion:reduce){.student-gallery-mobile-track{animation:none!important}}@media (max-width:450px){.highlight-grid{grid-template-columns:1fr}}.certif-page .certif-hero{position:relative;min-height:100vh;min-height:100svh;padding-top:74px;display:grid;align-items:center;text-align:center;background-image:url(/images/backgrounds/formation-certifiante-hero.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed}.certif-page .certif-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(24,8,16,.48),rgba(24,8,16,.34) 40%,rgba(24,8,16,.48));pointer-events:none}.certif-page .certif-hero-inner{position:relative;z-index:1;max-width:820px;margin:0 auto;color:#fff;text-shadow:0 3px 18px rgba(0,0,0,.42)}.certif-page .certif-hero h1{margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:700;line-height:1.05;color:#fff;text-shadow:0 5px 24px rgba(0,0,0,.6),0 1px 3px rgba(0,0,0,.5)}.certif-page .certif-hero-subtitle{margin:.75rem 0 0;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.35rem,2.8vw,2rem);font-style:italic;font-weight:600;color:#fff;text-shadow:0 5px 24px rgba(0,0,0,.58),0 1px 3px rgba(0,0,0,.48)}.certif-page .certif-hero .section-label{color:rgba(255,255,255,.96);text-shadow:0 3px 16px rgba(0,0,0,.58),0 1px 2px rgba(0,0,0,.45)}.certif-page .certif-intro-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);align-items:start}.certif-page .certif-intro-copy h2{margin:0 0 1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,2.5vw,2.2rem);line-height:1.12;color:var(--brand)}.certif-page .certif-intro-copy p{margin:0;color:var(--muted);line-height:1.8;font-size:1.02rem}.certif-page .certif-programme{padding:clamp(1.4rem,3vw,2rem);border-radius:var(--radius);background:rgba(255,255,255,.88);border:1px solid var(--line);box-shadow:0 20px 60px rgba(57,21,37,.08)}.certif-page .certif-programme h3{margin:0 0 1.1rem;font-family:Playfair Display,Georgia,serif;font-size:1.45rem;color:var(--ink)}.certif-page .certif-checklist{margin:0;padding:0;list-style:none;display:grid;grid-gap:.75rem;gap:.75rem}.certif-page .certif-checklist li{display:flex;align-items:flex-start;gap:.65rem;color:var(--ink);line-height:1.55;font-size:.95rem}.certif-page .certif-checklist svg{flex-shrink:0;margin-top:.15rem;color:var(--brand)}.certif-page .certif-price-card{margin-top:1.5rem;padding:1.25rem 1.35rem;border-radius:22px;text-align:center;background:linear-gradient(135deg,var(--brand),#8e5a6d);color:#fff;box-shadow:0 18px 45px rgba(90,18,63,.22)}.certif-page .certif-price-duration{margin:0;font-size:.85rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;opacity:.9}.certif-page .certif-price-amount{margin:.35rem 0 0;font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1}.certif-page .certif-skills{width:100%;background-image:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.12)),url(/images/backgrounds/formation-certifiante-cpf.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;margin-bottom:clamp(2rem,5vw,4rem)}.certif-page .certif-skills .section-intro h2{color:#fff;text-shadow:0 4px 22px rgba(0,0,0,.42)}.certif-page .certif-skills .section-label{color:rgba(255,255,255,.95);text-shadow:0 3px 14px rgba(0,0,0,.4)}.certif-page .certif-skills-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:1rem;gap:1rem}.certif-page .certif-skill-card{padding:1.35rem 1.15rem;border-radius:var(--radius);background:rgba(255,255,255,.78);border:1px solid var(--line);box-shadow:0 16px 48px rgba(57,21,37,.06);transition:transform .22s ease,box-shadow .22s ease}.certif-page .certif-skill-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.certif-page .certif-skill-card h3{margin:.85rem 0 .5rem;font-family:Playfair Display,Georgia,serif;font-size:1.15rem;line-height:1.15}.certif-page .certif-skill-card p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.6}.certif-page .certif-cpf{padding-top:0}.certif-page .certif-cpf-panel{max-width:720px;margin:0 auto;padding:clamp(2rem,5vw,3.5rem);text-align:center;border-radius:38px;background:linear-gradient(135deg,#321421,#6c244d 55%,#936c65);color:#fff;box-shadow:var(--shadow)}.certif-page .certif-cpf-panel .section-label{color:rgba(255,255,255,.92);justify-content:center}.certif-page .certif-cpf-panel h2{margin:0 0 1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.1}.certif-page .certif-cpf-lead{margin:0 0 .65rem;font-size:1.12rem;font-weight:700}.certif-page .certif-cpf-panel>p:not(.certif-cpf-lead){margin:0 0 1.5rem;color:rgba(255,255,255,.85);line-height:1.7}.certif-page .certif-quality-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);grid-gap:clamp(2rem,5vw,3.5rem);gap:clamp(2rem,5vw,3.5rem);align-items:start}.certif-page .certif-quality-copy h2{margin:0 0 1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.6rem,2.8vw,2.35rem);line-height:1.1}.certif-page .certif-quality-copy>p{margin:0 0 1rem;color:var(--muted);line-height:1.75}.certif-page .certif-quality-note{font-size:.92rem;font-weight:600;color:var(--brand)!important}.certif-page .certif-quality-list{margin:1.25rem 0;padding-left:1.2rem;color:var(--ink);line-height:1.75}.certif-page .certif-quality-list li+li{margin-top:.35rem}.certif-page .certif-success-badge{display:inline-block;margin:0;padding:.55rem 1rem;border-radius:999px;font-weight:800;color:var(--brand);background:var(--surface-soft);border:1px solid var(--line)}.certif-page .certif-quality-details{padding:clamp(1.4rem,3vw,2rem);border-radius:var(--radius);background:rgba(255,255,255,.88);border:1px solid var(--line);box-shadow:0 20px 60px rgba(57,21,37,.08)}.certif-page .certif-quality-label{margin:0 0 .35rem;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--brand)}.certif-page .certif-quality-details h3{margin:0 0 1.25rem;font-family:Playfair Display,Georgia,serif;font-size:1.25rem;line-height:1.2}.certif-page .certif-quality-details>p:last-child{margin:0;color:var(--muted);line-height:1.7;font-size:.95rem}@media (max-width:1100px){.certif-page .certif-skills-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.certif-page .certif-intro-grid,.certif-page .certif-quality-grid,.certif-page .certif-skills-grid{grid-template-columns:1fr}}.formation-lille-page .lille-hero{position:relative;min-height:100vh;min-height:100svh;padding-top:74px;display:grid;align-items:center;background-image:url(/images/backgrounds/formation-lille-hero.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed}.formation-lille-page .lille-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,8,16,.62),rgba(20,8,16,.4))}.formation-lille-page .lille-hero-content{position:relative;z-index:1;text-align:center;color:#fff;max-width:820px;text-shadow:0 3px 18px rgba(0,0,0,.42)}.formation-lille-page .lille-hero-content .section-label{color:rgba(255,255,255,.95);justify-content:center;text-shadow:0 3px 16px rgba(0,0,0,.58),0 1px 2px rgba(0,0,0,.45)}.formation-lille-page .lille-hero h1{margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.3rem,5.4vw,4.2rem);color:#fff;text-shadow:0 5px 24px rgba(0,0,0,.6),0 1px 3px rgba(0,0,0,.5)}.formation-lille-page .lille-hero-subtitle{margin:.6rem 0 0;font-family:Playfair Display,Georgia,serif;font-style:italic;font-size:clamp(1.4rem,2.8vw,2.1rem);color:#fff;text-shadow:0 5px 24px rgba(0,0,0,.58),0 1px 3px rgba(0,0,0,.48)}.formation-lille-page .lille-hero-content>p:not(.lille-hero-subtitle){margin:1rem auto 0;max-width:760px;line-height:1.75;color:#fff;text-shadow:0 3px 16px rgba(0,0,0,.58),0 1px 2px rgba(0,0,0,.45)}.formation-lille-page .lille-hero-gallery{margin-top:0;position:relative;z-index:2;background:var(--bg);padding-top:clamp(2.5rem,5vw,4rem)}.formation-lille-page .lille-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:clamp(.75rem,2vw,1.25rem);gap:clamp(.75rem,2vw,1.25rem)}.formation-lille-page .lille-gallery-card{border-radius:24px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff}.formation-lille-page .lille-gallery-card img{width:100%;aspect-ratio:4/5;object-fit:cover}.formation-lille-page .lille-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.formation-lille-page .lille-stats-in-hero{margin-top:1.35rem;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;justify-content:center;gap:1rem;width:-moz-fit-content;width:fit-content;max-width:100%;margin-left:auto;margin-right:auto}.formation-lille-page .lille-stat-card{padding:1.6rem 1.2rem;border-radius:var(--radius);border:1px solid var(--line);background:rgba(255,255,255,.8);text-align:center}.formation-lille-page .lille-stat-card strong{display:block;font-size:clamp(2rem,4vw,2.6rem);color:var(--brand);font-family:Playfair Display,Georgia,serif}.formation-lille-page .lille-stat-card span{color:var(--muted);font-weight:700;white-space:nowrap}.formation-lille-page .lille-stats-in-hero .lille-stat-card{background:rgba(255,255,255,.9);flex:0 0 auto;width:max-content;box-sizing:border-box}.formation-lille-page .lille-stats-in-hero.is-synced .lille-stat-card{width:var(--lille-stat-card-width)}.formation-lille-page .lille-trainers-note{margin-top:1.1rem;text-align:center}.formation-lille-page .lille-trainers-note h3{margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.2rem,2.2vw,1.6rem);color:#fff;text-shadow:0 5px 24px rgba(0,0,0,.58),0 1px 3px rgba(0,0,0,.48)}.formation-lille-page .lille-trainers-note p{margin:.45rem 0 0;color:rgba(255,255,255,.92);line-height:1.7;text-shadow:0 3px 16px rgba(0,0,0,.58),0 1px 2px rgba(0,0,0,.45)}.formation-lille-page .lille-centre-grid{display:grid;grid-template-columns:minmax(0,max-content) minmax(0,1fr);grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);align-items:center}.formation-lille-page .lille-centre-copy h2{margin:0 0 1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.6rem,2.8vw,2.35rem);line-height:1.1;color:var(--ink)}.formation-lille-page .lille-centre-copy p{margin:0 0 1rem;color:var(--muted);line-height:1.8}.formation-lille-page .lille-centre-copy p:last-child{margin-bottom:0}.formation-lille-page .lille-centre-visual{display:block;width:-moz-fit-content;width:fit-content;max-width:100%;max-height:85vh;max-height:85dvh;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);line-height:0}.formation-lille-page .lille-centre-visual img{width:100%;height:100%;object-fit:cover}.formation-lille-page .lille-centre-video{display:block;width:auto;max-width:100%;height:auto;max-height:85vh;max-height:85dvh;pointer-events:none;outline:none}.formation-lille-page .lille-centre-video::-webkit-media-controls,.formation-lille-page .lille-centre-video::-webkit-media-controls-enclosure{display:none!important}.formation-lille-page .lille-programme-intro .section-label{color:rgba(255,255,255,.95);justify-content:center;text-shadow:0 1px 2px rgba(0,0,0,.85),0 2px 8px rgba(0,0,0,.65),0 6px 28px rgba(0,0,0,.55)}.formation-lille-page .lille-programme-intro .section-intro h2{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.9),0 4px 14px rgba(0,0,0,.75),0 8px 36px rgba(0,0,0,.65)}.formation-lille-page .lille-programme-intro .section-intro p{color:rgba(255,255,255,.96);line-height:1.75;text-shadow:0 1px 3px rgba(0,0,0,.88),0 3px 12px rgba(0,0,0,.7),0 6px 24px rgba(0,0,0,.55)}.formation-lille-page .lille-programme-intro{position:relative;width:100vw;max-width:100vw;margin-inline:calc(50% - 50vw);overflow:hidden;isolation:isolate}.formation-lille-page .lille-programme-intro-bg{position:absolute;inset:0;z-index:0}.formation-lille-page .lille-programme-intro-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.formation-lille-page .lille-programme-intro>.section-pad{position:relative;z-index:2;min-height:clamp(280px,42vw,480px);display:grid;align-items:center}.formation-lille-page .lille-category+.lille-category{margin-top:clamp(2.5rem,5vw,4rem);padding-top:clamp(2rem,4vw,3rem);position:relative}.formation-lille-page .lille-category+.lille-category:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:min(720px,82%);height:1px;background:linear-gradient(90deg,transparent,rgba(108,36,77,.22) 20%,rgba(108,36,77,.22) 80%,transparent)}.formation-lille-page .lille-category{padding:clamp(1.2rem,3vw,2rem);border-radius:var(--radius);border:1px solid var(--line);background:rgba(255,255,255,.8)}.formation-lille-page .lille-category.is-featured{width:min(1360px,calc(100% - 32px));margin-inline:auto;padding-inline:0;padding-bottom:0;border:0;border-radius:0;background:transparent;box-shadow:none}.formation-lille-page .lille-category+.lille-category.is-featured{padding-top:clamp(2rem,4vw,3rem)}.formation-lille-page .lille-category-index{margin:0;color:var(--brand);text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:800}.formation-lille-page .lille-category h3{margin:.5rem 0;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.4rem,2.6vw,2rem)}.formation-lille-page .lille-category-header>p:last-child{margin:0 0 1rem;color:var(--muted);line-height:1.7}.formation-lille-page .lille-category.is-featured.is-centered .lille-category-header{text-align:center}.formation-lille-page .lille-category.is-featured.is-centered .lille-category-header h3{margin-left:auto;margin-right:auto}.formation-lille-page .lille-category.is-featured .lille-featured-lead{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.15rem,1.7vw,1.45rem);font-weight:600;color:var(--ink)}.formation-lille-page .lille-category.is-featured.is-centered .lille-category-details{margin-left:auto;margin-right:auto;max-width:980px}.formation-lille-page .lille-category-details{margin:0 0 1rem;color:var(--muted);line-height:1.75;white-space:pre-line}.formation-lille-page .lille-category-programme{margin:0 0 1rem}.formation-lille-page .lille-category-programme>p{margin:0 0 .45rem;color:var(--muted);line-height:1.75}.formation-lille-page .lille-category-programme ul{margin:0;padding-left:1.1rem;list-style:disc}.formation-lille-page .lille-category-programme li{font-style:italic;color:var(--muted);line-height:1.75}.formation-lille-page .lille-category.is-split .lille-category-split{display:grid;grid-template-columns:minmax(260px,.92fr) minmax(0,1.08fr);grid-gap:clamp(1.5rem,4vw,3rem);gap:clamp(1.5rem,4vw,3rem);align-items:center;margin-bottom:clamp(1.5rem,4vw,2.5rem)}.formation-lille-page .lille-category.is-split .lille-category-visual{overflow:hidden;border:0;border-radius:var(--radius);background:transparent;box-shadow:none}.formation-lille-page .lille-category.is-split .lille-category-visual img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center;border-radius:var(--radius)}.formation-lille-page .lille-category.is-split .lille-category-header{text-align:left}.formation-lille-page .lille-category.is-split .lille-category-header h3{margin-top:0;text-align:center}.formation-lille-page .lille-category.is-showcase .lille-category-showcase-top h3{margin:0 0 clamp(1rem,2.5vw,1.5rem);text-align:center;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.4rem,2.6vw,2rem)}.formation-lille-page .lille-category.is-showcase .lille-category-banner{margin-bottom:clamp(1.5rem,4vw,2.5rem);border-radius:var(--radius);overflow:hidden}.formation-lille-page .lille-category.is-showcase .lille-category-banner img{width:100%;max-height:clamp(220px,34vw,420px);object-fit:cover;object-position:center;border-radius:var(--radius)}.formation-lille-page .lille-category.is-showcase .lille-category-showcase-body{display:grid;grid-template-columns:minmax(260px,.92fr) minmax(0,1.08fr);grid-gap:clamp(1.5rem,4vw,3rem);gap:clamp(1.5rem,4vw,3rem);align-items:center;margin-bottom:clamp(1.5rem,4vw,2.5rem)}.formation-lille-page .lille-category.is-showcase .lille-category-header{text-align:left}.formation-lille-page .lille-category.is-showcase .lille-featured-lead{white-space:pre-line}.formation-lille-page .lille-fade-slideshow{position:relative;width:100%;aspect-ratio:4/5;border-radius:var(--radius);overflow:hidden}.formation-lille-page .lille-fade-slideshow img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity 1.1s ease-in-out}.formation-lille-page .lille-fade-slideshow img.is-active{opacity:1}.formation-lille-page .lille-category.is-banner .lille-category-banner-layout h3{margin:0 0 clamp(1rem,2.5vw,1.5rem);text-align:center;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.4rem,2.6vw,2rem)}.formation-lille-page .lille-category.is-banner .lille-category-banner{margin-bottom:clamp(1.5rem,4vw,2.5rem);border-radius:var(--radius);overflow:hidden}.formation-lille-page .lille-category.is-banner .lille-category-banner img{width:100%;max-height:clamp(220px,34vw,420px);object-fit:cover;object-position:center;border-radius:var(--radius)}.formation-lille-page .lille-category.is-banner .lille-category-header{text-align:center;max-width:980px;margin-inline:auto}.formation-lille-page .lille-category.is-banner .lille-category-programme{margin-left:auto;margin-right:auto}.formation-lille-page .lille-category.is-banner .lille-category-programme ul{display:inline-block;text-align:left}.formation-lille-page .lille-module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.9rem;gap:.9rem}@media (min-width:900px){.formation-lille-page .lille-module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1240px){.formation-lille-page .lille-module-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.formation-lille-page .lille-module-card{padding:1rem;border-radius:18px;border:1px solid var(--line);background:rgba(255,255,255,.95);display:flex;flex-direction:column}.formation-lille-page .lille-module-card-image{margin:-1rem -1rem .85rem;border-radius:16px 16px 0 0;overflow:hidden;border-bottom:1px solid var(--line);position:relative}.formation-lille-page .lille-module-card-image img{width:100%;height:180px;object-fit:cover;object-position:center}.formation-lille-page .lille-module-card h4{margin:0;font-size:.96rem;line-height:1.5}.formation-lille-page .lille-module-card-top{display:flex;align-items:center;justify-content:space-between;gap:.65rem;margin-bottom:.45rem}.formation-lille-page .lille-module-card-top h4{flex:1 1}.formation-lille-page .lille-module-card-top span{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:.25rem .6rem;border-radius:999px;background:var(--surface-soft);color:var(--brand);font-size:.78rem;font-weight:700}.formation-lille-page .lille-module-card-image span.is-on-image{position:absolute;right:.55rem;bottom:.55rem;display:inline-flex;align-items:center;justify-content:center;min-width:52px;padding:.22rem .55rem;border-radius:999px;background:rgba(255,255,255,.92);color:var(--brand);font-size:.74rem;font-weight:800;box-shadow:0 4px 14px rgba(0,0,0,.2)}.formation-lille-page .lille-module-select-btn{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;gap:.2rem;width:100%;min-height:40px;padding:.45rem .7rem;border:1px solid var(--brand);border-radius:999px;color:var(--brand);font-family:inherit;font-size:clamp(.66rem,1.25vw,.84rem);font-weight:700;letter-spacing:.01em;line-height:1;white-space:nowrap;text-align:center;text-decoration:none;cursor:pointer;background:transparent;transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.formation-lille-page .lille-module-select-btn.is-selected,.formation-lille-page .lille-module-select-btn.is-selected:hover{background:var(--brand);color:#fff;box-shadow:0 8px 18px rgba(108,36,77,.24)}.formation-lille-page .lille-module-card.is-selected{border-color:rgba(108,36,77,.42);box-shadow:0 10px 24px rgba(108,36,77,.12)}.formation-lille-page .lille-module-select-btn:hover{background:var(--brand);color:#fff;transform:translateY(-1px);box-shadow:0 8px 18px rgba(108,36,77,.24)}@media (max-width:520px){.formation-lille-page .lille-module-select-btn{flex-direction:column;gap:.05rem;min-height:36px;padding-inline:.55rem;font-size:clamp(.62rem,2.9vw,.75rem);line-height:1.05}}.formation-lille-page .lille-notes-card{border-radius:32px;padding:clamp(1.5rem,4vw,2.8rem);background:linear-gradient(135deg,#321421,#6c244d 55%,#936c65);color:#fff}.formation-lille-page .lille-notes-card .section-label{color:rgba(255,255,255,.95)}.formation-lille-page .lille-notes-card ul{margin:0;padding-left:1rem;line-height:1.8}.formation-lille-page .lille-programme>.section-pad:last-child{padding-bottom:clamp(.75rem,2vw,1.5rem)}.formation-lille-page .lille-programme+.lille-notes.section-pad{padding-top:clamp(.75rem,2vw,1.25rem)}.formation-lille-page .lille-devis .section-intro p{color:var(--muted);line-height:1.75}.formation-lille-page .lille-devis-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);grid-gap:clamp(1.5rem,4vw,2.5rem);gap:clamp(1.5rem,4vw,2.5rem);align-items:start}.formation-lille-page .lille-devis-modules{display:grid;grid-gap:.45rem;gap:.45rem}.formation-lille-page .lille-devis-category{padding:.55rem .65rem .6rem;border-radius:calc(var(--radius) - 4px);border:1px solid var(--line);background:rgba(255,255,255,.88)}.formation-lille-page .lille-devis-category h3{margin:0 0 .3rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(.98rem,1.5vw,1.15rem);line-height:1.15}.formation-lille-page .lille-devis-category ul{margin:0;padding:0;list-style:none;display:grid;grid-gap:.12rem;gap:.12rem}.formation-lille-page .lille-devis-module-option{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:.45rem;gap:.45rem;padding:.18rem .35rem;border-radius:10px;border:1px solid transparent;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.formation-lille-page .lille-devis-module-option:hover{background:rgba(255,244,249,.9)}.formation-lille-page .lille-devis-module-option.is-checked{background:rgba(255,244,249,.98);border-color:rgba(108,36,77,.22)}.formation-lille-page .lille-devis-module-option input{width:.9rem;height:.9rem;accent-color:var(--brand)}.formation-lille-page .lille-devis-module-name{line-height:1.2;font-size:.84rem}.formation-lille-page .lille-devis-module-duration{padding:.12rem .4rem;border-radius:999px;background:var(--surface-soft);color:var(--brand);font-size:.68rem;font-weight:700;white-space:nowrap}.formation-lille-page .lille-devis-form{padding:clamp(1.2rem,3vw,1.8rem);border-radius:var(--radius);border:1px solid var(--line);background:rgba(255,255,255,.95);box-shadow:var(--shadow)}.formation-lille-page .lille-devis-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.9rem;gap:.9rem}.formation-lille-page .lille-devis-field{display:grid;grid-gap:.35rem;gap:.35rem}.formation-lille-page .lille-devis-field-full{grid-column:1/-1}.formation-lille-page .lille-devis-field span{font-size:.86rem;font-weight:700;color:var(--ink)}.formation-lille-page .lille-devis-field abbr{text-decoration:none;color:var(--brand)}.formation-lille-page .lille-devis-field input,.formation-lille-page .lille-devis-field textarea{width:100%;padding:.65rem .75rem;border-radius:14px;border:1px solid var(--line);background:#fff;font:inherit;color:var(--ink);transition:border-color .2s ease,box-shadow .2s ease}.formation-lille-page .lille-devis-field input:focus,.formation-lille-page .lille-devis-field textarea:focus{outline:none;border-color:rgba(108,36,77,.45);box-shadow:0 0 0 3px rgba(108,36,77,.12)}.formation-lille-page .lille-devis-field textarea{resize:vertical;min-height:92px}.formation-lille-page .lille-devis-success{margin:0 0 1rem;padding:.75rem .9rem;border-radius:14px;background:rgba(108,36,77,.08);color:var(--brand);line-height:1.55;font-weight:600}.formation-lille-page .lille-devis-privacy-notice{margin:.65rem 0 .75rem;font-size:.78rem;line-height:1.45;color:var(--muted)}.formation-lille-page .lille-devis-submit{width:100%;margin-top:0}@media (max-width:1024px){.formation-lille-page .lille-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.formation-lille-page .lille-centre-grid{grid-template-columns:1fr;justify-items:center}.formation-lille-page .lille-centre-visual{width:-moz-fit-content;width:fit-content;max-width:100%}.formation-lille-page .lille-category.is-split .lille-category-split{grid-template-columns:1fr}.formation-lille-page .lille-category.is-split .lille-category-visual{max-width:520px;margin-inline:auto}.formation-lille-page .lille-category.is-showcase .lille-category-showcase-body{grid-template-columns:1fr}.formation-lille-page .lille-category.is-showcase .lille-fade-slideshow{max-width:520px;margin-inline:auto}.formation-lille-page .lille-devis-layout{grid-template-columns:1fr}}@media (max-width:760px){.formation-lille-page .lille-stats{grid-template-columns:1fr}.formation-lille-page .lille-stats-in-hero{flex-direction:column;align-items:center}.formation-lille-page .lille-devis-form-grid{grid-template-columns:1fr}}.hybride-page .hybride-hero{position:relative;min-height:100vh;min-height:100svh;padding-top:74px;display:grid;align-items:center;text-align:center;background-image:url(/images/backgrounds/formation-hybride-hero.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed}.hybride-page .hybride-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(24,8,16,.48),rgba(24,8,16,.34) 40%,rgba(24,8,16,.48));pointer-events:none}.hybride-page .hybride-hero-inner{position:relative;z-index:1;max-width:820px;margin:0 auto;color:#fff;text-shadow:0 3px 18px rgba(0,0,0,.42)}.hybride-page .hybride-hero h1{margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.2rem,5vw,4.2rem);font-weight:700;line-height:1.05;color:#fff;text-shadow:0 5px 24px rgba(0,0,0,.6),0 1px 3px rgba(0,0,0,.5)}.hybride-page .hybride-hero-subtitle{margin:.75rem 0 0;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.35rem,2.8vw,2.1rem);font-style:italic;font-weight:600;color:#fff;text-shadow:0 5px 24px rgba(0,0,0,.58),0 1px 3px rgba(0,0,0,.48)}.hybride-page .distance-section.section-pad{padding-top:clamp(2.5rem,5vw,4rem)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.formation-card-image{position:relative;display:block}.formation-card-tag{position:absolute;right:.85rem;bottom:.85rem;padding:.58rem .9rem;border:1px solid rgba(90,18,63,.16);border-radius:999px;color:var(--brand);background:rgba(255,255,255,.92);font-size:.74rem;font-weight:600;letter-spacing:.02em;box-shadow:0 8px 22px rgba(57,21,37,.08)}.formation-card-promo{position:absolute;top:.85rem;left:.85rem;padding:.35rem .7rem;border-radius:999px;color:#fff;background:var(--brand);font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.formation-card:hover .formation-card-tag{background:rgba(255,244,249,.98);border-color:rgba(90,18,63,.28)}.formations-grid{margin-top:1.5rem}.formations-catalog-hero .section-intro p{max-width:720px;margin:.85rem auto 0;color:var(--muted);line-height:1.75}.formations-catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.formations-catalog-toolbar p{margin:0;color:var(--muted);font-weight:600}.formations-catalog-sort select{min-height:44px;padding:.55rem .9rem;border:1px solid var(--line);border-radius:999px;color:var(--ink);background:#fff;font:inherit}.formation-detail-hero.section-pad.compact{padding-top:calc(74px + clamp(2rem, 5vw, 3.5rem))}.formation-detail-grid{display:grid;grid-template-columns:minmax(280px,.95fr) minmax(320px,1.05fr);grid-gap:clamp(1.5rem,4vw,3rem);gap:clamp(1.5rem,4vw,3rem);align-items:start}.formation-detail-media{position:relative;overflow:hidden;border-radius:var(--radius);background:var(--rose)}.formation-detail-media img{width:100%;height:100%;min-height:360px;object-fit:cover}.formation-detail-back{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:0;color:var(--brand);font-weight:700}.formation-detail-top{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.15rem}.formation-detail-category{display:inline-flex;align-items:center;padding:.38rem .9rem;border:1px solid rgba(90,18,63,.18);border-radius:999px;background:rgba(255,255,255,.88);color:var(--brand);font-size:.74rem;font-weight:700;letter-spacing:.08em;line-height:1;text-transform:uppercase}.product-variant-field{margin:1.25rem 0 0}.product-variant-field label{display:block;margin-bottom:.45rem;color:var(--ink);font-size:.88rem;font-weight:700}.product-variant-field select{width:100%;min-height:48px;padding:.65rem .9rem;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);font:inherit}.product-detail-price del{margin-right:.65rem;color:var(--muted);font-size:1rem;font-weight:500;text-decoration:line-through}.product-detail-price ins{text-decoration:none}.product-variant-contents{margin-top:1.5rem}.product-variant-contents h3{margin:0 0 .75rem;font-size:1.05rem}.product-variant-contents ul{margin:0;padding-left:1.1rem;color:var(--muted);line-height:1.75}.product-variant-contents li.product-variant-heading{margin-top:.65rem;color:var(--ink);font-weight:700;list-style:none;margin-left:-1.1rem}.product-variant-hint{margin-top:1rem;color:var(--muted);font-style:italic}.formation-card-options{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:44px;margin-top:auto;padding:.75rem 1rem;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.82);color:var(--brand);font-size:.88rem;font-weight:700;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.formation-card-options:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.formation-detail-copy h1{margin:0 0 .8rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.08}.formation-detail-price{margin:0 0 1rem;color:var(--brand);font-size:1.35rem;font-weight:800}.formation-detail-copy p{color:var(--muted);line-height:1.8}.formation-detail-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.4rem}.formation-detail-panel{max-width:900px;margin:0 auto;padding:clamp(1.5rem,3vw,2rem);border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.82)}.formation-detail-panel h2{margin:0 0 .8rem;font-family:Playfair Display,Georgia,serif}.formation-detail-panel ul{margin:1rem 0 0;padding-left:1.2rem;color:var(--muted);line-height:1.8}.formation-detail-prerequisites a{color:var(--brand);font-weight:700;text-decoration:underline;text-underline-offset:.15em}.formation-detail-prerequisites a:hover{opacity:.78}.formation-detail-subtitle{margin:0 0 .5rem;color:var(--ink);font-family:Playfair Display,Georgia,serif;font-size:1.15rem;font-weight:600}.formation-detail-intro-title{margin:0 0 .75rem;font-size:1.05rem;font-weight:700;line-height:1.5}.formation-detail-highlights{margin:1rem 0 0;padding-left:1.2rem;color:var(--muted);line-height:1.8}.formation-detail-section-head{max-width:900px;margin:0 auto 1.25rem}.formation-detail-section-head h2{margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,2.5vw,2.2rem)}.formation-detail-includes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1rem;gap:1rem;max-width:1100px;margin:0 auto}.formation-detail-include-card{padding:1.25rem;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.82)}.formation-detail-include-card h3{margin:0 0 .65rem;font-size:1rem;line-height:1.45}.formation-detail-include-card p{margin:0;color:var(--muted);line-height:1.75;font-size:.95rem}.formation-detail-include-card-grouped{display:flex;flex-direction:column;gap:1.1rem}.formation-detail-include-entry+.formation-detail-include-entry{padding-top:1.1rem;border-top:1px solid var(--line)}.formation-detail-include-entry h3{margin:0 0 .65rem;font-size:1rem;line-height:1.45}.formation-detail-program-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-top:1rem}.formation-detail-program-block h3{margin:0 0 .5rem;font-size:1rem}.formation-detail-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1rem;gap:1rem;max-width:1100px;margin:0 auto}.formation-detail-checklist{list-style:none;padding:0;margin:.75rem 0 0}.formation-detail-checklist li{margin-bottom:.45rem;color:var(--muted);line-height:1.6}.formation-detail-objective{max-width:900px;margin:1.5rem auto 0;padding:1.25rem 1.5rem;border-left:4px solid var(--brand);border-radius:0 var(--radius) var(--radius) 0;background:rgba(255,255,255,.72)}.formation-detail-objective p{margin:0;color:var(--ink);line-height:1.85;font-weight:500}.formation-detail-related .formations-catalog-grid{display:grid;grid-gap:clamp(.75rem,2vw,1rem);gap:clamp(.75rem,2vw,1rem);max-width:min(1280px,100%);margin:0 auto;grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:1024px){.formation-detail-related .formations-catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.formation-detail-related .formation-card .product-image{height:clamp(180px,22vw,240px)}.formation-detail-related .product-body h3{font-size:clamp(.92rem,1.1vw,1rem);line-height:1.35}.formation-detail-related .product-body button{font-size:.82rem;padding:.65rem .85rem}.cart-items{padding:0 1rem 1rem;overflow-y:auto}.cart-items ul{margin:0;padding:0;list-style:none}.cart-item{display:grid;grid-template-columns:72px 1fr auto;grid-gap:.75rem;gap:.75rem;align-items:center;padding:.85rem 0;border-bottom:1px solid var(--line)}.cart-item img{width:72px;height:72px;border-radius:14px;object-fit:cover}.cart-item-body strong{display:block;margin-bottom:.2rem;font-size:.92rem}.cart-item-body p,.cart-item-body span{margin:0;color:var(--muted);font-size:.82rem}.cart-item>button{border:0;background:transparent;color:var(--brand);cursor:pointer;font-size:.78rem;font-weight:700}.cart-items .button.primary{width:100%;margin-top:1rem}@media (max-width:900px){.formation-detail-grid{grid-template-columns:1fr}.formations-catalog-toolbar{flex-direction:column;align-items:stretch}.contact-form-grid,.contact-quick-grid{grid-template-columns:1fr}}.contact-page .contact-hero{position:relative;min-height:100vh;min-height:100svh;padding-top:74px;display:grid;align-items:center;text-align:center;background-image:url(/images/backgrounds/contact-hero.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed}.contact-page .contact-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(24,8,16,.52),rgba(24,8,16,.36) 42%,rgba(24,8,16,.52));pointer-events:none}.contact-page .contact-hero-inner{position:relative;z-index:1;max-width:820px;margin:0 auto;color:#fff;text-shadow:0 3px 18px rgba(0,0,0,.42)}.contact-page .contact-hero h1{margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.2rem,5vw,4.2rem);font-weight:700;line-height:1.05;color:#fff;text-shadow:0 5px 24px rgba(0,0,0,.6),0 1px 3px rgba(0,0,0,.5)}.contact-page .contact-hero-subtitle{margin:.75rem 0 0;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.35rem,2.8vw,2.1rem);font-style:italic;font-weight:600;color:#fff;text-shadow:0 5px 24px rgba(0,0,0,.58),0 1px 3px rgba(0,0,0,.48)}.contact-hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(1rem,3vw,1.75rem);margin-top:clamp(1.75rem,4vw,2.75rem)}.contact-hero-chip{display:flex;flex-direction:column;align-items:center;gap:.65rem;min-width:96px;color:#fff;text-decoration:none;transition:transform .22s ease}.contact-hero-chip:hover{transform:translateY(-4px)}.contact-hero-chip-icon{display:grid;place-items:center;width:clamp(76px,12vw,92px);height:clamp(76px,12vw,92px);border-radius:50%;border:1px solid rgba(255,255,255,.42);background:rgba(255,255,255,.14);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 10px 28px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.28);transition:background .22s ease,border-color .22s ease,box-shadow .22s ease}.contact-hero-chip:hover .contact-hero-chip-icon{background:rgba(255,255,255,.24);border-color:rgba(255,255,255,.62);box-shadow:0 14px 32px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.36)}.contact-hero-chip-label{font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;text-shadow:0 2px 12px rgba(0,0,0,.45)}.contact-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem;max-width:1180px;margin:0 auto}.contact-quick-card{display:flex;flex-direction:column;gap:.65rem;min-height:100%;width:100%;padding:1.25rem;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.88);color:inherit;font:inherit;text-align:left;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease}.contact-quick-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.contact-quick-card h2{margin:0;font-size:1.05rem;line-height:1.35}.contact-quick-card p{margin:0;flex:1 1;color:var(--muted);line-height:1.65;font-size:.92rem}.contact-quick-card span{display:inline-flex;align-items:center;gap:.35rem;color:var(--brand);font-size:.86rem;font-weight:700}.contact-meet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:clamp(1.5rem,4vw,2.5rem);gap:clamp(1.5rem,4vw,2.5rem);max-width:1180px;margin:0 auto;align-items:start}.contact-meet-copy,.contact-meet-details{min-width:0}.contact-meet-copy p{color:var(--muted);line-height:1.8}.contact-meet-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.contact-meet-details{display:grid;grid-gap:.85rem;gap:.85rem}.contact-detail-card{display:flex;align-items:flex-start;gap:.85rem;min-width:0;padding:1rem 1.1rem;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.88);color:inherit;transition:transform .2s ease,box-shadow .2s ease}.contact-detail-card>div{min-width:0;flex:1 1}.contact-detail-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.contact-detail-card strong{display:block;margin-bottom:.15rem;font-size:.88rem}.contact-detail-card span{color:var(--muted);font-size:.92rem;line-height:1.45;word-break:break-word}.contact-social{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem;margin-top:.35rem}.contact-social-label{font-size:.88rem;font-weight:700;color:var(--ink);flex-shrink:0}.contact-social-links{display:flex;flex-wrap:wrap;gap:.65rem}.contact-social-links a{padding:.45rem .85rem;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.82);font-size:.82rem;font-weight:700}.contact-form{max-width:760px;margin:1.5rem auto 0;padding:clamp(1.25rem,3vw,1.75rem);border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.9);box-shadow:var(--shadow)}.contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.9rem;gap:.9rem}.contact-field{display:grid;grid-gap:.35rem;gap:.35rem}.contact-field-full{grid-column:1/-1}.contact-field span{font-size:.86rem;font-weight:700;color:var(--ink)}.contact-field abbr{text-decoration:none;color:var(--brand)}.contact-field input,.contact-field select,.contact-field textarea{width:100%;padding:.65rem .75rem;border-radius:14px;border:1px solid var(--line);background:#fff;font:inherit;color:var(--ink);transition:border-color .2s ease,box-shadow .2s ease}.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{outline:none;border-color:rgba(108,36,77,.45);box-shadow:0 0 0 3px rgba(108,36,77,.12)}.contact-field textarea{resize:vertical;min-height:120px}.contact-form-success{margin:1rem 0 0;padding:.75rem .9rem;border-radius:14px;background:rgba(108,36,77,.08);color:var(--brand);line-height:1.55;font-weight:600}.contact-form-privacy{margin:.75rem 0;font-size:.78rem;line-height:1.45;color:var(--muted)}.contact-form-submit{width:100%}@media (max-width:1024px){.contact-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.contact-quick-modal{position:fixed;inset:0;padding:clamp(1rem,3vw,2rem);display:grid;place-items:center;background:rgba(23,10,16,.82);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:120}.contact-quick-modal-panel{position:relative;width:min(92vw,640px);max-height:calc(100vh - 2rem);overflow-y:auto;padding:clamp(1.35rem,3vw,2rem);border-radius:calc(var(--radius) + 4px);background:rgba(255,252,251,.98);box-shadow:0 30px 80px rgba(0,0,0,.32)}.contact-quick-modal-close{position:absolute;top:1rem;right:1rem;display:grid;place-items:center;width:2.4rem;height:2.4rem;padding:0;border:0;border-radius:50%;color:var(--ink);background:rgba(108,36,77,.08);cursor:pointer;transition:background .2s ease}.contact-quick-modal-close:hover{background:rgba(108,36,77,.14)}.contact-quick-modal-panel h2{margin:0 2.5rem 1rem 0;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,3vw,2rem);line-height:1.2}.contact-quick-modal-body p{margin:0 0 .85rem;color:var(--muted);line-height:1.75}.contact-quick-modal-body p:last-child{margin-bottom:0}.contact-quick-modal-footer{display:flex;align-items:flex-start;gap:.65rem;margin:1.25rem 0 0;padding-top:1rem;border-top:1px solid var(--line);font-weight:700;color:var(--ink)}.contact-quick-modal-footer a{color:var(--brand);line-height:1.5}.contact-quick-modal-links{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.25rem}.contact-quick-modal-cta{width:100%;margin-top:1rem;justify-content:center}.legal-content-inner{max-width:760px;margin:0 auto}.legal-content-inner h1{margin:.5rem 0 1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);line-height:1.15}.legal-content-inner p{color:var(--muted);line-height:1.8}.legal-placeholder-note{margin-top:1.25rem;padding:1rem 1.1rem;border-radius:var(--radius);border:1px solid var(--line);background:rgba(255,255,255,.88);color:var(--ink)}.legal-placeholder-note a{color:var(--brand);font-weight:700}@media (max-width:1024px){.contact-meet-grid{grid-template-columns:1fr}}@media (max-width:640px){.contact-meet-actions{flex-direction:column;align-items:stretch}.contact-meet-actions .button{width:100%}.contact-social{flex-direction:column;align-items:flex-start}}