/* Rejuvena — cinematic dermatology template (rjc-*) v2. Brand: navy #062033 + gold #C8A96B, Cormorant Garamond + Inter. Fonts loaded globally. 2026-05-26 */

/* ---- foundation ---- */
.rjc-page{--navy:#062033;--navy8:#0E3147;--navy7:#153A52;--gold:#C8A96B;--gold6:#B5945A;--cream:#F5F4F1;--grey:#E8EDF0;--white:#fff;--ink:#1C2A33;--muted:#33444D;--subtle:#6E8693;--line:#E2E6E9;--shadow:0 10px 40px rgba(6,32,51,.14);
  font-family:"Inter",system-ui,Arial,sans-serif;color:var(--ink);background:var(--cream);line-height:1.7;font-size:17px;overflow-x:hidden}
.rjc-page h1,.rjc-page h2,.rjc-page h3{font-family:"Cormorant Garamond",Georgia,serif;font-weight:600;line-height:1.1;margin:0 0 .4em}
.rjc-page p{margin:0 0 1em}
.rjc-page a{color:var(--navy)}
.rjc-eyebrow{font-family:"Inter";font-weight:600;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);display:block}
.rjc-page section{padding:clamp(64px,9vw,120px) clamp(20px,5vw,40px)}
.rjc-wrap{max-width:1140px;margin:0 auto}
.rjc-read{max-width:760px;margin:0 auto}
.rjc-btn{display:inline-block;font-family:"Inter";font-weight:500;font-size:.95rem;padding:14px 28px;border-radius:8px;text-decoration:none;cursor:pointer;transition:background .2s,transform .2s,border-color .2s}
/* high-specificity colour rules so theme `a{}` can't override (fixes invisible ghost button) */
.rjc-page .rjc-btn-gold{background:var(--gold);color:var(--navy)}.rjc-page .rjc-btn-gold:hover{background:var(--gold6);color:var(--navy)}
.rjc-page .rjc-btn-navy{background:var(--navy);color:#fff}.rjc-page .rjc-btn-navy:hover{background:var(--navy8);color:#fff}
.rjc-page .rjc-btn-ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.85)}.rjc-page .rjc-btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.08);color:#fff}
/* focus + pointer */
.rjc-page a:focus-visible,.rjc-page button:focus-visible,.rjc-page summary:focus-visible,.rjc-page .rjc-ba-range:focus-visible{outline:3px solid var(--gold);outline-offset:3px;border-radius:4px}
.rjc-page .rjc-rcard,.rjc-page .rjc-ba-slider{cursor:pointer}
/* inline svg icon sizing */
.rjc-ico svg,.rjc-chip svg,.rjc-step-ico svg{display:inline-block;vertical-align:middle;stroke:currentColor;fill:none}

/* ---- motion ---- */
.rjc-page [data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease;transition-delay:var(--d,0s)}
.rjc-page [data-reveal].in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .rjc-page [data-reveal]{opacity:1!important;transform:none!important;transition:none!important}
  .rjc-page .rjc-parallax,.rjc-hero{background-attachment:scroll!important}
}
/* content-visibility:auto removed: its 1px/800px intrinsic-size was far smaller than real section
   heights, so below-fold sections reserved an 800px placeholder and rendered as tall blank/jumpy
   bands on scroll (read as "broken/misaligned"). Correctness over the minor offscreen-render saving. */
.rjc-cv{}
/* "in action" vertical-video sections (rj-ytembed lives in page content, after the CTA): the heading
   sat left while the 9:16 video was centred — center the whole block so heading + video share an axis. */
.rjc-page section.rjc-cv:has(.rj-ytembed) > .rjc-wrap{text-align:center}

/* ---- full-bleed: break the cinematic page out of the theme content container ---- */
body.rjc-fullbleed #content.site-main,
body.rjc-fullbleed #content .page-content{max-width:none!important;width:100%!important;margin:0!important;padding:0!important}
body.rjc-fullbleed #content .page-content>p:empty{display:none}
.rjc-page>.rjc-draft-ribbon{/* removed in markup */}

/* ---- draft ribbon (out of hero) ---- */
.rjc-draft-ribbon{position:fixed;top:84px;right:0;z-index:80;background:#fff3cd;border:1px solid #d6a400;border-right:0;color:#8a6d00;font-family:"Inter";font-size:.7rem;font-weight:600;padding:5px 12px;border-radius:6px 0 0 6px;max-width:230px;line-height:1.3;box-shadow:0 2px 10px rgba(0,0,0,.12)}
@media(max-width:680px){.rjc-draft-ribbon{top:auto;bottom:64px;font-size:.62rem;max-width:170px}}

/* ---- 01 hero (full-bleed cinematic) ---- */
.rjc-hero{position:relative;min-height:88vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background:var(--navy);background-size:cover;background-position:center;overflow:hidden;padding:clamp(80px,12vh,140px) clamp(20px,5vw,40px)}
.rjc-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(6,32,51,.80),rgba(6,32,51,.60) 55%,rgba(6,32,51,.85));z-index:0}
.rjc-hero>*{position:relative;z-index:1}
.rjc-breadcrumb{font-size:.8rem;color:#cdd9e2;margin-bottom:20px}
.rjc-breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:.5em;justify-content:center;padding:0;margin:0}
.rjc-breadcrumb li+li::before{content:"\203A";margin-right:.5em;color:#7d93a4}
.rjc-breadcrumb a{color:var(--gold);text-decoration:none}
.rjc-hero h1{font-size:clamp(2.8rem,6.5vw,4.6rem);color:#fff;margin:.12em auto .35em;max-width:15ch;text-shadow:0 2px 30px rgba(0,0,0,.35)}
.rjc-hero .rjc-sub{font-family:"Inter";color:#E8EDF0;max-width:48ch;margin:0 auto 26px;font-size:clamp(1rem,1.4vw,1.18rem)}
.rjc-hero .rjc-cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.rjc-chips{display:flex;gap:10px 22px;justify-content:center;flex-wrap:wrap;margin-top:24px}
.rjc-chip{display:inline-flex;align-items:center;gap:8px;font-family:"Inter";font-size:.82rem;color:#dbe6ee}
.rjc-chip svg{width:17px;height:17px;color:var(--gold);flex:0 0 auto}
.rjc-hero-scroll{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);color:rgba(255,255,255,.55);font-size:1.4rem;z-index:1;animation:rjcbob 1.8s ease-in-out infinite}
@keyframes rjcbob{0%,100%{transform:translate(-50%,0)}50%{transform:translate(-50%,8px)}}
@media (prefers-reduced-motion:reduce){.rjc-hero-scroll{animation:none}}

/* ---- sticky conversion bar ---- */
.rjc-stickybar{position:fixed;left:0;right:0;bottom:0;z-index:85;background:var(--navy8);border-top:1px solid rgba(200,169,107,.45);display:flex;align-items:center;justify-content:center;gap:18px;padding:12px 20px calc(12px + env(safe-area-inset-bottom,0px));transform:translateY(115%);transition:transform .3s ease;flex-wrap:wrap}
.rjc-stickybar.rjc-show{transform:none}
.rjc-stickybar .rjc-sb-txt{font-family:"Inter";color:#fff;font-size:.95rem}
.rjc-stickybar .rjc-sb-txt b{font-family:"Cormorant Garamond";font-size:1.25rem;color:var(--gold);font-weight:600}
.rjc-stickybar .rjc-btn{padding:10px 20px;font-size:.88rem}
:is(.rjc-page,.rjc-cine) .rjc-stickybar .rjc-btn{text-decoration:none!important;text-transform:none!important;letter-spacing:0!important}
@media(max-width:680px){.rjc-stickybar{gap:10px;padding:10px 14px calc(10px + env(safe-area-inset-bottom,0px))}.rjc-stickybar .rjc-sb-txt{width:100%;text-align:center;font-size:.8rem}:is(.rjc-page,.rjc-cine) .rjc-stickybar .rjc-btn{min-width:0!important;min-height:44px!important;flex:1 1 0!important;padding:9px 8px!important;font-size:.8rem!important;line-height:1.15!important;text-align:center!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}}
@media(min-width:360px) and (max-width:680px){:is(.rjc-page,.rjc-cine) .rjc-stickybar .rjc-btn{font-size:.75rem!important;white-space:nowrap!important}}
@media(prefers-reduced-motion:reduce){.rjc-stickybar{transition:none}}

/* ---- 02 lede (cinematic editorial) ---- */
.rjc-lede{background:var(--cream)}
.rjc-lede-statement{max-width:880px;margin:0 auto;text-align:center}
.rjc-lede-statement .rjc-eyebrow{margin-bottom:16px}
.rjc-lede .rjc-big{font-family:"Cormorant Garamond";font-weight:600;font-size:clamp(1.75rem,3.5vw,2.8rem);color:var(--navy);line-height:1.2;margin:0}
.rjc-lede .rjc-big em{font-style:normal;background-image:linear-gradient(transparent 76%,rgba(200,169,107,.55) 0);background-repeat:no-repeat}
.rjc-lede .rjc-rule{width:60px;height:3px;background:var(--gold);border-radius:3px;margin:28px auto 0}
.rjc-lede-grid{display:grid;grid-template-columns:1fr;gap:clamp(28px,4vw,52px);margin-top:clamp(40px,6vw,72px);align-items:start}
.rjc-lede-body h2{color:var(--navy);font-size:clamp(1.55rem,2.6vw,2.05rem);margin:0 0 .6em;padding-bottom:.4em;position:relative}
.rjc-lede-body h2::after{content:"";position:absolute;left:0;bottom:0;width:46px;height:2px;background:var(--gold)}
/* a legacy "Simple Custom CSS and JS" snippet sets a site-wide p{margin-bottom:0!important},
   which ran the lede paragraphs together — override it here only (leaving legacy pages alone) */
.rjc-lede-body p{color:var(--muted);margin:0 0 1.5em!important}
.rjc-lede-body p:last-child{margin-bottom:0!important}
.rjc-lede-body p:first-of-type::first-letter{font-family:"Cormorant Garamond";font-weight:600;font-size:3.2em;line-height:.78;float:left;color:var(--gold6);margin:.05em .12em 0 0}
.rjc-lede-fig{margin:0;border-radius:18px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}
.rjc-lede-fig img{display:block;width:100%;height:auto}
/* relocated lede photo (plugin 78): on desktop stretch it to the text column's height so the 2-col
   "What is X" lede stays balanced; tablet/mobile (single column) keep the natural height. */
@media(min-width:1025px){
  .rjc-lede-fig--photo{align-self:stretch}
  .rjc-lede-fig--photo picture{display:block;height:100%}
  .rjc-lede-fig--photo img,.rjc-lede-fig--photo picture{height:100%;min-height:340px;object-fit:cover;object-position:50% 38%}
}
/* video in the lede figure — FACADE case (Cosmelan etc.): the figure is a clean wrapper and the 9:16
   facade provides its own framing, capped + top-aligned. Scoped with :has() so it does NOT flatten the
   raw-iframe case below. */
.rjc-lede-fig--video:has(.rjv-facade){border:0!important;box-shadow:none!important;background:transparent!important;border-radius:0!important;overflow:visible!important;aspect-ratio:auto!important;width:100%;max-width:clamp(260px,30vw,320px);margin-inline:auto;align-self:start}
.rjc-lede-fig--video .rjv-media{width:100%;max-width:320px;margin:0}
.rjc-lede-fig--video .rjv-facade{box-shadow:0 16px 40px rgba(6,32,51,.18);border:1px solid rgba(196,160,90,.25)}
/* video in the lede figure — raw IFRAME case (e.g. Lumecca's stored embed): keep a 9:16 portrait frame
   (the 16:9 clip is letterboxed on the black frame), capped + top-aligned to match the facade pages. */
.rjc-lede-fig--video:has(iframe){aspect-ratio:9/16;background:#000;width:100%;max-width:clamp(260px,30vw,320px);margin-inline:auto;border-radius:16px;overflow:hidden;align-self:start;border:1px solid rgba(196,160,90,.25);box-shadow:0 16px 40px rgba(6,32,51,.18)}
.rjc-lede-fig--video iframe{display:block;width:100%;height:100%;border:0}
/* image-less lede variant: centered editorial column */
.rjc-lede-single{max-width:720px;margin:clamp(34px,5vw,58px) auto 0}
.rjc-lede-body .rjc-list{margin:0 0 1em;padding-left:1.2em;color:var(--muted)}
.rjc-lede-body .rjc-list li{margin:0 0 .45em}
.rjc-lede-body h3{color:var(--navy);font-size:1.2rem;margin:1.2em 0 .35em}
.rjc-price .rjc-fineprint{font-size:.82rem;color:var(--subtle);margin-top:2px}
@media(min-width:801px){.rjc-lede-grid{grid-template-columns:1fr 1fr}}

/* ---- 03 technology (navy, sticky head + image tiles) ---- */
.rjc-tech{background:var(--navy);color:#fff}
.rjc-tech .rjc-stick{position:sticky;top:0;padding:30px 0 14px;background:linear-gradient(var(--navy),var(--navy) 78%,transparent);text-align:center}
.rjc-tech h2{color:#fff;font-size:clamp(2rem,4vw,3rem)}
.rjc-tech .rjc-sub{color:#E8EDF0;max-width:56ch;margin-left:auto;margin-right:auto}
.rjc-tech .rjc-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:26px;margin:34px auto 0;max-width:920px}
.rjc-tech .rjc-tiles-1{max-width:560px}
.rjc-tech .rjc-tile-txt{border-top:3px solid var(--gold)}
.rjc-tech .rjc-tile-txt .rjc-tbody{padding-top:30px}
.rjc-tech .rjc-tech-note{max-width:760px;margin:26px auto 0;text-align:center;color:#cdd9e2;font-size:.95rem}
.rjc-tech .rjc-tech-note strong{color:var(--gold)}
.rjc-tech .rjc-tile{background:var(--navy8);border:1px solid rgba(200,169,107,.22);border-radius:20px;overflow:hidden;border-top:3px solid transparent;transition:transform .2s,box-shadow .2s,border-color .2s}
.rjc-tech .rjc-tile:hover{transform:translateY(-4px);box-shadow:0 18px 50px rgba(0,0,0,.4);border-top-color:var(--gold)}
.rjc-tech .rjc-tile img{width:100%;height:240px;object-fit:cover;display:block}
.rjc-tech .rjc-tbody{padding:26px 28px}
.rjc-tech .rjc-tile h3{color:#fff;font-size:1.5rem;margin-bottom:.15em}
.rjc-tech .rjc-tile .rjc-wave{color:var(--gold);font-family:"Inter";font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.8em;display:block}
.rjc-tech .rjc-tile p{color:#cdd9e2;font-size:.98rem}
.rjc-tech .rjc-spec{font-family:"Inter";font-size:.82rem;color:#aebecb;list-style:none;padding:0;margin:14px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:6px 18px}
.rjc-tech .rjc-spec li{padding:6px 0;border-top:1px solid rgba(255,255,255,.09)}
.rjc-tech .rjc-spec li strong{color:var(--gold);font-weight:600;display:block;font-size:.72rem;letter-spacing:.04em;text-transform:uppercase}

/* ---- 04 steps (connected timeline) ---- */
.rjc-steps{background:var(--cream)}
.rjc-steps .rjc-timeline{position:relative;margin-top:38px}
.rjc-steps .rjc-timeline::before{content:"";position:absolute;left:27px;top:18px;bottom:18px;width:2px;background:linear-gradient(var(--gold),rgba(200,169,107,.22));z-index:0}
.rjc-steps .rjc-step{position:relative;display:grid;grid-template-columns:56px 1fr;gap:24px;align-items:start;margin:0 0 18px}
.rjc-steps .rjc-step:last-child{margin-bottom:0}
.rjc-steps .rjc-n{position:relative;z-index:1;width:56px;height:56px;border-radius:50%;background:radial-gradient(120% 120% at 30% 25%,var(--navy8),var(--navy));color:var(--gold);font-family:"Cormorant Garamond";font-weight:600;font-size:1.6rem;display:flex;align-items:center;justify-content:center;flex:0 0 auto;box-shadow:0 0 0 6px var(--cream),0 8px 22px rgba(6,32,51,.22)}
.rjc-steps .rjc-step-c{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px 24px;box-shadow:0 6px 22px rgba(6,32,51,.05);transition:transform .2s,box-shadow .2s,border-color .2s}
.rjc-steps .rjc-step:hover .rjc-step-c{transform:translateY(-3px);box-shadow:var(--shadow);border-color:rgba(200,169,107,.5)}
.rjc-steps h3{color:var(--navy);font-size:1.3rem;margin-bottom:.25em}
.rjc-steps p{color:var(--muted);margin:0}
@media(max-width:680px){
  .rjc-steps .rjc-step{grid-template-columns:48px 1fr;gap:16px}
  .rjc-steps .rjc-n{width:48px;height:48px;font-size:1.4rem;box-shadow:0 0 0 5px var(--cream),0 8px 22px rgba(6,32,51,.22)}
  .rjc-steps .rjc-timeline::before{left:23px}
  .rjc-steps .rjc-step-c{padding:16px 18px}
}

/* ---- 05 before/after ---- */
.rjc-ba{background:var(--navy);color:#fff}
.rjc-ba h2{color:#fff}
.rjc-ba .rjc-ba-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:26px}
.rjc-ba-figure{margin:0}
.rjc-ba-figure>h3{color:#fff;font-size:1.15rem;text-align:center;margin-bottom:.5em}
.rjc-ba-slider{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:1/1;background:var(--navy);border:1px solid rgba(200,169,107,.3);touch-action:none;user-select:none;box-shadow:0 14px 40px rgba(0,0,0,.35)}
.rjc-ba-slider img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}
.rjc-ba-after{z-index:1}
.rjc-ba-before{z-index:2;clip-path:inset(0 50% 0 0)}
.rjc-ba-line{position:absolute;top:0;bottom:0;left:50%;width:3px;background:var(--gold);z-index:3;pointer-events:none;box-shadow:0 0 0 1px rgba(0,0,0,.2)}
.rjc-ba-grip{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:50%;background:var(--gold);z-index:3;display:flex;align-items:center;justify-content:center;color:var(--navy);font-size:1rem;pointer-events:none;box-shadow:0 2px 10px rgba(0,0,0,.4)}
.rjc-ba-range{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize;z-index:4;margin:0;padding:0}
.rjc-ba-tag{position:absolute;top:10px;font-family:"Inter";font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;padding:3px 9px;border-radius:4px;z-index:3}
.rjc-ba-tag-b{left:10px;background:rgba(6,32,51,.9)}
.rjc-ba-tag-a{right:10px;background:rgba(200,169,107,.92);color:var(--navy)}
.rjc-ba .rjc-cap{font-size:.82rem;color:#aebecb;text-align:center;margin-top:14px}

/* ---- 06 social proof + stat counters (doctor portrait) ---- */
.rjc-proof{background:var(--cream)}
.rjc-proof-grid{display:grid;grid-template-columns:1fr;gap:clamp(30px,4vw,56px);align-items:center}
.rjc-proof-photo{position:relative;margin:0;justify-self:center;width:100%;max-width:300px;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.rjc-proof-photo img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 18%}
.rjc-proof-badge{position:absolute;left:0;right:0;bottom:0;padding:34px 20px 16px;background:linear-gradient(transparent,rgba(6,32,51,.85));color:#dbe6ee;font-family:"Inter";font-size:.74rem;line-height:1.35}
.rjc-proof-badge span{display:block;font-family:"Cormorant Garamond";font-weight:600;font-size:1.45rem;color:#fff;line-height:1.1}
.rjc-proof-q{margin:0;text-align:left;border-left:3px solid var(--gold);padding-left:clamp(22px,3vw,40px)}
.rjc-proof-q .rjc-quote-mark{color:var(--gold);font-family:"Cormorant Garamond";font-size:3.4rem;line-height:.5;display:block;margin-bottom:.08em}
.rjc-proof-q .rjc-quote{font-family:"Cormorant Garamond";font-style:italic;font-weight:600;font-size:clamp(1.5rem,2.9vw,2.3rem);color:var(--navy);line-height:1.3;margin:0;max-width:26ch}
.rjc-proof-q .rjc-cite{font-family:"Inter";font-size:.92rem;color:var(--muted);margin-top:22px}
.rjc-proof-q .rjc-cite strong{color:var(--navy)}
.rjc-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:30px;margin-top:clamp(50px,7vw,74px);border-top:1px solid var(--line);padding-top:46px;text-align:center}
.rjc-stat .rjc-statnum{font-family:"Cormorant Garamond";font-weight:600;font-size:clamp(2.6rem,5.5vw,3.8rem);color:var(--navy);line-height:1}
.rjc-stat .rjc-statnum .rjc-statsuffix{color:var(--gold)}
.rjc-stat .rjc-statlabel{font-family:"Inter";font-size:.88rem;color:var(--muted);margin-top:6px}
@media(min-width:801px){.rjc-proof-grid{grid-template-columns:320px 1fr}.rjc-proof-photo{max-width:none}}

/* ---- pillar hub: Dr bio + pricing table ---- */
.rjc-bio h2{color:var(--navy);font-size:clamp(1.6rem,2.6vw,2.1rem);margin:0 0 .5em;padding-bottom:.35em;position:relative}
.rjc-bio h2::after{content:"";position:absolute;left:0;bottom:0;width:46px;height:2px;background:var(--gold)}
.rjc-bio p{color:var(--muted)}
.rjc-bio p:last-child{margin-bottom:0}
.rjc-price .rjc-card-wide{max-width:760px;text-align:left}
.rjc-ptable{width:100%;border-collapse:collapse;font-family:"Inter";font-size:.92rem;margin-top:8px}
.rjc-ptable th,.rjc-ptable td{padding:12px 16px;border-bottom:1px solid var(--line)}
.rjc-ptable thead th{background:var(--navy);color:#fff;font-weight:600;font-size:.74rem;letter-spacing:.06em;text-transform:uppercase}
.rjc-ptable thead th:last-child{text-align:right}
.rjc-ptable tbody td:last-child{text-align:right;font-weight:600;color:var(--navy);white-space:nowrap}
.rjc-ptable tbody tr:last-child td{border-bottom:0}

/* ---- 07 pricing ---- */
.rjc-price{background:var(--grey)}
.rjc-price .rjc-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:clamp(28px,5vw,44px);max-width:560px;margin:0 auto;text-align:center;box-shadow:var(--shadow)}
.rjc-price .rjc-from{font-family:"Cormorant Garamond";font-size:2.8rem;color:var(--navy);line-height:1}
.rjc-price .rjc-rule{width:54px;height:3px;background:var(--gold);margin:16px auto;border-radius:3px}
.rjc-price p{color:var(--muted)}
.rjc-draft{background:#fff3cd;border:1px dashed #d6a400;color:#8a6d00;font-size:.8rem;font-weight:600;padding:6px 12px;border-radius:6px;display:inline-block;margin-bottom:16px}

/* ---- 08 trust (navy image, parallax) ---- */
.rjc-trust-sec{position:relative;color:#fff;background-size:cover;background-position:center;text-align:center}
.rjc-trust-sec.rjc-parallax{background-attachment:fixed}
.rjc-trust-sec::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(6,32,51,.88),rgba(6,32,51,.92))}
.rjc-trust-sec>*{position:relative}
.rjc-trust-sec h2{color:#fff}
.rjc-pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:30px;margin-top:36px}
.rjc-pillar .rjc-ico{color:var(--gold);margin-bottom:10px}
.rjc-pillar .rjc-ico svg{width:34px;height:34px}
.rjc-pillar h3{color:#fff;font-size:1.2rem;margin:.2em 0 .25em}
.rjc-pillar p{color:#cdd9e2;font-size:.9rem;margin:0}

/* ---- 09 expect ---- */
.rjc-expect{background:var(--cream)}
.rjc-expect .rjc-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-top:24px}
.rjc-expect .rjc-col{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px}
.rjc-expect .rjc-col .rjc-step-ico{color:var(--gold);margin-bottom:10px}
.rjc-expect .rjc-col .rjc-step-ico svg{width:28px;height:28px}
.rjc-expect .rjc-col h3{color:var(--navy);font-size:1.25rem}
.rjc-expect .rjc-col p{color:var(--muted);margin:0}

/* ---- 10 related ---- */
.rjc-related{background:var(--grey)}
.rjc-related .rjc-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:26px}
.rjc-related .rjc-rcard{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;text-decoration:none;color:var(--ink);transition:transform .2s,box-shadow .2s,border-color .2s;border-top:3px solid transparent;display:flex;flex-direction:column}
.rjc-related .rjc-rcard:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-top-color:var(--gold)}
.rjc-related .rjc-rcard img{width:100%;height:200px;object-fit:cover;display:block}
.rjc-related .rjc-rb{padding:20px 22px;display:flex;flex-direction:column;flex:1}
.rjc-related h3{color:var(--navy);font-size:1.25rem;margin-bottom:.25em}
.rjc-related .rjc-rb p{color:var(--muted);font-size:.9rem;margin:0 0 14px}
.rjc-related .rjc-rmore{margin-top:auto;font-family:"Inter";font-weight:600;font-size:.85rem;color:var(--gold6)}

/* ---- 11 faq ---- */
.rjc-faq{background:var(--cream)}
.rjc-faq details{background:#fff;border:1px solid var(--line);border-radius:12px;margin:0 0 10px;overflow:hidden}
.rjc-faq summary{list-style:none;cursor:pointer;padding:18px 22px;font-family:"Inter";font-weight:500;color:var(--ink);display:flex;justify-content:space-between;gap:14px;align-items:center}
.rjc-faq summary::-webkit-details-marker{display:none}
.rjc-faq summary::after{content:"+";color:var(--gold);font-size:1.5rem;line-height:1}
.rjc-faq details[open] summary::after{content:"\2013"}
.rjc-faq .rjc-a{padding:0 22px 18px;color:var(--muted)}

/* ---- 12 cta ---- */
.rjc-cta-sec{background:radial-gradient(120% 120% at 50% 0%,var(--navy8),var(--navy) 60%);color:#fff;text-align:center}
.rjc-cta-sec h2{color:#fff;font-size:clamp(2.2rem,4.5vw,3.4rem)}
.rjc-cta-sec .rjc-sub{color:#E8EDF0;max-width:46ch;margin:.4em auto 24px}
.rjc-cta-sec .rjc-cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ---- responsive ---- */
@media(max-width:1024px){
  .rjc-hero{min-height:78vh}
  .rjc-tech .rjc-spec{grid-template-columns:1fr}
}
@media(max-width:680px){
  .rjc-tech .rjc-stick{position:static;background:none}
  .rjc-trust-sec.rjc-parallax{background-attachment:scroll}
  .rjc-hero{min-height:80vh}
  .rjc-hero h1{max-width:none}
  .rjc-stats{gap:24px}
}

/* === header-clearance fix: hero is full-bleed under the fixed .rjc-hdr.
   rj-chrome.js keeps --rjc-hdr-h = the LIVE header height (grows when the
   offers bar wraps on narrow/fold screens), so clear that height + breathing
   room, and top-align on tablet/mobile/fold so tall hero content never tucks
   behind the header. === */
.rjc-page .rjc-hero{padding-top:calc(var(--rjc-hdr-h,104px) + 34px)}
@media(max-width:1024px){
  .rjc-page .rjc-hero{align-items:flex-start;min-height:auto;padding-top:calc(var(--rjc-hdr-h,104px) + 30px);padding-bottom:clamp(48px,8vh,72px)}
}

/* === cinematic call-back form — overrides chrome's white .rjc-cbform card
   (chrome rj-chrome.css is served from the old lightsteelblue domain, hence !important) === */
.rjc-cbform{background:linear-gradient(180deg,rgba(10,44,68,.95),rgba(6,32,51,.98))!important;border:1px solid rgba(200,169,107,.40)!important;box-shadow:0 24px 60px rgba(0,0,0,.45)!important;position:relative;overflow:hidden}
.rjc-cbform::before{content:"";position:absolute;inset:0;background:radial-gradient(120% 80% at 50% 0%,rgba(200,169,107,.13),transparent 62%);pointer-events:none}
.rjc-cbform>*{position:relative;z-index:1}
.rjc-cbform label{color:#C8A96B!important}
.rjc-cbform input,.rjc-cbform select{background:rgba(255,255,255,.05)!important;border:1px solid rgba(245,244,241,.22)!important;color:#F5F4F1!important}
.rjc-cbform input::placeholder{color:rgba(245,244,241,.45)!important}
.rjc-cbform select option{background:#0A2C44;color:#F5F4F1}
.rjc-cbform input:focus,.rjc-cbform select:focus{border-color:#C8A96B!important;background:rgba(255,255,255,.09)!important;box-shadow:0 0 0 3px rgba(200,169,107,.28)!important}
.rjc-cbform .wpcf7-submit{background:#C8A96B!important;color:#062033!important}
.rjc-cbform .wpcf7-submit:hover{background:#F5F4F1!important}
.rjc-cbform .wpcf7-response-output{color:#F5F4F1!important}

/* === call-back form layout: fill the card on desktop (override rejuvena-form float + p max-width); stack on mobile === */
.rjc-cbform #responsive-form,.rjc-cbform .rejuvena-form{width:100%!important;max-width:100%!important}
.rjc-cbform .form-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important;float:none!important;width:100%!important;max-width:none!important;margin:0 0 16px!important}
.rjc-cbform .column-full{grid-column:1/-1!important;float:none!important;width:auto!important;max-width:none!important}
.rjc-cbform .column-half{float:none!important;width:auto!important;max-width:none!important}
.rjc-cbform p{margin:0!important;width:100%!important;max-width:none!important}
.rjc-cbform .wpcf7-form-control-wrap{display:block!important;width:100%!important;max-width:none!important}
.rjc-cbform input,.rjc-cbform select,.rjc-cbform textarea{width:100%!important;max-width:none!important;box-sizing:border-box!important}
.rjc-cbform .wpcf7-submit{width:100%!important;max-width:none!important}
@media(max-width:600px){.rjc-cbform .form-row{grid-template-columns:1fr!important}}

/* Mobile pricing table — collapse the 2-col rjc-ptable into a clean labelled stack
   (treatment name on left, price on right, gold rule between rows). Avoids the cramped
   2-line wrapping that happens at narrow widths. Header row is hidden because each row
   reads as "[treatment] — [price]" on its own. */
@media(max-width:640px){
  .rjc-ptable{font-size:1rem;margin-top:6px;display:block}
  .rjc-ptable thead{display:none}
  .rjc-ptable tbody,.rjc-ptable tr{display:block;width:100%}
  .rjc-ptable tr{display:flex;justify-content:space-between;align-items:baseline;gap:18px;padding:14px 2px;border-bottom:1px solid rgba(200,169,107,.22);background:transparent!important}
  .rjc-ptable tbody tr:first-child{padding-top:6px}
  .rjc-ptable tbody tr:last-child{border-bottom:0}
  .rjc-ptable td{display:block;padding:0!important;border:0!important;background:transparent!important;text-align:left}
  .rjc-ptable td:first-child{flex:1 1 auto;font-weight:500;color:var(--navy);font-size:.98rem;line-height:1.35}
  .rjc-ptable td:last-child{flex:0 0 auto;text-align:right;font-family:'Cormorant Garamond',Georgia,serif;font-weight:500;font-size:1.18rem;color:var(--gold);white-space:nowrap;letter-spacing:.01em}
}


/* MOBILE HERO CROPS: each .rjc-hero supplies its mobile-specific image via the
 * --rjc-hero-bg-m custom property (set inline on the hero element). The fallback
 * keeps the desktop image if a page hasn't been wired up yet. */
@media (max-width: 768px) {
  .rjc-hero {
    background-image: var(--rjc-hero-bg-m, var(--rjc-hero-bg-fallback)) !important;
    background-position: center !important;
    background-size: cover !important;
  }
}

/* TABLET HERO CROPS (769–1024px): opt-in via class .rjc-hero--3up + inline
 * --rjc-hero-bg-t. Scoped to the class so legacy heroes (desktop bg only) are
 * never affected — they keep borrowing the wide desktop image at this width. */
@media (min-width: 769px) and (max-width: 1024px) {
  .rjc-hero--3up {
    background-image: var(--rjc-hero-bg-t) !important;
    background-position: center !important;
    background-size: cover !important;
  }
}

/* CONCERN HERO scrim — lighter overlay so a concern photo's colour (e.g. rosacea
 * redness) stays visible. Opt-in via class .rjc-hero--concern; text stays readable
 * (still ~.5 navy) but the skin tone reads through. Scoped to the class only. */
.rjc-page .rjc-hero--concern::before {
  background: linear-gradient(rgba(6,32,51,.58), rgba(6,32,51,.40) 52%, rgba(6,32,51,.66)) !important;
}

/* ============================================================
   STEEL SKIN (2026-06-01) — site-wide light re-theme of the rjc inner pages to
   match the approved "Clinical Steel" home: white/cool-light grounds, muted
   steel-slate blue (#3E6E8E) accents, gold luxury, steel-ink text. Flips the flat
   navy sections (tech / before-after / CTA / sticky / form / price head) to LIGHT;
   keeps the hero + trust bands as photographic moments under a steel (not deep-navy)
   overlay. Appended → equal-specificity !important + later source order wins.
   Reversible: delete this block to restore the navy rjc theme.
   ============================================================ */
.rjc-page{
  --navy:#1B2A33; --navy8:#24333D; --navy7:#2E3E48;
  --cream:#FFFFFF; --grey:#F4F7F9; --ink:#1B2A33; --muted:#3C4A53; --subtle:#5E6E77;
  --line:#E4E9ED; --gold:#C8A96B; --gold6:#9a8048; --steel:#3E6E8E;
  background:#FFFFFF !important;
}
/* eyebrows keep gold; links → steel-ink */
.rjc-page a{ color:var(--steel) }
/* HERO — keep the photo; steel overlay (was deep-navy #062033) */
.rjc-page .rjc-hero{ background-color:#1B2A33 !important }
.rjc-page .rjc-hero::before{ background:linear-gradient(rgba(27,42,51,.80),rgba(27,42,51,.56) 55%,rgba(27,42,51,.86)) !important }
.rjc-page .rjc-breadcrumb a{ color:var(--gold) !important }
/* TECHNOLOGY → light */
.rjc-page .rjc-tech{ background:var(--grey) !important; color:var(--ink) !important }
.rjc-page .rjc-tech .rjc-stick{ background:linear-gradient(var(--grey),var(--grey) 78%,transparent) !important }
.rjc-page .rjc-tech h2{ color:var(--ink) !important }
.rjc-page .rjc-tech .rjc-sub, .rjc-page .rjc-tech .rjc-tech-note,
.rjc-page .rjc-tech .rjc-tile p, .rjc-page .rjc-tech .rjc-spec,
.rjc-page .rjc-tech .rjc-spec li{ color:var(--muted) !important }
.rjc-page .rjc-tech .rjc-tile{ background:#fff !important; border-color:var(--line) !important }
.rjc-page .rjc-tech .rjc-tile h3{ color:var(--ink) !important }
.rjc-page .rjc-tech .rjc-spec li{ border-top-color:var(--line) !important }
.rjc-page .rjc-tech .rjc-tech-note strong, .rjc-page .rjc-tech .rjc-tile .rjc-wave,
.rjc-page .rjc-tech .rjc-spec li strong{ color:var(--gold6) !important }
/* BEFORE / AFTER → light */
.rjc-page .rjc-ba{ background:var(--grey) !important; color:var(--ink) !important }
.rjc-page .rjc-ba h2, .rjc-page .rjc-ba-figure>h3{ color:var(--ink) !important }
.rjc-page .rjc-ba .rjc-cap{ color:var(--subtle) !important }
/* TRUST band — keep photographic; steel (not deep-navy) overlay */
.rjc-page .rjc-trust-sec::before{ background:linear-gradient(rgba(27,42,51,.84),rgba(27,42,51,.90)) !important }
/* CTA → light + soft gold glow */
.rjc-page .rjc-cta-sec{ background:var(--grey) !important; color:var(--ink) !important }
.rjc-page .rjc-cta-sec h2{ color:var(--ink) !important }
.rjc-page .rjc-cta-sec .rjc-sub{ color:var(--muted) !important }
/* sticky conversion bar + price-table head → steel-ink */
.rjc-stickybar{ background:#1B2A33 !important }
.rjc-page .rjc-ptable thead th{ background:#1B2A33 !important }
/* buttons: navy → steel-ink; gold pill keeps ink text */
.rjc-page .rjc-btn-navy{ background:#1B2A33 !important } .rjc-page .rjc-btn-navy:hover{ background:#24333D !important }
.rjc-page .rjc-btn-gold{ color:#1B2A33 !important } .rjc-page .rjc-btn-gold:hover{ color:#1B2A33 !important }
/* step number medallions → steel */
.rjc-page .rjc-steps .rjc-n{ background:radial-gradient(120% 120% at 30% 25%,#24333D,#1B2A33) !important }

/* CALL-BACK FORM → light card (matches the home steel form) */
.rjc-cbform{ background:#fff !important; border:1px solid #E4E9ED !important; box-shadow:0 20px 50px rgba(27,42,51,.10) !important }
.rjc-cbform::before{ display:none !important }
.rjc-cbform label{ color:#5E6E77 !important }
.rjc-cbform input,.rjc-cbform select,.rjc-cbform textarea{ background:transparent !important; border:1px solid rgba(27,42,51,.18) !important; color:#1B2A33 !important }
.rjc-cbform input::placeholder{ color:rgba(27,42,51,.4) !important }
.rjc-cbform select option{ background:#fff; color:#1B2A33 }
.rjc-cbform input:focus,.rjc-cbform select:focus{ border-color:#3E6E8E !important; background:transparent !important; box-shadow:0 0 0 3px rgba(62,110,142,.18) !important }
.rjc-cbform .wpcf7-submit{ background:#C8A96B !important; color:#1B2A33 !important }
.rjc-cbform .wpcf7-submit:hover{ background:#1B2A33 !important; color:#C8A96B !important }
.rjc-cbform .wpcf7-response-output{ color:#1B2A33 !important }

/* CHROME header/footer → light steel (overrides the cross-origin lightsteelblue navy;
   loaded after rj-chrome.css so equal-specificity !important wins) */
.rjc-hdr, .rjc-hdr__bar{ background:#fff !important }
.rjc-hdr__ann{ background:#1B2A33 !important; border-bottom:1px solid rgba(200,169,107,.3) !important }
.rjc-hdr__ann, .rjc-hdr__ann a{ color:#C8A96B !important }
.rjc-hdr__logo img{ filter:none !important }
.rjc-hdr__nav a, .rjc-hdr__tel{ color:#1B2A33 !important }
.rjc-hdr__nav a:hover, .rjc-hdr__tel:hover{ color:#3E6E8E !important }
.rjc-hdr__nav .sub-menu{ background:#fff !important; border:1px solid #E4E9ED !important; box-shadow:0 24px 60px rgba(27,42,51,.16) !important }
.rjc-hdr__nav .sub-menu a{ color:#1B2A33 !important }
.rjc-hdr__nav .sub-menu a:hover{ color:#9a8048 !important; background:rgba(62,110,142,.06) !important }
.rjc-hdr__cta{ background:#C8A96B !important; color:#1B2A33 !important; border-color:#C8A96B !important }
.rjc-hdr__burger span{ background:#1B2A33 !important }
.rjc-ftr{ background:#F4F7F9 !important; color:#3C4A53 !important }
.rjc-ftr *{ color:#3C4A53 !important; border-color:#E4E9ED !important }
.rjc-ftr h2,.rjc-ftr h3,.rjc-ftr h4{ color:#1B2A33 !important }
.rjc-ftr a:hover{ color:#3E6E8E !important }
.rjc-ftr svg, .rjc-ftr svg path{ fill:#3E6E8E !important; stroke:#3E6E8E !important }
.rjc-ftr img{ filter:none !important }

/* ============================================================
   CONTRAST FIXES — 2026-06-08 (audit follow-up, reversible)
   Recolours ONLY text that is currently invisible on the light
   ("steel") sections. Genuinely-dark sections are left untouched.
   Backup: backups/rj-derm-cinematic.css.bak-contrast-20260608
   ============================================================ */
/* (1) Ghost buttons were defined white (line ~17). The steel theme flipped
   most sections to light but never recoloured .rjc-btn-ghost, so they read
   white-on-light = invisible. Default the ghost button to steel-ink (correct
   on the light majority); keep white ONLY on the sections that stay dark. */
.rjc-page .rjc-btn-ghost{ color:#1B2A33 !important; border-color:rgba(27,42,51,.42) !important }
.rjc-page .rjc-btn-ghost:hover{ background:rgba(27,42,51,.06) !important; border-color:#1B2A33 !important; color:#1B2A33 !important }
.rjc-page .rjc-hero .rjc-btn-ghost,
.rjc-page .rjc-trust-sec .rjc-btn-ghost,
.rjc-page .rjc-stickybar .rjc-btn-ghost,
.rjc-cine .rjc-stickybar .rjc-btn-ghost{ color:#fff !important; border-color:rgba(255,255,255,.85) !important }
.rjc-page .rjc-hero .rjc-btn-ghost:hover,
.rjc-page .rjc-trust-sec .rjc-btn-ghost:hover,
.rjc-page .rjc-stickybar .rjc-btn-ghost:hover,
.rjc-cine .rjc-stickybar .rjc-btn-ghost:hover{ background:rgba(255,255,255,.08) !important; border-color:#fff !important; color:#fff !important }
/* (2) .rjc-tech .rjc-stick headers render on a light gradient on some pages
   (e.g. book-appointment) yet keep white h2 + near-white .rjc-sub = invisible.
   Tech sticks are light site-wide under the steel theme, so force readable. */
.rjc-page .rjc-tech .rjc-stick h2{ color:var(--ink) !important }
.rjc-page .rjc-tech .rjc-stick .rjc-sub{ color:var(--muted) !important }

/* LHR mobile hero content push-down 20260616 : push hero content down on mobile so the consultant's face shows (Laser Hair Removal page only) */
@media (max-width: 768px){ body.page-id-5011 .rjc-hero{ padding-top:calc(var(--rjc-hdr-h,104px) + 79px) !important } }

/* Lumecca treatment section: vertical YouTube Short video card 20260616 */
.rjc-lede-fig--video{aspect-ratio:9/16;max-width:clamp(248px,30vw,340px);margin-inline:auto;background:#000}
.rjc-lede-fig--video iframe{display:block;width:100%;height:100%;border:0}
