/* =========================================================
   MAXIMA DIVINE — isolated detail page
   Header + footer come directly from the current landing page.
   Nothing here restyles .mx-header / .mx-nav / .mx-footer.
   ========================================================= */

.mxd-page{
  --mxd-gold:#d98b16;
  --mxd-gold-deep:#b86b08;
  --mxd-gold-soft:#efbd68;
  --mxd-honey:#f7d89f;
  --mxd-cream:#fff9f0;
  --mxd-cream-deep:#f6ecdd;
  --mxd-blush:#f4e4dc;
  --mxd-brown:#76513f;
  --mxd-ink:#49342c;
  --mxd-copy:#655349;
  --mxd-line:rgba(116,80,60,.16);
  color:var(--mxd-copy);
}
.mxd-page .mxd-main{overflow:hidden;background:#fff9f1}
.mxd-page .mxd-main *{box-sizing:border-box}
.mxd-page .mxd-main img,.mxd-page .mxd-main video,.mxd-page .mxd-main iframe{display:block;max-width:100%}
.mxd-page .mxd-main h1,.mxd-page .mxd-main h2,.mxd-page .mxd-main h3{font-family:var(--mx-display-font);font-weight:600;letter-spacing:-.028em;color:var(--mxd-ink)}
.mxd-page .mxd-main .mx-eyebrow{color:var(--mxd-gold-deep)}
.mxd-page .mxd-main .mx-eyebrow:before{background:var(--mxd-gold-soft)}
.mxd-page .mxd-main .mx-btn-primary{background:linear-gradient(135deg,var(--mxd-gold),#eaa02d);box-shadow:0 13px 30px rgba(194,116,14,.24);color:#fff}
.mxd-page .mxd-main .mx-btn-primary:hover{background:linear-gradient(135deg,#cf7f0c,#e69b24);box-shadow:0 18px 36px rgba(194,116,14,.32)}
.mxd-page .mxd-main .mx-btn-ghost{border:1px solid rgba(184,107,8,.28);background:rgba(255,255,255,.52);color:var(--mxd-gold-deep);backdrop-filter:blur(8px)}
.mxd-page .mxd-rich{font-family:var(--mx-copy-font);font-size:17px;line-height:1.8;color:var(--mxd-copy)}
.mxd-page .mxd-rich strong{color:var(--mxd-ink)}
.mxd-page .mxd-section{position:relative;isolation:isolate;padding:100px 0}
.mxd-page .mxd-section-head{max-width:820px;margin:0 auto 52px;text-align:center}
.mxd-page .mxd-section-head h2{font-size:clamp(3.2rem,5.5vw,5rem);line-height:.94;margin:14px 0 0}

/* ---------- HERO ---------- */
.mxd-page .mxd-hero{
  position:relative;isolation:isolate;padding:74px 0 82px;
  background:
    radial-gradient(ellipse at 13% 20%,rgba(239,189,104,.28) 0,rgba(239,189,104,0) 34%),
    radial-gradient(ellipse at 90% 16%,rgba(244,228,220,.64) 0,rgba(244,228,220,0) 34%),
    linear-gradient(118deg,#fffdfa 0%,#fff7ec 45%,#f8eee6 100%);
}
.mxd-page .mxd-hero:before{content:"";position:absolute;z-index:-1;left:-11vw;top:-9vw;width:34vw;height:34vw;border-radius:50%;border:1px solid rgba(217,139,22,.18);box-shadow:0 0 0 62px rgba(255,255,255,.17),0 0 0 126px rgba(217,139,22,.035)}
.mxd-page .mxd-hero-glow{position:absolute;z-index:-1;border-radius:50%;filter:blur(2px);pointer-events:none}
.mxd-page .mxd-hero-glow-a{width:400px;height:400px;right:-120px;top:30px;background:radial-gradient(circle,rgba(239,189,104,.24),transparent 68%)}
.mxd-page .mxd-hero-glow-b{width:280px;height:280px;left:40%;bottom:-100px;background:radial-gradient(circle,rgba(244,228,220,.46),transparent 68%)}
.mxd-page .mxd-hero-word{position:absolute;z-index:-1;left:50%;top:48%;transform:translate(-50%,-50%);font-family:var(--mx-display-font);font-size:clamp(12rem,26vw,29rem);line-height:.75;font-weight:600;letter-spacing:-.07em;color:rgba(255,255,255,.48);pointer-events:none;user-select:none}
.mxd-page .mxd-hero-grid{display:grid;grid-template-columns:minmax(0,.94fr) minmax(470px,1.06fr);gap:62px;align-items:center}
.mxd-page .mxd-hero-copy{max-width:620px}
.mxd-page .mxd-hero h1{font-size:clamp(4.7rem,7.6vw,6.6rem);line-height:.88;margin:12px 0 12px;color:var(--mxd-gold)}
.mxd-page .mxd-hero h2{font-size:clamp(2rem,3.5vw,3rem);line-height:1.05;margin:0 0 24px;font-style:italic;color:#664b3f}
.mxd-page .mxd-hero-intro{margin:0 0 27px;max-width:540px;font-size:17px;line-height:1.75;color:#6b584e}
.mxd-page .mxd-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:24px}
.mxd-page .mxd-price{display:inline-flex;align-items:flex-end;gap:2px;padding:14px 18px;border:1px solid rgba(217,139,22,.18);border-radius:24px;background:rgba(255,255,255,.68);box-shadow:0 14px 30px rgba(104,72,53,.06);backdrop-filter:blur(10px)}
.mxd-page .mxd-price .mx-price-currency{font-size:20px;color:var(--mxd-gold-deep);margin-right:2px}
.mxd-page .mxd-price .mx-price-amount{font-size:54px;line-height:.88;font-family:var(--mx-display-font);color:var(--mxd-gold-deep)}
.mxd-page .mxd-price .mx-price-tail{font-size:16px;color:#7b665a}
.mxd-page .mxd-price small{margin-left:6px;margin-bottom:8px;font-size:12px;font-weight:700;color:#806d62}
.mxd-page .mxd-video-wrap{position:relative}
.mxd-page .mxd-video-shell{position:relative;overflow:hidden;aspect-ratio:1.56/1;border-radius:34px;border:1px solid rgba(255,255,255,.9);background:#e9d5c7;box-shadow:0 34px 72px rgba(99,67,49,.19),inset 0 1px 0 rgba(255,255,255,.92)}
.mxd-page .mxd-video-shell:before{content:"";position:absolute;z-index:2;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.22),transparent 32%,rgba(120,69,39,.09) 100%)}
.mxd-page .mxd-video-cover,.mxd-page .mxd-video-shell>img,.mxd-page .mxd-video,.mxd-page .mxd-oembed,.mxd-page .mxd-oembed iframe{width:100%;height:100%;object-fit:cover}
.mxd-page .mxd-video-cover{object-position:center 36%}
.mxd-page .mxd-video-overlay{position:absolute;z-index:3;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;text-shadow:0 2px 14px rgba(70,37,18,.35);background:linear-gradient(180deg,rgba(48,24,12,.02),rgba(48,24,12,.12))}
.mxd-page .mxd-video-overlay>span:not(.mxd-play){margin-top:14px;font-size:10px;font-weight:800;letter-spacing:.22em}
.mxd-page .mxd-video-overlay strong{margin-top:3px;font-family:var(--mx-display-font);font-size:26px;font-weight:600}
.mxd-page .mxd-play{display:grid;place-items:center;width:86px;height:86px;border-radius:50%;background:rgba(255,255,255,.74);border:1px solid rgba(255,255,255,.92);box-shadow:0 14px 32px rgba(71,44,29,.20);backdrop-filter:blur(8px)}
.mxd-page .mxd-play i{display:block;width:0;height:0;margin-left:6px;border-top:13px solid transparent;border-bottom:13px solid transparent;border-left:20px solid var(--mxd-gold-deep)}
.mxd-page .mxd-video-sheen{position:absolute;z-index:2;right:-18%;bottom:-35%;width:58%;height:70%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.34),transparent 68%);pointer-events:none}

/* ---------- ribbon ---------- */
.mxd-page .mxd-ribbon{position:relative;z-index:5;overflow:hidden;padding:14px 0;background:linear-gradient(90deg,#b96c09,#dd8e17 45%,#efb44e 70%,#c6770b);box-shadow:0 12px 30px rgba(167,94,9,.14)}
.mxd-page .mxd-ribbon-track{display:flex;align-items:center;justify-content:center;gap:15px;min-width:max-content;padding-inline:20px;color:#fffaf1;font-size:10px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;animation:mxd-marquee 34s linear infinite}
.mxd-page .mxd-ribbon-track i{font-style:normal;color:#ffe0a7}

/* ---------- BOUNDARIES: editorial list ---------- */
.mxd-page .mxd-boundaries{background:linear-gradient(180deg,#fffaf4 0%,#f8eee4 100%)}
.mxd-page .mxd-boundaries-bg{position:absolute;z-index:-1;left:-7%;right:-7%;top:52%;height:1px;background:rgba(184,107,8,.12);transform:rotate(-2deg);box-shadow:0 70px 0 rgba(184,107,8,.06),0 -70px 0 rgba(184,107,8,.05)}
.mxd-page .mxd-boundaries-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:66px;align-items:center}
.mxd-page .mxd-boundaries-visual{position:relative;min-height:650px}
.mxd-page .mxd-boundaries-photo{position:absolute;inset:36px 26px 42px 70px;overflow:hidden;border-radius:160px 160px 44px 44px;box-shadow:0 28px 58px rgba(87,57,42,.18)}
.mxd-page .mxd-boundaries-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 45%,rgba(85,42,19,.10));pointer-events:none}
.mxd-page .mxd-boundaries-photo img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 1.05s ease}
.mxd-page .mxd-boundaries-visual:hover img{transform:scale(1.045)}
.mxd-page .mxd-photo-orbit{position:absolute;right:-4px;bottom:30px;width:220px;height:220px;border-radius:50%;border:1px solid rgba(217,139,22,.28);box-shadow:0 0 0 34px rgba(255,255,255,.16),0 0 0 68px rgba(217,139,22,.05)}
.mxd-page .mxd-vertical-word{position:absolute;z-index:2;left:-38px;top:50%;transform:translateY(-50%) rotate(-90deg);font-family:var(--mx-display-font);font-size:84px;line-height:.8;letter-spacing:.08em;color:rgba(184,107,8,.11);pointer-events:none}
.mxd-page .mxd-boundaries-copy h2{font-size:clamp(3.4rem,5vw,4.9rem);line-height:.94;margin:14px 0 18px}
.mxd-page .mxd-boundaries-intro{margin:0 0 26px;font-family:var(--mx-display-font);font-size:29px;line-height:1.12;color:#72513f}
.mxd-page .mxd-boundary-lines{display:grid}
.mxd-page .mxd-boundary-line{display:grid;grid-template-columns:48px 1fr;gap:18px;align-items:start;padding:18px 0;border-top:1px solid rgba(116,80,60,.14)}
.mxd-page .mxd-boundary-line:last-child{border-bottom:1px solid rgba(116,80,60,.14)}
.mxd-page .mxd-boundary-line span{font-family:var(--mx-display-font);font-size:20px;color:var(--mxd-gold)}
.mxd-page .mxd-boundary-line p{margin:0;font-size:16px;line-height:1.65;color:#645249}
.mxd-page .mxd-space-statement{grid-column:1/-1;margin-top:6px;padding:28px 34px;border-left:4px solid var(--mxd-gold);background:linear-gradient(90deg,rgba(255,255,255,.70),rgba(255,255,255,.22));font-family:var(--mx-display-font);font-size:clamp(2rem,3.3vw,3.2rem);line-height:1.05;color:var(--mxd-ink)}

/* ---------- DEEP WORK: dark luminous manifesto ---------- */
.mxd-page .mxd-deep{overflow:hidden;background:linear-gradient(135deg,#5b3525 0%,#7a472a 48%,#a35e1d 100%);color:#fff5e8}
.mxd-page .mxd-deep:before{content:"";position:absolute;z-index:-1;inset:0;background:radial-gradient(circle at 72% 18%,rgba(255,204,113,.26),transparent 26%),radial-gradient(circle at 16% 80%,rgba(255,255,255,.08),transparent 28%)}
.mxd-page .mxd-deep-word{position:absolute;z-index:-1;right:-6%;bottom:-9%;font-family:var(--mx-display-font);font-size:clamp(14rem,31vw,35rem);line-height:.7;font-weight:600;color:rgba(255,255,255,.035);letter-spacing:-.06em;pointer-events:none}
.mxd-page .mxd-deep-glow{position:absolute;z-index:-1;left:42%;top:18%;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(247,216,159,.18),transparent 70%);filter:blur(6px)}
.mxd-page .mxd-deep .mx-eyebrow{color:#f6c875}.mxd-page .mxd-deep .mx-eyebrow:before{background:#f6c875}
.mxd-page .mxd-deep-head{max-width:870px;margin-bottom:58px}
.mxd-page .mxd-deep-head h2{max-width:820px;font-size:clamp(3.8rem,6vw,5.9rem);line-height:.92;margin:14px 0 0;color:#fff8ef}
.mxd-page .mxd-deep-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:70px;align-items:start}
.mxd-page .mxd-deep-main{font-family:var(--mx-display-font);font-size:clamp(2rem,3vw,3rem);line-height:1.15;color:#fff4e6}
.mxd-page .mxd-deep-main strong{color:#fff}
.mxd-page .mxd-deep-contrast{display:grid;gap:18px}
.mxd-page .mxd-not-this,.mxd-page .mxd-but-this{padding:25px 28px;border-radius:26px;border:1px solid rgba(255,255,255,.15);font-size:17px;line-height:1.72;backdrop-filter:blur(8px)}
.mxd-page .mxd-not-this{background:rgba(255,255,255,.07);color:#f6e8dc}
.mxd-page .mxd-but-this{background:rgba(255,248,237,.93);color:#5b3d30;box-shadow:0 20px 38px rgba(48,24,12,.18)}
.mxd-page .mxd-but-this strong,.mxd-page .mxd-not-this strong{color:inherit}

/* ---------- TOPICS: constellation ---------- */
.mxd-page .mxd-topics{background:radial-gradient(circle at 50% 52%,rgba(239,189,104,.18),transparent 26%),linear-gradient(180deg,#fff9f0,#f9eee5)}
.mxd-page .mxd-topics-stage{position:relative;min-height:760px;display:grid;place-items:center}
.mxd-page .mxd-topics-photo{position:relative;z-index:2;width:330px;height:330px;border-radius:50%;padding:12px;background:rgba(255,255,255,.80);box-shadow:0 26px 56px rgba(101,67,48,.16)}
.mxd-page .mxd-topics-photo img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:50%}
.mxd-page .mxd-topics-ring{position:absolute;inset:-52px;border-radius:50%;border:1px solid rgba(217,139,22,.20);box-shadow:0 0 0 52px rgba(217,139,22,.025),0 0 0 104px rgba(217,139,22,.015);animation:mxd-pulse-ring 6s ease-in-out infinite alternate}
.mxd-page .mxd-topic-cloud{position:absolute;inset:0;z-index:3}
.mxd-page .mxd-topic{position:absolute;display:flex;align-items:center;justify-content:center;padding:12px 17px;border-radius:999px;background:rgba(255,253,249,.88);border:1px solid rgba(217,139,22,.18);box-shadow:0 14px 30px rgba(94,61,43,.08);backdrop-filter:blur(8px);font-size:13px;font-weight:750;color:#684b3d;white-space:nowrap}
.mxd-page .mxd-topic:before{content:"";width:7px;height:7px;margin-right:9px;border-radius:50%;background:var(--mxd-gold)}
.mxd-page .mxd-topic-1{left:8%;top:13%}.mxd-page .mxd-topic-2{left:34%;top:5%}.mxd-page .mxd-topic-3{right:9%;top:15%}.mxd-page .mxd-topic-4{left:3%;top:36%}.mxd-page .mxd-topic-5{right:2%;top:36%}.mxd-page .mxd-topic-6{left:5%;top:60%}.mxd-page .mxd-topic-7{right:4%;top:59%}.mxd-page .mxd-topic-8{left:10%;bottom:12%}.mxd-page .mxd-topic-9{left:36%;bottom:5%}.mxd-page .mxd-topic-10{right:8%;bottom:13%}.mxd-page .mxd-topic-11{left:25%;top:24%}.mxd-page .mxd-topic-12{right:20%;top:72%}

/* ---------- QUOTE ---------- */
.mxd-page .mxd-quote-section{overflow:hidden;padding:112px 0;background:linear-gradient(135deg,#f7e6dc 0%,#fff9f0 46%,#f6e9dd 100%)}
.mxd-page .mxd-quote-orbit{position:absolute;z-index:-1;border-radius:50%;border:1px solid rgba(217,139,22,.14)}
.mxd-page .mxd-quote-orbit-a{width:520px;height:520px;left:-210px;top:-150px;box-shadow:0 0 0 60px rgba(255,255,255,.13)}
.mxd-page .mxd-quote-orbit-b{width:390px;height:390px;right:-130px;bottom:-170px;border-color:rgba(116,80,60,.11)}
.mxd-page .mxd-quote-wrap{max-width:1000px;text-align:center}
.mxd-page .mxd-quote-intro{margin:18px 0 26px;font-size:16px;letter-spacing:.04em;color:#74584a}
.mxd-page .mxd-quote-wrap blockquote{margin:0 auto;max-width:940px;font-family:var(--mx-display-font);font-size:clamp(3.4rem,6vw,6rem);line-height:.96;letter-spacing:-.035em;color:var(--mxd-ink)}
.mxd-page .mxd-quote-wrap blockquote strong{font-weight:600;color:inherit}
.mxd-page .mxd-quote-wrap blockquote:before{content:"“";display:block;height:54px;font-size:96px;line-height:.7;color:var(--mxd-gold)}

/* ---------- FOUNDATION ---------- */
.mxd-page .mxd-foundation{background:linear-gradient(180deg,#fffaf3 0%,#f4e6d8 100%)}
.mxd-page .mxd-steps{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:38px 0 0}
.mxd-page .mxd-steps:before{content:"";position:absolute;left:12.5%;right:12.5%;top:79px;height:1px;background:linear-gradient(90deg,rgba(217,139,22,.12),rgba(217,139,22,.70),rgba(217,139,22,.12))}
.mxd-page .mxd-step{position:relative;text-align:center;padding:0 22px}
.mxd-page .mxd-step-no{margin-bottom:18px;font-family:var(--mx-display-font);font-size:42px;line-height:1;color:rgba(184,107,8,.52)}
.mxd-page .mxd-step-dot{position:relative;z-index:2;width:22px;height:22px;margin:0 auto 24px;border-radius:50%;background:linear-gradient(135deg,#ffd58b,var(--mxd-gold));border:5px solid #fff7ec;box-shadow:0 0 0 1px rgba(217,139,22,.20),0 8px 18px rgba(185,108,9,.18)}
.mxd-page .mxd-step h3{font-size:27px;line-height:1.05;color:#6d4938}
.mxd-page .mxd-step:nth-child(2) .mxd-step-dot{transform:scale(1.08)}
.mxd-page .mxd-step:nth-child(3) .mxd-step-dot{transform:scale(1.16)}
.mxd-page .mxd-step:nth-child(4) .mxd-step-dot{transform:scale(1.24)}

/* ---------- FINAL ---------- */
.mxd-page .mxd-final-section{padding:28px 0 94px;background:linear-gradient(180deg,#f4e6d8,#fff9f1)}
.mxd-page .mxd-final-card{position:relative;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr) minmax(260px,.56fr);gap:32px;align-items:stretch;padding:24px;overflow:hidden;border-radius:38px;border:1px solid rgba(255,255,255,.88);background:linear-gradient(135deg,rgba(255,253,248,.92),rgba(249,231,215,.84));box-shadow:0 28px 64px rgba(99,65,45,.11)}
.mxd-page .mxd-final-card:before{content:"";position:absolute;right:-120px;top:-120px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(239,189,104,.20),transparent 68%)}
.mxd-page .mxd-final-image{position:relative;overflow:hidden;min-height:360px;border-radius:120px 32px 32px 32px;box-shadow:0 20px 42px rgba(83,51,34,.15)}
.mxd-page .mxd-final-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.05),transparent 44%,rgba(77,38,17,.12))}
.mxd-page .mxd-final-image img{width:100%;height:100%;object-fit:cover;transition:transform 1s ease}
.mxd-page .mxd-final-card:hover .mxd-final-image img{transform:scale(1.04)}
.mxd-page .mxd-final-copy{display:flex;flex-direction:column;justify-content:center;padding:18px 4px}
.mxd-page .mxd-final-copy h2{font-size:clamp(3.4rem,5vw,4.8rem);line-height:.94;margin:12px 0 14px;color:var(--mxd-gold-deep)}
.mxd-page .mxd-final-copy .mxd-rich{font-family:var(--mx-display-font);font-size:28px;line-height:1.08;font-style:italic;color:#694d40}
.mxd-page .mxd-final-price{display:flex;align-items:center;justify-content:center}
.mxd-page .mxd-price-box{width:100%;max-width:290px;padding:28px 24px;border-radius:28px;background:rgba(255,255,255,.88);border:1px solid rgba(217,139,22,.18);box-shadow:0 20px 42px rgba(83,51,34,.10);text-align:center;backdrop-filter:blur(10px)}
.mxd-page .mxd-price-title{margin-bottom:10px;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#7a5d4d}
.mxd-page .mxd-price-value{display:flex;align-items:flex-end;justify-content:center;gap:2px;margin-bottom:18px}
.mxd-page .mxd-price-value .mx-price-currency{font-size:22px;color:var(--mxd-gold-deep)}
.mxd-page .mxd-price-value .mx-price-amount{font-family:var(--mx-display-font);font-size:58px;line-height:.88;color:var(--mxd-gold-deep)}
.mxd-page .mxd-price-value .mx-price-tail{font-size:15px;color:#7e685c}
.mxd-page .mxd-price-value small{margin-left:4px;margin-bottom:8px;font-size:12px;font-weight:700;color:#7e685c}
.mxd-page .mxd-price-box .mx-btn{width:100%}

/* ---------- reveal ---------- */
.mxd-page .mxd-main [data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .82s ease,transform .82s cubic-bezier(.2,.7,.2,1)}
.mxd-page .mxd-main [data-reveal="left"]{transform:translateX(36px)}
.mxd-page .mxd-main [data-reveal="right"]{transform:translateX(-36px)}
.mxd-page .mxd-main [data-reveal].is-visible{opacity:1;transform:none}

/* ---------- laptop/tablet ---------- */
@media(max-width:1100px){
  .mxd-page .mxd-hero-grid{grid-template-columns:1fr 1fr;gap:40px}
  .mxd-page .mxd-video-shell{aspect-ratio:1.2/1}
  .mxd-page .mxd-boundaries-grid{gap:42px}
  .mxd-page .mxd-boundaries-visual{min-height:580px}
  .mxd-page .mxd-boundaries-photo{inset:30px 18px 38px 58px}
  .mxd-page .mxd-deep-layout{gap:44px}
  .mxd-page .mxd-topics-stage{min-height:720px}
  .mxd-page .mxd-topic-11{left:18%;top:25%}.mxd-page .mxd-topic-12{right:14%;top:73%}
  .mxd-page .mxd-final-card{grid-template-columns:1fr .9fr;gap:28px}
  .mxd-page .mxd-final-image{grid-column:1/-1;order:3;min-height:300px;border-radius:32px}
}

@media(max-width:840px){
  .mxd-page .mxd-hero{padding:52px 0 58px}
  .mxd-page .mxd-hero-grid,.mxd-page .mxd-boundaries-grid,.mxd-page .mxd-deep-layout,.mxd-page .mxd-final-card{grid-template-columns:1fr}
  .mxd-page .mxd-hero-copy{max-width:none}
  .mxd-page .mxd-video-shell{aspect-ratio:1.55/1}
  .mxd-page .mxd-section{padding:76px 0}
  .mxd-page .mxd-boundaries-visual{min-height:470px;max-width:620px;width:100%;margin:0 auto}
  .mxd-page .mxd-boundaries-photo{inset:20px 55px 20px 55px;border-radius:130px 130px 38px 38px}
  .mxd-page .mxd-vertical-word{left:-8px;font-size:68px}
  .mxd-page .mxd-space-statement{grid-column:auto}
  .mxd-page .mxd-deep-head{margin-bottom:42px}
  .mxd-page .mxd-topics-stage{min-height:auto;display:block}
  .mxd-page .mxd-topics-photo{width:280px;height:280px;margin:0 auto 42px}
  .mxd-page .mxd-topic-cloud{position:relative;inset:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .mxd-page .mxd-topic{position:static!important;white-space:normal;text-align:left;justify-content:flex-start;min-height:52px}
  .mxd-page .mxd-quote-section{padding:90px 0}
  .mxd-page .mxd-steps{grid-template-columns:repeat(2,1fr);gap:30px 0}
  .mxd-page .mxd-steps:before{display:none}
  .mxd-page .mxd-step{padding:0 14px}
  .mxd-page .mxd-final-price{order:2}.mxd-page .mxd-final-image{order:3}
}

@media(max-width:560px){
  .mxd-page .mxd-main .mx-container{width:min(100% - 24px,1180px)}
  .mxd-page .mxd-hero h1{font-size:clamp(4.1rem,18vw,5.2rem)}
  .mxd-page .mxd-hero h2{font-size:clamp(1.9rem,9vw,2.55rem)}
  .mxd-page .mxd-hero-actions{display:grid;grid-template-columns:1fr}
  .mxd-page .mxd-main .mx-btn{width:100%}
  .mxd-page .mxd-price{width:100%;justify-content:center}
  .mxd-page .mxd-video-shell{aspect-ratio:1/1}
  .mxd-page .mxd-play{width:72px;height:72px}
  .mxd-page .mxd-section{padding:60px 0}
  .mxd-page .mxd-section-head h2,.mxd-page .mxd-boundaries-copy h2,.mxd-page .mxd-deep-head h2,.mxd-page .mxd-final-copy h2{font-size:clamp(2.85rem,13vw,3.75rem)}
  .mxd-page .mxd-boundaries-visual{min-height:390px}
  .mxd-page .mxd-boundaries-photo{inset:10px 28px 20px 44px;border-radius:110px 110px 30px 30px}
  .mxd-page .mxd-photo-orbit{width:150px;height:150px;right:2px;bottom:10px}
  .mxd-page .mxd-vertical-word{left:-18px;font-size:56px}
  .mxd-page .mxd-boundaries-intro{font-size:25px}
  .mxd-page .mxd-boundary-line{grid-template-columns:38px 1fr;gap:10px;padding:15px 0}
  .mxd-page .mxd-space-statement{padding:22px 22px;font-size:clamp(1.9rem,9vw,2.6rem)}
  .mxd-page .mxd-deep-main{font-size:clamp(1.9rem,9vw,2.5rem)}
  .mxd-page .mxd-not-this,.mxd-page .mxd-but-this{padding:20px 20px;border-radius:22px}
  .mxd-page .mxd-topics-photo{width:230px;height:230px}
  .mxd-page .mxd-topic-cloud{grid-template-columns:1fr}
  .mxd-page .mxd-quote-wrap blockquote{font-size:clamp(3rem,14vw,4.4rem)}
  .mxd-page .mxd-steps{grid-template-columns:1fr;gap:8px}
  .mxd-page .mxd-step{display:grid;grid-template-columns:54px 22px 1fr;gap:16px;align-items:center;text-align:left;padding:14px 0;border-bottom:1px solid rgba(116,80,60,.12)}
  .mxd-page .mxd-step-no{margin:0;font-size:31px}
  .mxd-page .mxd-step-dot{margin:0;width:19px;height:19px}
  .mxd-page .mxd-step h3{font-size:24px}
  .mxd-page .mxd-final-card{padding:18px;border-radius:28px}
  .mxd-page .mxd-final-image{min-height:260px;border-radius:26px}
  .mxd-page .mxd-final-copy .mxd-rich{font-size:24px}
  .mxd-page .mxd-price-box{max-width:none}
}

@media(prefers-reduced-motion:reduce){
  .mxd-page .mxd-ribbon-track,.mxd-page .mxd-topics-ring{animation:none!important}
  .mxd-page .mxd-main [data-reveal]{opacity:1;transform:none;transition:none}
  .mxd-page .mxd-main img{transition:none!important}
}

@keyframes mxd-marquee{from{transform:translateX(0)}to{transform:translateX(-38%)}}
@keyframes mxd-pulse-ring{from{transform:scale(.98);opacity:.65}to{transform:scale(1.03);opacity:1}}

/* ---------- UNIFIED SECTION LABELS ---------- */
.mxd-page .mxd-main .mxd-section .mx-eyebrow{
  font-size:13px!important;
  line-height:1.2!important;
  letter-spacing:.18em!important;
  font-weight:800!important;
  white-space:nowrap!important;
}

/* ---------- SEAMLESS COLOR VEIL: transition between hero and content ---------- */
.mxd-page .mxd-ribbon{
  position:relative!important;
  z-index:4;
  height:124px!important;
  min-height:124px!important;
  padding:0!important;
  margin:-1px 0!important;
  overflow:hidden;
  border:0!important;
  box-shadow:none!important;
  background:
    radial-gradient(ellipse at 21% 47%,rgba(217,139,22,.17) 0%,rgba(217,139,22,.05) 29%,transparent 59%),
    radial-gradient(ellipse at 76% 43%,rgba(239,189,104,.22) 0%,rgba(244,228,220,.12) 30%,transparent 59%),
    linear-gradient(180deg,rgba(217,139,22,0) 0%,rgba(217,139,22,.055) 24%,rgba(239,189,104,.085) 50%,rgba(244,228,220,.08) 74%,rgba(255,250,244,0) 100%)!important;
}
.mxd-page .mxd-ribbon-track{display:none!important}
.mxd-page .mxd-ribbon:before,
.mxd-page .mxd-ribbon:after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}
.mxd-page .mxd-ribbon:before{
  left:9%;
  top:-122px;
  width:270px;
  height:270px;
  border:1px solid rgba(217,139,22,.14);
  box-shadow:0 0 0 30px rgba(239,189,104,.028),0 0 0 66px rgba(244,228,220,.04);
}
.mxd-page .mxd-ribbon:after{
  right:10%;
  bottom:-86px;
  width:184px;
  height:184px;
  border:1px solid rgba(184,107,8,.085);
  box-shadow:0 0 0 24px rgba(217,139,22,.02);
}
@media(max-width:560px){
  .mxd-page .mxd-main .mxd-section .mx-eyebrow{font-size:10.5px!important;letter-spacing:.13em!important}
  .mxd-page .mxd-ribbon{height:88px!important;min-height:88px!important}
  .mxd-page .mxd-ribbon:before{left:-58px;top:-100px;width:205px;height:205px}
  .mxd-page .mxd-ribbon:after{right:-30px;bottom:-82px;width:150px;height:150px}
}

/* =========================================================
   v1.2 — CLEAN SOLID COLOR DIVIDER
   ========================================================= */
.mxd-page .mxd-ribbon{
  position:relative!important;
  z-index:5!important;
  height:34px!important;
  min-height:34px!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
  background:linear-gradient(90deg,#B96C09 0%,#D98B16 30%,#E9B65A 52%,#D98B16 74%,#B96C09 100%)!important;
  box-shadow:0 10px 20px rgba(172,101,16,.20),0 3px 7px rgba(172,101,16,.14),inset 0 1px 0 rgba(255,255,255,.26),inset 0 -1px 0 rgba(126,69,8,.14)!important;
}
.mxd-page .mxd-ribbon-track{display:none!important}
.mxd-page .mxd-ribbon:before,.mxd-page .mxd-ribbon:after{content:none!important;display:none!important}
@media(max-width:560px){.mxd-page .mxd-ribbon{height:26px!important;min-height:26px!important}}


/* Hero purchase: button + price as one unified Divine control */
.mxd-page .mxd-hero-actions{display:inline-flex!important;align-items:stretch!important;gap:0!important;flex-wrap:nowrap!important;width:max-content!important;max-width:100%!important;margin-bottom:24px!important;overflow:hidden!important;border:1.5px solid #d98b16!important;border-radius:999px!important;background:#fffaf3!important;box-shadow:0 13px 30px rgba(194,116,14,.18)!important}
.mxd-page .mxd-hero-actions .mx-btn{flex:0 0 auto!important;margin:0!important;border:0!important;border-radius:999px 0 0 999px!important;box-shadow:none!important;white-space:nowrap!important}
.mxd-page .mxd-hero-actions .mxd-price{display:inline-flex!important;align-items:flex-end!important;justify-content:center!important;gap:2px!important;margin:0!important;padding:12px 18px!important;border:0!important;border-left:1px solid rgba(217,139,22,.30)!important;border-radius:0 999px 999px 0!important;background:#fffaf3!important;box-shadow:none!important;backdrop-filter:none!important;white-space:nowrap!important}
.mxd-page .mxd-hero-actions .mxd-price .mx-price-currency{font-size:18px!important}
.mxd-page .mxd-hero-actions .mxd-price .mx-price-amount{font-size:46px!important;line-height:.86!important}
.mxd-page .mxd-hero-actions .mxd-price .mx-price-tail{font-size:14px!important}
.mxd-page .mxd-hero-actions .mxd-price small{margin:0 0 6px 6px!important;font-size:11px!important}
.mxd-page .mxd-ribbon{display:flex!important;align-items:center!important;justify-content:center!important}
.mxd-page .mxd-ribbon-label{position:relative;z-index:2;display:block;color:#fffaf1;font-size:11px;font-weight:800;line-height:1;letter-spacing:.22em;text-transform:uppercase;white-space:nowrap;text-shadow:0 1px 1px rgba(96,54,11,.18)}
@media(max-width:560px){
  .mxd-page .mxd-hero-actions{display:flex!important;width:100%!important}
  .mxd-page .mxd-hero-actions .mx-btn{flex:1 1 auto!important;padding-inline:16px!important}
  .mxd-page .mxd-hero-actions .mxd-price{flex:0 0 auto!important;padding:11px 14px!important}
  .mxd-page .mxd-hero-actions .mxd-price .mx-price-amount{font-size:40px!important}
  .mxd-page .mxd-ribbon-label{font-size:9px;letter-spacing:.16em}
}
