/* ===== MERGED FROM baris-home-v7.css ===== */
/*
 * By Barış Organizasyon — Ana Sayfa V10 + V11 baseline
 * 2026-09-10
 * Klasik, görsel ağırlıklı, kurumsal ve tam responsive.
 * Header yapısı global CSS'de korunur; bu dosya ana sayfa içeriğini düzenler.
 */
:root{
  --bb-ink:#092731;
  --bb-ink-2:#133844;
  --bb-gold:#bd8a3c;
  --bb-gold-dark:#986721;
  --bb-cream:#fbf8f2;
  --bb-paper:#fff;
  --bb-soft:#f6f3ed;
  --bb-line:rgba(9,39,49,.12);
  --bb-muted:#68787e;
  --bb-shadow:0 16px 42px rgba(7,33,42,.07);
  --bb-serif:"Playfair Display",Georgia,"Times New Roman",serif;
  --bb-sans:Inter,Arial,sans-serif;
}
body.vip-home-page{overflow-x:hidden;background:#fff;color:var(--bb-ink)}
body.vip-home-page .bs-home{overflow:hidden;background:#fff;font-family:var(--bb-sans)}
body.vip-home-page .bs-home img{display:block;max-width:100%}
body.vip-home-page .bs-home .container{width:min(calc(100% - 40px),1280px);max-width:1280px;padding-left:0!important;padding-right:0!important}
body.vip-home-page .bs-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
body.vip-home-page .bs-section{padding:86px 0}
body.vip-home-page .bs-eyebrow{display:block;margin:0 0 10px;color:var(--bb-gold-dark);font-size:10px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}
body.vip-home-page .bs-eyebrow--light{color:#efcf95}
body.vip-home-page .bs-heading{margin-bottom:30px}
body.vip-home-page .bs-heading--split{display:flex;align-items:flex-end;justify-content:space-between;gap:36px}
body.vip-home-page .bs-heading--split>div{max-width:800px}
body.vip-home-page .bs-heading--center{text-align:center;max-width:820px;margin-left:auto;margin-right:auto}
body.vip-home-page .bs-heading h2,
body.vip-home-page .bb-platform-head h2,
body.vip-home-page .bb-ig-heading h2,
body.vip-home-page .bb-reference-head h2{margin:0;color:var(--bb-ink);font-family:var(--bb-serif);font-size:clamp(34px,3vw,50px);font-weight:500;line-height:1.04;letter-spacing:-.03em}
body.vip-home-page .bs-heading p,
body.vip-home-page .bb-platform-head p,
body.vip-home-page .bb-ig-heading p,
body.vip-home-page .bb-reference-head p{margin:12px 0 0;color:var(--bb-muted);font-size:14px;line-height:1.7}
body.vip-home-page .bs-outline-link{display:inline-flex;align-items:center;gap:9px;flex:0 0 auto;padding:11px 1px;border-bottom:1px solid rgba(152,103,33,.45);color:var(--bb-gold-dark);font-size:11px;font-weight:800;letter-spacing:.04em;text-decoration:none;transition:.2s ease}
body.vip-home-page .bs-outline-link:hover{color:var(--bb-ink);border-color:var(--bb-ink)}
body.vip-home-page .bs-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 20px;border:1px solid transparent;border-radius:999px;font-size:11px;font-weight:800;text-decoration:none;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease}
body.vip-home-page .bs-btn:hover{transform:translateY(-1px)}
body.vip-home-page .bs-btn--gold{background:var(--bb-gold);color:#fff;border-color:var(--bb-gold)}
body.vip-home-page .bs-btn--gold:hover{background:var(--bb-gold-dark);border-color:var(--bb-gold-dark);color:#fff}
body.vip-home-page .bs-btn--glass{background:rgba(5,24,31,.3);border-color:rgba(255,255,255,.48);color:#fff;backdrop-filter:blur(8px)}
body.vip-home-page .bs-btn--plain{background:#fff;border-color:var(--bb-line);color:var(--bb-ink)}

/* HERO — mevcut slider görünümünü korur, tanıtım filmi düğmesini destekler. */
body.vip-home-page .bs-hero{position:relative;padding:0 0 34px;background:#071c24}
body.vip-home-page .bs-hero__slider{position:relative;width:100%;height:clamp(500px,57vw,690px);min-height:500px}
body.vip-home-page .bs-hero__slide{position:relative;overflow:hidden;background:#071c24}
body.vip-home-page .bs-hero__slide>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
body.vip-home-page .bs-hero__slide--fallback{background:linear-gradient(120deg,#071c24,#183944)}
body.vip-home-page .bs-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,18,24,.86) 0%,rgba(4,21,28,.62) 39%,rgba(4,21,28,.15) 72%,rgba(4,21,28,.29) 100%)}
body.vip-home-page .bs-hero__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-top:36px;padding-bottom:82px;color:#fff}
body.vip-home-page .bs-hero__copy{width:min(760px,68%);padding-bottom:30px}
body.vip-home-page .bs-hero__content h2{margin:8px 0 17px;max-width:790px;color:#fff;font-family:var(--bb-serif);font-size:clamp(45px,4.7vw,72px);font-weight:500;line-height:1;letter-spacing:-.04em;text-shadow:0 3px 28px rgba(0,0,0,.2)}
body.vip-home-page .bs-hero__content p{max-width:600px;margin:0;color:rgba(255,255,255,.9);font-size:14px;line-height:1.65}
body.vip-home-page .bs-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
body.vip-home-page .bs-hero__nav{position:absolute;z-index:5;right:max(26px,calc((100vw - 1280px)/2));bottom:82px;display:flex;align-items:center;gap:14px;color:#fff}
body.vip-home-page .bs-hero__nav button{width:48px;height:48px;border:1px solid rgba(255,255,255,.38);border-radius:50%;background:rgba(7,30,39,.4);color:#fff;font-size:16px;backdrop-filter:blur(8px)}
body.vip-home-page .bs-hero__fraction{min-width:66px;text-align:center;font-size:11px;letter-spacing:.12em}
body.vip-home-page .bs-hero-video{position:absolute;right:14px;bottom:150px;display:flex;align-items:center;gap:13px;padding:0;border:0;background:transparent;color:#fff;text-align:left;cursor:pointer;z-index:3}
body.vip-home-page .bs-hero-video__play{display:grid;place-items:center;width:62px;height:62px;border:2px solid rgba(255,255,255,.9);border-radius:50%;background:rgba(9,31,39,.38);font-size:18px;box-shadow:0 0 0 7px rgba(189,138,60,.22);backdrop-filter:blur(8px)}
body.vip-home-page .bs-hero-video__copy{display:flex;flex-direction:column;gap:3px;max-width:175px}
body.vip-home-page .bs-hero-video__copy strong{font-family:var(--bb-serif);font-size:16px;font-weight:500;line-height:1.15}
body.vip-home-page .bs-hero-video__copy small{color:rgba(255,255,255,.78);font-size:9px;letter-spacing:.05em}
body.vip-home-page .bs-concierge-wrap{position:relative;z-index:7;margin-top:-45px}
body.vip-home-page .bs-concierge{position:relative;display:grid;grid-template-columns:repeat(4,1fr) 180px;overflow:hidden;border:1px solid rgba(10,36,45,.08);border-radius:14px;background:#fff;box-shadow:0 17px 50px rgba(5,28,37,.13)}
body.vip-home-page .bs-concierge>div{min-height:84px;padding:17px;border-right:1px solid var(--bb-line)}
body.vip-home-page .bs-concierge>div>span{display:block;margin-bottom:5px;color:var(--bb-gold);font-family:var(--bb-serif);font-size:12px}
body.vip-home-page .bs-concierge strong{display:block;color:var(--bb-ink);font-size:12px}
body.vip-home-page .bs-concierge small{display:block;margin-top:5px;color:#77858a;font-size:9px;line-height:1.4}
body.vip-home-page .bs-concierge__cta{min-height:84px;display:flex;align-items:center;justify-content:center;gap:12px;background:var(--bb-gold);color:#fff;text-decoration:none}

/* ABOUT */
body.vip-home-page .bs-about{padding-top:118px;background:#fff}
body.vip-home-page .bs-about__grid{display:grid;grid-template-columns:1.02fr .98fr;gap:68px;align-items:center}
body.vip-home-page .bs-about__visual{position:relative;min-height:500px}
body.vip-home-page .bs-about__main{position:absolute;left:0;top:0;width:78%;height:445px;object-fit:cover;border-radius:3px;box-shadow:var(--bb-shadow)}
body.vip-home-page .bs-about__mini{position:absolute;right:0;bottom:0;width:43%;height:235px;object-fit:cover;border:10px solid #fff;box-shadow:var(--bb-shadow)}
body.vip-home-page .bs-about__seal{position:absolute;left:calc(68% - 55px);bottom:24px;display:grid;place-items:center;width:110px;height:110px;padding:12px;border-radius:50%;background:var(--bb-ink);color:#fff;text-align:center;box-shadow:0 12px 35px rgba(9,33,42,.2)}
body.vip-home-page .bs-about__seal strong{display:block;color:#e4bd79;font-family:var(--bb-serif);font-size:29px;line-height:1}
body.vip-home-page .bs-about__seal span{font-size:7px;line-height:1.25;letter-spacing:.1em;text-transform:uppercase}
body.vip-home-page .bs-about__content h2{margin:0;color:var(--bb-ink);font-family:var(--bb-serif);font-size:clamp(37px,3.35vw,53px);font-weight:500;line-height:1.03;letter-spacing:-.03em}
body.vip-home-page .bs-about__content>p{margin:18px 0 23px;color:var(--bb-muted);font-size:14px;line-height:1.82}
body.vip-home-page .bs-about__features{display:grid;gap:0;border-top:1px solid var(--bb-line)}
body.vip-home-page .bs-about__features>div{display:grid;grid-template-columns:27px 1fr;gap:11px;padding:14px 0;border-bottom:1px solid var(--bb-line)}
body.vip-home-page .bs-about__features i{color:var(--bb-gold);font-style:normal}
body.vip-home-page .bs-about__features b{display:block;font-size:12px}
body.vip-home-page .bs-about__features small{display:block;margin-top:2px;color:#7b878c;font-size:10px}
body.vip-home-page .bs-text-link{display:inline-flex;gap:10px;margin-top:21px;color:var(--bb-gold-dark);font-size:11px;font-weight:800;text-decoration:none}

/* SERVICES — başlık artık görselin üzerinde değil. */
body.vip-home-page .bs-services{background:var(--bb-cream);border-top:1px solid rgba(12,39,48,.05);border-bottom:1px solid rgba(12,39,48,.05)}
body.vip-home-page .bb-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body.vip-home-page .bb-service-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid rgba(9,39,49,.1);border-radius:7px;background:#fff;color:var(--bb-ink);text-decoration:none;box-shadow:0 10px 30px rgba(8,34,43,.045);transition:transform .25s ease,box-shadow .25s ease}
body.vip-home-page .bb-service-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(8,34,43,.09)}
body.vip-home-page .bb-service-card__media{display:block;overflow:hidden;aspect-ratio:16/10;background:#e7e7e7}
body.vip-home-page .bb-service-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
body.vip-home-page .bb-service-card:hover .bb-service-card__media img{transform:scale(1.025)}
body.vip-home-page .bb-service-card__body{display:flex;min-height:132px;flex:1;flex-direction:column;padding:17px 18px 16px}
body.vip-home-page .bb-service-card__body small{color:var(--bb-gold-dark);font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
body.vip-home-page .bb-service-card__body strong{display:block;margin:7px 0 13px;font-family:var(--bb-serif);font-size:22px;font-weight:500;line-height:1.17}
body.vip-home-page .bb-service-card__body em{display:flex;align-items:center;gap:6px;margin-top:auto;color:var(--bb-gold-dark);font-size:9px;font-style:normal;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
body.vip-home-page .bb-service-card__body em b{font-size:13px;font-weight:500}
body.vip-home-page .bb-service-more{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:18px;padding-top:17px;border-top:1px solid var(--bb-line)}
body.vip-home-page .bb-service-more a{display:inline-flex;align-items:center;gap:7px;color:var(--bb-ink);font-size:11px;text-decoration:none}
body.vip-home-page .bb-service-more a span{color:var(--bb-gold-dark)}
body.vip-home-page .bb-service-more .is-all{margin-left:auto;font-weight:800;color:var(--bb-gold-dark)}

/* PROJECTS — görsel önce, başlık aşağıda. */
body.vip-home-page .bs-projects{background:#fff}
body.vip-home-page .bb-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body.vip-home-page .bb-project-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--bb-line);border-radius:7px;background:#fff;color:var(--bb-ink);text-decoration:none;box-shadow:0 10px 32px rgba(9,34,43,.045)}
body.vip-home-page .bb-project-card__media{display:block;overflow:hidden;aspect-ratio:4/3;background:#eee}
body.vip-home-page .bb-project-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
body.vip-home-page .bb-project-card:hover .bb-project-card__media img{transform:scale(1.025)}
body.vip-home-page .bb-project-card__body{display:flex;min-height:146px;flex:1;flex-direction:column;padding:18px}
body.vip-home-page .bb-project-card__body small{color:var(--bb-gold-dark);font-size:8px;font-weight:800;letter-spacing:.12em}
body.vip-home-page .bb-project-card__body strong{margin:8px 0 13px;font-family:var(--bb-serif);font-size:21px;font-weight:500;line-height:1.2}
body.vip-home-page .bb-project-card__body em{display:flex;gap:7px;margin-top:auto;color:var(--bb-gold-dark);font-size:9px;font-style:normal;font-weight:800;text-transform:uppercase}

/* PROCESS */
body.vip-home-page .bs-process{padding-top:42px;background:#fff}
body.vip-home-page .bs-process__grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--bb-line);border-bottom:1px solid var(--bb-line)}
body.vip-home-page .bs-process__item{display:flex;gap:13px;min-height:126px;padding:24px 20px;border-right:1px solid var(--bb-line)}
body.vip-home-page .bs-process__item:last-child{border-right:0}
body.vip-home-page .bs-process__item>span{color:var(--bb-gold);font-family:var(--bb-serif);font-size:21px}
body.vip-home-page .bs-process__item h3{margin:0 0 6px;color:var(--bb-ink);font-family:var(--bb-serif);font-size:19px;font-weight:500}
body.vip-home-page .bs-process__item p{margin:0;color:#748187;font-size:10px;line-height:1.55}

/* GALLERY — organizasyon fotoğrafları metinsiz ve geniş görünür. */
body.vip-home-page .bs-gallery{background:var(--bb-cream)}
body.vip-home-page .bb-gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(3,185px);gap:7px}
body.vip-home-page .bb-gallery-item{position:relative;display:block;overflow:hidden;border-radius:4px;background:#ddd}
body.vip-home-page .bb-gallery-item--0{grid-column:1/3;grid-row:1/3}
body.vip-home-page .bb-gallery-item--1{grid-column:3;grid-row:1}
body.vip-home-page .bb-gallery-item--2{grid-column:4;grid-row:1}
body.vip-home-page .bb-gallery-item--3{grid-column:5;grid-row:1}
body.vip-home-page .bb-gallery-item--4{grid-column:3;grid-row:2}
body.vip-home-page .bb-gallery-item--5{grid-column:4;grid-row:2}
body.vip-home-page .bb-gallery-item--6{grid-column:5;grid-row:2}
body.vip-home-page .bb-gallery-item--7{grid-column:1;grid-row:3}
body.vip-home-page .bb-gallery-item--8{grid-column:2/4;grid-row:3}
body.vip-home-page .bb-gallery-item--9{grid-column:4/6;grid-row:3}
body.vip-home-page .bb-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease,filter .25s ease}
body.vip-home-page .bb-gallery-item:hover img{transform:scale(1.025);filter:brightness(.93)}
body.vip-home-page .bb-gallery-item>span{position:absolute;right:12px;bottom:12px;display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.65);border-radius:50%;background:rgba(8,31,39,.42);color:#fff;font-size:17px;opacity:0;transition:.2s ease}
body.vip-home-page .bb-gallery-item:hover>span{opacity:1}
body.vip-home-page .bb-gallery-foot{display:flex;justify-content:center;margin-top:22px}

/* PLATFORM HEADERS */
body.vip-home-page .bb-platform-head{display:flex;align-items:flex-end;justify-content:space-between;gap:34px;margin-bottom:28px}
body.vip-home-page .bb-platform-head>div{max-width:760px}

/* INSTAGRAM — profil sayfası dili; sayısal takipçi verisi uydurulmaz. */
body.vip-home-page .bb-instagram{background:#fff}
body.vip-home-page .bb-ig-shell{max-width:1080px;margin:0 auto}
body.vip-home-page .bb-ig-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:26px}
body.vip-home-page .bb-ig-heading>div{max-width:720px}
body.vip-home-page .bb-ig-open{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;padding:11px 16px;border:1px solid var(--bb-line);border-radius:7px;color:var(--bb-ink);font-size:11px;font-weight:800;text-decoration:none}
body.vip-home-page .bb-ig-open i{font-size:17px;color:#d62976}
body.vip-home-page .bb-ig-profile{overflow:hidden;border:1px solid #dbdbdb;border-radius:4px;background:#fff}
body.vip-home-page .bb-ig-profile__top{display:flex;align-items:center;gap:30px;padding:30px 36px 24px}
body.vip-home-page .bb-ig-avatar{display:grid;place-items:center;width:104px;height:104px;flex:0 0 104px;padding:4px;border-radius:50%;background:linear-gradient(135deg,#feda75 0%,#fa7e1e 30%,#d62976 65%,#4f5bd5 100%)}
body.vip-home-page .bb-ig-avatar img{width:100%;height:100%;padding:14px;border:3px solid #fff;border-radius:50%;background:#fff;object-fit:contain}
body.vip-home-page .bb-ig-profile__identity{display:flex;min-width:0;flex:1;flex-direction:column;gap:5px}
body.vip-home-page .bb-ig-profile__name{display:flex;align-items:center;gap:13px;margin-bottom:5px}
body.vip-home-page .bb-ig-profile__name strong{font-family:var(--bb-sans);font-size:22px;font-weight:500;letter-spacing:-.02em}
body.vip-home-page .bb-ig-profile__name a{display:inline-flex;padding:7px 15px;border-radius:8px;background:#0095f6;color:#fff;font-size:11px;font-weight:800;text-decoration:none}
body.vip-home-page .bb-ig-profile__identity>b{font-size:12px;font-weight:700}
body.vip-home-page .bb-ig-profile__identity>span{color:#737373;font-size:11px}
body.vip-home-page .bb-ig-stories{display:flex;gap:25px;overflow:auto;padding:3px 36px 24px;scrollbar-width:none}
body.vip-home-page .bb-ig-stories::-webkit-scrollbar{display:none}
body.vip-home-page .bb-ig-stories a{flex:0 0 72px;color:#262626;text-align:center;text-decoration:none}
body.vip-home-page .bb-ig-stories a>span{display:block;width:68px;height:68px;margin:auto;padding:3px;border:1px solid #c7c7c7;border-radius:50%;background:#fff}
body.vip-home-page .bb-ig-stories img{width:100%;height:100%;border-radius:50%;object-fit:cover}
body.vip-home-page .bb-ig-stories small{display:block;margin-top:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}
body.vip-home-page .bb-ig-tabs{display:flex;align-items:center;justify-content:center;gap:54px;height:48px;border-top:1px solid #dbdbdb;color:#737373;font-size:9px;font-weight:800;letter-spacing:.12em}
body.vip-home-page .bb-ig-tabs span,body.vip-home-page .bb-ig-tabs a{height:48px;display:flex;align-items:center;gap:7px;color:inherit;text-decoration:none}
body.vip-home-page .bb-ig-tabs .is-active{border-top:1px solid #262626;color:#262626;margin-top:-1px}
body.vip-home-page .bb-ig-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;background:#fff}
body.vip-home-page .bb-ig-grid a{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:#eee}
body.vip-home-page .bb-ig-grid img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease,filter .2s ease}
body.vip-home-page .bb-ig-grid a>span{position:absolute;inset:0;display:grid;place-items:center;background:rgba(0,0,0,.25);color:#fff;font-size:25px;opacity:0;transition:.2s ease}
body.vip-home-page .bb-ig-grid a:hover img{transform:scale(1.018);filter:brightness(.9)}
body.vip-home-page .bb-ig-grid a:hover>span{opacity:1}

/* YOUTUBE */
body.vip-home-page .bb-youtube{background:#fafafa;border-top:1px solid rgba(12,39,48,.05);border-bottom:1px solid rgba(12,39,48,.05)}
body.vip-home-page .bb-youtube__channel{display:flex;align-items:center;justify-content:space-between;gap:34px;margin-bottom:25px;padding-bottom:22px;border-bottom:1px solid var(--bb-line)}
body.vip-home-page .bb-youtube__identity{display:flex;align-items:center;gap:15px}
body.vip-home-page .bb-youtube__logo{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:#fff;border:1px solid var(--bb-line);font-size:28px;color:#ff0000}
body.vip-home-page .bb-youtube__identity h2{margin:0;color:var(--bb-ink);font-family:var(--bb-serif);font-size:34px;font-weight:500}
body.vip-home-page .bb-youtube__identity p{margin:3px 0 0;color:#737f84;font-size:11px}
body.vip-home-page .bb-youtube__intro{display:flex;align-items:center;gap:17px;max-width:560px}
body.vip-home-page .bb-youtube__intro p{margin:0;color:#65757a;font-size:12px;line-height:1.55}
body.vip-home-page .bb-youtube__subscribe{flex:0 0 auto;padding:10px 16px;border-radius:999px;background:#0f0f0f;color:#fff;font-size:10px;font-weight:800;text-decoration:none}
body.vip-home-page .bb-youtube__rail{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
body.vip-home-page .bb-youtube-card{display:block;color:var(--bb-ink);text-decoration:none}
body.vip-home-page .bb-youtube-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:16/9;border-radius:7px;background:#ddd}
body.vip-home-page .bb-youtube-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
body.vip-home-page .bb-youtube-card__media i{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:44px;height:44px;transform:translate(-50%,-50%);border-radius:50%;background:rgba(0,0,0,.8);color:#fff;font-size:14px;font-style:normal}
body.vip-home-page .bb-youtube-card:hover img{transform:scale(1.02)}
body.vip-home-page .bb-youtube-card>strong{display:block;margin-top:9px;font-size:12px;line-height:1.45}
body.vip-home-page .bb-platform-foot{display:flex;justify-content:center;margin-top:24px}

/* GOOGLE BUSINESS */
body.vip-home-page .bb-google{background:#fff}
body.vip-home-page .bb-google__grid{display:grid;grid-template-columns:.86fr 1.14fr;min-height:430px;overflow:hidden;border:1px solid var(--bb-line);border-radius:8px;background:#fff;box-shadow:var(--bb-shadow)}
body.vip-home-page .bb-google-card{padding:0 30px 28px;background:#fff}
body.vip-home-page .bb-google-card__cover{height:150px;margin:0 -30px 25px;overflow:hidden;background:#eee}
body.vip-home-page .bb-google-card__cover img{width:100%;height:100%;object-fit:cover}
body.vip-home-page .bb-google-card__brand{display:flex;align-items:center;gap:13px;padding-bottom:17px;border-bottom:1px solid var(--bb-line)}
body.vip-home-page .bb-google-g{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid #dfe3e5;font-family:Arial,sans-serif;font-size:19px;font-weight:700;color:#4285f4}
body.vip-home-page .bb-google-card__brand strong{display:block;font-family:var(--bb-serif);font-size:22px;font-weight:500}
body.vip-home-page .bb-google-card__brand span{display:block;margin-top:2px;color:#79858a;font-size:10px}
body.vip-home-page .bb-google-card__rating{display:flex;align-items:center;gap:8px;padding:16px 0;border-bottom:1px solid var(--bb-line)}
body.vip-home-page .bb-google-card__rating b{font-size:21px}
body.vip-home-page .bb-stars{color:#f6a400;letter-spacing:.05em}
body.vip-home-page .bb-google-card__rating small{color:#758187;font-size:9px}
body.vip-home-page .bb-google-card__facts{display:grid;gap:12px;margin:18px 0;padding:0;list-style:none}
body.vip-home-page .bb-google-card__facts li{display:grid;grid-template-columns:20px 1fr;gap:9px;color:#53666e;font-size:11px;line-height:1.5}
body.vip-home-page .bb-google-card__facts i{margin-top:3px;color:var(--bb-gold)}
body.vip-home-page .bb-google-card__facts a{color:inherit;text-decoration:none}
body.vip-home-page .bb-google-card__actions{display:flex;flex-wrap:wrap;gap:8px}
body.vip-home-page .bb-google__map{position:relative;min-height:430px;overflow:hidden;background:#e7ecef}
body.vip-home-page .bb-google__map iframe{display:block;width:100%!important;height:100%!important;min-height:430px;border:0!important}
body.vip-home-page .bb-google__map-link{position:absolute;left:16px;bottom:16px;padding:10px 14px;border-radius:999px;background:rgba(7,31,39,.9);color:#fff;font-size:10px;font-weight:800;text-decoration:none;box-shadow:0 8px 25px rgba(0,0,0,.2)}

/* REVIEWS — Google Business kart düzenine yakın, sitenin kendi müşteri görüşleri. */
body.vip-home-page .bb-reviews{padding-top:64px;background:var(--bb-cream)}
body.vip-home-page .bb-reviews__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:14px;align-items:stretch}
body.vip-home-page .bb-review-card{display:flex;min-width:0;min-height:245px;flex-direction:column;padding:20px;border:1px solid #e2e5e7;border-radius:8px;background:#fff;box-shadow:0 8px 24px rgba(9,34,43,.04)}
body.vip-home-page .bb-review-card header{display:flex;align-items:center;gap:10px;margin-bottom:13px}
body.vip-home-page .bb-review-card__avatar{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:50%;background:#f3eadb;color:var(--bb-gold-dark);font-family:var(--bb-serif);font-size:19px}
body.vip-home-page .bb-review-card header>div{min-width:0;flex:1}
body.vip-home-page .bb-review-card header strong{display:block;font-size:11px}
body.vip-home-page .bb-review-card header small{display:block;margin-top:2px;color:#7f898e;font-size:9px}
body.vip-home-page .bb-review-card__menu{color:#778187;font-size:19px;line-height:1}
body.vip-home-page .bb-review-card__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:13px;padding-bottom:11px;border-bottom:1px solid #eef0f1;color:#80888c;font-size:8px}
body.vip-home-page .bb-review-card__label{color:#4285f4;font-weight:700}
body.vip-home-page .bb-review-card p{margin:0;color:#4f6168;font-size:11px;line-height:1.72}
body.vip-home-page .bb-reviews__google{display:flex;justify-content:center;margin-top:21px}
body.vip-home-page .bb-reviews__google a{display:inline-flex;align-items:center;gap:9px;color:var(--bb-ink);font-size:10px;font-weight:800;text-decoration:none}
body.vip-home-page .bb-reviews__google .bb-google-g{width:30px;height:30px;font-size:15px}

/* JOURNAL */
body.vip-home-page .bs-journal{background:#fff}
body.vip-home-page .bs-journal__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
body.vip-home-page .bs-journal__card{display:flex;flex-direction:column;padding-bottom:18px;border-bottom:1px solid var(--bb-line);color:var(--bb-ink);text-decoration:none}
body.vip-home-page .bs-journal__media{height:220px;margin-bottom:15px;overflow:hidden;background:#eee}
body.vip-home-page .bs-journal__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
body.vip-home-page .bs-journal__card:hover img{transform:scale(1.02)}
body.vip-home-page .bs-journal__card small{color:var(--bb-gold-dark);font-size:8px;letter-spacing:.07em}
body.vip-home-page .bs-journal__card h3{margin:7px 0 8px;font-family:var(--bb-serif);font-size:22px;font-weight:500;line-height:1.18}
body.vip-home-page .bs-journal__card p{margin:0;color:#718087;font-size:10px;line-height:1.6}
body.vip-home-page .bs-journal__card>span{margin-top:12px;color:var(--bb-gold-dark);font-size:9px;font-weight:800}

/* REFERENCES — tek satırlı, kompakt organizasyon referans bandı. */
body.vip-home-page .bs-references{padding:68px 0;background:#fff;border-top:1px solid rgba(12,39,48,.06)}
body.vip-home-page .bb-reference-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:26px}
body.vip-home-page .bb-reference-head>div:first-child{max-width:730px}
body.vip-home-page .bb-reference-tags{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}
body.vip-home-page .bb-reference-tags span{padding:7px 10px;border:1px solid var(--bb-line);border-radius:999px;color:#61737a;font-size:8px;font-weight:700;white-space:nowrap}
body.vip-home-page .bs-references__rail{display:flex;gap:10px;overflow-x:auto;padding:2px 1px 8px;scroll-snap-type:x proximity;scrollbar-width:none}
body.vip-home-page .bs-references__rail::-webkit-scrollbar{display:none}
body.vip-home-page .bs-reference{display:flex;flex:0 0 145px;height:82px;align-items:center;justify-content:center;padding:13px;border:1px solid var(--bb-line);border-radius:6px;background:#fff;scroll-snap-align:start}
body.vip-home-page .bs-reference img{max-width:100%;max-height:48px;object-fit:contain}
body.vip-home-page .bs-reference span{display:none}

/* CTA */
body.vip-home-page .bs-cta{padding:48px 0;background:linear-gradient(110deg,#071f28,#0c3440);color:#fff}
body.vip-home-page .bs-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:32px}
body.vip-home-page .bs-cta h2{margin:0;color:#fff;font-family:var(--bb-serif);font-size:clamp(31px,2.7vw,44px);font-weight:500;line-height:1.05}
body.vip-home-page .bs-cta p{margin:9px 0 0;max-width:660px;color:rgba(255,255,255,.72);font-size:12px}
body.vip-home-page .bs-cta__actions{display:flex;gap:9px;flex:0 0 auto}

/* VIDEO MODAL */
.bb-video-modal[hidden]{display:none!important}
.bb-video-modal{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:24px}
.bb-video-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.83);backdrop-filter:blur(8px)}
.bb-video-modal__dialog{position:relative;z-index:2;width:min(1080px,94vw);background:#000;box-shadow:0 30px 90px rgba(0,0,0,.4)}
.bb-video-modal__frame{position:relative;aspect-ratio:16/9}
.bb-video-modal__frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.bb-video-modal__close{position:absolute;right:-13px;top:-13px;z-index:3;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#111;font-size:28px;line-height:1;box-shadow:0 5px 20px rgba(0,0,0,.3)}
body.bb-video-open{overflow:hidden}

/* TABLET */
@media(max-width:1199px){
  body.vip-home-page .bs-hero__nav{right:24px}
  body.vip-home-page .bs-hero-video{right:24px}
  body.vip-home-page .bs-concierge{grid-template-columns:repeat(4,1fr) 155px}
  body.vip-home-page .bs-about__grid{gap:42px}
  body.vip-home-page .bb-gallery-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,170px)}
  body.vip-home-page .bb-gallery-item{grid-column:auto!important;grid-row:auto!important}
  body.vip-home-page .bb-gallery-item--0{grid-column:span 2!important;grid-row:span 2!important}
  body.vip-home-page .bb-gallery-item--8,body.vip-home-page .bb-gallery-item--9{grid-column:span 2!important}
  body.vip-home-page .bb-reviews__grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:991px){
  body.vip-home-page .bs-section{padding:72px 0}
  body.vip-home-page .bs-about__grid{grid-template-columns:1fr;gap:38px}
  body.vip-home-page .bs-about__visual{min-height:470px;max-width:720px}
  body.vip-home-page .bb-service-grid,body.vip-home-page .bb-project-grid{grid-template-columns:repeat(2,1fr)}
  body.vip-home-page .bs-process__grid{grid-template-columns:repeat(2,1fr)}
  body.vip-home-page .bs-process__item:nth-child(2){border-right:0}
  body.vip-home-page .bs-process__item:nth-child(-n+2){border-bottom:1px solid var(--bb-line)}
  body.vip-home-page .bb-youtube__channel{display:block}
  body.vip-home-page .bb-youtube__intro{margin-top:16px}
  body.vip-home-page .bb-google__grid{grid-template-columns:1fr}
  body.vip-home-page .bb-google-card{padding:0 25px 25px}
  body.vip-home-page .bb-google-card__cover{margin-left:-25px;margin-right:-25px}
  body.vip-home-page .bb-google__map,body.vip-home-page .bb-google__map iframe{height:390px!important;min-height:390px}
  body.vip-home-page .bb-reference-head{display:block}
  body.vip-home-page .bb-reference-tags{justify-content:flex-start;margin-top:18px}
}

/* MOBILE */
@media(max-width:767px){
  body.vip-home-page .bs-home .container{width:calc(100% - 28px);max-width:none}
  body.vip-home-page .bs-section{padding:58px 0}
  body.vip-home-page .bs-heading--split,body.vip-home-page .bb-platform-head,body.vip-home-page .bb-ig-heading{display:block}
  body.vip-home-page .bs-heading--split .bs-outline-link,body.vip-home-page .bb-platform-head .bs-outline-link,body.vip-home-page .bb-ig-heading .bb-ig-open{margin-top:16px}
  body.vip-home-page .bs-heading h2,body.vip-home-page .bb-platform-head h2,body.vip-home-page .bb-ig-heading h2,body.vip-home-page .bb-reference-head h2{font-size:34px}

  body.vip-home-page .bs-hero__slider{height:525px;min-height:0}
  body.vip-home-page .bs-hero{padding-bottom:0}
  body.vip-home-page .bs-hero__shade{background:linear-gradient(90deg,rgba(3,18,24,.88),rgba(4,21,28,.52))}
  body.vip-home-page .bs-hero__content{padding-top:30px;padding-bottom:50px}
  body.vip-home-page .bs-hero__copy{width:100%;padding-bottom:0}
  body.vip-home-page .bs-hero__content h2{font-size:clamp(39px,11vw,52px);line-height:1.02}
  body.vip-home-page .bs-hero__content p{max-width:93%;font-size:12px}
  body.vip-home-page .bs-actions{gap:7px}
  body.vip-home-page .bs-actions .bs-btn{min-height:43px;padding:0 15px}
  body.vip-home-page .bs-hero-video{left:auto;right:14px;bottom:80px}
  body.vip-home-page .bs-hero-video__play{width:50px;height:50px;box-shadow:0 0 0 5px rgba(189,138,60,.2)}
  body.vip-home-page .bs-hero-video__copy{display:none}
  body.vip-home-page .bs-hero__nav{left:14px;right:auto;bottom:80px}
  body.vip-home-page .bs-hero__nav button{width:37px;height:37px}
  body.vip-home-page .bs-hero__fraction{display:none}
  body.vip-home-page .bs-concierge-wrap{height:auto;margin-top:-6px;padding:0 0 16px}
  body.vip-home-page .bs-concierge{grid-template-columns:1fr 1fr;border-radius:12px}
  body.vip-home-page .bs-concierge>div{min-height:96px;padding:15px 13px}
  body.vip-home-page .bs-concierge>div:nth-child(2){border-right:0}
  body.vip-home-page .bs-concierge>div:nth-child(-n+2){border-bottom:1px solid var(--bb-line)}
  body.vip-home-page .bs-concierge__cta{grid-column:1/-1;min-height:52px}

  body.vip-home-page .bs-about{padding-top:58px}
  body.vip-home-page .bs-about__visual{min-height:390px}
  body.vip-home-page .bs-about__main{width:88%;height:340px}
  body.vip-home-page .bs-about__mini{width:45%;height:175px;border-width:7px}
  body.vip-home-page .bs-about__seal{left:auto;right:34%;bottom:4px;width:88px;height:88px}
  body.vip-home-page .bs-about__content h2{font-size:37px}

  body.vip-home-page .bb-service-grid,body.vip-home-page .bb-project-grid{display:flex;gap:12px;overflow-x:auto;margin-right:-14px;padding-right:14px;padding-bottom:4px;scroll-snap-type:x mandatory;scrollbar-width:none}
  body.vip-home-page .bb-service-grid::-webkit-scrollbar,body.vip-home-page .bb-project-grid::-webkit-scrollbar{display:none}
  body.vip-home-page .bb-service-card,body.vip-home-page .bb-project-card{flex:0 0 82vw;scroll-snap-align:start}
  body.vip-home-page .bb-service-card__media{aspect-ratio:4/3}
  body.vip-home-page .bb-service-card__body{min-height:120px}
  body.vip-home-page .bb-service-card__body strong{font-size:21px}
  body.vip-home-page .bb-service-more{display:block}
  body.vip-home-page .bb-service-more a{padding:8px 0;border-bottom:1px solid var(--bb-line)}
  body.vip-home-page .bb-service-more .is-all{margin-left:0}

  body.vip-home-page .bs-process__grid{grid-template-columns:1fr}
  body.vip-home-page .bs-process__item{border-right:0!important;border-bottom:1px solid var(--bb-line)}
  body.vip-home-page .bs-process__item:last-child{border-bottom:0}

  body.vip-home-page .bb-gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:none;grid-auto-rows:145px;gap:4px}
  body.vip-home-page .bb-gallery-item{grid-column:auto!important;grid-row:auto!important}
  body.vip-home-page .bb-gallery-item--0{grid-column:span 2!important;grid-row:span 2!important}
  body.vip-home-page .bb-gallery-item--8,body.vip-home-page .bb-gallery-item--9{grid-column:span 2!important}

  body.vip-home-page .bb-ig-profile__top{gap:18px;padding:22px 16px 18px}
  body.vip-home-page .bb-ig-avatar{width:78px;height:78px;flex-basis:78px}
  body.vip-home-page .bb-ig-avatar img{padding:10px}
  body.vip-home-page .bb-ig-profile__name{align-items:flex-start;flex-direction:column;gap:8px}
  body.vip-home-page .bb-ig-profile__name strong{font-size:18px}
  body.vip-home-page .bb-ig-profile__name a{padding:6px 12px}
  body.vip-home-page .bb-ig-stories{gap:15px;padding:0 16px 18px}
  body.vip-home-page .bb-ig-stories a{flex-basis:62px}
  body.vip-home-page .bb-ig-stories a>span{width:58px;height:58px}
  body.vip-home-page .bb-ig-tabs{gap:28px;height:44px}
  body.vip-home-page .bb-ig-tabs span,body.vip-home-page .bb-ig-tabs a{height:44px}
  body.vip-home-page .bb-ig-grid{gap:2px}

  body.vip-home-page .bb-youtube__identity h2{font-size:28px}
  body.vip-home-page .bb-youtube__intro{display:block}
  body.vip-home-page .bb-youtube__subscribe{display:inline-flex;margin-top:11px}
  body.vip-home-page .bb-youtube__rail{display:flex;gap:11px;overflow-x:auto;margin-right:-14px;padding-right:14px;scroll-snap-type:x mandatory;scrollbar-width:none}
  body.vip-home-page .bb-youtube__rail::-webkit-scrollbar{display:none}
  body.vip-home-page .bb-youtube-card{flex:0 0 78vw;scroll-snap-align:start}

  body.vip-home-page .bb-google-card{padding:0 17px 21px}
  body.vip-home-page .bb-google-card__cover{height:135px;margin:0 -17px 20px}
  body.vip-home-page .bb-google__map,body.vip-home-page .bb-google__map iframe{height:330px!important;min-height:330px}
  body.vip-home-page .bb-google-card__actions .bs-btn{flex:1}

  body.vip-home-page .bb-reviews__grid{display:flex;gap:11px;overflow-x:auto;margin-right:-14px;padding-right:14px;scroll-snap-type:x mandatory;scrollbar-width:none}
  body.vip-home-page .bb-reviews__grid::-webkit-scrollbar{display:none}
  body.vip-home-page .bb-review-card{flex:0 0 84vw;min-height:235px;scroll-snap-align:start}

  body.vip-home-page .bs-journal__grid{display:flex;gap:12px;overflow-x:auto;margin-right:-14px;padding-right:14px;scroll-snap-type:x mandatory;scrollbar-width:none}
  body.vip-home-page .bs-journal__grid::-webkit-scrollbar{display:none}
  body.vip-home-page .bs-journal__card{flex:0 0 82vw;scroll-snap-align:start}
  body.vip-home-page .bs-journal__media{height:205px}

  body.vip-home-page .bb-reference-tags{gap:6px}
  body.vip-home-page .bs-reference{flex-basis:132px;height:75px}

  body.vip-home-page .bs-cta__inner{display:block}
  body.vip-home-page .bs-cta__actions{margin-top:20px;flex-wrap:wrap}
}

@media(max-width:420px){
  body.vip-home-page .bs-home .container{width:calc(100% - 24px)}
  body.vip-home-page .bs-concierge{grid-template-columns:1fr}
  body.vip-home-page .bs-concierge__cta{grid-column:auto}
  body.vip-home-page .bs-hero__slider{height:505px}
  body.vip-home-page .bs-hero__content h2{font-size:39px}
  body.vip-home-page .bs-about__visual{min-height:350px}
  body.vip-home-page .bs-about__main{height:300px}
  body.vip-home-page .bs-about__mini{height:155px}
  body.vip-home-page .bb-gallery-grid{grid-auto-rows:126px}
  body.vip-home-page .bb-service-card,body.vip-home-page .bb-project-card{flex-basis:87vw}
  body.vip-home-page .bb-youtube-card{flex-basis:86vw}
  body.vip-home-page .bb-review-card{flex-basis:88vw}
  body.vip-home-page .bb-ig-profile__top{align-items:flex-start}
  body.vip-home-page .bb-ig-avatar{width:68px;height:68px;flex-basis:68px}
  body.vip-home-page .bb-ig-profile__identity>span{font-size:9px}
}

@media(prefers-reduced-motion:reduce){
  body.vip-home-page *,body.vip-home-page *::before,body.vip-home-page *::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}

/* =========================================================
   BY BARIŞ HOME V9 — 2026-09-10
   Final refinement only; existing header/slider design retained.
   ========================================================= */

/* About: cleaner corporate composition. Admin-selected Hakkımızda image is rendered by PHP. */
body.vip-home-page .bs-about{padding:88px 0!important;background:#fbf8f2!important}
body.vip-home-page .bs-about__grid{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr)!important;gap:64px!important;align-items:center!important}
body.vip-home-page .bs-about__visual{min-height:520px!important}
body.vip-home-page .bs-about__main{width:86%!important;height:490px!important;border-radius:14px!important;object-fit:cover!important}
body.vip-home-page .bs-about__mini{width:42%!important;height:210px!important;right:0!important;bottom:0!important;border:8px solid #fbf8f2!important;border-radius:12px!important}
body.vip-home-page .bs-about__seal{width:100px!important;height:100px!important;left:auto!important;right:35%!important;bottom:16px!important}
body.vip-home-page .bs-about__content{padding:8px 0!important}
body.vip-home-page .bs-about__content h2{font-size:clamp(34px,3vw,48px)!important;line-height:1.08!important}
body.vip-home-page .bs-about__content>p{font-size:14px!important;line-height:1.8!important;max-width:620px!important}
body.vip-home-page .bs-about__features{margin-top:22px!important}
body.vip-home-page .bs-about__features>div{padding:13px 0!important}

/* Services: admin cover images lead; text no longer competes with the photograph. */
body.vip-home-page .bb-service-grid{gap:14px!important}
body.vip-home-page .bb-service-card{border-radius:8px!important;box-shadow:0 8px 24px rgba(8,34,43,.045)!important}
body.vip-home-page .bb-service-card__media{aspect-ratio:4/3!important;min-height:0!important}
body.vip-home-page .bb-service-card__body{min-height:82px!important;padding:13px 14px 12px!important}
body.vip-home-page .bb-service-card__body small{display:none!important}
body.vip-home-page .bb-service-card__body strong{margin:0 0 8px!important;font-size:17px!important;line-height:1.18!important}
body.vip-home-page .bb-service-card__body em{font-size:8px!important}

/* Projects: stronger imagery, shorter labels and more breathing room. */
body.vip-home-page .bb-project-grid{gap:14px!important}
body.vip-home-page .bb-project-card__media{aspect-ratio:16/10!important}
body.vip-home-page .bb-project-card__body{min-height:104px!important;padding:14px 15px!important}
body.vip-home-page .bb-project-card__body strong{margin:5px 0 8px!important;font-size:17px!important;line-height:1.22!important}
body.vip-home-page .bb-project-card__body em{font-size:8px!important}

/* Gallery: keep the approved mosaic, simply make the photographs more substantial. */
body.vip-home-page .bs-gallery{padding-top:82px!important;padding-bottom:88px!important}
body.vip-home-page .bb-gallery-grid{grid-template-rows:repeat(3,230px)!important;gap:8px!important}
body.vip-home-page .bb-gallery-item{border-radius:7px!important;box-shadow:0 7px 24px rgba(8,34,43,.045)!important}

/* Instagram: full corporate profile presentation without unused side space. */
body.vip-home-page .bb-instagram{padding:82px 0 90px!important;background:#fff!important}
body.vip-home-page .bb-ig-shell{width:100%!important;max-width:none!important;margin:0!important}
body.vip-home-page .bb-ig-heading{margin-bottom:20px!important;padding-bottom:18px!important;border-bottom:1px solid rgba(9,39,49,.08)!important}
body.vip-home-page .bb-ig-profile{width:100%!important;border:1px solid #dedede!important;border-radius:10px!important;box-shadow:0 12px 34px rgba(8,34,43,.05)!important}
body.vip-home-page .bb-ig-profile__top{padding:26px 34px 20px!important}
body.vip-home-page .bb-ig-stories{padding-left:34px!important;padding-right:34px!important}
body.vip-home-page .bb-ig-grid{gap:4px!important}
body.vip-home-page .bb-ig-grid a{aspect-ratio:1/1!important}

/* YouTube: contained channel panel instead of an exposed/naked section. */
body.vip-home-page .bb-youtube{padding:82px 0!important;background:#f6f4ef!important;border-top:1px solid rgba(12,39,48,.06)!important;border-bottom:1px solid rgba(12,39,48,.06)!important}
body.vip-home-page .bb-youtube>.container{padding:30px 30px 32px!important;border:1px solid rgba(9,39,49,.10)!important;border-radius:14px!important;background:#fff!important;box-shadow:0 14px 42px rgba(8,34,43,.055)!important}
body.vip-home-page .bb-youtube__channel{margin-bottom:24px!important;padding:0 0 22px!important}
body.vip-home-page .bb-youtube__logo{width:58px!important;height:58px!important;box-shadow:0 6px 20px rgba(8,34,43,.07)!important}
body.vip-home-page .bb-youtube__identity h2{font-size:31px!important}
body.vip-home-page .bb-youtube__rail{gap:14px!important}
body.vip-home-page .bb-youtube-card{padding:0 0 12px!important;border:1px solid rgba(9,39,49,.09)!important;border-radius:9px!important;background:#fff!important;overflow:hidden!important}
body.vip-home-page .bb-youtube-card__media{border-radius:0!important}
body.vip-home-page .bb-youtube-card>strong{padding:0 12px!important;margin-top:10px!important;font-size:11.5px!important;line-height:1.4!important}

/* Reviews: supports up to 10 records; no forced holes when DB currently has fewer. */
body.vip-home-page .bb-reviews{padding:78px 0 84px!important;background:#fbf8f2!important}
body.vip-home-page .bb-reviews__grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(215px,1fr))!important;gap:14px!important;align-items:stretch!important}
body.vip-home-page .bb-review-card{min-height:220px!important;padding:21px!important;border-radius:10px!important;box-shadow:0 9px 28px rgba(9,34,43,.045)!important}
body.vip-home-page .bb-review-card p{font-size:11.5px!important;line-height:1.7!important}
body.vip-home-page .bb-review-card__meta{margin-bottom:14px!important}
body.vip-home-page .bb-reviews__google{margin-top:26px!important}

/* References: compact, symmetric and event-industry appropriate. */
body.vip-home-page .bs-references{padding:64px 0 70px!important;background:#fff!important}
body.vip-home-page .bb-reference-head{align-items:center!important;margin-bottom:22px!important}
body.vip-home-page .bb-reference-head>div:first-child{max-width:700px!important}
body.vip-home-page .bb-reference-head h2{font-size:clamp(30px,3vw,43px)!important;line-height:1.08!important}
body.vip-home-page .bb-reference-head p{max-width:680px!important;margin-top:10px!important;font-size:12px!important;line-height:1.65!important}
body.vip-home-page .bb-reference-tags{display:none!important}
body.vip-home-page .bs-references__rail{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px!important;overflow:visible!important;padding:0!important}
body.vip-home-page .bs-reference{display:flex!important;width:auto!important;min-width:0!important;height:92px!important;min-height:92px!important;flex:initial!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:10px!important;border:1px solid rgba(9,39,49,.10)!important;border-radius:8px!important;background:#fff!important;box-shadow:0 6px 20px rgba(8,34,43,.035)!important}
body.vip-home-page .bs-reference img{max-width:120px!important;max-height:50px!important;width:auto!important;height:auto!important;object-fit:contain!important}
body.vip-home-page .bs-reference span{display:none!important}

@media(max-width:1199px){
  body.vip-home-page .bb-gallery-grid{grid-template-rows:repeat(3,205px)!important}
  body.vip-home-page .bs-references__rail{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}

@media(max-width:991px){
  body.vip-home-page .bs-about__grid{gap:38px!important}
  body.vip-home-page .bs-about__visual{min-height:450px!important}
  body.vip-home-page .bs-about__main{height:420px!important}
  body.vip-home-page .bs-about__mini{height:180px!important}
  body.vip-home-page .bb-service-grid,body.vip-home-page .bb-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.vip-home-page .bb-gallery-grid{grid-template-columns:repeat(3,1fr)!important;grid-template-rows:repeat(4,190px)!important}
  body.vip-home-page .bb-gallery-item--0{grid-column:1/3!important;grid-row:1/3!important}
  body.vip-home-page .bb-gallery-item--1{grid-column:3!important;grid-row:1!important}
  body.vip-home-page .bb-gallery-item--2{grid-column:3!important;grid-row:2!important}
  body.vip-home-page .bb-gallery-item--3{grid-column:1!important;grid-row:3!important}
  body.vip-home-page .bb-gallery-item--4{grid-column:2!important;grid-row:3!important}
  body.vip-home-page .bb-gallery-item--5{grid-column:3!important;grid-row:3!important}
  body.vip-home-page .bb-gallery-item--6{grid-column:1!important;grid-row:4!important}
  body.vip-home-page .bb-gallery-item--7{grid-column:2!important;grid-row:4!important}
  body.vip-home-page .bb-gallery-item--8{grid-column:3!important;grid-row:4!important}
  body.vip-home-page .bb-gallery-item--9{display:none!important}
  body.vip-home-page .bb-youtube__channel{display:block!important}
  body.vip-home-page .bb-youtube__intro{max-width:none!important;margin-top:16px!important;justify-content:space-between!important}
  body.vip-home-page .bb-youtube__rail{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.vip-home-page .bs-references__rail{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

@media(max-width:767px){
  /* Requested: the 20-year About block is removed from phone layouts. */
  body.vip-home-page .bs-about{display:none!important}
  body.vip-home-page .bs-section{padding-left:0!important;padding-right:0!important}
  body.vip-home-page .bs-heading--split,body.vip-home-page .bb-platform-head,body.vip-home-page .bb-ig-heading,body.vip-home-page .bb-reference-head{display:block!important}
  body.vip-home-page .bs-heading--split .bs-outline-link,body.vip-home-page .bb-platform-head .bs-outline-link,body.vip-home-page .bb-ig-open{margin-top:14px!important}
  body.vip-home-page .bb-service-grid,body.vip-home-page .bb-project-grid{grid-template-columns:1fr 1fr!important;gap:9px!important}
  body.vip-home-page .bb-service-card__body{min-height:70px!important;padding:10px!important}
  body.vip-home-page .bb-service-card__body strong{font-size:14px!important}
  body.vip-home-page .bb-project-card__body{min-height:86px!important;padding:10px!important}
  body.vip-home-page .bb-project-card__body strong{font-size:14px!important}
  body.vip-home-page .bb-gallery-grid{display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:none!important;gap:5px!important}
  body.vip-home-page .bb-gallery-item,body.vip-home-page .bb-gallery-item--0,body.vip-home-page .bb-gallery-item--1,body.vip-home-page .bb-gallery-item--2,body.vip-home-page .bb-gallery-item--3,body.vip-home-page .bb-gallery-item--4,body.vip-home-page .bb-gallery-item--5,body.vip-home-page .bb-gallery-item--6,body.vip-home-page .bb-gallery-item--7,body.vip-home-page .bb-gallery-item--8{grid-column:auto!important;grid-row:auto!important;display:block!important;aspect-ratio:1/1!important;min-height:0!important}
  body.vip-home-page .bb-gallery-item--9{display:none!important}
  body.vip-home-page .bb-instagram{padding:58px 0 64px!important}
  body.vip-home-page .bb-ig-profile__top{gap:14px!important;padding:18px 14px 14px!important}
  body.vip-home-page .bb-ig-avatar{width:68px!important;height:68px!important;flex-basis:68px!important}
  body.vip-home-page .bb-ig-avatar img{padding:7px!important}
  body.vip-home-page .bb-ig-profile__name{display:block!important}
  body.vip-home-page .bb-ig-profile__name strong{font-size:16px!important}
  body.vip-home-page .bb-ig-profile__name a{margin-top:7px!important;padding:6px 10px!important}
  body.vip-home-page .bb-ig-profile__identity>span{font-size:9px!important}
  body.vip-home-page .bb-ig-stories{gap:12px!important;padding:2px 12px 14px!important}
  body.vip-home-page .bb-ig-stories a{flex-basis:58px!important}
  body.vip-home-page .bb-ig-stories a>span{width:54px!important;height:54px!important}
  body.vip-home-page .bb-ig-tabs{gap:28px!important;height:42px!important}
  body.vip-home-page .bb-ig-tabs span,body.vip-home-page .bb-ig-tabs a{height:42px!important}
  body.vip-home-page .bb-youtube{padding:58px 0!important}
  body.vip-home-page .bb-youtube>.container{padding:18px 14px 20px!important;border-radius:10px!important}
  body.vip-home-page .bb-youtube__intro{display:block!important}
  body.vip-home-page .bb-youtube__subscribe{display:inline-flex!important;margin-top:12px!important}
  body.vip-home-page .bb-youtube__rail{grid-template-columns:1fr!important;gap:12px!important}
  body.vip-home-page .bb-youtube-card>strong{font-size:11px!important}
  body.vip-home-page .bb-google__grid{grid-template-columns:1fr!important}
  body.vip-home-page .bb-google__map,body.vip-home-page .bb-google__map iframe{min-height:310px!important}
  body.vip-home-page .bb-reviews{padding:58px 0 62px!important}
  body.vip-home-page .bb-reviews__grid{grid-template-columns:1fr!important;gap:10px!important}
  body.vip-home-page .bb-review-card{min-height:0!important;padding:17px!important}
  body.vip-home-page .bs-references{padding:54px 0 60px!important}
  body.vip-home-page .bs-references__rail{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  body.vip-home-page .bs-reference{height:82px!important;min-height:82px!important;padding:8px!important}
  body.vip-home-page .bs-reference img{max-width:105px!important;max-height:42px!important}
}

@media(max-width:420px){
  body.vip-home-page .bb-service-grid,body.vip-home-page .bb-project-grid{grid-template-columns:1fr!important}
  body.vip-home-page .bb-service-card__media{aspect-ratio:16/10!important}
  body.vip-home-page .bb-project-card__media{aspect-ratio:16/10!important}
}

/* =========================================================
   BY BARIŞ HOME V10 — final production refinement
   Existing header/slider retained. No redesign; only requested fixes.
   ========================================================= */

/* ABOUT — desktop/tablet only. The selected Admin > Hakkımızda image is loaded by PHP. */
body.vip-home-page .bs-about{
  padding:76px 0!important;
  background:linear-gradient(180deg,#fbf8f2 0%,#fff 100%)!important;
  border-bottom:1px solid rgba(9,39,49,.06)!important;
}
body.vip-home-page .bs-about__grid{gap:56px!important}
body.vip-home-page .bs-about__visual{min-height:490px!important}
body.vip-home-page .bs-about__main{width:88%!important;height:458px!important;border-radius:12px!important;box-shadow:0 18px 48px rgba(8,34,43,.10)!important}
body.vip-home-page .bs-about__mini{width:40%!important;height:192px!important;border-radius:10px!important}
body.vip-home-page .bs-about__seal{width:94px!important;height:94px!important;right:34%!important;bottom:13px!important}
body.vip-home-page .bs-about__content h2{max-width:620px!important;font-size:clamp(32px,2.75vw,45px)!important}
body.vip-home-page .bs-about__content>p{margin:15px 0 18px!important;line-height:1.72!important}
body.vip-home-page .bs-about__features{margin-top:14px!important}
body.vip-home-page .bs-about__features>div{padding:11px 0!important}
body.vip-home-page .bs-about__features small{font-size:9.5px!important}

/* SERVICES / PROJECTS — admin cover imagery gets visual priority. */
body.vip-home-page .bb-service-grid,body.vip-home-page .bb-project-grid{gap:16px!important}
body.vip-home-page .bb-service-card__media{aspect-ratio:16/10!important}
body.vip-home-page .bb-service-card__body{min-height:72px!important;padding:12px 13px 11px!important}
body.vip-home-page .bb-service-card__body strong{font-size:16px!important;line-height:1.18!important}
body.vip-home-page .bb-project-card__media{aspect-ratio:16/9!important}
body.vip-home-page .bb-project-card__body{min-height:94px!important;padding:12px 14px!important}
body.vip-home-page .bb-project-card__body small{font-size:7.5px!important}
body.vip-home-page .bb-project-card__body strong{font-size:16px!important;line-height:1.18!important}

/* PHOTO GALLERY — approved mosaic, larger image surface. */
body.vip-home-page .bs-gallery{padding:74px 0 80px!important}
body.vip-home-page .bb-gallery-grid{grid-template-rows:repeat(3,248px)!important;gap:7px!important}
body.vip-home-page .bb-gallery-item{border-radius:6px!important}
body.vip-home-page .bb-gallery-foot{margin-top:18px!important}

/* INSTAGRAM — full-width profile panel, no dead side space. */
body.vip-home-page .bb-instagram{padding:70px 0 78px!important}
body.vip-home-page .bb-ig-heading{align-items:center!important;margin-bottom:16px!important;padding-bottom:15px!important}
body.vip-home-page .bb-ig-heading>div{max-width:900px!important}
body.vip-home-page .bb-ig-heading p{margin-top:7px!important;font-size:12px!important}
body.vip-home-page .bb-ig-profile{border-radius:8px!important;box-shadow:0 10px 30px rgba(8,34,43,.045)!important}
body.vip-home-page .bb-ig-profile__top{gap:24px!important;padding:22px 28px 16px!important}
body.vip-home-page .bb-ig-avatar{width:90px!important;height:90px!important;flex-basis:90px!important}
body.vip-home-page .bb-ig-profile__name strong{font-size:20px!important}
body.vip-home-page .bb-ig-stories{gap:20px!important;padding:2px 28px 17px!important}
body.vip-home-page .bb-ig-stories a{flex-basis:66px!important}
body.vip-home-page .bb-ig-stories a>span{width:62px!important;height:62px!important}
body.vip-home-page .bb-ig-tabs{height:43px!important}
body.vip-home-page .bb-ig-tabs span,body.vip-home-page .bb-ig-tabs a{height:43px!important}
body.vip-home-page .bb-ig-grid{gap:3px!important}

/* YOUTUBE — stronger corporate container while preserving the current section. */
body.vip-home-page .bb-youtube{padding:68px 0 74px!important;background:#f7f5f0!important}
body.vip-home-page .bb-youtube>.container{
  position:relative!important;
  overflow:hidden!important;
  padding:0 26px 27px!important;
  border:1px solid rgba(9,39,49,.10)!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 14px 38px rgba(8,34,43,.055)!important;
}
body.vip-home-page .bb-youtube>.container:before{
  content:"";display:block;height:4px;margin:0 -26px 22px;background:linear-gradient(90deg,#092731,#bd8a3c,#092731)
}
body.vip-home-page .bb-youtube__channel{margin-bottom:20px!important;padding-bottom:18px!important}
body.vip-home-page .bb-youtube__logo{width:54px!important;height:54px!important;border-radius:12px!important;background:#fff!important}
body.vip-home-page .bb-youtube__identity h2{font-size:29px!important}
body.vip-home-page .bb-youtube__intro{max-width:610px!important}
body.vip-home-page .bb-youtube__intro p{font-size:11.5px!important}
body.vip-home-page .bb-youtube__subscribe{padding:10px 15px!important;background:#092731!important}
body.vip-home-page .bb-youtube__rail{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:13px!important}
body.vip-home-page .bb-youtube-card{border-radius:8px!important;box-shadow:0 5px 16px rgba(8,34,43,.035)!important}
body.vip-home-page .bb-youtube-card>strong{min-height:46px!important;padding:0 11px!important;font-size:11px!important}
body.vip-home-page .bb-platform-foot{margin-top:18px!important}

/* REVIEWS — balanced Google-Business-like spacing; supports up to ten genuine DB records. */
body.vip-home-page .bb-reviews{padding:68px 0 72px!important}
body.vip-home-page .bb-reviews .bs-heading{margin-bottom:24px!important}
body.vip-home-page .bb-reviews__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:12px!important;grid-auto-rows:1fr!important}
body.vip-home-page .bb-review-card{min-height:210px!important;padding:17px!important;border-radius:9px!important}
body.vip-home-page .bb-review-card header{margin-bottom:10px!important}
body.vip-home-page .bb-review-card__avatar{width:38px!important;height:38px!important;flex-basis:38px!important;font-size:17px!important}
body.vip-home-page .bb-review-card header strong{font-size:10.5px!important}
body.vip-home-page .bb-review-card__meta{margin-bottom:10px!important;padding-bottom:9px!important}
body.vip-home-page .bb-review-card p{font-size:10.5px!important;line-height:1.62!important}
body.vip-home-page .bb-reviews__google{margin-top:22px!important}

/* REFERENCES — smaller, aligned, premium partner strip. */
body.vip-home-page .bs-references{padding:48px 0 54px!important;background:#fff!important}
body.vip-home-page .bb-reference-head{margin-bottom:18px!important;padding-bottom:15px!important;border-bottom:1px solid rgba(9,39,49,.08)!important}
body.vip-home-page .bb-reference-head>div:first-child{max-width:820px!important}
body.vip-home-page .bb-reference-head h2{font-size:clamp(27px,2.55vw,37px)!important}
body.vip-home-page .bb-reference-head p{max-width:760px!important;margin-top:7px!important;font-size:11px!important;line-height:1.55!important}
body.vip-home-page .bs-references__rail{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:8px!important}
body.vip-home-page .bs-reference{height:76px!important;min-height:76px!important;padding:9px!important;border-radius:7px!important;background:#fdfcf9!important;box-shadow:none!important}
body.vip-home-page .bs-reference img{max-width:108px!important;max-height:42px!important}

/* Footer logo must sit directly on the footer surface — no plate/background. */
body.vip-site .bb-footer__brand,
body.vip-site .bb-footer__brand>a:first-child,
body.vip-site .bb-footer__brand>a:first-child img{
  background:none!important;background-color:transparent!important;box-shadow:none!important;border:0!important
}
body.vip-site .bb-footer__brand>a:first-child{padding:0!important;border-radius:0!important}
body.vip-site .bb-footer__brand>a:first-child img{filter:none!important;opacity:1!important;mix-blend-mode:normal!important}

/* Tablet */
@media(max-width:1199px){
  body.vip-home-page .bb-gallery-grid{grid-template-rows:repeat(3,215px)!important}
  body.vip-home-page .bb-reviews__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.vip-home-page .bs-references__rail{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:991px){
  body.vip-home-page .bs-about__grid{grid-template-columns:1fr 1fr!important;gap:32px!important}
  body.vip-home-page .bs-about__visual{min-height:410px!important}
  body.vip-home-page .bs-about__main{height:385px!important}
  body.vip-home-page .bs-about__mini{height:160px!important}
  body.vip-home-page .bs-about__content h2{font-size:33px!important}
  body.vip-home-page .bb-gallery-grid{grid-template-rows:repeat(4,180px)!important}
  body.vip-home-page .bb-youtube__rail{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.vip-home-page .bb-reviews__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.vip-home-page .bs-references__rail{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

/* Phone: About block intentionally hidden as requested; all other sections reflow cleanly. */
@media(max-width:767px){
  body.vip-home-page .bs-about{display:none!important}
  body.vip-home-page .bb-service-grid,body.vip-home-page .bb-project-grid{display:grid!important;grid-template-columns:1fr 1fr!important;overflow:visible!important;margin-right:0!important;padding-right:0!important;gap:8px!important}
  body.vip-home-page .bb-service-card,body.vip-home-page .bb-project-card{width:auto!important;min-width:0!important;flex:none!important}
  body.vip-home-page .bb-service-card__media,body.vip-home-page .bb-project-card__media{aspect-ratio:4/3!important}
  body.vip-home-page .bb-service-card__body strong,body.vip-home-page .bb-project-card__body strong{font-size:13px!important}
  body.vip-home-page .bs-gallery{padding:54px 0 58px!important}
  body.vip-home-page .bb-gallery-grid{grid-template-columns:1fr 1fr!important;grid-auto-rows:auto!important;gap:4px!important}
  body.vip-home-page .bb-gallery-item{aspect-ratio:1/1!important}
  body.vip-home-page .bb-instagram{padding:54px 0 58px!important}
  body.vip-home-page .bb-ig-heading{margin-bottom:12px!important;padding-bottom:12px!important}
  body.vip-home-page .bb-ig-profile__top{gap:12px!important;padding:15px 12px 12px!important}
  body.vip-home-page .bb-ig-avatar{width:62px!important;height:62px!important;flex-basis:62px!important}
  body.vip-home-page .bb-ig-profile__name strong{font-size:15px!important}
  body.vip-home-page .bb-ig-stories{gap:10px!important;padding:0 10px 12px!important}
  body.vip-home-page .bb-ig-stories a{flex-basis:54px!important}
  body.vip-home-page .bb-ig-stories a>span{width:50px!important;height:50px!important}
  body.vip-home-page .bb-youtube{padding:52px 0 56px!important}
  body.vip-home-page .bb-youtube>.container{padding:0 12px 16px!important}
  body.vip-home-page .bb-youtube>.container:before{margin:0 -12px 16px!important}
  body.vip-home-page .bb-youtube__identity h2{font-size:24px!important}
  body.vip-home-page .bb-youtube__rail{display:grid!important;grid-template-columns:1fr!important;overflow:visible!important;margin-right:0!important;padding-right:0!important}
  body.vip-home-page .bb-youtube-card{width:100%!important;flex:none!important}
  body.vip-home-page .bb-reviews{padding:52px 0 56px!important}
  body.vip-home-page .bb-reviews__grid{display:grid!important;grid-template-columns:1fr!important;overflow:visible!important;margin-right:0!important;padding-right:0!important;gap:9px!important}
  body.vip-home-page .bb-review-card{width:100%!important;min-height:0!important;flex:none!important}
  body.vip-home-page .bs-references{padding:44px 0 48px!important}
  body.vip-home-page .bs-references__rail{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  body.vip-home-page .bs-reference{height:68px!important;min-height:68px!important}
  body.vip-home-page .bs-reference img{max-width:92px!important;max-height:36px!important}
}
@media(max-width:420px){
  body.vip-home-page .bb-service-grid,body.vip-home-page .bb-project-grid{grid-template-columns:1fr!important}
  body.vip-home-page .bb-service-card__media,body.vip-home-page .bb-project-card__media{aspect-ratio:16/10!important}
  body.vip-home-page .bs-references__rail{grid-template-columns:1fr 1fr!important}
}


/* =========================================================
   BY BARIŞ HOME V11 — completion pass, no redesign
   ========================================================= */
body.vip-home-page .bb-reviews__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:12px!important;grid-auto-rows:1fr!important}
body.vip-home-page .bb-review-card{height:100%!important}
@media (min-width:1200px){body.vip-home-page .bb-reviews__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important}}
@media (max-width:1199px){body.vip-home-page .bb-reviews__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media (max-width:991px){body.vip-home-page .bb-reviews__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:767px){body.vip-home-page .bb-reviews__grid{grid-template-columns:1fr!important}}

/* ===== MERGED FROM baris-home-v14.css ===== */
/*
 * By Barış Organizasyon — Home V14 Final Corporate System
 * 2026-09-10
 * V14: final typography, spacing, media and mobile refinement.
 * Purpose: one coherent, corporate and image-led design language across the homepage.
 * Existing header/slider/database/URLs are preserved; this file is a final visual system layer.
 */

body.vip-home-page{
  --v12-ink:#082833;
  --v12-ink-soft:#163a45;
  --v12-gold:#bf8a3c;
  --v12-gold-deep:#95651f;
  --v12-cream:#f7f2e9;
  --v12-cream-2:#fbf8f2;
  --v12-paper:#ffffff;
  --v12-muted:#66777c;
  --v12-line:rgba(8,40,51,.11);
  --v12-shadow:0 18px 50px rgba(8,40,51,.075);
  --v12-radius:14px;
  --v12-section:88px;
  background:#fff;
}
body.vip-home-page .bs-home{background:#fff;overflow:hidden}
body.vip-home-page .bs-home .container{width:min(calc(100% - 48px),1320px)!important;max-width:1320px!important}
body.vip-home-page .bs-section{position:relative;padding:var(--v12-section) 0!important}
body.vip-home-page .bs-section>.container{position:relative;z-index:2}

/* One heading language everywhere */
body.vip-home-page .bs-heading,
body.vip-home-page .bb-platform-head,
body.vip-home-page .bb-ig-heading,
body.vip-home-page .bb-reference-head{margin-bottom:30px!important}
body.vip-home-page .bs-heading--split,
body.vip-home-page .bb-platform-head,
body.vip-home-page .bb-ig-heading,
body.vip-home-page .bb-reference-head{align-items:flex-end!important;gap:44px!important}
body.vip-home-page .bs-heading--split>div,
body.vip-home-page .bb-platform-head>div:first-child,
body.vip-home-page .bb-ig-heading>div:first-child,
body.vip-home-page .bb-reference-head>div:first-child{max-width:760px!important}
body.vip-home-page .bs-eyebrow{
  display:flex!important;align-items:center!important;gap:10px!important;
  margin-bottom:11px!important;color:var(--v12-gold-deep)!important;
  font-size:10px!important;font-weight:800!important;letter-spacing:.18em!important;
}
body.vip-home-page .bs-eyebrow:before{content:"";width:28px;height:1px;background:var(--v12-gold);flex:0 0 28px}
body.vip-home-page .bs-eyebrow--light{color:#efd29f!important}
body.vip-home-page .bs-eyebrow--light:before{background:#efd29f}
body.vip-home-page .bs-heading h2,
body.vip-home-page .bb-platform-head h2,
body.vip-home-page .bb-ig-heading h2,
body.vip-home-page .bb-reference-head h2{
  color:var(--v12-ink)!important;font-size:clamp(34px,3.1vw,48px)!important;
  line-height:1.05!important;letter-spacing:-.035em!important;font-weight:500!important;
}
body.vip-home-page .bs-heading p,
body.vip-home-page .bb-platform-head p,
body.vip-home-page .bb-ig-heading p,
body.vip-home-page .bb-reference-head p{
  max-width:700px!important;margin-top:10px!important;color:var(--v12-muted)!important;
  font-size:13px!important;line-height:1.68!important;
}
body.vip-home-page .bs-outline-link{padding-bottom:9px!important;font-size:10px!important;letter-spacing:.08em!important;text-transform:uppercase!important}

/* Controlled section rhythm — warm / white / signature dark */
body.vip-home-page .bs-about{background:var(--v12-paper)!important;border:0!important}
body.vip-home-page .bs-services{background:var(--v12-cream-2)!important;border-top:1px solid var(--v12-line)!important;border-bottom:1px solid var(--v12-line)!important}
body.vip-home-page .bs-projects{background:#fff!important}
body.vip-home-page .bs-process{background:var(--v12-ink)!important;color:#fff!important;overflow:hidden}
body.vip-home-page .bs-process:before{content:"";position:absolute;inset:auto -10% -45% auto;width:520px;height:520px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.018)}
body.vip-home-page .bs-process .bs-heading h2{color:#fff!important}
body.vip-home-page .bs-process .bs-eyebrow{color:#efcf95!important}
body.vip-home-page .bs-process .bs-eyebrow:before{background:#efcf95!important}
body.vip-home-page .bs-gallery{background:var(--v12-cream)!important}
body.vip-home-page .bb-instagram{background:#fff!important}
body.vip-home-page .bb-youtube{background:var(--v12-ink)!important;overflow:hidden}
body.vip-home-page .bb-google{background:#fff!important}
body.vip-home-page .bb-reviews{background:var(--v12-cream-2)!important}
body.vip-home-page .bs-journal{background:#fff!important}
body.vip-home-page .bs-references{background:var(--v12-cream)!important}

/* ABOUT — one refined editorial composition; admin image still drives the visual */
body.vip-home-page .bs-about{padding:82px 0!important}
body.vip-home-page .bs-about__grid{grid-template-columns:1.05fr .95fr!important;gap:72px!important;align-items:center!important}
body.vip-home-page .bs-about__visual{min-height:510px!important}
body.vip-home-page .bs-about__main{width:86%!important;height:480px!important;border-radius:var(--v12-radius)!important;box-shadow:var(--v12-shadow)!important}
body.vip-home-page .bs-about__mini{width:38%!important;height:200px!important;right:0!important;bottom:0!important;border:8px solid #fff!important;border-radius:12px!important}
body.vip-home-page .bs-about__seal{width:92px!important;height:92px!important;left:auto!important;right:32%!important;bottom:18px!important;border:5px solid #fff!important;background:var(--v12-ink)!important}
body.vip-home-page .bs-about__content h2{font-size:clamp(36px,3.1vw,48px)!important;max-width:610px!important}
body.vip-home-page .bs-about__content>p{font-size:13px!important;line-height:1.76!important;margin:17px 0 18px!important}
body.vip-home-page .bs-about__features{border-top:1px solid var(--v12-line)!important}
body.vip-home-page .bs-about__features>div{padding:12px 0!important}

/* SERVICES — images first, content second, consistent cards */
body.vip-home-page .bb-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
body.vip-home-page .bb-service-card{
  overflow:hidden!important;border:1px solid var(--v12-line)!important;border-radius:var(--v12-radius)!important;
  background:#fff!important;box-shadow:0 10px 28px rgba(8,40,51,.045)!important;
  transition:transform .25s ease,box-shadow .25s ease!important;
}
body.vip-home-page .bb-service-card:hover{transform:translateY(-5px)!important;box-shadow:var(--v12-shadow)!important}
body.vip-home-page .bb-service-card__media{aspect-ratio:16/10!important;overflow:hidden!important;background:#edf0ee!important}
body.vip-home-page .bb-service-card__media img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .45s ease!important}
body.vip-home-page .bb-service-card:hover .bb-service-card__media img{transform:scale(1.025)!important}
body.vip-home-page .bb-service-card__body{min-height:92px!important;padding:15px 16px 14px!important}
body.vip-home-page .bb-service-card__body small{font-size:8px!important;letter-spacing:.14em!important;color:var(--v12-gold-deep)!important}
body.vip-home-page .bb-service-card__body strong{font-family:var(--bb-serif)!important;font-size:19px!important;line-height:1.16!important;font-weight:500!important;color:var(--v12-ink)!important}
body.vip-home-page .bb-service-card__body em{margin-top:8px!important;font-size:9px!important;letter-spacing:.06em!important;text-transform:uppercase!important}
body.vip-home-page .bb-service-more{margin-top:18px!important;border-top:1px solid var(--v12-line)!important}

/* PROJECTS — curated editorial cards; same visual language, slightly more premium */
body.vip-home-page .bb-project-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
body.vip-home-page .bb-project-card{border:1px solid var(--v12-line)!important;border-radius:var(--v12-radius)!important;background:#fff!important;overflow:hidden!important;box-shadow:0 10px 30px rgba(8,40,51,.045)!important}
body.vip-home-page .bb-project-card__media{aspect-ratio:16/10!important;overflow:hidden!important}
body.vip-home-page .bb-project-card__media img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .45s ease!important}
body.vip-home-page .bb-project-card:hover .bb-project-card__media img{transform:scale(1.025)!important}
body.vip-home-page .bb-project-card__body{min-height:110px!important;padding:15px 16px!important}
body.vip-home-page .bb-project-card__body small{font-size:8px!important;letter-spacing:.13em!important;color:var(--v12-gold-deep)!important}
body.vip-home-page .bb-project-card__body strong{font-family:var(--bb-serif)!important;font-size:18px!important;line-height:1.18!important;font-weight:500!important}
body.vip-home-page .bb-project-card__body em{margin-top:8px!important;font-size:9px!important;text-transform:uppercase!important}

/* PROCESS — a brand-reset band so the long page keeps a deliberate rhythm */
body.vip-home-page .bs-process{padding:72px 0!important}
body.vip-home-page .bs-process .bs-heading{margin-bottom:34px!important}
body.vip-home-page .bs-process__grid{overflow:hidden!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:var(--v12-radius)!important;background:rgba(255,255,255,.045)!important;box-shadow:none!important}
body.vip-home-page .bs-process__item{min-height:160px!important;padding:27px 24px!important;border-color:rgba(255,255,255,.11)!important;color:#fff!important}
body.vip-home-page .bs-process__item>span{color:#e8c17d!important;font-family:var(--bb-serif)!important;font-size:20px!important}
body.vip-home-page .bs-process__item h3{color:#fff!important;font-family:var(--bb-serif)!important;font-size:18px!important;font-weight:500!important}
body.vip-home-page .bs-process__item p{color:rgba(255,255,255,.68)!important;font-size:11px!important;line-height:1.6!important}

/* GALLERY — the strongest visual section */
body.vip-home-page .bs-gallery{padding:82px 0 88px!important}
body.vip-home-page .bb-gallery-grid{grid-template-rows:repeat(3,270px)!important;gap:8px!important}
body.vip-home-page .bb-gallery-item{border-radius:10px!important;overflow:hidden!important;background:#ddd!important}
body.vip-home-page .bb-gallery-item img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .45s ease!important}
body.vip-home-page .bb-gallery-item:hover img{transform:scale(1.025)!important}
body.vip-home-page .bb-gallery-item>span{width:38px!important;height:38px!important;border-radius:50%!important;background:rgba(8,40,51,.72)!important;color:#fff!important;display:grid!important;place-items:center!important;opacity:0!important;transition:.2s!important}
body.vip-home-page .bb-gallery-item:hover>span{opacity:1!important}
body.vip-home-page .bb-gallery-foot{margin-top:20px!important}

/* INSTAGRAM — recognisable profile, but inside By Barış' own visual system */
body.vip-home-page .bb-instagram{padding:82px 0!important}
body.vip-home-page .bb-ig-shell{max-width:1180px!important;margin:0 auto!important}
body.vip-home-page .bb-ig-heading{padding-bottom:20px!important;margin-bottom:20px!important;border-bottom:1px solid var(--v12-line)!important}
body.vip-home-page .bb-ig-profile{overflow:hidden!important;border:1px solid var(--v12-line)!important;border-radius:var(--v12-radius)!important;background:#fff!important;box-shadow:0 18px 48px rgba(8,40,51,.055)!important}
body.vip-home-page .bb-ig-profile__top{padding:22px 24px 17px!important}
body.vip-home-page .bb-ig-avatar{width:82px!important;height:82px!important;flex-basis:82px!important;box-shadow:0 0 0 2px #fff,0 0 0 4px #e14b91,0 0 0 6px #f4a136!important}
body.vip-home-page .bb-ig-stories{padding:5px 24px 18px!important;gap:20px!important}
body.vip-home-page .bb-ig-stories a>span{width:60px!important;height:60px!important}
body.vip-home-page .bb-ig-tabs{border-top:1px solid var(--v12-line)!important;border-bottom:0!important;background:#fff!important}
body.vip-home-page .bb-ig-grid{gap:2px!important;background:#fff!important}
body.vip-home-page .bb-ig-grid>a{aspect-ratio:1/1!important;overflow:hidden!important;background:#eee!important}
body.vip-home-page .bb-ig-grid img{width:100%!important;height:100%!important;object-fit:cover!important}

/* YOUTUBE — corporate media lounge instead of a naked grid */
body.vip-home-page .bb-youtube{padding:74px 0 80px!important}
body.vip-home-page .bb-youtube:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 84% 16%,rgba(191,138,60,.16),transparent 31%),linear-gradient(135deg,rgba(255,255,255,.025),transparent 42%);pointer-events:none}
body.vip-home-page .bb-youtube>.container{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
body.vip-home-page .bb-youtube>.container:before{display:none!important}
body.vip-home-page .bb-youtube__channel{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(300px,.8fr)!important;gap:40px!important;align-items:end!important;padding:0 0 28px!important;margin-bottom:24px!important;border-bottom:1px solid rgba(255,255,255,.13)!important}
body.vip-home-page .bb-youtube__logo{background:#fff!important;color:#ff0000!important;box-shadow:0 10px 30px rgba(0,0,0,.2)!important}
body.vip-home-page .bb-youtube__identity .bs-eyebrow{color:#efcf95!important}
body.vip-home-page .bb-youtube__identity .bs-eyebrow:before{background:#efcf95!important}
body.vip-home-page .bb-youtube__identity h2{color:#fff!important;font-size:clamp(30px,3vw,44px)!important}
body.vip-home-page .bb-youtube__identity p{color:rgba(255,255,255,.55)!important}
body.vip-home-page .bb-youtube__intro p{color:rgba(255,255,255,.7)!important;font-size:12px!important;line-height:1.65!important}
body.vip-home-page .bb-youtube__subscribe{background:#fff!important;color:var(--v12-ink)!important;border:0!important;padding:11px 18px!important;border-radius:999px!important}
body.vip-home-page .bb-youtube__rail{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}
body.vip-home-page .bb-youtube-card{overflow:hidden!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:12px!important;background:rgba(255,255,255,.055)!important;color:#fff!important;padding-bottom:12px!important;text-decoration:none!important}
body.vip-home-page .bb-youtube-card__media{border-radius:0!important;overflow:hidden!important}
body.vip-home-page .bb-youtube-card>strong{display:block!important;padding:11px 13px 0!important;color:#fff!important;font-size:11px!important;line-height:1.45!important;font-weight:600!important}
body.vip-home-page .bb-youtube .bb-platform-foot .bs-outline-link{color:#efcf95!important;border-color:rgba(239,207,149,.45)!important}

/* GOOGLE BUSINESS — light, structured, trustworthy */
body.vip-home-page .bb-google{padding:82px 0!important}
body.vip-home-page .bb-google__grid{gap:18px!important;align-items:stretch!important}
body.vip-home-page .bb-google-card,
body.vip-home-page .bb-google__map{border:1px solid var(--v12-line)!important;border-radius:var(--v12-radius)!important;box-shadow:0 14px 40px rgba(8,40,51,.05)!important;overflow:hidden!important}
body.vip-home-page .bb-google-card{background:var(--v12-cream-2)!important}
body.vip-home-page .bb-google__map{background:#eef1ed!important}

/* REVIEWS — 10 comments = 2 balanced rows on wide screens */
body.vip-home-page .bb-reviews{padding:78px 0 82px!important}
body.vip-home-page .bb-reviews__grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important;grid-auto-rows:1fr!important}
body.vip-home-page .bb-review-card{height:100%!important;min-height:235px!important;padding:17px!important;border:1px solid var(--v12-line)!important;border-radius:12px!important;background:#fff!important;box-shadow:0 8px 24px rgba(8,40,51,.035)!important}
body.vip-home-page .bb-review-card header{gap:10px!important}
body.vip-home-page .bb-review-card__avatar{background:var(--v12-cream)!important;color:var(--v12-gold-deep)!important}
body.vip-home-page .bb-review-card__label{font-size:8px!important;letter-spacing:.06em!important;color:#3578e5!important}
body.vip-home-page .bb-review-card p{font-size:10.5px!important;line-height:1.62!important;color:#344d55!important}
body.vip-home-page .bb-reviews__google{margin-top:24px!important}

/* JOURNAL — same card geometry, lighter visual weight */
body.vip-home-page .bs-journal__grid{gap:18px!important}
body.vip-home-page .bs-journal__card{border:1px solid var(--v12-line)!important;border-radius:var(--v12-radius)!important;overflow:hidden!important;background:#fff!important;box-shadow:0 10px 30px rgba(8,40,51,.04)!important}
body.vip-home-page .bs-journal__media{overflow:hidden!important}
body.vip-home-page .bs-journal__media img{transition:transform .45s ease!important}
body.vip-home-page .bs-journal__card:hover .bs-journal__media img{transform:scale(1.025)!important}

/* REFERENCES — compact collaboration gallery, not a giant logo wall */
body.vip-home-page .bs-references{padding:60px 0 64px!important}
body.vip-home-page .bb-reference-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;padding-bottom:18px!important;margin-bottom:18px!important;border-bottom:1px solid var(--v12-line)!important}
body.vip-home-page .bb-reference-tags{display:flex!important;gap:7px!important;flex-wrap:wrap!important;justify-content:flex-end!important}
body.vip-home-page .bb-reference-tags span{padding:7px 10px!important;border:1px solid rgba(149,101,31,.2)!important;border-radius:999px!important;background:rgba(255,255,255,.6)!important;color:var(--v12-gold-deep)!important;font-size:8px!important;letter-spacing:.05em!important}
body.vip-home-page .bs-references__rail{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:9px!important}
body.vip-home-page .bs-reference{height:82px!important;min-height:82px!important;border:1px solid rgba(8,40,51,.09)!important;border-radius:10px!important;background:#fff!important;box-shadow:none!important}
body.vip-home-page .bs-reference img{max-width:112px!important;max-height:44px!important;filter:none!important}

/* CTA + footer should feel like one closing chapter */
body.vip-home-page .bs-cta{position:relative;overflow:hidden;padding:68px 0!important;background:linear-gradient(110deg,#082833,#0d3541)!important;border-top:1px solid rgba(255,255,255,.08)!important}
body.vip-home-page .bs-cta:after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.07);border-radius:50%;right:-110px;top:-160px;box-shadow:0 0 0 60px rgba(255,255,255,.02)}
body.vip-home-page .bs-cta__inner{position:relative;z-index:2!important}
body.vip-home-page .bs-cta h2{font-size:clamp(33px,3.2vw,48px)!important}
body.vip-site .bb-footer{background:#061f29!important;border-top:1px solid rgba(191,138,60,.28)!important}
body.vip-site .bb-footer__main{padding-top:62px!important;padding-bottom:52px!important}
body.vip-site .bb-footer__grid{gap:42px!important}
body.vip-site .bb-footer__brand>a:first-child{display:inline-block!important;background:transparent!important;padding:0!important}
body.vip-site .bb-footer__brand>a:first-child img{max-width:185px!important;max-height:70px!important;filter:none!important;opacity:1!important;background:transparent!important}
body.vip-site .bb-footer h4:before{content:"";display:block;width:28px;height:1px;background:var(--v12-gold);margin-bottom:13px}

/* Floating contact buttons — actual flex group, so removing Telegram can never leave a hole. */
body.vip-site .bb-floating-contact{
  position:fixed;left:14px;bottom:16px;z-index:999;
  display:flex;flex-direction:column;gap:7px;align-items:center;
}
body.vip-site .bb-floating-contact>.telefon,
body.vip-site .bb-floating-contact>.whatsapp,
body.vip-site .bb-floating-contact>.instagram{
  position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;margin:0!important;
}
body.vip-site .bb-floating-contact>.telefon a,
body.vip-site .bb-floating-contact>.whatsapp a,
body.vip-site .bb-floating-contact>.instagram a{width:48px!important;height:48px!important;line-height:48px!important;font-size:25px!important}

/* Tablet */
@media(max-width:1199px){
  body.vip-home-page{--v12-section:76px}
  body.vip-home-page .bs-home .container{width:min(calc(100% - 40px),1120px)!important}
  body.vip-home-page .bs-about__grid{gap:45px!important}
  body.vip-home-page .bs-about__visual{min-height:450px!important}
  body.vip-home-page .bs-about__main{height:420px!important}
  body.vip-home-page .bb-gallery-grid{grid-template-rows:repeat(3,220px)!important}
  body.vip-home-page .bb-reviews__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.vip-home-page .bs-references__rail{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:991px){
  body.vip-home-page .bs-home .container{width:auto!important;max-width:none!important;margin-left:20px!important;margin-right:20px!important}
  body.vip-home-page .bs-about__grid{grid-template-columns:1fr 1fr!important;gap:30px!important}
  body.vip-home-page .bs-about__visual{min-height:390px!important}
  body.vip-home-page .bs-about__main{height:365px!important}
  body.vip-home-page .bs-about__mini{height:150px!important}
  body.vip-home-page .bb-service-grid,body.vip-home-page .bb-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.vip-home-page .bs-process__grid{grid-template-columns:1fr 1fr!important}
  body.vip-home-page .bb-gallery-grid{grid-template-rows:repeat(4,185px)!important}
  body.vip-home-page .bb-youtube__channel{grid-template-columns:1fr!important;gap:18px!important}
  body.vip-home-page .bb-youtube__intro{max-width:650px!important}
  body.vip-home-page .bb-youtube__rail{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.vip-home-page .bb-reviews__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.vip-home-page .bb-reference-head{grid-template-columns:1fr!important;gap:14px!important}
  body.vip-home-page .bb-reference-tags{justify-content:flex-start!important}
  body.vip-home-page .bs-references__rail{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

/* Phone — intentional simplified flow */
@media(max-width:767px){
  body.vip-home-page{--v12-section:54px}
  body.vip-home-page .bs-home .container{margin-left:16px!important;margin-right:16px!important}
  body.vip-home-page .bs-about{display:none!important}
  body.vip-home-page .bs-heading--split,
  body.vip-home-page .bb-platform-head,
  body.vip-home-page .bb-ig-heading,
  body.vip-home-page .bb-reference-head{display:block!important}
  body.vip-home-page .bs-heading h2,
  body.vip-home-page .bb-platform-head h2,
  body.vip-home-page .bb-ig-heading h2,
  body.vip-home-page .bb-reference-head h2{font-size:31px!important;line-height:1.08!important}
  body.vip-home-page .bs-heading p,
  body.vip-home-page .bb-platform-head p,
  body.vip-home-page .bb-ig-heading p,
  body.vip-home-page .bb-reference-head p{font-size:12px!important}
  body.vip-home-page .bs-outline-link{margin-top:13px!important}
  body.vip-home-page .bb-service-grid,body.vip-home-page .bb-project-grid{grid-template-columns:1fr 1fr!important;gap:9px!important}
  body.vip-home-page .bb-service-card__body,body.vip-home-page .bb-project-card__body{min-height:0!important;padding:11px!important}
  body.vip-home-page .bb-service-card__body strong,body.vip-home-page .bb-project-card__body strong{font-size:14px!important}
  body.vip-home-page .bs-process{padding:54px 0!important}
  body.vip-home-page .bs-process__grid{grid-template-columns:1fr!important}
  body.vip-home-page .bs-process__item{min-height:0!important;padding:18px!important;border-left:0!important;border-top:1px solid rgba(255,255,255,.11)!important}
  body.vip-home-page .bs-process__item:first-child{border-top:0!important}
  body.vip-home-page .bb-gallery-grid{display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:none!important;gap:4px!important}
  body.vip-home-page .bb-gallery-item,body.vip-home-page .bb-gallery-item--0,body.vip-home-page .bb-gallery-item--1,body.vip-home-page .bb-gallery-item--2,body.vip-home-page .bb-gallery-item--3,body.vip-home-page .bb-gallery-item--4,body.vip-home-page .bb-gallery-item--5,body.vip-home-page .bb-gallery-item--6,body.vip-home-page .bb-gallery-item--7,body.vip-home-page .bb-gallery-item--8{grid-column:auto!important;grid-row:auto!important;aspect-ratio:1/1!important;display:block!important}
  body.vip-home-page .bb-gallery-item--9{display:none!important}
  body.vip-home-page .bb-ig-shell{max-width:none!important}
  body.vip-home-page .bb-ig-profile__top{padding:16px 13px 13px!important;gap:12px!important}
  body.vip-home-page .bb-ig-avatar{width:62px!important;height:62px!important;flex-basis:62px!important}
  body.vip-home-page .bb-ig-stories{padding:3px 11px 13px!important;gap:10px!important;overflow-x:auto!important}
  body.vip-home-page .bb-ig-stories a{flex:0 0 55px!important}
  body.vip-home-page .bb-ig-stories a>span{width:50px!important;height:50px!important}
  body.vip-home-page .bb-youtube{padding:54px 0!important}
  body.vip-home-page .bb-youtube__channel{padding-bottom:19px!important;margin-bottom:16px!important}
  body.vip-home-page .bb-youtube__rail{grid-template-columns:1fr!important}
  body.vip-home-page .bb-google__grid{grid-template-columns:1fr!important}
  body.vip-home-page .bb-reviews__grid{grid-template-columns:1fr!important;gap:9px!important}
  body.vip-home-page .bb-review-card{min-height:0!important}
  body.vip-home-page .bb-reference-tags{display:none!important}
  body.vip-home-page .bs-references__rail{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  body.vip-home-page .bs-reference{height:70px!important;min-height:70px!important}
  body.vip-home-page .bs-reference img{max-width:94px!important;max-height:36px!important}
  body.vip-site .bb-floating-contact{left:10px;bottom:12px;gap:6px}
  body.vip-site .bb-floating-contact>.telefon a,
  body.vip-site .bb-floating-contact>.whatsapp a,
  body.vip-site .bb-floating-contact>.instagram a{width:42px!important;height:42px!important;line-height:42px!important;font-size:22px!important}
  body.vip-site .bb-floating-contact .tooltiptext{display:none!important}
}
@media(max-width:420px){
  body.vip-home-page .bb-service-grid,body.vip-home-page .bb-project-grid{grid-template-columns:1fr!important}
  body.vip-home-page .bb-service-card__media,body.vip-home-page .bb-project-card__media{aspect-ratio:16/10!important}
}

/* =========================================================
   V13 — reservation + animated about + film + packages + footer polish
   ========================================================= */
body.vip-home-page{
  --v13-gold:#bf8a3c;
  --v13-gold-2:#d5a65d;
  --v13-ink:#082833;
  --v13-ink-2:#0d3541;
  --v13-cream:#f7f2e9;
  --v13-paper:#fff;
  --v13-line:rgba(8,40,51,.12);
  --v13-soft:#687b81;
  --v13-shadow:0 22px 60px rgba(8,40,51,.10);
}

/* HERO RESERVATION — replaces the old generic concierge strip */
body.vip-home-page .bb-reservation-wrap{
  position:relative;z-index:8;margin-top:-58px;padding-bottom:22px;
}
body.vip-home-page .bb-reservation{
  display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.72fr);gap:38px;
  padding:28px 30px;border:1px solid rgba(8,40,51,.10);border-radius:18px;
  background:rgba(255,255,255,.97);box-shadow:0 20px 60px rgba(4,24,31,.18);
  backdrop-filter:blur(12px);
}
body.vip-home-page .bb-reservation__intro{display:flex;flex-direction:column;justify-content:center}
body.vip-home-page .bb-reservation__intro h2{
  margin:0 0 9px;color:var(--v13-ink);font-family:var(--bb-serif);font-size:clamp(30px,2.7vw,42px);font-weight:500;line-height:1.02;letter-spacing:-.035em
}
body.vip-home-page .bb-reservation__intro>p{margin:0;color:var(--v13-soft);font-size:12.5px;line-height:1.7;max-width:460px}
body.vip-home-page .bb-reservation__intro>small{display:block;margin-top:11px;color:#819096;font-size:9px;line-height:1.5}
body.vip-home-page .bb-reservation__benefits{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:18px}
body.vip-home-page .bb-reservation__benefits span{display:flex;align-items:center;gap:6px;color:var(--v13-ink);font-size:9px;font-weight:700}
body.vip-home-page .bb-reservation__benefits i{display:grid;place-items:center;width:26px;height:26px;border:1px solid rgba(191,138,60,.35);border-radius:50%;color:var(--v13-gold)}
body.vip-home-page .bb-reservation__form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px 12px;align-content:center}
body.vip-home-page .bb-reservation__form label{display:block;margin:0}
body.vip-home-page .bb-reservation__form label>span{display:block;margin-bottom:5px;color:#536970;font-size:9px;font-weight:700;letter-spacing:.02em}
body.vip-home-page .bb-reservation__form input,
body.vip-home-page .bb-reservation__form select{
  width:100%;height:44px;padding:0 12px;border:1px solid rgba(8,40,51,.14);border-radius:8px;background:#fff;color:var(--v13-ink);font:500 11px/1.2 var(--bs-font-sans);outline:0;transition:border-color .2s,box-shadow .2s,background .2s
}
body.vip-home-page .bb-reservation__form input:focus,
body.vip-home-page .bb-reservation__form select:focus{border-color:rgba(191,138,60,.8);box-shadow:0 0 0 3px rgba(191,138,60,.10);background:#fffdf9}
body.vip-home-page .bb-reservation__form label.is-wide{grid-column:span 2}
body.vip-home-page .bb-reservation__actions{grid-column:1/-1;display:grid;grid-template-columns:1.2fr .8fr;gap:10px;margin-top:3px}
body.vip-home-page .bb-reservation__actions .bs-btn{min-height:46px;border:0;justify-content:center;cursor:pointer}
body.vip-home-page .bb-reservation__wa{display:flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 16px;border:1px solid rgba(24,163,72,.28);border-radius:8px;background:#f4fff7;color:#128c3e;font-size:10px;font-weight:800;text-decoration:none;transition:.2s}
body.vip-home-page .bb-reservation__wa i{font-size:18px}
body.vip-home-page .bb-reservation__wa:hover{background:#18a348;color:#fff;border-color:#18a348}

/* ABOUT — more editorial and subtly animated, but still driven by admin imagery */
body.vip-home-page .bs-about__visual{isolation:isolate;overflow:visible}
body.vip-home-page .bs-about__main{position:relative;z-index:2}
body.vip-home-page .bs-about__mini{z-index:5}
body.vip-home-page .bs-about__float{position:absolute;z-index:4;display:block;object-fit:cover;border:6px solid #fff;border-radius:13px;box-shadow:0 18px 45px rgba(8,40,51,.12);pointer-events:none}
body.vip-home-page .bs-about__float--one{width:30%;height:142px;left:-4%;bottom:36px;animation:bbV13FloatOne 6.6s ease-in-out infinite}
body.vip-home-page .bs-about__float--two{width:24%;height:118px;right:1%;top:12px;animation:bbV13FloatTwo 7.4s ease-in-out infinite}
body.vip-home-page .bs-about__decor{position:absolute;z-index:0;border-radius:50%;pointer-events:none}
body.vip-home-page .bs-about__decor--one{width:220px;height:220px;left:-70px;top:30px;border:1px solid rgba(191,138,60,.18);box-shadow:0 0 0 34px rgba(191,138,60,.035)}
body.vip-home-page .bs-about__decor--two{width:110px;height:110px;right:30px;bottom:20px;background:radial-gradient(circle,rgba(191,138,60,.11),rgba(191,138,60,0) 70%)}
@keyframes bbV13FloatOne{0%,100%{transform:translate3d(0,0,0) rotate(-1deg)}50%{transform:translate3d(0,-10px,0) rotate(1deg)}}
@keyframes bbV13FloatTwo{0%,100%{transform:translate3d(0,0,0) rotate(1deg)}50%{transform:translate3d(0,9px,0) rotate(-1deg)}}

/* DEDICATED BRAND FILM */
body.vip-home-page .bb-film{padding:72px 0!important;background:#fff!important}
body.vip-home-page .bb-film__shell{position:relative;display:grid;grid-template-columns:minmax(0,1.8fr) minmax(240px,.72fr);gap:12px;min-height:470px;padding:12px;border:1px solid var(--v13-line);border-radius:18px;background:var(--v13-ink);box-shadow:var(--v13-shadow);overflow:hidden}
body.vip-home-page .bb-film__shell:before{content:"";position:absolute;width:410px;height:410px;right:-100px;bottom:-170px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.022)}
body.vip-home-page .bb-film__main{position:relative;z-index:2;overflow:hidden;min-height:445px;padding:0;border:0;border-radius:12px;background:#081d25;cursor:pointer;text-align:left}
body.vip-home-page .bb-film__main>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;animation:bbV13FilmBreath 13s ease-in-out infinite alternate}
body.vip-home-page .bb-film__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,18,24,.88),rgba(3,18,24,.45) 58%,rgba(3,18,24,.17))}
body.vip-home-page .bb-film__copy{position:absolute;z-index:2;left:42px;right:42px;bottom:40px;display:flex;flex-direction:column;align-items:flex-start;max-width:620px;color:#fff}
body.vip-home-page .bb-film__copy small{margin-bottom:9px;color:#e7c686;font-size:9px;font-weight:800;letter-spacing:.18em}
body.vip-home-page .bb-film__copy strong{font-family:var(--bb-serif);font-size:clamp(32px,3vw,48px);font-weight:500;line-height:1.04;letter-spacing:-.03em}
body.vip-home-page .bb-film__copy em{max-width:570px;margin-top:10px;color:rgba(255,255,255,.72);font-size:12px;line-height:1.65;font-style:normal}
body.vip-home-page .bb-film__copy b{display:inline-flex;align-items:center;gap:9px;margin-top:20px;font-size:10px;letter-spacing:.04em}
body.vip-home-page .bb-film__copy b i{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fff;color:var(--v13-ink);font-style:normal;box-shadow:0 0 0 7px rgba(255,255,255,.12)}
body.vip-home-page .bb-film__aside{position:relative;z-index:2;display:flex;flex-direction:column;gap:9px;padding:18px 8px 8px}
body.vip-home-page .bb-film__aside>.bs-eyebrow{margin-bottom:3px!important}
body.vip-home-page .bb-film__mini{position:relative;display:grid;grid-template-columns:96px 1fr;gap:10px;align-items:center;overflow:hidden;min-height:92px;padding:7px;border:1px solid rgba(255,255,255,.10);border-radius:10px;background:rgba(255,255,255,.055);color:#fff;text-align:left;cursor:pointer;transition:.2s}
body.vip-home-page .bb-film__mini:hover{transform:translateX(-3px);background:rgba(255,255,255,.09)}
body.vip-home-page .bb-film__mini>img{width:96px;height:76px;object-fit:cover;border-radius:7px}
body.vip-home-page .bb-film__mini>span{display:flex;align-items:center;justify-content:space-between;gap:8px}
body.vip-home-page .bb-film__mini strong{font-size:10px;line-height:1.45;font-weight:600}
body.vip-home-page .bb-film__mini i{display:grid;place-items:center;flex:0 0 29px;width:29px;height:29px;border-radius:50%;background:#fff;color:var(--v13-ink);font-size:9px;font-style:normal}
@keyframes bbV13FilmBreath{from{transform:scale(1.015)}to{transform:scale(1.07)}}

/* PACKAGES — no public prices; WhatsApp is the conversion action */
body.vip-home-page .bb-packages{padding:82px 0!important;background:#fff!important}
body.vip-home-page .bb-packages__head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.75fr);gap:50px;align-items:end;margin-bottom:30px}
body.vip-home-page .bb-packages__head h2{margin:0;color:var(--v13-ink);font-family:var(--bb-serif);font-size:clamp(34px,3.1vw,48px);font-weight:500;line-height:1.05;letter-spacing:-.035em}
body.vip-home-page .bb-packages__head>p{margin:0;color:var(--v13-soft);font-size:12.5px;line-height:1.7}
body.vip-home-page .bb-packages__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
body.vip-home-page .bb-package-card{position:relative;overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--v13-line);border-radius:16px;background:#fbfaf7;box-shadow:0 12px 32px rgba(8,40,51,.045);transition:transform .25s,box-shadow .25s}
body.vip-home-page .bb-package-card:hover{transform:translateY(-5px);box-shadow:var(--v13-shadow)}
body.vip-home-page .bb-package-card.is-featured{background:var(--v13-ink);border-color:var(--v13-ink);color:#fff;transform:translateY(-9px)}
body.vip-home-page .bb-package-card.is-featured:hover{transform:translateY(-14px)}
body.vip-home-page .bb-package-card__media{height:190px;overflow:hidden}
body.vip-home-page .bb-package-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s}
body.vip-home-page .bb-package-card:hover .bb-package-card__media img{transform:scale(1.035)}
body.vip-home-page .bb-package-card__body{position:relative;display:flex;flex:1;flex-direction:column;padding:23px 23px 21px}
body.vip-home-page .bb-package-card__no{position:absolute;right:18px;top:19px;color:rgba(8,40,51,.16);font:500 30px/1 var(--bb-serif)}
body.vip-home-page .bb-package-card.is-featured .bb-package-card__no{color:rgba(255,255,255,.16)}
body.vip-home-page .bb-package-card h3{max-width:80%;margin:0;color:var(--v13-ink);font-family:var(--bb-serif);font-size:25px;font-weight:500;line-height:1.1}
body.vip-home-page .bb-package-card.is-featured h3{color:#fff}
body.vip-home-page .bb-package-card p{margin:10px 0 18px;color:#7a8a8f;font-size:10.5px;line-height:1.55}
body.vip-home-page .bb-package-card.is-featured p{color:rgba(255,255,255,.62)}
body.vip-home-page .bb-package-card ul{list-style:none;margin:0 0 22px;padding:0}
body.vip-home-page .bb-package-card li{display:flex;gap:9px;padding:7px 0;border-bottom:1px solid rgba(8,40,51,.07);color:#25424b;font-size:10.5px;line-height:1.35}
body.vip-home-page .bb-package-card.is-featured li{border-color:rgba(255,255,255,.09);color:rgba(255,255,255,.82)}
body.vip-home-page .bb-package-card li i{display:grid;place-items:center;flex:0 0 19px;width:19px;height:19px;border-radius:50%;background:rgba(191,138,60,.12);color:var(--v13-gold);font-size:9px;font-style:normal}
body.vip-home-page .bb-package-card__wa{display:flex;align-items:center;justify-content:center;gap:8px;min-height:45px;margin-top:auto;border-radius:9px;background:linear-gradient(135deg,#b87c28,#d3a45d);color:#fff;font-size:10px;font-weight:800;text-decoration:none;box-shadow:0 9px 22px rgba(149,101,31,.18)}
body.vip-home-page .bb-package-card__wa i{font-size:17px}
body.vip-home-page .bb-package-card__wa span{margin-left:auto;margin-right:15px}

/* SERVICES/PROJECTS — keep every row aligned */
body.vip-home-page .bb-service-card,
body.vip-home-page .bb-project-card{height:100%!important;display:flex!important;flex-direction:column!important}
body.vip-home-page .bb-service-card__body,
body.vip-home-page .bb-project-card__body{display:flex!important;flex:1!important;flex-direction:column!important}
body.vip-home-page .bb-service-card__body em,
body.vip-home-page .bb-project-card__body em{margin-top:auto!important;padding-top:8px!important}

/* FOOTER — same design, stronger corporate order */
body.vip-site .bb-footer__grid{grid-template-columns:1.35fr .78fr .78fr 1.08fr!important;align-items:start!important}
body.vip-site .bb-footer__grid>div:not(:first-child){position:relative;padding-left:28px;border-left:1px solid rgba(255,255,255,.08)}
body.vip-site .bb-footer__brand p{max-width:330px!important}
body.vip-site .bb-footer__contact{gap:13px!important}
body.vip-site .bb-footer__whatsapp{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:max-content!important;min-height:42px!important;margin-top:5px!important;padding:0 15px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:999px!important;background:rgba(255,255,255,.06)!important;color:#fff!important;font-weight:700!important}
body.vip-site .bb-footer__whatsapp i{margin:0!important;color:#65d98a!important;font-size:16px!important}
body.vip-site .bb-footer__bottom{background:rgba(0,0,0,.10)!important}
body.vip-site .bb-footer__bottom-row{align-items:center!important}

/* TABLET */
@media(max-width:1199px){
  body.vip-home-page .bb-reservation{grid-template-columns:1fr 1.7fr;gap:24px;padding:24px}
  body.vip-home-page .bb-reservation__form{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.vip-home-page .bb-reservation__form label.is-wide{grid-column:span 1}
  body.vip-home-page .bb-film__shell{grid-template-columns:1.45fr .72fr}
  body.vip-home-page .bb-package-card__media{height:170px}
}
@media(max-width:991px){
  body.vip-home-page .bb-reservation-wrap{margin-top:-35px;padding-bottom:18px}
  body.vip-home-page .bb-reservation{grid-template-columns:1fr;gap:20px;padding:22px}
  body.vip-home-page .bb-reservation__intro>p{max-width:700px}
  body.vip-home-page .bb-reservation__benefits{margin-top:13px}
  body.vip-home-page .bb-film__shell{grid-template-columns:1fr;min-height:0}
  body.vip-home-page .bb-film__main{min-height:420px}
  body.vip-home-page .bb-film__aside{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:8px}
  body.vip-home-page .bb-film__aside>.bs-eyebrow{grid-column:1/-1}
  body.vip-home-page .bb-film__mini{grid-template-columns:1fr;min-height:0}
  body.vip-home-page .bb-film__mini>img{width:100%;height:110px}
  body.vip-home-page .bb-packages__head{grid-template-columns:1fr;gap:12px}
  body.vip-home-page .bb-packages__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.vip-home-page .bb-package-card.is-featured{transform:none}
  body.vip-home-page .bb-package-card.is-featured:hover{transform:translateY(-5px)}
  body.vip-home-page .bb-package-card:last-child{grid-column:1/-1}
  body.vip-site .bb-footer__grid{grid-template-columns:1fr 1fr!important;gap:34px 26px!important}
  body.vip-site .bb-footer__grid>div:not(:first-child){padding-left:0;border-left:0}
}

/* PHONE */
@media(max-width:767px){
  body.vip-home-page .bs-hero{padding-bottom:0!important}
  body.vip-home-page .bb-reservation-wrap{margin:0!important;padding:12px 12px 22px!important;background:#071c24}
  body.vip-home-page .bb-reservation{display:block;padding:18px 15px;border-radius:14px;box-shadow:none}
  body.vip-home-page .bb-reservation__intro h2{font-size:28px}
  body.vip-home-page .bb-reservation__intro>p{font-size:11px}
  body.vip-home-page .bb-reservation__intro>small{font-size:8px}
  body.vip-home-page .bb-reservation__benefits{gap:7px;margin:13px 0 17px}
  body.vip-home-page .bb-reservation__benefits span{font-size:8px}
  body.vip-home-page .bb-reservation__benefits i{width:23px;height:23px}
  body.vip-home-page .bb-reservation__form{grid-template-columns:1fr;gap:9px}
  body.vip-home-page .bb-reservation__form label.is-wide{grid-column:auto}
  body.vip-home-page .bb-reservation__form input,
  body.vip-home-page .bb-reservation__form select{height:46px;font-size:12px}
  body.vip-home-page .bb-reservation__actions{grid-template-columns:1fr;gap:8px}
  body.vip-home-page .bb-reservation__actions .bs-btn,
  body.vip-home-page .bb-reservation__wa{width:100%;min-height:47px}

  /* Earlier decision remains: about section is intentionally hidden on phones. */
  body.vip-home-page .bs-about{display:none!important}
  body.vip-home-page .bb-film{padding:48px 0!important}
  body.vip-home-page .bb-film__shell{display:block;padding:7px;border-radius:14px}
  body.vip-home-page .bb-film__main{min-height:420px;border-radius:10px}
  body.vip-home-page .bb-film__copy{left:20px;right:20px;bottom:23px}
  body.vip-home-page .bb-film__copy strong{font-size:31px}
  body.vip-home-page .bb-film__copy em{font-size:10.5px}
  body.vip-home-page .bb-film__aside{display:flex;overflow-x:auto;flex-direction:row;gap:8px;padding:8px 0 0;scroll-snap-type:x mandatory}
  body.vip-home-page .bb-film__aside>.bs-eyebrow{display:none!important}
  body.vip-home-page .bb-film__mini{flex:0 0 74vw;display:grid;grid-template-columns:110px 1fr;scroll-snap-align:start}
  body.vip-home-page .bb-film__mini>img{width:110px;height:78px}

  body.vip-home-page .bb-packages{padding:54px 0!important}
  body.vip-home-page .bb-packages__head{display:block;margin-bottom:22px}
  body.vip-home-page .bb-packages__head h2{font-size:31px}
  body.vip-home-page .bb-packages__head>p{margin-top:10px;font-size:11px}
  body.vip-home-page .bb-packages__grid{grid-template-columns:1fr;gap:12px}
  body.vip-home-page .bb-package-card:last-child{grid-column:auto}
  body.vip-home-page .bb-package-card__media{height:190px}
  body.vip-home-page .bb-package-card__body{padding:20px 18px 18px}
  body.vip-home-page .bb-package-card h3{font-size:24px}

  body.vip-site .bb-footer__main{padding-top:46px!important;padding-bottom:36px!important}
  body.vip-site .bb-footer__grid{grid-template-columns:1fr!important;gap:30px!important}
  body.vip-site .bb-footer__grid>div{padding-top:0!important;border-top:0!important}
  body.vip-site .bb-footer__brand p{max-width:none!important}
  body.vip-site .bb-footer__bottom-row{gap:5px!important}
}

@media(max-width:420px){
  body.vip-home-page .bb-film__main{min-height:365px}
  body.vip-home-page .bb-film__copy strong{font-size:28px}
  body.vip-home-page .bb-film__copy em{display:none}
  body.vip-home-page .bb-film__mini{flex-basis:84vw}
}

@media(prefers-reduced-motion:reduce){
  body.vip-home-page .bs-about__float,
  body.vip-home-page .bb-film__main>img{animation:none!important}
  body.vip-home-page .bb-service-card,
  body.vip-home-page .bb-project-card,
  body.vip-home-page .bb-package-card,
  body.vip-home-page .bb-film__mini{transition:none!important}
}


/* ========================================================================== 
   V14 FINAL POLISH — one typography scale, stronger readability, no loose gaps
   ========================================================================== */
body.vip-home-page{
  --bb-h2:clamp(36px,3vw,44px);
  --bb-body:15px;
  --bb-card-copy:13px;
}
body.vip-home-page .bs-home,
body.vip-home-page .bs-home button,
body.vip-home-page .bs-home input,
body.vip-home-page .bs-home select{font-family:var(--bs-font-sans)!important}

/* Same section-title rhythm from top to bottom. */
body.vip-home-page .bs-heading h2,
body.vip-home-page .bb-platform-head h2,
body.vip-home-page .bb-ig-heading h2,
body.vip-home-page .bb-reference-head h2,
body.vip-home-page .bs-about__content h2,
body.vip-home-page .bb-packages__head h2,
body.vip-home-page .bb-youtube__identity h2{
  font-family:var(--bb-serif)!important;
  font-size:var(--bb-h2)!important;
  line-height:1.08!important;
  letter-spacing:-.03em!important;
  font-weight:500!important;
}
body.vip-home-page .bs-heading p,
body.vip-home-page .bb-platform-head p,
body.vip-home-page .bb-ig-heading p,
body.vip-home-page .bb-reference-head p,
body.vip-home-page .bs-about__content>p,
body.vip-home-page .bb-packages__head>p{
  font-size:var(--bb-body)!important;
  line-height:1.7!important;
}
body.vip-home-page .bs-eyebrow{font-size:11px!important;line-height:1.2!important}
body.vip-home-page .bs-outline-link{font-size:11px!important;font-weight:800!important}
body.vip-home-page .bs-btn{font-size:13px!important;font-weight:800!important;line-height:1.2!important}

/* Reservation: prevent clipping and make every field comfortably readable. */
body.vip-home-page .bb-reservation{overflow:visible!important;align-items:center!important}
body.vip-home-page .bb-reservation__intro{min-width:0!important;overflow:visible!important}
body.vip-home-page .bb-reservation__intro h2{
  max-width:100%!important;margin:0 0 11px!important;overflow:visible!important;
  font-size:clamp(32px,2.5vw,38px)!important;line-height:1.1!important;white-space:normal!important;
}
body.vip-home-page .bb-reservation__intro>p{font-size:14px!important;line-height:1.62!important}
body.vip-home-page .bb-reservation__intro>small{font-size:11px!important;line-height:1.5!important}
body.vip-home-page .bb-reservation__benefits span{font-size:11px!important}
body.vip-home-page .bb-reservation__form label>span{font-size:11px!important;line-height:1.25!important}
body.vip-home-page .bb-reservation__form input,
body.vip-home-page .bb-reservation__form select{height:47px!important;font-size:13px!important}
body.vip-home-page .bb-reservation__wa{font-size:12px!important}

/* About: premium but calm; images stay dominant. */
body.vip-home-page .bs-about__content>p{margin:18px 0 20px!important}
body.vip-home-page .bs-about__features b{font-size:13px!important}
body.vip-home-page .bs-about__features small{font-size:11.5px!important;line-height:1.5!important}
body.vip-home-page .bs-text-link{font-size:11px!important;font-weight:800!important}

/* Film: one main story + four secondary videos. */
body.vip-home-page .bb-film__aside{gap:8px!important;padding-top:12px!important}
body.vip-home-page .bb-film__mini{min-height:82px!important}
body.vip-home-page .bb-film__mini>img{height:66px!important}
body.vip-home-page .bb-film__mini strong{font-size:11.5px!important;line-height:1.35!important}
body.vip-home-page .bb-film__copy em{font-size:14px!important;line-height:1.6!important}
body.vip-home-page .bb-film__copy b{font-size:12px!important}

/* Services and projects: stronger titles, less micro-copy. */
body.vip-home-page .bb-service-card__body{min-height:108px!important;padding:17px 18px 16px!important}
body.vip-home-page .bb-service-card__body small,
body.vip-home-page .bb-project-card__body small{font-size:10px!important;line-height:1.25!important}
body.vip-home-page .bb-service-card__body strong{font-size:20px!important;line-height:1.2!important}
body.vip-home-page .bb-project-card__body{min-height:118px!important;padding:17px 18px!important}
body.vip-home-page .bb-project-card__body strong{
  display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;
  overflow:hidden!important;font-size:19px!important;line-height:1.22!important;
}
body.vip-home-page .bb-service-card__body em,
body.vip-home-page .bb-project-card__body em{font-size:10.5px!important;font-weight:800!important}

/* Process: readable at a glance. */
body.vip-home-page .bs-process__item>span{font-size:23px!important}
body.vip-home-page .bs-process__item h3{font-size:20px!important;line-height:1.2!important}
body.vip-home-page .bs-process__item p{font-size:13px!important;line-height:1.6!important}

/* Packages: premium cards, normal reading sizes. */
body.vip-home-page .bb-package-card p{font-size:13px!important;line-height:1.6!important}
body.vip-home-page .bb-package-card li{font-size:12.5px!important;line-height:1.45!important;padding:8px 0!important}
body.vip-home-page .bb-package-card__wa{font-size:12px!important;min-height:48px!important}

/* Gallery: make the imagery the hero. */
body.vip-home-page .bb-gallery-grid{grid-template-rows:repeat(3,290px)!important}
body.vip-home-page .bb-gallery-foot{margin-top:24px!important}

/* Instagram: compact profile frame, no excess whitespace. */
body.vip-home-page .bb-ig-shell{max-width:1120px!important}
body.vip-home-page .bb-ig-heading{margin-bottom:16px!important;padding-bottom:16px!important}
body.vip-home-page .bb-ig-profile__identity b{font-size:13px!important}
body.vip-home-page .bb-ig-profile__identity span{font-size:11.5px!important}
body.vip-home-page .bb-ig-stories small{font-size:10.5px!important}
body.vip-home-page .bb-ig-tabs{font-size:10.5px!important}

/* YouTube: channel presentation should read like a corporate media area. */
body.vip-home-page .bb-youtube__intro p{font-size:14px!important;line-height:1.65!important}
body.vip-home-page .bb-youtube__identity p{font-size:12px!important}
body.vip-home-page .bb-youtube__subscribe{font-size:12px!important;font-weight:800!important}
body.vip-home-page .bb-youtube-card>strong{font-size:13px!important;line-height:1.45!important}

/* Google business: same typography hierarchy as the rest of the site. */
body.vip-home-page .bb-google-card__brand strong{font-size:18px!important}
body.vip-home-page .bb-google-card__brand span,
body.vip-home-page .bb-google-card__facts,
body.vip-home-page .bb-google-card__facts a{font-size:12.5px!important;line-height:1.55!important}
body.vip-home-page .bb-google-card__rating b{font-size:27px!important}

/* Reviews: 10 records stay symmetric on desktop; readable cards. */
body.vip-home-page .bb-review-card{min-height:270px!important;padding:19px!important}
body.vip-home-page .bb-review-card header strong{font-size:12.5px!important}
body.vip-home-page .bb-review-card header small{font-size:10.5px!important}
body.vip-home-page .bb-review-card__label,
body.vip-home-page .bb-review-card time{font-size:10.5px!important}
body.vip-home-page .bb-review-card p{font-size:12.5px!important;line-height:1.65!important}
body.vip-home-page .bb-reviews__google a{font-size:11.5px!important;font-weight:800!important}

/* Journal: human-sized editorial cards. */
body.vip-home-page .bs-journal__card small{font-size:11px!important}
body.vip-home-page .bs-journal__card h3{font-size:20px!important;line-height:1.25!important}
body.vip-home-page .bs-journal__card p{font-size:13px!important;line-height:1.62!important}
body.vip-home-page .bs-journal__card>span{font-size:11px!important;font-weight:800!important}

/* References: compact, ordered and optically equal. */
body.vip-home-page .bb-reference-tags span{font-size:10px!important;padding:7px 11px!important}
body.vip-home-page .bs-reference{height:88px!important;min-height:88px!important;padding:12px!important}
body.vip-home-page .bs-reference img{max-width:108px!important;max-height:42px!important;object-fit:contain!important;filter:grayscale(100%)!important;opacity:.76!important;transition:filter .2s,opacity .2s,transform .2s!important}
body.vip-home-page .bs-reference:hover img{filter:grayscale(0)!important;opacity:1!important;transform:scale(1.03)!important}
body.vip-home-page .bs-reference span{font-size:9.5px!important}

/* Footer: no logo backing plate, true corporate hierarchy. */
body.vip-site .bb-footer__brand>a:first-child,
body.vip-site .bb-footer__brand>a:first-child img{background:transparent!important;box-shadow:none!important}
body.vip-site .bb-footer__brand p{font-size:13px!important;line-height:1.7!important}
body.vip-site .bb-footer h4{font-size:13px!important;letter-spacing:.04em!important}
body.vip-site .bb-footer li a,
body.vip-site .bb-footer__contact,
body.vip-site .bb-footer__contact a,
body.vip-site .bb-footer__contact span{font-size:12.5px!important;line-height:1.55!important}
body.vip-site .bb-footer__bottom-row p{font-size:11px!important}

/* The floating group always closes up after Telegram removal. */
body.vip-site .bb-floating-contact{gap:8px!important}
body.vip-site .bb-floating-contact:empty{display:none!important}

@media(max-width:1199px){
  /* Avoid an incomplete last grid row: comments become a clean horizontal rail. */
  body.vip-home-page .bb-reviews__grid{
    display:flex!important;gap:14px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;
    padding:2px 2px 13px!important;scrollbar-width:thin!important;
  }
  body.vip-home-page .bb-review-card{flex:0 0 330px!important;scroll-snap-align:start!important;min-height:260px!important}
  body.vip-home-page .bb-film__aside{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-content:start!important}
  body.vip-home-page .bb-film__aside>.bs-eyebrow{grid-column:1/-1!important}
  body.vip-home-page .bb-film__mini{grid-template-columns:92px 1fr!important}
  body.vip-home-page .bb-film__mini>img{width:92px!important;height:68px!important}
}

@media(max-width:767px){
  body.vip-home-page{--bb-h2:31px;--bb-body:14px;--bb-card-copy:13px}
  body.vip-home-page .bs-section{padding:54px 0!important}
  body.vip-home-page .bs-home .container{margin-left:16px!important;margin-right:16px!important}
  body.vip-home-page .bs-eyebrow{font-size:10px!important}
  body.vip-home-page .bs-heading h2,
  body.vip-home-page .bb-platform-head h2,
  body.vip-home-page .bb-ig-heading h2,
  body.vip-home-page .bb-reference-head h2,
  body.vip-home-page .bb-packages__head h2,
  body.vip-home-page .bb-youtube__identity h2{font-size:31px!important;line-height:1.1!important}
  body.vip-home-page .bs-heading p,
  body.vip-home-page .bb-platform-head p,
  body.vip-home-page .bb-ig-heading p,
  body.vip-home-page .bb-reference-head p,
  body.vip-home-page .bb-packages__head>p{font-size:14px!important;line-height:1.65!important}

  body.vip-home-page .bb-reservation__intro h2{font-size:28px!important;line-height:1.12!important}
  body.vip-home-page .bb-reservation__intro>p{font-size:13.5px!important}
  body.vip-home-page .bb-reservation__intro>small{font-size:10.5px!important}
  body.vip-home-page .bb-reservation__benefits span{font-size:10.5px!important}
  body.vip-home-page .bb-reservation__form label>span{font-size:11px!important}
  body.vip-home-page .bb-reservation__form input,
  body.vip-home-page .bb-reservation__form select{font-size:14px!important}

  body.vip-home-page .bb-service-grid,
  body.vip-home-page .bb-project-grid{grid-template-columns:1fr!important;gap:14px!important}
  body.vip-home-page .bb-service-card__body strong,
  body.vip-home-page .bb-project-card__body strong{font-size:20px!important}

  body.vip-home-page .bs-process__grid{grid-template-columns:1fr!important}
  body.vip-home-page .bs-process__item{min-height:0!important;padding:21px 20px!important}
  body.vip-home-page .bs-process__item h3{font-size:19px!important}
  body.vip-home-page .bs-process__item p{font-size:13px!important}

  body.vip-home-page .bb-film__aside{display:flex!important}
  body.vip-home-page .bb-film__mini{grid-template-columns:110px 1fr!important}
  body.vip-home-page .bb-film__mini>img{width:110px!important;height:78px!important}
  body.vip-home-page .bb-film__mini strong{font-size:12px!important}

  body.vip-home-page .bb-package-card p{font-size:13px!important}
  body.vip-home-page .bb-package-card li{font-size:12.5px!important}
  body.vip-home-page .bb-package-card__wa{font-size:12px!important}

  body.vip-home-page .bb-gallery-grid{grid-template-rows:repeat(4,190px)!important}
  body.vip-home-page .bb-ig-shell{max-width:none!important}
  body.vip-home-page .bb-ig-profile__top{padding:18px 16px 14px!important}
  body.vip-home-page .bb-ig-stories{padding-left:16px!important;padding-right:16px!important;gap:14px!important;overflow-x:auto!important}

  body.vip-home-page .bb-youtube__rail{display:flex!important;overflow-x:auto!important;gap:12px!important;scroll-snap-type:x mandatory!important;padding-bottom:12px!important}
  body.vip-home-page .bb-youtube-card{flex:0 0 82vw!important;scroll-snap-align:start!important}
  body.vip-home-page .bb-youtube-card>strong{font-size:13px!important}

  body.vip-home-page .bb-google__grid{grid-template-columns:1fr!important}
  body.vip-home-page .bb-google__map iframe{height:330px!important}

  body.vip-home-page .bb-review-card{flex-basis:84vw!important;min-height:245px!important}
  body.vip-home-page .bb-review-card p{font-size:13px!important}

  body.vip-home-page .bs-journal__grid{grid-template-columns:1fr!important}
  body.vip-home-page .bs-journal__card h3{font-size:20px!important}
  body.vip-home-page .bs-journal__card p{font-size:13px!important}

  body.vip-home-page .bs-references__rail{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  body.vip-home-page .bb-reference-tags{display:none!important}

  body.vip-site .bb-footer__brand p,
  body.vip-site .bb-footer li a,
  body.vip-site .bb-footer__contact,
  body.vip-site .bb-footer__contact a,
  body.vip-site .bb-footer__contact span{font-size:13px!important}
}

@media(max-width:420px){
  body.vip-home-page .bb-gallery-grid{grid-template-rows:repeat(4,170px)!important}
  body.vip-home-page .bb-review-card{flex-basis:88vw!important}
}

/* =========================================================
   V14.2 — compact two-row reservation panel
   Approved layout: 3 fields on row 1, 4 fields on row 2.
   ========================================================= */
@media(min-width:992px){
  body.vip-home-page .bb-reservation-wrap{
    margin-top:-58px!important;
    padding-bottom:18px!important;
  }
  body.vip-home-page .bb-reservation{
    grid-template-columns:minmax(390px,.88fr) minmax(0,1.92fr)!important;
    gap:30px!important;
    padding:20px 30px!important;
    align-items:center!important;
  }
  body.vip-home-page .bb-reservation__intro h2{
    margin-bottom:8px!important;
    font-size:clamp(34px,2.35vw,40px)!important;
    line-height:1.04!important;
  }
  body.vip-home-page .bb-reservation__intro>p{
    max-width:430px!important;
    font-size:13.5px!important;
    line-height:1.5!important;
  }
  body.vip-home-page .bb-reservation__benefits{
    gap:6px 12px!important;
    margin-top:13px!important;
  }
  body.vip-home-page .bb-reservation__benefits i{
    width:24px!important;
    height:24px!important;
  }
  body.vip-home-page .bb-reservation__intro>small{
    margin-top:8px!important;
    font-size:10.5px!important;
  }
  body.vip-home-page .bb-reservation__form{
    display:grid!important;
    grid-template-columns:repeat(12,minmax(0,1fr))!important;
    column-gap:12px!important;
    row-gap:9px!important;
    align-content:center!important;
  }
  body.vip-home-page .bb-reservation__form label{
    min-width:0!important;
    grid-column:auto!important;
  }
  body.vip-home-page .bb-reservation__form label.is-wide{
    grid-column:auto!important;
  }
  /* Row 1 */
  body.vip-home-page .bb-reservation__form label:nth-of-type(1){grid-column:span 4!important}
  body.vip-home-page .bb-reservation__form label:nth-of-type(2){grid-column:span 4!important}
  body.vip-home-page .bb-reservation__form label:nth-of-type(3){grid-column:span 4!important}
  /* Row 2 */
  body.vip-home-page .bb-reservation__form label:nth-of-type(4){grid-column:span 2!important}
  body.vip-home-page .bb-reservation__form label:nth-of-type(5){grid-column:span 4!important}
  body.vip-home-page .bb-reservation__form label:nth-of-type(6){grid-column:span 3!important}
  body.vip-home-page .bb-reservation__form label:nth-of-type(7){grid-column:span 3!important}
  body.vip-home-page .bb-reservation__form label>span{
    margin-bottom:4px!important;
    font-size:10.5px!important;
  }
  body.vip-home-page .bb-reservation__form input,
  body.vip-home-page .bb-reservation__form select{
    height:45px!important;
    padding-left:12px!important;
    padding-right:12px!important;
    font-size:13px!important;
  }
  body.vip-home-page .bb-reservation__actions{
    grid-column:1/-1!important;
    grid-template-columns:minmax(0,1.55fr) minmax(260px,.85fr)!important;
    gap:12px!important;
    margin-top:2px!important;
  }
  body.vip-home-page .bb-reservation__actions .bs-btn,
  body.vip-home-page .bb-reservation__wa{
    min-height:44px!important;
  }
}

@media(min-width:1280px){
  body.vip-home-page .bb-reservation__intro h2{white-space:nowrap!important}
}

@media(min-width:768px) and (max-width:991px){
  body.vip-home-page .bb-reservation-wrap{margin-top:-34px!important;padding-bottom:18px!important}
  body.vip-home-page .bb-reservation{grid-template-columns:1fr!important;gap:16px!important;padding:20px 22px!important}
  body.vip-home-page .bb-reservation__intro h2{font-size:34px!important;margin-bottom:7px!important}
  body.vip-home-page .bb-reservation__intro>p{font-size:13.5px!important;line-height:1.5!important;max-width:none!important}
  body.vip-home-page .bb-reservation__benefits{margin-top:11px!important}
  body.vip-home-page .bb-reservation__intro>small{margin-top:7px!important}
  body.vip-home-page .bb-reservation__form{
    grid-template-columns:repeat(12,minmax(0,1fr))!important;
    gap:9px 10px!important;
  }
  body.vip-home-page .bb-reservation__form label,
  body.vip-home-page .bb-reservation__form label.is-wide{grid-column:auto!important}
  body.vip-home-page .bb-reservation__form label:nth-of-type(1),
  body.vip-home-page .bb-reservation__form label:nth-of-type(2),
  body.vip-home-page .bb-reservation__form label:nth-of-type(3){grid-column:span 4!important}
  body.vip-home-page .bb-reservation__form label:nth-of-type(4){grid-column:span 2!important}
  body.vip-home-page .bb-reservation__form label:nth-of-type(5){grid-column:span 4!important}
  body.vip-home-page .bb-reservation__form label:nth-of-type(6),
  body.vip-home-page .bb-reservation__form label:nth-of-type(7){grid-column:span 3!important}
  body.vip-home-page .bb-reservation__form input,
  body.vip-home-page .bb-reservation__form select{height:45px!important}
  body.vip-home-page .bb-reservation__actions{grid-column:1/-1!important;grid-template-columns:1.45fr .85fr!important;gap:10px!important;margin-top:1px!important}
}

@media(max-width:767px){
  body.vip-home-page .bb-reservation-wrap{padding-top:10px!important;padding-bottom:18px!important}
  body.vip-home-page .bb-reservation{padding:17px 15px!important}
  body.vip-home-page .bb-reservation__intro h2{margin-bottom:7px!important}
  body.vip-home-page .bb-reservation__benefits{margin-top:11px!important;margin-bottom:14px!important}
  body.vip-home-page .bb-reservation__intro>small{margin-top:7px!important}
  body.vip-home-page .bb-reservation__form{gap:8px!important}
  body.vip-home-page .bb-reservation__form input,
  body.vip-home-page .bb-reservation__form select{height:44px!important}
  body.vip-home-page .bb-reservation__actions{margin-top:2px!important}
}

/* =========================================================
   V14.4 — Corporate Section Architecture
   Reference principle: full-width alternating section bands,
   hairline separators and restrained framed surfaces.
   No layout/data/URL changes; visual rhythm only.
   ========================================================= */
body.vip-home-page{
  --v144-white:#ffffff;
  --v144-pearl:#fbfaf7;
  --v144-warm:#f7f3ec;
  --v144-warm-2:#f3eee5;
  --v144-hairline:rgba(8,40,51,.075);
  --v144-hairline-strong:rgba(8,40,51,.105);
  --v144-goldline:rgba(191,138,60,.18);
  --v144-card-shadow:0 12px 34px rgba(8,40,51,.045);
}

/* Full-width chapters: each section reads as part of one corporate system. */
body.vip-home-page .bs-section{
  border:0!important;
  box-shadow:inset 0 1px 0 var(--v144-hairline)!important;
  background-clip:padding-box!important;
}
body.vip-home-page .bs-about{
  background:linear-gradient(180deg,#fff 0%,#fff 76%,#fcfbf8 100%)!important;
}
body.vip-home-page .bb-film{
  background:
    radial-gradient(circle at 92% 12%,rgba(191,138,60,.055),transparent 26%),
    linear-gradient(180deg,var(--v144-warm) 0%,#f9f6f0 100%)!important;
}
body.vip-home-page .bs-services{
  background:linear-gradient(180deg,#fff 0%,#fdfcf9 100%)!important;
}
body.vip-home-page .bs-projects{
  background:
    radial-gradient(circle at 7% 90%,rgba(191,138,60,.035),transparent 25%),
    linear-gradient(180deg,var(--v144-pearl) 0%,#f8f5ef 100%)!important;
}
body.vip-home-page .bb-packages{
  background:linear-gradient(180deg,#fff 0%,#fdfbf8 100%)!important;
}
body.vip-home-page .bs-gallery{
  background:
    radial-gradient(circle at 96% 8%,rgba(191,138,60,.05),transparent 24%),
    linear-gradient(180deg,var(--v144-warm) 0%,#f8f5ef 100%)!important;
}
body.vip-home-page .bb-instagram{
  background:linear-gradient(180deg,#fff 0%,#fcfbf8 100%)!important;
}
body.vip-home-page .bb-google{
  background:linear-gradient(180deg,#fff 0%,#fdfcf9 100%)!important;
}
body.vip-home-page .bb-reviews{
  background:
    radial-gradient(circle at 5% 10%,rgba(191,138,60,.04),transparent 23%),
    linear-gradient(180deg,var(--v144-warm) 0%,#f8f5ef 100%)!important;
}
body.vip-home-page .bs-journal{
  background:linear-gradient(180deg,#fff 0%,#fdfcf9 100%)!important;
}
body.vip-home-page .bs-references{
  background:linear-gradient(180deg,var(--v144-warm) 0%,var(--v144-warm-2) 100%)!important;
}

/* Signature dark chapters retain depth, with a fine gold-toned transition line. */
body.vip-home-page .bs-process,
body.vip-home-page .bb-youtube{
  box-shadow:inset 0 1px 0 var(--v144-goldline),inset 0 -1px 0 rgba(255,255,255,.055)!important;
}

/* Consistent, quiet frames: not boxy, just enough structure. */
body.vip-home-page .bb-reservation,
body.vip-home-page .bb-service-card,
body.vip-home-page .bb-project-card,
body.vip-home-page .bb-package-card,
body.vip-home-page .bb-google-card,
body.vip-home-page .bb-google__map,
body.vip-home-page .bb-review-card,
body.vip-home-page .bs-journal__card,
body.vip-home-page .bs-reference,
body.vip-home-page .bb-ig-shell{
  border-color:var(--v144-hairline-strong)!important;
  box-shadow:var(--v144-card-shadow)!important;
}
body.vip-home-page .bb-reservation{
  box-shadow:0 18px 52px rgba(5,31,40,.14)!important;
}
body.vip-home-page .bb-package-card.is-featured{
  border-color:rgba(191,138,60,.26)!important;
  box-shadow:0 16px 42px rgba(8,40,51,.13)!important;
}
body.vip-home-page .bb-film__shell{
  border-color:rgba(191,138,60,.20)!important;
  box-shadow:0 18px 48px rgba(8,40,51,.11)!important;
}
body.vip-home-page .bs-process__grid{
  border-color:rgba(255,255,255,.14)!important;
}
body.vip-home-page .bb-youtube-card{
  border-color:rgba(255,255,255,.13)!important;
}

/* Section headings get the same restrained baseline geometry. */
body.vip-home-page .bs-heading--split,
body.vip-home-page .bb-platform-head,
body.vip-home-page .bb-ig-heading,
body.vip-home-page .bb-packages__head{
  position:relative!important;
  padding-bottom:20px!important;
  border-bottom:1px solid var(--v144-hairline)!important;
}
body.vip-home-page .bb-youtube__channel{
  border-bottom-color:rgba(255,255,255,.14)!important;
}
body.vip-home-page .bb-reference-head{
  border-bottom-color:var(--v144-hairline-strong)!important;
}

/* Gallery stays image-led: a delicate frame unifies the mosaic without shrinking it. */
body.vip-home-page .bb-gallery-grid{
  padding:7px!important;
  border:1px solid var(--v144-hairline-strong)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.64)!important;
  box-shadow:0 14px 38px rgba(8,40,51,.035)!important;
}

/* Instagram should read as a platform profile, but sit naturally inside the site. */
body.vip-home-page .bb-ig-shell{
  background:#fff!important;
  overflow:hidden!important;
}

/* Closing chapter: references, CTA and footer connect with a controlled transition. */
body.vip-home-page .bs-references{
  box-shadow:inset 0 1px 0 var(--v144-hairline),inset 0 -1px 0 var(--v144-goldline)!important;
}
body.vip-home-page .bs-cta{
  border-top:1px solid rgba(191,138,60,.24)!important;
}
body.vip-site .bb-footer{
  border-top-color:rgba(191,138,60,.24)!important;
}

/* Tablet/mobile: keep the architecture, remove decorative excess. */
@media(max-width:991px){
  body.vip-home-page .bs-section{
    box-shadow:inset 0 1px 0 rgba(8,40,51,.065)!important;
  }
  body.vip-home-page .bs-process,
  body.vip-home-page .bb-youtube{
    box-shadow:inset 0 1px 0 rgba(191,138,60,.17),inset 0 -1px 0 rgba(255,255,255,.045)!important;
  }
  body.vip-home-page .bs-heading--split,
  body.vip-home-page .bb-platform-head,
  body.vip-home-page .bb-ig-heading,
  body.vip-home-page .bb-packages__head{
    padding-bottom:16px!important;
  }
}
@media(max-width:767px){
  body.vip-home-page .bb-film,
  body.vip-home-page .bs-projects,
  body.vip-home-page .bs-gallery,
  body.vip-home-page .bb-reviews{
    background-image:none!important;
  }
  body.vip-home-page .bb-gallery-grid{
    padding:5px!important;
    border-radius:11px!important;
    box-shadow:none!important;
  }
  body.vip-home-page .bb-service-card,
  body.vip-home-page .bb-project-card,
  body.vip-home-page .bb-package-card,
  body.vip-home-page .bb-review-card,
  body.vip-home-page .bs-journal__card,
  body.vip-home-page .bs-reference{
    box-shadow:0 8px 22px rgba(8,40,51,.035)!important;
  }
}

/* ===== MERGED FROM baris-home-v17.css ===== */
/* ========================================================================== 
   BY BARIŞ ORGANİZASYON — V17 CORPORATE EDITORIAL SYSTEM
   2026-09-10
   Compact, premium, image-led and highly readable. Keeps the current header,
   slider, URLs, database content and admin-driven media intact.
   ========================================================================== */
body.vip-home-page{
  --bb16-ink:#082a35;
  --bb16-ink-2:#0d3541;
  --bb16-ink-3:#143f49;
  --bb16-gold:#c28d3d;
  --bb16-gold-dark:#9f6d25;
  --bb16-gold-soft:#ead3aa;
  --bb16-paper:#ffffff;
  --bb16-warm:#faf7f1;
  --bb16-warm-2:#f5f0e7;
  --bb16-cool:#f4f7f6;
  --bb16-text:#29454e;
  --bb16-muted:#687b81;
  --bb16-line:rgba(8,42,53,.105);
  --bb16-line-gold:rgba(194,141,61,.26);
  --bb16-shadow:0 15px 42px rgba(8,42,53,.07);
  --bb16-shadow-hover:0 22px 58px rgba(8,42,53,.12);
  --bb16-radius:14px;
  --bb16-section:70px;
}
body.vip-home-page .bs-home{background:#fff!important;color:var(--bb16-text)!important;overflow:hidden}
body.vip-home-page .bs-home .container{width:min(calc(100% - 48px),1280px)!important;max-width:1280px!important}
body.vip-home-page .bs-section{position:relative;padding:var(--bb16-section) 0!important;overflow:clip}
body.vip-home-page .bs-section>.container{position:relative;z-index:2}

/* Clean, consistent typography */
body.vip-home-page .bs-heading,
body.vip-home-page .bb-platform-head,
body.vip-home-page .bb-ig-heading,
body.vip-home-page .bb-reference-head,
body.vip-home-page .bb-packages__head{margin-bottom:24px!important}
body.vip-home-page .bs-heading--split,
body.vip-home-page .bb-platform-head,
body.vip-home-page .bb-ig-heading,
body.vip-home-page .bb-reference-head{align-items:flex-end!important;gap:36px!important}
body.vip-home-page .bs-heading h2,
body.vip-home-page .bb-platform-head h2,
body.vip-home-page .bb-ig-heading h2,
body.vip-home-page .bb-reference-head h2,
body.vip-home-page .bb-packages__head h2,
body.vip-home-page .bs-about__content h2,
body.vip-home-page .bb-film__heading h2{
  margin:0!important;color:var(--bb16-ink)!important;font-family:var(--bb-serif)!important;
  font-size:clamp(35px,2.75vw,45px)!important;font-weight:500!important;line-height:1.07!important;
  letter-spacing:-.035em!important;text-wrap:balance;text-rendering:optimizeLegibility;
}
body.vip-home-page .bs-heading p,
body.vip-home-page .bb-platform-head p,
body.vip-home-page .bb-ig-heading p,
body.vip-home-page .bb-reference-head p,
body.vip-home-page .bb-packages__head>p,
body.vip-home-page .bb-film__heading p{
  margin:9px 0 0!important;max-width:720px;color:var(--bb16-muted)!important;
  font-family:var(--bb-sans)!important;font-size:14px!important;line-height:1.65!important;
}
body.vip-home-page .bs-eyebrow{
  display:flex!important;align-items:center!important;gap:9px!important;margin:0 0 9px!important;
  color:var(--bb16-gold-dark)!important;font-family:var(--bb-sans)!important;font-size:10.5px!important;
  font-weight:800!important;line-height:1.2!important;letter-spacing:.17em!important;text-transform:uppercase!important;
}
body.vip-home-page .bs-eyebrow:before{content:"";width:25px;height:1px;flex:0 0 25px;background:var(--bb16-gold)!important}
body.vip-home-page .bs-outline-link,
body.vip-home-page .bs-text-link{font-size:11px!important;font-weight:800!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--bb16-gold-dark)!important}

/* Full-width chapter rhythm, subtle like modern corporate packages */
body.vip-home-page .bs-about{background:var(--bb16-paper)!important}
body.vip-home-page .bb-film{background:linear-gradient(180deg,#f8f4ed 0%,#fff 100%)!important;border-top:1px solid var(--bb16-line)!important;border-bottom:1px solid var(--bb16-line)!important}
body.vip-home-page .bs-services{background:#fff!important}
body.vip-home-page .bs-projects{background:var(--bb16-warm)!important;border-top:1px solid rgba(8,42,53,.07)!important;border-bottom:1px solid rgba(8,42,53,.07)!important}
body.vip-home-page .bs-process{background:linear-gradient(115deg,#062631 0%,#0b3440 100%)!important;color:#fff!important}
body.vip-home-page .bb-packages{background:#fff!important}
body.vip-home-page .bs-gallery{background:var(--bb16-warm-2)!important;border-top:1px solid rgba(194,141,61,.12)!important;border-bottom:1px solid rgba(194,141,61,.12)!important}
body.vip-home-page .bb-instagram{background:#fff!important}
body.vip-home-page .bb-youtube{background:linear-gradient(115deg,#062631 0%,#0b3440 100%)!important}
body.vip-home-page .bb-google{background:var(--bb16-cool)!important}
body.vip-home-page .bb-reviews{background:#fff!important}
body.vip-home-page .bs-journal{background:var(--bb16-warm)!important}
body.vip-home-page .bs-references{background:#fff!important}
body.vip-home-page .bs-section:before{
  content:"";position:absolute;left:50%;top:0;width:min(1280px,calc(100% - 48px));height:1px;
  transform:translateX(-50%);background:linear-gradient(90deg,transparent,var(--bb16-line-gold),transparent);pointer-events:none
}
body.vip-home-page .bs-about:before,body.vip-home-page .bs-services:before{opacity:.3}

/* Reservation — truly compact, two-row corporate form */
body.vip-home-page .bb-reservation-wrap{margin-top:-54px!important;padding-bottom:24px!important;position:relative;z-index:9}
body.vip-home-page .bb-reservation{
  display:grid!important;grid-template-columns:330px minmax(0,1fr)!important;gap:26px!important;align-items:center!important;
  padding:20px 22px!important;border:1px solid rgba(255,255,255,.68)!important;border-radius:15px!important;
  background:rgba(255,255,255,.975)!important;box-shadow:0 18px 50px rgba(2,28,37,.13)!important;backdrop-filter:blur(12px)
}
body.vip-home-page .bb-reservation__intro h2{font-size:30px!important;line-height:1.04!important;margin:0 0 7px!important;white-space:normal!important}
body.vip-home-page .bb-reservation__intro>p{font-size:12.5px!important;line-height:1.5!important;margin:0!important;color:#61757c!important}
body.vip-home-page .bb-reservation__benefits{margin-top:11px!important;gap:7px 11px!important}
body.vip-home-page .bb-reservation__benefits span{font-size:10px!important;white-space:nowrap!important}
body.vip-home-page .bb-reservation__benefits i{width:23px!important;height:23px!important;font-size:10px!important}
body.vip-home-page .bb-reservation__intro>small{margin-top:8px!important;font-size:9.5px!important;color:#859399!important}
body.vip-home-page .bb-reservation__form{
  display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:8px 10px!important;align-items:end!important
}
body.vip-home-page .bb-reservation__form label{margin:0!important;min-width:0!important}
body.vip-home-page .bb-reservation__form label:nth-of-type(1){grid-column:span 4!important}
body.vip-home-page .bb-reservation__form label:nth-of-type(2){grid-column:span 4!important}
body.vip-home-page .bb-reservation__form label:nth-of-type(3){grid-column:span 4!important}
body.vip-home-page .bb-reservation__form label:nth-of-type(4){grid-column:span 2!important}
body.vip-home-page .bb-reservation__form label:nth-of-type(5){grid-column:span 4!important}
body.vip-home-page .bb-reservation__form label:nth-of-type(6){grid-column:span 3!important}
body.vip-home-page .bb-reservation__form label:nth-of-type(7){grid-column:span 3!important}
body.vip-home-page .bb-reservation__form label>span{margin-bottom:4px!important;font-size:10.5px!important;color:#425d66!important}
body.vip-home-page .bb-reservation__form input,
body.vip-home-page .bb-reservation__form select{height:42px!important;padding:0 12px!important;border-radius:8px!important;border:1px solid #dbe2e3!important;background:#fbfcfc!important;font-size:12.5px!important;color:#263f48!important}
body.vip-home-page .bb-reservation__actions{grid-column:1/-1!important;display:grid!important;grid-template-columns:1.45fr .85fr!important;gap:10px!important;margin-top:2px!important}
body.vip-home-page .bb-reservation__actions .bs-btn,body.vip-home-page .bb-reservation__wa{min-height:42px!important;border-radius:8px!important;font-size:11.5px!important}

/* About — editorial but compact, admin imagery remains source of truth */
body.vip-home-page .bs-about{padding:68px 0 66px!important}
body.vip-home-page .bs-about__grid{grid-template-columns:1.02fr .98fr!important;gap:58px!important;align-items:center!important}
body.vip-home-page .bs-about__visual{min-height:440px!important;max-width:590px!important}
body.vip-home-page .bs-about__main{width:84%!important;height:415px!important;border-radius:16px!important;border:1px solid rgba(8,42,53,.09)!important;box-shadow:var(--bb16-shadow)!important;object-fit:cover!important}
body.vip-home-page .bs-about__mini{width:39%!important;height:165px!important;right:3%!important;bottom:3%!important;border:7px solid #fff!important;border-radius:13px!important;box-shadow:0 15px 36px rgba(8,42,53,.13)!important}
body.vip-home-page .bs-about__float{border-radius:9px!important;box-shadow:0 10px 28px rgba(8,42,53,.12)!important}
body.vip-home-page .bs-about__seal{width:78px!important;height:78px!important;right:30%!important;bottom:6%!important;border-width:4px!important}
body.vip-home-page .bs-about__content>p{margin:14px 0 14px!important;font-size:14px!important;line-height:1.7!important;color:var(--bb16-text)!important}
body.vip-home-page .bs-about__features{margin-top:12px!important;border-top:1px solid var(--bb16-line)!important}
body.vip-home-page .bs-about__features>div{padding:10px 0!important}
body.vip-home-page .bs-about__features b{font-size:12.5px!important}
body.vip-home-page .bs-about__features small{font-size:11px!important;line-height:1.45!important;color:#72848a!important}

/* Promotional film — redesigned as a real corporate media showcase */
body.vip-home-page .bb-film{padding:64px 0 68px!important}
body.vip-home-page .bb-film__heading{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:28px!important;margin-bottom:22px!important}
body.vip-home-page .bb-film__heading-copy{max-width:760px}
body.vip-home-page .bb-film__channel{display:inline-flex!important;align-items:center!important;gap:9px!important;height:42px!important;padding:0 15px!important;border:1px solid rgba(8,42,53,.12)!important;border-radius:999px!important;background:#fff!important;color:var(--bb16-ink)!important;font-size:11px!important;font-weight:800!important;text-decoration:none!important;box-shadow:0 7px 20px rgba(8,42,53,.045)!important}
body.vip-home-page .bb-film__channel i{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#ff0000;color:#fff;font-size:11px}
body.vip-home-page .bb-film__channel b{color:var(--bb16-gold-dark);font-size:14px}
body.vip-home-page .bb-film__stage{display:grid!important;grid-template-columns:minmax(0,1.58fr) minmax(350px,.82fr)!important;gap:14px!important;align-items:stretch!important}
body.vip-home-page .bb-film__feature{position:relative!important;overflow:hidden!important;min-height:430px!important;padding:0!important;border:0!important;border-radius:16px!important;background:#082a35!important;box-shadow:var(--bb16-shadow)!important;cursor:pointer!important;text-align:left!important}
body.vip-home-page .bb-film__feature>img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .9s cubic-bezier(.22,1,.36,1),filter .5s ease!important}
body.vip-home-page .bb-film__feature-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,24,31,.04),rgba(3,24,31,.20) 45%,rgba(3,24,31,.88) 100%)}
body.vip-home-page .bb-film__feature-badge{position:absolute;left:20px;top:20px;display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(6,35,44,.58);backdrop-filter:blur(8px);color:#fff;font-size:10px;font-weight:800;letter-spacing:.03em}
body.vip-home-page .bb-film__feature-badge i{color:#e9c686;font-size:9px}
body.vip-home-page .bb-film__feature-copy{position:absolute;left:24px;right:95px;bottom:24px;z-index:2;color:#fff}
body.vip-home-page .bb-film__feature-copy small{display:block;margin-bottom:6px;color:#e9c686;font-size:9.5px;font-weight:800;letter-spacing:.14em}
body.vip-home-page .bb-film__feature-copy strong{display:block;max-width:660px;font-family:var(--bb-serif);font-size:clamp(27px,2.5vw,39px);font-weight:500;line-height:1.06;letter-spacing:-.025em}
body.vip-home-page .bb-film__feature-play{position:absolute;right:24px;bottom:24px;z-index:3;display:grid;place-items:center;width:58px;height:58px;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(255,255,255,.93);color:var(--bb16-ink);box-shadow:0 0 0 8px rgba(255,255,255,.13)}
body.vip-home-page .bb-film__feature-play i{margin-left:3px;font-size:14px}
body.vip-home-page .bb-film__playlist{padding:15px!important;border:1px solid var(--bb16-line)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 11px 32px rgba(8,42,53,.055)!important}
body.vip-home-page .bb-film__playlist-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:11px;padding:0 2px 10px;border-bottom:1px solid var(--bb16-line)}
body.vip-home-page .bb-film__playlist-head span{color:var(--bb16-ink);font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
body.vip-home-page .bb-film__playlist-head small{color:#829196;font-size:10px}
body.vip-home-page .bb-film__playlist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px!important}
body.vip-home-page .bb-film__clip{display:block!important;min-width:0!important;padding:0 0 8px!important;overflow:hidden!important;border:1px solid rgba(8,42,53,.085)!important;border-radius:11px!important;background:#fff!important;color:var(--bb16-ink)!important;text-align:left!important;cursor:pointer!important;transition:.3s ease!important}
body.vip-home-page .bb-film__clip-media{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#e9edeb}
body.vip-home-page .bb-film__clip-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}
body.vip-home-page .bb-film__clip-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(4,30,38,.22));pointer-events:none}
body.vip-home-page .bb-film__clip-media i{position:absolute;z-index:2;left:50%;top:50%;display:grid;place-items:center;width:34px;height:34px;transform:translate(-50%,-50%);border-radius:50%;background:rgba(255,255,255,.92);color:var(--bb16-ink);font-size:9px;box-shadow:0 6px 20px rgba(0,0,0,.15)}
body.vip-home-page .bb-film__clip-copy{display:grid;grid-template-columns:24px 1fr;gap:7px;align-items:start;padding:8px 9px 0}
body.vip-home-page .bb-film__clip-copy small{color:var(--bb16-gold-dark);font-size:9px;font-weight:800;letter-spacing:.08em}
body.vip-home-page .bb-film__clip-copy strong{display:block;color:var(--bb16-ink);font-size:11px;font-weight:700;line-height:1.35}
@media(hover:hover) and (pointer:fine){
  body.vip-home-page .bb-film__feature:hover>img{transform:scale(1.035);filter:saturate(1.04)}
  body.vip-home-page .bb-film__clip:hover{transform:translateY(-3px);border-color:rgba(194,141,61,.30);box-shadow:0 10px 25px rgba(8,42,53,.07)}
  body.vip-home-page .bb-film__clip:hover img{transform:scale(1.045)}
}

/* Service cards — compact, clear, image-first */
body.vip-home-page .bs-services{padding:68px 0 72px!important}
body.vip-home-page .bb-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:15px!important}
body.vip-home-page .bb-service-card{border:1px solid var(--bb16-line)!important;border-radius:13px!important;background:#fff!important;box-shadow:0 8px 24px rgba(8,42,53,.04)!important;overflow:hidden!important}
body.vip-home-page .bb-service-card__media{aspect-ratio:16/9!important}
body.vip-home-page .bb-service-card__body{min-height:92px!important;padding:12px 14px 13px!important}
body.vip-home-page .bb-service-card__body small{font-size:9.5px!important;letter-spacing:.10em!important}
body.vip-home-page .bb-service-card__body strong{font-size:18px!important;line-height:1.15!important;margin-top:4px!important}
body.vip-home-page .bb-service-card__body em{font-size:10px!important;margin-top:7px!important}
body.vip-home-page .bb-service-more{margin-top:15px!important}

/* Projects — same disciplined geometry */
body.vip-home-page .bs-projects{padding:68px 0 72px!important}
body.vip-home-page .bb-project-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:15px!important}
body.vip-home-page .bb-project-card{border:1px solid var(--bb16-line)!important;border-radius:13px!important;background:#fff!important;box-shadow:0 8px 24px rgba(8,42,53,.04)!important;overflow:hidden!important}
body.vip-home-page .bb-project-card__media{aspect-ratio:16/9!important}
body.vip-home-page .bb-project-card__body{min-height:98px!important;padding:12px 14px 13px!important}
body.vip-home-page .bb-project-card__body small{font-size:9px!important;letter-spacing:.10em!important}
body.vip-home-page .bb-project-card__body strong{font-size:16px!important;line-height:1.25!important;margin-top:4px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
body.vip-home-page .bb-project-card__body em{font-size:10px!important;margin-top:7px!important}

/* Process — one clean corporate band */
body.vip-home-page .bs-process{padding:58px 0!important}
body.vip-home-page .bs-process .bs-heading{margin-bottom:22px!important}
body.vip-home-page .bs-process .bs-heading h2{color:#fff!important;font-size:34px!important}
body.vip-home-page .bs-process .bs-eyebrow{color:#e8c786!important}
body.vip-home-page .bs-process__grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:13px!important;background:rgba(255,255,255,.045)!important;overflow:hidden!important}
body.vip-home-page .bs-process__item{min-height:128px!important;padding:20px 18px!important;border-right:1px solid rgba(255,255,255,.10)!important;background:transparent!important}
body.vip-home-page .bs-process__item:last-child{border-right:0!important}
body.vip-home-page .bs-process__item>span{display:inline-grid!important;place-items:center!important;width:36px!important;height:36px!important;border:1px solid rgba(232,199,134,.28)!important;border-radius:9px!important;background:rgba(232,199,134,.08)!important;color:#e8c786!important;font-size:12px!important;font-family:var(--bb-sans)!important;font-weight:800!important}
body.vip-home-page .bs-process__item h3{margin:10px 0 4px!important;color:#fff!important;font-family:var(--bb-sans)!important;font-size:14px!important;font-weight:750!important}
body.vip-home-page .bs-process__item p{margin:0!important;color:rgba(255,255,255,.66)!important;font-size:11.5px!important;line-height:1.5!important}

/* Packages — stronger, more 'settled' cards */
body.vip-home-page .bb-packages{padding:68px 0 72px!important}
body.vip-home-page .bb-packages__head{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(300px,.72fr)!important;gap:36px!important;align-items:end!important}
body.vip-home-page .bb-packages__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:15px!important}
body.vip-home-page .bb-package-card{border:1px solid var(--bb16-line)!important;border-radius:15px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 10px 30px rgba(8,42,53,.055)!important;transform:none!important}
body.vip-home-page .bb-package-card.is-featured{background:linear-gradient(160deg,#0b3541,#072733)!important;transform:none!important;border-color:rgba(194,141,61,.35)!important}
body.vip-home-page .bb-package-card__media{height:176px!important;aspect-ratio:auto!important}
body.vip-home-page .bb-package-card__media img{width:100%;height:100%;object-fit:cover}
body.vip-home-page .bb-package-card__body{padding:17px 17px 16px!important}
body.vip-home-page .bb-package-card__no{width:34px!important;height:34px!important;border-radius:9px!important;font-size:10px!important}
body.vip-home-page .bb-package-card h3{margin:10px 0 3px!important;font-size:23px!important}
body.vip-home-page .bb-package-card p{font-size:11.5px!important;margin:0 0 10px!important}
body.vip-home-page .bb-package-card ul{margin:0 0 14px!important}
body.vip-home-page .bb-package-card li{padding:7px 0 7px 22px!important;font-size:11.5px!important;line-height:1.35!important}
body.vip-home-page .bb-package-card li i{top:7px!important}
body.vip-home-page .bb-package-card__wa{min-height:42px!important;border-radius:8px!important;font-size:10.5px!important}

/* Gallery — premium mosaic, tighter vertical rhythm */
body.vip-home-page .bs-gallery{padding:68px 0 72px!important}
body.vip-home-page .bb-gallery-grid{padding:7px!important;gap:6px!important;border:1px solid rgba(8,42,53,.10)!important;border-radius:14px!important;background:#fff!important;box-shadow:0 12px 34px rgba(8,42,53,.05)!important;overflow:hidden!important}
body.vip-home-page .bb-gallery-item{border-radius:8px!important}
body.vip-home-page .bb-gallery-foot{margin-top:16px!important}

/* Instagram — recognisable but less oversized */
body.vip-home-page .bb-instagram{padding:64px 0 68px!important}
body.vip-home-page .bb-ig-shell{max-width:1020px!important;margin:0 auto!important}
body.vip-home-page .bb-ig-heading{margin-bottom:16px!important}
body.vip-home-page .bb-ig-heading h2{font-size:37px!important}
body.vip-home-page .bb-ig-profile{border:1px solid var(--bb16-line)!important;border-radius:13px!important;box-shadow:0 10px 30px rgba(8,42,53,.045)!important;overflow:hidden!important}
body.vip-home-page .bb-ig-profile__top{padding:14px 17px!important}
body.vip-home-page .bb-ig-stories{padding:11px 17px 13px!important}
body.vip-home-page .bb-ig-tabs{min-height:39px!important}
body.vip-home-page .bb-ig-grid{gap:2px!important}

/* YouTube — compact channel lounge */
body.vip-home-page .bb-youtube{padding:62px 0 68px!important}
body.vip-home-page .bb-youtube:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 84% 18%,rgba(194,141,61,.13),transparent 30%);pointer-events:none}
body.vip-home-page .bb-youtube__channel{grid-template-columns:minmax(0,1fr) minmax(300px,.7fr)!important;gap:32px!important;padding-bottom:20px!important;margin-bottom:16px!important;border-bottom:1px solid rgba(255,255,255,.12)!important}
body.vip-home-page .bb-youtube__identity h2{color:#fff!important;font-size:34px!important}
body.vip-home-page .bb-youtube__intro p{font-size:12.5px!important;line-height:1.55!important}
body.vip-home-page .bb-youtube__rail{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:11px!important}
body.vip-home-page .bb-youtube-card{border-radius:10px!important;padding-bottom:9px!important}
body.vip-home-page .bb-youtube-card>strong{padding:9px 10px 0!important;font-size:10.5px!important;line-height:1.35!important}
body.vip-home-page .bb-platform-foot{margin-top:15px!important}

/* Google business — concise split panel */
body.vip-home-page .bb-google{padding:64px 0 68px!important}
body.vip-home-page .bb-google__grid{grid-template-columns:minmax(330px,.75fr) minmax(0,1.25fr)!important;gap:14px!important}
body.vip-home-page .bb-google-card,body.vip-home-page .bb-google__map{border-radius:13px!important;box-shadow:0 10px 30px rgba(8,42,53,.045)!important}
body.vip-home-page .bb-google-card{padding:16px!important;background:#fff!important}

/* Reviews — readable ten-card trust grid */
body.vip-home-page .bb-reviews{padding:64px 0 68px!important}
body.vip-home-page .bb-reviews__grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important}
body.vip-home-page .bb-review-card{min-height:212px!important;padding:14px!important;border-radius:11px!important;box-shadow:0 7px 21px rgba(8,42,53,.035)!important}
body.vip-home-page .bb-review-card header strong{font-size:11px!important}
body.vip-home-page .bb-review-card header small{font-size:9.5px!important}
body.vip-home-page .bb-review-card__label,body.vip-home-page .bb-review-card time{font-size:9px!important}
body.vip-home-page .bb-review-card p{font-size:11.5px!important;line-height:1.55!important;color:#38515a!important}
body.vip-home-page .bb-reviews__google{margin-top:17px!important}

/* Blog / journal */
body.vip-home-page .bs-journal{padding:64px 0 68px!important}
body.vip-home-page .bs-journal__grid{gap:14px!important}
body.vip-home-page .bs-journal__card{border-radius:12px!important;box-shadow:0 8px 24px rgba(8,42,53,.04)!important}
body.vip-home-page .bs-journal__card h3{font-size:16px!important;line-height:1.25!important}
body.vip-home-page .bs-journal__card p{font-size:11.5px!important;line-height:1.5!important}

/* References — compact trust rail */
body.vip-home-page .bs-references{padding:48px 0 52px!important}
body.vip-home-page .bb-reference-head{padding-bottom:13px!important;margin-bottom:14px!important}
body.vip-home-page .bb-reference-head h2{font-size:34px!important}
body.vip-home-page .bs-references__rail{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:8px!important}
body.vip-home-page .bs-reference{height:74px!important;min-height:74px!important;border-radius:9px!important}
body.vip-home-page .bs-reference img{max-width:104px!important;max-height:40px!important}

/* CTA / footer — one premium closing chapter */
body.vip-home-page .bs-cta{padding:54px 0!important;background:linear-gradient(110deg,#082a35,#0c3542)!important}
body.vip-home-page .bs-cta h2{font-size:38px!important}
body.vip-site .bb-footer{background:#061f29!important;border-top:1px solid rgba(194,141,61,.30)!important}
body.vip-site .bb-footer__main{padding-top:48px!important;padding-bottom:40px!important}
body.vip-site .bb-footer__grid{gap:32px!important}
body.vip-site .bb-footer h4{font-size:12px!important;letter-spacing:.07em!important}
body.vip-site .bb-footer p,body.vip-site .bb-footer a,body.vip-site .bb-footer li{font-size:11.5px!important;line-height:1.7!important}

/* Corporate effects — always readable, effects never hide content */
body.vip-home-page .bb16-inview-line{position:relative}
body.vip-home-page .bb16-inview-line:after{content:"";position:absolute;left:0;bottom:-9px;width:42px;height:1px;background:var(--bb16-gold);transform-origin:left;transform:scaleX(.35);opacity:.5;transition:transform .8s cubic-bezier(.22,1,.36,1),opacity .6s ease}
body.vip-home-page .bb16-inview-line.is-inview:after{transform:scaleX(1);opacity:1}
body.vip-home-page .bb-service-card,body.vip-home-page .bb-project-card,body.vip-home-page .bb-package-card,body.vip-home-page .bb-review-card,body.vip-home-page .bs-journal__card,body.vip-home-page .bs-reference{transition:transform .42s cubic-bezier(.22,1,.36,1),box-shadow .42s ease,border-color .42s ease!important}
body.vip-home-page .bb-service-card img,body.vip-home-page .bb-project-card img,body.vip-home-page .bb-package-card img,body.vip-home-page .bb-gallery-item img,body.vip-home-page .bb-ig-grid img,body.vip-home-page .bb-youtube-card img{transition:transform .75s cubic-bezier(.22,1,.36,1),filter .5s ease!important}
@media(hover:hover) and (pointer:fine){
 body.vip-home-page .bb-service-card:hover,body.vip-home-page .bb-project-card:hover,body.vip-home-page .bb-package-card:hover,body.vip-home-page .bb-review-card:hover,body.vip-home-page .bs-journal__card:hover{transform:translateY(-5px)!important;box-shadow:var(--bb16-shadow-hover)!important;border-color:rgba(194,141,61,.28)!important}
 body.vip-home-page .bb-service-card:hover img,body.vip-home-page .bb-project-card:hover img,body.vip-home-page .bb-package-card:hover img,body.vip-home-page .bb-gallery-item:hover img,body.vip-home-page .bb-ig-grid a:hover img,body.vip-home-page .bb-youtube-card:hover img{transform:scale(1.035)!important}
}

/* Tablet */
@media(max-width:1199px){
 body.vip-home-page{--bb16-section:62px}
 body.vip-home-page .bs-home .container{width:min(calc(100% - 40px),1120px)!important}
 body.vip-home-page .bb-reservation{grid-template-columns:290px minmax(0,1fr)!important;gap:20px!important}
 body.vip-home-page .bb-film__stage{grid-template-columns:minmax(0,1.35fr) minmax(310px,.8fr)!important}
 body.vip-home-page .bb-reviews__grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
 body.vip-home-page .bs-references__rail{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}

@media(max-width:991px){
 body.vip-home-page .bs-home .container{width:auto!important;max-width:none!important;margin-left:20px!important;margin-right:20px!important}
 body.vip-home-page .bb-reservation-wrap{margin-top:-28px!important}
 body.vip-home-page .bb-reservation{grid-template-columns:1fr!important;gap:14px!important;padding:18px!important}
 body.vip-home-page .bb-reservation__intro h2{font-size:28px!important}
 body.vip-home-page .bs-about__grid{grid-template-columns:1fr 1fr!important;gap:30px!important}
 body.vip-home-page .bs-about__visual{min-height:365px!important}
 body.vip-home-page .bs-about__main{height:350px!important}
 body.vip-home-page .bb-film__heading{grid-template-columns:1fr!important;gap:14px!important}
 body.vip-home-page .bb-film__channel{justify-self:start}
 body.vip-home-page .bb-film__stage{grid-template-columns:1fr!important}
 body.vip-home-page .bb-film__feature{min-height:390px!important}
 body.vip-home-page .bb-film__playlist-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
 body.vip-home-page .bb-film__clip-copy{grid-template-columns:1fr!important}
 body.vip-home-page .bb-film__clip-copy small{display:none}
 body.vip-home-page .bb-service-grid,body.vip-home-page .bb-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 body.vip-home-page .bs-process__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 body.vip-home-page .bs-process__item:nth-child(2){border-right:0!important}
 body.vip-home-page .bs-process__item:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.10)!important}
 body.vip-home-page .bb-packages__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 body.vip-home-page .bb-package-card:last-child{grid-column:1/-1!important;max-width:calc(50% - 7px);width:100%;justify-self:center}
 body.vip-home-page .bb-youtube__channel{grid-template-columns:1fr!important;gap:15px!important}
 body.vip-home-page .bb-youtube__rail{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 body.vip-home-page .bb-google__grid{grid-template-columns:1fr!important}
 body.vip-home-page .bb-reviews__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

/* Mobile — no tiny text, no decorative clutter */
@media(max-width:767px){
 body.vip-home-page{--bb16-section:46px}
 body.vip-home-page .bs-home .container{margin-left:15px!important;margin-right:15px!important}
 body.vip-home-page .bs-section{padding:46px 0!important}
 body.vip-home-page .bs-heading,body.vip-home-page .bb-platform-head,body.vip-home-page .bb-ig-heading,body.vip-home-page .bb-reference-head,body.vip-home-page .bb-packages__head{margin-bottom:18px!important}
 body.vip-home-page .bs-heading--split,body.vip-home-page .bb-platform-head,body.vip-home-page .bb-ig-heading,body.vip-home-page .bb-reference-head{display:block!important}
 body.vip-home-page .bs-heading h2,body.vip-home-page .bb-platform-head h2,body.vip-home-page .bb-ig-heading h2,body.vip-home-page .bb-reference-head h2,body.vip-home-page .bb-packages__head h2,body.vip-home-page .bb-film__heading h2{font-size:29px!important;line-height:1.10!important}
 body.vip-home-page .bs-heading p,body.vip-home-page .bb-platform-head p,body.vip-home-page .bb-ig-heading p,body.vip-home-page .bb-reference-head p,body.vip-home-page .bb-packages__head>p,body.vip-home-page .bb-film__heading p{font-size:13px!important;line-height:1.58!important}
 body.vip-home-page .bs-outline-link{display:inline-flex!important;margin-top:12px!important}
 body.vip-home-page .bb-reservation-wrap{margin:0!important;padding:10px 10px 16px!important;background:#071f29!important}
 body.vip-home-page .bb-reservation{display:block!important;padding:15px!important;border-radius:13px!important;box-shadow:none!important}
 body.vip-home-page .bb-reservation__intro h2{font-size:27px!important}
 body.vip-home-page .bb-reservation__intro>p{font-size:13px!important}
 body.vip-home-page .bb-reservation__benefits{margin:10px 0 13px!important}
 body.vip-home-page .bb-reservation__benefits span{font-size:10px!important}
 body.vip-home-page .bb-reservation__intro>small{font-size:10px!important}
 body.vip-home-page .bb-reservation__form{grid-template-columns:1fr!important;gap:8px!important}
 body.vip-home-page .bb-reservation__form label,body.vip-home-page .bb-reservation__form label.is-wide,body.vip-home-page .bb-reservation__form label:nth-of-type(n){grid-column:auto!important}
 body.vip-home-page .bb-reservation__form label>span{font-size:10.5px!important}
 body.vip-home-page .bb-reservation__form input,body.vip-home-page .bb-reservation__form select{height:44px!important;font-size:13.5px!important}
 body.vip-home-page .bb-reservation__actions{grid-template-columns:1fr!important;gap:7px!important}
 body.vip-home-page .bb-reservation__actions .bs-btn,body.vip-home-page .bb-reservation__wa{min-height:44px!important;font-size:11.5px!important}
 body.vip-home-page .bs-about{display:none!important}
 body.vip-home-page .bb-film{padding:46px 0!important}
 body.vip-home-page .bb-film__heading{margin-bottom:16px!important}
 body.vip-home-page .bb-film__channel{height:40px!important}
 body.vip-home-page .bb-film__feature{min-height:330px!important;border-radius:13px!important}
 body.vip-home-page .bb-film__feature-badge{left:14px;top:14px;font-size:9px}
 body.vip-home-page .bb-film__feature-copy{left:17px;right:70px;bottom:17px}
 body.vip-home-page .bb-film__feature-copy strong{font-size:26px}
 body.vip-home-page .bb-film__feature-play{right:17px;bottom:17px;width:46px;height:46px;box-shadow:0 0 0 5px rgba(255,255,255,.12)}
 body.vip-home-page .bb-film__playlist{padding:10px!important;border-radius:13px!important}
 body.vip-home-page .bb-film__playlist-grid{display:flex!important;overflow-x:auto!important;gap:8px!important;scroll-snap-type:x mandatory;padding-bottom:2px}
 body.vip-home-page .bb-film__clip{flex:0 0 68vw!important;scroll-snap-align:start!important}
 body.vip-home-page .bb-film__clip-copy strong{font-size:11.5px}
 body.vip-home-page .bb-service-grid,body.vip-home-page .bb-project-grid,body.vip-home-page .bb-packages__grid{grid-template-columns:1fr!important;gap:11px!important}
 body.vip-home-page .bb-package-card:last-child{grid-column:auto!important;max-width:none!important}
 body.vip-home-page .bb-service-card__body strong{font-size:18px!important}
 body.vip-home-page .bb-project-card__body strong{font-size:16.5px!important}
 body.vip-home-page .bs-process{padding:45px 0!important}
 body.vip-home-page .bs-process .bs-heading h2{font-size:28px!important}
 body.vip-home-page .bs-process__grid{grid-template-columns:1fr!important}
 body.vip-home-page .bs-process__item{min-height:0!important;padding:16px!important;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.10)!important}
 body.vip-home-page .bs-process__item:last-child{border-bottom:0!important}
 body.vip-home-page .bb-package-card__media{height:190px!important}
 body.vip-home-page .bb-package-card h3{font-size:23px!important}
 body.vip-home-page .bb-package-card li{font-size:12.5px!important}
 body.vip-home-page .bb-ig-shell{max-width:none!important}
 body.vip-home-page .bb-ig-heading h2{font-size:29px!important}
 body.vip-home-page .bb-youtube{padding:46px 0!important}
 body.vip-home-page .bb-youtube__identity h2{font-size:29px!important}
 body.vip-home-page .bb-youtube__rail{display:flex!important;overflow-x:auto!important;gap:9px!important;scroll-snap-type:x mandatory}
 body.vip-home-page .bb-youtube-card{flex:0 0 78vw!important;scroll-snap-align:start!important}
 body.vip-home-page .bb-youtube-card>strong{font-size:12px!important}
 body.vip-home-page .bb-reviews__grid{display:flex!important;overflow-x:auto!important;gap:10px!important;scroll-snap-type:x mandatory;padding-bottom:4px}
 body.vip-home-page .bb-review-card{flex:0 0 86vw!important;min-height:220px!important;scroll-snap-align:start!important}
 body.vip-home-page .bb-review-card p{font-size:13px!important;line-height:1.58!important}
 body.vip-home-page .bs-references__rail{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 body.vip-home-page .bs-reference{height:70px!important}
 body.vip-home-page .bs-cta{padding:44px 0!important}
 body.vip-home-page .bs-cta h2{font-size:30px!important}
 body.vip-site .bb-footer__main{padding-top:40px!important;padding-bottom:34px!important}
}

@media(max-width:420px){
 body.vip-home-page .bb-film__feature{min-height:300px!important}
 body.vip-home-page .bb-film__feature-copy strong{font-size:23px}
 body.vip-home-page .bb-film__clip{flex-basis:78vw!important}
 body.vip-home-page .bs-references__rail{grid-template-columns:1fr 1fr!important}
}

/* Reduced motion: visual quality without movement */
@media(prefers-reduced-motion:reduce){
 body.vip-home-page *,body.vip-home-page *:before,body.vip-home-page *:after{scroll-behavior:auto!important;animation:none!important;transition-duration:.01ms!important;transition-delay:0ms!important}
}

/* ========================================================================== 
   V17 — SIX-DIAGNOSIS FINAL PASS
   1) hero/reservation/about transition
   2) premium film poster treatment
   3) projects + packages advanced corporate system
   4) dynamic gallery showcase
   5) Instagram social showcase
   6) premium customer review rail
   ========================================================================== */

/* 1 — Slider -> reservation -> about: remove the disconnected navy block. */
body.vip-home-page .bs-hero{
  padding-bottom:0!important;
  background:#fff!important;
  overflow:visible!important;
}
body.vip-home-page .bs-hero__slider{background:#071f29!important}
body.vip-home-page .bb-reservation-wrap{
  margin-top:-64px!important;
  padding-bottom:26px!important;
  background:transparent!important;
}
body.vip-home-page .bb-reservation{
  box-shadow:0 20px 56px rgba(5,31,40,.15),0 1px 0 rgba(194,141,61,.12)!important;
}
body.vip-home-page .bs-about{padding-top:54px!important}
body.vip-home-page .bs-about:after{
  content:"";position:absolute;left:50%;top:0;width:min(1280px,calc(100% - 48px));height:1px;
  transform:translateX(-50%);background:linear-gradient(90deg,transparent,rgba(194,141,61,.32),transparent);pointer-events:none
}

/* Shared rail controls for projects and reviews. */
body.vip-home-page .bb-rail-nav{display:flex;align-items:center;gap:7px}
body.vip-home-page .bb-rail-nav button{
  width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--bb16-line);border-radius:50%;
  background:#fff;color:var(--bb16-ink);font:700 15px/1 var(--bb-sans);cursor:pointer;
  box-shadow:0 7px 18px rgba(8,42,53,.045);transition:transform .25s ease,border-color .25s ease,background .25s ease,color .25s ease
}
body.vip-home-page .bb-rail-nav button:hover{transform:translateY(-2px);border-color:rgba(194,141,61,.42);background:var(--bb16-ink);color:#fff}
body.vip-home-page .bb-project-head-actions,
body.vip-home-page .bb-reviews__head-actions{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex-wrap:wrap}

/* 2 — Film: sharper poster, controlled cinematic overlay. */
body.vip-home-page .bb-film__feature{isolation:isolate}
body.vip-home-page .bb-film__feature>img{
  image-rendering:auto!important;filter:saturate(1.04) contrast(1.02)!important;object-position:center center!important;
}
body.vip-home-page .bb-film__feature-shade{
  background:linear-gradient(180deg,rgba(2,20,27,.02) 0%,rgba(2,20,27,.10) 42%,rgba(2,20,27,.84) 100%)!important
}
body.vip-home-page .bb-film__feature:after{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;border:1px solid rgba(255,255,255,.14);border-radius:inherit;
  box-shadow:inset 0 0 0 1px rgba(194,141,61,.08)
}
body.vip-home-page .bb-film__feature-copy,
body.vip-home-page .bb-film__feature-badge,
body.vip-home-page .bb-film__feature-play{z-index:3!important}
body.vip-home-page .bb-film__clip-media img{filter:saturate(1.02) contrast(1.015)}

/* 3A — Projects: four-card horizontal portfolio rail with real interaction. */
body.vip-home-page .bs-projects{padding:62px 0 66px!important}
body.vip-home-page .bb-project-grid.bb-project-rail{
  display:flex!important;grid-template-columns:none!important;gap:13px!important;overflow-x:auto!important;overflow-y:hidden!important;
  scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;scrollbar-width:none!important;padding:2px 2px 14px!important;margin:0 -2px!important
}
body.vip-home-page .bb-project-grid.bb-project-rail::-webkit-scrollbar{display:none}
body.vip-home-page .bb-project-rail .bb-project-card{
  position:relative;flex:0 0 calc((100% - 39px)/4)!important;min-width:0;scroll-snap-align:start!important;
  border-radius:14px!important;background:#fff!important;border:1px solid rgba(8,42,53,.095)!important;
  box-shadow:0 10px 28px rgba(8,42,53,.045)!important
}
body.vip-home-page .bb-project-rail .bb-project-card__media{position:relative;aspect-ratio:4/3!important;overflow:hidden!important;background:#edf0ee}
body.vip-home-page .bb-project-card__badge{
  position:absolute;left:11px;top:11px;z-index:2;padding:6px 8px;border-radius:999px;background:rgba(5,31,40,.80);
  color:#fff;font-size:8.5px;font-weight:800;letter-spacing:.08em;backdrop-filter:blur(7px)
}
body.vip-home-page .bb-project-card__view{
  position:absolute;right:11px;bottom:11px;z-index:2;display:inline-flex;align-items:center;min-height:30px;padding:0 10px;
  border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(255,255,255,.90);color:var(--bb16-ink);
  font-size:9px;font-weight:800;opacity:0;transform:translateY(5px);transition:.3s ease
}
body.vip-home-page .bb-project-rail .bb-project-card__media:after{
  content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(5,31,40,.32));opacity:.35;transition:.35s ease
}
body.vip-home-page .bb-project-rail .bb-project-card__body{min-height:108px!important;padding:13px 14px 14px!important}
body.vip-home-page .bb-project-rail .bb-project-card__body small{color:var(--bb16-gold-dark)!important;font-size:8.5px!important}
body.vip-home-page .bb-project-rail .bb-project-card__body strong{font-size:15.5px!important;line-height:1.23!important}
body.vip-home-page .bb-project-rail .bb-project-card__body em{margin-top:auto!important;padding-top:8px!important}
@media(hover:hover) and (pointer:fine){
  body.vip-home-page .bb-project-rail .bb-project-card:hover .bb-project-card__view{opacity:1;transform:none}
  body.vip-home-page .bb-project-rail .bb-project-card:hover .bb-project-card__media:after{opacity:.7}
}

/* 3B — Packages: more premium, compact and clearly tiered. */
body.vip-home-page .bb-packages{padding:62px 0 68px!important;background:linear-gradient(180deg,#fff 0%,#fbfaf7 100%)!important}
body.vip-home-page .bb-packages__grid{gap:18px!important;align-items:stretch!important}
body.vip-home-page .bb-package-card{
  position:relative!important;border-radius:16px!important;box-shadow:0 12px 34px rgba(8,42,53,.055)!important;
  transition:transform .38s cubic-bezier(.22,1,.36,1),box-shadow .38s ease,border-color .38s ease!important
}
body.vip-home-page .bb-package-card__accent{position:absolute;left:0;right:0;top:0;height:3px;z-index:4;background:linear-gradient(90deg,transparent,var(--bb16-gold),transparent);opacity:.72}
body.vip-home-page .bb-package-card__popular{
  position:absolute;top:14px;right:14px;z-index:5;padding:6px 9px;border-radius:999px;background:#fff;color:var(--bb16-ink);
  box-shadow:0 7px 18px rgba(5,31,40,.12);font-size:8px;font-weight:900;letter-spacing:.11em
}
body.vip-home-page .bb-package-card__media{height:190px!important;position:relative}
body.vip-home-page .bb-package-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(5,31,40,.17));pointer-events:none}
body.vip-home-page .bb-package-card__body{padding:19px 18px 17px!important}
body.vip-home-page .bb-package-card h3{font-size:24px!important}
body.vip-home-page .bb-package-card p{font-size:12px!important;line-height:1.55!important}
body.vip-home-page .bb-package-card li{font-size:12px!important;padding:8px 0 8px 24px!important}
body.vip-home-page .bb-package-card__wa{font-size:11px!important;min-height:44px!important}
@media(hover:hover) and (pointer:fine){
 body.vip-home-page .bb-package-card:hover{transform:translateY(-6px)!important;box-shadow:0 22px 54px rgba(8,42,53,.105)!important;border-color:rgba(194,141,61,.34)!important}
}

/* 4 — Gallery: interactive portfolio mosaic rather than a static photo block. */
body.vip-home-page .bs-gallery{padding:62px 0 68px!important}
body.vip-home-page .bb-gallery-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex-wrap:wrap}
body.vip-home-page .bb-gallery-count{
  display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid rgba(194,141,61,.23);border-radius:999px;
  color:var(--bb16-gold-dark);background:rgba(255,255,255,.58);font-size:8.5px;font-weight:850;letter-spacing:.12em
}
body.vip-home-page .bb-gallery-grid{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-rows:repeat(4,164px)!important;
  grid-auto-flow:dense!important;padding:7px!important;gap:6px!important;background:#fff!important
}
body.vip-home-page .bb-gallery-item{position:relative!important;overflow:hidden!important;isolation:isolate;border-radius:9px!important}
body.vip-home-page .bb-gallery-item--0{grid-column:span 2!important;grid-row:span 2!important}
body.vip-home-page .bb-gallery-item--5{grid-column:span 2!important}
body.vip-home-page .bb-gallery-item--8{grid-column:span 2!important}
body.vip-home-page .bb-gallery-item--9{grid-column:span 2!important}
body.vip-home-page .bb-gallery-item__shade{
  position:absolute!important;inset:0!important;width:auto!important;height:auto!important;border:0!important;border-radius:0!important;
  background:linear-gradient(180deg,transparent 38%,rgba(4,27,35,.76) 100%)!important;opacity:.12!important;transition:opacity .4s ease!important
}
body.vip-home-page .bb-gallery-item__copy{
  position:absolute!important;left:14px!important;right:54px!important;bottom:13px!important;z-index:3!important;display:block!important;
  width:auto!important;height:auto!important;border:0!important;border-radius:0!important;background:none!important;color:#fff!important;
  opacity:0!important;transform:translateY(8px)!important;transition:.36s cubic-bezier(.22,1,.36,1)!important
}
body.vip-home-page .bb-gallery-item__copy small{display:block;margin-bottom:4px;color:#e9c686;font-size:8px;font-weight:850;letter-spacing:.11em}
body.vip-home-page .bb-gallery-item__copy strong{display:block;font-family:var(--bb-serif);font-size:18px;font-weight:500;line-height:1.08;text-shadow:0 1px 10px rgba(0,0,0,.25)}
body.vip-home-page .bb-gallery-item__copy em{display:block;margin-top:6px;font-style:normal;font-size:8.5px;font-weight:800;letter-spacing:.05em}
body.vip-home-page .bb-gallery-item__zoom{
  position:absolute!important;right:13px!important;bottom:13px!important;z-index:4!important;display:grid!important;place-items:center!important;
  width:34px!important;height:34px!important;border:1px solid rgba(255,255,255,.4)!important;border-radius:50%!important;
  background:rgba(255,255,255,.90)!important;color:var(--bb16-ink)!important;font-size:15px!important;opacity:0!important;transform:scale(.88)!important;transition:.3s ease!important
}
@media(hover:hover) and (pointer:fine){
 body.vip-home-page .bb-gallery-item:hover .bb-gallery-item__shade{opacity:1!important}
 body.vip-home-page .bb-gallery-item:hover .bb-gallery-item__copy{opacity:1!important;transform:none!important}
 body.vip-home-page .bb-gallery-item:hover .bb-gallery-item__zoom{opacity:1!important;transform:none!important}
 body.vip-home-page .bb-gallery-item:hover img{transform:scale(1.055)!important}
}

/* 5 — Instagram: branded social showcase, not an embedded screenshot imitation. */
body.vip-home-page .bb-instagram{padding:60px 0 66px!important;background:linear-gradient(180deg,#fff,#fcfaf6)!important}
body.vip-home-page .bb-ig-shell{max-width:1180px!important}
body.vip-home-page .bb-ig-heading{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:28px!important;margin-bottom:20px!important}
body.vip-home-page .bb-ig-profile{
  display:grid!important;grid-template-columns:330px minmax(0,1fr)!important;grid-template-rows:auto auto 1fr!important;
  border:1px solid rgba(8,42,53,.10)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 16px 42px rgba(8,42,53,.065)!important
}
body.vip-home-page .bb-ig-profile__top{
  grid-column:1!important;grid-row:1!important;padding:24px 22px 18px!important;background:linear-gradient(145deg,#fff,#f8f4ec)!important;border-right:1px solid var(--bb16-line)!important
}
body.vip-home-page .bb-ig-avatar{width:72px!important;height:72px!important;flex-basis:72px!important}
body.vip-home-page .bb-ig-profile__name strong{font-size:17px!important;color:var(--bb16-ink)!important}
body.vip-home-page .bb-ig-profile__identity>b{font-size:12px!important;color:var(--bb16-ink)!important}
body.vip-home-page .bb-ig-profile__identity>span{font-size:9.5px!important;line-height:1.5!important;color:#73858a!important}
body.vip-home-page .bb-ig-stories{
  grid-column:1!important;grid-row:2!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px 8px!important;padding:15px 18px 17px!important;border-top:1px solid var(--bb16-line)!important;border-right:1px solid var(--bb16-line)!important
}
body.vip-home-page .bb-ig-stories a{min-width:0!important;text-align:center!important}
body.vip-home-page .bb-ig-stories a>span{width:52px!important;height:52px!important;margin:0 auto!important}
body.vip-home-page .bb-ig-stories small{font-size:8.5px!important;color:#50666d!important}
body.vip-home-page .bb-ig-tabs{
  grid-column:1!important;grid-row:3!important;align-self:end!important;min-height:46px!important;border-top:1px solid var(--bb16-line)!important;
  border-right:1px solid var(--bb16-line)!important;background:#fbfcfb!important
}
body.vip-home-page .bb-ig-grid{
  grid-column:2!important;grid-row:1/4!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:3px!important;padding:5px!important;background:#f2f2f2!important
}
body.vip-home-page .bb-ig-grid>a{position:relative!important;aspect-ratio:1/1!important;border-radius:5px!important;overflow:hidden!important}
body.vip-home-page .bb-ig-grid>a>span{display:grid!important;place-items:center!important;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.42))!important;font-size:22px!important}
body.vip-home-page .bb-ig-grid>a:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.14);border-radius:inherit;pointer-events:none}
body.vip-home-page .bb-ig-open{box-shadow:0 8px 20px rgba(8,42,53,.05)!important}

/* 6 — Reviews: premium three-card testimonial rail. */
body.vip-home-page .bb-reviews{padding:60px 0 68px!important;background:linear-gradient(180deg,#fff 0%,#fbfaf7 100%)!important}
body.vip-home-page .bb-reviews__grid{
  display:flex!important;grid-template-columns:none!important;gap:14px!important;overflow-x:auto!important;overflow-y:hidden!important;
  scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;scrollbar-width:none!important;padding:2px 2px 13px!important
}
body.vip-home-page .bb-reviews__grid::-webkit-scrollbar{display:none}
body.vip-home-page .bb-review-card{
  position:relative!important;flex:0 0 calc((100% - 28px)/3)!important;min-height:270px!important;scroll-snap-align:start!important;
  padding:22px 21px 18px!important;border:1px solid rgba(8,42,53,.09)!important;border-radius:15px!important;background:#fff!important;
  box-shadow:0 10px 28px rgba(8,42,53,.045)!important;overflow:hidden!important
}
body.vip-home-page .bb-review-card:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:linear-gradient(180deg,var(--bb16-gold),rgba(194,141,61,.08))}
body.vip-home-page .bb-review-card__quote{position:absolute;right:17px;top:8px;color:rgba(194,141,61,.18);font-family:Georgia,serif;font-size:60px;line-height:1}
body.vip-home-page .bb-review-card header{position:relative;z-index:2;margin-bottom:14px!important;padding-right:34px!important}
body.vip-home-page .bb-review-card__avatar{width:44px!important;height:44px!important;flex:0 0 44px!important;border:1px solid rgba(194,141,61,.18)!important;background:#f8f1e5!important;font-size:18px!important}
body.vip-home-page .bb-review-card header strong{font-size:13px!important;color:var(--bb16-ink)!important}
body.vip-home-page .bb-review-card header small{font-size:10.5px!important;color:#7b8c91!important}
body.vip-home-page .bb-review-card__meta{margin-bottom:15px!important;padding-bottom:11px!important;border-bottom:1px solid var(--bb16-line)!important}
body.vip-home-page .bb-review-card__label{display:inline-flex!important;align-items:center!important;min-height:24px!important;padding:0 8px!important;border-radius:999px!important;background:#f7f2e9!important;color:var(--bb16-gold-dark)!important;font-size:9px!important;font-weight:800!important;letter-spacing:.04em!important}
body.vip-home-page .bb-review-card time{font-size:9.5px!important;color:#8a989c!important}
body.vip-home-page .bb-review-card p{position:relative;z-index:2;margin:0!important;color:#334d55!important;font-size:13.5px!important;line-height:1.67!important}
body.vip-home-page .bb-review-card footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:17px;color:#8a989c;font-size:8px;font-weight:800;letter-spacing:.10em}
body.vip-home-page .bb-review-card footer i{color:var(--bb16-gold);font-style:normal}
body.vip-home-page .bb-reviews__google{display:flex!important;justify-content:flex-start!important;margin-top:12px!important}
body.vip-home-page .bb-reviews__google a{border:1px solid var(--bb16-line)!important;border-radius:999px!important;background:#fff!important;padding:8px 12px!important;box-shadow:0 7px 18px rgba(8,42,53,.035)!important}

/* Responsive refinements for the six fixes. */
@media(max-width:1199px){
  body.vip-home-page .bb-project-rail .bb-project-card{flex-basis:calc((100% - 26px)/3)!important}
  body.vip-home-page .bb-review-card{flex-basis:calc((100% - 14px)/2)!important}
  body.vip-home-page .bb-ig-profile{grid-template-columns:300px minmax(0,1fr)!important}
  body.vip-home-page .bb-gallery-grid{grid-template-rows:repeat(4,150px)!important}
}
@media(max-width:991px){
  body.vip-home-page .bb-reservation-wrap{margin-top:-38px!important;padding-bottom:20px!important}
  body.vip-home-page .bs-about{padding-top:46px!important}
  body.vip-home-page .bb-project-rail .bb-project-card{flex-basis:calc((100% - 13px)/2)!important}
  body.vip-home-page .bb-ig-profile{display:block!important}
  body.vip-home-page .bb-ig-profile__top,body.vip-home-page .bb-ig-stories,body.vip-home-page .bb-ig-tabs{border-right:0!important}
  body.vip-home-page .bb-ig-stories{display:flex!important;overflow-x:auto!important;gap:12px!important}
  body.vip-home-page .bb-ig-stories a{flex:0 0 58px!important}
  body.vip-home-page .bb-ig-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;padding:4px!important}
  body.vip-home-page .bb-gallery-grid{grid-template-columns:repeat(3,1fr)!important;grid-template-rows:repeat(4,170px)!important}
  body.vip-home-page .bb-gallery-item--0{grid-column:span 2!important;grid-row:span 2!important}
  body.vip-home-page .bb-gallery-item--5,body.vip-home-page .bb-gallery-item--8,body.vip-home-page .bb-gallery-item--9{grid-column:span 1!important}
}
@media(max-width:767px){
  body.vip-home-page .bs-hero{background:#fff!important}
  body.vip-home-page .bb-reservation-wrap{margin:0!important;padding:10px 10px 20px!important;background:#fff!important}
  body.vip-home-page .bb-reservation{border-color:rgba(8,42,53,.09)!important;box-shadow:0 12px 28px rgba(8,42,53,.08)!important}
  body.vip-home-page .bb-project-head-actions,body.vip-home-page .bb-reviews__head-actions,body.vip-home-page .bb-gallery-head-actions{justify-content:flex-start!important;margin-top:13px!important}
  body.vip-home-page .bb-project-rail .bb-project-card{flex-basis:84vw!important}
  body.vip-home-page .bb-package-card__popular{top:12px;right:12px}
  body.vip-home-page .bb-gallery-grid{grid-template-columns:1fr 1fr!important;grid-template-rows:none!important;grid-auto-rows:156px!important;padding:4px!important;gap:4px!important}
  body.vip-home-page .bb-gallery-item,body.vip-home-page .bb-gallery-item--0,body.vip-home-page .bb-gallery-item--5,body.vip-home-page .bb-gallery-item--8,body.vip-home-page .bb-gallery-item--9{grid-column:auto!important;grid-row:auto!important}
  body.vip-home-page .bb-gallery-item--9{display:block!important}
  body.vip-home-page .bb-gallery-item--0{grid-column:span 2!important;grid-row:span 2!important}
  body.vip-home-page .bb-gallery-item__copy{display:none!important}
  body.vip-home-page .bb-gallery-item__zoom{opacity:1!important;width:30px!important;height:30px!important;right:9px!important;bottom:9px!important}
  body.vip-home-page .bb-ig-heading{display:block!important}
  body.vip-home-page .bb-ig-open{display:inline-flex!important;margin-top:13px!important}
  body.vip-home-page .bb-ig-profile{border-radius:13px!important}
  body.vip-home-page .bb-ig-profile__top{padding:18px 14px 14px!important}
  body.vip-home-page .bb-ig-stories{padding:12px 12px 14px!important}
  body.vip-home-page .bb-ig-grid{gap:2px!important;padding:2px!important}
  body.vip-home-page .bb-review-card{flex-basis:88vw!important;min-height:255px!important;padding:20px 18px 17px!important}
  body.vip-home-page .bb-review-card p{font-size:13px!important}
  body.vip-home-page .bb-rail-nav button{width:36px;height:36px}
}

/* ===== MERGED FROM baris-home-v18.css ===== */
/* BY BARIŞ ORGANİZASYON — V18 refinement layer
   Focus: package CTA, richer project presence, album-based gallery showcase,
   and a curated Instagram area with non-repeating visuals. */

body.vip-home-page .bb-project-rail .bb-project-card:first-child{
  box-shadow:0 20px 48px rgba(8,42,53,.10)!important;
  border-color:rgba(194,141,61,.26)!important;
}
body.vip-home-page .bb-project-rail .bb-project-card:first-child .bb-project-card__badge{
  background:linear-gradient(135deg,rgba(194,141,61,.92),rgba(150,103,30,.96))!important;
}
body.vip-home-page .bb-project-rail .bb-project-card__body small{
  display:block!important;
  font-size:9px!important;
  line-height:1.45!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
body.vip-home-page .bb-project-card__media img{filter:saturate(1.02) contrast(1.01)!important}

/* Packages — stronger CTA hierarchy and cleaner footer. */
body.vip-home-page .bb-package-card__body{
  display:flex!important;
  flex-direction:column!important;
  gap:13px!important;
}
body.vip-home-page .bb-package-card__body p{margin:0!important}
body.vip-home-page .bb-package-card__body ul{margin:0!important;padding-top:2px!important}
body.vip-home-page .bb-package-card__mini{
  display:flex;align-items:center;min-height:36px;padding:0 12px;border:1px dashed rgba(194,141,61,.35);
  border-radius:12px;background:linear-gradient(180deg,#fffdf9,#faf4ea);color:#7b6540;font-size:11px;line-height:1.5
}
body.vip-home-page .bb-package-card__wa{
  display:grid!important;grid-template-columns:48px minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;
  min-height:70px!important;padding:10px 12px!important;border-radius:14px!important;margin-top:auto!important;
  background:linear-gradient(135deg,#0e8d52,#1fb46d)!important;box-shadow:0 18px 36px rgba(20,126,74,.24)!important;
  color:#fff!important;text-decoration:none!important
}
body.vip-home-page .bb-package-card__wa-icon{
  width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.18)
}
body.vip-home-page .bb-package-card__wa-icon i{font-size:22px!important;margin:0!important}
body.vip-home-page .bb-package-card__wa-copy{display:flex;flex-direction:column;gap:3px;min-width:0}
body.vip-home-page .bb-package-card__wa-copy strong{
  display:block;color:#fff;font-size:13px;line-height:1.25;font-weight:900;letter-spacing:.01em
}
body.vip-home-page .bb-package-card__wa-copy small{
  display:block;color:rgba(255,255,255,.86);font-size:10px;line-height:1.45;font-weight:600
}
body.vip-home-page .bb-package-card__wa-arrow{
  display:grid;place-items:center;min-width:34px;height:34px;padding:0 8px;border-radius:999px;background:rgba(255,255,255,.17);
  border:1px solid rgba(255,255,255,.24);font-size:16px;font-weight:800
}
body.vip-home-page .bb-package-card__wa > i,
body.vip-home-page .bb-package-card__wa > span:last-child:not(.bb-package-card__wa-arrow){margin:0!important}
@media(hover:hover) and (pointer:fine){
  body.vip-home-page .bb-package-card__wa:hover{transform:translateY(-1px)!important;box-shadow:0 22px 42px rgba(20,126,74,.28)!important}
}

/* Gallery — album-led showcase pulled from the actual photo gallery structure. */
body.vip-home-page .bb-gallery-count{font-size:9px!important;padding:0 12px!important}
body.vip-home-page .bb-gallery-showcase{
  display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.95fr);gap:16px;margin-top:4px
}
body.vip-home-page .bb-gallery-feature,
body.vip-home-page .bb-gallery-album-card,
body.vip-home-page .bb-gallery-detail{
  position:relative;display:block;overflow:hidden;text-decoration:none!important
}
body.vip-home-page .bb-gallery-feature{
  min-height:420px;border-radius:20px;background:#f3f4f2;box-shadow:0 20px 50px rgba(8,42,53,.08)
}
body.vip-home-page .bb-gallery-feature img,
body.vip-home-page .bb-gallery-album-card img,
body.vip-home-page .bb-gallery-detail img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.22,1,.36,1)}
body.vip-home-page .bb-gallery-feature__shade{
  position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,31,40,.08) 0%,rgba(5,31,40,.20) 36%,rgba(5,31,40,.86) 100%)
}
body.vip-home-page .bb-gallery-feature__badge{
  position:absolute;left:18px;top:18px;z-index:3;display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;
  background:rgba(255,255,255,.92);color:var(--bb16-ink);font-size:10px;font-weight:900;letter-spacing:.12em;box-shadow:0 10px 24px rgba(5,31,40,.10)
}
body.vip-home-page .bb-gallery-feature__copy{
  position:absolute;left:22px;right:24px;bottom:24px;z-index:3;color:#fff
}
body.vip-home-page .bb-gallery-feature__copy small{display:block;margin-bottom:8px;color:#e5c07a;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
body.vip-home-page .bb-gallery-feature__copy strong{display:block;font-family:var(--bb-serif);font-size:34px;line-height:1.08;font-weight:500;text-shadow:0 4px 18px rgba(0,0,0,.16)}
body.vip-home-page .bb-gallery-feature__copy em{display:inline-flex;align-items:center;min-height:38px;margin-top:14px;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);font-style:normal;font-size:11px;font-weight:800;letter-spacing:.05em}
body.vip-home-page .bb-gallery-album-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:202px;gap:16px}
body.vip-home-page .bb-gallery-album-card{border-radius:18px;background:#f4f5f2;box-shadow:0 14px 34px rgba(8,42,53,.055)}
body.vip-home-page .bb-gallery-album-card__shade{
  position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,0) 30%,rgba(5,31,40,.74) 100%)
}
body.vip-home-page .bb-gallery-album-card__count{
  position:absolute;left:14px;top:14px;z-index:3;display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;
  background:rgba(255,255,255,.92);color:var(--bb16-gold-dark);font-size:9px;font-weight:900;letter-spacing:.08em
}
body.vip-home-page .bb-gallery-album-card__copy{position:absolute;left:16px;right:16px;bottom:16px;z-index:3;color:#fff}
body.vip-home-page .bb-gallery-album-card__copy b{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);font-size:9px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
body.vip-home-page .bb-gallery-album-card__copy strong{display:block;margin-top:9px;font-size:19px;line-height:1.18;font-weight:500;font-family:var(--bb-serif);text-shadow:0 2px 10px rgba(0,0,0,.18)}
body.vip-home-page .bb-gallery-detail-block{
  margin-top:18px;padding:20px;border:1px solid rgba(8,42,53,.08);border-radius:18px;background:linear-gradient(180deg,#fff,#fbfaf7);box-shadow:0 12px 32px rgba(8,42,53,.04)
}
body.vip-home-page .bb-gallery-detail-block__head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-bottom:14px}
body.vip-home-page .bb-gallery-detail-block__head span{display:block;color:var(--bb16-ink);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
body.vip-home-page .bb-gallery-detail-block__head small{max-width:620px;color:#687b81;font-size:12px;line-height:1.65}
body.vip-home-page .bb-gallery-detail-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
body.vip-home-page .bb-gallery-detail{aspect-ratio:1/1;border-radius:15px;background:#f3f4f2;box-shadow:0 10px 26px rgba(8,42,53,.04)}
body.vip-home-page .bb-gallery-detail span{
  position:absolute;left:0;right:0;bottom:0;z-index:3;display:flex;flex-direction:column;gap:4px;padding:14px 12px 12px;
  background:linear-gradient(180deg,rgba(5,31,40,0) 0%,rgba(5,31,40,.82) 100%);color:#fff
}
body.vip-home-page .bb-gallery-detail b{font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#ebc679}
body.vip-home-page .bb-gallery-detail small{font-size:11px;line-height:1.35;color:#fff}
@media(hover:hover) and (pointer:fine){
  body.vip-home-page .bb-gallery-feature:hover img,
  body.vip-home-page .bb-gallery-album-card:hover img,
  body.vip-home-page .bb-gallery-detail:hover img{transform:scale(1.045)}
}

/* Instagram — curated, premium and not locked to one repeated event. */
body.vip-home-page .bb-instagram{padding:62px 0 70px!important;background:linear-gradient(180deg,#fff,#fcfaf6)!important}
body.vip-home-page .bb-ig-shell--v18{max-width:1180px!important;margin:0 auto}
body.vip-home-page .bb-ig-showcase{
  display:grid;grid-template-columns:325px minmax(0,1fr);gap:16px;padding:18px;border:1px solid rgba(8,42,53,.10);border-radius:20px;background:#fff;box-shadow:0 20px 48px rgba(8,42,53,.06)
}
body.vip-home-page .bb-ig-side{
  display:flex;flex-direction:column;gap:16px;padding:6px 2px 2px
}
body.vip-home-page .bb-ig-brand{
  display:flex;align-items:center;gap:14px;padding:16px;border-radius:18px;background:linear-gradient(145deg,#fff,#f7f2e7);border:1px solid rgba(194,141,61,.18)
}
body.vip-home-page .bb-ig-brand .bb-ig-avatar{flex:0 0 74px!important;width:74px!important;height:74px!important;margin:0!important}
body.vip-home-page .bb-ig-brand__copy{display:flex;flex-direction:column;gap:4px;min-width:0}
body.vip-home-page .bb-ig-brand__copy strong{font-size:17px;line-height:1.15;color:var(--bb16-ink)}
body.vip-home-page .bb-ig-brand__copy b{font-size:13px;line-height:1.25;color:var(--bb16-ink);font-weight:800}
body.vip-home-page .bb-ig-brand__copy span{font-size:11px;line-height:1.55;color:#64787f}
body.vip-home-page .bb-ig-note{
  padding:16px;border-radius:18px;background:linear-gradient(180deg,#0d2733,#173642);color:#fff;box-shadow:0 16px 34px rgba(8,42,53,.14)
}
body.vip-home-page .bb-ig-note span{display:block;margin-bottom:8px;color:#efc97f;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
body.vip-home-page .bb-ig-note p{margin:0;color:rgba(255,255,255,.88);font-size:12px;line-height:1.72}
body.vip-home-page .bb-ig-story-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 8px;padding:16px;border-radius:18px;border:1px solid rgba(8,42,53,.08);background:#fbfbfa
}
body.vip-home-page .bb-ig-story-grid a{display:block;text-align:center;text-decoration:none!important}
body.vip-home-page .bb-ig-story-grid a>span{
  width:72px;height:72px;margin:0 auto 8px;border-radius:50%;overflow:hidden;display:block;padding:3px;
  background:linear-gradient(135deg,#d7b16b,#f2e4c2);box-shadow:0 8px 18px rgba(8,42,53,.06)
}
body.vip-home-page .bb-ig-story-grid a>span img{width:100%;height:100%;object-fit:cover;border-radius:50%}
body.vip-home-page .bb-ig-story-grid small{display:block;font-size:10px;line-height:1.35;color:#4e666d;font-weight:700}
body.vip-home-page .bb-ig-side__footer{
  display:flex;flex-direction:column;gap:10px;padding:14px 16px;border-radius:18px;background:#f8faf9;border:1px solid rgba(8,42,53,.08)
}
body.vip-home-page .bb-ig-open--full{display:inline-flex;align-self:flex-start}
body.vip-home-page .bb-ig-side__footer small{font-size:11px;line-height:1.6;color:#687b81}
body.vip-home-page .bb-ig-grid{
  display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;padding:0!important;background:transparent!important
}
body.vip-home-page .bb-ig-grid>a{
  position:relative!important;aspect-ratio:1/1!important;border-radius:16px!important;overflow:hidden!important;background:#f2f3f1!important;box-shadow:0 12px 30px rgba(8,42,53,.05)
}
body.vip-home-page .bb-ig-grid>a span{
  position:absolute;left:0;right:0;bottom:0;z-index:3;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;
  padding:14px 14px 12px!important;background:linear-gradient(180deg,rgba(5,31,40,0) 0%,rgba(5,31,40,.78) 100%)!important;color:#fff!important
}
body.vip-home-page .bb-ig-grid>a span b{
  display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);
  color:#fff;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase
}
body.vip-home-page .bb-ig-grid>a span i{font-size:18px!important;color:#fff!important}
@media(hover:hover) and (pointer:fine){
  body.vip-home-page .bb-ig-grid>a:hover img{transform:scale(1.05)!important}
}

/* Responsive adjustments */
@media(max-width:1199px){
  body.vip-home-page .bb-gallery-showcase{grid-template-columns:minmax(0,1fr)!important}
  body.vip-home-page .bb-gallery-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.vip-home-page .bb-gallery-feature{min-height:360px!important}
}
@media(max-width:991px){
  body.vip-home-page .bb-package-card__wa{min-height:64px!important;padding:10px!important;grid-template-columns:44px minmax(0,1fr) auto!important}
  body.vip-home-page .bb-gallery-album-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:188px!important}
  body.vip-home-page .bb-gallery-feature__copy strong{font-size:28px!important}
  body.vip-home-page .bb-ig-showcase{grid-template-columns:minmax(0,1fr)!important}
  body.vip-home-page .bb-ig-story-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}
}
@media(max-width:767px){
  body.vip-home-page .bb-project-rail .bb-project-card:first-child{box-shadow:0 12px 28px rgba(8,42,53,.08)!important}
  body.vip-home-page .bb-package-card__mini{font-size:10.5px!important;min-height:34px!important}
  body.vip-home-page .bb-package-card__wa{grid-template-columns:42px minmax(0,1fr) 30px!important;gap:10px!important;border-radius:13px!important}
  body.vip-home-page .bb-package-card__wa-icon{width:42px;height:42px;border-radius:12px}
  body.vip-home-page .bb-package-card__wa-icon i{font-size:20px!important}
  body.vip-home-page .bb-package-card__wa-copy strong{font-size:12px!important}
  body.vip-home-page .bb-package-card__wa-copy small{font-size:9.5px!important}
  body.vip-home-page .bb-package-card__wa-arrow{min-width:30px;height:30px;font-size:15px}
  body.vip-home-page .bb-gallery-feature{min-height:300px!important;border-radius:16px!important}
  body.vip-home-page .bb-gallery-feature__badge{left:14px;top:14px;font-size:9px!important;min-height:30px!important}
  body.vip-home-page .bb-gallery-feature__copy{left:16px!important;right:16px!important;bottom:18px!important}
  body.vip-home-page .bb-gallery-feature__copy small{font-size:9px!important}
  body.vip-home-page .bb-gallery-feature__copy strong{font-size:23px!important}
  body.vip-home-page .bb-gallery-feature__copy em{min-height:34px!important;font-size:10px!important;padding:0 12px!important}
  body.vip-home-page .bb-gallery-album-grid{grid-template-columns:1fr!important;grid-auto-rows:200px!important;gap:12px!important}
  body.vip-home-page .bb-gallery-detail-block{padding:14px!important;border-radius:15px!important}
  body.vip-home-page .bb-gallery-detail-block__head span{font-size:10px!important}
  body.vip-home-page .bb-gallery-detail-block__head small{font-size:11px!important}
  body.vip-home-page .bb-gallery-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  body.vip-home-page .bb-gallery-detail{border-radius:13px!important}
  body.vip-home-page .bb-ig-showcase{padding:12px!important;border-radius:16px!important}
  body.vip-home-page .bb-ig-brand{padding:14px!important;border-radius:16px!important}
  body.vip-home-page .bb-ig-brand .bb-ig-avatar{width:64px!important;height:64px!important;flex-basis:64px!important}
  body.vip-home-page .bb-ig-brand__copy strong{font-size:15px!important}
  body.vip-home-page .bb-ig-story-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;padding:14px!important}
  body.vip-home-page .bb-ig-story-grid a>span{width:66px!important;height:66px!important}
  body.vip-home-page .bb-ig-grid{gap:6px!important}
  body.vip-home-page .bb-ig-grid>a{border-radius:14px!important}
  body.vip-home-page .bb-ig-grid>a span{padding:11px 11px 10px!important}
  body.vip-home-page .bb-ig-grid>a span b{font-size:8.5px!important;padding:0 8px!important;min-height:24px!important}
}


/* ========================================================================== 
   V22 MOBILE PATCH — hide broken Instagram block on phones + collapsible footer
   ========================================================================== */
body.vip-site .bb-footer__toggle{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  width:100%;
  margin:0 0 14px;
  padding:0;
  border:0;
  background:transparent;
  color:#fff;
  text-align:left;
  font:inherit;
  font-size:12px;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
  cursor:default;
}
body.vip-site .bb-footer__toggle:before{
  content:"";
  display:block;
  width:28px;
  height:1px;
  background:var(--v12-gold);
  margin:0 0 13px;
  position:absolute;
  left:0;
  top:-14px;
}
body.vip-site .bb-footer__toggle>span{display:block;flex:1 1 auto;padding-right:8px}
body.vip-site .bb-footer__toggle>i{display:none}
body.vip-site .bb-footer__panel{display:block}

@media(max-width:767px){
  body.vip-home-page .bb-instagram{display:none!important}

  body.vip-site .bb-footer__grid{gap:0!important}
  body.vip-site .bb-footer__brand{padding-bottom:18px!important;border-bottom:1px solid rgba(255,255,255,.08)!important;margin-bottom:4px!important}
  body.vip-site .bb-footer__col{border-bottom:1px solid rgba(255,255,255,.08)!important}
  body.vip-site .bb-footer__toggle{
    margin:0!important;
    padding:18px 0!important;
    min-height:56px;
    cursor:pointer;
    font-size:12px!important;
  }
  body.vip-site .bb-footer__toggle:before{
    position:static;
    margin:0;
    flex:0 0 24px;
    width:24px;
  }
  body.vip-site .bb-footer__toggle>i{
    display:inline-block;
    width:10px;
    height:10px;
    margin-left:auto;
    border-right:1.5px solid rgba(255,255,255,.86);
    border-bottom:1.5px solid rgba(255,255,255,.86);
    transform:rotate(45deg);
    transform-origin:center;
    transition:transform .28s ease,opacity .28s ease;
    opacity:.88;
    flex:0 0 auto;
  }
  body.vip-site .bb-footer__toggle[aria-expanded="true"]>i{transform:rotate(-135deg) translateY(-1px);opacity:1}
  body.vip-site .bb-footer__panel{
    max-height:none;
    overflow:hidden;
    opacity:1;
    transition:max-height .34s ease,opacity .24s ease,padding .24s ease;
    will-change:max-height;
  }
  body.vip-site .bb-footer__col:not(.is-open) .bb-footer__panel{
    max-height:0!important;
    opacity:0;
  }
  body.vip-site .bb-footer__col.is-open .bb-footer__panel{
    padding:0 0 18px!important;
    opacity:1;
  }
  body.vip-site .bb-footer__col .bb-footer__panel ul{padding-top:2px!important}
  body.vip-site .bb-footer__col .bb-footer__panel li+li{margin-top:2px!important}
  body.vip-site .bb-footer__col--contact .bb-footer__panel{padding-right:8px!important}
}
