/* 906090 Modelos Nocturne Directory — lightweight editorial UI */
:root{
 --m906-ink:#0b0d10;--m906-paper:#f3f0e9;--m906-panel:#fff;--m906-line:#d8d3c8;
 --m906-muted:#6f716f;--m906-accent:#3845ff;--m906-accent2:#c9ff45;--m906-warm:#ff6c4f;
 --m906-shell:1440px;--m906-radius:16px;--m906-shadow:0 18px 55px rgba(11,13,16,.09)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--m906-paper);color:var(--m906-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.58}a{color:inherit;text-decoration:none}img,video{max-width:100%;height:auto}button,input,textarea,select{font:inherit}.m906-shell{width:min(calc(100% - 36px),var(--m906-shell));margin-inline:auto}.m906-main{min-height:70vh;padding:22px 0 78px}.m906-narrow-shell{max-width:920px}.m906-skip-link{position:fixed;z-index:100000;top:10px;left:10px;padding:10px 14px;background:#fff;color:#000;transform:translateY(-160%);border:2px solid #000}.m906-skip-link:focus{transform:none}
/* header */
.m906-site-header{position:sticky;top:0;z-index:500;background:rgba(11,13,16,.96);color:#fff;border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px)}.m906-header-row{min-height:82px;display:grid;grid-template-columns:auto 1fr auto;gap:26px;align-items:center}.m906-brand{display:flex;align-items:center;gap:14px;min-width:250px}.m906-nocturne-brand-mark{display:grid;place-items:center;width:56px;height:56px;border:1px solid rgba(255,255,255,.28);background:var(--m906-accent2);color:#0b0d10;font-size:12px;font-weight:950;letter-spacing:-.08em}.m906-nocturne-brand-mark::before{content:"90\A60\A90";white-space:pre;line-height:.72;text-align:center}.m906-brand .custom-logo{display:block;max-width:250px;max-height:54px;width:auto}.m906-brand-name{display:block;font-size:18px;font-weight:900;letter-spacing:-.025em}.m906-brand-tagline{display:block;color:#b8bbc2;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.m906-primary-nav{justify-self:end}.m906-menu{display:flex;align-items:center;gap:4px;margin:0;padding:0;list-style:none}.m906-menu li{position:relative;list-style:none}.m906-menu>li>a{display:flex;align-items:center;min-height:44px;padding:0 14px;border-radius:999px;color:#eef0f3;font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.m906-menu>li>a:hover,.m906-menu>li>a:focus,.m906-menu .current-menu-item>a{background:#fff;color:#101216}.m906-menu .menu-item-has-children>a::after{content:"+";margin-left:7px;color:var(--m906-accent2);font-weight:900}.m906-menu .sub-menu{position:absolute;visibility:hidden;opacity:0;top:calc(100% + 10px);left:0;min-width:230px;margin:0;padding:10px;background:#fff;color:#111;border:1px solid #e8e4dc;box-shadow:0 18px 50px rgba(0,0,0,.18);transform:translateY(8px);transition:.18s ease;list-style:none}.m906-menu li:hover>.sub-menu,.m906-menu li:focus-within>.sub-menu{visibility:visible;opacity:1;transform:none}.m906-menu .sub-menu a{display:block;padding:10px 12px;font-size:13px;font-weight:750;border-bottom:1px solid #efede8}.m906-menu .sub-menu a:hover{background:#f2f4ff;color:#2534e6}.m906-nocturne-age-badge{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.3);border-radius:50%;font-size:12px;font-weight:900}.m906-menu-toggle{display:none;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.26);background:transparent;color:#fff;padding:10px 13px;font-weight:800}.m906-menu-toggle-lines,.m906-menu-toggle-lines::before,.m906-menu-toggle-lines::after{display:block;width:18px;height:2px;background:currentColor;content:""}.m906-menu-toggle-lines{position:relative}.m906-menu-toggle-lines::before{position:absolute;top:-5px}.m906-menu-toggle-lines::after{position:absolute;top:5px}
/* page intros */
.m906-home-intro{margin:0 0 18px;padding:26px 0 8px;background:transparent}.m906-nocturne-home-heading{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);gap:40px;align-items:end;border-top:7px solid var(--m906-ink);padding-top:22px}.m906-home-intro h1,.m906-archive-header h1,.m906-profile-summary h1,.m906-standard-page h1,.m906-empty-state h1{margin:0;font-size:clamp(34px,5vw,72px);line-height:.96;letter-spacing:-.055em;font-weight:950}.m906-nocturne-home-summary{max-width:790px;margin:16px 0 0;color:#44484d;font-size:15px}.m906-nocturne-home-tools{display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-end}.m906-nocturne-home-tools a,.m906-directory-link{display:inline-flex;align-items:center;min-height:38px;padding:8px 12px;border:1px solid var(--m906-ink);background:transparent;font-size:11px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.m906-nocturne-home-tools a:hover,.m906-directory-link:hover{background:var(--m906-ink);color:#fff}.m906-eyebrow{display:block;margin-bottom:8px;color:#3740dd;font-size:10px;font-weight:950;letter-spacing:.15em;text-transform:uppercase}.m906-section-heading{margin:0 0 16px}.m906-section-heading h2{margin:0;font-size:clamp(23px,3vw,38px);line-height:1.02;letter-spacing:-.035em}.m906-section-heading p{max-width:780px;color:var(--m906-muted)}.m906-section-heading--row{display:flex;align-items:end;justify-content:space-between;gap:18px}.m906-count-label{font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;color:var(--m906-muted)}
/* grid */
.m906-directory-section{margin-top:16px}.m906-profile-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.m906-profile-card{min-width:0}.m906-card-media{position:relative;background:#111;overflow:hidden;border-radius:0;box-shadow:none}.m906-nocturne-card-image-link{position:relative;display:block;aspect-ratio:4/5;overflow:hidden;background:#1a1c20}.m906-card-image,.m906-card-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .38s ease,filter .38s ease}.m906-card-video{z-index:2}.m906-profile-card:hover .m906-card-image,.m906-profile-card:hover .m906-card-video{transform:scale(1.025)}.m906-card-overlay{position:absolute;z-index:3;inset:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.24) 38%,rgba(0,0,0,0) 64%)}.m906-card-placeholder{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:78px;font-weight:950;background:linear-gradient(145deg,#20232b,#0e1014)}.m906-card-zone{position:absolute!important;z-index:5!important;top:9px!important;right:9px!important;max-width:calc(100% - 54px)!important;padding:6px 9px!important;border:0!important;border-radius:0!important;background:var(--m906-accent2)!important;color:#0b0d10!important;font-size:9px!important;font-weight:950!important;line-height:1.1!important;letter-spacing:.06em!important;text-transform:uppercase!important;box-shadow:none!important;backdrop-filter:none!important}.m906-video-badge{position:absolute!important;z-index:5!important;top:9px!important;left:9px!important;width:28px!important;height:28px!important;border:0!important;border-radius:0!important;background:var(--m906-accent)!important;box-shadow:none!important}.m906-card-content{position:absolute;z-index:5;left:0;right:0;bottom:0;padding:16px 14px 13px;color:#fff}.m906-card-title a{display:inline-block;font-size:clamp(17px,1.4vw,23px);font-weight:900;line-height:1;letter-spacing:-.025em}.m906-card-title a::after{content:" ↗";font-size:.65em;color:var(--m906-accent2)}.m906x-freshness-badge{position:absolute;z-index:5;left:10px;bottom:55px;padding:4px 7px;background:#fff;color:#111;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
/* archives */
.m906-breadcrumbs{margin:0 0 18px;color:#777;font-size:12px}.m906-breadcrumbs a{text-decoration:underline;text-underline-offset:3px}.m906-archive-header{margin-bottom:22px;padding:26px 0 20px;border-bottom:1px solid var(--m906-line)}.m906-archive-intro{max-width:900px;margin-top:15px;color:#4d5054;font-size:15px}.m906-archive-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.m906-archive-meta span{padding:6px 9px;background:#e6e2d9;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.m906-after-grid{margin-top:54px}.m906-editorial-panel,.m906-content-section,.m906-profile-body,.m906-profile-context,.m906-standard-page,.m906-empty-state{background:#fff;border:1px solid var(--m906-line);box-shadow:none}.m906-editorial-panel{display:grid;grid-template-columns:160px 1fr;gap:28px;padding:28px}.m906-nocturne-editorial-icon{display:grid;place-items:center;min-height:150px;background:var(--m906-ink);color:var(--m906-accent2);font-size:34px;font-weight:950;letter-spacing:-.08em}.m906-content-section{margin-top:14px;padding:28px}.m906-content-section h2,.m906-editorial-panel h2,.m906-curated-editorial h2{margin:0 0 12px;font-size:clamp(24px,3vw,38px);letter-spacing:-.035em;line-height:1.05}.m906-content-section h3,.m906-curated-editorial h3{font-size:19px;margin:26px 0 8px}.m906-prose-columns{columns:2;column-gap:36px}.m906-directory-links{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0}.m906-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.m906-info-grid article{padding:20px;background:#f5f3ee;border-top:3px solid var(--m906-ink)}.m906-info-grid h3{margin:5px 0 8px;font-size:17px}.m906-nocturne-step{display:inline-grid;place-items:center;width:31px;height:31px;background:var(--m906-accent2);font-size:10px;font-weight:950}.m906-faq-list{display:grid;gap:8px}.m906-faq{padding:18px 20px;border:1px solid var(--m906-line);background:#faf9f6}.m906-faq h3{margin:0 0 6px;font-size:16px}.m906-adult-note{margin:20px 0 0;padding:14px 16px;border-left:4px solid var(--m906-warm);background:#fff}
/* profile */
.m906-profile-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);background:var(--m906-ink);color:#fff;min-height:640px}.m906-profile-visual{position:relative;min-height:640px;background:#181a1f}.m906-profile-visual>a{display:block;width:100%;height:100%}.m906-profile-hero-image{width:100%;height:100%;max-height:820px;object-fit:cover;display:block}.m906-profile-placeholder{height:100%;display:grid;place-items:center;font-size:120px;font-weight:950}.m906-profile-summary{padding:clamp(28px,5vw,66px);align-self:center}.m906-profile-summary h1{color:#fff}.m906-profile-lead{color:#d2d5da;font-size:16px;max-width:600px}.m906-profile-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:24px 0;background:#3a3d43;border:1px solid #3a3d43}.m906-profile-fact{padding:11px 12px;background:#17191e;font-size:12px}.m906-profile-fact strong{display:block;color:var(--m906-accent2);font-size:9px;text-transform:uppercase;letter-spacing:.1em}.m906-profile-tags{display:flex;flex-wrap:wrap;gap:6px;margin:16px 0}.m906-profile-tags-title{width:100%;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#aeb1b8}.m906-profile-tag{padding:5px 8px;border:1px solid #4b4e55;color:#f4f4f4;font-size:10px}.m906-primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;background:var(--m906-accent2);color:#101216;font-weight:950;text-transform:uppercase;font-size:11px;letter-spacing:.07em}.m906-primary-button:hover{background:#fff}.m906-profile-body,.m906-profile-context{margin-top:14px;padding:clamp(22px,4vw,40px)}.m906-entry-content{font-size:16px}.m906-entry-content img{height:auto}.m906-profile-h3-note{margin:26px 0 0;padding:20px;background:#f1f3ff;border-left:4px solid var(--m906-accent)}.m906-profile-h3-note h3{margin:0 0 8px}.m906-related{margin-top:38px}.m906-related-zone-link{font-size:12px;font-weight:850;text-decoration:underline;text-underline-offset:4px}.m906-profile-grid--related{grid-template-columns:repeat(6,minmax(0,1fr))}
/* pagination, footer */
.navigation.pagination{margin-top:24px}.nav-links{display:flex;flex-wrap:wrap;gap:5px}.page-numbers{display:grid;place-items:center;min-width:38px;height:38px;padding:0 10px;background:#fff;border:1px solid var(--m906-line);font-size:12px;font-weight:800}.page-numbers.current,.page-numbers:hover{background:var(--m906-ink);color:#fff}.m906-site-footer{background:#0b0d10;color:#fff;padding:42px 0 24px}.m906-nocturne-footer-top{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:start}.m906-nocturne-footer-branding{display:flex;gap:18px;max-width:680px}.m906-nocturne-footer-symbol{display:grid;place-items:center;width:68px;height:68px;background:var(--m906-accent2);color:#0b0d10;font-size:14px;font-weight:950}.m906-nocturne-footer-symbol::before{content:"90·60·90"}.m906-nocturne-footer-branding p{color:#b6bac2}.m906-footer-menu{display:flex;gap:12px;list-style:none;margin:0;padding:0}.m906-footer-menu a{color:#d9dce2;font-size:12px}.m906-footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:30px;padding-top:18px;border-top:1px solid #2d3036;color:#989ca5;font-size:11px}
/* lightbox */
.m906-lightbox{position:fixed;z-index:99999;inset:0;display:none;place-items:center;visibility:hidden;opacity:0;pointer-events:none}.m906-lightbox[hidden],.m906-lightbox[aria-hidden="true"]{display:none!important}.m906-lightbox.is-open{display:grid;visibility:visible;opacity:1;pointer-events:auto}.m906-lightbox__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.9)}.m906-lightbox__panel{position:relative;z-index:2;width:min(94vw,1100px);max-height:94vh;display:grid;grid-template-columns:48px 1fr 48px;align-items:center}.m906-lightbox__figure{margin:0;text-align:center}.m906-lightbox__image{max-height:82vh;width:auto}.m906-lightbox__close,.m906-lightbox__nav{border:0;background:#fff;color:#111;width:42px;height:42px;font-size:26px;cursor:pointer}.m906-lightbox__close{position:absolute;top:-48px;right:0}.m906-lightbox__footer{grid-column:1/-1;display:flex;justify-content:space-between;color:#fff;font-size:12px;padding-top:8px}.m906-lightbox__original{color:var(--m906-accent2)}.m906-lightbox-open{overflow:hidden}
/* responsive */
@media(max-width:1180px){.m906-profile-grid{grid-template-columns:repeat(4,1fr)}.m906-profile-grid--related{grid-template-columns:repeat(4,1fr)}.m906-header-row{grid-template-columns:1fr auto auto}.m906-menu-toggle{display:flex}.m906-primary-nav{position:fixed;inset:82px 12px auto 12px;visibility:hidden;opacity:0;pointer-events:none;background:#101216;padding:14px;border:1px solid #34373e;transform:translateY(-8px);transition:.18s ease}.m906-primary-nav.is-open{visibility:visible;opacity:1;pointer-events:auto;transform:none}.m906-menu{display:block}.m906-menu>li>a{border-radius:0;border-bottom:1px solid #272a30}.m906-menu .sub-menu{position:static;visibility:visible;opacity:1;transform:none;display:block;background:#171a1f;color:#fff;box-shadow:none;border:0;padding:0 0 0 12px}.m906-menu .sub-menu a{border-color:#2a2d33}.m906-brand-tagline{display:none}}
@media(max-width:900px){.m906-nocturne-home-heading{grid-template-columns:1fr}.m906-nocturne-home-tools{justify-content:flex-start}.m906-profile-grid{grid-template-columns:repeat(3,1fr)}.m906-profile-hero{grid-template-columns:1fr;min-height:0}.m906-profile-visual{min-height:0;aspect-ratio:4/5}.m906-profile-summary{padding:28px}.m906-editorial-panel{grid-template-columns:1fr}.m906-nocturne-editorial-icon{min-height:86px}.m906-prose-columns{columns:1}.m906-info-grid{grid-template-columns:1fr}.m906-profile-grid--related{grid-template-columns:repeat(3,1fr)}}
@media(max-width:620px){.m906-shell{width:min(calc(100% - 22px),var(--m906-shell))}.m906-main{padding-top:14px}.m906-site-header{position:sticky}.m906-header-row{min-height:68px;gap:10px}.m906-brand{min-width:0}.m906-nocturne-brand-mark{width:44px;height:44px}.m906-brand-name{font-size:15px}.m906-nocturne-age-badge{display:none}.m906-primary-nav{inset:68px 8px auto 8px}.m906-menu-toggle span:last-child{display:none}.m906-home-intro h1,.m906-archive-header h1,.m906-profile-summary h1{font-size:38px}.m906-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.m906-card-zone{top:5px!important;right:5px!important;padding:5px 6px!important;font-size:8px!important}.m906-card-content{padding:11px 9px}.m906-card-title a{font-size:16px}.m906-video-badge{top:5px!important;left:5px!important;width:24px!important;height:24px!important}.m906-profile-facts{grid-template-columns:1fr 1fr}.m906-profile-grid--related{grid-template-columns:repeat(2,1fr)}.m906-section-heading--row{display:block}.m906-nocturne-footer-top{grid-template-columns:1fr}.m906-footer-menu{flex-wrap:wrap}.m906-footer-bottom{display:block}.m906-footer-bottom span{display:block;margin-top:5px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* v1.0.1 — home grid priority + footer contrast hardening */
.m906-home-intro--compact{margin:0 0 10px!important;padding:8px 0 0!important}
.m906-home-intro--compact .m906-home-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;border-top:4px solid var(--m906-ink);padding-top:10px}
.m906-home-intro--compact h1{font-size:clamp(26px,3.5vw,48px)!important;line-height:1!important;letter-spacing:-.045em!important}
.m906-home-intro--compact .m906-eyebrow{margin-bottom:4px}
.m906-home-count{flex:0 0 auto;padding-bottom:3px}
.m906-directory-section--home{margin-top:0!important}
.m906-site-footer{background:#0b0d10!important;color:#f7f8fa!important;isolation:isolate}
.m906-site-footer .m906-nocturne-footer-top,.m906-site-footer .m906-footer-bottom{background:#0b0d10!important}
.m906-site-footer .m906-footer-brand{color:#ffffff!important}
.m906-site-footer .m906-nocturne-footer-branding p{color:#c9cdd5!important}
.m906-site-footer .m906-footer-menu a{color:#eef0f4!important}
.m906-site-footer .m906-footer-menu a:hover,.m906-site-footer .m906-footer-menu a:focus{color:var(--m906-accent2)!important;text-decoration:underline;text-underline-offset:3px}
.m906-site-footer .m906-footer-bottom,.m906-site-footer .m906-footer-bottom span{color:#b6bbc5!important}
.m906-site-footer .m906-nocturne-footer-symbol{background:var(--m906-accent2)!important;color:#0b0d10!important}
@media(max-width:620px){.m906-home-intro--compact{padding-top:3px!important;margin-bottom:7px!important}.m906-home-intro--compact .m906-home-title-row{display:block;padding-top:7px;border-top-width:3px}.m906-home-intro--compact h1{font-size:28px!important}.m906-home-count{display:block;margin-top:4px;padding:0}.m906-directory-section--home{margin-top:0!important}}
.home .m906-main{padding-top:8px}
@media(max-width:620px){.home .m906-main{padding-top:5px}}

/* v1.0.2 — true grid-first home + complete lower-content contrast hardening */
.home .m906-main{padding-top:0!important}
.m906-home-stack{display:flex;flex-direction:column;gap:0}
.m906-home-stack .m906-directory-section--home{order:1;margin:0!important;padding-top:6px!important}
.m906-home-stack .m906-home-intro--compact{order:2;margin:18px 0 0!important;padding:12px 0 0!important;border-top:1px solid var(--m906-line)!important}
.m906-home-stack .m906-home-intro--compact .m906-home-title-row{border-top:0!important;padding-top:0!important}
.m906-home-stack .m906-home-intro--compact h1{font-size:clamp(22px,2.6vw,34px)!important;line-height:1.05!important}
.m906-home-stack .m906-home-intro--compact .m906-eyebrow{font-size:9px!important;margin-bottom:3px!important}
.m906-home-stack .m906-home-count{font-size:10px!important}

/* Explicit foregrounds: prevent inherited/customizer/plugin colors from making editorial content disappear. */
.m906-after-grid,
.m906-after-grid .m906-editorial-panel,
.m906-after-grid .m906-content-section,
.m906-after-grid .m906-faq,
.m906-after-grid .m906-adult-note{color:#15171a!important}
.m906-after-grid .m906-editorial-panel,
.m906-after-grid .m906-content-section,
.m906-after-grid .m906-faq,
.m906-after-grid .m906-adult-note{background:#ffffff!important}
.m906-after-grid .m906-editorial-panel h2,
.m906-after-grid .m906-editorial-panel h3,
.m906-after-grid .m906-editorial-panel p,
.m906-after-grid .m906-content-section h2,
.m906-after-grid .m906-content-section h3,
.m906-after-grid .m906-content-section p,
.m906-after-grid .m906-faq h3,
.m906-after-grid .m906-faq p,
.m906-after-grid .m906-adult-note,
.m906-after-grid .m906-adult-note strong{color:#15171a!important}
.m906-after-grid .m906-section-heading p,
.m906-after-grid .m906-prose-columns p{color:#555a61!important}
.m906-after-grid .m906-eyebrow{color:#303cff!important}

/* Zone/category pills must always have readable labels. */
.m906-after-grid .m906-directory-link,
.m906-after-grid .m906-directory-links a{background:#ffffff!important;color:#111318!important;border:1px solid #111318!important;text-shadow:none!important}
.m906-after-grid .m906-directory-link:hover,
.m906-after-grid .m906-directory-link:focus,
.m906-after-grid .m906-directory-links a:hover,
.m906-after-grid .m906-directory-links a:focus{background:#111318!important;color:#ffffff!important}

/* Reading cards are deliberately dark so no white-on-white state is possible. */
.m906-after-grid .m906-info-grid article{background:#111318!important;color:#ffffff!important;border-top-color:#c9ff45!important}
.m906-after-grid .m906-info-grid article h3,
.m906-after-grid .m906-info-grid article p{color:#ffffff!important}
.m906-after-grid .m906-info-grid article p{opacity:.88}
.m906-after-grid .m906-nocturne-step{background:#c9ff45!important;color:#0b0d10!important}

/* Lead panel keeps a light body with explicit dark copy. */
.m906-after-grid .m906-nocturne-editorial-lead{background:#ffffff!important;color:#15171a!important}
.m906-after-grid .m906-nocturne-editorial-icon{background:#0b0d10!important;color:#c9ff45!important}

/* Footer surface and copy remain readable even when legacy Custom CSS is still stored in WordPress. */
.m906-site-footer,
.m906-site-footer .m906-shell,
.m906-site-footer .m906-nocturne-footer-top,
.m906-site-footer .m906-footer-bottom{background:#0b0d10!important}
.m906-site-footer,
.m906-site-footer p,
.m906-site-footer span,
.m906-site-footer strong,
.m906-site-footer li{color:#c9cdd5!important}
.m906-site-footer .m906-footer-brand{color:#ffffff!important}
.m906-site-footer a{color:#f4f6f8!important}
.m906-site-footer a:hover,.m906-site-footer a:focus{color:#c9ff45!important}
.m906-site-footer .m906-nocturne-footer-symbol{background:#c9ff45!important;color:#0b0d10!important}

@media(max-width:620px){
 .home .m906-main{padding-top:0!important}
 .m906-home-stack .m906-directory-section--home{padding-top:4px!important}
 .m906-home-stack .m906-home-intro--compact{margin-top:12px!important;padding-top:9px!important}
 .m906-home-stack .m906-home-intro--compact h1{font-size:22px!important}
 .m906-home-stack .m906-home-count{margin-top:2px!important}
}

/* v1.0.3 — rebuilt individual profile layout */
.m906-single-main{padding-top:16px!important;background:#f3f0e9}
.m906-single-shell{max-width:1320px}
.m906-profile-page--v103{display:block}
.m906-profile-page--v103 .m906-profile-overview{display:grid;grid-template-columns:minmax(360px,.82fr) minmax(0,1.18fr);gap:0;background:#fff;border:1px solid #d8d3c8;box-shadow:0 18px 55px rgba(11,13,16,.08);min-height:0;color:#15171a}
.m906-profile-page--v103 .m906-profile-media-panel{display:flex;align-items:center;justify-content:center;min-width:0;background:#101216;padding:22px;position:relative}
.m906-profile-page--v103 .m906-profile-hero-link{position:relative;display:block;width:100%;max-width:560px;margin:auto;background:#08090b;overflow:hidden}
.m906-profile-page--v103 .m906-profile-hero-image{display:block;width:100%;height:auto!important;max-height:760px!important;aspect-ratio:auto!important;object-fit:contain!important;margin:auto;background:#08090b}
.m906-profile-page--v103 .m906-profile-image-hint{position:absolute;right:10px;bottom:10px;padding:7px 9px;background:rgba(11,13,16,.86);color:#fff;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.m906-profile-page--v103 .m906-profile-placeholder{width:100%;min-height:560px;background:#17191e;color:#c9ff45}
.m906-profile-page--v103 .m906-profile-details-panel{display:flex;flex-direction:column;justify-content:center;padding:clamp(30px,5vw,68px);background:#fff;color:#15171a}
.m906-profile-page--v103 .m906-profile-heading-block{padding-bottom:22px;border-bottom:1px solid #dedad1}
.m906-profile-page--v103 .m906-profile-details-panel h1{margin:0;color:#111318!important;font-size:clamp(44px,6vw,82px);line-height:.9;letter-spacing:-.06em;font-weight:950}
.m906-profile-page--v103 .m906-profile-zone-line{display:flex;align-items:center;gap:12px;margin:16px 0 0;font-size:12px}
.m906-profile-page--v103 .m906-profile-zone-line>span{color:#73767c;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.m906-profile-page--v103 .m906-profile-zone-line a,.m906-profile-page--v103 .m906-profile-zone-line strong{display:inline-flex;align-items:center;padding:6px 9px;background:#c9ff45;color:#101216!important;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}
.m906-profile-page--v103 .m906-profile-lead{margin:18px 0 0;max-width:650px;color:#555a61!important;font-size:15px;line-height:1.65}
.m906-profile-page--v103 .m906-profile-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:24px 0 0;background:transparent;border:0}
.m906-profile-page--v103 .m906-profile-fact{min-width:0;padding:13px 12px;background:#f4f2ed;border-top:3px solid #111318;color:#16181b;font-size:12px}
.m906-profile-page--v103 .m906-profile-fact strong{display:block;margin-bottom:3px;color:#3845ff!important;font-size:8px;font-weight:950;text-transform:uppercase;letter-spacing:.11em}
.m906-profile-page--v103 .m906-profile-fact span{display:block;overflow-wrap:anywhere;font-weight:720;line-height:1.35}
.m906-profile-page--v103 .m906-profile-tags{margin:22px 0 0}
.m906-profile-page--v103 .m906-profile-tags-title{color:#6f7278!important}
.m906-profile-page--v103 .m906-profile-tag{background:#fff;color:#16181b!important;border-color:#bbb7ae}
.m906-profile-page--v103 .m906-profile-tag:hover{background:#111318;color:#fff!important;border-color:#111318}
.m906-primary-button--profile{width:100%;margin-top:24px;min-height:54px;background:#111318!important;color:#fff!important;border:2px solid #111318}
.m906-primary-button--profile:hover,.m906-primary-button--profile:focus{background:#c9ff45!important;color:#101216!important;border-color:#c9ff45}

.m906-profile-page--v103 .m906-profile-copy,.m906-profile-page--v103 .m906-profile-extra{width:min(100%,1040px);margin:18px auto 0!important;padding:clamp(24px,4vw,46px)!important;background:#fff!important;color:#1a1c20!important;border:1px solid #d8d3c8!important}
.m906-profile-page--v103 .m906-profile-copy .m906-section-heading,.m906-profile-page--v103 .m906-profile-extra .m906-section-heading{padding-bottom:16px;border-bottom:1px solid #dedad1}
.m906-profile-page--v103 .m906-profile-copy h2,.m906-profile-page--v103 .m906-profile-extra h2{color:#111318!important}
.m906-profile-page--v103 .m906x-profile-semantic-intro{margin:0 0 22px;padding:14px 16px;background:#f2f4ff;border-left:4px solid #3845ff;color:#363b45!important;font-size:14px;line-height:1.65}
.m906-profile-page--v103 .m906-entry-content{color:#24272c!important;font-size:16px;line-height:1.75}
.m906-profile-page--v103 .m906-entry-content p{color:#24272c!important;margin:0 0 1.15em}
.m906-profile-page--v103 .m906-entry-content h2,.m906-profile-page--v103 .m906-entry-content h3,.m906-profile-page--v103 .m906-entry-content h4{color:#111318!important;line-height:1.15}
.m906-profile-page--v103 .m906-entry-content a{color:#2534e6;text-decoration:underline;text-underline-offset:3px}
.m906-profile-page--v103 .m906-entry-content a[href*="whatsapp.com"],.m906-profile-page--v103 .m906-entry-content a[href*="wa.me"]{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin:8px 0 18px;padding:0 15px;background:#f4f2ed;color:#111318!important;border:1px solid #111318;text-decoration:none;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.m906-profile-page--v103 .m906-profile-h3-note{margin-top:30px;background:#111318!important;color:#fff!important;border-left:5px solid #c9ff45}
.m906-profile-page--v103 .m906-profile-h3-note h3,.m906-profile-page--v103 .m906-profile-h3-note p{color:#fff!important}

/* Classic and block galleries: fixed layout instead of inherited/unstyled WordPress output. */
.m906-profile-page--v103 .m906-entry-content .gallery,
.m906-profile-page--v103 .m906-entry-content .wp-block-gallery,
.m906-profile-page--v103 .m906-entry-content .blocks-gallery-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin:22px 0!important;padding:0!important;list-style:none!important}
.m906-profile-page--v103 .m906-entry-content .gallery-item,
.m906-profile-page--v103 .m906-entry-content .wp-block-gallery .wp-block-image,
.m906-profile-page--v103 .m906-entry-content .blocks-gallery-item{float:none!important;width:auto!important;max-width:none!important;margin:0!important;padding:0!important;list-style:none!important}
.m906-profile-page--v103 .m906-entry-content .gallery-icon,.m906-profile-page--v103 .m906-entry-content figure{margin:0!important}
.m906-profile-page--v103 .m906-entry-content .gallery a,
.m906-profile-page--v103 .m906-entry-content .wp-block-gallery a,
.m906-profile-page--v103 .m906-entry-content .blocks-gallery-grid a{display:block!important;position:relative;overflow:hidden;background:#111318;text-decoration:none!important}
.m906-profile-page--v103 .m906-entry-content .gallery img,
.m906-profile-page--v103 .m906-entry-content .wp-block-gallery img,
.m906-profile-page--v103 .m906-entry-content .blocks-gallery-grid img{display:block!important;width:100%!important;height:100%!important;aspect-ratio:3/4!important;object-fit:cover!important;border:0!important;margin:0!important;transition:transform .25s ease}
.m906-profile-page--v103 .m906-entry-content .gallery a:hover img,.m906-profile-page--v103 .m906-entry-content .wp-block-gallery a:hover img{transform:scale(1.02)}
.m906-profile-page--v103 .m906-entry-content .gallery-caption,.m906-profile-page--v103 .m906-entry-content figcaption{margin:0!important;padding:7px 8px!important;background:#111318!important;color:#fff!important;font-size:10px!important;line-height:1.35!important;text-align:left!important}
.m906-profile-page--v103 .m906-entry-content::after{content:"";display:table;clear:both}

.m906-single-main .m906-related{margin-top:42px;padding-top:28px;border-top:5px solid #111318}
.m906-single-main .m906-related .m906-section-heading h2{color:#111318}

@media(max-width:980px){
 .m906-profile-page--v103 .m906-profile-overview{grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr)}
 .m906-profile-page--v103 .m906-profile-media-panel{padding:14px}
 .m906-profile-page--v103 .m906-profile-details-panel{padding:28px}
 .m906-profile-page--v103 .m906-profile-details-panel h1{font-size:52px}
 .m906-profile-page--v103 .m906-profile-facts{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
 .m906-single-main{padding-top:8px!important}
 .m906-profile-page--v103 .m906-profile-overview{grid-template-columns:1fr}
 .m906-profile-page--v103 .m906-profile-media-panel{padding:0;background:#101216}
 .m906-profile-page--v103 .m906-profile-hero-link{max-width:none}
 .m906-profile-page--v103 .m906-profile-hero-image{width:100%;max-height:640px!important;object-fit:contain!important}
 .m906-profile-page--v103 .m906-profile-placeholder{min-height:440px}
 .m906-profile-page--v103 .m906-profile-details-panel{padding:24px 20px 26px}
 .m906-profile-page--v103 .m906-profile-details-panel h1{font-size:44px}
 .m906-profile-page--v103 .m906-profile-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
 .m906-profile-page--v103 .m906-profile-copy,.m906-profile-page--v103 .m906-profile-extra{margin-top:10px!important;padding:22px 18px!important}
 .m906-profile-page--v103 .m906-entry-content .gallery,
 .m906-profile-page--v103 .m906-entry-content .wp-block-gallery,
 .m906-profile-page--v103 .m906-entry-content .blocks-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}
}
@media(max-width:420px){
 .m906-profile-page--v103 .m906-profile-details-panel h1{font-size:39px}
 .m906-profile-page--v103 .m906-profile-fact{padding:10px 9px}
 .m906-profile-page--v103 .m906-profile-zone-line{align-items:flex-start;flex-direction:column;gap:6px}
}

/* v1.0.4 — lightbox must never obscure a profile until explicitly opened */
html:not(.m906-lightbox-open) .m906-lightbox:not(.is-open){display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
