/* Gaziantep Business Forum – content extensions */
:root{
  --gbf-ink:#111210;
  --gbf-cream:#f4f0e8;
  --gbf-surface:#f8f6f1;
  --gbf-border:rgba(17,18,16,.14);
  --gbf-muted:#696a65;
  --gbf-gold:#c9a45a;
  --gbf-deep-gold:#9a7434;
  --gbf-green:#0b4637;
}

.gbf-patronage-section{background:#fff!important}
.gbf-patronage-section > div{display:block!important;text-align:center!important}
.gbf-patronage-logos{width:min(100%,920px);margin:0 auto;display:grid;grid-template-columns:minmax(220px,1fr) 1px minmax(220px,1fr);align-items:center;gap:clamp(28px,5vw,72px)}
.gbf-patronage-partner{min-height:165px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.gbf-patronage-partner img{display:block;max-width:100%;object-fit:contain}
.gbf-patronage-partner--municipality img{width:min(100%,330px);max-height:108px}
.gbf-patronage-partner--municipality span{margin-top:15px;font-size:11px;line-height:1;letter-spacing:.28em;text-transform:uppercase;color:var(--gbf-deep-gold);font-weight:650}
.gbf-patronage-partner--platform img{width:min(100%,235px);max-height:170px}
.gbf-patronage-divider{display:block;width:1px;height:120px;background:linear-gradient(180deg,transparent,var(--gbf-gold),transparent)}

.gbf-news-section{background:var(--gbf-surface);padding:clamp(72px,8vw,120px) 0;border-bottom:1px solid var(--gbf-border)}
.gbf-news-shell{width:100%;max-width:1440px;margin:0 auto;padding:0 24px}
.gbf-news-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}
.gbf-news-kicker{display:block;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--gbf-deep-gold);margin-bottom:10px}
.gbf-news-title{font-family:inherit;font-size:clamp(2.2rem,4vw,4.8rem);line-height:.96;letter-spacing:-.045em;color:var(--gbf-ink);margin:0}
.gbf-news-subtitle{margin:14px 0 0;max-width:660px;color:var(--gbf-muted);font-size:1rem;line-height:1.65}
.gbf-news-all{flex:none;border:1px solid var(--gbf-ink);padding:13px 18px;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--gbf-ink);transition:.25s ease}
.gbf-news-all:hover{background:var(--gbf-ink);color:var(--gbf-cream)}
.gbf-news-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:280px 280px;gap:14px}
.gbf-news-card{position:relative;display:block;overflow:hidden;background:#242522;color:#fff;min-height:220px}
.gbf-news-card:first-child{grid-column:span 2;grid-row:span 2}
.gbf-news-card:nth-child(4){grid-column:span 2}
.gbf-news-media,.gbf-news-media img{position:absolute;inset:0;width:100%;height:100%}
.gbf-news-media img{object-fit:cover;transition:transform .65s cubic-bezier(.2,.6,.2,1)}
.gbf-news-card:hover .gbf-news-media img{transform:scale(1.035)}
.gbf-news-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,9,.04) 22%,rgba(10,10,9,.9) 100%)}
.gbf-news-card:first-child .gbf-news-shade{background:linear-gradient(180deg,rgba(10,10,9,.05) 20%,rgba(10,10,9,.92) 100%)}
.gbf-news-body{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:24px}
.gbf-news-card:first-child .gbf-news-body{padding:34px}
.gbf-news-source{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#e4c27d;margin-bottom:8px}
.gbf-news-card h3{font-size:clamp(1rem,1.35vw,1.35rem);line-height:1.2;font-weight:650;letter-spacing:-.015em;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.gbf-news-card:first-child h3{font-size:clamp(1.5rem,2.5vw,2.7rem);max-width:900px;-webkit-line-clamp:2}
.gbf-news-excerpt{display:none;margin:13px 0 0;max-width:900px;color:rgba(255,255,255,.78);line-height:1.55;font-size:.95rem}
.gbf-news-card:first-child .gbf-news-excerpt{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.gbf-news-date{display:block;margin-top:12px;font-size:.84rem;color:rgba(255,255,255,.66)}
.gbf-news-empty{grid-column:1/-1;display:grid;place-items:center;min-height:320px;border:1px solid var(--gbf-border);color:var(--gbf-muted)}

.gbf-added-nav{white-space:nowrap}

/* Standalone editorial pages */
.gbf-editorial-body{background:var(--gbf-surface);color:var(--gbf-ink);margin:0}
.gbf-editorial-header{position:fixed;inset:0 0 auto;z-index:50;background:rgba(17,18,16,.93);backdrop-filter:blur(12px)}
.gbf-editorial-nav{max-width:1440px;height:88px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.gbf-editorial-brand img{width:min(420px,38vw);max-height:60px;object-fit:contain;object-position:left}
.gbf-editorial-links{display:flex;align-items:center;gap:24px}
.gbf-editorial-links a,.gbf-editorial-mobile a{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:rgba(255,255,255,.82)}
.gbf-editorial-links a:hover,.gbf-editorial-links a[aria-current="page"]{color:var(--gbf-gold)}
.gbf-editorial-menu-btn{display:none;background:transparent;border:0;color:#fff;font-size:26px}
.gbf-editorial-mobile{display:none;background:var(--gbf-ink);padding:8px 24px 24px}
.gbf-editorial-mobile.is-open{display:grid;gap:14px}
.gbf-editorial-hero{min-height:670px;padding:170px 24px 90px;background:var(--gbf-ink);color:var(--gbf-cream);position:relative;overflow:hidden}
.gbf-editorial-hero:before{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(201,164,90,.22);border-radius:50%;right:-130px;top:70px}
.gbf-editorial-hero:after{content:"";position:absolute;width:390px;height:390px;border:1px solid rgba(201,164,90,.16);border-radius:50%;right:-10px;top:190px}
.gbf-editorial-wrap{max-width:1280px;margin:0 auto;position:relative;z-index:1}
.gbf-editorial-eyebrow{display:block;color:var(--gbf-gold);font-size:11px;letter-spacing:.24em;text-transform:uppercase;margin-bottom:18px}
.gbf-editorial-hero h1{font-size:clamp(3.2rem,8vw,7.5rem);line-height:.88;letter-spacing:-.06em;margin:0;max-width:1040px;font-weight:600}
.gbf-editorial-hero p{font-size:clamp(1.05rem,1.7vw,1.35rem);line-height:1.7;max-width:730px;color:rgba(244,240,232,.72);margin:30px 0 0}
.gbf-editorial-section{padding:clamp(72px,9vw,130px) 24px;border-bottom:1px solid var(--gbf-border)}
.gbf-editorial-section--dark{background:var(--gbf-ink);color:var(--gbf-cream)}
.gbf-editorial-grid-2{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(40px,7vw,110px);align-items:start}
.gbf-editorial-number{font-size:clamp(5rem,12vw,11rem);line-height:.8;letter-spacing:-.08em;color:rgba(154,116,52,.22);font-weight:600}
.gbf-editorial-section h2{font-size:clamp(2.3rem,4.5vw,5rem);line-height:.98;letter-spacing:-.045em;margin:0 0 26px}
.gbf-editorial-section p{font-size:1.05rem;line-height:1.85;color:var(--gbf-muted);margin:0 0 18px}
.gbf-editorial-section--dark p{color:rgba(244,240,232,.66)}
.gbf-timeline{display:grid;gap:0;margin-top:54px;border-top:1px solid var(--gbf-border)}
.gbf-timeline-item{display:grid;grid-template-columns:190px 1fr;gap:28px;padding:30px 0;border-bottom:1px solid var(--gbf-border)}
.gbf-timeline-year{font-size:1.45rem;color:var(--gbf-deep-gold);font-weight:650}
.gbf-timeline-item h3{font-size:1.35rem;margin:0 0 8px}
.gbf-timeline-item p{font-size:.98rem;margin:0;max-width:820px}
.gbf-quote{border-left:2px solid var(--gbf-gold);padding:4px 0 4px 28px;font-size:clamp(1.45rem,3vw,2.6rem);line-height:1.35;letter-spacing:-.025em;margin:40px 0;color:var(--gbf-cream)}
.gbf-values-intro{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:55px}
.gbf-values-categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.gbf-value-category{background:#fff;border:1px solid var(--gbf-border);padding:30px;min-height:300px;display:flex;flex-direction:column}
.gbf-value-category-index{font-size:11px;letter-spacing:.2em;color:var(--gbf-deep-gold);text-transform:uppercase}
.gbf-value-category h2{font-size:clamp(2rem,3vw,3.35rem);margin:24px 0 12px}
.gbf-value-category p{font-size:.98rem;line-height:1.65;margin:0 0 28px}
.gbf-person-list{display:flex;flex-wrap:wrap;gap:9px;margin-top:auto}
.gbf-person-pill{border:1px solid var(--gbf-border);padding:9px 12px;font-size:.84rem;background:var(--gbf-surface)}
.gbf-principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:45px}
.gbf-principle{padding:28px;border-top:1px solid var(--gbf-gold);background:rgba(255,255,255,.035)}
.gbf-principle h3{font-size:1.25rem;margin:0 0 12px}
.gbf-principle p{font-size:.94rem;margin:0}
.gbf-editorial-footer{background:var(--gbf-ink);color:var(--gbf-cream);padding:58px 24px 28px}
.gbf-editorial-footer-inner{max-width:1280px;margin:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:32px}
.gbf-editorial-footer img{width:250px;max-width:60vw}
.gbf-editorial-footer p{font-size:.85rem;color:rgba(244,240,232,.55);margin:18px 0 0}
.gbf-editorial-footer-links{display:flex;gap:18px;flex-wrap:wrap}
.gbf-editorial-footer a{font-size:.8rem;color:rgba(244,240,232,.75)}

@media(max-width:1024px){
  .gbf-news-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:430px 260px 260px}
  .gbf-news-card:first-child{grid-column:1/-1;grid-row:auto}
  .gbf-news-card:nth-child(4){grid-column:auto}
  .gbf-editorial-links{display:none}.gbf-editorial-menu-btn{display:block}
  .gbf-editorial-grid-2{grid-template-columns:1fr}
  .gbf-editorial-number{font-size:6rem}
}
@media(max-width:720px){
  .gbf-patronage-logos{grid-template-columns:1fr;gap:20px}
  .gbf-patronage-divider{width:min(210px,70%);height:1px;margin:0 auto;background:linear-gradient(90deg,transparent,var(--gbf-gold),transparent)}
  .gbf-patronage-partner{min-height:130px}
  .gbf-patronage-partner--municipality img{max-height:92px}
  .gbf-patronage-partner--platform img{max-height:150px}
  .gbf-news-head{align-items:flex-start;flex-direction:column}
  .gbf-news-grid{display:flex;flex-direction:column}
  .gbf-news-card,.gbf-news-card:first-child{min-height:390px}
  .gbf-news-card:not(:first-child){min-height:280px}
  .gbf-news-card:first-child .gbf-news-excerpt{display:none}
  .gbf-news-card:first-child .gbf-news-body,.gbf-news-body{padding:22px}
  .gbf-editorial-brand img{width:230px;max-width:68vw}
  .gbf-editorial-nav{height:76px}
  .gbf-editorial-hero{min-height:590px;padding-top:140px}
  .gbf-timeline-item{grid-template-columns:1fr;gap:8px}
  .gbf-values-intro,.gbf-values-categories,.gbf-principles{grid-template-columns:1fr}
  .gbf-editorial-footer-inner{align-items:flex-start;flex-direction:column}
}

/* Keep the expanded desktop navigation balanced on medium-wide screens. */
@media (min-width:1024px) and (max-width:1600px){
  body:not(.gbf-editorial-body) header > div{padding-left:28px!important;padding-right:28px!important}
  body:not(.gbf-editorial-body) header a[aria-label="Gaziantep Business Forum"] > span.hidden{width:350px!important}
  body:not(.gbf-editorial-body) header nav{gap:18px!important}
  body:not(.gbf-editorial-body) header nav a{font-size:10px!important;letter-spacing:.12em!important}
}
@media (min-width:1024px) and (max-width:1280px){
  body:not(.gbf-editorial-body) header a[aria-label="Gaziantep Business Forum"] > span.hidden{width:300px!important}
  body:not(.gbf-editorial-body) header nav{gap:12px!important}
  body:not(.gbf-editorial-body) header nav a{font-size:9px!important;letter-spacing:.09em!important}
}


/* Static hosting compatibility mode */
.gbf-static-safe [style*="opacity:0"],
.gbf-static-safe [style*="opacity: 0"] { opacity: 1 !important; transform: none !important; }
.gbf-static-safe header { transition: background-color .25s ease, border-color .25s ease, color .25s ease; }
.gbf-static-safe header.gbf-header-scrolled { background: rgba(248,246,240,.97) !important; border-bottom: 1px solid rgba(17,18,16,.12) !important; backdrop-filter: blur(14px); }
.gbf-static-safe header.gbf-header-scrolled a,
.gbf-static-safe header.gbf-header-scrolled button,
.gbf-static-safe header.gbf-header-scrolled div { color: #111210 !important; }
.gbf-static-safe header.gbf-header-scrolled img[src*="gbf-logo-light"] { filter: brightness(0); }
html.gbf-menu-open { overflow: hidden; }
.gbf-static-mobile-menu[hidden] { display: none !important; }
.gbf-static-mobile-menu { position: fixed; inset: 0; z-index: 9999; }
.gbf-static-mobile-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.55); backdrop-filter: blur(4px); }
.gbf-static-mobile-panel { position: absolute; top: 0; right: 0; width: min(88vw, 420px); height: 100%; background: #111210; color: #f7f4ec; padding: 86px 32px 40px; box-shadow: -20px 0 60px rgba(0,0,0,.25); overflow-y: auto; }
.gbf-static-mobile-close { position: absolute; top: 22px; right: 24px; border: 0; background: transparent; color: #f7f4ec; font-size: 40px; line-height: 1; cursor: pointer; }
.gbf-static-mobile-links { display: flex; flex-direction: column; }
.gbf-static-mobile-links a { display: block; color: #f7f4ec; text-decoration: none; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 15px; text-transform: uppercase; letter-spacing: .13em; }
@media (min-width:1024px) { .gbf-static-mobile-menu { display:none !important; } }

/* Chairman biography */
.gbf-profile-hero{padding:148px 24px 70px;background:var(--gbf-ink);color:var(--gbf-cream);position:relative;overflow:hidden}
.gbf-profile-hero:before{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(201,164,90,.18);border-radius:50%;right:-220px;top:20px}
.gbf-profile-hero-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.72fr);gap:clamp(46px,7vw,110px);align-items:center;position:relative;z-index:1}
.gbf-profile-hero h1{font-size:clamp(3.5rem,7.4vw,7.2rem);line-height:.9;letter-spacing:-.055em;margin:0;font-weight:600}
.gbf-profile-hero .gbf-profile-title{display:block;margin-top:24px;color:var(--gbf-gold);font-size:12px;text-transform:uppercase;letter-spacing:.25em}
.gbf-profile-lead{font-size:clamp(1.05rem,1.55vw,1.3rem);line-height:1.72;color:rgba(244,240,232,.72);max-width:680px;margin:28px 0 0}
.gbf-profile-photo{position:relative;margin:0;aspect-ratio:4/3;overflow:hidden;border:1px solid rgba(201,164,90,.45);background:#2a2b28;box-shadow:0 30px 90px rgba(0,0,0,.32)}
.gbf-profile-photo:after{content:"";position:absolute;inset:14px;border:1px solid rgba(255,255,255,.28);pointer-events:none}
.gbf-profile-photo img{width:100%;height:100%;object-fit:cover;display:block}
.gbf-profile-content{padding:clamp(72px,8vw,120px) 24px;background:var(--gbf-surface)}
.gbf-profile-layout{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:280px minmax(0,1fr);gap:clamp(45px,7vw,100px);align-items:start}
.gbf-profile-aside{position:sticky;top:120px;border-top:1px solid var(--gbf-gold);padding-top:22px}
.gbf-profile-aside h2{font-size:1rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gbf-deep-gold);margin:0 0 22px}
.gbf-profile-milestones{display:grid;gap:0}
.gbf-profile-milestone{padding:18px 0;border-bottom:1px solid var(--gbf-border)}
.gbf-profile-milestone strong{display:block;font-size:1.5rem;line-height:1;color:var(--gbf-ink)}
.gbf-profile-milestone span{display:block;margin-top:8px;color:var(--gbf-muted);font-size:.9rem;line-height:1.45}
.gbf-profile-article{max-width:850px}
.gbf-profile-section{padding:0 0 48px;margin:0 0 48px;border-bottom:1px solid var(--gbf-border)}
.gbf-profile-section:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}
.gbf-profile-section .gbf-editorial-eyebrow{margin-bottom:14px}
.gbf-profile-section h2{font-size:clamp(2rem,3.6vw,3.8rem);line-height:1;letter-spacing:-.04em;margin:0 0 26px;color:var(--gbf-ink)}
.gbf-profile-section p{font-size:1.05rem;line-height:1.9;color:var(--gbf-muted);margin:0 0 20px}
.gbf-profile-section p:last-child{margin-bottom:0}
.gbf-profile-closing{background:var(--gbf-ink);color:var(--gbf-cream);padding:clamp(72px,8vw,112px) 24px}
.gbf-profile-closing-inner{max-width:1100px;margin:0 auto;text-align:center}
.gbf-profile-closing blockquote{font-size:clamp(1.8rem,4vw,4rem);line-height:1.2;letter-spacing:-.035em;margin:0;color:var(--gbf-cream)}
.gbf-profile-closing span{display:block;margin-top:24px;color:var(--gbf-gold);font-size:11px;letter-spacing:.22em;text-transform:uppercase}

@media(max-width:900px){
  .gbf-profile-hero-grid{grid-template-columns:1fr}
  .gbf-profile-photo{max-width:680px;width:100%}
  .gbf-profile-layout{grid-template-columns:1fr}
  .gbf-profile-aside{position:static;display:none}
}
@media(max-width:720px){
  .gbf-profile-hero{padding-top:126px}
  .gbf-profile-hero h1{font-size:clamp(3.2rem,16vw,5rem)}
  .gbf-profile-photo{aspect-ratio:1/1}
  .gbf-profile-section p{font-size:1rem;line-height:1.8}
}


/* Persistent floating social rail */
.gbf-floating-socials{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:80;display:flex;flex-direction:column;gap:1px;filter:drop-shadow(0 12px 25px rgba(0,0,0,.18))}
.gbf-floating-social-link{box-sizing:border-box;width:50px;height:50px;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;padding:0 14px;background:rgba(11,70,55,.96);border-left:2px solid var(--gbf-gold);color:#fff;text-decoration:none;white-space:nowrap;transition:width .28s cubic-bezier(.2,.7,.2,1),background-color .2s ease,opacity .2s ease}
.gbf-floating-social-link:hover,.gbf-floating-social-link:focus-visible{width:142px;background:var(--gbf-ink);outline:none}
.gbf-floating-social-link svg{flex:0 0 20px;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.gbf-floating-social-link svg path:not(.gbf-social-fill){fill:currentColor;stroke:none}
.gbf-floating-social-link svg .gbf-social-fill{fill:var(--gbf-green);stroke:none}
.gbf-floating-social-link:hover svg .gbf-social-fill{fill:var(--gbf-ink)}
.gbf-floating-social-label{margin-left:13px;font-size:10px;letter-spacing:.16em;text-transform:uppercase;opacity:0;transform:translateX(8px);transition:opacity .18s ease .05s,transform .2s ease .05s}
.gbf-floating-social-link:hover .gbf-floating-social-label,.gbf-floating-social-link:focus-visible .gbf-floating-social-label{opacity:1;transform:translateX(0)}
.gbf-floating-social-link.is-disabled{opacity:.68;cursor:default}
.gbf-floating-social-link.is-disabled:hover{width:142px;background:rgba(17,18,16,.94)}

/* Founders coming-soon page */
.gbf-coming-soon{min-height:100vh;padding:150px 24px 80px;background:var(--gbf-ink);color:var(--gbf-cream);display:grid;place-items:center;position:relative;overflow:hidden;text-align:center}
.gbf-coming-soon:before,.gbf-coming-soon:after{content:"";position:absolute;border:1px solid rgba(201,164,90,.18);border-radius:50%;pointer-events:none}
.gbf-coming-soon:before{width:680px;height:680px;right:-260px;top:40px}
.gbf-coming-soon:after{width:420px;height:420px;left:-170px;bottom:-120px}
.gbf-coming-soon-inner{width:min(100%,980px);position:relative;z-index:1}
.gbf-coming-soon-mark{width:min(260px,56vw);max-height:210px;object-fit:contain;margin:0 auto 34px;display:block;filter:drop-shadow(0 24px 45px rgba(0,0,0,.25))}
.gbf-coming-soon h1{font-size:clamp(4rem,11vw,9rem);line-height:.86;letter-spacing:-.065em;margin:0;font-weight:600}
.gbf-coming-soon-badge{display:inline-flex;margin-top:34px;border:1px solid rgba(201,164,90,.68);padding:13px 19px;color:var(--gbf-gold);font-size:11px;letter-spacing:.28em;text-transform:uppercase}
.gbf-coming-soon p{max-width:670px;margin:28px auto 0;color:rgba(244,240,232,.68);font-size:clamp(1rem,1.8vw,1.25rem);line-height:1.75}
.gbf-coming-soon-home{display:inline-block;margin-top:36px;border-bottom:1px solid var(--gbf-gold);padding:0 0 7px;color:var(--gbf-cream);font-size:11px;letter-spacing:.2em;text-transform:uppercase}

@media(max-width:720px){
  .gbf-floating-socials{top:auto;right:14px;bottom:18px;transform:none;flex-direction:row;gap:6px}
  .gbf-floating-social-link,.gbf-floating-social-link:hover,.gbf-floating-social-link:focus-visible,.gbf-floating-social-link.is-disabled:hover{width:44px;height:44px;padding:0;justify-content:center;border-left:0;border-bottom:2px solid var(--gbf-gold);border-radius:2px}
  .gbf-floating-social-label{display:none}
  .gbf-coming-soon{padding-top:128px}
  .gbf-coming-soon h1{font-size:clamp(3.5rem,19vw,6rem)}
}


/* Board of Directors */
.gbf-board-hero{padding:164px 24px 88px;background:var(--gbf-ink);color:var(--gbf-cream);position:relative;overflow:hidden}
.gbf-board-hero:before,.gbf-board-hero:after{content:"";position:absolute;border:1px solid rgba(201,164,90,.17);border-radius:50%;pointer-events:none}
.gbf-board-hero:before{width:680px;height:680px;right:-260px;top:35px}
.gbf-board-hero:after{width:360px;height:360px;right:70px;top:195px}
.gbf-board-hero-inner{max-width:1280px;margin:0 auto;position:relative;z-index:1}
.gbf-board-hero h1{font-size:clamp(3.8rem,8vw,7.8rem);line-height:.88;letter-spacing:-.06em;margin:0;font-weight:600;max-width:950px}
.gbf-board-hero p{max-width:720px;margin:26px 0 0;color:rgba(244,240,232,.7);font-size:clamp(1rem,1.55vw,1.25rem);line-height:1.75}
.gbf-board-section{padding:clamp(70px,8vw,118px) 24px;background:var(--gbf-surface)}
.gbf-board-shell{max-width:1280px;margin:0 auto}
.gbf-board-chairman{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1fr);gap:clamp(38px,6vw,86px);align-items:center;padding-bottom:clamp(70px,8vw,112px);border-bottom:1px solid var(--gbf-border)}
.gbf-board-chairman-photo{margin:0;aspect-ratio:4/5;overflow:hidden;background:#fff;border:1px solid rgba(17,18,16,.12);box-shadow:0 25px 75px rgba(17,18,16,.11)}
.gbf-board-chairman-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
.gbf-board-chairman-copy .gbf-board-role{display:block;margin-bottom:18px;color:var(--gbf-deep-gold);font-size:11px;line-height:1.4;letter-spacing:.24em;text-transform:uppercase;font-weight:650}
.gbf-board-chairman-copy h2{font-size:clamp(3rem,6vw,6rem);line-height:.92;letter-spacing:-.055em;margin:0;color:var(--gbf-ink);font-weight:600}
.gbf-board-chairman-copy p{margin:24px 0 0;max-width:570px;color:var(--gbf-muted);font-size:1.06rem;line-height:1.8}
.gbf-board-members-head{padding:clamp(60px,7vw,96px) 0 34px;display:flex;justify-content:space-between;align-items:end;gap:24px}
.gbf-board-members-head h2{font-size:clamp(2.25rem,4vw,4.6rem);line-height:.96;letter-spacing:-.045em;margin:0;color:var(--gbf-ink)}
.gbf-board-members-head span{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gbf-deep-gold)}
.gbf-board-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px 18px}
.gbf-board-card{min-width:0}
.gbf-board-card-photo{margin:0;aspect-ratio:4/5;overflow:hidden;background:#fff;border:1px solid rgba(17,18,16,.1)}
.gbf-board-card-photo img{width:100%;height:100%;display:block;object-fit:cover;object-position:center top;transition:transform .55s cubic-bezier(.2,.7,.2,1)}
.gbf-board-card:hover .gbf-board-card-photo img{transform:scale(1.025)}
.gbf-board-card h3{margin:16px 0 0;font-size:1.05rem;line-height:1.25;letter-spacing:-.015em;color:var(--gbf-ink);font-weight:650}
.gbf-board-card .gbf-board-member-role{display:block;margin-top:7px;color:var(--gbf-muted);font-size:.76rem;letter-spacing:.14em;text-transform:uppercase}
@media(max-width:1120px){.gbf-board-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:900px){.gbf-board-chairman{grid-template-columns:1fr}.gbf-board-chairman-photo{max-width:560px;width:100%}.gbf-board-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:650px){.gbf-board-hero{padding-top:132px}.gbf-board-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}.gbf-board-members-head{align-items:flex-start;flex-direction:column}.gbf-board-card h3{font-size:.98rem}.gbf-board-chairman-copy h2{font-size:clamp(3rem,15vw,4.7rem)}}


/* Contact page */
.gbf-contact-hero{padding:176px 24px 92px;background:var(--gbf-ink);color:var(--gbf-cream);position:relative;overflow:hidden}
.gbf-contact-hero:before,.gbf-contact-hero:after{content:"";position:absolute;border:1px solid rgba(201,164,90,.18);border-radius:50%;pointer-events:none}
.gbf-contact-hero:before{width:760px;height:760px;right:-260px;top:-90px}
.gbf-contact-hero:after{width:460px;height:460px;right:30px;top:165px}
.gbf-contact-shell{width:min(100%,1280px);margin:0 auto;position:relative;z-index:1}
.gbf-contact-kicker,.gbf-contact-label{display:block;color:var(--gbf-gold);font-size:11px;line-height:1.3;letter-spacing:.24em;text-transform:uppercase;font-weight:650}
.gbf-contact-hero h1{font-size:clamp(4rem,9vw,8.3rem);line-height:.84;letter-spacing:-.065em;margin:18px 0 0;font-weight:600;max-width:1040px}
.gbf-contact-hero h1 em{font-style:normal;color:var(--gbf-gold)}
.gbf-contact-hero p{max-width:690px;margin:32px 0 0;color:rgba(244,240,232,.68);font-size:clamp(1rem,1.55vw,1.22rem);line-height:1.75}
.gbf-contact-content{padding:clamp(74px,8vw,118px) 24px;background:var(--gbf-surface)}
.gbf-contact-grid{display:grid;grid-template-columns:minmax(290px,.72fr) minmax(0,1.45fr);gap:clamp(48px,7vw,110px);align-items:start}
.gbf-contact-info{position:sticky;top:132px;border-top:1px solid var(--gbf-gold)}
.gbf-contact-info-block{padding:27px 0 30px;border-bottom:1px solid var(--gbf-border)}
.gbf-contact-info-block strong{display:block;margin-top:13px;color:var(--gbf-ink);font-size:clamp(1.35rem,2.1vw,2rem);line-height:1.2;font-weight:600;letter-spacing:-.025em}
.gbf-contact-info-block p{margin:11px 0 0;color:var(--gbf-muted);font-size:.96rem;line-height:1.65}
.gbf-contact-email{display:inline-block;margin-top:13px;color:var(--gbf-ink);font-size:clamp(1.3rem,2vw,1.85rem);line-height:1.2;letter-spacing:-.025em;border-bottom:1px solid rgba(17,18,16,.24);padding-bottom:3px;overflow-wrap:anywhere}
.gbf-contact-email:hover,.gbf-contact-map-link:hover{color:var(--gbf-deep-gold)}
.gbf-contact-map-link{display:inline-block;margin-top:15px;color:var(--gbf-ink);font-size:11px;letter-spacing:.16em;text-transform:uppercase;border-bottom:1px solid var(--gbf-gold);padding-bottom:5px}
.gbf-contact-form-wrap{background:#fff;border:1px solid var(--gbf-border);padding:clamp(30px,4vw,58px)}
.gbf-contact-form-head{padding-bottom:31px;border-bottom:1px solid var(--gbf-border);margin-bottom:31px}
.gbf-contact-form-head h2{font-size:clamp(2.25rem,4.2vw,4.45rem);line-height:.96;letter-spacing:-.05em;margin:13px 0 0;color:var(--gbf-ink);font-weight:600}
.gbf-contact-form-head p{margin:17px 0 0;color:var(--gbf-muted);font-size:1rem;line-height:1.65;max-width:610px}
.gbf-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:23px 18px}
.gbf-contact-form label{display:block}
.gbf-contact-form label>span:first-child{display:block;margin-bottom:9px;color:var(--gbf-muted);font-size:11px;line-height:1.3;letter-spacing:.13em;text-transform:uppercase;font-weight:600}
.gbf-contact-form input:not([type="checkbox"]),.gbf-contact-form select,.gbf-contact-form textarea{box-sizing:border-box;width:100%;border:0;border-bottom:1px solid rgba(17,18,16,.25);border-radius:0;background:transparent;color:var(--gbf-ink);padding:12px 2px 13px;font:inherit;font-size:1rem;line-height:1.45;outline:none;transition:border-color .2s ease,background-color .2s ease}
.gbf-contact-form textarea{resize:vertical;min-height:126px}
.gbf-contact-form input:focus,.gbf-contact-form select:focus,.gbf-contact-form textarea:focus{border-color:var(--gbf-gold);background:rgba(201,164,90,.035)}
.gbf-contact-form input[aria-invalid="true"],.gbf-contact-form select[aria-invalid="true"],.gbf-contact-form textarea[aria-invalid="true"]{border-color:#9b3f35}
.gbf-form-span-2{grid-column:1/-1}
.gbf-contact-check{display:flex!important;align-items:flex-start;gap:11px;margin-top:18px;color:var(--gbf-muted);font-size:.9rem;line-height:1.55}
.gbf-contact-check input{flex:0 0 auto;margin-top:4px;accent-color:var(--gbf-green)}
.gbf-contact-check span{display:inline!important;margin:0!important;text-transform:none!important;letter-spacing:normal!important;font-size:inherit!important;font-weight:400!important;color:inherit!important}
.gbf-contact-check a{color:var(--gbf-ink);text-decoration:underline;text-decoration-color:rgba(201,164,90,.8);text-underline-offset:3px}
.gbf-contact-submit{width:100%;margin-top:28px;border:1px solid var(--gbf-ink);background:var(--gbf-ink);color:var(--gbf-cream);padding:17px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:11px;line-height:1;text-transform:uppercase;letter-spacing:.2em;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}
.gbf-contact-submit:hover:not(:disabled){background:var(--gbf-green);border-color:var(--gbf-green)}
.gbf-contact-submit:disabled{opacity:.62;cursor:wait}
.gbf-contact-status{min-height:24px;margin:15px 0 0;font-size:.93rem;line-height:1.55;color:var(--gbf-muted)}
.gbf-contact-status.is-success{color:var(--gbf-green)}
.gbf-contact-status.is-error{color:#8c342c}
.gbf-contact-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.gbf-contact-map-section{margin-top:clamp(76px,9vw,124px);display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:clamp(38px,6vw,78px);align-items:center;border-top:1px solid var(--gbf-border);padding-top:clamp(50px,6vw,78px)}
.gbf-contact-map-copy h2{font-size:clamp(2.4rem,4.7vw,5rem);line-height:.98;letter-spacing:-.05em;margin:16px 0 0;color:var(--gbf-ink);font-weight:600}
.gbf-contact-map-copy p{margin:21px 0 0;max-width:520px;color:var(--gbf-muted);font-size:1rem;line-height:1.7}
.gbf-contact-map-frame{height:440px;border:1px solid var(--gbf-border);background:#e8e5df;overflow:hidden;box-shadow:0 24px 70px rgba(17,18,16,.08)}
.gbf-contact-map-frame iframe{width:100%;height:100%;border:0;display:block;filter:grayscale(.2) contrast(.96)}
@media(max-width:900px){
  .gbf-contact-grid,.gbf-contact-map-section{grid-template-columns:1fr}
  .gbf-contact-info{position:static;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--gbf-gold)}
  .gbf-contact-info-block{padding:25px 18px 28px 0}
  .gbf-contact-info-block+ .gbf-contact-info-block{padding-left:18px;border-left:1px solid var(--gbf-border)}
  .gbf-contact-map-frame{height:380px}
}
@media(max-width:640px){
  .gbf-contact-hero{padding-top:136px;padding-bottom:72px}
  .gbf-contact-hero h1{font-size:clamp(3.6rem,18vw,6rem)}
  .gbf-contact-content{padding-left:18px;padding-right:18px}
  .gbf-contact-info{display:block}
  .gbf-contact-info-block,.gbf-contact-info-block+ .gbf-contact-info-block{padding:24px 0;border-left:0}
  .gbf-contact-form-wrap{padding:26px 20px}
  .gbf-form-grid{grid-template-columns:1fr}
  .gbf-form-span-2{grid-column:auto}
  .gbf-contact-map-frame{height:320px}
}

/* 2026-08-17 — Desktop header balance / overflow fix */
@media (min-width: 1281px) and (max-width: 1600px) {
  body:not(.gbf-editorial-body) header > div {
    max-width: 100% !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    gap: 10px !important;
  }
  body:not(.gbf-editorial-body) header a[aria-label="Gaziantep Business Forum"] > span.hidden {
    width: 240px !important;
  }
  body:not(.gbf-editorial-body) header nav {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    justify-content: center !important;
    gap: 10px !important;
  }
  body:not(.gbf-editorial-body) header nav a {
    white-space: nowrap !important;
    font-size: 8.5px !important;
    letter-spacing: .075em !important;
  }
  body:not(.gbf-editorial-body) header > div > div:last-child {
    flex-shrink: 0 !important;
    gap: 8px !important;
  }
  body:not(.gbf-editorial-body) header > div > div:last-child > a {
    display: none !important;
  }
}

/* On compact desktop widths use the existing mobile drawer instead of allowing the menu to slide/crop. */
@media (min-width: 1024px) and (max-width: 1280px) {
  body:not(.gbf-editorial-body) header > div {
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body:not(.gbf-editorial-body) header a[aria-label="Gaziantep Business Forum"] > span.hidden {
    width: 265px !important;
  }
  body:not(.gbf-editorial-body) header nav[class*="lg:flex"] {
    display: none !important;
  }
  body:not(.gbf-editorial-body) header button[aria-label*="Menü"],
  body:not(.gbf-editorial-body) header button[aria-label*="menu" i] {
    display: block !important;
  }
  body:not(.gbf-editorial-body) header > div > div:last-child > a {
    display: none !important;
  }
}

/* Speakers listing: four editorial cards per row on desktop. */
@media (min-width: 1024px) {
  body.gbf-static-safe main section .gbf-speakers-four-col {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}


/* 2026-08-17 — Vizyona Yön Veren İsimler / responsive auto slider */
.gbf-speaker-slider{position:relative;width:100%}
.gbf-speaker-slider-viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;outline:none}
.gbf-speaker-slider-viewport::-webkit-scrollbar{display:none}
.gbf-speaker-slider-track{display:flex;gap:22px;width:100%}
.gbf-speaker-card{box-sizing:border-box;overflow:hidden;border:1px solid var(--gbf-border,#d8d2c8);background:#fff;scroll-snap-align:start;color:var(--gbf-ink,#111210)}
.gbf-speaker-card--home{flex:0 0 calc((100% - 66px)/4);width:calc((100% - 66px)/4);min-width:0}
.gbf-speaker-photo{aspect-ratio:3/4;background:#f2eee7;overflow:hidden;border-bottom:1px solid var(--gbf-border,#d8d2c8)}
.gbf-speaker-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top;filter:grayscale(100%);transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .35s ease}
.gbf-speaker-card:hover .gbf-speaker-photo img{transform:scale(1.018);filter:grayscale(82%)}
.gbf-speaker-copy{padding:24px 26px 27px;min-height:178px}
.gbf-speaker-copy h3{margin:0;font-family:var(--font-display,Georgia,serif);font-size:clamp(1.42rem,1.7vw,1.86rem);font-weight:500;line-height:1.08;letter-spacing:-.03em}
.gbf-speaker-copy p{margin:15px 0 0;color:var(--gbf-deep-gold,#93601f);font-size:.76rem;line-height:1.62;letter-spacing:.20em;text-transform:uppercase;font-weight:550}
.gbf-speaker-company{display:block;margin-top:8px;color:var(--gbf-muted,#737169);font-size:.82rem;line-height:1.45}
.gbf-speaker-slider-controls{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:28px;border-top:1px solid var(--gbf-border,#d8d2c8);padding-top:18px}
.gbf-speaker-slider-count{display:flex;align-items:center;gap:11px;color:var(--gbf-muted,#737169);font-size:11px;letter-spacing:.18em}
.gbf-speaker-slider-count [data-speaker-current]{color:var(--gbf-deep-gold,#93601f)}
.gbf-speaker-slider-sep{width:46px;height:1px;background:var(--gbf-border,#d8d2c8)}
.gbf-speaker-slider-buttons{display:flex;gap:8px}
.gbf-speaker-slider-buttons button{width:44px;height:44px;border:1px solid var(--gbf-border,#d8d2c8);background:transparent;color:var(--gbf-ink,#111210);font-size:18px;line-height:1;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}
.gbf-speaker-slider-buttons button:hover{background:var(--gbf-ink,#111210);border-color:var(--gbf-ink,#111210);color:#fff}
body.gbf-static-safe main .gbf-speakers-four-col .gbf-speaker-card{height:100%}
body.gbf-static-safe main .gbf-speakers-four-col .gbf-speaker-copy{min-height:188px}
@media(max-width:1023px){
  .gbf-speaker-card--home{flex-basis:calc((100% - 22px)/2);width:calc((100% - 22px)/2);min-width:0}
}
@media(max-width:699px){
  .gbf-speaker-slider-track{gap:14px}
  .gbf-speaker-card--home{flex-basis:84vw;width:84vw;min-width:0}
  .gbf-speaker-copy{padding:20px 20px 23px;min-height:164px}
  .gbf-speaker-copy h3{font-size:1.55rem}
  .gbf-speaker-copy p{font-size:.69rem;letter-spacing:.16em}
  .gbf-speaker-slider-controls{margin-top:21px;padding-top:14px}
}
@media(prefers-reduced-motion:reduce){
  .gbf-speaker-slider-viewport{scroll-behavior:auto}
  .gbf-speaker-photo img{transition:none}
}
