/* FMB Corporate Luxury V2
   GitHub-only redesign layer. No production deployment is implied by this file. */
:root{
  --fmb-ink:#0a0710;
  --fmb-ink-soft:#18111f;
  --fmb-plum:#261037;
  --fmb-violet:#5d2d91;
  --fmb-amethyst:#8d62c8;
  --fmb-champagne:#d9bd83;
  --fmb-pearl:#f7f4f8;
  --fmb-white:#fff;
  --fmb-muted:#746d79;
  --fmb-line:rgba(35,20,46,.13);
  --fmb-glass:rgba(255,255,255,.68);
  --fmb-glass-dark:rgba(17,10,24,.72);
  --fmb-shadow:0 28px 90px rgba(16,7,25,.14);
  --fmb-radius-xl:38px;
  --fmb-radius-lg:26px;
  --fmb-radius-md:18px;
  --fmb-display:"DM Serif Display","Times New Roman",serif;
  --fmb-ui:"Inter","Helvetica Neue",Arial,sans-serif;
}

body.fmb-corporate-luxury-v2{
  font-family:var(--fmb-ui)!important;
  color:var(--fmb-ink)!important;
  background:var(--fmb-pearl)!important;
}
body.fmb-corporate-luxury-v2 :is(h1,h2,h3,.display-type){
  font-family:var(--fmb-display)!important;
  letter-spacing:-.035em;
}
body.fmb-corporate-luxury-v2 :is(p,a,button,input,label,small,strong,span){
  font-family:var(--fmb-ui);
}

/* Shared transparent surfaces */
.fmb-v2-glass{
  border:1px solid rgba(255,255,255,.55);
  background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(255,255,255,.45));
  box-shadow:var(--fmb-shadow);
  backdrop-filter:blur(26px) saturate(135%);
  -webkit-backdrop-filter:blur(26px) saturate(135%);
}
.fmb-v2-glass-dark{
  border:1px solid rgba(255,255,255,.13);
  background:linear-gradient(145deg,rgba(23,11,32,.84),rgba(42,18,59,.56));
  box-shadow:0 34px 100px rgba(5,2,10,.38);
  backdrop-filter:blur(28px) saturate(125%);
  -webkit-backdrop-filter:blur(28px) saturate(125%);
}

/* Homepage hero */
body.fmb-corporate-luxury-v2.fmb-unified-home .hero{
  min-height:min(920px,92svh)!important;
  padding:clamp(130px,13vw,210px) clamp(24px,7vw,110px) 82px!important;
  display:grid!important;
  grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr)!important;
  align-items:end!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 77% 28%,rgba(137,91,188,.22),transparent 28%),
    radial-gradient(circle at 12% 15%,rgba(217,189,131,.12),transparent 22%),
    linear-gradient(125deg,#09060d 0%,#180d20 42%,#2a1239 100%)!important;
}
body.fmb-corporate-luxury-v2.fmb-unified-home .hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(7,4,10,.98) 0%,rgba(7,4,10,.82) 42%,rgba(7,4,10,.08) 74%);
  z-index:1;
  pointer-events:none;
}
body.fmb-corporate-luxury-v2.fmb-unified-home .hero-copy{
  position:relative!important;
  z-index:3!important;
  max-width:760px!important;
  align-self:center!important;
}
body.fmb-corporate-luxury-v2.fmb-unified-home .hero-copy h1{
  max-width:760px;
  margin:0 0 24px!important;
  color:#fff!important;
  font-size:clamp(64px,8vw,132px)!important;
  line-height:.84!important;
  font-weight:400!important;
}
body.fmb-corporate-luxury-v2.fmb-unified-home .hero-copy .role-line{
  max-width:680px;
  color:rgba(255,255,255,.9)!important;
  font-size:clamp(15px,1.25vw,20px)!important;
  letter-spacing:.04em!important;
  text-transform:none!important;
}
body.fmb-corporate-luxury-v2.fmb-unified-home .hero-tagline{
  margin:28px 0 12px!important;
  color:#efd9a8!important;
  font-size:clamp(23px,2.4vw,38px)!important;
  font-family:var(--fmb-display)!important;
}
body.fmb-corporate-luxury-v2.fmb-unified-home .hero-lede{
  max-width:610px!important;
  color:rgba(255,255,255,.88)!important;
  font-size:clamp(17px,1.35vw,21px)!important;
  line-height:1.7!important;
}
body.fmb-corporate-luxury-v2.fmb-unified-home .hero-portrait{
  position:absolute!important;
  z-index:2!important;
  inset:auto 0 0 auto!important;
  width:min(60vw,860px)!important;
  height:96%!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:flex-end!important;
}
body.fmb-corporate-luxury-v2.fmb-unified-home .hero-portrait img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:right bottom!important;
  filter:saturate(.96) contrast(1.03)!important;
  mask-image:linear-gradient(to left,#000 76%,transparent 100%),linear-gradient(to top,#000 88%,transparent 100%);
  -webkit-mask-image:linear-gradient(to left,#000 76%,transparent 100%),linear-gradient(to top,#000 88%,transparent 100%);
  mask-composite:intersect;
  -webkit-mask-composite:source-in;
}
body.fmb-corporate-luxury-v2 .hero-actions .button,
.fmb-v2-actions a,
.fmb-v2-actions button{
  min-height:50px;
  padding:0 22px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:700;
  letter-spacing:-.01em;
  text-decoration:none;
}

/* Why FMB */
.fmb-v2-why{
  position:relative;
  overflow:hidden;
  padding:clamp(90px,10vw,160px) clamp(22px,6vw,96px);
  background:#fff;
}
.fmb-v2-why::before{
  content:"";
  position:absolute;
  width:520px;
  aspect-ratio:1;
  right:-170px;
  top:-140px;
  border:1px solid rgba(95,44,143,.14);
  border-radius:50%;
  box-shadow:0 0 0 72px rgba(95,44,143,.035),0 0 0 146px rgba(95,44,143,.02);
}
.fmb-v2-why-grid{
  position:relative;
  z-index:1;
  max-width:1480px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(340px,.85fr) minmax(0,1.15fr);
  gap:clamp(54px,7vw,112px);
  align-items:center;
}
.fmb-v2-why-portrait{
  position:relative;
  min-height:720px;
  border-radius:var(--fmb-radius-xl);
  overflow:hidden;
  background:linear-gradient(145deg,#e9e8ee,#fff);
  box-shadow:var(--fmb-shadow);
}
.fmb-v2-why-portrait img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 12%;
}
.fmb-v2-why-portrait figcaption{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  padding:18px 20px;
  border-radius:18px;
  color:#fff;
  background:rgba(17,10,24,.82);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.fmb-v2-why-copy h2{
  margin:0 0 26px;
  max-width:820px;
  font-size:clamp(48px,6vw,96px);
  line-height:.93;
  font-weight:400;
}
.fmb-v2-why-copy>p{
  max-width:760px;
  font-size:clamp(18px,1.6vw,24px);
  line-height:1.65;
  color:#4d4652;
}
.fmb-v2-value-list{
  margin-top:46px;
  border-top:1px solid var(--fmb-line);
}
.fmb-v2-value{
  display:grid;
  grid-template-columns:52px 1fr auto;
  gap:20px;
  padding:24px 0;
  align-items:start;
  border-bottom:1px solid var(--fmb-line);
}
.fmb-v2-value>span{
  color:var(--fmb-violet);
  font-weight:800;
}
.fmb-v2-value h3{
  margin:0 0 8px;
  font-family:var(--fmb-ui)!important;
  font-size:20px;
  letter-spacing:-.02em;
}
.fmb-v2-value p{margin:0;color:#5d5562;line-height:1.65}
.fmb-v2-value button{
  border:0;
  width:46px;
  height:46px;
  border-radius:50%;
  background:#f0eaf5;
  color:var(--fmb-plum);
  font-size:20px;
  cursor:pointer;
}

/* Project stories */
.fmb-v2-projects{
  padding:clamp(90px,10vw,160px) clamp(20px,5vw,80px);
  color:#fff;
  background:
    radial-gradient(circle at 10% 18%,rgba(142,96,201,.22),transparent 25%),
    radial-gradient(circle at 84% 72%,rgba(217,189,131,.13),transparent 24%),
    #0b0710;
}
.fmb-v2-projects-head{
  max-width:1400px;
  margin:0 auto 64px;
  display:grid;
  grid-template-columns:1fr .7fr;
  gap:40px;
  align-items:end;
}
.fmb-v2-projects-head h2{
  margin:0;
  max-width:900px;
  font-size:clamp(54px,7vw,112px);
  line-height:.9;
  font-weight:400;
}
.fmb-v2-projects-head p{margin:0;color:rgba(255,255,255,.82);font-size:18px;line-height:1.7}
.fmb-v2-project-grid{
  max-width:1400px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  grid-template-rows:auto auto;
  gap:24px;
}
.fmb-v2-project{
  position:relative;
  min-height:480px;
  border-radius:32px;
  overflow:hidden;
  isolation:isolate;
  cursor:pointer;
}
.fmb-v2-project.yoni{grid-row:1/3;min-height:820px;background:linear-gradient(155deg,#fff6d6,#ffc55e 58%,#e37d2e)}
.fmb-v2-project.mabayani{background:linear-gradient(140deg,#2a1410,#6e3e2f)}
.fmb-v2-project.volunteer{background:linear-gradient(140deg,#f6ecfb,#c9a7e6)}
.fmb-v2-project img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-1}
.fmb-v2-project.yoni img{object-fit:contain;object-position:center 30%;padding:72px}
.fmb-v2-project.volunteer img{object-position:center 28%}
.fmb-v2-project::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(to top,rgba(7,4,10,.94) 0%,rgba(7,4,10,.62) 34%,transparent 68%)}
.fmb-v2-project-copy{position:absolute;left:clamp(24px,4vw,54px);right:clamp(24px,4vw,54px);bottom:clamp(24px,4vw,48px)}
.fmb-v2-project-copy small{display:block;margin-bottom:10px;color:#efd9a8;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800}
.fmb-v2-project-copy h3{margin:0 0 10px;font-size:clamp(38px,4vw,66px);font-weight:400;color:#fff}
.fmb-v2-project-copy p{max-width:620px;margin:0 0 20px;color:rgba(255,255,255,.9);line-height:1.65}
.fmb-v2-project-copy button{border:1px solid rgba(255,255,255,.58);background:rgba(17,10,24,.38);color:#fff;padding:13px 18px;border-radius:999px;backdrop-filter:blur(16px);cursor:pointer}

/* Transparent creative modal */
.fmb-v2-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  place-items:center;
  padding:24px;
  background:rgba(7,4,10,.66);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.fmb-v2-modal.is-open{display:grid}
.fmb-v2-modal-panel{
  width:min(1060px,100%);
  max-height:min(860px,90svh);
  overflow:auto;
  border-radius:34px;
  padding:clamp(28px,5vw,68px);
  color:#fff;
  position:relative;
}
.fmb-v2-modal-close{position:absolute;top:18px;right:18px;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);color:#fff;font-size:24px;cursor:pointer}
.fmb-v2-modal-panel h2{font-size:clamp(48px,7vw,94px);line-height:.9;margin:14px 0 24px;font-weight:400}
.fmb-v2-modal-panel>p{max-width:760px;color:rgba(255,255,255,.88);font-size:18px;line-height:1.75}
.fmb-v2-modal-columns{margin-top:42px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.fmb-v2-modal-columns article{padding:22px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}
.fmb-v2-modal-columns h3{font-family:var(--fmb-ui)!important;font-size:16px;letter-spacing:-.01em;margin:0 0 8px}
.fmb-v2-modal-columns p{margin:0;color:rgba(255,255,255,.82);line-height:1.6}

/* Volunteer proof strip */
.fmb-v2-volunteer-proof{padding:clamp(90px,9vw,150px) clamp(20px,6vw,90px);background:#fff}
.fmb-v2-volunteer-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:44px;align-items:center}
.fmb-v2-volunteer-copy h2{font-size:clamp(50px,6vw,94px);line-height:.92;margin:0 0 24px;font-weight:400}
.fmb-v2-volunteer-copy p{font-size:19px;line-height:1.7;color:#514954}
.fmb-v2-volunteer-gallery{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:320px 320px;gap:16px}
.fmb-v2-volunteer-gallery figure{margin:0;overflow:hidden;border-radius:24px;position:relative;background:#eee}
.fmb-v2-volunteer-gallery figure:first-child{grid-row:1/3}
.fmb-v2-volunteer-gallery img{width:100%;height:100%;object-fit:cover;object-position:center 28%}

/* News center */
body.fmb-corporate-luxury-v2.fmb-unified-news{
  --news-red:#8b1538;
  --news-ink:#130d12;
  background:#f5f3f4!important;
}
body.fmb-corporate-luxury-v2.fmb-unified-news .nc-site-header,
body.fmb-corporate-luxury-v2.fmb-unified-news .nc-nav-shell{
  background:rgba(255,255,255,.94)!important;
  backdrop-filter:blur(20px)!important;
  -webkit-backdrop-filter:blur(20px)!important;
}
body.fmb-corporate-luxury-v2.fmb-unified-news .nc-broadcast-identity{
  background:linear-gradient(115deg,#130d12,#35101d)!important;
}
body.fmb-corporate-luxury-v2.fmb-unified-news .nc-channel-promise p{
  font-family:var(--fmb-display)!important;
  font-size:clamp(34px,4.4vw,68px)!important;
  line-height:.95!important;
}
body.fmb-corporate-luxury-v2.fmb-unified-news .nc-broadcast-grid{
  gap:18px!important;
}
body.fmb-corporate-luxury-v2.fmb-unified-news :is(.nc-lead-broadcast,.nc-rundown-panel,.nc-context-feature-grid,.nc-editor-card){
  border-radius:24px!important;
  box-shadow:0 20px 60px rgba(35,11,20,.1)!important;
}
body.fmb-corporate-luxury-v2.fmb-unified-news .fmb-news-livebar{
  border-top:1px solid rgba(255,255,255,.16)!important;
  border-bottom:1px solid rgba(255,255,255,.16)!important;
  background:#130d12!important;
}

/* Spotify-inspired music library */
body.fmb-corporate-luxury-v2.fmb-unified-music,
body.fmb-corporate-luxury-v2.fmb-music-modern{
  background:#080808!important;
  color:#fff!important;
  --music-green:#1ed760;
}
body.fmb-corporate-luxury-v2 .music-layout{background:#080808!important;gap:8px!important;padding:8px!important}
body.fmb-corporate-luxury-v2 .music-sidebar,
body.fmb-corporate-luxury-v2 .music-main,
body.fmb-corporate-luxury-v2 .music-mini-player{
  border:1px solid rgba(255,255,255,.06)!important;
  background:#121212!important;
}
body.fmb-corporate-luxury-v2 .music-sidebar{border-radius:16px!important;padding:26px 18px!important}
body.fmb-corporate-luxury-v2 .music-main{border-radius:16px!important;overflow:hidden!important}
body.fmb-corporate-luxury-v2 .music-hero{
  min-height:520px!important;
  background:linear-gradient(180deg,#4a285f 0%,#25152e 56%,#121212 100%)!important;
  border:0!important;
  border-radius:0!important;
  padding:70px 44px 40px!important;
}
body.fmb-corporate-luxury-v2 .music-hero-art{width:min(34vw,360px)!important;aspect-ratio:1!important;border-radius:8px!important;box-shadow:0 30px 70px rgba(0,0,0,.45)!important}
body.fmb-corporate-luxury-v2 .music-hero-copy h1{font-family:var(--fmb-ui)!important;font-weight:800!important;letter-spacing:-.055em!important;font-size:clamp(48px,7vw,104px)!important;line-height:.9!important}
body.fmb-corporate-luxury-v2 .music-play-primary{background:var(--music-green)!important;color:#000!important;border-radius:50%!important;width:58px!important;height:58px!important;font-size:0!important}
body.fmb-corporate-luxury-v2 .music-play-primary::after{content:"▶";font-size:20px;margin-left:3px}
body.fmb-corporate-luxury-v2 .music-section{padding:42px!important;background:#121212!important}
body.fmb-corporate-luxury-v2 .music-collection-card{background:#181818!important;border:0!important;border-radius:10px!important;padding:14px!important;transition:.22s ease!important}
body.fmb-corporate-luxury-v2 .music-collection-card:hover{background:#282828!important;transform:translateY(-4px)!important}
body.fmb-corporate-luxury-v2 .music-collection-card img{border-radius:6px!important;box-shadow:0 16px 30px rgba(0,0,0,.34)!important}
body.fmb-corporate-luxury-v2 .playlist-list{background:#121212!important}
body.fmb-corporate-luxury-v2 .music-mini-player{background:rgba(18,18,18,.96)!important;backdrop-filter:blur(20px)!important}

/* Categorized eBook library */
body.fmb-corporate-luxury-v2.fmb-unified-ebooks,
body.fmb-corporate-luxury-v2.fmb-ebooks-modern{background:#f4f1f5!important}
body.fmb-corporate-luxury-v2 .ebook-hero{
  min-height:720px!important;
  border-radius:0 0 42px 42px!important;
  background:
    radial-gradient(circle at 74% 20%,rgba(143,99,195,.24),transparent 28%),
    linear-gradient(135deg,#100b16,#2d183a)!important;
  color:#fff!important;
}
body.fmb-corporate-luxury-v2 .ebook-hero h1{font-size:clamp(58px,8vw,118px)!important;line-height:.88!important;font-weight:400!important}
body.fmb-corporate-luxury-v2 .ebook-library{padding:80px clamp(20px,5vw,80px)!important}
.fmb-v2-book-categories{max-width:1400px;margin:0 auto 30px;display:flex;gap:10px;overflow:auto;padding:4px 2px 12px;scrollbar-width:none}
.fmb-v2-book-categories button{white-space:nowrap;border:1px solid rgba(43,24,56,.12);background:rgba(255,255,255,.88);padding:12px 18px;border-radius:999px;color:#2b2131;font-weight:700;cursor:pointer;backdrop-filter:blur(16px)}
.fmb-v2-book-categories button[aria-pressed="true"]{background:#21122d;color:#fff;border-color:#21122d}
body.fmb-corporate-luxury-v2 .ebook-grid-modern{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important}
body.fmb-corporate-luxury-v2 .ebook-card{
  min-height:610px!important;
  padding:18px!important;
  border-radius:24px!important;
  border:1px solid rgba(255,255,255,.72)!important;
  background:rgba(255,255,255,.78)!important;
  box-shadow:0 22px 70px rgba(30,16,39,.09)!important;
  backdrop-filter:blur(20px)!important;
  -webkit-backdrop-filter:blur(20px)!important;
}
body.fmb-corporate-luxury-v2 .ebook-card-cover{border-radius:16px!important;overflow:hidden!important;min-height:360px!important}
body.fmb-corporate-luxury-v2 .ebook-card h3{font-family:var(--fmb-ui)!important;font-size:23px!important;letter-spacing:-.03em!important}

@media(max-width:980px){
  body.fmb-corporate-luxury-v2.fmb-unified-home .hero{grid-template-columns:1fr!important;min-height:900px!important;padding-top:145px!important;align-items:start!important}
  body.fmb-corporate-luxury-v2.fmb-unified-home .hero-copy{max-width:88%!important}
  body.fmb-corporate-luxury-v2.fmb-unified-home .hero-portrait{width:96%!important;height:66%!important;right:-8%!important}
  .fmb-v2-why-grid,.fmb-v2-volunteer-grid{grid-template-columns:1fr!important}
  .fmb-v2-why-portrait{min-height:620px}
  .fmb-v2-projects-head{grid-template-columns:1fr}
  .fmb-v2-project-grid{grid-template-columns:1fr;grid-template-rows:auto}
  .fmb-v2-project.yoni{grid-row:auto;min-height:660px}
  .fmb-v2-modal-columns{grid-template-columns:1fr}
  body.fmb-corporate-luxury-v2 .ebook-grid-modern{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:640px){
  body.fmb-corporate-luxury-v2.fmb-unified-home .hero{min-height:850px!important;padding:132px 20px 50px!important}
  body.fmb-corporate-luxury-v2.fmb-unified-home .hero::before{background:linear-gradient(180deg,rgba(7,4,10,.98) 0%,rgba(7,4,10,.72) 46%,rgba(7,4,10,.25) 70%,rgba(7,4,10,.92) 100%)}
  body.fmb-corporate-luxury-v2.fmb-unified-home .hero-copy{max-width:100%!important}
  body.fmb-corporate-luxury-v2.fmb-unified-home .hero-copy h1{font-size:clamp(58px,18vw,82px)!important}
  body.fmb-corporate-luxury-v2.fmb-unified-home .hero-portrait{right:-18%!important;width:116%!important;height:61%!important}
  body.fmb-corporate-luxury-v2.fmb-unified-home .hero-portrait img{object-position:right bottom!important}
  .fmb-v2-why,.fmb-v2-projects,.fmb-v2-volunteer-proof{padding-left:18px;padding-right:18px}
  .fmb-v2-why-portrait{min-height:520px}
  .fmb-v2-value{grid-template-columns:38px 1fr}.fmb-v2-value button{grid-column:2}
  .fmb-v2-project{min-height:540px}
  .fmb-v2-project.yoni{min-height:590px}.fmb-v2-project.yoni img{padding:42px;object-position:center 28%}
  .fmb-v2-volunteer-gallery{grid-template-columns:1fr;grid-template-rows:260px 220px 220px}.fmb-v2-volunteer-gallery figure:first-child{grid-row:auto}
  body.fmb-corporate-luxury-v2 .music-layout{display:block!important;padding:0!important}
  body.fmb-corporate-luxury-v2 .music-sidebar{display:none!important}
  body.fmb-corporate-luxury-v2 .music-main{border-radius:0!important}
  body.fmb-corporate-luxury-v2 .music-hero{padding:110px 20px 34px!important;min-height:650px!important}
  body.fmb-corporate-luxury-v2 .music-section{padding:30px 16px!important}
  body.fmb-corporate-luxury-v2 .ebook-grid-modern{grid-template-columns:1fr!important}
  body.fmb-corporate-luxury-v2 .ebook-hero{min-height:620px!important}
}
