:root{--navy:#06131f;--navy2:#0b1b2b;--cream:#f6efe3;--paper:#fbf6ee;--gold:#c8943d;--gold2:#e1bd73;--burgundy:#73130d;--burgundy2:#9b2419;--green:#0f3a30;--blue:#07192a;--ink:#211a13;--muted:#6f6559;--line:rgba(122,83,35,.28);--shadow:0 22px 55px rgba(6,13,24,.16);--serif:Georgia,'Times New Roman',serif;--sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--container:1600px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);min-width:320px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{width:min(100% - 84px,var(--container));margin-inline:auto}.button-reset{border:0;background:transparent;padding:0;text-align:left;color:inherit;cursor:pointer}.site-header{position:absolute;z-index:20;top:0;left:0;width:100%;color:#f6ead5;background:linear-gradient(180deg,rgba(3,11,18,.72),rgba(3,11,18,.2),transparent)}.nav-wrap{height:96px;display:flex;align-items:center;gap:32px}.brand{display:flex;align-items:center;gap:16px;min-width:320px}.brand-mark svg{width:64px;height:64px;fill:none;stroke:var(--gold);stroke-width:3}.brand-mark text{fill:var(--gold);stroke:none;font:700 33px Georgia}.brand-text strong{display:block;font-family:var(--serif);font-size:29px;letter-spacing:7px;line-height:1;color:var(--gold2);text-transform:uppercase}.brand-text small{display:block;margin-top:7px;color:var(--gold);letter-spacing:6px;font-size:11px;text-transform:uppercase;font-weight:700}.main-nav{display:flex;align-items:center;justify-content:center;gap:30px;flex:1}.main-nav a{position:relative;padding:36px 0 31px;font-family:var(--serif);font-size:16px;color:#f6ead6;white-space:nowrap}.main-nav a:hover,.main-nav a.active{color:var(--gold2)}.main-nav a.active:after{content:"";position:absolute;left:50%;bottom:22px;width:70px;height:13px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,var(--gold),transparent);mask:linear-gradient(#000 0 0) center/100% 1px no-repeat}.main-nav a.active:before{content:"✥";position:absolute;left:50%;bottom:12px;transform:translateX(-50%);font-size:12px;color:var(--gold)}.header-quote{font-family:var(--serif);font-style:italic;font-size:15px;line-height:1.35;color:var(--gold2);text-align:right;min-width:170px;opacity:.92}.header-quote cite{display:block;margin-top:7px;color:var(--gold);font-weight:700}.menu-toggle{display:none;margin-left:auto;background:transparent;border:1px solid rgba(201,148,61,.55);color:var(--gold2);border-radius:4px;padding:8px 11px}.hero,.dark-hero,.page-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 70% 20%,rgba(223,178,101,.08),transparent 34%),linear-gradient(90deg,#06131f 0%,#081827 48%,#091018 100%);color:#fff;border-bottom:3px solid var(--gold)}.hero:before,.page-hero:before,.dark-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(30deg,rgba(201,148,61,.12) 1px,transparent 1px),linear-gradient(150deg,rgba(201,148,61,.07) 1px,transparent 1px);background-size:42px 42px;opacity:.16}.hero:after,.page-hero:after{content:"";position:absolute;left:0;bottom:0;width:360px;height:250px;background:url('assets/city-silhouette.png') left bottom/contain no-repeat;opacity:.75}.hero-inner{position:relative;z-index:2;min-height:510px;display:grid;grid-template-columns:minmax(520px,.92fr) minmax(620px,1.08fr);align-items:end;padding-top:92px}.hero-copy{padding:0 0 86px}.hero h1,.page-hero h1,.talk-hero h1{font-family:var(--serif);font-size:88px;line-height:.96;font-weight:400;margin:0 0 12px;text-shadow:0 4px 20px rgba(0,0,0,.28)}.role{font-family:var(--serif);font-size:28px;color:var(--gold2);font-weight:700;margin:0 0 16px}.role span{color:var(--gold);padding:0 9px}.ornament{width:310px;height:14px;margin:12px 0 22px;background:linear-gradient(90deg,var(--gold) 0 38%,transparent 38% 48%,var(--gold) 48% 52%,transparent 52% 62%,rgba(201,148,61,.36) 62%);position:relative}.ornament:after{content:"✥";position:absolute;left:47%;top:-9px;color:var(--gold);font-size:14px}.lead{font-family:var(--serif);font-size:23px;line-height:1.35;max-width:620px;margin:0 0 28px;font-weight:700;color:#fbf2e5}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:12px 27px;border-radius:5px;border:1px solid var(--gold);font-family:var(--serif);font-weight:700;cursor:pointer}.btn-primary{background:linear-gradient(180deg,var(--burgundy2),var(--burgundy));color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 11px 24px rgba(80,13,10,.25)}.btn-ghost{background:rgba(6,19,31,.35);color:#fff}.btn.full{width:100%}.hero-visual{align-self:stretch;background:linear-gradient(90deg,#06131f 0%,rgba(6,19,31,.18) 24%,transparent 56%),url('assets/hero-person.jpg') center bottom/contain no-repeat;min-height:410px}.topic-strip{background:linear-gradient(180deg,#fffaf2,#f2eadc);border-bottom:1px solid var(--line);box-shadow:0 15px 32px rgba(0,0,0,.08)}.topic-grid{display:grid;grid-template-columns:repeat(3,1fr)}.topic-card{min-height:155px;display:grid;grid-template-columns:86px 1fr 28px;gap:22px;align-items:center;padding:24px 42px;border-right:1px solid var(--line)}.topic-card:last-child{border-right:0}.topic-card h2{font-family:var(--serif);font-size:26px;line-height:1.05;font-weight:500;margin:0 0 8px}.topic-card p{font-size:14px;line-height:1.55;color:#51483c;margin:0}.arrow{color:var(--burgundy);font-size:25px}.round-icon{width:68px;height:68px;display:grid;place-items:center;border-radius:50%;border:3px solid var(--gold);font-family:var(--serif);font-size:29px;box-shadow:0 10px 20px rgba(0,0,0,.14);background:#0a1725;color:var(--gold2)}.round-icon svg{width:26px;height:26px;display:block}.round-icon.red{background:var(--burgundy)}.round-icon.blue{background:#07192a}.round-icon.green{background:var(--green)}.round-icon.brown{background:#4b341e}.round-icon.gold{background:rgba(201,148,61,.14);color:var(--gold2)}.paper-section{position:relative;background-color:var(--paper);background-image:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.42)),url('assets/paper-texture.jpg');background-size:auto,900px 600px;background-repeat:repeat;padding:34px 0 38px}.paper-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 8% 18%,rgba(201,148,61,.10),transparent 180px),radial-gradient(circle at 94% 24%,rgba(201,148,61,.08),transparent 190px);pointer-events:none}.paper-section>.container,.paper-section .container{position:relative}.home-content{padding-top:34px}.home-grid{display:grid;grid-template-columns:1.04fr 1.2fr 1fr .95fr;border:1px solid var(--line);background:rgba(255,255,255,.48);box-shadow:var(--shadow)}.panel{padding:24px 22px 25px;border-right:1px solid var(--line);min-height:290px}.panel:last-child{border-right:0}.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.section-head h2,.section-title h2{font-family:var(--serif);font-size:26px;line-height:1.05;font-weight:500;margin:0;position:relative}.section-title{margin-bottom:18px}.section-head h2:after,.section-title h2:after{content:"";display:block;width:92px;height:1px;background:var(--burgundy);margin-top:12px}.section-head a{font-size:13px;color:var(--burgundy);font-weight:800}.post-item{display:grid;grid-template-columns:128px 1fr;gap:14px;margin-bottom:14px}.post-item img{height:82px;width:128px;object-fit:cover;border-radius:4px;border:1px solid var(--line)}.post-item h3{font-family:var(--serif);font-size:18px;font-weight:500;line-height:1.08;margin:0 0 4px}.post-item p{font-size:12px;line-height:1.4;margin:0 0 5px;color:#443a30}.post-item time,.featured-video time,.talk-card p,.program p{font-size:12px;color:#82766a}.video-thumb{position:relative;display:block;width:100%;overflow:hidden;border-radius:6px;border:1px solid var(--line);background:#07111b}.video-thumb img{width:100%;height:168px;object-fit:cover}.play{position:absolute;inset:0;margin:auto;width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:rgba(7,15,24,.62);border:2px solid rgba(255,255,255,.85);color:#fff;font-size:23px}.play.small{width:42px;height:42px;font-size:16px}.play.tiny{width:30px;height:30px;font-size:12px}.duration{position:absolute;right:8px;bottom:8px;background:rgba(0,0,0,.62);color:#fff;font-size:12px;padding:3px 6px;border-radius:2px}.featured-video{display:grid;grid-template-columns:1.1fr .9fr;gap:15px}.featured-video h3{font-family:var(--serif);font-weight:500;font-size:21px;line-height:1.12;margin:4px 0 8px}.featured-video p{font-size:13px;line-height:1.4;color:#443a30}.mini-video-list{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.mini-video-list a{font-size:13px;border:1px solid var(--line);background:rgba(255,255,255,.45);padding:8px;border-radius:4px}.mini-video-list span{color:#fff;background:#07192a;padding:2px 5px;border-radius:2px;margin-right:4px}.home-books{display:flex;justify-content:center;align-items:flex-end;gap:4px;min-height:214px;margin-top:6px}.home-books .book-img{width:33%;max-width:142px;filter:drop-shadow(0 15px 18px rgba(0,0,0,.22))}.home-books .book-img:nth-child(2){max-width:158px}.outline-link{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 22px;border:1px solid var(--gold);border-radius:4px;color:#5f351d;background:rgba(255,255,255,.46);font-family:var(--serif);font-weight:600}.books-panel .outline-link{width:100%;margin-top:15px}.event-item{display:grid;grid-template-columns:70px 1fr;gap:13px;padding:9px 0;border-bottom:1px solid rgba(122,83,35,.17)}.event-date{height:62px;border:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(255,255,255,.48);font-family:var(--serif);color:#27313b}.event-date strong{font-size:27px;line-height:1}.event-date span{text-transform:uppercase;font-size:11px;line-height:1.05;text-align:center}.event-item h3{font-family:var(--serif);font-weight:500;font-size:18px;margin:0 0 5px}.event-item p{font-size:12px;color:#54493f;margin:0}.page-hero-inner{position:relative;z-index:2;min-height:370px;padding-top:96px;display:grid;grid-template-columns:1fr minmax(520px,720px);align-items:end}.page-copy{padding:0 0 62px}.page-copy p{font-family:var(--serif);font-size:21px;line-height:1.45;color:#f7ead5;max-width:790px}.page-visual{height:280px;align-self:stretch;background:linear-gradient(90deg,#06131f,rgba(6,19,31,.24),transparent 55%),var(--hero-img) center bottom/contain no-repeat}.two-col{display:grid;grid-template-columns:1fr 1.35fr;gap:34px;align-items:start}.four-col{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.dark-card{background:linear-gradient(180deg,#071827,#07121c);border:1px solid rgba(201,148,61,.55);border-radius:7px;color:#e7d4b8;padding:26px;box-shadow:var(--shadow)}.dark-card h3{font-family:var(--serif);font-size:24px;color:var(--gold2);margin:10px 0}.dark-card p,.paper-section p{line-height:1.65}.quote-card{border:1px solid var(--line);background:rgba(255,255,255,.5);border-radius:7px;margin-top:22px;padding:26px;font-family:var(--serif);font-style:italic;font-size:20px;color:#5a3c23}.quote-card em{display:block;margin-top:12px;color:var(--gold);font-weight:700}.big-quote{text-align:center;font-size:25px}.timeline-section,.principles-section{margin-top:32px}.timeline-row{display:grid;grid-template-columns:repeat(8,1fr);gap:18px;position:relative}.timeline-row:before{content:"";position:absolute;left:0;right:0;top:36px;height:1px;background:var(--gold)}.timeline-row div{text-align:center;position:relative}.timeline-row div:before{content:"";display:block;margin:0 auto 10px;width:70px;height:70px;border-radius:50%;border:3px solid var(--gold);background:#07192a;box-shadow:0 8px 20px rgba(0,0,0,.13)}.timeline-row span{display:block;font-family:var(--serif);font-size:22px;font-weight:700;color:#654219}.timeline-row p{font-size:12px;line-height:1.35;margin:4px 0}.principle{text-align:center;border-right:1px solid var(--line);padding:12px 22px}.principle:last-child{border-right:0}.principle span{font-size:36px;color:var(--burgundy)}.principle h3{font-family:var(--serif);font-size:18px;margin:8px 0}.principle p{font-size:13px;color:#5b5147}.stats-band{background:#071827;color:var(--gold2);margin-top:34px;padding:22px 0;border-top:2px solid var(--gold);border-bottom:2px solid var(--gold)}.stats{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.stats div{text-align:center;border-right:1px solid rgba(201,148,61,.35)}.stats div:last-child{border-right:0}.stats strong{display:block;font-family:var(--serif);font-size:34px;color:var(--gold)}.stats span{font-size:12px}.article-layout{display:grid;grid-template-columns:1fr 360px;gap:34px}.filters{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:20px}.filter-btn{border:1px solid var(--line);background:rgba(255,255,255,.65);border-radius:4px;padding:9px 24px;color:#5d5145;cursor:pointer}.filter-btn.active,.filter-btn:hover{background:var(--burgundy);color:#fff;border-color:var(--burgundy)}.featured-article{display:grid;grid-template-columns:.9fr 1fr;gap:26px;align-items:center;border:1px solid var(--line);background:rgba(255,255,255,.52);border-radius:6px;overflow:hidden;margin-bottom:22px}.featured-article img{width:100%;height:260px;object-fit:cover}.featured-article>div{padding:22px}.featured-article span,.article-card span,.book-card span,.eyebrow{display:inline-block;color:var(--burgundy);font-size:11px;text-transform:uppercase;letter-spacing:1.7px;font-weight:900;margin-bottom:8px}.featured-article h2{font-family:var(--serif);font-size:29px;line-height:1.15;font-weight:500;margin:0 0 8px}.featured-article p,.article-card p{color:#51483c;line-height:1.55}.text-link{color:var(--burgundy);font-family:var(--serif);font-weight:700}.article-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.article-card{display:grid;grid-template-columns:190px 1fr;gap:18px;border-bottom:1px solid var(--line);padding-bottom:18px}.article-card img{width:190px;height:138px;object-fit:cover;border-radius:4px}.article-card h3{font-family:var(--serif);font-size:22px;line-height:1.1;font-weight:500;margin:0 0 6px}.article-card time,.featured-article time,.article-card small,.featured-article small{display:block;color:#7a6d60;font-size:12px;margin:5px 0}.pagination{display:flex;gap:8px;justify-content:center;margin:28px 0}.pagination a,.pagination span{border:1px solid transparent;padding:6px 10px}.pagination .active{background:var(--burgundy);color:#fff;border-radius:3px}.sidebar{border-left:1px solid var(--line);padding-left:26px}.sidebar h2{font-family:var(--serif);font-size:23px;font-weight:500;margin:0 0 15px}.sidebar section{margin-bottom:30px}.popular-item{display:grid;grid-template-columns:34px 88px 1fr;gap:11px;align-items:center;border-bottom:1px solid rgba(122,83,35,.17);padding:9px 0}.popular-item b{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--burgundy);color:#fff;font-family:var(--serif)}.popular-item img{width:88px;height:52px;object-fit:cover;border-radius:4px}.popular-item span{font-family:var(--serif);font-size:14px}.popular-item small{display:block;font-family:var(--sans);font-size:11px;color:#7b7064;margin-top:4px}.tag-cloud{display:flex;flex-wrap:wrap;gap:8px}.tag-cloud a{border:1px solid var(--line);background:rgba(255,255,255,.5);border-radius:3px;padding:5px 10px;font-size:12px}.inline-form,.newsletter{display:flex;border:1px solid rgba(201,148,61,.6);border-radius:3px;overflow:hidden;background:#07111b;max-width:340px;position:relative}.inline-form{background:rgba(255,255,255,.55);border-color:var(--line);max-width:none}.inline-form input,.newsletter input{min-width:0;flex:1;border:0;background:transparent;color:inherit;padding:12px;outline:0}.newsletter input{color:#fff}.inline-form button,.newsletter button{border:0;background:var(--burgundy);color:#fff;padding:0 16px;cursor:pointer}.form-note{display:block;margin-top:8px;color:var(--green);font-size:12px}.talk-hero{padding:120px 0 34px}.talk-hero-block{position:relative;z-index:2;display:grid;grid-template-columns:.95fr 1.05fr .7fr;gap:34px;align-items:center}.talk-hero p{font-family:var(--serif);font-size:19px;line-height:1.45;color:#f1dfc4}.video-thumb.jumbo img{height:310px}.latest-talk{color:#f3e3c9}.latest-talk span{color:var(--gold2);font-family:var(--serif)}.latest-talk h2{font-family:var(--serif);font-size:31px;line-height:1.13;font-weight:500;margin:9px 0 13px}.split-section{display:grid;grid-template-columns:1fr 380px;gap:36px}.talk-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.talk-card h3{font-family:var(--serif);font-weight:500;font-size:21px;line-height:1.12;margin:11px 0 6px}.talk-card p{line-height:1.5;margin:4px 0}.program-row{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.program{display:grid;grid-template-columns:96px 1fr;gap:12px;align-items:center;border:1px solid var(--line);background:rgba(255,255,255,.47);border-radius:5px;padding:9px}.program .video-thumb img{height:64px}.program h4{font-family:var(--serif);font-weight:500;margin:0;font-size:16px}.topic-list{display:grid;gap:15px}.topic-list a{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center;border-bottom:1px solid rgba(122,83,35,.17);padding-bottom:15px}.topic-list h3{font-family:var(--serif);font-weight:500;font-size:21px;margin:0 0 3px}.topic-list p{font-size:12px;line-height:1.4;margin:0;color:#594f43}.books-layout{display:grid;grid-template-columns:390px 1fr;gap:36px}.featured-book-panel{border-right:1px solid var(--line);padding-right:28px}.featured-book{display:grid;grid-template-columns:1fr 165px;gap:16px;align-items:center;border:1px solid var(--line);background:rgba(255,255,255,.48);border-radius:7px;padding:18px}.featured-book h3{font-family:var(--serif);font-size:26px;line-height:1.1;font-weight:500;margin:0 0 12px}.featured-book .book-img{width:160px}.book-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.book-card{text-align:center;border:1px solid var(--line);background:rgba(255,255,255,.48);border-radius:7px;padding:16px 12px 18px}.book-card .book-img{height:220px;width:auto;margin:0 auto 12px;filter:drop-shadow(0 14px 13px rgba(0,0,0,.23))}.book-card h3{font-family:var(--serif);font-weight:500;font-size:19px;line-height:1.12;margin:0 0 8px}.book-card p{font-size:12px;line-height:1.45;color:#50473d;min-height:70px}.small-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--gold);background:rgba(255,255,255,.55);padding:8px 18px;border-radius:4px;font-family:var(--serif);font-weight:700;color:#5a311d;cursor:pointer}.small-button.center{margin:10px auto 0;display:flex;max-width:240px}.pdf-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.pdf-card{display:grid;grid-template-columns:52px 1fr;gap:13px;align-items:center;border:1px solid var(--line);background:rgba(255,255,255,.48);border-radius:5px;padding:14px}.pdf-card .round-icon{width:46px;height:46px;font-size:18px}.pdf-card h4{font-family:var(--serif);font-size:16px;margin:0 0 5px}.pdf-card a{font-size:12px;color:var(--burgundy);font-weight:800}.all-pdf{background:#071827;color:#fff}.event-layout{display:grid;grid-template-columns:1fr 1.07fr;gap:36px}.event-feature-card{display:grid;grid-template-columns:126px 1fr;gap:22px;min-height:280px;align-items:center;background:linear-gradient(90deg,#06131f,#0a1a29);color:#fff;border:1px solid rgba(201,148,61,.45);border-radius:8px;padding:24px;position:relative;overflow:hidden}.event-feature-card:after{content:"";position:absolute;right:0;top:0;bottom:0;width:60%;background:url('assets/event-feature.jpg') center/cover no-repeat;opacity:.82;mask-image:linear-gradient(90deg,transparent,#000 28%)}.event-feature-card>*{position:relative;z-index:1}.event-big-date{height:156px;border:1px solid var(--gold);display:flex;align-items:center;justify-content:center;flex-direction:column;font-family:var(--serif);background:rgba(5,15,25,.72);color:var(--gold2)}.event-big-date strong{font-size:45px}.event-big-date span{text-transform:uppercase;text-align:center;line-height:1.08}.event-feature-card h2{font-family:var(--serif);font-weight:500;font-size:34px;line-height:1.12;margin:0 0 12px}.event-feature-card p{max-width:380px;color:#e4d5bd}.event-filters{justify-content:flex-start;margin-bottom:14px}.upcoming-list{display:grid;gap:9px}.event-row{display:grid;grid-template-columns:74px 1fr minmax(230px,.9fr) 70px;gap:16px;align-items:center;border:1px solid var(--line);border-radius:5px;background:rgba(255,255,255,.5);padding:10px 13px}.event-row h3{font-family:var(--serif);font-size:20px;font-weight:500;line-height:1.15;margin:0 0 5px}.event-row p{font-size:12px;line-height:1.4;color:#544a3f;margin:0}.event-row .event-date{height:66px}.event-detail{border:0;background:transparent;color:#7c2a18;font-size:25px;cursor:pointer}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.gallery-grid figure{margin:0;border:1px solid var(--line);border-radius:5px;overflow:hidden;background:rgba(255,255,255,.55)}.gallery-grid img{height:98px;width:100%;object-fit:cover}.gallery-grid figcaption{font-size:12px;padding:8px 9px;color:#4f463b}.request-card{display:grid;grid-template-columns:78px 1fr;gap:18px;align-items:center;border:1px solid var(--line);border-radius:7px;background:linear-gradient(180deg,rgba(255,255,255,.68),rgba(245,237,223,.78));padding:24px}.request-card h2{font-family:var(--serif);font-weight:500;margin:0 0 8px}.contact-layout{display:grid;grid-template-columns:330px 1fr 430px;gap:32px}.contact-info-list{display:grid;gap:20px}.contact-line{display:grid;grid-template-columns:64px 1fr;gap:15px;align-items:center}.contact-line h3{font-family:var(--serif);font-size:21px;font-weight:500;margin:0 0 5px}.contact-line p{margin:0;color:#443b31}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{border:1px solid rgba(122,83,35,.23);background:rgba(255,255,255,.62);border-radius:4px;padding:13px;color:#4f463d;width:100%}.field.full{grid-column:1/-1}.textarea{height:120px;resize:vertical}.checkbox-group{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.checkbox-group legend{font-size:13px;color:#6b5f52}.checkbox-row{display:block;font-size:12px;color:#51483d;margin:14px 0}.side-card{border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:20px}.side-card h2,.contact-layout aside h2{font-family:var(--serif);font-weight:500;font-size:22px}.map-img{width:100%;height:142px;object-fit:cover;border-radius:5px;border:1px solid var(--line)}.faq a{display:flex;justify-content:space-between;gap:10px;border:1px solid rgba(122,83,35,.18);padding:9px 10px;font-size:13px;background:rgba(255,255,255,.45);margin-bottom:6px;border-radius:3px}.socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.socials a{width:38px;height:38px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold2);font-weight:700}.socials.dark a{color:#09131d;border-color:#8a7a68}.site-footer{background:#06131f;color:#e9ddca;border-top:3px solid var(--gold);position:relative;overflow:hidden}.site-footer:before{content:"";position:absolute;inset:0;opacity:.10;background-image:linear-gradient(30deg,var(--gold) 1px,transparent 1px);background-size:34px 34px}.footer-grid{position:relative;display:grid;grid-template-columns:1.45fr 1fr 1.35fr 1fr;gap:34px;padding:36px 0 32px}.footer-grid>div{border-right:1px solid rgba(201,148,61,.35);padding-right:28px;min-height:125px}.footer-grid>div:last-child{border-right:0;padding-right:0}.footer-grid h2{font-family:var(--serif);font-size:20px;font-weight:500;color:var(--gold2);margin:0 0 12px}.footer-grid p{font-size:14px;line-height:1.5;margin:0 0 8px;color:#ddceb9}.footer-mark{font-size:58px;color:var(--gold);line-height:1;display:block;margin-bottom:8px}.footer-quote p{font-family:var(--serif);font-style:italic;color:var(--gold2);max-width:340px}.footer-quote em{display:block;font-family:var(--serif);color:var(--gold);font-size:19px;margin-top:10px}.copyright{position:relative;text-align:center;background:linear-gradient(90deg,#63110c,#851b14,#63110c);padding:14px;color:#eadac4;font-size:13px;border-top:1px solid rgba(201,148,61,.35)}.mt{margin-top:28px}.muted{color:#6f6559}.modal{position:fixed;inset:0;background:rgba(3,8,13,.72);display:none;align-items:center;justify-content:center;z-index:50;padding:24px}.modal.is-open{display:flex}.modal-card{width:min(100%,620px);max-height:88vh;overflow:auto;background:var(--paper);border:2px solid var(--gold);border-radius:10px;box-shadow:0 30px 80px rgba(0,0,0,.45);padding:28px;position:relative}.modal-close{position:absolute;right:14px;top:10px;border:0;background:transparent;font-size:31px;cursor:pointer;color:#6b2415}.video-placeholder{height:310px;background:#06131f;color:#fff;border-radius:7px;display:grid;place-items:center;text-align:center;margin:14px 0}.video-placeholder span{font-size:58px;border:2px solid #fff;border-radius:50%;width:100px;height:100px;display:grid;place-items:center}.book-modal-card{display:grid;grid-template-columns:210px 1fr;gap:22px;align-items:center;width:min(100%,780px)}.modal-book-img{width:200px;filter:drop-shadow(0 16px 15px rgba(0,0,0,.25))}.detail-list{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:10px 0;margin:14px 0}@media (max-width:1300px){.header-quote{display:none}.main-nav{gap:20px}.hero-inner{grid-template-columns:1fr 620px}.home-grid{grid-template-columns:1fr 1fr}.panel:nth-child(2){border-right:0}.panel:nth-child(3),.panel:nth-child(4){border-top:1px solid var(--line)}.book-grid{grid-template-columns:repeat(3,1fr)}.contact-layout{grid-template-columns:1fr}.contact-layout>aside,.contact-layout>section{margin-bottom:24px}.event-row{grid-template-columns:74px 1fr 50px}.event-row>p{grid-column:2/-1}.topic-card{padding:24px 28px}.talk-grid,.program-row,.pdf-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:960px){.container{width:min(100% - 32px,var(--container))}.site-header{position:relative;background:#06131f}.nav-wrap{height:auto;min-height:78px;flex-wrap:wrap;padding:12px 0}.brand{min-width:0}.brand-mark svg{width:50px;height:50px}.brand-text strong{font-size:21px;letter-spacing:4px}.brand-text small{letter-spacing:3px}.menu-toggle{display:block}.main-nav{display:none;order:3;width:100%;flex-direction:column;align-items:flex-start;gap:0;border-top:1px solid rgba(201,148,61,.25);padding:8px 0}.main-nav.is-open{display:flex}.main-nav a{padding:11px 0}.main-nav a.active:before,.main-nav a.active:after{display:none}.hero-inner,.page-hero-inner{display:block;min-height:0;padding-top:40px}.hero h1,.page-hero h1,.talk-hero h1{font-size:56px}.role{font-size:22px}.lead,.page-copy p{font-size:18px}.hero-copy,.page-copy{padding-bottom:24px}.hero-visual,.page-visual{height:260px}.topic-grid,.home-grid,.two-col,.mission-grid,.four-col,.article-layout,.featured-article,.split-section,.books-layout,.event-layout,.talk-hero-block{grid-template-columns:1fr}.topic-card{border-right:0;border-bottom:1px solid var(--line)}.topic-card:last-child{border-bottom:0}.panel,.panel:nth-child(2),.panel:nth-child(3),.panel:nth-child(4){border-right:0;border-top:1px solid var(--line)}.panel:first-child{border-top:0}.sidebar,.featured-book-panel{border-left:0;border-right:0;padding-left:0;padding-right:0}.article-grid,.talk-grid,.program-row,.pdf-grid,.gallery-grid,.stats{grid-template-columns:1fr 1fr}.timeline-row{grid-template-columns:1fr 1fr}.timeline-row:before{display:none}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div{border-right:0;border-bottom:1px solid rgba(201,148,61,.3);padding-right:0;padding-bottom:20px}.checkbox-group{grid-template-columns:1fr 1fr}.book-modal-card{grid-template-columns:1fr}.modal-book-img{margin:auto}.paper-section{background-attachment:scroll}}@media (max-width:620px){.hero:after,.page-hero:after{opacity:.35}.hero-actions,.mini-video-list,.featured-video,.post-item,.article-card,.popular-item,.program,.event-row,.featured-book,.event-feature-card,.request-card,.contact-line{grid-template-columns:1fr}.btn{width:100%}.hero h1,.page-hero h1,.talk-hero h1{font-size:44px}.ornament{width:230px}.home-books{justify-content:flex-start;overflow:auto}.home-books .book-img{min-width:120px}.article-grid,.talk-grid,.program-row,.pdf-grid,.gallery-grid,.stats,.book-grid{grid-template-columns:1fr}.post-item img,.article-card img{width:100%;height:180px}.book-card .book-img{height:250px}.form-grid,.checkbox-group{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.video-placeholder{height:220px}.brand-text strong{font-size:18px}}


/* =========================================================
   v2 Profesyonel geliştirmeler — erişilebilirlik, arama, tema, mobil UX
   ========================================================= */
:root{--focus:0 0 0 4px rgba(225,189,115,.34);--soft-panel:rgba(255,255,255,.70);--glass:rgba(6,19,31,.72)}
.skip-link{position:fixed;left:16px;top:12px;z-index:9999;transform:translateY(-140%);background:var(--gold2);color:#06131f;border-radius:999px;padding:10px 16px;font-weight:800;box-shadow:var(--shadow)}
.skip-link:focus{transform:translateY(0);outline:0;box-shadow:var(--focus)}
.reading-progress{position:fixed;top:0;left:0;z-index:9998;width:100%;height:4px;background:rgba(255,255,255,.08)}
.reading-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--gold),var(--gold2));transition:width .12s linear}
.site-header{transition:background .25s ease,box-shadow .25s ease,backdrop-filter .25s ease,transform .25s ease}.site-header.is-scrolled{position:fixed;background:rgba(6,19,31,.92);backdrop-filter:blur(16px);box-shadow:0 18px 35px rgba(0,0,0,.18)}
.header-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.theme-toggle,.quick-contact,.share-page{border:1px solid rgba(225,189,115,.55);background:rgba(255,255,255,.08);color:#f6ead5;border-radius:999px;min-height:40px;padding:0 14px;display:inline-grid;place-items:center;font-weight:800;cursor:pointer}.theme-toggle{width:42px;padding:0;font-size:18px}.quick-contact{font-size:13px;letter-spacing:.04em;text-transform:uppercase;background:linear-gradient(135deg,var(--burgundy2),var(--gold));color:#fff;border:0}.theme-toggle:hover,.quick-contact:hover,.share-page:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(0,0,0,.18)}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:0;box-shadow:var(--focus)}
.breadcrumb{display:flex;align-items:center;gap:10px;margin-top:20px;margin-bottom:-10px;color:#725e44;font-size:14px}.breadcrumb a{font-weight:800;color:var(--burgundy)}.breadcrumb span:last-child{opacity:.82}
.impact-ribbon{background:linear-gradient(135deg,#06131f,#10263b);color:#f7ead4;border-top:1px solid rgba(225,189,115,.22);border-bottom:1px solid rgba(225,189,115,.22);position:relative;overflow:hidden}.impact-ribbon:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 0,rgba(225,189,115,.20),transparent 34%),linear-gradient(45deg,rgba(255,255,255,.03) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.03) 50%,rgba(255,255,255,.03) 75%,transparent 75%);background-size:auto,34px 34px;opacity:.65}.impact-wrap{position:relative;display:grid;grid-template-columns:1.05fr 1.35fr;gap:32px;align-items:center;padding:42px 0}.impact-intro h2,.final-cta h2{font-family:var(--serif);font-size:clamp(28px,3vw,44px);line-height:1.05;margin:8px 0 12px;font-weight:500}.impact-intro p{margin:0;color:#decfb9;line-height:1.6}.impact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.impact-grid a{padding:22px 16px;border:1px solid rgba(225,189,115,.32);border-radius:16px;background:rgba(255,255,255,.07);transition:.2s ease;text-align:center}.impact-grid a:hover{transform:translateY(-4px);background:rgba(255,255,255,.12)}.impact-grid strong{display:block;font-family:var(--serif);font-size:42px;color:var(--gold2);line-height:1}.impact-grid span{display:block;margin-top:8px;color:#f3e3ca;font-size:13px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}
.final-cta{position:relative;isolation:isolate;margin-top:36px;margin-bottom:42px;border-radius:24px;background:linear-gradient(180deg,#fffdfa,#f7f0e6);color:var(--ink);display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.82fr);gap:0;align-items:stretch;box-shadow:0 18px 48px rgba(18,30,44,.10);border:1px solid rgba(123,45,31,.12);overflow:hidden}.final-cta:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,#8f2019,#d3a54a)}.final-cta:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 16% 0,rgba(143,32,25,.06),transparent 30%),radial-gradient(circle at 100% 100%,rgba(211,165,74,.08),transparent 26%);pointer-events:none}.final-cta-main,.final-cta-side{position:relative;z-index:1}.final-cta-main{padding:34px 40px 36px 34px}.final-cta h2{max-width:15ch;font-size:clamp(32px,3.15vw,52px);line-height:1.04;letter-spacing:-.02em;margin:10px 0 14px;color:#2d180f}.final-cta .eyebrow{color:#8f2019;letter-spacing:.16em}.final-cta-text{margin:0;max-width:68ch;color:#685649;line-height:1.7;font-size:15px}.final-cta-meta{display:flex;flex-wrap:wrap;gap:10px 12px;margin-top:20px}.final-cta-meta span{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid rgba(123,45,31,.14);background:rgba(255,255,255,.7);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#5e4131}.final-cta-meta span:before{content:"";width:6px;height:6px;border-radius:50%;background:#b78637;box-shadow:0 0 0 3px rgba(183,134,55,.12)}.final-cta-side{display:flex;flex-direction:column;justify-content:center;gap:10px;padding:30px 28px;background:linear-gradient(180deg,#071827,#0d2436);border-left:1px solid rgba(225,189,115,.16);color:#f6ead5}.final-cta-side-eyebrow{font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#d9bf8b}.final-cta-side-title{font-family:var(--serif);font-size:28px;line-height:1.08;font-weight:500;color:#fffaf1}.cta-actions{display:grid;gap:12px;margin-top:6px}.final-cta .btn{width:100%;justify-content:center;min-height:52px}.final-cta .btn-ghost{color:#fff;border-color:rgba(255,255,255,.36);background:rgba(255,255,255,.03)}.final-cta .btn-ghost:hover{background:rgba(255,255,255,.08)}.final-cta-side-note{margin:2px 0 0;font-size:13px;line-height:1.6;color:#d7c6ad}
.content-tools{display:flex;align-items:end;justify-content:space-between;gap:14px;margin:0 0 18px;padding:16px;border:1px solid rgba(122,83,35,.22);border-radius:18px;background:var(--soft-panel);box-shadow:0 14px 35px rgba(6,19,31,.07)}.search-box{display:grid;gap:7px;flex:1}.search-box span{font-size:12px;font-weight:900;color:var(--burgundy);letter-spacing:.06em;text-transform:uppercase}.enhanced-search{width:100%;border:1px solid rgba(122,83,35,.28);border-radius:999px;background:#fffaf3;padding:13px 18px;color:var(--ink)}.share-page{color:var(--burgundy);background:#fffaf3;border-color:rgba(122,83,35,.25);white-space:nowrap}.empty-state{padding:18px;border-radius:16px;border:1px dashed rgba(122,83,35,.35);background:rgba(255,255,255,.55);color:#6f6559;font-weight:700}.read-time{display:inline-flex;margin:5px 0 8px;padding:5px 9px;border-radius:999px;background:rgba(200,148,61,.13);color:#6b2415;font-size:12px;font-weight:900;letter-spacing:.02em}.is-filtered-out,.is-search-hidden{display:none!important}
.principle-ribbon{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}.principle-ribbon div{padding:22px;border:1px solid rgba(122,83,35,.22);background:rgba(255,255,255,.56);border-radius:18px;box-shadow:0 12px 28px rgba(6,19,31,.06)}.principle-ribbon strong{display:block;font-family:var(--serif);font-size:26px;color:var(--burgundy);font-weight:500}.principle-ribbon span{display:block;margin-top:6px;color:#6f6559;line-height:1.45}.privacy-mini{grid-column:1/-1;margin:2px 0 8px;color:#6f6559;font-size:12px;line-height:1.45}
.floating-actions{position:fixed;right:18px;bottom:18px;z-index:45;display:flex;flex-direction:column;gap:10px}.float-contact,.back-to-top{width:50px;height:50px;border-radius:50%;border:0;background:linear-gradient(135deg,var(--burgundy2),var(--gold));color:#fff;display:grid;place-items:center;box-shadow:0 18px 32px rgba(0,0,0,.24);font-weight:900;cursor:pointer}.back-to-top{background:#06131f;border:1px solid rgba(225,189,115,.42);opacity:0;pointer-events:none;transform:translateY(10px);transition:.2s ease}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);z-index:70;background:#06131f;color:#f7ead4;border:1px solid rgba(225,189,115,.4);border-radius:999px;padding:12px 18px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:.2s ease;font-weight:800}.toast.is-visible{opacity:1;transform:translate(-50%,0)}.noscript-note{position:fixed;left:16px;right:16px;bottom:16px;z-index:9999;background:#fff3cd;color:#3d2c00;border:1px solid #d9b650;border-radius:12px;padding:12px 14px}.footer-meta{opacity:.7;margin-left:6px}
html[data-theme="light"] body{background:#fff8ef}html[data-theme="light"] .site-header.is-scrolled{background:rgba(255,248,239,.94);color:#06131f}html[data-theme="light"] .site-header.is-scrolled .main-nav a,html[data-theme="light"] .site-header.is-scrolled .theme-toggle{color:#06131f}html[data-theme="light"] .site-header.is-scrolled .brand-text strong{color:#73130d}html[data-theme="light"] .site-header.is-scrolled .brand-text small{color:#7a5323}html[data-theme="light"] .content-tools,html[data-theme="light"] .panel,html[data-theme="light"] .principle-ribbon div{background:rgba(255,255,255,.84)}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media (max-width:1300px){.header-actions{margin-left:0}.quick-contact{display:none}.impact-wrap{grid-template-columns:1fr}.impact-grid{grid-template-columns:repeat(4,1fr)}}
@media (max-width:960px){.site-header.is-scrolled{position:sticky;top:0}.header-actions{order:2}.impact-grid{grid-template-columns:repeat(2,1fr)}.final-cta{grid-template-columns:1fr}.final-cta-main{padding:30px 28px 24px}.final-cta h2{max-width:none}.final-cta-side{padding:24px 28px;border-left:0;border-top:1px solid rgba(225,189,115,.16)}.content-tools{align-items:stretch;flex-direction:column}.share-page{min-height:44px}.principle-ribbon{grid-template-columns:1fr}.breadcrumb{margin-top:14px}}
@media (max-width:620px){.container{width:min(100% - 28px,var(--container))}.impact-wrap{padding:30px 0}.impact-grid{grid-template-columns:1fr}.final-cta{border-radius:18px}.final-cta-main{padding:24px 22px 18px}.final-cta h2{font-size:clamp(29px,10vw,40px)}.final-cta-text{font-size:14px}.final-cta-meta{gap:8px}.final-cta-meta span{font-size:10px;padding:7px 10px}.final-cta-side{padding:20px 22px 22px}.final-cta-side-title{font-size:23px}.floating-actions{right:12px;bottom:12px}.float-contact,.back-to-top{width:46px;height:46px}.theme-toggle{width:40px;height:40px}.content-tools{padding:13px;border-radius:14px}.footer-meta{display:block;margin:6px 0 0}}


/* V2: Kitap bölümü kaldırıldı, arşiv ve mobil deneyim güçlendirildi */
.archive-panel-lead{font-size:13px;line-height:1.55;color:#51483c;margin:0 0 14px}.archive-mini{display:grid;gap:10px;margin:12px 0 16px}.archive-mini a{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center;border:1px solid var(--line);background:rgba(255,255,255,.55);border-radius:8px;padding:10px;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.archive-mini a:hover{border-color:rgba(186,140,74,.55);transform:translateY(-1px);box-shadow:0 10px 24px rgba(6,13,24,.06)}.archive-mini span{grid-row:1/3;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#06131f;color:var(--gold2);border:1px solid var(--gold)}.archive-mini span svg{width:18px;height:18px;display:block}.archive-mini strong{font-family:var(--serif);font-size:18px;line-height:1}.archive-mini small{color:#6f6559}.archive-section{padding-top:18px}.archive-tools{margin-bottom:18px}.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.archive-card{background:rgba(255,255,255,.66);border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 12px 30px rgba(6,13,24,.08);display:flex;flex-direction:column;min-height:100%}.archive-card img{width:100%;height:168px;object-fit:cover}.archive-card>span,.archive-card>h2,.archive-card>p,.archive-card>a{margin-left:18px;margin-right:18px}.archive-card .eyebrow,.archive-card>span.eyebrow{margin-top:18px}.archive-card h2{font-family:var(--serif);font-weight:500;font-size:24px;line-height:1.1;margin-top:5px;margin-bottom:8px}.archive-card p{font-size:14px;line-height:1.55;color:#51483c;margin-top:0}.archive-card>a{margin-top:auto;margin-bottom:18px;color:#73130d;font-weight:800}.archive-card.feature{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;align-items:center}.archive-card.feature img{height:100%;min-height:300px}.archive-card.feature div{padding:24px}.archive-card.feature h2{font-size:34px}.archive-visual{background:linear-gradient(90deg,rgba(6,19,31,.25),transparent),url('assets/hero-scene-wide.jpg') center/cover no-repeat}.mobile-bottom-nav{display:none}.mobile-bottom-nav a.active{color:var(--gold2)}.mobile-bottom-nav a.active:before{content:"";position:absolute;top:6px;width:5px;height:5px;border-radius:50%;background:var(--gold)}
@media (max-width:720px){body.mobile-first-v2{padding-bottom:78px}.mobile-first-v2 .site-header{position:sticky!important;top:0;background:rgba(6,19,31,.97)!important;box-shadow:0 10px 26px rgba(0,0,0,.18)}.mobile-first-v2 .nav-wrap{min-height:66px}.mobile-first-v2 .brand-mark svg{width:42px;height:42px}.mobile-first-v2 .brand-text strong{font-size:17px;letter-spacing:3px}.mobile-first-v2 .brand-text small{font-size:9px;letter-spacing:2px}.mobile-first-v2 .theme-toggle{width:38px;height:38px}.mobile-first-v2 .menu-toggle{min-width:40px;min-height:38px}.mobile-first-v2 .main-nav.is-open{position:absolute;left:14px;right:14px;top:72px;z-index:40;background:#06131f;border:1px solid rgba(201,148,61,.38);border-radius:16px;padding:10px 14px;box-shadow:0 24px 60px rgba(0,0,0,.28)}.mobile-first-v2 .main-nav a{width:100%;padding:13px 2px;border-bottom:1px solid rgba(201,148,61,.14);font-size:17px}.mobile-first-v2 .main-nav a:last-child{border-bottom:0}.mobile-first-v2 .hero-inner,.mobile-first-v2 .page-hero-inner{padding-top:28px}.mobile-first-v2 .hero h1,.mobile-first-v2 .page-hero h1,.mobile-first-v2 .talk-hero h1{font-size:clamp(38px,12vw,48px)}.mobile-first-v2 .lead,.mobile-first-v2 .page-copy p{font-size:17px}.mobile-first-v2 .hero-visual,.mobile-first-v2 .page-visual{height:190px;border-radius:16px;margin-bottom:18px;background-size:cover}.mobile-first-v2 .topic-card{grid-template-columns:54px 1fr 24px;gap:12px;padding:18px 14px;min-height:132px}.mobile-first-v2 .round-icon{width:54px;height:54px;font-size:23px}.mobile-first-v2 .round-icon svg{width:22px;height:22px}.mobile-first-v2 .topic-card h2{font-size:22px}.mobile-first-v2 .topic-card p{font-size:13px}.mobile-first-v2 .impact-grid a{padding:18px;border-radius:14px}.mobile-first-v2 .home-grid{border-radius:18px;overflow:hidden}.mobile-first-v2 .panel{padding:18px 16px}.mobile-first-v2 .section-head{align-items:flex-start}.mobile-first-v2 .content-tools{position:sticky;top:70px;z-index:10;background:rgba(251,246,238,.96);backdrop-filter:blur(12px);box-shadow:0 10px 25px rgba(0,0,0,.08)}.mobile-first-v2 .filters{display:flex;overflow-x:auto;gap:8px;padding-bottom:2px}.mobile-first-v2 .filters button{white-space:nowrap;min-height:40px}.mobile-first-v2 .archive-grid{grid-template-columns:1fr;gap:14px}.mobile-first-v2 .archive-card{border-radius:16px}.mobile-first-v2 .archive-card.feature{grid-column:auto;display:flex}.mobile-first-v2 .archive-card.feature img{height:190px;min-height:0}.mobile-first-v2 .archive-card.feature div{padding:0 0 18px}.mobile-first-v2 .archive-card.feature div>*{margin-left:18px;margin-right:18px}.mobile-first-v2 .archive-card.feature h2{font-size:26px}.mobile-bottom-nav{position:fixed;left:10px;right:10px;bottom:10px;z-index:60;display:grid;grid-template-columns:repeat(5,1fr);gap:4px;background:rgba(6,19,31,.96);border:1px solid rgba(201,148,61,.46);box-shadow:0 18px 50px rgba(0,0,0,.36);border-radius:18px;padding:8px 7px;backdrop-filter:blur(12px)}.mobile-bottom-nav a{position:relative;min-height:52px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;color:#f6ead6;font-size:11px;font-weight:800}.mobile-bottom-nav b{font-size:18px;line-height:1}.mobile-first-v2 .floating-actions{bottom:86px}.mobile-first-v2 .float-contact{display:none}.mobile-first-v2 .back-to-top{width:44px;height:44px}.mobile-first-v2 .final-cta{margin-bottom:18px}.mobile-first-v2 .final-cta-main{padding:22px 20px 16px}.mobile-first-v2 .final-cta h2{font-size:clamp(28px,9.3vw,38px)}.mobile-first-v2 .final-cta-text{font-size:14px;line-height:1.65}.mobile-first-v2 .final-cta-side{padding:18px 20px 20px}.mobile-first-v2 .final-cta-side-title{font-size:21px}.mobile-first-v2 .final-cta .btn{min-height:48px}.mobile-first-v2 .final-cta-meta span{font-size:10px;padding:7px 10px}.mobile-first-v2 .footer-grid{padding-bottom:26px}}
@media (min-width:721px) and (max-width:1100px){.archive-grid{grid-template-columns:repeat(2,1fr)}.archive-card.feature{grid-column:1/-1}}


/* V3 Premium: mobil öncelikli, admin paneli, blog detay, basın kiti ve deploy hazırlığı */
:root{--safe-bottom:env(safe-area-inset-bottom,0px)}
body.site-v3{background:#f6efe3;color:var(--ink)}
.lang-switch{display:flex;align-items:center;gap:6px;margin-left:2px}.lang-switch a{border:1px solid rgba(225,189,115,.38);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;color:#f6ead6}.lang-switch a.active{background:rgba(201,148,61,.2);color:var(--gold2)}
.official-pill,.hero-chip{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(225,189,115,.45);background:rgba(6,19,31,.42);color:#f9e6c5;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;margin-bottom:14px}.official-pill:before,.hero-chip:before{content:"✓";display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--gold);color:#06131f}
.hero-home .lead{max-width:700px}.hero-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:720px;margin:22px 0}.hero-highlights a{padding:13px 14px;border-radius:14px;background:rgba(255,255,255,.07);border:1px solid rgba(225,189,115,.25);backdrop-filter:blur(10px)}.hero-highlights strong{display:block;color:#fce8bf;font-family:var(--serif);font-size:18px}.hero-highlights span{font-size:12px;color:#ead7ba}
.premium-section{position:relative;background:var(--paper);background-image:linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,255,255,.52)),url('assets/paper-texture.jpg');padding:46px 0}.premium-section.dark{background:linear-gradient(135deg,#06131f,#0b1b2b);color:#fff}.premium-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.premium-head h2{font-family:var(--serif);font-size:clamp(32px,4vw,54px);font-weight:400;line-height:1;margin:0}.premium-head p{max-width:640px;color:#6f6559;line-height:1.6;margin:10px 0 0}.premium-section.dark .premium-head p{color:#d8c6aa}.eyebrow{display:inline-flex;margin-bottom:8px;color:var(--burgundy);font-size:12px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.premium-section.dark .eyebrow{color:var(--gold2)}
.premium-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.premium-card{position:relative;border:1px solid rgba(122,83,35,.22);border-radius:22px;background:rgba(255,255,255,.7);box-shadow:0 18px 46px rgba(6,19,31,.08);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.premium-card:hover{transform:translateY(-3px);box-shadow:0 24px 60px rgba(6,19,31,.13)}.premium-card img{width:100%;height:190px;object-fit:cover}.premium-card-body{padding:18px}.premium-card h3{font-family:var(--serif);font-size:25px;font-weight:500;line-height:1.08;margin:6px 0 8px}.premium-card p{line-height:1.58;color:#51483c;margin:0 0 12px}.premium-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:#766b5e;font-size:12px}.pill{display:inline-flex;align-items:center;border-radius:999px;background:rgba(200,148,61,.15);color:#6b2415;padding:6px 10px;font-size:12px;font-weight:900}.card-link{display:inline-flex;align-items:center;gap:7px;color:var(--burgundy);font-weight:900;margin-top:8px}.featured-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.feature-story{min-height:430px;display:grid;align-items:end;background:linear-gradient(180deg,rgba(6,19,31,.04),rgba(6,19,31,.82)),url('assets/hero-scene-wide.webp') center/cover;border-radius:28px;overflow:hidden;color:#fff;padding:28px;border:1px solid rgba(225,189,115,.36)}.feature-story h2{font-family:var(--serif);font-size:clamp(34px,5vw,66px);line-height:.98;font-weight:400;margin:0 0 10px}.feature-story p{max-width:710px;color:#f6ead6;font-size:18px;line-height:1.5}.quick-stack{display:grid;gap:14px}.quick-stack a{padding:20px;border-radius:22px;border:1px solid rgba(122,83,35,.22);background:rgba(255,255,255,.68);box-shadow:0 12px 30px rgba(6,19,31,.06)}.quick-stack strong{display:block;font-family:var(--serif);font-size:25px;font-weight:500}.quick-stack span{display:block;color:#65594b;line-height:1.5;margin-top:6px}
.timeline{position:relative;display:grid;gap:16px}.timeline:before{content:"";position:absolute;left:33px;top:6px;bottom:6px;width:2px;background:rgba(122,83,35,.22)}.timeline-item{position:relative;display:grid;grid-template-columns:78px 1fr;gap:18px}.timeline-date{position:relative;z-index:1;width:66px;height:66px;border-radius:20px;background:#06131f;color:var(--gold2);display:grid;place-items:center;text-align:center;border:1px solid rgba(225,189,115,.45);box-shadow:0 14px 28px rgba(0,0,0,.16)}.timeline-date strong{font-family:var(--serif);font-size:24px;line-height:1}.timeline-date span{font-size:10px;text-transform:uppercase;font-weight:900}.timeline-content{padding:18px;border-radius:20px;border:1px solid rgba(122,83,35,.22);background:rgba(255,255,255,.72)}.timeline-content h3{font-family:var(--serif);font-size:25px;font-weight:500;margin:0 0 6px}.timeline-content p{margin:0;color:#5b5148;line-height:1.55}.timeline-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.small-btn{display:inline-flex;align-items:center;min-height:38px;padding:8px 13px;border-radius:999px;border:1px solid rgba(122,83,35,.25);font-size:12px;font-weight:900;background:#fffaf3;color:#5f351d}
.archive-super{display:grid;grid-template-columns:320px 1fr;gap:22px}.archive-sidebar{position:sticky;top:92px;align-self:start;border:1px solid rgba(122,83,35,.22);border-radius:24px;background:rgba(255,255,255,.72);padding:18px;box-shadow:0 16px 40px rgba(6,19,31,.06)}.archive-sidebar h2{font-family:var(--serif);font-size:30px;font-weight:500;margin:0 0 10px}.filter-chips{display:flex;flex-wrap:wrap;gap:8px}.filter-chips button,.admin-tab{border:1px solid rgba(122,83,35,.25);border-radius:999px;background:#fffaf3;color:#5f351d;min-height:38px;padding:8px 12px;font-size:12px;font-weight:900;cursor:pointer}.filter-chips button.active,.admin-tab.active{background:#06131f;color:#f7ead4;border-color:#06131f}.archive-results{display:grid;gap:16px}.result-card{display:grid;grid-template-columns:180px 1fr;gap:18px;padding:14px;border:1px solid rgba(122,83,35,.22);border-radius:22px;background:rgba(255,255,255,.72);box-shadow:0 14px 36px rgba(6,19,31,.06)}.result-card img{width:100%;height:132px;object-fit:cover;border-radius:16px}.result-card h3{font-family:var(--serif);font-size:28px;font-weight:500;line-height:1.05;margin:4px 0 8px}.result-card p{color:#564c42;line-height:1.55;margin:0 0 10px}.result-card .tags{display:flex;flex-wrap:wrap;gap:6px}.result-card .tags span{font-size:11px;border-radius:999px;background:rgba(200,148,61,.12);padding:5px 8px;color:#6b2415;font-weight:900}.no-results{padding:22px;border:1px dashed rgba(122,83,35,.35);border-radius:20px;background:rgba(255,255,255,.6);color:#65594b;font-weight:800}
.article-shell{display:grid;grid-template-columns:minmax(0,780px) 320px;gap:36px;align-items:start}.article-main{border:1px solid rgba(122,83,35,.24);background:rgba(255,255,255,.78);border-radius:28px;overflow:hidden;box-shadow:0 18px 48px rgba(6,19,31,.09)}.article-main>img{width:100%;height:min(44vw,430px);object-fit:cover}.article-content{padding:clamp(22px,5vw,52px)}.article-content h1{font-family:var(--serif);font-size:clamp(38px,5vw,64px);line-height:1;font-weight:400;margin:0 0 14px}.article-content .lead-text{font-family:var(--serif);font-size:22px;line-height:1.45;color:#493d31;margin:0 0 20px}.article-content p{font-size:18px;line-height:1.82;color:#302820}.article-tools{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.author-box,.related-box,.toc-box{border:1px solid rgba(122,83,35,.22);border-radius:24px;background:rgba(255,255,255,.74);padding:20px;box-shadow:0 14px 35px rgba(6,19,31,.06)}.author-box img{width:74px;height:74px;border-radius:50%;object-fit:cover;border:2px solid var(--gold);margin-bottom:12px}.author-box h2,.related-box h2,.toc-box h2{font-family:var(--serif);font-size:25px;font-weight:500;margin:0 0 9px}.related-box{margin-top:16px}.related-box a{display:block;padding:10px 0;border-top:1px solid rgba(122,83,35,.16);font-weight:800;color:#5f351d}.related-box a:first-of-type{border-top:0}.article-sidebar{position:sticky;top:95px}.breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;font-size:13px;color:#7c6e5e;margin-bottom:16px}.breadcrumbs a{color:#6b2415;font-weight:900}.post-nav{display:flex;justify-content:space-between;gap:12px;margin-top:22px}.post-nav a{flex:1;padding:14px;border:1px solid rgba(122,83,35,.22);border-radius:16px;background:#fffaf3;font-weight:900;color:#6b2415}.post-nav a:last-child{text-align:right}
.media-kit{display:grid;grid-template-columns:1fr 1fr;gap:18px}.media-download{border:1px solid rgba(122,83,35,.22);background:rgba(255,255,255,.7);border-radius:24px;padding:22px}.media-download h3{font-family:var(--serif);font-size:28px;font-weight:500;margin:0 0 8px}.copy-box{position:relative;border:1px solid rgba(122,83,35,.22);background:#fffaf3;border-radius:18px;padding:18px;line-height:1.7;color:#40362e}.copy-box button{margin-top:12px}
.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px}.contact-card{border:1px solid rgba(122,83,35,.22);border-radius:26px;background:rgba(255,255,255,.74);padding:24px;box-shadow:0 18px 42px rgba(6,19,31,.07)}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form label{display:grid;gap:7px;font-size:13px;font-weight:900;color:#5f351d}.contact-form input,.contact-form select,.contact-form textarea,.admin-panel input,.admin-panel select,.admin-panel textarea{width:100%;border:1px solid rgba(122,83,35,.25);border-radius:14px;background:#fffaf3;padding:13px;color:#211a13}.contact-form textarea,.admin-panel textarea{min-height:140px;resize:vertical}.contact-form .full,.admin-panel .full{grid-column:1/-1}.form-success{display:none;border-radius:16px;background:rgba(15,58,48,.1);border:1px solid rgba(15,58,48,.28);padding:12px;color:#0f3a30;font-weight:800}.form-success.is-visible{display:block}
.admin-shell{display:grid;grid-template-columns:300px 1fr;gap:20px}.admin-login,.admin-panel,.admin-help{border:1px solid rgba(122,83,35,.22);border-radius:24px;background:rgba(255,255,255,.76);padding:20px;box-shadow:0 18px 45px rgba(6,19,31,.07)}.admin-login{max-width:520px;margin:auto}.admin-panel{display:none}.admin-panel.is-visible{display:block}.admin-nav{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.admin-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.admin-list{display:grid;gap:10px;margin-top:16px}.admin-item{display:flex;justify-content:space-between;gap:12px;align-items:center;border:1px solid rgba(122,83,35,.18);border-radius:16px;padding:12px;background:#fffaf3}.admin-actions{display:flex;gap:8px;flex-wrap:wrap}.danger{background:#73130d!important;color:#fff!important;border-color:#73130d!important}.code-output{white-space:pre-wrap;max-height:360px;overflow:auto;background:#06131f;color:#f7ead4;border-radius:16px;padding:14px;font:12px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace}.hint{color:#6f6559;font-size:13px;line-height:1.55}.deploy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.deploy-card{border:1px solid rgba(122,83,35,.22);border-radius:20px;background:rgba(255,255,255,.72);padding:18px}.deploy-card h3{font-family:var(--serif);font-size:25px;font-weight:500;margin:0 0 8px}
.mobile-cta-bar{display:none}.bottom-safe{height:0}.floating-actions{bottom:calc(18px + var(--safe-bottom))}
@media (min-width:721px){.mobile-only{display:none!important}}
@media (max-width:1180px){.featured-layout,.archive-super,.article-shell,.contact-layout,.admin-shell{grid-template-columns:1fr}.archive-sidebar,.article-sidebar{position:static}.premium-grid{grid-template-columns:repeat(2,1fr)}.deploy-grid{grid-template-columns:1fr 1fr}.header-quote{display:none}.lang-switch{display:none}}
@media (max-width:720px){body.site-v3{padding-bottom:calc(92px + var(--safe-bottom))}.container{width:min(100% - 26px,var(--container))}.site-header{position:sticky!important;top:0;background:rgba(6,19,31,.97)!important;box-shadow:0 10px 26px rgba(0,0,0,.22)}.nav-wrap{height:auto;min-height:66px;gap:10px}.brand{min-width:0;flex:1}.brand-mark svg{width:42px;height:42px}.brand-text strong{font-size:17px;letter-spacing:3px}.brand-text small{font-size:9px;letter-spacing:2px}.header-actions{gap:6px}.theme-toggle{width:38px;height:38px}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:38px}.main-nav{display:none}.main-nav.is-open{display:flex;flex-direction:column;align-items:stretch;position:absolute;left:13px;right:13px;top:72px;z-index:80;background:#06131f;border:1px solid rgba(201,148,61,.38);border-radius:18px;padding:10px 14px;box-shadow:0 24px 60px rgba(0,0,0,.34)}.main-nav a{width:100%;padding:14px 2px;border-bottom:1px solid rgba(201,148,61,.14);font-size:17px}.main-nav a:before,.main-nav a:after{display:none!important}.quick-contact{display:none}.hero-inner{display:flex;flex-direction:column;min-height:0;padding:28px 0 22px}.hero-copy{padding:0}.hero h1,.page-hero h1,.talk-hero h1{font-size:clamp(42px,15vw,58px)}.role{font-size:20px}.lead{font-size:17px}.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.btn{min-height:48px;padding:11px 12px;border-radius:14px;font-size:14px}.hero-highlights{grid-template-columns:1fr;gap:8px}.hero-visual{width:100%;height:190px;min-height:0;border-radius:18px;background-size:cover;margin-top:18px}.premium-section{padding:34px 0}.premium-head{display:block}.premium-grid,.deploy-grid,.media-kit{grid-template-columns:1fr}.premium-card img{height:174px}.featured-layout{gap:14px}.feature-story{min-height:360px;border-radius:22px;padding:20px}.quick-stack a{border-radius:18px;padding:16px}.archive-super{gap:14px}.archive-sidebar{border-radius:20px}.result-card{grid-template-columns:1fr;gap:12px;border-radius:20px}.result-card img{height:190px}.result-card h3{font-size:24px}.article-main{border-radius:22px}.article-content{padding:22px}.article-content p{font-size:16px;line-height:1.75}.article-main>img{height:235px}.article-tools{display:grid;grid-template-columns:1fr 1fr}.post-nav{display:grid}.post-nav a:last-child{text-align:left}.contact-form,.admin-form{grid-template-columns:1fr}.contact-card,.admin-login,.admin-panel,.admin-help{border-radius:20px;padding:18px}.timeline:before{left:25px}.timeline-item{grid-template-columns:58px 1fr;gap:12px}.timeline-date{width:52px;height:58px;border-radius:16px}.timeline-content{padding:15px}.mobile-bottom-nav{left:9px;right:9px;bottom:calc(8px + var(--safe-bottom));border-radius:20px;padding:8px 6px;z-index:90}.mobile-bottom-nav a{min-height:54px}.floating-actions{bottom:calc(88px + var(--safe-bottom))}.toast{bottom:calc(92px + var(--safe-bottom));width:calc(100% - 32px);border-radius:18px;text-align:center}.content-tools{top:66px}.filter-chips{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.filter-chips button{white-space:nowrap}.bottom-safe{height:8px}.home-grid{grid-template-columns:1fr!important}.panel{border-right:0;border-bottom:1px solid var(--line)}}
@media (max-width:420px){.hero-actions{grid-template-columns:1fr}.brand-text small{display:none}.premium-card h3,.result-card h3{font-size:22px}.article-content h1{font-size:34px}.feature-story h2{font-size:36px}.mobile-bottom-nav a{font-size:10px}.mobile-bottom-nav b{font-size:17px}}


/* Klasik V4 güvenli paket ekleri */
.trust-strip{background:rgba(255,255,255,.82);border-top:1px solid var(--line);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.trust-wrap{display:flex;align-items:center;gap:18px;justify-content:space-between;padding:14px 0;color:var(--ink)}
.trust-wrap p{margin:0;line-height:1.5}.trust-wrap a{font-weight:800;color:var(--red);text-decoration:none;white-space:nowrap}
.official-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(163,30,40,.24);background:rgba(163,30,40,.08);color:var(--red);border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.official-pill:before{content:'✓';display:inline-grid;place-items:center;width:17px;height:17px;border-radius:50%;background:var(--red);color:white;font-size:11px}.compact-cta{padding-top:0}.v4-search-box{position:static;margin-bottom:18px}.v4-results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.result-count{font-weight:800;color:var(--muted);margin:12px 0 18px}.legal-copy h2{font-family:var(--serif);font-weight:400;font-size:30px;margin:26px 0 10px}.legal-copy p{font-size:17px;line-height:1.8}.narrow{max-width:920px}.bot-field{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}.security-mini{max-width:820px;margin:18px auto 0;padding:14px 16px;border:1px solid rgba(163,30,40,.25);border-radius:16px;background:rgba(163,30,40,.07);color:var(--ink);line-height:1.55}.v4-upcoming{margin-bottom:34px}.timeline-list{display:grid;gap:14px}.event-row .outline-link{align-self:center}.footer-meta a,.site-footer a{color:inherit}.mobile-only{display:none}.small-btn,.small-button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 12px;font-weight:800;cursor:pointer}.small-btn.danger,.danger{color:#a31e28}.form-grid input:invalid,.form-grid textarea:invalid,.form-grid select:invalid{box-shadow:none}.contact-form .field:focus,.contact-form textarea:focus,.contact-form select:focus{outline:3px solid rgba(163,30,40,.18);border-color:rgba(163,30,40,.55)}
@media (max-width:900px){.trust-wrap{align-items:flex-start;flex-direction:column;gap:8px}.v4-results{grid-template-columns:1fr}.mobile-only{display:inline-flex}.main-nav a[href="arama.html"]{display:inline-flex}.trust-wrap a{white-space:normal}.content-tools.v4-search-box{top:auto}.legal-copy h2{font-size:26px}}
@media (max-width:640px){.trust-strip{margin-top:0}.trust-wrap{padding:12px 0}.official-pill{font-size:10px;padding:6px 10px}.page-copy p,.lead{font-size:17px}.result-card{padding:20px}.legal-copy p{font-size:16px}.event-row{grid-template-columns:76px 1fr}.event-row>p,.event-row>.outline-link{grid-column:1/-1}.hero-actions .btn{min-height:48px}.quick-contact{display:none}}
@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}

/* Canlı gerçek veri V5 ekleri */
.source-note{margin-top:28px}.source-note h2{font-family:var(--serif);font-weight:400}.button-row{display:flex;flex-wrap:wrap;gap:10px}.mt{margin-top:28px}.media-kit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.press-card{background:rgba(255,255,255,.84);border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow-soft)}.article-detail{max-width:920px}.article-detail-head h1{font-family:var(--serif);font-weight:400;font-size:clamp(38px,7vw,74px);line-height:.98;margin:8px 0 16px}.article-detail-head p{font-size:20px;line-height:1.7;color:var(--muted)}.article-meta{display:flex;flex-wrap:wrap;gap:12px;align-items:center;color:var(--muted);font-weight:700}.article-detail-img{width:100%;max-height:430px;object-fit:cover;border-radius:28px;margin:24px 0;box-shadow:var(--shadow-soft)}.article-body{font-size:19px;line-height:1.85}.author-box,.related-posts{background:rgba(255,255,255,.82);border:1px solid var(--line);border-radius:24px;padding:22px;margin-top:22px}.archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.archive-item{background:rgba(255,255,255,.84);border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:var(--shadow-soft)}.video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.video-card{background:rgba(255,255,255,.84);border:1px solid var(--line);border-radius:24px;padding:16px;box-shadow:var(--shadow-soft)}.video-card .video-thumb{display:block;position:relative;border-radius:18px;overflow:hidden}.video-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.video-card .play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.88);color:var(--red);font-weight:900}.video-card .duration{position:absolute;right:10px;bottom:10px;background:rgba(0,0,0,.72);color:white;border-radius:999px;padding:4px 9px;font-size:12px}.contact-card hr{border:0;border-top:1px solid var(--line);margin:20px 0}.read-time{display:block;color:var(--muted);font-size:13px;margin:4px 0}.article-card small,.featured-article small{color:var(--muted);font-weight:700}@media(max-width:900px){.media-kit,.archive-grid,.video-grid{grid-template-columns:1fr}.article-meta{align-items:flex-start}.article-body{font-size:17px}.press-card{padding:20px}}


/* V6: Hakkımda ve iletişim sayfası düzeltmeleri */
.about-page-clean .section-title span,
.contact-page-clean .section-title span{display:block;color:var(--burgundy2);font-weight:800;letter-spacing:.18em;text-transform:uppercase;font-size:12px;margin-bottom:8px}
.about-page-clean .about-intro p,
.contact-page-clean .contact-hero-simple p{font-size:18px;line-height:1.85;color:var(--muted);max-width:940px}
.about-actions{margin-top:28px;display:flex;gap:14px;flex-wrap:wrap}
.clean-identity-box{display:block;text-align:left;padding:30px 34px}
.clean-identity-box strong{display:block;font-family:var(--serif);font-size:28px;color:var(--burgundy);margin-bottom:10px}
.clean-identity-box p{margin:0;font-size:17px;line-height:1.7;color:var(--muted)}
.about-soft-note{margin-top:28px}.about-soft-note .side-card{max-width:1050px;margin-inline:auto}.about-soft-note p{font-size:16px;line-height:1.75;color:var(--muted)}
.contact-hero-simple{max-width:1120px;margin-bottom:34px}.contact-hero-simple .section-title h2{font-size:clamp(34px,4vw,58px)}
.refined-contact{align-items:start}.refined-contact .contact-line{transition:transform .2s ease, box-shadow .2s ease;background:rgba(255,255,255,.42);border:1px solid var(--line);border-radius:18px;padding:16px;color:inherit;text-decoration:none}.refined-contact .contact-line:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(6,13,24,.09)}
.refined-contact .contact-line p{word-break:break-word}.contact-panel,.request-panel,.contact-form-section{min-width:0}.contact-note-card{margin-top:22px}.contact-note-card p{color:var(--muted);line-height:1.65}
.contact-form-section{background:var(--paper);border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow)}
.contact-form .field{min-height:56px}.contact-form .textarea{min-height:180px}.privacy-mini{color:var(--muted);font-size:14px;line-height:1.6}.bot-field{position:absolute!important;left:-10000px!important;opacity:0!important;height:0!important;overflow:hidden!important}
@media (max-width: 980px){.refined-contact{display:block}.contact-form-section{margin:26px 0}.request-panel{display:grid;gap:16px}.about-page-clean .about-intro p,.contact-page-clean .contact-hero-simple p{font-size:16px;line-height:1.75}.contact-form-section{padding:22px;border-radius:22px}.clean-identity-box{padding:24px}.clean-identity-box strong{font-size:24px}}
@media (max-width: 620px){.about-actions .btn{width:100%;justify-content:center}.refined-contact .contact-line{padding:14px}.contact-form .field{width:100%}.contact-hero-simple{margin-bottom:18px}.contact-page-clean .section-title h2,.about-page-clean .section-title h2{font-size:34px}.clean-identity-box p{font-size:15px}.contact-form-section{box-shadow:none}}

/* Prof. Dr. İlker Kösterelioğlu site asistanı - mevcut tasarımı bozmadan eklenen katman */
.ma-assistant-launcher{position:fixed;left:18px;bottom:18px;z-index:96;border:1px solid rgba(201,148,61,.55);border-radius:999px;background:linear-gradient(135deg,#6d1018,#c9742d);color:#fff;box-shadow:0 18px 42px rgba(0,0,0,.28);padding:10px 15px;display:flex;align-items:center;gap:8px;font:800 14px/1.1 inherit;cursor:pointer;transition:.18s ease}.ma-assistant-launcher span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.18);font-size:18px}.ma-assistant-launcher:hover,.ma-assistant-launcher.is-open{transform:translateY(-2px);box-shadow:0 22px 50px rgba(0,0,0,.34)}.ma-assistant-panel{position:fixed;left:18px;bottom:78px;width:min(380px,calc(100vw - 36px));height:min(560px,calc(100vh - 110px));z-index:97;background:#fffaf1;color:#07131f;border:1px solid rgba(201,148,61,.5);border-radius:24px;box-shadow:0 28px 80px rgba(0,0,0,.36);display:grid;grid-template-rows:auto 1fr auto auto auto;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(14px) scale(.98);transition:.18s ease}.ma-assistant-panel.is-open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.ma-assistant-head{background:#06131f;color:#f8ecd7;border-bottom:2px solid #c9943d;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.ma-assistant-head strong{display:block;font-family:Georgia,serif;font-size:18px}.ma-assistant-head span{display:block;color:rgba(248,236,215,.72);font-size:12px;margin-top:2px}.ma-assistant-head button{width:36px;height:36px;border-radius:50%;border:1px solid rgba(201,148,61,.45);background:rgba(255,255,255,.08);color:#f8ecd7;font-size:24px;line-height:1;cursor:pointer}.ma-assistant-list{padding:14px;overflow:auto;background:linear-gradient(180deg,#fffaf1,#f7ead7)}.ma-assistant-msg{display:flex;flex-direction:column;margin:0 0 12px}.ma-assistant-msg.is-user{align-items:flex-end}.ma-assistant-msg.is-bot{align-items:flex-start}.ma-assistant-bubble{max-width:88%;border-radius:18px;padding:11px 13px;font-size:14px;line-height:1.55;box-shadow:0 8px 22px rgba(0,0,0,.07);white-space:pre-wrap}.ma-assistant-msg.is-user .ma-assistant-bubble{background:#06131f;color:#fff;border-bottom-right-radius:6px}.ma-assistant-msg.is-bot .ma-assistant-bubble{background:#fff;border:1px solid rgba(201,148,61,.28);color:#1d1b18;border-bottom-left-radius:6px}.ma-assistant-links{display:flex;flex-wrap:wrap;gap:7px;margin-top:7px;max-width:92%}.ma-assistant-links a{display:inline-flex;align-items:center;justify-content:center;min-height:32px;border-radius:999px;padding:7px 11px;background:#fff;border:1px solid rgba(109,16,24,.25);color:#6d1018;font-size:12px;font-weight:900;text-decoration:none}.ma-assistant-links a:hover{background:#6d1018;color:#fff}.ma-assistant-suggest{display:flex;gap:7px;overflow-x:auto;padding:10px 12px;border-top:1px solid rgba(201,148,61,.22);background:#fff6e8}.ma-assistant-suggest button{white-space:nowrap;border:1px solid rgba(201,148,61,.42);border-radius:999px;background:#fff;color:#6d1018;font-weight:900;font-size:12px;padding:8px 10px;cursor:pointer}.ma-assistant-form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px;background:#fffaf1;border-top:1px solid rgba(201,148,61,.22)}.ma-assistant-form input{min-width:0;border:1px solid rgba(6,19,31,.18);border-radius:999px;padding:12px 14px;background:#fff;color:#07131f;font:inherit;font-size:14px}.ma-assistant-form input:focus{outline:2px solid rgba(201,148,61,.36);border-color:#c9943d}.ma-assistant-form button{border:0;border-radius:999px;background:#06131f;color:#fff;font-weight:900;padding:0 14px;cursor:pointer}.ma-assistant-note{margin:0;padding:0 14px 12px;background:#fffaf1;color:#705d49;font-size:11px;line-height:1.4}.ma-assistant-msg.is-typing .ma-assistant-bubble{opacity:.75}@media (max-width:720px){.ma-assistant-launcher{left:10px;bottom:calc(88px + var(--safe-bottom));padding:9px 12px}.ma-assistant-launcher strong{display:none}.ma-assistant-launcher span{width:40px;height:40px}.ma-assistant-panel{left:10px;right:10px;bottom:calc(146px + var(--safe-bottom));width:auto;height:min(560px,calc(100vh - 182px));border-radius:22px}.ma-assistant-bubble{font-size:13.5px}.ma-assistant-form{grid-template-columns:1fr}.ma-assistant-form button{min-height:42px}.mobile-first-v2 .floating-actions{right:10px}}

/* Gelismis Asistan V5 - mevcut tasarimi bozmadan sadece asistan katmani */
.ma-assistant-launcher.is-smart{gap:9px;padding:10px 16px;min-height:52px}.ma-assistant-launcher.is-smart em{font-style:normal;font-size:10px;opacity:.78;margin-left:-2px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.ma-assistant-panel.is-smart{width:min(470px,calc(100vw - 36px));height:min(690px,calc(100vh - 110px));grid-template-rows:auto 1fr auto auto auto}.ma-assistant-panel.is-smart .ma-assistant-head{padding:16px 17px}.ma-head-actions{display:flex;gap:8px}.ma-head-actions button{display:grid;place-items:center}.ma-assistant-panel.is-smart .ma-assistant-list{padding:16px;background:radial-gradient(circle at top left,rgba(201,148,61,.12),transparent 34%),linear-gradient(180deg,#fffaf1,#f6ead9)}.ma-assistant-panel.is-smart .ma-assistant-bubble{max-width:92%;font-size:14px}.ma-assistant-tools{display:flex;gap:6px;margin-top:5px}.ma-assistant-tools button{border:1px solid rgba(201,148,61,.35);background:#fff;border-radius:999px;color:#6d1018;font-size:11px;font-weight:900;padding:5px 9px;cursor:pointer}.ma-assistant-cards{display:grid;gap:8px;margin-top:9px;width:min(94%,400px)}.ma-assistant-card{display:block;text-decoration:none;background:#fff;border:1px solid rgba(201,148,61,.35);border-radius:16px;padding:10px 12px;box-shadow:0 8px 20px rgba(0,0,0,.05);color:#07131f;transition:.16s ease}.ma-assistant-card:hover{transform:translateY(-1px);border-color:#c9943d;box-shadow:0 12px 28px rgba(0,0,0,.09)}.ma-assistant-card .ma-card-type{display:block;color:#9d6a19;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.ma-assistant-card strong{display:block;font-size:13.5px;line-height:1.28;color:#6d1018}.ma-assistant-card small{display:block;margin-top:5px;color:#4f463a;font-size:12px;line-height:1.42}.ma-assistant-sources{margin-top:8px;max-width:92%;background:rgba(255,255,255,.66);border:1px dashed rgba(201,148,61,.38);border-radius:14px;padding:8px 10px}.ma-assistant-sources summary{cursor:pointer;color:#6d1018;font-size:12px;font-weight:900}.ma-assistant-sources a{display:block;margin-top:6px;color:#0b3658;text-decoration:none;font-size:12px;line-height:1.35}.ma-assistant-sources a:hover{text-decoration:underline}.ma-assistant-panel.is-smart .ma-assistant-suggest{padding:11px 12px;gap:8px}.ma-assistant-panel.is-smart .ma-assistant-suggest button{box-shadow:0 4px 12px rgba(0,0,0,.04)}.ma-assistant-panel.is-smart .ma-assistant-form{padding:13px}.ma-assistant-panel.is-smart .ma-assistant-form input{border-radius:16px}.ma-assistant-panel.is-smart .ma-assistant-form button{border-radius:16px;min-width:86px}.ma-assistant-panel.is-smart .ma-assistant-note{padding:0 14px 13px}@media (max-width:720px){.ma-assistant-launcher.is-smart{left:12px;bottom:calc(92px + var(--safe-bottom));padding:8px}.ma-assistant-launcher.is-smart em{display:none}.ma-assistant-panel.is-smart{left:8px;right:8px;bottom:calc(144px + var(--safe-bottom));height:min(610px,calc(100vh - 176px));width:auto;border-radius:20px}.ma-assistant-panel.is-smart .ma-assistant-list{padding:12px}.ma-assistant-cards{width:100%}.ma-assistant-panel.is-smart .ma-assistant-form{grid-template-columns:1fr}.ma-assistant-panel.is-smart .ma-assistant-form button{min-height:44px}.ma-assistant-sources{max-width:100%}}

/* PHP admin panel pratik stilleri */
.admin-shell{background:#f6efe3;color:#211a13}.admin-layout{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.admin-sidebar{background:#06131f;color:#f6ead5;padding:22px;border-right:3px solid #c8943d}.admin-logo{display:flex;align-items:center;gap:12px;margin-bottom:18px}.admin-logo img{width:58px;background:#fffaf1;border-radius:12px;padding:6px}.admin-sidebar nav{display:grid;gap:7px}.admin-sidebar nav a{padding:11px 12px;border-radius:12px;color:#f6ead5;text-decoration:none;border:1px solid rgba(201,148,61,.12)}.admin-sidebar nav a:hover{background:rgba(201,148,61,.14)}.admin-main{padding:26px;min-width:0}.admin-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.admin-top h1{font-family:var(--serif);font-weight:500;margin:0;color:#73130d}.admin-card{background:#fffaf1;border:1px solid var(--line);border-radius:22px;padding:22px;margin-bottom:18px;box-shadow:0 16px 38px rgba(6,13,24,.08)}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.admin-form-grid .full{grid-column:1/-1}.admin-input,.admin-textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:11px;background:#fff;color:#211a13}.admin-textarea{min-height:130px}.admin-table-wrap{overflow:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{border-bottom:1px solid var(--line);padding:11px;text-align:left;vertical-align:top}.admin-table th{color:#73130d}.btn.small{min-height:34px;padding:7px 11px;font-size:12px}.badge{display:inline-flex;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:800;background:#f0dfc6}.badge.green{background:#dceee4;color:#0f3a30}.badge.red{background:#f4d5d5;color:#73130d}.alert{border-radius:14px;padding:12px 14px;background:#f4d5d5;color:#73130d;margin:0 0 16px}.alert.ok{background:#dceee4;color:#0f3a30}.muted{color:#6f6559}.admin-card h2{font-family:var(--serif);font-weight:500;margin-top:0}@media(max-width:900px){.admin-layout{grid-template-columns:1fr}.admin-sidebar{position:static}.admin-form-grid{grid-template-columns:1fr}.admin-top{display:block}}


/* V7 Logo: Kullanıcının gönderdiği altın pusula sembolü header/admin/favicon için eklendi. */
.brand-mark{display:grid;place-items:center;flex:0 0 auto}
.brand-mark img{width:64px;height:64px;object-fit:contain;display:block;filter:drop-shadow(0 8px 18px rgba(0,0,0,.18))}
@media (max-width:720px){.brand-mark img,.mobile-first-v2 .brand-mark img{width:42px;height:42px}}

/* V12 — 3D hero, dalgalanan Türk bayrağı ve derinlik efektleri */
.hero-home{perspective:1200px;isolation:isolate}
.hero-home .hero-inner{transform-style:preserve-3d}
.hero-home .hero-copy{position:relative;z-index:5;transform:translateZ(34px);transition:transform .25s ease-out}
.hero-home .hero-visual{position:relative;overflow:visible;transform-style:preserve-3d;will-change:transform;transition:transform .25s ease-out;background:linear-gradient(90deg,#06131f 0%,rgba(6,19,31,.18) 24%,transparent 56%),url('assets/hero-person.webp') center bottom/contain no-repeat}
.hero-depth-glow{position:absolute;inset:12% 4% 5% 28%;border-radius:50%;background:radial-gradient(circle,rgba(213,166,81,.24),rgba(115,19,13,.08) 38%,transparent 68%);filter:blur(18px);transform:translateZ(-45px) scale(1.05);pointer-events:none}
.turkish-flag-3d{position:absolute;right:1.5%;top:19%;width:260px;height:185px;transform-style:preserve-3d;transform:translateZ(70px) rotateY(-9deg) rotateX(3deg);filter:drop-shadow(0 24px 22px rgba(0,0,0,.38));z-index:4}
.flag-pole{position:absolute;right:-9px;top:-25px;width:9px;height:245px;border-radius:9px;background:linear-gradient(90deg,#5d4931,#efd292 42%,#76552b 72%,#281b0e);box-shadow:0 0 0 1px rgba(255,255,255,.12),8px 8px 16px rgba(0,0,0,.25)}
.flag-pole:before{content:"";position:absolute;left:50%;top:-13px;width:20px;height:20px;border-radius:50%;transform:translateX(-50%);background:radial-gradient(circle at 35% 30%,#fff1bd,#b8822f 52%,#52340e 100%)}
.flag-cloth{position:absolute;right:0;top:0;width:235px;height:145px;overflow:hidden;transform-origin:100% 0;clip-path:polygon(0 3%,100% 0,100% 100%,0 94%);background:linear-gradient(90deg,#850e11 0%,#e21b23 25%,#bd1017 50%,#f02a2f 74%,#9d1015 100%);box-shadow:inset 0 0 34px rgba(78,0,4,.38);animation:flagWave 3.8s ease-in-out infinite}
.flag-cloth:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 0 14%,rgba(255,255,255,.20) 22%,transparent 31% 46%,rgba(255,255,255,.13) 55%,transparent 65% 78%,rgba(0,0,0,.18) 90%);background-size:145% 100%;mix-blend-mode:soft-light;animation:flagShine 3.8s ease-in-out infinite}
.flag-folds{position:absolute;inset:0;background:repeating-linear-gradient(90deg,rgba(255,255,255,.08) 0 14px,rgba(0,0,0,.11) 28px,rgba(255,255,255,.04) 43px);opacity:.55}
.flag-crescent{position:absolute;left:58px;top:36px;width:64px;height:64px;border-radius:50%;background:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.12));z-index:2}
.flag-crescent:after{content:"";position:absolute;left:17px;top:7px;width:54px;height:54px;border-radius:50%;background:#cf151c}
.flag-star{position:absolute;left:116px;top:50px;color:#fff;font-size:34px;line-height:1;transform:rotate(17deg);z-index:3;text-shadow:0 1px 1px rgba(0,0,0,.12)}
.hero-particles{position:absolute;inset:0;pointer-events:none;transform-style:preserve-3d}
.hero-particles i{position:absolute;width:5px;height:5px;border-radius:50%;background:var(--gold2);box-shadow:0 0 14px var(--gold);opacity:.55;animation:floatSpark 5s ease-in-out infinite}
.hero-particles i:nth-child(1){left:18%;top:25%;animation-delay:-1s;transform:translateZ(65px)}
.hero-particles i:nth-child(2){left:48%;top:16%;animation-delay:-3s;transform:translateZ(25px)}
.hero-particles i:nth-child(3){right:8%;top:58%;animation-delay:-2s;transform:translateZ(85px)}
.hero-particles i:nth-child(4){left:35%;bottom:20%;animation-delay:-4s;transform:translateZ(45px)}
.hero-particles i:nth-child(5){right:24%;bottom:12%;animation-delay:-.5s;transform:translateZ(15px)}
.topic-card,.panel,.impact-grid a{transform-style:preserve-3d;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;will-change:transform}
@media (hover:hover) and (pointer:fine){.topic-card:hover,.panel:hover,.impact-grid a:hover{transform:translateY(-6px) rotateX(1.5deg) rotateY(-1.5deg);box-shadow:0 24px 44px rgba(6,13,24,.15);z-index:2}}
@keyframes flagWave{0%,100%{transform:rotateY(0deg) skewY(0deg) scaleX(1)}25%{transform:rotateY(8deg) skewY(-1.5deg) scaleX(.985)}50%{transform:rotateY(-6deg) skewY(1deg) scaleX(1.015)}75%{transform:rotateY(5deg) skewY(-.7deg) scaleX(.99)}}
@keyframes flagShine{0%,100%{background-position:0 0}50%{background-position:100% 0}}
@keyframes floatSpark{0%,100%{translate:0 0;opacity:.25}50%{translate:0 -18px;opacity:.85}}
@media(max-width:1100px){.turkish-flag-3d{width:205px;height:150px;right:0;top:24%;transform:translateZ(45px) rotateY(-7deg) scale(.82)}}
@media(max-width:760px){.hero-home .hero-visual{min-height:360px;background-position:center bottom}.turkish-flag-3d{right:-40px;top:8%;transform:translateZ(30px) rotateY(-5deg) scale(.62)}.hero-particles{display:none}.hero-home .hero-copy{transform:none}}
@media(prefers-reduced-motion:reduce){.flag-cloth,.flag-cloth:after,.hero-particles i{animation:none!important}.hero-home .hero-copy,.hero-home .hero-visual,.topic-card,.panel,.impact-grid a{transform:none!important;transition:none!important}}


/* V13 — kapsamlı mobil uyumluluk, taşma önleme ve haber kartları */
html,body{max-width:100%;overflow-x:clip}body{overflow-wrap:anywhere}iframe,video,embed,object,svg,canvas{max-width:100%}table{max-width:100%}.article-body img,.article-detail-img{height:auto}.main-nav a,.btn,.quick-contact{touch-action:manipulation}.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.news-card{min-width:0;background:#fffaf1;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 14px 34px rgba(6,13,24,.08);display:flex;flex-direction:column}.news-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.news-card-body{padding:20px;display:flex;flex-direction:column;flex:1}.news-card h2{font-family:var(--serif);font-size:clamp(22px,2vw,31px);line-height:1.12;margin:8px 0 10px;color:var(--burgundy)}.news-card p{line-height:1.7;margin:0 0 18px}.news-card-meta{display:flex;flex-wrap:wrap;gap:8px 12px;font-size:12px;color:var(--muted)}.news-card .btn{margin-top:auto;align-self:flex-start}.source-box{margin:28px 0 0;padding:18px;border:1px solid var(--line);border-radius:18px;background:rgba(255,250,241,.75)}.source-box h2{font-size:20px;margin:0 0 8px}.source-box p{margin:0;color:var(--muted);font-size:14px}.article-body{font-size:clamp(17px,1.2vw,20px)}.article-body p{line-height:1.85}.mobile-only-note{display:none}.media-frame{position:relative;overflow:hidden;border-radius:18px}.media-frame img{width:100%;height:auto}.admin-table-wrap{-webkit-overflow-scrolling:touch}.admin-table{min-width:720px}
@media(max-width:1050px){.container{width:min(100% - 40px,var(--container))}.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nav-wrap{gap:18px}.brand{min-width:0}.brand-text strong{font-size:23px;letter-spacing:4px}}
@media(max-width:760px){:root{--safe-bottom:env(safe-area-inset-bottom,0px)}.container{width:min(100% - 28px,var(--container))}.site-header{position:relative;background:#06131f}.nav-wrap{height:auto;min-height:74px;flex-wrap:wrap;padding:10px 0}.brand{max-width:calc(100% - 58px);gap:10px}.brand-text strong{font-size:18px;letter-spacing:2px}.brand-text small{font-size:11px;margin-top:4px}.menu-toggle{margin-left:auto}.main-nav{width:100%;max-height:calc(100dvh - 86px);overflow-y:auto;overscroll-behavior:contain}.main-nav a{min-height:46px;display:flex;align-items:center}.header-actions,.header-quote{display:none!important}.hero-home{min-height:auto}.hero-home .hero-inner{display:grid;grid-template-columns:1fr;padding-top:28px}.hero-home .hero-copy{padding:18px 0 0}.hero-home .hero-copy h1{font-size:clamp(44px,15vw,72px);line-height:.95}.hero-home .lead{font-size:16px}.hero-actions{display:grid;grid-template-columns:1fr;gap:10px}.hero-actions .btn{width:100%;justify-content:center}.hero-home .hero-visual{min-height:300px;background-size:contain}.turkish-flag-3d{right:-72px;top:0;transform:translateZ(20px) rotateY(-4deg) scale(.48)}.topic-grid,.impact-wrap,.footer-grid,.news-grid{grid-template-columns:1fr}.topic-card{padding:18px}.section-title h2,.article-detail-head h1{font-size:clamp(32px,10vw,48px);word-break:normal}.article-detail{width:min(100% - 24px,900px)}.article-detail-head{padding:24px 0}.article-detail-img{border-radius:16px;max-height:none;object-fit:cover}.article-body{font-size:17px}.article-body p{line-height:1.75}.news-card-body{padding:17px}.news-card h2{font-size:25px}.news-card .btn{width:100%;justify-content:center}.footer-grid{gap:24px}.floating-actions{bottom:calc(12px + var(--safe-bottom))}.mobile-only-note{display:block}.admin-main{padding:14px}.admin-card{padding:15px;border-radius:16px}.admin-top h1{font-size:30px}.admin-sidebar{padding:14px}.admin-sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-sidebar nav a{font-size:13px;min-width:0}.admin-table-wrap{margin-inline:-15px;padding-inline:15px}.contact-form,.admin-form-grid{min-width:0}.contact-form input,.contact-form textarea,.admin-input,.admin-textarea{font-size:16px}.ma-assistant-panel.is-smart{max-height:calc(100dvh - 170px)}}
@media(max-width:380px){.container{width:min(100% - 20px,var(--container))}.brand-text strong{font-size:16px}.brand-mark img,.mobile-first-v2 .brand-mark img{width:38px;height:38px}.hero-home .hero-copy h1{font-size:42px}.btn{padding-inline:13px}.admin-sidebar nav{grid-template-columns:1fr}.article-detail{width:min(100% - 18px,900px)}}
@supports not (overflow:clip){html,body{overflow-x:hidden}}

/* V14 — Profesyonel video vitrini ve daha gerçekçi 3D Türk bayrağı */
.video-page-hero{overflow:hidden}.video-hero-visual{position:relative;min-height:320px;background:radial-gradient(circle at 50% 50%,rgba(213,166,81,.22),transparent 42%),linear-gradient(145deg,#101f2d,#06131f);border-radius:28px;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 30px 70px rgba(0,0,0,.28)}
.video-hero-play{position:absolute;inset:50% auto auto 50%;translate:-50% -50%;display:grid;place-items:center;width:94px;height:94px;border-radius:50%;background:linear-gradient(145deg,#f6d589,#b78128);color:#07131f;font-size:32px;box-shadow:0 0 0 15px rgba(213,166,81,.10),0 24px 55px rgba(0,0,0,.3);z-index:3}.video-orbit{position:absolute;left:50%;top:50%;border:1px solid rgba(246,213,137,.24);border-radius:50%;translate:-50% -50%;animation:videoOrbit 14s linear infinite}.orbit-one{width:220px;height:220px}.orbit-two{width:320px;height:320px;animation-direction:reverse;animation-duration:20s}.video-orbit:before{content:"";position:absolute;left:50%;top:-5px;width:10px;height:10px;border-radius:50%;background:#f6d589;box-shadow:0 0 18px #f6d589}.video-hero-stats{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.video-hero-stats span{padding:9px 12px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.05);font-size:13px}.video-hero-stats strong{color:var(--gold2)}
.video-toolbar{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:28px}.video-toolbar h2{margin:.25rem 0 0;font-size:clamp(32px,5vw,54px)}.video-search{min-width:min(100%,320px)}.modern-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.modern-video-card{min-width:0;border-radius:24px;background:var(--paper,#fff);overflow:hidden;border:1px solid rgba(103,82,47,.15);box-shadow:0 18px 50px rgba(7,19,31,.10);transition:transform .35s ease,box-shadow .35s ease}.modern-video-card:hover{transform:translateY(-8px);box-shadow:0 30px 70px rgba(7,19,31,.18)}.modern-video-card.is-featured{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr)}.modern-video-thumb{position:relative;display:block;width:100%;aspect-ratio:16/9;border:0;padding:0;overflow:hidden;background:#07131f;cursor:pointer}.modern-video-card.is-featured .modern-video-thumb{height:100%;aspect-ratio:auto;min-height:380px}.modern-video-thumb img,.home-video-feature img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease,filter .6s ease}.modern-video-card:hover img,.home-video-feature:hover img{transform:scale(1.045);filter:saturate(1.08)}.video-gradient{position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(3,9,15,.75))}.video-index{position:absolute;left:18px;top:16px;padding:7px 10px;border-radius:999px;background:rgba(6,19,31,.82);color:#fff;font-weight:800;letter-spacing:.08em;backdrop-filter:blur(10px)}.modern-play{position:absolute;left:50%;top:50%;translate:-50% -50%;width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#f6d589,#b78128);color:#07131f;box-shadow:0 0 0 12px rgba(255,255,255,.12),0 20px 40px rgba(0,0,0,.3);transition:transform .3s ease}.modern-video-thumb:hover .modern-play,.home-video-feature:hover .modern-play{transform:scale(1.1)}.modern-play i{font-style:normal;margin-left:4px}.watch-label{position:absolute;left:18px;bottom:16px;color:#fff;font-weight:700}.modern-video-body{padding:24px}.modern-video-body h2{font-size:clamp(22px,3vw,34px);margin:.35rem 0 .65rem}.modern-video-body p{color:var(--muted);line-height:1.7}.video-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:var(--red);font-weight:800}.video-actions{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-top:18px}.video-actions button{border:0;background:none;padding:0;cursor:pointer;font:inherit}.video-actions a{font-size:13px;font-weight:700}.home-video-feature{position:relative;width:100%;aspect-ratio:16/9;border:0;padding:0;overflow:hidden;border-radius:18px;background:#07131f;cursor:pointer}.home-video-copy{position:absolute;left:20px;right:20px;bottom:18px;color:#fff;text-align:left;display:grid;gap:4px}.home-video-copy small{color:#f6d589;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.home-video-copy strong{font-size:22px}.home-video-links{display:flex;justify-content:space-between;gap:12px;margin-top:14px;font-weight:700}
.video-modal[hidden]{display:none}.video-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:20px}.video-modal-backdrop{position:absolute;inset:0;background:rgba(2,8,14,.88);backdrop-filter:blur(14px)}.video-modal-dialog{position:relative;width:min(1100px,96vw);z-index:2;animation:modalRise .28s ease}.video-modal-frame{aspect-ratio:16/9;border-radius:20px;overflow:hidden;background:#000;box-shadow:0 35px 100px rgba(0,0,0,.55)}.video-modal-frame iframe{width:100%;height:100%;border:0}.video-modal-close{position:absolute;right:-10px;top:-52px;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);color:#fff;font-size:30px;cursor:pointer}.video-modal-open{overflow:hidden}
.turkish-flag-3d{perspective:900px;filter:drop-shadow(0 30px 26px rgba(0,0,0,.44))}.flag-cloth{border-radius:2px 7px 10px 3px;clip-path:none;background:#c8102e;transform-style:preserve-3d;animation:flagWavePro 4.8s cubic-bezier(.45,.05,.55,.95) infinite;box-shadow:inset 18px 0 24px rgba(70,0,7,.28),inset -12px 0 18px rgba(255,75,82,.16)}.flag-cloth:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,rgba(255,255,255,.11) 0 8%,rgba(0,0,0,.17) 13%,rgba(255,255,255,.04) 20%);mix-blend-mode:soft-light;animation:flagTexture 4.8s ease-in-out infinite}.flag-cloth:after{background:linear-gradient(105deg,transparent 0 18%,rgba(255,255,255,.28) 27%,transparent 36% 58%,rgba(255,255,255,.12) 68%,transparent 78%);animation:flagShinePro 4.8s ease-in-out infinite}.flag-folds{background:linear-gradient(180deg,rgba(255,255,255,.14),transparent 18%,rgba(0,0,0,.08) 52%,transparent 75%,rgba(0,0,0,.18));opacity:.75}.flag-crescent,.flag-star{filter:drop-shadow(0 2px 1px rgba(0,0,0,.18))}.flag-crescent:after{background:#c8102e}
@keyframes flagWavePro{0%,100%{transform:rotateY(0deg) rotateX(0deg) skewY(0deg) scaleX(1)}20%{transform:rotateY(10deg) rotateX(1deg) skewY(-1.8deg) scaleX(.98)}45%{transform:rotateY(-7deg) rotateX(-1deg) skewY(1.2deg) scaleX(1.018)}70%{transform:rotateY(8deg) rotateX(.7deg) skewY(-1deg) scaleX(.99)}}@keyframes flagTexture{0%,100%{background-position:0 0}50%{background-position:36px 0}}@keyframes flagShinePro{0%,100%{background-position:-40px 0}50%{background-position:140px 0}}@keyframes videoOrbit{to{transform:rotate(360deg)}}@keyframes modalRise{from{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:none}}
@media(max-width:820px){.modern-video-grid{grid-template-columns:1fr}.modern-video-card.is-featured{grid-column:auto;display:block}.modern-video-card.is-featured .modern-video-thumb{min-height:0;aspect-ratio:16/9}.video-toolbar{align-items:stretch;flex-direction:column}.video-search{width:100%;min-width:0}.video-hero-visual{min-height:240px}.video-hero-play{width:72px;height:72px}.orbit-two{width:260px;height:260px}.video-actions,.home-video-links{flex-wrap:wrap}.video-modal{padding:10px}.video-modal-close{right:0;top:-48px}.turkish-flag-3d{right:-42px!important;top:3%!important;transform:translateZ(24px) rotateY(-6deg) scale(.58)!important}}
@media(prefers-reduced-motion:reduce){.video-orbit,.flag-cloth,.flag-cloth:before,.flag-cloth:after{animation:none!important}.modern-video-card,.modern-video-thumb img{transition:none!important}}


/* V15 — gerçek görseller, editoryal vitrin ve premium 3D sahne */
.hero-home .hero-visual{min-height:540px;isolation:isolate;transform-style:preserve-3d}.hero-portrait-card{position:absolute;z-index:4;left:5%;bottom:0;width:min(72%,560px);margin:0;border-radius:34px 34px 14px 14px;overflow:hidden;transform:translateZ(72px) rotateY(-3deg);box-shadow:0 45px 100px rgba(0,0,0,.5),inset 0 0 0 1px rgba(255,255,255,.14);background:#0b1c29}.hero-portrait-card:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 50%,rgba(3,10,16,.92));pointer-events:none}.hero-portrait-card img{display:block;width:100%;height:auto;aspect-ratio:31/20;object-fit:cover;object-position:center 22%;filter:saturate(.96) contrast(1.04)}.hero-portrait-card figcaption{position:absolute;z-index:2;left:24px;right:24px;bottom:20px;color:#fff;display:grid;gap:3px}.hero-portrait-card figcaption strong{font-size:22px}.hero-portrait-card figcaption span{font-size:13px;color:#efd69a;letter-spacing:.06em}.hero-depth-glow{z-index:0}.turkish-flag-3d{z-index:2;right:-3%;top:3%;transform:translateZ(35px) rotateY(-7deg) scale(.88)}.flag-pole{height:420px}.flag-cloth{width:310px;height:190px;transform-origin:left center;filter:drop-shadow(0 24px 28px rgba(0,0,0,.28))}.hero-particles{z-index:5}
.real-media-showcase{padding:82px 0;background:linear-gradient(180deg,#06131f,#0b2030);color:#fff;position:relative;overflow:hidden}.real-media-showcase:before{content:"";position:absolute;inset:-30% 45% auto -15%;height:520px;background:radial-gradient(circle,rgba(203,31,45,.2),transparent 68%)}.showcase-heading{position:relative;display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:30px}.showcase-heading h2{font-size:clamp(36px,5vw,66px);line-height:1;margin:.35rem 0 .7rem;max-width:820px}.showcase-heading p{color:rgba(255,255,255,.7);max-width:720px}.editorial-collage{position:relative;display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:280px 250px;gap:18px}.collage-card{position:relative;overflow:hidden;border-radius:24px;border:1px solid rgba(255,255,255,.12);background:#0b1d2a;color:#fff;box-shadow:0 24px 70px rgba(0,0,0,.28);min-width:0}.collage-main{grid-row:1/3}.collage-video{grid-column:2/4;border:0;padding:0;text-align:left;cursor:pointer}.collage-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .75s cubic-bezier(.2,.7,.2,1),filter .75s ease}.collage-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(1,7,11,.92))}.collage-card span{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;display:grid;gap:5px}.collage-card small{color:#efd69a;text-transform:uppercase;letter-spacing:.14em;font-weight:800}.collage-card strong{font-size:clamp(18px,2vw,29px);line-height:1.12}.collage-card:hover img{transform:scale(1.055);filter:saturate(1.12)}.collage-card b{display:inline-grid;place-items:center;margin-left:8px;width:30px;height:30px;border-radius:50%;background:#d9ad56;color:#07131f;font-size:13px}.news-card img,.post-item img{object-fit:cover;object-position:center}.news-card img{aspect-ratio:16/10}.post-item img{aspect-ratio:4/3}.news-card{overflow:hidden;transition:transform .32s ease,box-shadow .32s ease}.news-card:hover{transform:translateY(-6px);box-shadow:0 26px 70px rgba(7,19,31,.16)}
@media(max-width:900px){.hero-home .hero-visual{min-height:470px}.hero-portrait-card{left:2%;width:82%}.turkish-flag-3d{right:-16%;top:-4%;transform:translateZ(20px) rotateY(-7deg) scale(.72)}.editorial-collage{grid-template-columns:1fr 1fr;grid-template-rows:360px 220px 260px}.collage-main{grid-column:1/3;grid-row:auto}.collage-video{grid-column:1/3}.showcase-heading{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.hero-home .hero-visual{min-height:390px}.hero-portrait-card{left:0;width:94%;border-radius:22px 22px 10px 10px}.hero-portrait-card figcaption{left:16px;bottom:14px}.hero-portrait-card figcaption strong{font-size:18px}.turkish-flag-3d{right:-44%;top:-9%;transform:translateZ(12px) rotateY(-5deg) scale(.53)!important}.real-media-showcase{padding:58px 0}.editorial-collage{display:grid;grid-template-columns:1fr;grid-template-rows:none}.collage-main,.collage-video{grid-column:auto}.collage-card{min-height:240px}.collage-main{min-height:320px}.showcase-heading h2{font-size:38px}}

/* V16 gerçek içerik ve editoryal tasarım düzeltmeleri */
.v16-site{overflow-x:hidden}.v16-site .site-header{background:#06131f;position:relative}.v16-site .nav-wrap{height:82px;gap:18px}.v16-site .brand{min-width:250px}.v16-site .brand-text strong{font-size:24px;letter-spacing:5px}.v16-site .main-nav{gap:18px}.v16-site .main-nav a{font-size:14px;padding:30px 0 26px}.v16-site .header-quote{display:none}.v16-editorial{background:#f7f2e9;min-height:70vh;padding-bottom:80px}.v16-page-intro{background:linear-gradient(125deg,#071522,#0b2638);color:#fff;padding:68px 0 58px;border-bottom:3px solid #c8943d}.v16-page-intro h1{font:400 clamp(44px,7vw,82px)/.95 Georgia,serif;margin:8px 0 18px}.v16-page-intro p{max-width:780px;font-size:18px;line-height:1.7;color:#e8e0d4}.v16-tools{display:grid;grid-template-columns:minmax(280px,1fr) auto;align-items:end;gap:22px;padding:34px 0 24px}.v16-tools label{display:grid;gap:8px;font-weight:800;text-transform:uppercase;font-size:12px;letter-spacing:.08em}.v16-tools input{width:100%;min-width:0;border:1px solid #d5c4aa;border-radius:14px;background:#fff;padding:16px 18px;font-size:16px}.v16-tools .filters{margin:0;display:flex;flex-wrap:wrap;justify-content:flex-end}.v16-story-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.v16-story{background:#fff;border:1px solid #dfd2bf;border-radius:22px;overflow:hidden;box-shadow:0 18px 50px rgba(27,20,12,.08);display:grid;grid-template-columns:220px 1fr;min-width:0}.v16-story.is-lead{grid-column:1/-1;grid-template-columns:minmax(360px,.95fr) 1.05fr}.v16-story-image{min-height:100%;overflow:hidden;background:#0b1b2b}.v16-story-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.v16-story:hover img{transform:scale(1.035)}.v16-story-copy{padding:24px;display:flex;flex-direction:column}.v16-story h2{font:400 30px/1.08 Georgia,serif;margin:10px 0 12px;color:#6f130e}.v16-story.is-lead h2{font-size:clamp(34px,4vw,52px)}.v16-story p{line-height:1.7;color:#62584d;flex:1}.v16-meta{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;font-size:12px}.v16-meta span{font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#8d1a12}.v16-meta em{font-style:normal;background:#f6ead6;padding:5px 9px;border-radius:999px}.v16-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.v16-actions .btn{min-height:42px;padding:9px 16px}.source-link{font-weight:800;font-size:13px}.v16-archive-list{display:grid;gap:14px}.v16-archive-row{display:grid;grid-template-columns:100px 180px 1fr 48px;gap:20px;align-items:center;background:#fff;border:1px solid #dfd2bf;border-radius:20px;padding:14px;box-shadow:0 12px 35px rgba(27,20,12,.06)}.v16-archive-row>time{display:grid;text-align:center;border-right:1px solid #eadfce;padding-right:12px}.v16-archive-row>time strong{font:700 26px Georgia,serif;color:#7b1710}.v16-archive-row>time span{font-size:11px;color:#6f6559}.v16-archive-row img{width:180px;height:108px;object-fit:cover;border-radius:14px}.v16-archive-row h2{font:400 28px/1.08 Georgia,serif;margin:5px 0 8px}.v16-archive-row p{margin:0;color:#6f6559;line-height:1.55}.v16-arrow{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid #c8943d;font-size:22px}.content-tools{position:relative!important;top:auto!important;z-index:1}.article-layout{align-items:start}.article-layout>section{min-width:0}.search-box{min-width:0}.search-box input{min-width:0;width:100%}@media(max-width:1180px){.v16-site .main-nav{gap:12px}.v16-site .main-nav a{font-size:13px}.v16-site .brand{min-width:210px}.v16-site .brand-text strong{font-size:20px}.v16-site .header-actions{display:none}}@media(max-width:900px){.v16-tools{grid-template-columns:1fr;align-items:stretch}.v16-tools .filters{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}.v16-story-grid{grid-template-columns:1fr}.v16-story,.v16-story.is-lead{grid-column:auto;grid-template-columns:1fr}.v16-story-image{height:240px}.v16-archive-row{grid-template-columns:70px 120px 1fr}.v16-archive-row img{width:120px;height:86px}.v16-arrow{display:none}}@media(max-width:720px){.v16-site .site-header{position:sticky}.v16-page-intro{padding:42px 0 36px}.v16-tools{padding-top:22px}.v16-story-image{height:210px}.v16-story-copy{padding:18px}.v16-story h2{font-size:27px}.v16-archive-row{grid-template-columns:64px 1fr;gap:12px}.v16-archive-row img{grid-column:1/-1;width:100%;height:190px}.v16-archive-row>time{border-right:0}.v16-archive-row div{min-width:0}.v16-archive-row h2{font-size:24px}}

/* V18 — V16 görünümünü koruyan hedefli iyileştirmeler */
.v18-refined .hero-visual{background:none!important;position:relative}
.v18-refined .hero-portrait-card{left:12%;width:min(78%,620px);transform:translateZ(58px) rotateY(-2deg)}
.v18-refined .turkish-flag-3d{right:0;top:4%;transform:translateZ(34px) rotateY(-6deg) scale(.82)}
.v18-refined .impact-grid.impact-links strong{font-size:20px;letter-spacing:0;text-transform:none}
.v18-refined .impact-grid.impact-links span{font-size:12px;line-height:1.35}
.v18-refined .home-grid{grid-template-columns:1.08fr 1.08fr .92fr .92fr}
.v18-refined .panel{min-width:0}
.v18-refined .post-item{grid-template-columns:116px 1fr}
.v18-refined .post-item img{width:116px;height:80px}
.v18-refined .content-tools,.v18-refined .v16-tools{isolation:isolate}
@media(max-width:1180px){.v18-refined .home-grid{grid-template-columns:1fr 1fr}.v18-refined .panel:nth-child(2){border-right:0}}
@media(max-width:760px){.v18-refined .hero-portrait-card{left:3%;width:90%}.v18-refined .turkish-flag-3d{right:-26%;transform:translateZ(18px) rotateY(-4deg) scale(.62)}.v18-refined .home-grid{grid-template-columns:1fr}.v18-refined .panel{border-right:0;border-bottom:1px solid var(--line)}.v18-refined .post-item{grid-template-columns:96px 1fr}.v18-refined .post-item img{width:96px;height:76px}}

/* V19 — mobil kahraman alanı: boşlukları azalt, portre ve bayrağı dengeli yerleştir */
@media (max-width: 620px){
  .v18-refined .container{width:min(100% - 24px,var(--container))}
  .v18-refined .nav-wrap{height:68px;padding:0 4px}
  .v18-refined .brand{min-width:0;gap:10px}
  .v18-refined .brand-mark img{width:38px;height:38px;object-fit:contain}
  .v18-refined .brand-text strong{font-size:20px;letter-spacing:3px}
  .v18-refined .brand-text small{display:none}
  .v18-refined .menu-toggle{padding:8px 10px;font-size:20px}

  .v18-refined .hero{padding-bottom:0}
  .v18-refined .hero-inner{
    min-height:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    padding-top:0!important;
  }
  .v18-refined .hero-copy{
    padding:18px 2px 8px!important;
    transform:none!important;
  }
  .v18-refined .hero-copy h1{display:block!important;font-size:43px!important;margin:0 0 7px!important}
  .v18-refined .hero-copy .role{display:block!important;font-size:18px!important;line-height:1.3;margin:0 0 10px!important}
  .v18-refined .hero-copy .role span{padding:0 4px}
  .v18-refined .hero-copy .ornament{width:210px;height:10px;margin:8px 0 12px}
  .v18-refined .hero-copy .lead{font-size:16px!important;line-height:1.45!important;margin:0 0 16px!important}
  .v18-refined .hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important}
  .v18-refined .hero-actions .btn{min-height:46px!important;padding:10px 8px!important;font-size:14px!important;border-radius:12px!important}

  .v18-refined .hero-home .hero-visual{
    min-height:305px!important;
    height:305px!important;
    margin-top:2px!important;
    overflow:hidden!important;
  }
  .v18-refined .hero-portrait-card{
    left:2%!important;
    bottom:8px!important;
    width:94%!important;
    border-radius:22px!important;
    transform:none!important;
    box-shadow:0 22px 52px rgba(0,0,0,.38)!important;
  }
  .v18-refined .hero-portrait-card img{aspect-ratio:16/10!important;object-position:center 24%!important}
  .v18-refined .hero-portrait-card figcaption{left:16px!important;bottom:13px!important}
  .v18-refined .hero-portrait-card figcaption strong{font-size:18px!important}
  .v18-refined .hero-portrait-card figcaption span{font-size:11px!important}
  .v18-refined .turkish-flag-3d{
    right:-12px!important;
    top:0!important;
    transform:scale(.43)!important;
    transform-origin:top right!important;
    z-index:6!important;
  }
  .v18-refined .flag-pole{height:330px!important}
  .v18-refined .flag-cloth{width:280px!important;height:170px!important}
  .v18-refined .hero-depth-glow{opacity:.55}

  .v18-refined .trust-strip{position:relative;z-index:4}
  .v18-refined .trust-wrap{min-height:auto;padding:9px 0;gap:8px}
  .v18-refined .official-pill{font-size:9px;padding:7px 10px}
  .v18-refined .trust-wrap p{font-size:11px;line-height:1.35}
  .v18-refined .trust-wrap a{display:none}
}

@media (max-width: 390px){
  .v18-refined .hero-copy h1{font-size:38px!important}
  .v18-refined .hero-copy .role{font-size:16px!important}
  .v18-refined .hero-actions{grid-template-columns:1fr!important}
  .v18-refined .hero-home .hero-visual{height:292px!important;min-height:292px!important}
  .v18-refined .turkish-flag-3d{right:-24px!important;transform:scale(.39)!important}
}


/* V22 tabanı üzerinde yalnızca yeni menü ve içerik sayfaları */
@media (min-width:1501px){
  .container.nav-wrap{width:min(100% - 40px,var(--container))}
  .nav-wrap{gap:18px}
  .main-nav{gap:clamp(10px,.78vw,16px);min-width:0}
  .main-nav a{font-size:clamp(13px,.72vw,15px);letter-spacing:-.01em}
  .header-actions{flex:0 0 auto}
  .quick-contact{white-space:nowrap}
  .header-quote{min-width:160px;font-size:14px}
}
@media (max-width:1500px) and (min-width:721px){
  .site-header{position:relative;background:#06131f}
  .nav-wrap{height:auto;min-height:82px;flex-wrap:wrap;padding:10px 0;gap:12px}
  .menu-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:auto}
  .main-nav{display:none;order:4;width:100%;flex-basis:100%;flex-direction:column;align-items:stretch;gap:0;background:#06131f;border:1px solid rgba(201,148,61,.28);padding:8px 14px;border-radius:14px;box-shadow:0 18px 40px rgba(0,0,0,.25)}
  .main-nav.is-open{display:flex}
  .main-nav a{width:100%;padding:12px 2px;font-size:16px;border-bottom:1px solid rgba(201,148,61,.14)}
  .main-nav a:last-child{border-bottom:0}
  .main-nav a:before,.main-nav a:after{display:none!important}
  .header-quote{display:block;min-width:150px;font-size:13px}
  .quick-contact{white-space:nowrap}
}
.content-page-space{padding-top:30px;padding-bottom:46px}
.profile-page-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:24px;align-items:start}
.profile-main-card,.profile-facts,.visit-card,.visit-empty{background:rgba(255,255,255,.76);border:1px solid var(--line);border-radius:24px;box-shadow:0 16px 38px rgba(6,19,31,.07)}
.profile-main-card{padding:30px}.profile-main-card p{font-size:18px;line-height:1.8;color:var(--muted)}
.profile-facts{padding:20px;display:grid;gap:12px}.profile-facts div{padding:16px;border-radius:16px;background:#06131f;color:#f6ead5;border:1px solid rgba(201,148,61,.25)}.profile-facts strong{display:block;color:var(--gold2);font-family:var(--serif);font-size:21px;margin-bottom:5px}.profile-facts span{line-height:1.55;font-size:14px}
.btn-ghost.dark{color:var(--burgundy);background:rgba(255,255,255,.6)}
.visit-page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.visit-card{overflow:hidden}.visit-card img{width:100%;height:250px;object-fit:cover}.visit-card>div{padding:22px}.visit-card small{font-weight:800;color:#7a6754}.visit-card h2{font-family:var(--serif);font-size:30px;font-weight:500;margin:8px 0}.visit-card p{color:var(--muted);line-height:1.7}.visit-empty{grid-column:1/-1;text-align:center;padding:38px}.visit-empty h2{font-family:var(--serif);font-size:34px;font-weight:500;margin-top:0}.visit-empty p{max-width:720px;margin:0 auto 20px;color:var(--muted);line-height:1.7}
@media(max-width:980px){.profile-page-grid,.visit-page-grid{grid-template-columns:1fr}.profile-main-card{padding:22px}}
@media(max-width:620px){.content-page-space{padding-top:18px}.visit-card img{height:205px}.visit-card h2{font-size:25px}.visit-empty{padding:24px}.profile-main-card p{font-size:16px}}

/* V29: Tema düğmesi kaldırıldı, üst menüye ek alan açıldı */
.theme-toggle{display:none!important}
.header-actions{gap:8px}
@media (min-width:1181px){
  .main-nav{gap:clamp(10px,.9vw,20px)}
  .quick-contact{flex:0 0 auto}
}

/* V30: Daha ferah ve rahat mobil deneyim */
@media (max-width:760px){
  body.mobile-first-v2,
  body.site-v3{padding-bottom:88px!important}

  .container{width:min(100% - 24px,var(--container))!important}
  .site-header{position:sticky!important;top:0!important;background:rgba(6,19,31,.98)!important;box-shadow:0 8px 24px rgba(0,0,0,.2)!important}
  .nav-wrap{min-height:64px!important;padding:8px 0!important;gap:8px!important}
  .brand{max-width:calc(100% - 54px)!important;gap:9px!important}
  .brand-logo{max-height:47px!important;width:auto!important}
  .brand-text strong{font-size:17px!important;letter-spacing:2.5px!important}
  .brand-text small{font-size:9px!important;letter-spacing:2px!important;margin-top:4px!important}
  .menu-toggle{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;padding:0!important;border-radius:10px!important;font-size:20px!important}

  .main-nav.is-open{left:10px!important;right:10px!important;top:68px!important;max-height:calc(100dvh - 86px)!important;overflow-y:auto!important;padding:8px 12px!important;border-radius:16px!important}
  .main-nav a{min-height:45px!important;padding:11px 5px!important;font-size:16px!important;line-height:1.25!important}

  .v18-refined .hero-inner{padding:0 0 14px!important}
  .v18-refined .hero-copy{padding:20px 1px 10px!important}
  .v18-refined .hero-copy h1{font-size:clamp(39px,12vw,50px)!important;line-height:1!important;margin-bottom:8px!important}
  .v18-refined .hero-copy .role{font-size:17px!important;line-height:1.35!important;margin-bottom:10px!important}
  .v18-refined .hero-copy .lead{font-size:15px!important;line-height:1.55!important;margin-bottom:15px!important;max-width:100%!important}
  .v18-refined .hero-copy .ornament{width:180px!important;margin:7px 0 12px!important}
  .v18-refined .hero-actions{grid-template-columns:1fr 1fr!important;gap:9px!important}
  .v18-refined .hero-actions .btn{min-height:45px!important;font-size:13px!important;padding:9px 7px!important;border-radius:12px!important}

  .v18-refined .hero-home .hero-visual{height:276px!important;min-height:276px!important;margin-top:0!important;border-radius:18px!important}
  .v18-refined .hero-portrait-card{left:3%!important;width:94%!important;bottom:7px!important;border-radius:20px!important}
  .v18-refined .hero-portrait-card img{aspect-ratio:16/9!important;object-position:center 22%!important}
  .v18-refined .hero-portrait-card figcaption{left:14px!important;bottom:11px!important}
  .v18-refined .hero-portrait-card figcaption strong{font-size:17px!important}
  .v18-refined .hero-portrait-card figcaption span{font-size:10px!important}
  .v18-refined .turkish-flag-3d{right:-24px!important;top:-4px!important;transform:scale(.38)!important;transform-origin:top right!important}
  .v18-refined .flag-pole{height:300px!important}

  .v18-refined .trust-wrap{padding:8px 0!important;gap:6px!important}
  .v18-refined .official-pill{font-size:8px!important;padding:6px 9px!important}
  .v18-refined .trust-wrap p{font-size:10.5px!important;line-height:1.35!important;margin:0!important}

  .paper-section,.premium-section,.real-media-showcase{padding-top:34px!important;padding-bottom:34px!important}
  .section-title{margin-bottom:15px!important}
  .section-title h2,.section-head h2{font-size:clamp(27px,8vw,34px)!important;line-height:1.08!important}
  .section-title p,.about-section-lead{font-size:15px!important;line-height:1.65!important}
  .panel,.admin-card,.profile-main-card,.profile-facts,.visit-card,.visit-empty{border-radius:18px!important}
  .panel{padding:17px 14px!important}
  .news-grid,.article-grid,.video-grid-v14,.visit-page-grid{gap:14px!important}
  .news-card-body,.video-card-copy,.profile-main-card{padding:17px!important}

  .mobile-bottom-nav{left:8px!important;right:8px!important;bottom:8px!important;padding:7px 5px!important;border-radius:17px!important;gap:2px!important}
  .mobile-bottom-nav a{min-height:50px!important;font-size:10px!important;gap:3px!important}
  .mobile-bottom-nav b{font-size:17px!important}
  .floating-actions{bottom:76px!important;right:9px!important}
  .back-to-top{width:42px!important;height:42px!important}
  .ma-assistant-launcher.is-smart{left:9px!important;bottom:76px!important;padding:7px!important;min-height:46px!important}
  .ma-assistant-launcher.is-smart span{width:36px!important;height:36px!important}
}

@media (max-width:390px){
  .container{width:min(100% - 18px,var(--container))!important}
  .brand-text strong{font-size:15px!important;letter-spacing:2px!important}
  .brand-text small{display:none!important}
  .v18-refined .hero-copy h1{font-size:37px!important}
  .v18-refined .hero-copy .role{font-size:15px!important}
  .v18-refined .hero-actions{grid-template-columns:1fr!important}
  .v18-refined .hero-home .hero-visual{height:258px!important;min-height:258px!important}
  .v18-refined .turkish-flag-3d{right:-34px!important;transform:scale(.34)!important}
}


/* V31: Veritabanı boşken de dolu ve okunabilir içerik sayfaları */
.content-page-space{padding-top:30px;padding-bottom:54px}
.program-premium-grid,.activity-grid{width:min(100% - 84px,var(--container));margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.program-premium-card,.activity-card{overflow:hidden;border:1px solid rgba(122,83,35,.22);border-radius:24px;background:rgba(255,255,255,.82);box-shadow:0 18px 44px rgba(6,19,31,.08)}
.program-cover{position:relative;min-height:300px;background:#07131f;overflow:hidden}.program-cover img{width:100%;height:300px;object-fit:cover}.program-cover .modern-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.program-copy,.activity-card>div{padding:24px}.program-copy small,.activity-card small{font-size:12px;font-weight:900;color:#7a5323;text-transform:uppercase;letter-spacing:.08em}.program-copy h2,.activity-card h2{font-family:var(--serif);font-weight:500;font-size:32px;line-height:1.08;margin:10px 0}.program-copy p,.activity-card p{color:var(--muted);font-size:16px;line-height:1.7}.activity-card img{width:100%;height:270px;object-fit:cover}.activity-card strong{display:block;margin:12px 0;color:var(--burgundy)}
.visit-note{display:block;margin-top:14px;padding-top:12px;border-top:1px solid var(--line);font-size:12px;color:#7a6754}
.v16-page-intro{min-height:260px;display:flex;align-items:flex-end;padding:120px 0 44px;background:radial-gradient(circle at 75% 20%,rgba(201,148,61,.12),transparent 30%),linear-gradient(110deg,#06131f,#0b1b2b);color:#fff;border-bottom:2px solid var(--gold)}
.v16-page-intro h1{font-family:var(--serif);font-size:clamp(46px,6vw,76px);line-height:1;margin:8px 0 12px;font-weight:400}.v16-page-intro p{max-width:820px;font-size:18px;line-height:1.6;color:#f6ead5}.v16-page-intro .eyebrow{color:var(--gold2)}
@media(max-width:900px){.program-premium-grid,.activity-grid{width:min(100% - 28px,var(--container));grid-template-columns:1fr}.program-cover,.program-cover img{min-height:0;height:220px}.activity-card img{height:220px}.v16-page-intro{min-height:220px;padding:86px 0 30px}.v16-page-intro h1{font-size:clamp(38px,12vw,54px)}.v16-page-intro p{font-size:16px}.program-copy,.activity-card>div{padding:18px}.program-copy h2,.activity-card h2{font-size:27px}}


/* V32 footer and contact refinements */
.footer-contact-link{display:inline-flex;align-items:center;gap:8px;color:var(--gold2);font-weight:800;margin:8px 0 12px}
.footer-mini{font-size:13px;color:#cfbea6}
.footer-social-links,.footer-press-links{display:flex;flex-wrap:wrap;gap:10px 16px}
.footer-social-links a,.footer-press-links a{color:#fff2dd;font-weight:700}
.copyright-inner{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.contact-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding-top:10px}
.contact-overview-card{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 14px 34px rgba(6,13,24,.07)}
.contact-overview-card h2{font-family:var(--serif);font-size:28px;line-height:1.08;margin:10px 0 12px;color:var(--burgundy)}
.contact-overview-card p{margin:0;line-height:1.7;color:#4f463b}
.contact-layout-v32{grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr) minmax(260px,.8fr);align-items:start}
.contact-panel,.contact-form-section{background:rgba(255,255,255,.74);border:1px solid var(--line);border-radius:22px;box-shadow:0 18px 44px rgba(6,13,24,.08)}
.contact-panel{padding:22px}
.contact-form-section{padding:24px}
.contact-form-section .btn{margin-top:8px}
.clean-links{gap:14px}
.refined-contact .contact-line{padding:12px;border:1px solid rgba(122,83,35,.16);border-radius:18px;background:rgba(255,255,255,.55)}
.refined-contact .contact-line h3{font-size:20px}
.contact-side-note{padding-top:6px;margin-top:18px}
.contact-side-note:last-child{margin-bottom:0;border-bottom:0;padding-bottom:0}
@media(max-width:1180px){.contact-overview-grid{grid-template-columns:1fr}.contact-layout-v32{grid-template-columns:1fr}.copyright-inner{justify-content:center}}
@media(max-width:820px){.footer-social-links,.footer-press-links{flex-direction:column;gap:8px}.contact-overview-card h2{font-size:24px}}

/* V33 program ayrımı, iletişim durumları ve ortak footer */
.archive-type-nav{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}
.archive-type-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 16px;border:1px solid rgba(122,83,35,.25);border-radius:999px;background:#fffaf1;color:#6f130e;font-weight:800}
.archive-type-nav a.active{background:#06131f;color:#f4d894;border-color:#c8943d}
.program-intro-card{margin-bottom:22px;padding:24px;border-radius:22px;background:linear-gradient(135deg,#071522,#0b2638);color:#fff;border:1px solid rgba(201,148,61,.28)}
.program-intro-card h2{font-family:var(--serif);font-size:clamp(28px,4vw,44px);font-weight:500;margin:8px 0 10px}
.program-intro-card p{max-width:850px;margin:0;color:#e7dfd3;line-height:1.7}
.program-premium-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.program-premium-card{overflow:hidden;border-radius:24px;background:#fffaf1;border:1px solid var(--line);box-shadow:0 18px 48px rgba(6,19,31,.09)}
.program-cover{position:relative;width:100%;height:300px;border:0;padding:0;background:#07131f;cursor:pointer;overflow:hidden}
.program-cover img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.program-premium-card:hover .program-cover img{transform:scale(1.035)}
.program-copy{padding:22px}.program-copy small{color:#7a6754;font-weight:800}.program-copy h2{font-family:var(--serif);font-size:30px;line-height:1.08;font-weight:500;margin:9px 0}.program-copy p{line-height:1.7;color:#62584d}
.empty-editorial{grid-column:1/-1;padding:36px;border:1px dashed #c7a56d;border-radius:22px;text-align:center;background:#fffaf1}
.contact-status{margin:0 0 20px;padding:15px 18px;border-radius:16px;font-weight:800;box-shadow:0 10px 25px rgba(6,19,31,.06)}
.contact-status.success{background:#dceee4;color:#0f3a30;border:1px solid #a8d3bc}.contact-status.error{background:#f5dede;color:#73130d;border:1px solid #e2b1b1}
.thank-you-card{display:grid;grid-template-columns:90px 1fr;gap:24px;align-items:start;padding:30px;border-radius:26px;background:#fffaf1;border:1px solid var(--line);box-shadow:0 18px 46px rgba(6,19,31,.08)}
.thank-you-icon{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;background:#0f3a30;color:#fff;font-size:38px;border:3px solid #c8943d}
.thank-you-card h2{font-family:var(--serif);font-size:36px;font-weight:500;margin:0 0 10px}.thank-you-card p{line-height:1.7;color:#5b5146}
@media(max-width:900px){.program-premium-grid{grid-template-columns:1fr}.program-cover{height:240px}.thank-you-card{grid-template-columns:1fr}.thank-you-icon{width:66px;height:66px}}
@media(max-width:620px){.archive-type-nav{overflow-x:auto;flex-wrap:nowrap}.archive-type-nav a{white-space:nowrap}.program-cover{height:205px}.program-copy h2{font-size:25px}.thank-you-card{padding:22px}}

/* V45 — Zengin yazı içeriği tipografisi */
.article-content{overflow-wrap:break-word}.article-content> :first-child{margin-top:0}.article-content> :last-child{margin-bottom:0}.article-content h2,.article-content h3,.article-content h4{font-family:var(--serif);font-weight:500;line-height:1.16;color:#6f130e;scroll-margin-top:110px}.article-content h2{font-size:clamp(30px,4vw,43px);margin:1.55em 0 .55em;padding-bottom:.28em;border-bottom:1px solid rgba(122,83,35,.2)}.article-content h3{font-size:clamp(25px,3vw,33px);margin:1.45em 0 .5em}.article-content h4{font-size:clamp(20px,2.3vw,26px);margin:1.35em 0 .45em}.article-content a:not(.btn){color:#8b1e17;text-decoration:underline;text-decoration-color:rgba(139,30,23,.35);text-underline-offset:3px;font-weight:700}.article-content a:not(.btn):hover{color:#5c100c;text-decoration-color:currentColor}.article-content ul,.article-content ol{margin:1.1em 0;padding-left:1.55em;color:#302820}.article-content li{padding-left:.25em;margin:.45em 0;font-size:18px;line-height:1.72}.article-content li::marker{color:#9a6b28;font-weight:900}.article-content blockquote{position:relative;margin:1.8em 0;padding:20px 24px 20px 28px;border-left:5px solid #c8943d;border-radius:0 16px 16px 0;background:linear-gradient(90deg,#fff3df,#fffaf1);color:#4a3b2d;font-family:var(--serif);font-size:clamp(20px,2.4vw,27px);line-height:1.55}.article-content blockquote p{font:inherit;color:inherit;margin:.35em 0}.article-content hr{border:0;height:1px;margin:2.2em 0;background:linear-gradient(90deg,transparent,rgba(122,83,35,.42),transparent)}.article-content mark{padding:.05em .22em;border-radius:.2em;background:#f7df96;color:inherit}.article-content s,.article-content del{opacity:.72}.article-content pre{max-width:100%;overflow:auto;margin:1.7em 0;padding:18px 20px;border-radius:16px;background:#071522;color:#f8ead6;font:14px/1.7 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;white-space:pre}.article-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.article-content p code,.article-content li code{padding:.12em .35em;border:1px solid rgba(122,83,35,.18);border-radius:6px;background:#f6ead8;color:#66130f;font-size:.88em}.article-content figure{margin:2em 0;text-align:center}.article-content figure img,.article-content>img{display:block;max-width:100%;height:auto;margin-inline:auto;border-radius:18px;box-shadow:0 16px 42px rgba(6,19,31,.12)}.article-content figcaption{max-width:720px;margin:10px auto 0;color:#736556;font-size:13px;line-height:1.55}.article-content table{display:table;width:100%;margin:1.8em 0;border-collapse:separate;border-spacing:0;border:1px solid rgba(122,83,35,.23);border-radius:14px;overflow:hidden;font-size:15px;line-height:1.5}.article-content th,.article-content td{padding:12px 14px;border-right:1px solid rgba(122,83,35,.18);border-bottom:1px solid rgba(122,83,35,.18);vertical-align:top}.article-content th:last-child,.article-content td:last-child{border-right:0}.article-content tr:last-child td{border-bottom:0}.article-content th{background:#f1dfc4;color:#68140f;text-align:left;font-weight:900}.article-content tbody tr:nth-child(even){background:#fff9ef}.article-content sup,.article-content sub{font-size:.72em}
@media(max-width:720px){.article-content h2{font-size:30px}.article-content h3{font-size:25px}.article-content h4{font-size:21px}.article-content li{font-size:16px}.article-content blockquote{padding:17px 18px 17px 20px;font-size:20px}.article-content table{display:block;overflow-x:auto;white-space:nowrap;border-radius:12px}.article-content th,.article-content td{min-width:120px;padding:10px 12px}}

/* V46 — Profesyonel ve okunabilir yazı detay sayfası */
.article-hero-v46{position:relative;overflow:hidden;background:radial-gradient(circle at 78% 18%,rgba(211,163,79,.16),transparent 27%),radial-gradient(circle at 18% 82%,rgba(112,18,13,.16),transparent 30%),linear-gradient(118deg,#05111c 0%,#081a29 54%,#0a141e 100%);color:#fff;border-bottom:1px solid rgba(201,148,61,.48)}
.article-hero-v46:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,#000,transparent 88%)}
.article-hero-v46-grid{position:relative;z-index:2;min-height:600px;padding-top:132px;padding-bottom:72px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.78fr);gap:clamp(48px,7vw,112px);align-items:center}
.article-hero-v46-copy{max-width:900px}
.article-breadcrumb-v46{display:flex;align-items:center;gap:10px;margin-bottom:26px;color:rgba(255,244,224,.66);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.article-breadcrumb-v46 a{transition:color .2s ease}.article-breadcrumb-v46 a:hover{color:var(--gold2)}
.article-kicker-v46{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:18px}
.article-kicker-v46 span{display:inline-flex;align-items:center;min-height:auto;padding:0 0 0 14px;border:0;border-left:2px solid rgba(226,189,115,.78);border-radius:0;background:transparent;color:#f0cb85;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;line-height:1.2;box-shadow:none}
.article-kicker-v46 em{font-style:normal;color:rgba(255,244,224,.68);font-size:13px;font-weight:700}
.article-hero-v46 h1{max-width:920px;margin:0;font-family:var(--serif);font-size:clamp(48px,5.1vw,78px);font-weight:400;line-height:1.01;letter-spacing:-.035em;text-wrap:balance;text-shadow:0 8px 32px rgba(0,0,0,.24)}
.article-deck-v46{max-width:790px;margin:25px 0 0;color:#eee5d8;font-family:var(--serif);font-size:clamp(18px,1.42vw,23px);line-height:1.58;text-wrap:pretty}
.article-meta-v46{display:flex;flex-wrap:wrap;gap:0;margin-top:30px;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}
.article-meta-v46 span{display:grid;gap:3px;min-width:150px;padding:14px 28px 14px 0;margin-right:28px;color:#f8f1e6;font-family:var(--serif);font-size:15px}
.article-meta-v46 b{font-family:var(--sans);color:rgba(255,244,224,.5);font-size:9px;letter-spacing:.13em;text-transform:uppercase}
.article-cover-v46{position:relative;margin:0;align-self:center}
.article-cover-v46-frame{position:relative;overflow:hidden;border-radius:3px 26px 3px 26px;border:1px solid rgba(226,189,115,.38);background:#07131f;box-shadow:0 32px 90px rgba(0,0,0,.44)}
.article-cover-v46-frame:before{content:"";position:absolute;z-index:2;inset:0;box-shadow:inset 0 0 0 9px rgba(5,17,28,.2);pointer-events:none}
.article-cover-v46-frame img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}
.article-cover-v46 figcaption{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 4px 0;color:rgba(255,244,224,.62);font-size:11px;letter-spacing:.04em}
.article-cover-v46 figcaption span{color:#e6bd72;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.article-cover-v46:after{content:"";position:absolute;z-index:-1;right:-25px;bottom:-25px;width:72%;height:72%;border-right:1px solid rgba(201,148,61,.32);border-bottom:1px solid rgba(201,148,61,.32)}

.article-reading-v46{position:relative;padding:64px 0 92px;background:linear-gradient(180deg,#f6efe4 0%,#fbf7f0 42%,#f6efe4 100%)}
.article-reading-v46:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 6% 14%,rgba(201,148,61,.09),transparent 180px),radial-gradient(circle at 96% 38%,rgba(115,19,13,.055),transparent 220px)}
.article-reading-v46-layout{position:relative;display:grid;grid-template-columns:minmax(0,880px) minmax(260px,320px);justify-content:center;gap:clamp(34px,5vw,72px);align-items:start}
.article-reader-v46{min-width:0;overflow:hidden;border:1px solid rgba(112,78,41,.17);border-radius:26px;background:rgba(255,253,249,.93);box-shadow:0 22px 65px rgba(31,22,12,.09)}
.article-reader-v46-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px clamp(24px,5vw,58px);border-bottom:1px solid rgba(112,78,41,.14);background:rgba(250,244,234,.72)}
.article-reader-v46-label{color:#7b6042;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.article-reader-v46-actions{display:flex;align-items:center;gap:8px}
.article-reader-v46-actions a,.article-reader-v46-actions button{border:0;background:transparent;padding:7px 9px;color:#6f130e;font-size:12px;font-weight:900;cursor:pointer;border-radius:8px}
.article-reader-v46-actions a:hover,.article-reader-v46-actions button:hover{background:#f1e4d2}
.article-prose-v46{max-width:760px;margin:0 auto;padding:clamp(34px,6vw,68px) clamp(24px,6vw,72px);color:#2d251e}
.article-prose-v46>p{margin:0 0 1.38em;font-family:Georgia,'Times New Roman',serif;font-size:clamp(18px,1.22vw,20px);line-height:1.92;letter-spacing:.004em;color:#302820;text-wrap:pretty}
.article-prose-v46>p:first-child{font-size:clamp(20px,1.45vw,23px);line-height:1.75;color:#201913}
.article-prose-v46>p:first-child:first-letter{float:left;margin:.09em .12em 0 0;color:#7b1710;font-family:var(--serif);font-size:3.35em;line-height:.78;font-weight:500}
.article-prose-v46 h2,.article-prose-v46 h3,.article-prose-v46 h4{max-width:720px;color:#61130f;letter-spacing:-.02em;text-wrap:balance}
.article-prose-v46 h2{margin-top:1.85em;padding-top:.45em;border-top:1px solid rgba(122,83,35,.16);font-size:clamp(31px,3vw,42px)}
.article-prose-v46 h3{font-size:clamp(25px,2.4vw,32px)}
.article-prose-v46 ul,.article-prose-v46 ol{margin:1.55em 0;padding:4px 0 4px 1.35em}
.article-prose-v46 li{margin:.7em 0;padding-left:.4em;font-family:Georgia,'Times New Roman',serif;font-size:clamp(18px,1.18vw,20px);line-height:1.72;color:#302820}
.article-prose-v46 li::marker{color:#9b6b2b}
.article-prose-v46 blockquote{margin:2em -10px;padding:25px 30px;border-left:4px solid #b77d28;border-radius:0 16px 16px 0;background:#f7ecda;box-shadow:0 10px 30px rgba(93,54,16,.05)}
.article-prose-v46 blockquote,.article-prose-v46 blockquote p{font-size:clamp(21px,1.7vw,27px);line-height:1.6;color:#493629}
.article-prose-v46 figure{margin:2.2em -18px}.article-prose-v46 figure img,.article-prose-v46>img{border-radius:18px;box-shadow:0 18px 46px rgba(6,19,31,.12)}
.article-prose-v46 a:not(.btn){color:#7b1710;text-decoration-thickness:1px;text-underline-offset:4px}
.article-prose-v46 table{font-family:var(--sans);background:#fffdf8}

.article-source-v46{display:flex;align-items:center;justify-content:space-between;gap:22px;margin:0 clamp(24px,6vw,72px) 28px;padding:22px 24px;border:1px solid rgba(122,83,35,.2);border-radius:18px;background:#f6ead7}
.article-source-v46 div{min-width:0}.article-source-v46 span,.article-author-v46 span{display:block;margin-bottom:5px;color:#896b48;font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.article-source-v46 strong{display:block;font-family:var(--serif);font-size:20px;color:#4d1a13}.article-source-v46 p{margin:5px 0 0;color:#6c5e50;font-size:13px;line-height:1.55}
.article-source-v46>a{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 16px;border-radius:999px;background:#071522;color:#f2d69a;font-size:12px;font-weight:900}
.article-author-v46{display:grid;grid-template-columns:58px 1fr;gap:16px;align-items:center;margin-top:36px;padding:26px clamp(24px,6vw,72px);border-top:1px solid rgba(112,78,41,.14);background:#0a1824;color:#f8f1e7}
.article-author-v46-mark{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(225,189,115,.62);background:#73130d;color:#f5d99c;font-family:var(--serif);font-size:17px;font-weight:800}
.article-author-v46 strong{display:block;font-family:var(--serif);font-size:23px;font-weight:500}.article-author-v46 p{margin:4px 0 0;color:rgba(248,241,231,.67);font-size:13px;line-height:1.55}

.article-aside-v46{position:sticky;top:104px;display:grid;gap:16px}
.article-aside-card-v46{padding:21px;border:1px solid rgba(112,78,41,.17);border-radius:19px;background:rgba(255,253,249,.8);box-shadow:0 12px 34px rgba(31,22,12,.055);backdrop-filter:blur(8px)}
.article-aside-card-v46 h2{margin:0 0 14px;color:#331d14;font-family:var(--serif);font-size:21px;font-weight:500}
.article-aside-summary-v46{border-top:3px solid #b57b2a}.article-aside-kicker-v46{display:block;margin-bottom:9px;color:#8a5d26;font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.article-aside-summary-v46 p{margin:0;color:#5c5043;font-family:var(--serif);font-size:15px;line-height:1.7}
.article-info-v46{margin:0}.article-info-v46>div{display:grid;grid-template-columns:94px 1fr;gap:10px;padding:10px 0;border-top:1px solid rgba(112,78,41,.12)}.article-info-v46>div:first-child{border-top:0;padding-top:0}.article-info-v46 dt{color:#897664;font-size:11px;font-weight:800}.article-info-v46 dd{margin:0;color:#32271f;font-size:12px;font-weight:800;line-height:1.45}
.article-tags-v46{display:flex;flex-wrap:wrap;gap:7px}.article-tags-v46 span{display:inline-flex;padding:6px 9px;border-radius:999px;background:#f1e3cf;color:#66451f;font-size:10px;font-weight:800}
.article-share-v46 p{margin:-5px 0 13px;color:#736759;font-size:12px;line-height:1.55}.article-share-v46 button{width:100%;min-height:42px;border:1px solid #8d281f;border-radius:10px;background:#73130d;color:#fff;font-size:12px;font-weight:900;cursor:pointer}.article-share-v46 button:hover{background:#8d2018}

@media(max-width:1180px){
  .article-hero-v46-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.75fr);gap:42px}
  .article-reading-v46-layout{grid-template-columns:minmax(0,820px);max-width:900px}
  .article-aside-v46{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
  .article-aside-summary-v46,.article-share-v46{grid-column:auto}
}
@media(max-width:900px){
  .article-hero-v46-grid{min-height:0;padding-top:112px;padding-bottom:48px;grid-template-columns:1fr;gap:34px}
  .article-hero-v46-copy{max-width:760px}
  .article-cover-v46{width:min(100%,720px)}
  .article-cover-v46-frame img{aspect-ratio:16/9}
  .article-reading-v46{padding:34px 0 64px}
  .article-reading-v46-layout{gap:24px}
}
@media(max-width:720px){
  .article-hero-v46-grid{padding-top:36px;padding-bottom:34px;gap:26px}
  .article-breadcrumb-v46{margin-bottom:18px;font-size:10px}
  .article-kicker-v46{margin-bottom:12px}.article-kicker-v46 em{font-size:11px}
  .article-hero-v46 h1{font-size:clamp(38px,11.5vw,54px);line-height:1.03}
  .article-deck-v46{margin-top:18px;font-size:17px;line-height:1.62}
  .article-meta-v46{margin-top:22px}.article-meta-v46 span{min-width:0;flex:1;padding:11px 12px 11px 0;margin-right:12px;font-size:13px}
  .article-cover-v46-frame{border-radius:2px 18px 2px 18px}.article-cover-v46 figcaption{font-size:9px}
  .article-reading-v46{padding-top:24px}
  .article-reader-v46{border-radius:18px}
  .article-reader-v46-head{align-items:flex-start;padding:14px 17px}.article-reader-v46-actions{gap:0}.article-reader-v46-actions a,.article-reader-v46-actions button{font-size:10px;padding:6px}
  .article-prose-v46{padding:30px 20px}.article-prose-v46>p{font-size:17px;line-height:1.82}.article-prose-v46>p:first-child{font-size:19px;line-height:1.72}
  .article-prose-v46 h2{font-size:29px}.article-prose-v46 h3{font-size:24px}.article-prose-v46 li{font-size:17px;line-height:1.68}
  .article-prose-v46 blockquote{margin:1.7em 0;padding:20px 20px}.article-prose-v46 figure{margin:1.7em 0}
  .article-source-v46{margin:0 18px 20px;padding:18px;align-items:flex-start;flex-direction:column}.article-source-v46>a{width:100%}
  .article-author-v46{grid-template-columns:48px 1fr;padding:20px}.article-author-v46-mark{width:46px;height:46px;font-size:14px}.article-author-v46 strong{font-size:20px}
  .article-aside-v46{grid-template-columns:1fr;gap:12px}.article-aside-card-v46{border-radius:16px;padding:18px}
}

/* V47 — Ortak profesyonel arşiv sistemi / okunabilir kartlar / mobil düzeltmeler */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
body.site-enhanced{overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.site-header{border-bottom:1px solid rgba(225,189,115,.2);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.main-nav a{transition:color .2s ease,opacity .2s ease}
.quick-contact{box-shadow:0 8px 24px rgba(117,37,15,.18)}
@media(max-width:1780px) and (min-width:1501px){.header-quote{display:none}.container.nav-wrap{width:min(100% - 56px,var(--container));gap:16px}.main-nav{gap:clamp(11px,.8vw,17px)}}

.archive-hero-v47{min-height:238px;padding:72px 0 38px;align-items:center;background:radial-gradient(circle at 82% 12%,rgba(215,165,78,.16),transparent 28%),linear-gradient(112deg,#06131f 0%,#0a1d2a 58%,#0a1721 100%)}
.archive-hero-v47 .container{position:relative}
.archive-hero-v47 .container:after{content:"";position:absolute;right:0;top:50%;width:clamp(120px,18vw,290px);height:1px;background:linear-gradient(90deg,transparent,rgba(225,189,115,.68));opacity:.7}
.archive-hero-v47 h1{font-size:clamp(46px,5.2vw,72px);letter-spacing:-.025em;text-wrap:balance}
.archive-hero-v47 p{max-width:760px;margin-bottom:0;font-size:17px;line-height:1.7;color:rgba(248,239,225,.78);text-wrap:pretty}
.archive-surface-v47{position:relative;background:linear-gradient(180deg,#f7f1e7 0%,#fbf8f2 48%,#f5eee2 100%)}
.archive-surface-v47:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 4% 9%,rgba(201,148,61,.07),transparent 230px),radial-gradient(circle at 96% 34%,rgba(115,19,13,.035),transparent 260px)}
.archive-layout-v47{position:relative;padding-top:36px;padding-bottom:78px}
.archive-toolbar-v47{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:26px;padding:15px 18px;border:1px solid rgba(113,80,42,.14);border-radius:18px;background:rgba(255,253,248,.86);box-shadow:0 9px 30px rgba(24,18,11,.045)}
.archive-toolbar-copy-v47{display:flex;align-items:center;gap:12px;min-width:0}
.archive-toolbar-copy-v47 .eyebrow{font-size:10px;letter-spacing:.14em;color:#7b1710}
.archive-toolbar-copy-v47 strong{padding-left:12px;border-left:1px solid rgba(113,80,42,.18);color:#786957;font-size:12px;white-space:nowrap}
.archive-search-v47{display:flex;align-items:center;gap:8px;width:min(100%,590px);margin-left:auto}
.archive-search-v47 input{width:100%;min-width:0;height:46px;padding:0 15px;border:1px solid rgba(113,80,42,.22);border-radius:12px;background:#fff;color:#211a13;outline:0;box-shadow:inset 0 1px 2px rgba(31,22,13,.025)}
.archive-search-v47 input:focus{border-color:#bd8a36;box-shadow:0 0 0 4px rgba(201,148,61,.12)}
.archive-search-v47 button,.archive-search-v47 a{height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border-radius:12px;font-size:12px;font-weight:900;white-space:nowrap}
.archive-search-v47 button{border:1px solid #7c1a13;background:#73130d;color:#fff;cursor:pointer}.archive-search-v47 button:hover{background:#8c2017}
.archive-search-v47 a{border:1px solid rgba(113,80,42,.2);background:#f6ecdd;color:#6b4d2b}

.editorial-grid-v47{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}
.editorial-grid-v47--uniform .editorial-card-v47{grid-template-rows:auto 1fr}
.editorial-grid-v47--text{grid-template-columns:repeat(3,minmax(0,1fr))}
.editorial-card-v47{min-width:0;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(108,77,42,.16);border-radius:22px;background:rgba(255,254,251,.96);box-shadow:0 14px 38px rgba(28,21,13,.065);transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease}
.editorial-card-v47:hover{transform:translateY(-4px);border-color:rgba(157,109,48,.3);box-shadow:0 22px 54px rgba(28,21,13,.1)}
.editorial-card-v47.is-featured{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(370px,.82fr);min-height:410px;border-radius:26px}
.editorial-media-v47{position:relative;display:block;overflow:hidden;width:100%;aspect-ratio:16/10;background:#0a1722}
.editorial-card-v47.is-featured .editorial-media-v47{height:100%;min-height:410px;aspect-ratio:auto}
.editorial-media-v47 img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease,filter .5s ease}
.editorial-card-v47:hover .editorial-media-v47 img{transform:scale(1.025);filter:saturate(1.03)}
.editorial-media-v47:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(3,10,16,.4));pointer-events:none}
.editorial-media-label-v47{position:absolute;z-index:2;left:16px;bottom:14px;display:inline-flex;align-items:center;min-height:30px;padding:5px 10px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(5,17,27,.72);color:#fff;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(8px)}
.editorial-copy-v47{display:flex;flex:1;min-width:0;flex-direction:column;padding:22px 22px 20px}
.editorial-card-v47.is-featured .editorial-copy-v47{justify-content:center;padding:clamp(28px,4vw,52px)}
.editorial-meta-v47{display:flex;align-items:center;flex-wrap:wrap;gap:7px 10px;min-height:25px;color:#776958;font-size:11px;line-height:1.3}
.editorial-meta-v47 span{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border-radius:999px;background:#f4e7d4;color:#7a1912;font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.editorial-meta-v47 time{font-weight:750}.editorial-meta-v47 em{font-style:normal;color:#8a7356}
.editorial-card-v47 h2{margin:13px 0 11px;color:#3d1e15;font-family:var(--serif);font-size:clamp(25px,2vw,31px);font-weight:500;line-height:1.08;letter-spacing:-.018em;text-wrap:balance}
.editorial-card-v47.is-featured h2{margin-top:16px;font-size:clamp(36px,3.5vw,50px);line-height:1.03}
.editorial-card-v47 h2 a{transition:color .2s ease}.editorial-card-v47 h2 a:hover{color:#7b1710}
.editorial-card-v47 p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;margin:0;color:#655b50;font-size:14px;line-height:1.72;text-wrap:pretty}
.editorial-card-v47.is-featured p{-webkit-line-clamp:5;max-width:660px;font-size:16px;line-height:1.75}
.editorial-location-v47{display:flex;align-items:center;gap:6px;margin-top:15px;color:#6e2a1d;font-size:12px;font-weight:850}
.editorial-footer-v47{display:flex;align-items:center;min-height:34px;margin-top:auto;padding-top:18px;border-top:1px solid rgba(108,77,42,.11);margin-top:19px;color:#8b7a67;font-size:11px;font-weight:800}
.editorial-footer-v47 a{display:inline-flex;align-items:center;gap:8px;color:#73130d;font-size:12px;font-weight:900}.editorial-footer-v47 a span{transition:transform .2s ease}.editorial-footer-v47 a:hover span{transform:translateX(3px)}
.editorial-card-v47.is-text-only{min-height:255px}.editorial-card-v47.is-text-only .editorial-copy-v47{padding:26px}.editorial-card-v47.is-text-only h2{font-size:27px}
.archive-empty-v47{display:grid;place-items:center;max-width:760px;margin:28px auto;padding:54px 28px;border:1px dashed rgba(132,91,39,.35);border-radius:24px;background:rgba(255,253,248,.82);text-align:center}.archive-empty-v47>span{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:#071522;color:#e4bd74;font-size:22px}.archive-empty-v47 h2{margin:18px 0 7px;font-family:var(--serif);font-size:32px;font-weight:500;color:#5f1d14}.archive-empty-v47 p{margin:0 0 18px;color:#6f6559;line-height:1.65}

/* Video ve program kartlarının yüksekliğini içerikten bağımsız tut */
.modern-video-grid{align-items:stretch}
.modern-video-card{display:flex;flex-direction:column;height:100%}
.modern-video-card.is-featured{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);min-height:380px}
.modern-video-card.is-featured .modern-video-thumb{height:100%;min-height:380px;aspect-ratio:auto}
.modern-video-body{display:flex;flex:1;flex-direction:column;padding:24px}.modern-video-body p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;margin-bottom:0}.modern-video-card.is-featured .modern-video-body{justify-content:center;padding:34px}.modern-video-card.is-featured .modern-video-body p{-webkit-line-clamp:5}.modern-video-body .video-actions{margin-top:auto;padding-top:18px}
.program-premium-grid{align-items:stretch}.program-premium-card{display:flex;flex-direction:column;height:100%}.program-cover{height:auto;min-height:0;aspect-ratio:16/9}.program-cover img{height:100%;min-height:0}.program-copy{display:flex;flex:1;flex-direction:column}.program-copy p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;margin-bottom:0}.program-copy .video-actions{margin-top:auto;padding-top:18px}
.program-intro-card{margin-bottom:24px;padding:26px 28px;border-radius:20px;box-shadow:0 14px 34px rgba(6,19,31,.08)}

/* Genel metin/kart güvenlik ağı: uzun admin özetleri hiçbir arşivi aşağı doğru sürüklemez */
.v16-story{align-self:stretch}.v16-story-image{min-height:0;height:auto;aspect-ratio:16/10}.v16-story-image img{height:100%;object-fit:cover}.v16-story-copy{min-width:0}.v16-story p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;flex:0 1 auto}.v16-story .btn{align-self:flex-start;margin-top:auto}.activity-card,.visit-card{display:flex;flex-direction:column;height:100%}.activity-card img,.visit-card img{height:auto;aspect-ratio:16/9;object-fit:cover}.activity-card>div,.visit-card>div{display:flex;flex:1;flex-direction:column}.activity-card p,.visit-card p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}.activity-card .outline-link,.visit-card .visit-note{margin-top:auto}

@media(max-width:1180px){
  .editorial-grid-v47,.editorial-grid-v47--text{grid-template-columns:repeat(2,minmax(0,1fr))}
  .editorial-card-v47.is-featured{grid-column:1/-1;grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr)}
  .modern-video-card.is-featured{grid-template-columns:minmax(0,1fr) minmax(300px,.8fr)}
}
@media(max-width:900px){
  .archive-hero-v47{min-height:210px;padding:54px 0 30px}.archive-hero-v47 .container:after{display:none}
  .archive-toolbar-v47{align-items:stretch;flex-direction:column}.archive-search-v47{width:100%;margin-left:0}
  .editorial-card-v47.is-featured{grid-template-columns:1fr;min-height:0}.editorial-card-v47.is-featured .editorial-media-v47{min-height:0;height:auto;aspect-ratio:16/9}
  .editorial-card-v47.is-featured .editorial-copy-v47{padding:26px}
  .modern-video-card.is-featured{grid-template-columns:1fr;min-height:0}.modern-video-card.is-featured .modern-video-thumb{height:auto;min-height:0;aspect-ratio:16/9}.modern-video-card.is-featured .modern-video-body{padding:25px}
}
@media(max-width:720px){
  body.mobile-first-v2{padding-bottom:86px!important}
  .archive-hero-v47{min-height:0;padding:34px 0 28px}.archive-hero-v47 h1{font-size:clamp(38px,12vw,52px);margin-top:6px}.archive-hero-v47 p{font-size:15px;line-height:1.62}
  .archive-layout-v47{padding-top:18px;padding-bottom:48px}
  .archive-toolbar-v47{gap:13px;margin-bottom:16px;padding:13px;border-radius:15px}.archive-toolbar-copy-v47{justify-content:space-between}.archive-toolbar-copy-v47 strong{margin-left:auto}
  .archive-search-v47{display:grid;grid-template-columns:1fr auto}.archive-search-v47 input{grid-column:1/-1;height:45px}.archive-search-v47 button,.archive-search-v47 a{height:42px}.archive-search-v47 button{width:100%}
  .editorial-grid-v47,.editorial-grid-v47--text{grid-template-columns:1fr;gap:15px}
  .editorial-card-v47,.editorial-card-v47.is-featured{grid-column:auto;border-radius:18px;transform:none!important}
  .editorial-media-v47,.editorial-card-v47.is-featured .editorial-media-v47{aspect-ratio:16/9}
  .editorial-copy-v47,.editorial-card-v47.is-featured .editorial-copy-v47{padding:18px}
  .editorial-card-v47 h2,.editorial-card-v47.is-featured h2{margin:10px 0 9px;font-size:clamp(25px,7.6vw,31px);line-height:1.08}
  .editorial-card-v47 p,.editorial-card-v47.is-featured p{font-size:14px;line-height:1.65;-webkit-line-clamp:4}
  .editorial-meta-v47{gap:6px 8px;font-size:10px}.editorial-meta-v47 span{font-size:8px}
  .editorial-footer-v47{padding-top:14px;margin-top:15px}
  .editorial-card-v47.is-text-only{min-height:0}.editorial-card-v47.is-text-only .editorial-copy-v47{padding:20px}.editorial-card-v47.is-text-only h2{font-size:26px}
  .modern-video-grid{grid-template-columns:1fr;gap:15px}.modern-video-card.is-featured{grid-column:auto}.modern-video-body,.modern-video-card.is-featured .modern-video-body{padding:18px}.modern-video-body h2{font-size:26px;line-height:1.1}.modern-video-body p{font-size:14px;line-height:1.65;-webkit-line-clamp:4}.modern-play{width:56px;height:56px;box-shadow:0 0 0 8px rgba(255,255,255,.12),0 14px 28px rgba(0,0,0,.28)}
  .program-premium-grid{gap:15px}.program-premium-card{border-radius:18px}.program-cover{height:auto!important;aspect-ratio:16/9}.program-copy{padding:18px}.program-copy h2{font-size:26px}.program-copy p{font-size:14px;line-height:1.65;-webkit-line-clamp:4}.program-intro-card{padding:20px;border-radius:17px}.program-intro-card h2{font-size:30px}
  .archive-type-nav{margin:0 -2px 16px;padding-bottom:3px;scrollbar-width:none}.archive-type-nav::-webkit-scrollbar{display:none}.archive-type-nav a{min-height:38px;padding:8px 13px;font-size:12px}
  .video-toolbar{align-items:flex-start;flex-direction:column;gap:8px;margin-bottom:18px}.video-toolbar h2{font-size:31px}.video-search{min-width:0}
  .activity-card img,.visit-card img{height:auto!important;aspect-ratio:16/9}
  .ma-assistant-launcher.is-smart{max-width:calc(100vw - 90px)}
}
@media(max-width:390px){
  .archive-search-v47{grid-template-columns:1fr}.archive-search-v47 input{grid-column:auto}.archive-search-v47 a{width:100%}
  .editorial-card-v47 h2,.editorial-card-v47.is-featured h2{font-size:25px}
}

/* V53 · Alude Yazılım geliştirme imzası */
.copyright-inner-v53{align-items:center;justify-content:space-between;gap:20px;text-align:left}.copyright-copy{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.copyright-copy span+span:before{content:"•";margin-right:10px;color:var(--gold2);opacity:.75}.site-build-credit{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:7px;min-width:0}.site-build-credit-developer{display:block;width:100%;max-width:430px;color:rgba(248,235,211,.9);font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,"Times New Roman",serif;font-size:11px;font-style:italic;font-weight:400;line-height:1.35;letter-spacing:.035em;text-align:center;white-space:normal;text-shadow:0 1px 1px rgba(0,0,0,.22)}.site-build-credit-developer a{color:#e9c87f;font-family:inherit;font-style:normal;font-weight:600;letter-spacing:.055em}.site-build-credit-developer a:hover{color:#fff1d4;text-decoration:underline;text-underline-offset:3px}.site-build-credit-link{position:relative;display:inline-flex;align-items:center;gap:8px;width:min(430px,100%);min-height:64px;padding:7px 10px 7px 14px;border:1px solid rgba(225,189,115,.48);border-radius:18px;background:linear-gradient(135deg,rgba(255,250,239,.98),rgba(245,232,202,.95));box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 12px 28px rgba(0,0,0,.16);text-decoration:none;overflow:hidden;isolation:isolate;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.site-build-credit-link:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(115deg,transparent 20%,rgba(255,255,255,.5) 48%,transparent 76%);transform:translateX(-130%);transition:transform .55s ease}.site-build-credit-link:hover{transform:translateY(-2px);border-color:rgba(225,189,115,.78);box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 16px 34px rgba(0,0,0,.21)}.site-build-credit-link:hover:before{transform:translateX(130%)}.site-build-credit-logo{display:block;width:auto;max-width:calc(100% - 34px);height:50px;object-fit:contain;object-position:left center;filter:drop-shadow(0 2px 4px rgba(9,24,36,.08))}.site-build-credit-arrow{flex:0 0 26px;width:26px;height:26px;display:grid;place-items:center;border:1px solid rgba(16,51,74,.12);border-radius:50%;background:#0b2234;color:#e3b354;font-size:12px;line-height:1;box-shadow:0 5px 12px rgba(9,24,36,.12);transition:transform .18s ease,background .18s ease}.site-build-credit-link:hover .site-build-credit-arrow{transform:translate(1px,-1px);background:#071a29}@media(max-width:760px){.copyright{padding:14px 0 18px}.copyright-inner-v53{justify-content:center;text-align:center}.copyright-copy{justify-content:center;width:100%;font-size:11px}.site-build-credit{align-items:center;justify-content:center;width:100%}.site-build-credit-developer{max-width:390px;text-align:center;font-size:10px;line-height:1.35;white-space:normal}.site-build-credit-link{width:min(390px,100%);min-height:58px;padding:6px 9px 6px 11px;border-radius:16px}.site-build-credit-logo{height:45px;max-width:calc(100% - 32px)}.site-build-credit-arrow{width:24px;height:24px;flex-basis:24px}}@media(max-width:430px){.site-build-credit-link{width:100%;min-height:54px;padding:5px 8px 5px 10px;border-radius:15px}.site-build-credit-logo{height:41px;max-width:calc(100% - 30px)}.site-build-credit-arrow{width:22px;height:22px;flex-basis:22px;font-size:10px}.copyright-copy span+span:before{display:none}.copyright-copy{display:grid;gap:3px}}


/* V65 — Admin'den yüklenen görseller için kırılmaz boyut güvenliği */
/* Header logosuna yanlışlıkla büyük bir fotoğraf yüklense bile sayfa düzeni bozulmaz. */
.site-header .brand.with-logo{
  width:72px!important;
  min-width:72px!important;
  max-width:72px!important;
  height:72px!important;
  flex:0 0 72px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  overflow:hidden!important;
}
.site-header .brand.with-logo .brand-logo{
  display:block!important;
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  max-width:58px!important;
  max-height:58px!important;
  object-fit:contain!important;
  object-position:center!important;
}
.site-header .brand-mark,
.site-header .brand-mark img{
  flex:0 0 auto!important;
  max-width:64px!important;
  max-height:64px!important;
}

/* Hakkında / İletişim gibi ortak iç sayfa hero görselleri sabit kutuda kırpılır. */
.page-hero-inner{min-width:0!important;overflow:hidden!important}
.page-visual{
  width:100%!important;
  min-width:0!important;
  height:280px!important;
  min-height:280px!important;
  max-height:280px!important;
  align-self:end!important;
  overflow:hidden!important;
  background:linear-gradient(90deg,#06131f 0%,rgba(6,19,31,.25) 22%,transparent 58%),var(--hero-img) center 28%/cover no-repeat!important;
}

/* Ana sayfa portresinde kaynak görsel oranı ne olursa olsun kart boyutu sabit kalır. */
.hero-portrait-card{
  aspect-ratio:31/20!important;
  max-height:430px!important;
  overflow:hidden!important;
}
.hero-portrait-card img{
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center 24%!important;
}

/* Admin'den değiştirilebilen içerik görselleri, kendi kartlarını büyütemez. */
.editorial-media-v47 img,.program-cover img,.activity-card img,.visit-card img,.gallery-grid img,.post-item img,.article-card img,.video-thumb img{
  max-width:100%!important;
  object-fit:cover!important;
}

@media(max-width:960px){
  .site-header .brand.with-logo{
    width:54px!important;min-width:54px!important;max-width:54px!important;height:54px!important;flex-basis:54px!important;
  }
  .site-header .brand.with-logo .brand-logo{
    width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;max-width:46px!important;max-height:46px!important;
  }
  .page-visual{height:240px!important;min-height:240px!important;max-height:240px!important;background-position:center 28%!important}
}
@media(max-width:620px){
  .site-header .brand.with-logo{
    width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;flex-basis:48px!important;
  }
  .site-header .brand.with-logo .brand-logo{
    width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;max-width:42px!important;max-height:42px!important;
  }
  .page-visual{height:190px!important;min-height:190px!important;max-height:190px!important;border-radius:16px!important;margin-bottom:18px!important;background-position:center 25%!important}
  .hero-portrait-card{max-height:none!important;aspect-ratio:16/10!important}
}

/* V66 — Mülakatları yazı gibi okunabilir detay sayfasına taşıyan güvenli video alanı */
.interview-video-v66{width:100%;aspect-ratio:16/9;margin:0 0 30px;border:1px solid rgba(154,102,22,.22);border-radius:20px;overflow:hidden;background:#06131f;box-shadow:0 18px 40px rgba(6,19,31,.12)}
.interview-video-v66 iframe{display:block;width:100%;height:100%;border:0;background:#06131f}
.modern-video-card .video-actions{flex-wrap:wrap;align-items:center}
.modern-video-card .video-actions>a,.modern-video-card .video-actions>button{white-space:nowrap}
@media(max-width:760px){.interview-video-v66{margin-bottom:22px;border-radius:15px}.modern-video-card .video-actions{gap:7px}.modern-video-card .video-actions>a,.modern-video-card .video-actions>button{flex:1 1 auto;text-align:center;justify-content:center}}

/* V67 program detail links */
.program-copy h2 a{color:inherit;text-decoration:none}.program-copy h2 a:hover{color:var(--burgundy)}


/* V68 — program türü ayrımı + ana sayfa/header stabilizasyonu */
/* Ana sayfada yalnızca portre kartı kullanılır; eski arka plan portresi tekrar çizilmez. */
.v18-refined .hero-home .hero-visual{background:none!important;overflow:hidden!important}
.v18-refined .hero-home .hero-portrait-card{max-width:620px!important}

/* Program metnine geçiş butonu her kartta net görünür. */
.program-premium-card .program-copy .video-actions{display:flex!important;gap:9px!important;flex-wrap:wrap!important;align-items:center!important}
.program-premium-card .program-copy .video-actions .outline-link{background:#fff8eb!important;color:#641a13!important;border-color:rgba(200,148,61,.72)!important;font-weight:800!important}
.program-premium-card .program-copy h2 a{display:inline!important;color:inherit!important;text-decoration:none!important}
.program-premium-card .program-copy h2 a:hover{color:var(--burgundy)!important}

/* Çok geniş/zoom'lu masaüstünde 10 bağlantı + CTA + alıntı birbirinin üstüne binmesin. */
@media(min-width:1181px){
  .site-header .nav-wrap{gap:clamp(10px,.65vw,16px)!important}
  .site-header .main-nav{gap:clamp(9px,.62vw,15px)!important;min-width:0!important}
  .site-header .main-nav a{font-size:clamp(12px,.68vw,14px)!important}
  .site-header .header-actions{flex:0 0 auto!important}
  .site-header .quick-contact{padding-inline:18px!important;white-space:nowrap!important}
  .site-header .header-quote{display:none!important}
}
@media(min-width:1181px) and (max-width:1650px){
  .site-header .brand{min-width:230px!important}
  .site-header .brand-text strong{font-size:23px!important;letter-spacing:5px!important}
  .site-header .brand-text small{font-size:9px!important;letter-spacing:4px!important}
}
@media(max-width:900px){
  .program-premium-card .program-copy .video-actions>a,
  .program-premium-card .program-copy .video-actions>button{flex:1 1 150px!important}
}
/* V68 ana hero sadeleştirme: kullanıcı fotoğrafının üstüne dekoratif bayrak bindirme. */
.v18-refined .hero-home .turkish-flag-3d{display:none!important}
.v18-refined .hero-home .hero-portrait-card{left:8%!important;width:min(86%,650px)!important;transform:translateZ(42px) rotateY(-1deg)!important}
@media(max-width:900px){.v18-refined .hero-home .hero-portrait-card{left:4%!important;width:92%!important;transform:none!important}}
@media(max-width:620px){.v18-refined .hero-home .hero-portrait-card{left:3%!important;width:94%!important}}

/* V69 — Ana sayfa Türk bayrağı geri getirildi; portreyi kapatmayacak güvenli konum */
.v18-refined .hero-home .turkish-flag-3d{
  display:block!important;
  right:-1%!important;
  top:4%!important;
  z-index:3!important;
  transform:translateZ(28px) rotateY(-6deg) scale(.62)!important;
  transform-origin:top right!important;
  pointer-events:none!important;
  opacity:.98!important;
}
.v18-refined .hero-home .flag-pole{height:390px!important}
.v18-refined .hero-home .flag-cloth{width:290px!important;height:176px!important}
@media(max-width:1100px){
  .v18-refined .hero-home .turkish-flag-3d{right:-7%!important;top:3%!important;transform:translateZ(20px) rotateY(-5deg) scale(.50)!important}
}
@media(max-width:760px){
  .v18-refined .hero-home .turkish-flag-3d{right:-18%!important;top:1%!important;transform:translateZ(12px) rotateY(-4deg) scale(.38)!important}
  .v18-refined .hero-home .flag-pole{height:280px!important}
}
@media(max-width:390px){
  .v18-refined .hero-home .turkish-flag-3d{right:-25%!important;top:0!important;transform:translateZ(8px) rotateY(-3deg) scale(.32)!important}
}

/* V70 — Ana sayfa mobil düzen: kompakt hero, temiz Türk bayrağı ve alt menü */
@media (max-width:760px){
  body.v18-refined{padding-bottom:76px!important;overflow-x:hidden!important}
  .v18-refined .site-header{position:sticky!important;top:0!important;z-index:60!important}
  .v18-refined .nav-wrap{min-height:62px!important;padding:7px 0!important}
  .v18-refined .brand{gap:8px!important;max-width:calc(100% - 54px)!important}
  .v18-refined .brand-mark img{width:42px!important;height:42px!important;border-radius:7px!important;object-fit:cover!important}
  .v18-refined .brand-text strong{font-size:18px!important;letter-spacing:3px!important;line-height:1.05!important}
  .v18-refined .menu-toggle{width:42px!important;height:42px!important;border-radius:12px!important}

  .v18-refined .hero-home{min-height:0!important}
  .v18-refined .hero-home .hero-inner{display:flex!important;flex-direction:column!important;padding:0 0 8px!important;min-height:0!important}
  .v18-refined .hero-copy{padding:18px 2px 8px!important}
  .v18-refined .hero-copy h1{font-size:clamp(40px,11.5vw,48px)!important;line-height:.98!important;margin:0 0 7px!important;letter-spacing:-.025em!important}
  .v18-refined .hero-copy .role{font-size:17px!important;line-height:1.25!important;margin:0 0 8px!important}
  .v18-refined .hero-copy .ornament{width:165px!important;height:9px!important;margin:7px 0 11px!important}
  .v18-refined .hero-copy .lead{font-size:14.5px!important;line-height:1.48!important;margin:0 0 14px!important;max-width:100%!important}
  .v18-refined .hero-actions{grid-template-columns:1fr 1fr!important;gap:8px!important}
  .v18-refined .hero-actions .btn{min-height:43px!important;padding:8px 7px!important;font-size:13px!important;border-radius:12px!important;line-height:1.15!important}

  .v18-refined .hero-home .hero-visual{position:relative!important;height:238px!important;min-height:238px!important;margin-top:2px!important;border-radius:18px!important;overflow:hidden!important}
  .v18-refined .hero-home .hero-portrait-card{left:2%!important;bottom:6px!important;width:96%!important;max-width:none!important;border-radius:18px!important;transform:none!important;box-shadow:0 18px 42px rgba(0,0,0,.32)!important}
  .v18-refined .hero-home .hero-portrait-card img{aspect-ratio:16/9!important;object-position:center 24%!important}
  .v18-refined .hero-home .hero-portrait-card figcaption{display:none!important}
  .v18-refined .hero-home .hero-depth-glow{opacity:.38!important}
  .v18-refined .hero-home .hero-particles{display:none!important}

  /* Mobilde 3D bayrağı küçültülmüş, net bir bayrak rozeti olarak göster. */
  .v18-refined .hero-home .turkish-flag-3d{display:block!important;right:14px!important;top:8px!important;width:76px!important;height:48px!important;z-index:8!important;transform:none!important;filter:drop-shadow(0 8px 13px rgba(0,0,0,.32))!important;opacity:1!important}
  .v18-refined .hero-home .flag-pole{display:none!important}
  .v18-refined .hero-home .flag-cloth{right:0!important;top:0!important;width:76px!important;height:48px!important;border-radius:8px!important;clip-path:none!important;transform:none!important;animation:none!important;box-shadow:inset 0 0 12px rgba(80,0,8,.22),0 0 0 1px rgba(255,255,255,.16)!important}
  .v18-refined .hero-home .flag-cloth:before,.v18-refined .hero-home .flag-cloth:after{animation:none!important}
  .v18-refined .hero-home .flag-crescent{left:18px!important;top:12px!important;width:20px!important;height:20px!important}
  .v18-refined .hero-home .flag-crescent:after{left:5px!important;top:2px!important;width:17px!important;height:17px!important}
  .v18-refined .hero-home .flag-star{left:39px!important;top:15px!important;font-size:11px!important;transform:rotate(17deg)!important}

  .v18-refined .trust-strip{min-height:0!important}
  .v18-refined .trust-wrap{min-height:0!important;padding:7px 0!important;justify-content:center!important}
  .v18-refined .official-pill{font-size:8px!important;padding:6px 9px!important}
  .v18-refined .trust-wrap p,.v18-refined .trust-wrap a{display:none!important}

  .mobile-bottom-nav{left:10px!important;right:10px!important;bottom:calc(7px + env(safe-area-inset-bottom,0px))!important;padding:5px 4px!important;border-radius:18px!important;gap:0!important;min-height:58px!important;box-shadow:0 13px 34px rgba(5,15,24,.26)!important}
  .mobile-bottom-nav a{min-height:46px!important;padding:4px 2px!important;font-size:9.5px!important;gap:2px!important;border-radius:12px!important}
  .mobile-bottom-nav b{font-size:16px!important;line-height:1!important}
}
@media (max-width:390px){
  .v18-refined .hero-copy h1{font-size:39px!important}
  .v18-refined .hero-copy .role{font-size:15.5px!important}
  .v18-refined .hero-copy .lead{font-size:14px!important}
  .v18-refined .hero-actions{grid-template-columns:1fr 1fr!important}
  .v18-refined .hero-actions .btn{font-size:12px!important;padding-inline:5px!important}
  .v18-refined .hero-home .hero-visual{height:222px!important;min-height:222px!important}
  .v18-refined .hero-home .turkish-flag-3d{right:10px!important;top:7px!important;width:68px!important;height:43px!important}
  .v18-refined .hero-home .flag-cloth{width:68px!important;height:43px!important}
  .v18-refined .hero-home .flag-crescent{left:16px!important;top:11px!important;width:18px!important;height:18px!important}
  .v18-refined .hero-home .flag-crescent:after{left:5px!important;top:2px!important;width:15px!important;height:15px!important}
  .v18-refined .hero-home .flag-star{left:35px!important;top:14px!important;font-size:10px!important}
}


/* V75 — Ana sayfa editoryal kimlik şeridi. Kart/kapsül görünümü yerine tipografi ve çizgi düzeni. */
.v18-refined .trust-strip-v75{
  position:relative;
  z-index:4;
  background:#f7f3ec;
  border-top:1px solid rgba(197,151,63,.58);
  border-bottom:1px solid rgba(8,27,42,.11);
  backdrop-filter:none;
  box-shadow:none;
}
.v18-refined .trust-strip-v75::before{
  content:"";
  position:absolute;
  top:-1px;
  left:0;
  width:clamp(88px,12vw,210px);
  height:2px;
  background:linear-gradient(90deg,#8f201e 0%,#b6372f 72%,rgba(182,55,47,0) 100%);
}
.v18-refined .trust-wrap-v75{
  min-height:72px!important;
  padding:12px 0!important;
  display:grid!important;
  grid-template-columns:minmax(260px,1.1fr) auto minmax(160px,.75fr)!important;
  align-items:center!important;
  justify-content:stretch!important;
  gap:28px!important;
}
.v18-refined .trust-identity-v75{
  display:flex;
  align-items:center;
  min-width:0;
  gap:14px;
}
.v18-refined .trust-rule-v75{
  width:3px;
  height:42px;
  flex:0 0 3px;
  background:linear-gradient(180deg,#9a241f 0%,#d2a04a 100%);
}
.v18-refined .trust-identity-copy-v75{
  display:grid;
  gap:3px;
  min-width:0;
}
.v18-refined .trust-identity-copy-v75 small{
  color:#9a241f;
  font-size:9px;
  line-height:1;
  font-weight:900;
  letter-spacing:.18em;
}
.v18-refined .trust-identity-copy-v75 strong{
  color:#0a1e2f;
  font-family:var(--serif);
  font-size:17px;
  line-height:1.1;
  font-weight:600;
  letter-spacing:.015em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.v18-refined .trust-links-v75{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  white-space:nowrap;
}
.v18-refined .trust-links-v75 span{
  color:#c69a4a;
  font-size:9px;
  opacity:.78;
}
.v18-refined .trust-links-v75 a{
  display:inline-flex!important;
  color:#33424d!important;
  font-size:10.5px;
  line-height:1;
  font-weight:750;
  letter-spacing:.045em;
  text-decoration:none;
  transition:color .18s ease,transform .18s ease;
}
.v18-refined .trust-links-v75 a:hover{
  color:#92261f!important;
  transform:translateY(-1px);
}
.v18-refined .trust-search-v75{
  justify-self:end;
  display:inline-flex!important;
  align-items:center;
  gap:9px;
  padding:7px 0 6px;
  border-bottom:1px solid rgba(10,30,47,.48);
  color:#0a1e2f!important;
  font-size:11px;
  line-height:1;
  font-weight:850;
  letter-spacing:.04em;
  text-decoration:none;
  white-space:nowrap;
  transition:border-color .18s ease,color .18s ease,gap .18s ease;
}
.v18-refined .trust-search-v75 b{
  color:#9a241f;
  font-size:13px;
  font-weight:500;
}
.v18-refined .trust-search-v75:hover{
  color:#9a241f!important;
  border-color:#9a241f;
  gap:12px;
}
@media (max-width:1050px){
  .v18-refined .trust-wrap-v75{grid-template-columns:minmax(245px,1fr) auto!important;gap:18px!important}
  .v18-refined .trust-links-v75{display:none!important}
}
@media (max-width:760px){
  .v18-refined .trust-strip-v75{margin-top:0!important}
  .v18-refined .trust-wrap-v75{
    min-height:58px!important;
    padding:9px 0!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:12px!important;
    justify-content:stretch!important;
  }
  .v18-refined .trust-rule-v75{height:32px;width:2px;flex-basis:2px}
  .v18-refined .trust-identity-v75{gap:10px}
  .v18-refined .trust-identity-copy-v75{gap:2px}
  .v18-refined .trust-identity-copy-v75 small{font-size:7.5px;letter-spacing:.15em}
  .v18-refined .trust-identity-copy-v75 strong{font-size:13px}
  .v18-refined .trust-links-v75{display:none!important}
  .v18-refined .trust-search-v75{display:inline-flex!important;font-size:9.5px;padding:6px 0 5px!important;gap:6px!important}
  .v18-refined .trust-search-v75 b{font-size:11px}
}
@media (max-width:390px){
  .v18-refined .trust-identity-copy-v75 strong{font-size:12px}
  .v18-refined .trust-search-v75 span{font-size:0}
  .v18-refined .trust-search-v75 span::after{content:"Ara";font-size:9.5px}
}

/* V76 — Facebook + TikTok social integration */
.round-icon.dark{background:#111;color:#fff;border-color:#d7a94f}
.footer-social-links{align-items:center}
.footer-social-links .social-link{display:inline-flex;align-items:center;gap:7px;position:relative;padding:2px 0}
.footer-social-links .social-link-dot{width:6px;height:6px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 3px rgba(200,148,61,.12)}
.footer-social-links .social-link:hover{color:var(--gold2)}
@media(max-width:820px){.footer-social-links .social-link{width:max-content}}

/* V77 — Prof. Dr. İlker Kösterelioğlu header alıntısını geniş masaüstünde geri getir */
@media (min-width:1760px){
  body.v18-refined .site-header .nav-wrap{
    width:min(calc(100% - 56px),1720px)!important;
    gap:14px!important;
  }
  body.v18-refined .site-header .main-nav{
    gap:clamp(8px,.58vw,13px)!important;
  }
  body.v18-refined .site-header .main-nav a{
    font-size:clamp(12px,.66vw,13.5px)!important;
  }
  body.v18-refined .site-header .header-quote{
    display:block!important;
    flex:0 0 188px!important;
    min-width:188px!important;
    max-width:188px!important;
    margin-left:4px!important;
    padding-left:14px!important;
    border-left:1px solid rgba(225,189,115,.32)!important;
    font-size:13px!important;
    line-height:1.32!important;
    letter-spacing:.01em!important;
    color:#e4c47e!important;
    text-align:right!important;
    opacity:.96!important;
    text-shadow:0 2px 12px rgba(0,0,0,.34)!important;
  }
  body.v18-refined .site-header .header-quote cite{
    margin-top:5px!important;
    color:#c8943d!important;
    font-size:12px!important;
    letter-spacing:.04em!important;
  }
}

/* V79 compact editorial call-to-action */
.final-cta.final-cta-v79{position:relative;isolation:isolate;margin-top:28px;margin-bottom:32px;min-height:0;padding:22px 26px 22px 30px;border-radius:14px;background:#fbf7f0;color:var(--ink);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;box-shadow:0 8px 24px rgba(18,30,44,.07);border:1px solid rgba(123,45,31,.13);overflow:hidden}
.final-cta.final-cta-v79:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#8f2019,#c99a43)}
.final-cta.final-cta-v79:after{display:none}
.final-cta-v79 .final-cta-copy-v79{min-width:0}
.final-cta-v79 .eyebrow{display:block;margin-bottom:5px;color:#8f2019;font-size:10px;letter-spacing:.15em}
.final-cta-v79 h2{max-width:none;margin:0;color:#2d180f;font-size:clamp(22px,2vw,31px);line-height:1.14;letter-spacing:-.015em;font-weight:500}
.final-cta-v79 p{margin:7px 0 0;color:#766356;font-size:13px;line-height:1.5}
.final-cta-v79 .cta-actions-v79{display:flex;gap:9px;align-items:center;margin:0;flex-wrap:nowrap}
.final-cta-v79 .btn{width:auto;min-width:124px;min-height:42px;padding:10px 16px;border-radius:8px;font-size:13px;white-space:nowrap;justify-content:center}
.final-cta-v79 .btn-ghost{color:#172436;border-color:rgba(23,36,54,.35);background:transparent}
.final-cta-v79 .btn-ghost:hover{color:#fff;background:#172436;border-color:#172436}
@media (max-width:960px){.final-cta.final-cta-v79{grid-template-columns:1fr;padding:20px 22px;gap:15px}.final-cta-v79 .cta-actions-v79{justify-content:flex-start}.final-cta-v79 h2{font-size:clamp(21px,4vw,28px)}}
@media (max-width:620px){.final-cta.final-cta-v79{margin-top:22px;margin-bottom:24px;padding:18px 18px 18px 21px;border-radius:12px;gap:13px}.final-cta-v79 h2{font-size:22px;line-height:1.18}.final-cta-v79 p{font-size:12.5px}.final-cta-v79 .cta-actions-v79{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:8px}.final-cta-v79 .btn{min-width:0;width:100%;min-height:42px;padding:9px 10px;font-size:12px}}

/* V80 — site genelinde kompakt arka plan müzik kontrolü */

/* V83 — Türk devletleri dilleri / dil seçici */
.language-switcher{position:relative;flex:0 0 auto;margin-left:2px;z-index:120}.language-switcher>summary{list-style:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:56px;height:38px;padding:0 9px;border:1px solid rgba(225,189,115,.34);border-radius:10px;background:rgba(255,255,255,.045);color:#f7ead5;cursor:pointer;user-select:none}.language-switcher>summary::-webkit-details-marker{display:none}.language-switcher>summary:hover{background:rgba(255,255,255,.08);border-color:rgba(225,189,115,.58)}.language-flag{display:inline-flex;align-items:center;justify-content:center;width:30px;height:22px;padding:2px;border-radius:6px;background:rgba(255,255,255,.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.language-flag img{display:block;width:100%;height:100%;object-fit:cover;border-radius:4px}.language-switcher>summary b{font-size:11px;color:#d8b36c;transition:transform .18s}.language-switcher[open]>summary b{transform:rotate(180deg)}.language-menu{position:absolute;right:0;top:calc(100% + 10px);width:220px;padding:7px;background:#071827;border:1px solid rgba(225,189,115,.34);border-radius:14px;box-shadow:0 22px 60px rgba(0,0,0,.34);display:grid;gap:3px}.language-menu a{display:grid;grid-template-columns:38px 1fr 18px;align-items:center;gap:9px;padding:9px 10px;border-radius:9px;color:#f5ead8;text-decoration:none}.language-menu a:hover,.language-menu a.active{background:rgba(225,189,115,.10)}.language-menu a .language-flag{width:32px;height:24px;background:rgba(255,255,255,.055)}.language-menu a>strong{font-size:13px;font-weight:700;white-space:nowrap}.language-menu a>b{color:#d9b86f;text-align:right;font-size:12px}.language-switcher[open]:before{content:"";position:fixed;inset:0;z-index:-1}
@media(max-width:1180px){.language-switcher{margin-left:auto}.header-actions+.language-switcher{margin-left:0}}
@media(max-width:760px){.language-switcher{order:2;margin-left:auto}.menu-toggle{order:3}.brand{order:1}.main-nav{order:4}.language-switcher>summary{min-width:54px;height:38px;padding:0 8px}.language-menu{right:0;top:46px;width:min(220px,calc(100vw - 30px))}}


/* V87 — Türk devletleri dilleri: adlandırma + mobil uyumlu dil seçici */
.language-switcher>summary{min-width:0;width:auto;max-width:230px;padding:0 10px;gap:8px}
.language-current{display:block;max-width:155px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:800;letter-spacing:.01em;color:#f7ead5}
.language-current-mobile{display:none;font-size:11px;font-weight:850;color:#f7ead5}
.language-menu{width:280px;max-height:min(540px,calc(100vh - 100px));overflow:auto;overscroll-behavior:contain}
.language-menu a{grid-template-columns:38px minmax(0,1fr) 18px;min-height:52px}
.language-copy{display:flex;min-width:0;flex-direction:column;gap:2px}
.language-menu a .language-copy>strong{font-size:13px;font-weight:800;white-space:normal;line-height:1.18;color:#fff5e6}
.language-menu a .language-copy>small{font-size:10px;line-height:1.15;color:#b9aa95;white-space:normal}
@media(max-width:1180px){.language-current{max-width:130px;font-size:10.5px}.language-switcher>summary{max-width:200px}}
@media(max-width:760px){
  .language-switcher{position:relative;z-index:150;max-width:88px}
  .language-switcher>summary{height:38px;max-width:88px;padding:0 8px;gap:6px}
  .language-current{display:none}.language-current-mobile{display:block}
  .language-switcher>summary .language-flag{width:27px;height:20px}
  .language-menu{position:fixed;left:14px;right:14px;top:74px;width:auto;max-height:calc(100dvh - 96px);padding:8px;border-radius:16px}
  .language-menu a{grid-template-columns:38px minmax(0,1fr) 20px;min-height:54px;padding:9px 11px}
  .language-menu a .language-copy>strong{font-size:13px}.language-menu a .language-copy>small{font-size:10px}
}
@media(max-width:390px){
  .language-switcher{max-width:78px}.language-switcher>summary{max-width:78px;padding:0 7px}.language-current-mobile{font-size:10px}
  .language-menu{left:10px;right:10px;top:70px}.language-menu a{min-height:52px}
}


/* V98 header polish */
.site-header{border-bottom:1px solid rgba(225,189,115,.18);background:linear-gradient(180deg,rgba(3,11,18,.92),rgba(5,17,29,.86));backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.site-header .nav-wrap{min-height:86px;height:auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:10px 0}
.site-header .brand{min-width:0;gap:14px;max-width:360px}
.site-header .brand-mark{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:2px;border-radius:12px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));box-shadow:0 10px 24px rgba(0,0,0,.24)}
.site-header .brand-mark img{width:58px;height:58px;object-fit:cover;border-radius:10px}
.site-header .brand-text strong{font-size:clamp(28px,1.7vw,44px);letter-spacing:6px;line-height:.95}
.site-header .brand-text small{margin-top:6px;font-size:11px;letter-spacing:5px;color:#d8b36c}
.site-header .main-nav{min-width:0;gap:clamp(10px,.72vw,18px);justify-content:center}
.site-header .main-nav a{padding:30px 0 24px;font-size:clamp(13px,.72vw,15px);line-height:1.05;text-shadow:0 1px 0 rgba(0,0,0,.16)}
.site-header .main-nav a.active:after{bottom:18px;width:54px}
.site-header .main-nav a.active:before{bottom:8px}
.site-header .header-side{display:flex;align-items:center;justify-content:flex-end;gap:16px;min-width:0}
.site-header .header-utility{display:flex;align-items:center;gap:12px;padding:8px 10px;border:1px solid rgba(225,189,115,.15);border-radius:18px;background:rgba(255,255,255,.03);box-shadow:0 12px 28px rgba(0,0,0,.14)}
.site-header .header-actions{display:flex;align-items:center;gap:10px}
.site-header .quick-contact{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;border-radius:999px;background:linear-gradient(180deg,#cb6c33,#af4c1b);border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 22px rgba(111,35,12,.35);font-family:var(--sans);font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#fff}
.site-header .quick-contact:hover{transform:translateY(-1px);filter:brightness(1.05)}
.site-header .language-switcher{margin-left:0}
.site-header .language-switcher>summary{height:42px;padding:0 12px;border-radius:14px;background:rgba(255,255,255,.04);border-color:rgba(225,189,115,.26)}
.site-header .header-quote{position:relative;min-width:190px;max-width:210px;padding-left:16px;margin-left:2px;font-size:13px;line-height:1.45;color:#e1bd73;border-left:1px solid rgba(225,189,115,.18);text-wrap:balance}
.site-header .header-quote cite{margin-top:6px;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#c8943d}
@media(max-width:1680px){.site-header .header-quote{display:none}.site-header .header-utility{padding:8px}}
@media(max-width:1380px){.site-header .brand-text strong{font-size:24px;letter-spacing:4px}.site-header .brand-text small{font-size:10px;letter-spacing:3px}.site-header .main-nav a{font-size:13px}.site-header .quick-contact{padding:0 18px}}
@media(max-width:1180px){.site-header .header-utility{padding:6px 8px;border-radius:16px}}
@media(max-width:760px){.site-header .nav-wrap{display:flex;flex-wrap:wrap;min-height:68px;padding:8px 0;gap:10px}.site-header .brand{max-width:calc(100% - 56px)}.site-header .brand-mark img{width:46px;height:46px}.site-header .brand-text strong{font-size:18px;letter-spacing:3px}.site-header .brand-text small{font-size:9px;letter-spacing:2px}.site-header .header-side{display:contents}.site-header .header-utility{order:2;margin-left:auto;padding:0;border:0;background:transparent;box-shadow:none}.site-header .language-switcher>summary{height:38px}}


/* V99 header cleanup */
.site-header .header-utility{
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  gap:10px;
}
.site-header .main-nav a,
.v18-refined .main-nav a,
.v16-site .main-nav a{
  font-family:var(--sans)!important;
  font-weight:700!important;
  letter-spacing:.01em!important;
}
.site-header .main-nav a{
  font-size:clamp(13px,.72vw,15px)!important;
}
@media(max-width:760px){
  .site-header .header-utility{
    gap:8px;
  }
  .site-header .main-nav a{
    font-family:var(--sans)!important;
    font-weight:700!important;
    letter-spacing:.01em!important;
  }
}


/* V102 — İç sayfalarda Hakkımızda tarzı görselli hero */
.v16-page-intro{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background-image:
    linear-gradient(90deg,#06131f 0%,#071827 43%,rgba(7,24,39,.93) 53%,rgba(7,24,39,.42) 72%,rgba(7,24,39,.12) 100%),
    var(--ma-inner-hero),
    radial-gradient(circle at 78% 16%,rgba(201,148,61,.14),transparent 30%);
  background-position:center,right 26%,center;
  background-size:100% 100%,48% auto,100% 100%;
  background-repeat:no-repeat;
}
.v16-page-intro>.container{
  position:relative;
  z-index:2;
  padding-right:min(46vw,760px);
}
.v16-page-intro .eyebrow,
.v16-page-intro h1,
.v16-page-intro p{position:relative;z-index:2}
.archive-hero-v47 .container:after{display:none!important}
@media(max-width:980px){
  .v16-page-intro{
    background-image:
      linear-gradient(90deg,#06131f 0%,rgba(7,24,39,.96) 52%,rgba(7,24,39,.58) 100%),
      var(--ma-inner-hero),
      radial-gradient(circle at 78% 16%,rgba(201,148,61,.12),transparent 30%);
    background-position:center,right center,center;
    background-size:100% 100%,58% auto,100% 100%;
  }
  .v16-page-intro>.container{padding-right:36vw}
}
@media(max-width:700px){
  .v16-page-intro{
    background-image:
      linear-gradient(180deg,rgba(6,19,31,.97) 0%,rgba(6,19,31,.88) 60%,rgba(6,19,31,.56) 100%),
      var(--ma-inner-hero);
    background-position:center,right center;
    background-size:100% 100%,cover;
  }
  .v16-page-intro>.container{padding-right:0}
}
.footer-social-links .social-link-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1}
.footer-social-links .social-link-icon svg{width:18px;height:18px;display:block}

/* V103 — Kurumsal bütünlük, iç sayfa görselleri, premium kartlar ve mobil iyileştirme */

/* Header: daha sade ve gerçek site hissi */
.site-header .brand-mark{padding:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important}
.site-header .brand-mark img{border-radius:6px!important;box-shadow:0 5px 15px rgba(0,0,0,.18)}
.site-header .main-nav a.active:before{display:none!important}
.site-header .main-nav a.active:after{display:block!important;bottom:17px!important;width:34px!important;height:2px!important;background:#c8943d!important;mask:none!important;border-radius:0!important}
.site-header.is-scrolled{background:rgba(5,17,29,.985)!important;box-shadow:0 8px 24px rgba(0,0,0,.18)!important}
.site-header .quick-contact{border-radius:12px!important;box-shadow:0 7px 18px rgba(111,35,12,.28)!important}
.site-header .language-switcher>summary{border-radius:10px!important;background:transparent!important}

/* İç sayfa hero: sayfaya göre farklı görsel, aynı kurumsal düzen */
.v16-page-intro{
  min-height:272px;
  padding:92px 0 42px;
  align-items:flex-end;
  border-bottom:1px solid rgba(201,148,61,.75);
  background-image:
    linear-gradient(90deg,#06131f 0%,#071827 42%,rgba(7,24,39,.93) 54%,rgba(7,24,39,.45) 73%,rgba(7,24,39,.14) 100%),
    var(--ma-inner-hero),
    radial-gradient(circle at 78% 16%,rgba(201,148,61,.14),transparent 30%)!important;
  background-position:center,right center,center!important;
  background-size:100% 100%,50% auto,100% 100%!important;
  background-repeat:no-repeat!important;
}
.v16-page-intro:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.02),transparent 45%,rgba(0,0,0,.1))}
.v16-page-intro>.container{position:relative;z-index:2;padding-right:min(47vw,760px)!important}
.v16-page-intro h1{max-width:760px;margin:7px 0 11px;font-size:clamp(46px,5vw,70px);letter-spacing:-.025em;text-wrap:balance}
.v16-page-intro p{max-width:720px;margin:0;color:rgba(250,242,230,.82);font-size:16px;line-height:1.65;text-wrap:pretty}
.v16-page-intro .eyebrow{font-size:10px;letter-spacing:.16em}
.archive-hero-v47{min-height:272px!important;padding:92px 0 42px!important}

/* Hakkımızda hero ile diğer iç sayfalar aynı dilde */
.page-hero-inner{min-height:330px;align-items:stretch}
.page-hero .page-copy{align-self:center;padding:42px 0}
.page-hero .page-visual{min-height:330px;background-position:center;background-size:cover}
.page-hero .page-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,19,31,.45),transparent 42%)}

/* Ortak premium içerik kart sistemi */
.editorial-card-v47,.modern-video-card,.program-premium-card,.activity-card,.visit-card{
  border-radius:16px!important;
  border:1px solid rgba(84,63,39,.15)!important;
  background:#fffdf9!important;
  box-shadow:0 12px 30px rgba(22,17,11,.07)!important;
}
.editorial-card-v47:hover,.modern-video-card:hover,.program-premium-card:hover,.activity-card:hover,.visit-card:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 19px 40px rgba(22,17,11,.11)!important;
  border-color:rgba(164,113,45,.28)!important;
}
.editorial-meta-v47 span{border-radius:4px!important;background:#f1e6d6!important;color:#701b15!important;padding:4px 7px!important}
.editorial-media-label-v47,.video-index{border-radius:5px!important}
.editorial-copy-v47,.modern-video-body,.program-copy{padding:23px!important}
.editorial-card-v47 h2,.modern-video-body h2,.program-copy h2{font-family:var(--serif);letter-spacing:-.02em;color:#352117}
.editorial-card-v47 h2{font-size:clamp(24px,1.75vw,30px)}
.editorial-card-v47.is-featured{border-radius:18px!important}
.editorial-card-v47.is-featured h2{font-size:clamp(34px,3vw,46px)}
.modern-video-card.is-featured{border-radius:18px!important}
.modern-play{width:62px;height:62px;box-shadow:0 0 0 7px rgba(255,255,255,.11),0 14px 30px rgba(0,0,0,.28)}
.program-premium-grid,.modern-video-grid,.editorial-grid-v47{gap:20px}
.program-copy small,.video-kicker{letter-spacing:.11em}
.video-actions{justify-content:flex-start;gap:12px;flex-wrap:wrap}
.video-actions .outline-link,.video-actions a{min-height:36px;padding:7px 11px;border-radius:6px}
.archive-type-nav{gap:6px;border-bottom:1px solid rgba(103,82,47,.14);padding-bottom:0}
.archive-type-nav a{border:0!important;border-bottom:2px solid transparent!important;border-radius:0!important;background:transparent!important;color:#635748!important;padding:10px 12px!important}
.archive-type-nav a.active{border-bottom-color:#8d2218!important;color:#751a13!important;background:transparent!important}
.program-intro-card{border-radius:12px!important;background:linear-gradient(120deg,#071522,#0a2233)!important;box-shadow:none!important}

/* Ana sayfa: 1 büyük + 3 küçük içerik ve video */
.home-featured-v103{padding:58px 0 62px;background:#f8f2e8;border-top:1px solid rgba(119,82,38,.12);border-bottom:1px solid rgba(119,82,38,.12)}
.home-section-heading-v103{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:24px}
.home-section-heading-v103>div{max-width:820px}.home-section-heading-v103 h2{margin:7px 0 9px;font:500 clamp(34px,3.3vw,52px)/1.02 var(--serif);letter-spacing:-.025em;color:#2d1e15}.home-section-heading-v103 p{margin:0;color:#6d6257;line-height:1.65}.text-link-v103{display:inline-flex;align-items:center;gap:8px;padding-bottom:5px;border-bottom:1px solid rgba(111,27,20,.4);color:#711b15;font-weight:850;font-size:13px;white-space:nowrap}.text-link-v103 span{transition:transform .18s ease}.text-link-v103:hover span{transform:translateX(3px)}
.home-featured-grid-v103{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(360px,.78fr);gap:22px;align-items:stretch}
.home-featured-lead-v103{position:relative;min-height:520px;overflow:hidden;background:#07131f;color:#fff;border:1px solid rgba(74,51,29,.12)}
.home-featured-lead-v103 img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.home-featured-lead-v103:hover img{transform:scale(1.025)}
.home-featured-overlay-v103{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,13,21,.04) 22%,rgba(4,13,21,.2) 48%,rgba(4,13,21,.94) 100%)}
.home-featured-copy-v103{position:absolute;z-index:2;left:0;right:0;bottom:0;display:grid;gap:9px;padding:34px}.home-featured-copy-v103 small{font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:#e6c57d}.home-featured-copy-v103 strong{max-width:850px;font:500 clamp(32px,3vw,48px)/1.04 var(--serif);text-wrap:balance}.home-featured-copy-v103 em{max-width:740px;font-style:normal;color:rgba(255,255,255,.82);line-height:1.6}.home-featured-copy-v103 b{font-size:12px;letter-spacing:.03em;color:#f3d798}
.home-featured-side-v103{display:grid;grid-template-rows:repeat(3,minmax(0,1fr)) minmax(0,1.15fr);gap:12px}
.home-featured-mini-v103{display:grid;grid-template-columns:128px 1fr;gap:14px;min-height:112px;border-top:1px solid rgba(103,82,47,.18);padding-top:12px;align-items:center}.home-featured-mini-v103:first-child{border-top:0;padding-top:0}.home-featured-mini-v103 img{width:128px;height:92px;object-fit:cover}.home-featured-mini-v103 span{display:grid;gap:5px}.home-featured-mini-v103 small{color:#8b5d27;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.home-featured-mini-v103 strong{font:600 19px/1.16 var(--serif);color:#312016}.home-featured-mini-v103 em{font-style:normal;color:#8a7c6c;font-size:11px}
.home-featured-video-v103{position:relative;overflow:hidden;min-height:150px;border:0;padding:0;background:#06131f;text-align:left;cursor:pointer}.home-featured-video-v103 img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.62}.home-featured-video-v103:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,13,21,.94),rgba(4,13,21,.35))}.home-featured-video-copy-v103{position:relative;z-index:2;display:grid;gap:6px;padding:22px;color:#fff}.home-featured-video-copy-v103 small{font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#e5bf71}.home-featured-video-copy-v103 strong{max-width:390px;font:600 20px/1.14 var(--serif)}.home-featured-video-copy-v103 b{font-size:11px;color:#f2d58e}

/* Basın ve yayın görünürlüğü */
.home-publicity-v103{padding:54px 0 60px;background:#071521;color:#f7efe3;border-top:1px solid rgba(225,189,115,.18);border-bottom:1px solid rgba(225,189,115,.18)}
.home-section-heading-v103--light h2{color:#fff}.home-section-heading-v103--light p{color:#cbbfad}.home-section-heading-v103--light .text-link-v103{color:#e1bd73;border-bottom-color:rgba(225,189,115,.4)}
.publicity-grid-v103{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(225,189,115,.18)}
.publicity-card-v103{display:grid;grid-template-columns:150px 1fr;min-height:170px;gap:20px;align-items:center;padding:22px 24px;border-right:1px solid rgba(225,189,115,.18)}.publicity-card-v103:last-child{border-right:0}.publicity-card-v103 img{width:150px;height:112px;object-fit:cover;filter:saturate(.85) contrast(1.02)}.publicity-card-v103 span{display:grid;gap:5px}.publicity-card-v103 small{font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#d5ad5e}.publicity-card-v103 strong{font:500 36px/1 var(--serif);color:#fff}.publicity-card-v103 em{font-style:normal;color:#c9bba8;font-size:13px;line-height:1.5}.publicity-card-v103:hover{background:rgba(255,255,255,.025)}

/* Öz geçmiş: sade kronoloji */
.resume-timeline-v103{padding:58px 0 70px;background:#f4ecdf;border-top:1px solid rgba(108,77,42,.15)}
.resume-timeline-track-v103{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid rgba(113,80,42,.28)}
.resume-step-v103{position:relative;display:grid;grid-template-columns:52px 1fr;gap:14px;padding:26px 24px 20px 0;border-right:1px solid rgba(113,80,42,.16)}.resume-step-v103:last-child{border-right:0}.resume-step-v103:before{content:"";position:absolute;left:0;top:-4px;width:7px;height:7px;background:#8c2118;border:2px solid #f4ecdf}.resume-step-v103>span{font:500 27px/1 var(--serif);color:#b47a2d}.resume-step-v103 small{font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:#8c2118}.resume-step-v103 h3{margin:7px 0 8px;font:600 23px/1.12 var(--serif);color:#322016}.resume-step-v103 p{margin:0;color:#6e6255;font-size:13px;line-height:1.6}

/* Footer: daha dengeli, kutusuz ve kurumsal */
.site-footer{background:#06131f!important;border-top:1px solid rgba(225,189,115,.28);color:#f3e8d6}
.footer-brand-strip-v103{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 0 22px;border-bottom:1px solid rgba(225,189,115,.18)}
.footer-brand-v103{display:flex;align-items:center;gap:13px}.footer-brand-v103 img{width:48px;height:48px;object-fit:cover;border-radius:5px}.footer-brand-v103 span{display:grid;gap:3px}.footer-brand-v103 strong{font:600 23px/1 var(--serif);letter-spacing:.12em;text-transform:uppercase;color:#e5c476}.footer-brand-v103 small{font-size:9px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#bba98f}
.footer-brand-actions-v103{display:flex;align-items:center;gap:18px;font-size:12px;font-weight:800}.footer-brand-actions-v103>a:first-child{color:#e5d8c5}.footer-brand-cta-v103{padding:10px 15px;border:1px solid rgba(225,189,115,.45);color:#f1d89b!important}
.site-footer .footer-grid{padding-top:32px;padding-bottom:30px;gap:30px}.site-footer .footer-grid>div{padding-right:24px;border-right:1px solid rgba(225,189,115,.14)}.site-footer .footer-grid>div:last-child{border-right:0}.site-footer h2{margin-top:0;font-size:19px;color:#e8c77f}.site-footer p{color:#cbbda9;line-height:1.6}.site-footer .footer-social-links,.site-footer .footer-press-links{gap:9px 14px}.site-footer .footer-social-links a,.site-footer .footer-press-links a{font-size:13px}.site-footer .social-link-dot{width:5px;height:5px}.site-footer .footer-contact-link{color:#e4c274}.copyright{border-top:1px solid rgba(225,189,115,.12)}

/* Hafif mikro animasyonlar */
.ma-reveal-ready{opacity:0;transform:translateY(12px);transition:opacity .46s ease var(--ma-reveal-delay,0ms),transform .46s ease var(--ma-reveal-delay,0ms)}
.ma-reveal-ready.ma-inview{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.ma-reveal-ready{opacity:1!important;transform:none!important;transition:none!important}.editorial-card-v47,.modern-video-card,.program-premium-card,.home-featured-lead-v103 img{transition:none!important}}

/* Mobil: gerçek drawer menü, dışarı tıklayınca/ESC ile kapanır */
@media(max-width:1180px){
  .home-featured-grid-v103{grid-template-columns:1fr}.home-featured-side-v103{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}.home-featured-video-v103{min-height:160px}
  .publicity-grid-v103{grid-template-columns:1fr}.publicity-card-v103{border-right:0;border-bottom:1px solid rgba(225,189,115,.16)}.publicity-card-v103:last-child{border-bottom:0}
  .resume-timeline-track-v103{grid-template-columns:repeat(2,minmax(0,1fr))}.resume-step-v103:nth-child(2){border-right:0}.resume-step-v103:nth-child(-n+2){border-bottom:1px solid rgba(113,80,42,.16)}
}
@media(max-width:900px){
  .v16-page-intro{background-size:100% 100%,62% auto,100% 100%!important}.v16-page-intro>.container{padding-right:34vw!important}
  .home-section-heading-v103{align-items:flex-start;flex-direction:column;gap:12px}.home-featured-lead-v103{min-height:440px}
}
@media(max-width:760px){
  body.ma-menu-open{overflow:hidden}
  body.ma-menu-open:before{content:"";position:fixed;inset:0;z-index:145;background:rgba(1,7,12,.62);backdrop-filter:blur(2px)}
  .site-header{position:sticky!important;top:0!important;z-index:160!important;background:#06131f!important}
  .site-header .nav-wrap{min-height:66px!important;padding:7px 0!important;display:flex!important;flex-wrap:nowrap!important;gap:8px!important}
  .site-header .brand{order:1!important;max-width:calc(100% - 142px)!important;gap:8px!important}.site-header .brand-mark img{width:42px!important;height:42px!important}.site-header .brand-text strong{font-size:16px!important;letter-spacing:2.2px!important}.site-header .brand-text small{display:none!important}
  .site-header .header-side{display:contents!important}.site-header .header-utility{order:2!important;margin-left:auto!important;display:flex!important;gap:6px!important}.site-header .header-actions{display:none!important}
  .site-header .language-switcher{max-width:78px!important;margin:0!important}.site-header .language-switcher>summary{height:38px!important;max-width:78px!important;padding:0 7px!important}
  .site-header .menu-toggle{display:inline-grid!important;place-items:center;order:3!important;position:relative!important;z-index:180!important;width:40px!important;height:40px!important;min-width:40px!important;padding:0!important;margin:0!important;border:1px solid rgba(225,189,115,.42)!important;border-radius:8px!important;background:transparent!important;font-size:23px!important;line-height:1!important;color:#f1d38e!important}
  .site-header .main-nav{display:none!important}
  .site-header .main-nav.is-open{display:flex!important;position:fixed!important;z-index:175!important;left:12px!important;right:12px!important;top:74px!important;width:auto!important;max-height:calc(100dvh - 94px)!important;overflow-y:auto!important;flex-direction:column!important;gap:0!important;padding:8px 16px!important;background:#071521!important;border:1px solid rgba(225,189,115,.28)!important;border-radius:10px!important;box-shadow:0 24px 56px rgba(0,0,0,.34)!important}
  .site-header .main-nav a{display:flex!important;align-items:center!important;min-height:48px!important;width:100%!important;padding:11px 2px!important;border-bottom:1px solid rgba(225,189,115,.12)!important;font-size:15px!important;color:#f7eddf!important}.site-header .main-nav a:last-child{border-bottom:0!important}.site-header .main-nav a.active{color:#e4bd72!important}.site-header .main-nav a.active:after{display:none!important}
  .site-header .language-menu{z-index:190!important}

  .v16-page-intro{min-height:230px!important;padding:42px 0 30px!important;background-image:linear-gradient(90deg,rgba(6,19,31,.98) 0%,rgba(6,19,31,.93) 58%,rgba(6,19,31,.58) 100%),var(--ma-inner-hero)!important;background-position:center,right center!important;background-size:100% 100%,70% auto!important}.v16-page-intro>.container{padding-right:0!important}.v16-page-intro h1{font-size:clamp(38px,11vw,50px)!important;max-width:86%}.v16-page-intro p{max-width:92%;font-size:14px!important}
  .archive-hero-v47{min-height:230px!important;padding:42px 0 30px!important}
  .page-hero-inner{min-height:0}.page-hero .page-copy{padding:28px 0 12px}.page-hero .page-visual{min-height:220px}

  .home-featured-v103,.home-publicity-v103,.resume-timeline-v103{padding:38px 0 42px}.home-section-heading-v103 h2{font-size:34px}.home-featured-grid-v103{gap:16px}.home-featured-lead-v103{min-height:390px}.home-featured-copy-v103{padding:22px}.home-featured-copy-v103 strong{font-size:32px}.home-featured-copy-v103 em{font-size:13px}.home-featured-side-v103{grid-template-columns:1fr;gap:10px}.home-featured-mini-v103{grid-template-columns:110px 1fr;min-height:100px}.home-featured-mini-v103 img{width:110px;height:82px}.home-featured-video-v103{min-height:145px}
  .publicity-card-v103{grid-template-columns:112px 1fr;padding:16px 0;gap:14px}.publicity-card-v103 img{width:112px;height:84px}.publicity-card-v103 strong{font-size:31px}
  .resume-timeline-track-v103{grid-template-columns:1fr}.resume-step-v103{border-right:0!important;border-bottom:1px solid rgba(113,80,42,.16)!important;padding:22px 0}.resume-step-v103:last-child{border-bottom:0!important}

  .site-footer .footer-brand-strip-v103{align-items:flex-start;flex-direction:column;padding:20px 0 18px}.footer-brand-v103 strong{font-size:20px}.footer-brand-actions-v103{width:100%;justify-content:space-between}.site-footer .footer-grid{grid-template-columns:1fr!important;gap:0;padding-top:20px}.site-footer .footer-grid>div{padding:18px 0!important;border-right:0!important;border-bottom:1px solid rgba(225,189,115,.12)!important}.site-footer .footer-grid>div:last-child{border-bottom:0!important}.site-footer .footer-social-links,.site-footer .footer-press-links{flex-direction:row!important;gap:10px 14px!important}
}
@media(max-width:430px){
  .site-header .brand{max-width:calc(100% - 132px)!important}.site-header .brand-text strong{font-size:14px!important;letter-spacing:1.8px!important}
  .home-featured-lead-v103{min-height:350px}.home-featured-copy-v103 strong{font-size:28px}.home-featured-mini-v103{grid-template-columns:94px 1fr}.home-featured-mini-v103 img{width:94px;height:72px}.home-featured-mini-v103 strong{font-size:17px}
  .publicity-card-v103{grid-template-columns:94px 1fr}.publicity-card-v103 img{width:94px;height:72px}.footer-brand-actions-v103{flex-wrap:wrap;gap:10px}
}

/* V104 — ana yayın vitrini, mobil menü ve sosyal medya ikonları */
.home-featured-v103{
  padding:54px 0 60px;
  background:linear-gradient(180deg,#f8f2e8 0%,#f4ecdf 100%);
}
.home-section-heading-v103{
  align-items:flex-end;
  margin-bottom:22px;
  padding-bottom:18px;
  border-bottom:1px solid rgba(104,73,39,.18);
}
.home-section-heading-v103>div{max-width:760px}
.home-section-heading-v103 h2{
  margin:6px 0 8px;
  font-size:clamp(34px,3vw,48px);
  line-height:1.03;
  letter-spacing:-.02em;
}
.home-featured-grid-v103{
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  gap:16px;
}
.home-featured-lead-v103{
  min-height:520px;
  border:1px solid rgba(81,55,29,.16);
  border-radius:14px;
  box-shadow:0 18px 40px rgba(40,27,16,.11);
}
.home-featured-lead-v103 img{filter:saturate(.92) contrast(1.02)}
.home-featured-overlay-v103{
  background:linear-gradient(180deg,rgba(3,12,20,.02) 18%,rgba(3,12,20,.18) 46%,rgba(3,12,20,.94) 100%);
}
.home-featured-copy-v103{padding:30px}
.home-featured-copy-v103 strong{font-size:clamp(30px,2.6vw,44px)}
.home-featured-copy-v103 em{max-width:680px}
.home-featured-side-v103{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-template-rows:repeat(2,minmax(0,1fr));
  gap:14px;
}
.home-featured-mini-v103,
.home-featured-mini-v103:first-child{
  position:relative;
  display:block;
  min-height:250px;
  overflow:hidden;
  padding:0;
  border:1px solid rgba(81,55,29,.13);
  border-radius:14px;
  background:#071521;
  box-shadow:0 14px 32px rgba(40,27,16,.09);
}
.home-featured-mini-v103:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(4,13,21,.02) 10%,rgba(4,13,21,.20) 44%,rgba(4,13,21,.94) 100%);
  pointer-events:none;
}
.home-featured-mini-v103 img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.92;
  transition:transform .38s ease,opacity .38s ease;
}
.home-featured-mini-v103:hover img{transform:scale(1.035);opacity:1}
.home-featured-mini-v103 span{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  display:grid;
  gap:6px;
  padding:18px;
}
.home-featured-mini-v103 small{color:#efcd84;font-size:9px}
.home-featured-mini-v103 strong{
  color:#fff;
  font:600 clamp(18px,1.25vw,22px)/1.12 var(--serif);
  text-shadow:0 2px 16px rgba(0,0,0,.3);
}
.home-featured-mini-v103 em{color:rgba(255,255,255,.72);font-size:10.5px}
.home-featured-video-v103{
  min-height:250px;
  border:1px solid rgba(81,55,29,.13);
  border-radius:14px;
  box-shadow:0 14px 32px rgba(40,27,16,.09);
}
.home-featured-video-v103 img{opacity:.82;transition:transform .38s ease,opacity .38s ease}
.home-featured-video-v103:hover img{transform:scale(1.035);opacity:.92}
.home-featured-video-v103:after{
  background:linear-gradient(180deg,rgba(4,13,21,.04) 10%,rgba(4,13,21,.24) 45%,rgba(4,13,21,.94) 100%);
}
.home-featured-video-copy-v103{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:18px;
}
.home-featured-video-copy-v103 strong{font-size:20px}

/* Footer: tüm ağlar gerçek ikon olarak görünür */
.site-footer .footer-social-links{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
}
.site-footer .footer-social-links .social-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  padding:0;
  color:#f1dfbf;
  transition:color .18s ease,transform .18s ease;
}
.site-footer .footer-social-links .social-link:hover{
  color:#e3b95f;
  transform:translateY(-2px);
}
.site-footer .social-link-dot{display:none!important}
.site-footer .social-link-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px}
.site-footer .social-link-icon svg{display:block;width:22px;height:22px}
.contact-info-list .social-brand-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#071827!important;
  color:#e3bd70!important;
  border-color:rgba(225,189,115,.58)!important;
}
.contact-info-list .social-brand-icon svg{width:28px;height:28px;display:block}

/* Mobil menü: ayrı arka katman, tıklanabilir drawer */
.ma-menu-backdrop{
  position:fixed;
  inset:0;
  z-index:9990;
  border:0;
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  background:rgba(1,8,14,.58);
  backdrop-filter:blur(2px);
  -webkit-backdrop-filter:blur(2px);
  cursor:default;
}
.ma-menu-backdrop[hidden]{display:none!important}
body.ma-menu-open:before{display:none!important}
@media(max-width:760px){
  body.ma-menu-open{overflow:hidden!important}
  .site-header{z-index:10000!important}
  .site-header .menu-toggle{z-index:10040!important;touch-action:manipulation;-webkit-tap-highlight-color:transparent}
  .site-header .main-nav.is-open{
    z-index:10030!important;
    pointer-events:auto!important;
    visibility:visible!important;
    opacity:1!important;
    top:72px!important;
    left:10px!important;
    right:10px!important;
    max-height:calc(100dvh - 92px)!important;
    padding:8px 12px!important;
    background:linear-gradient(180deg,#0a1c2c 0%,#071521 100%)!important;
    border:1px solid rgba(225,189,115,.34)!important;
    border-radius:14px!important;
    box-shadow:0 26px 70px rgba(0,0,0,.42)!important;
    overflow:auto!important;
    -webkit-overflow-scrolling:touch;
  }
  .site-header .main-nav.is-open a{
    position:relative!important;
    z-index:1!important;
    pointer-events:auto!important;
    min-height:50px!important;
    padding:13px 10px!important;
    border-bottom:1px solid rgba(225,189,115,.12)!important;
    border-radius:8px!important;
    color:#fff7eb!important;
    background:transparent!important;
    font-size:15px!important;
    line-height:1.2!important;
    touch-action:manipulation;
    -webkit-tap-highlight-color:rgba(225,189,115,.12);
  }
  .site-header .main-nav.is-open a:hover,
  .site-header .main-nav.is-open a:focus-visible{
    background:rgba(225,189,115,.08)!important;
    outline:none!important;
  }
  .site-header .main-nav.is-open a.active{
    color:#efcd84!important;
    background:rgba(225,189,115,.06)!important;
  }
  .site-header .language-switcher{z-index:10050!important}
  .site-header .language-menu{z-index:10060!important}
  .mobile-bottom-nav{z-index:120!important}

  .home-featured-grid-v103{grid-template-columns:1fr;gap:14px}
  .home-featured-lead-v103{min-height:390px;border-radius:12px}
  .home-featured-side-v103{grid-template-columns:1fr;grid-template-rows:none;gap:12px}
  .home-featured-mini-v103,
  .home-featured-mini-v103:first-child,
  .home-featured-video-v103{min-height:190px;border-radius:12px}
  .home-featured-mini-v103 span,
  .home-featured-video-copy-v103{padding:16px}
  .home-featured-mini-v103 strong{font-size:20px}
}
@media(min-width:761px) and (max-width:1180px){
  .home-featured-grid-v103{grid-template-columns:1fr}
  .home-featured-lead-v103{min-height:460px}
  .home-featured-side-v103{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,220px)}
  .home-featured-mini-v103,.home-featured-mini-v103:first-child,.home-featured-video-v103{min-height:220px}
}


/* V111 — Desktop header collision fix */
.site-header .nav-wrap{
  grid-template-columns:minmax(250px,315px) minmax(0,1fr) auto!important;
  gap:14px!important;
}
.site-header .brand{
  min-width:0!important;
  max-width:315px!important;
  gap:12px!important;
}
.site-header .brand-text{min-width:0!important}
.site-header .brand-text strong{
  white-space:nowrap!important;
  font-size:clamp(24px,1.42vw,31px)!important;
  letter-spacing:5px!important;
}
.site-header .brand-text small{
  white-space:nowrap!important;
  font-size:9.5px!important;
  letter-spacing:4px!important;
}
.site-header .main-nav{
  min-width:0!important;
  gap:clamp(7px,.52vw,12px)!important;
  justify-content:center!important;
}
.site-header .main-nav a{
  font-size:clamp(11.5px,.62vw,13px)!important;
  padding-left:0!important;
  padding-right:0!important;
}
.site-header .header-side{gap:9px!important}
.site-header .header-utility{gap:8px!important}
.site-header .quick-contact{
  min-height:40px!important;
  padding:0 16px!important;
  font-size:12px!important;
  flex:0 0 auto!important;
}
.site-header .language-switcher>summary{
  height:40px!important;
  padding-inline:10px!important;
}
/* Alıntı yalnızca gerçekten geniş ekranda gösterilsin; menüye asla binmesin. */
@media(max-width:1949px){
  body.v18-refined .site-header .header-quote,
  .site-header .header-quote{display:none!important}
}
@media(min-width:1950px){
  body.v18-refined .site-header .header-quote{
    display:block!important;
    flex:0 0 178px!important;
    min-width:178px!important;
    max-width:178px!important;
  }
}
@media(min-width:1350px) and (max-width:1649px){
  .site-header .nav-wrap{grid-template-columns:minmax(205px,245px) minmax(0,1fr) auto!important;gap:10px!important}
  .site-header .brand{max-width:245px!important;gap:9px!important}
  .site-header .brand-mark img{width:46px!important;height:46px!important}
  .site-header .brand-text strong{font-size:20px!important;letter-spacing:3.2px!important}
  .site-header .brand-text small{font-size:8px!important;letter-spacing:2.8px!important}
  .site-header .main-nav{gap:6px!important}
  .site-header .main-nav a{font-size:11px!important}
  .site-header .quick-contact{padding-inline:13px!important;font-size:11px!important}
  .site-header .language-current{max-width:68px!important;font-size:10.5px!important}
}
@media(min-width:1181px) and (max-width:1349px){
  .site-header .nav-wrap{grid-template-columns:190px minmax(0,1fr) auto!important;gap:8px!important}
  .site-header .brand{max-width:190px!important;gap:7px!important}
  .site-header .brand-mark img{width:40px!important;height:40px!important}
  .site-header .brand-text strong{font-size:17px!important;letter-spacing:2.2px!important}
  .site-header .brand-text small{display:none!important}
  .site-header .main-nav{gap:5px!important}
  .site-header .main-nav a{font-size:10.5px!important}
  .site-header .quick-contact{padding-inline:11px!important;font-size:10.5px!important}
  .site-header .language-current{display:none!important}
}


/* V114 — mobil header/dil seçici kesin düzeltme + ziyaret detayları */
.visit-card-v114{overflow:hidden}
.visit-card-link-v114{display:block;height:100%;color:inherit;text-decoration:none}
.visit-card-v114 .editorial-media-v47 img{transition:transform .3s ease,filter .3s ease}
.visit-card-v114:hover .editorial-media-v47 img{transform:scale(1.025);filter:saturate(1.04)}
.visit-card-v114 .editorial-footer-v47{display:flex;align-items:center;justify-content:space-between;gap:12px}
.visit-card-v114 .editorial-footer-v47 strong{color:#7d1d16;font-family:var(--serif);font-size:13px;white-space:nowrap}
.visit-hero-v114 .article-kicker-v46 em{font-style:normal}
.visit-reading-v114 .article-prose-v46:empty:before{content:"Bu ziyaret için henüz ayrıntılı içerik eklenmemiştir.";color:#6f6559}

@media(max-width:760px){
  .site-header .nav-wrap{
    width:calc(100% - 24px)!important;
    max-width:none!important;
    min-height:68px!important;
    height:68px!important;
    padding:7px 0!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    gap:8px!important;
  }
  .site-header .brand{
    order:1!important;
    flex:1 1 auto!important;
    min-width:0!important;
    max-width:none!important;
    width:auto!important;
    gap:8px!important;
    overflow:hidden!important;
  }
  .site-header .brand-mark{
    flex:0 0 42px!important;
    width:42px!important;
    height:42px!important;
    padding:0!important;
  }
  .site-header .brand-mark img{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    object-fit:cover!important;
  }
  .site-header .brand-text{
    display:block!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden!important;
  }
  .site-header .brand-text strong{
    display:block!important;
    min-width:0!important;
    max-width:100%!important;
    margin:0!important;
    font-size:17px!important;
    line-height:1!important;
    letter-spacing:2.1px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .site-header .brand-text small{display:none!important}

  .site-header .header-side{display:contents!important}
  .site-header .header-utility{
    display:flex!important;
    flex:0 0 auto!important;
    order:2!important;
    width:auto!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .site-header .header-actions{display:none!important}

  .site-header .language-switcher{
    order:2!important;
    flex:0 0 50px!important;
    width:50px!important;
    max-width:50px!important;
    margin:0!important;
    position:relative!important;
  }
  .site-header .language-switcher>summary{
    width:50px!important;
    min-width:50px!important;
    max-width:50px!important;
    height:42px!important;
    padding:0 6px!important;
    gap:3px!important;
    border-radius:11px!important;
    overflow:hidden!important;
  }
  .site-header .language-switcher>summary .language-flag{
    flex:0 0 28px!important;
    width:28px!important;
    height:20px!important;
    padding:1px!important;
  }
  .site-header .language-current,
  .site-header .language-current-mobile{
    display:none!important;
  }
  .site-header .language-switcher>summary b{
    display:block!important;
    flex:0 0 auto!important;
    margin:0!important;
    font-size:10px!important;
    line-height:1!important;
  }
  .site-header .language-menu{
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    top:74px!important;
    width:auto!important;
    max-width:none!important;
    max-height:calc(100dvh - 92px)!important;
    overflow:auto!important;
    z-index:10060!important;
  }

  .site-header .menu-toggle{
    order:3!important;
    flex:0 0 44px!important;
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    margin:0!important;
    padding:0!important;
    display:grid!important;
    place-items:center!important;
    font-size:23px!important;
    line-height:1!important;
    border-radius:11px!important;
  }

  .visit-card-v114 .editorial-footer-v47{align-items:flex-start;flex-direction:column;gap:6px}
  .visit-card-v114 .editorial-footer-v47 strong{font-size:12.5px}
}
@media(max-width:390px){
  .site-header .nav-wrap{width:calc(100% - 18px)!important;gap:6px!important}
  .site-header .brand{gap:6px!important}
  .site-header .brand-mark{flex-basis:40px!important;width:40px!important;height:40px!important}
  .site-header .brand-mark img{width:40px!important;height:40px!important;min-width:40px!important}
  .site-header .brand-text strong{font-size:15px!important;letter-spacing:1.55px!important}
  .site-header .language-switcher{flex-basis:48px!important;width:48px!important;max-width:48px!important}
  .site-header .language-switcher>summary{width:48px!important;min-width:48px!important;max-width:48px!important;padding:0 5px!important}
  .site-header .menu-toggle{flex-basis:42px!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important}
}

/* V115 — mobilde Dil etiketi görünür + dil kutusu çakışmasız */
@media(max-width:760px){
  .site-header .language-switcher{
    flex:0 0 78px!important;
    width:78px!important;
    max-width:78px!important;
  }
  .site-header .language-switcher>summary{
    width:78px!important;
    min-width:78px!important;
    max-width:78px!important;
    padding:0 7px!important;
    gap:5px!important;
    overflow:visible!important;
  }
  .site-header .language-current{display:none!important}
  .site-header .language-current-mobile{
    display:block!important;
    flex:0 0 auto!important;
    min-width:18px!important;
    color:#f7ead5!important;
    font-size:11px!important;
    line-height:1!important;
    font-weight:850!important;
    letter-spacing:.01em!important;
    white-space:nowrap!important;
  }
  .site-header .language-switcher>summary .language-flag{
    flex:0 0 27px!important;
    width:27px!important;
    height:20px!important;
  }
  .site-header .language-switcher>summary b{font-size:9px!important}
}
@media(max-width:390px){
  .site-header .language-switcher{
    flex-basis:74px!important;
    width:74px!important;
    max-width:74px!important;
  }
  .site-header .language-switcher>summary{
    width:74px!important;
    min-width:74px!important;
    max-width:74px!important;
    padding:0 6px!important;
    gap:4px!important;
  }
  .site-header .language-current-mobile{font-size:10.5px!important}
}

/* V116 — ziyaret/faaliyet detay, galeri, arşiv filtreleri ve Türk Dünyası haritası */
.event-gallery-v116{margin-top:42px;padding-top:28px;border-top:1px solid rgba(122,83,35,.22)}.event-gallery-head-v116{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.event-gallery-head-v116 span,.turkic-map-copy-v116>span{font-size:11px;letter-spacing:.18em;font-weight:900;color:#8a241d}.event-gallery-head-v116 h2{margin:4px 0 0;font:500 30px/1.1 var(--serif)}.event-gallery-head-v116>strong{font-size:12px;color:#746858}.event-gallery-grid-v116{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.event-gallery-grid-v116 figure{margin:0;border:1px solid rgba(122,83,35,.2);border-radius:14px;overflow:hidden;background:#fffaf2}.event-gallery-grid-v116 button{display:block;width:100%;padding:0;border:0;background:none;cursor:zoom-in}.event-gallery-grid-v116 img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .25s ease}.event-gallery-grid-v116 button:hover img{transform:scale(1.025)}.event-gallery-grid-v116 figcaption{padding:10px 12px;font-size:12px;line-height:1.45;color:#5e5347}.event-lightbox-v116{position:fixed;inset:0;z-index:20000;background:rgba(2,8,14,.92);display:grid;grid-template-columns:64px minmax(0,1100px) 64px;align-items:center;justify-content:center;padding:24px}.event-lightbox-v116[hidden]{display:none}.event-lightbox-v116 figure{margin:0}.event-lightbox-v116 img{max-height:82vh;margin:auto;border-radius:12px;box-shadow:0 30px 90px #000}.event-lightbox-v116 figcaption{color:#f4e6d1;text-align:center;padding:12px}.event-lightbox-close-v116,.event-lightbox-nav-v116{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.1);color:#fff;border-radius:50%;cursor:pointer}.event-lightbox-close-v116{position:absolute;right:24px;top:22px;width:46px;height:46px;font-size:31px}.event-lightbox-nav-v116{width:48px;height:48px;font-size:34px}.event-lightbox-open-v116{overflow:hidden}.event-map-back-v116{display:block;margin-top:12px;padding:14px;border:1px solid rgba(122,83,35,.2);border-radius:12px;background:#fff7eb;color:#792018;font-weight:800;font-size:13px}
.archive-filter-v116{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.archive-filter-v116 a{padding:9px 13px;border:1px solid rgba(122,83,35,.24);border-radius:999px;background:rgba(255,255,255,.55);font-size:12px;font-weight:800}.archive-filter-v116 a.active{background:#0b2537;color:#fff;border-color:#0b2537}.archive-type-v116{display:inline-flex;align-items:center;gap:6px}.archive-type-v116:before{content:'•';color:#a52b22}
.turkic-map-v116{padding:42px 0;background:linear-gradient(180deg,#071522,#0b2131);color:#fff;border-top:3px solid #c8943d;border-bottom:3px solid #c8943d}.turkic-map-head-v116{display:grid;grid-template-columns:minmax(0,.7fr) minmax(540px,1.3fr);gap:34px;align-items:center}.turkic-map-copy-v116 h2{font:500 clamp(30px,3vw,50px)/1.02 var(--serif);margin:8px 0 12px;color:#f4e2c4}.turkic-map-copy-v116 p{color:#d7c7af;line-height:1.65}.turkic-map-board-v116{position:relative;min-height:390px;border:1px solid rgba(225,189,115,.4);border-radius:24px;overflow:hidden;background:radial-gradient(circle at 65% 30%,rgba(66,145,171,.25),transparent 30%),linear-gradient(135deg,rgba(255,255,255,.035),rgba(255,255,255,.015));box-shadow:inset 0 0 70px rgba(0,0,0,.25)}.turkic-map-board-v116:before{content:'';position:absolute;inset:12%;background:linear-gradient(25deg,transparent 49.5%,rgba(225,189,115,.12) 50%,transparent 50.5%),linear-gradient(155deg,transparent 49.5%,rgba(225,189,115,.08) 50%,transparent 50.5%);opacity:.8}.turkic-map-marker-v116{position:absolute;left:calc(var(--x)*1%);top:calc(var(--y)*1%);transform:translate(-50%,-50%);display:grid;justify-items:center;gap:5px;z-index:2}.turkic-map-marker-v116 i{width:22px;height:22px;border-radius:50%;background:#a1241b;border:3px solid #f0c875;box-shadow:0 0 0 7px rgba(240,200,117,.12)}.turkic-map-marker-v116 strong{padding:5px 8px;border-radius:9px;background:rgba(4,14,23,.86);border:1px solid rgba(225,189,115,.3);font-size:11px;white-space:nowrap}.turkic-map-marker-v116 em{font-style:normal;font-size:10px;color:#f0c875}.turkic-map-marker-v116.active i{background:#fff}.turkic-map-empty-v116{opacity:.42}.turkic-country-list-v116{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.turkic-country-list-v116 a{padding:9px 12px;border:1px solid rgba(225,189,115,.35);border-radius:999px;color:#f0dfc5;font-size:12px;font-weight:800}.turkic-country-list-v116 a.active{background:#f0c875;color:#071522}.turkic-map-results-v116{margin-top:22px;color:#d8cab4;font-size:13px}
@media(max-width:900px){.turkic-map-head-v116{grid-template-columns:1fr}.turkic-map-board-v116{min-height:340px}.event-gallery-grid-v116{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.event-gallery-grid-v116{grid-template-columns:1fr}.event-lightbox-v116{grid-template-columns:42px minmax(0,1fr) 42px;padding:10px}.event-lightbox-nav-v116{width:38px;height:38px;font-size:27px}.event-lightbox-close-v116{right:10px;top:10px}.turkic-map-board-v116{min-height:360px}.turkic-map-marker-v116 strong{font-size:9px;padding:4px 6px}.turkic-map-marker-v116 i{width:18px;height:18px}.event-gallery-head-v116{align-items:flex-start;flex-direction:column}}


.archive-year-form-v116{display:flex;align-items:center;margin-left:auto}.archive-year-form-v116 label{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:850;color:#574c3e;white-space:nowrap}.archive-year-form-v116 select{appearance:auto;min-width:132px;padding:9px 30px 9px 11px;border:1px solid rgba(122,83,35,.26);border-radius:10px;background:#fffaf3;color:#182430;font:inherit;cursor:pointer}.archive-year-form-v116 select:focus{outline:2px solid rgba(168,118,42,.24);outline-offset:2px}@media(max-width:720px){.archive-year-form-v116{width:100%;margin-left:0}.archive-year-form-v116 label{width:100%;justify-content:space-between}.archive-year-form-v116 select{min-width:145px}}

/* V122 — ziyaret arşivinde yalnızca başlık */
.visit-archive-heading-v122{padding:30px 0 14px;background:#f7f3ec}
.visit-archive-heading-v122 .container{padding-bottom:20px;border-bottom:1px solid rgba(18,38,53,.10)}
.visit-archive-heading-v122 span{display:block;margin-bottom:8px;color:#b24d35;font-size:11px;font-weight:900;letter-spacing:.18em}
.visit-archive-heading-v122 h2{max-width:900px;margin:0;color:#0d2a3d;font:600 clamp(30px,3vw,46px)/1.08 var(--serif);letter-spacing:-.02em}
@media(max-width:680px){.visit-archive-heading-v122{padding:22px 0 8px}.visit-archive-heading-v122 .container{padding-bottom:15px}.visit-archive-heading-v122 span{font-size:9px;letter-spacing:.15em}.visit-archive-heading-v122 h2{font-size:30px}}

/* V123 contact sidebar + checkbox fix */
.contact-areas-v123{padding-top:10px!important;margin-top:22px!important}
.contact-areas-v123 h2{margin:0 0 10px;color:#1f1a15}
.contact-areas-v123>p{margin:0;color:#5b5147;font-size:13px;line-height:1.65}
.contact-area-tags-v123{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.contact-area-tags-v123 span{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border:1px solid rgba(122,83,35,.18);border-radius:999px;background:#fffaf3;color:#5a3c27;font-size:11px;font-weight:800;letter-spacing:.01em}
.contact-area-help-v123{margin-top:16px;padding:13px 14px;border-left:3px solid var(--burgundy);background:rgba(115,19,13,.045);border-radius:0 10px 10px 0}
.contact-area-help-v123 strong,.contact-area-help-v123 span{display:block}
.contact-area-help-v123 strong{color:#4a271f;font-size:12px;line-height:1.45}
.contact-area-help-v123 span{margin-top:5px;color:#786c60;font-size:11px;line-height:1.5}
.contact-form .checkbox-row{display:flex;align-items:center;gap:9px;margin:14px 0;font-size:12px;color:#51483d;line-height:1.4}
.contact-form .checkbox-row input[type="checkbox"]{appearance:auto!important;-webkit-appearance:checkbox!important;flex:0 0 auto!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;margin:0!important;padding:0!important;border:0!important;border-radius:3px!important;box-shadow:none!important;transform:none!important}
.contact-form .checkbox-row a{color:#5a2b20;text-decoration:underline;text-decoration-color:rgba(115,19,13,.28);text-underline-offset:3px}
@media(max-width:620px){.contact-area-tags-v123{gap:7px}.contact-area-tags-v123 span{font-size:10.5px}.contact-area-help-v123{padding:11px 12px}}


/* V134 — Header alıntısını geniş masaüstünde geri getir */
@media (min-width:1781px){
  body.v18-refined .site-header .header-quote,
  .site-header .header-quote{
    display:block!important;
    flex:0 0 154px!important;
    min-width:154px!important;
    max-width:154px!important;
    margin-left:3px!important;
    padding:1px 0 1px 13px!important;
    border-left:1px solid rgba(225,189,115,.30)!important;
    color:#e8cb8b!important;
    font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,"Times New Roman",serif!important;
    font-size:11.5px!important;
    font-style:italic!important;
    font-weight:400!important;
    line-height:1.26!important;
    letter-spacing:.01em!important;
    text-align:right!important;
    opacity:.96!important;
    text-wrap:balance!important;
    text-shadow:0 1px 10px rgba(0,0,0,.32)!important;
  }

  body.v18-refined .site-header .header-quote cite,
  .site-header .header-quote cite{
    display:block!important;
    margin-top:4px!important;
    color:#e5b95f!important;
    font-family:"Segoe Script","Snell Roundhand","Apple Chancery","Brush Script MT","URW Chancery L",cursive!important;
    font-size:15px!important;
    font-style:normal!important;
    font-weight:600!important;
    line-height:1!important;
    letter-spacing:.01em!important;
    text-transform:none!important;
    transform:rotate(-1deg);
  }
}

@media (min-width:1781px) and (max-width:1920px){
  .site-header .nav-wrap{
    grid-template-columns:minmax(235px,285px) minmax(0,1fr) auto!important;
    gap:10px!important;
  }
  .site-header .brand{
    max-width:285px!important;
  }
  .site-header .brand-text strong{
    font-size:clamp(22px,1.25vw,27px)!important;
    letter-spacing:4.2px!important;
  }
  .site-header .main-nav{
    gap:clamp(5px,.38vw,8px)!important;
  }
  .site-header .main-nav a{
    font-size:clamp(10.8px,.58vw,12px)!important;
  }
  .site-header .quick-contact{
    padding-inline:13px!important;
  }
  .site-header .language-switcher>summary{
    padding-inline:8px!important;
  }
}

/* V137 — Mobil hero alıntısı
   Header içindeki masaüstü alıntısına dokunmaz.
   Mobilde söz, hero alanının sağındaki boşluğa CSS ile yerleştirilir. */
@media (max-width:720px){
  body.v18-refined .hero-home .hero-copy{
    position:relative!important;
  }

  body.v18-refined .hero-home .hero-copy::before{
    content:"“Türk dünyası,\A ortak hafıza ve\A ortak gelecek idealidir.”";
    position:absolute!important;
    z-index:6!important;
    top:112px!important;
    right:0!important;
    width:42%!important;
    max-width:164px!important;
    white-space:pre-line!important;
    pointer-events:none!important;
    color:#ead097!important;
    font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,"Times New Roman",serif!important;
    font-size:11.5px!important;
    font-style:italic!important;
    font-weight:400!important;
    line-height:1.42!important;
    letter-spacing:.012em!important;
    text-align:right!important;
    text-shadow:0 2px 12px rgba(0,0,0,.42)!important;
    opacity:.96!important;
  }

  body.v18-refined .hero-home .hero-copy::after{
    content:"Prof. Dr. İlker Kösterelioğlu";
    position:absolute!important;
    z-index:6!important;
    top:177px!important;
    right:2px!important;
    width:42%!important;
    max-width:164px!important;
    pointer-events:none!important;
    color:#e7b958!important;
    font-family:"Segoe Script","Snell Roundhand","Apple Chancery","Brush Script MT","URW Chancery L",cursive!important;
    font-size:16px!important;
    font-style:normal!important;
    font-weight:600!important;
    line-height:1!important;
    letter-spacing:.015em!important;
    text-align:right!important;
    text-shadow:0 2px 10px rgba(0,0,0,.38)!important;
    transform:rotate(-1.5deg)!important;
  }

  /* Sol taraftaki açıklamanın sözün üstüne taşmasını engeller. */
  body.v18-refined .hero-home .hero-copy .lead{
    max-width:62%!important;
    min-height:64px!important;
  }
}

@media (max-width:390px){
  body.v18-refined .hero-home .hero-copy::before{
    top:106px!important;
    right:0!important;
    width:40%!important;
    max-width:142px!important;
    font-size:10.4px!important;
    line-height:1.38!important;
  }

  body.v18-refined .hero-home .hero-copy::after{
    top:165px!important;
    right:1px!important;
    width:40%!important;
    max-width:142px!important;
    font-size:14px!important;
  }

  body.v18-refined .hero-home .hero-copy .lead{
    max-width:60%!important;
  }
}


/* =========================================================
   V141 — Özgün editoryal görünüm / yapay şablon hissini azaltma
   ========================================================= */
.v18-refined .main-nav a.active:before{
  content:""!important;display:block!important;left:50%!important;bottom:14px!important;
  width:5px!important;height:5px!important;border:1px solid var(--gold)!important;
  background:transparent!important;transform:translateX(-50%) rotate(45deg)!important
}
.v18-refined .ornament:after{
  content:""!important;left:47%!important;top:-4px!important;width:7px!important;height:7px!important;
  border:1px solid var(--gold)!important;background:#081827!important;transform:rotate(45deg)!important
}
.menu-toggle-svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.btn-line-icon{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.flag-star svg{display:block;width:1em;height:1em}

body.v18-refined .topic-card,
body.v18-refined .panel,
body.v18-refined .impact-grid a{
  transform:none!important;transform-style:flat!important;will-change:auto!important
}
@media (hover:hover) and (pointer:fine){
  body.v18-refined .topic-card:hover,
  body.v18-refined .panel:hover{
    transform:none!important;box-shadow:0 15px 28px rgba(6,13,24,.10)!important
  }
}

body.v18-refined .editorial-index-v141:before{
  background:radial-gradient(circle at 16% 0,rgba(225,189,115,.13),transparent 35%)!important;opacity:1!important
}
body.v18-refined .editorial-index-v141 .impact-wrap{
  grid-template-columns:minmax(340px,.88fr) minmax(0,1.42fr)!important;gap:52px!important;padding:46px 0!important
}
body.v18-refined .editorial-index-v141 .impact-intro{
  padding-right:34px;border-right:1px solid rgba(225,189,115,.28)
}
body.v18-refined .editorial-index-v141 .impact-intro .eyebrow{
  letter-spacing:.09em;font-size:11px;color:#dcb66f
}
body.v18-refined .editorial-index-v141 .impact-intro h2{
  max-width:700px;font-size:clamp(32px,2.65vw,46px);line-height:1.06;letter-spacing:-.018em
}
body.v18-refined .editorial-index-v141 .impact-intro p{
  max-width:640px;font-size:14px;line-height:1.72;color:#d6c7b1
}
body.v18-refined .editorial-index-v141 .impact-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;
  border-top:1px solid rgba(225,189,115,.26);border-left:1px solid rgba(225,189,115,.26)
}
body.v18-refined .editorial-index-v141 .impact-grid a{
  position:relative;min-height:126px;padding:20px 22px 18px!important;border:0!important;
  border-right:1px solid rgba(225,189,115,.26)!important;border-bottom:1px solid rgba(225,189,115,.26)!important;
  border-radius:0!important;background:transparent!important;text-align:left!important;box-shadow:none!important
}
body.v18-refined .editorial-index-v141 .impact-grid a:hover{transform:none!important;background:rgba(255,255,255,.045)!important}
body.v18-refined .editorial-index-v141 .impact-index{
  display:block;margin-bottom:17px;color:#bfa16b;font-family:var(--sans);font-size:10px;font-weight:800;letter-spacing:.16em
}
body.v18-refined .editorial-index-v141 .impact-grid strong{
  font-size:24px!important;font-weight:500!important;color:#fff4df!important;line-height:1.05!important
}
body.v18-refined .editorial-index-v141 .impact-grid span{
  margin-top:7px!important;color:#cdbda7!important;font-size:12px!important;font-weight:500!important;
  letter-spacing:0!important;text-transform:none!important
}

body.v18-refined .showcase-heading .eyebrow,
body.v18-refined .final-cta-v79 .eyebrow,
body.v18-refined .home-news-v13 .eyebrow{letter-spacing:.09em!important}
body.v18-refined .archive-panel-lead{max-width:34ch;line-height:1.62}

.event-meta-v141{display:flex!important;align-items:center;flex-wrap:wrap;gap:8px 14px!important}
.event-meta-v141 span{display:inline-flex;align-items:center;gap:5px}
.event-meta-v141 svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;opacity:.72}

.footer-mark-v141{width:64px;height:44px;display:block!important;margin-bottom:10px!important}
.footer-mark-v141 svg{width:64px;height:44px;display:block;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}

.mobile-bottom-nav-v141 b{display:grid!important;place-items:center;width:22px;height:22px}
.mobile-bottom-nav-v141 b svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}

@media (max-width:960px){
  body.v18-refined .editorial-index-v141 .impact-wrap{grid-template-columns:1fr!important;gap:24px!important}
  body.v18-refined .editorial-index-v141 .impact-intro{
    padding-right:0;padding-bottom:22px;border-right:0;border-bottom:1px solid rgba(225,189,115,.25)
  }
}
@media (max-width:620px){
  body.v18-refined .editorial-index-v141 .impact-grid{grid-template-columns:1fr 1fr!important}
  body.v18-refined .editorial-index-v141 .impact-grid a{min-height:112px;padding:16px 14px!important}
  body.v18-refined .editorial-index-v141 .impact-index{margin-bottom:11px}
  body.v18-refined .editorial-index-v141 .impact-grid strong{font-size:20px!important}
  body.v18-refined .editorial-index-v141 .impact-grid span{font-size:11px!important}
}


/* =========================================================
   V142 — Son editoryal rötuşlar
   ========================================================= */

/* Yayın vitrini başlığı: dev hero başlığı gibi değil, editoryal bölüm başlığı gibi */
body.v18-refined .real-media-showcase .showcase-heading h2{
  font-size:clamp(42px,4.15vw,72px)!important;
  line-height:.98!important;
  max-width:13.5ch!important;
  letter-spacing:-.025em!important;
}
body.v18-refined .real-media-showcase .showcase-heading{
  align-items:end!important;
}
body.v18-refined .real-media-showcase .showcase-heading p{
  max-width:58ch!important;
  line-height:1.58!important;
}

/* Üçüncü konu başlığı diğer iki kartla aynı görsel ritimde kalsın */
body.v18-refined .topic-card h2{
  text-wrap:balance;
}
body.v18-refined .topic-card:nth-child(3) h2{
  max-width:18ch;
}

/* Davet bandı: uzun eski CMS metinleri yerine daha kontrollü editoryal ölçü */
body.v18-refined .final-cta-v79 .final-cta-copy-v79 h2{
  max-width:30ch!important;
  font-size:clamp(28px,2.45vw,43px)!important;
  line-height:1.08!important;
}
body.v18-refined .final-cta-v79 .final-cta-copy-v79 p{
  max-width:65ch!important;
}

/* Haber başlığı altındaki açıklama daha sakin */
body.v18-refined .home-news-v13 .section-title p{
  max-width:62ch!important;
  color:#5f554a!important;
}

@media(max-width:960px){
  body.v18-refined .real-media-showcase .showcase-heading h2{
    font-size:clamp(38px,7vw,58px)!important;
    max-width:15ch!important;
  }
}
@media(max-width:620px){
  body.v18-refined .real-media-showcase .showcase-heading h2{
    font-size:clamp(34px,10vw,46px)!important;
    max-width:none!important;
  }
  body.v18-refined .final-cta-v79 .final-cta-copy-v79 h2{
    font-size:clamp(27px,8.4vw,36px)!important;
    max-width:none!important;
  }
}


/* =========================================================
   V143 — Hero alanına Türk Dünyası bayrak grubu
   ========================================================= */
.hero-visual{position:relative}
.hero-turkic-flags{
  position:absolute;
  top:174px;
  right:10px;
  z-index:4;
  width:166px;
  padding:10px 11px 11px;
  border:1px solid rgba(225,189,115,.32);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(5,16,30,.78),rgba(8,24,39,.92));
  box-shadow:0 16px 28px rgba(2,10,18,.22);
  backdrop-filter:blur(6px);
}
.hero-turkic-flags-title{
  display:block;
  margin-bottom:8px;
  color:#e8c37b;
  font-family:var(--sans);
  font-size:10px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.hero-turkic-flags-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.mini-flag{
  position:relative;
  display:block;
  width:100%;
  height:26px;
  border-radius:8px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22);
}
.mini-flag:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.10),transparent 28%,transparent 72%,rgba(0,0,0,.08));
  pointer-events:none;
}
.mini-flag-az{
  background:
    radial-gradient(circle at 52% 50%, rgba(255,255,255,.92) 0 9%, transparent 10%),
    radial-gradient(circle at 56% 50%, #cf2932 0 7%, transparent 8%),
    linear-gradient(to bottom,#00a8e8 0 33.33%,#d22234 33.33% 66.66%,#239f40 66.66% 100%);
}
.mini-flag-kz{
  background:
    radial-gradient(circle at 55% 52%, #f7d24b 0 13%, transparent 14%),
    linear-gradient(#4fb6df,#4fb6df);
}
.mini-flag-kg{
  background:
    radial-gradient(circle at 50% 50%, #f2d257 0 13%, transparent 14%),
    linear-gradient(#d52b1e,#d52b1e);
}
.mini-flag-uz{
  background:
    linear-gradient(to bottom,
      #16a3d8 0 29%,
      #ce2b37 29% 32%,
      #ffffff 32% 68%,
      #ce2b37 68% 71%,
      #1eb53a 71% 100%);
}
.mini-flag-tm{
  background:
    linear-gradient(to right,#b02a36 0 18%, transparent 18% 100%),
    linear-gradient(#1f8b4c,#1f8b4c);
}
.mini-flag-kktc{
  background:
    linear-gradient(to bottom,
      #d6252c 0 12%,
      #ffffff 12% 88%,
      #d6252c 88% 100%);
}
@media(max-width:1180px){
  .hero-turkic-flags{
    top:170px;
    right:6px;
    width:154px;
    padding:9px 10px 10px;
  }
  .mini-flag{height:24px}
}
@media(max-width:960px){
  .hero-turkic-flags{
    top:auto;
    right:22px;
    bottom:28px;
    width:174px;
    background:linear-gradient(180deg,rgba(5,16,30,.7),rgba(8,24,39,.9));
  }
}
@media(max-width:620px){
  .hero-turkic-flags{
    right:16px;
    bottom:18px;
    width:148px;
    padding:8px;
    border-radius:14px;
  }
  .hero-turkic-flags-title{
    margin-bottom:7px;
    font-size:9px;
    letter-spacing:.13em;
  }
  .hero-turkic-flags-grid{
    gap:6px;
  }
  .mini-flag{
    height:20px;
    border-radius:7px;
  }
}


/* =========================================================
   V144 — Ana sayfada Arşiv + Son Faaliyetler panelleri kaldırıldı
   Kalan Son Yazılar ve Mülakatlar alanı tam genişlikte iki sütun.
   ========================================================= */
@media (min-width:961px){
  body.v18-refined .home-content .home-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
body.v18-refined .home-content .home-grid>.panel:last-child{
  border-right:0!important;
}


/* =========================================================
   V148 — Güvenli ana sayfa düzeltmesi
   Konu şeridi kaldırıldı; yayın vitrini yalnız "Yazıları" butonuyla başlıyor.
   ========================================================= */
body.v18-refined .real-media-showcase .showcase-heading-v148{
  display:flex!important;
  justify-content:flex-start!important;
  align-items:center!important;
  min-height:0!important;
  margin:0 0 24px!important;
}
body.v18-refined .real-media-showcase .showcase-yazilari-v148{
  width:auto!important;
  min-width:150px!important;
  min-height:46px!important;
  margin:0!important;
  padding:10px 24px!important;
  border-color:var(--gold)!important;
  color:#fff5df!important;
  background:rgba(6,19,31,.38)!important;
  font-family:var(--serif)!important;
  font-size:16px!important;
  font-weight:700!important;
}
body.v18-refined .real-media-showcase .showcase-yazilari-v148:hover{
  background:rgba(200,148,61,.12)!important;
}
@media(max-width:620px){
  body.v18-refined .real-media-showcase .showcase-heading-v148{
    margin-bottom:16px!important;
  }
  body.v18-refined .real-media-showcase .showcase-yazilari-v148{
    min-width:126px!important;
    min-height:42px!important;
    padding:9px 18px!important;
    font-size:15px!important;
  }
}


/* =========================================================
   V149 — Yayın vitrini giriş alanı: masaüstü + mobil polish
   ========================================================= */

/* Vitrinin üstündeki gereksiz boşluğu azalt */
body.v18-refined .real-media-showcase{
  padding-top:34px!important;
}

/* Sadece "Yazıları" butonunun bulunduğu alanı editoryal bir bölüm başlangıcına çevir */
body.v18-refined .real-media-showcase .showcase-heading-v148{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-height:64px!important;
  margin:0 0 28px!important;
  padding:0 0 15px!important;
  border-bottom:1px solid rgba(225,189,115,.25)!important;
}

/* Butonun sağında ince altın çizgi; boş alan artık bilinçli görünür */
body.v18-refined .real-media-showcase .showcase-heading-v148::after{
  content:""!important;
  flex:1 1 auto!important;
  height:1px!important;
  margin-left:18px!important;
  background:linear-gradient(90deg,rgba(225,189,115,.55),rgba(225,189,115,.08),transparent)!important;
}

/* Butonu sekme / yayın indeksi hissine yaklaştır */
body.v18-refined .real-media-showcase .showcase-yazilari-v148{
  position:relative!important;
  z-index:1!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  width:auto!important;
  min-width:154px!important;
  min-height:46px!important;
  margin:0!important;
  padding:10px 23px!important;
  border:1px solid rgba(225,189,115,.72)!important;
  border-radius:999px!important;
  color:#fff3d6!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.01)),
    rgba(5,17,28,.74)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 10px 22px rgba(0,0,0,.16)!important;
  font-family:var(--serif)!important;
  font-size:16px!important;
  font-weight:700!important;
  letter-spacing:.01em!important;
  transition:background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease!important;
}

/* Küçük, gerçek ikon hissi veren ok */
body.v18-refined .real-media-showcase .showcase-yazilari-v148::after{
  content:"→"!important;
  display:inline-block!important;
  color:#e5b95f!important;
  font-family:var(--sans)!important;
  font-size:15px!important;
  font-weight:700!important;
  transform:translateY(-1px)!important;
}

@media (hover:hover) and (pointer:fine){
  body.v18-refined .real-media-showcase .showcase-yazilari-v148:hover{
    transform:translateY(-1px)!important;
    border-color:#e6c071!important;
    background:rgba(200,148,61,.10)!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.08),
      0 14px 28px rgba(0,0,0,.22)!important;
  }
}

/* Tablet */
@media(max-width:960px){
  body.v18-refined .real-media-showcase{
    padding-top:28px!important;
  }
  body.v18-refined .real-media-showcase .showcase-heading-v148{
    min-height:58px!important;
    margin-bottom:22px!important;
    padding-bottom:13px!important;
  }
}

/* Mobil */
@media(max-width:620px){
  body.v18-refined .real-media-showcase{
    padding-top:22px!important;
  }
  body.v18-refined .real-media-showcase .showcase-heading-v148{
    min-height:52px!important;
    margin-bottom:16px!important;
    padding-bottom:11px!important;
  }
  body.v18-refined .real-media-showcase .showcase-heading-v148::after{
    margin-left:12px!important;
  }
  body.v18-refined .real-media-showcase .showcase-yazilari-v148{
    min-width:128px!important;
    min-height:42px!important;
    padding:8px 17px!important;
    border-radius:999px!important;
    font-size:14px!important;
  }
  body.v18-refined .real-media-showcase .showcase-yazilari-v148::after{
    font-size:13px!important;
  }
}

/* Çok dar telefonlarda çizgi küçülsün, buton taşmasın */
@media(max-width:390px){
  body.v18-refined .real-media-showcase .showcase-yazilari-v148{
    min-width:118px!important;
    padding-inline:15px!important;
  }
  body.v18-refined .real-media-showcase .showcase-heading-v148::after{
    margin-left:9px!important;
  }
}


/* =========================================================
   V150 — Yazılar başlığı + haber kartı CTA düzeltmeleri
   ========================================================= */

/* Yazıları buton değil, editoryal bölüm başlığı gibi görünür */
body.v18-refined .real-media-showcase .showcase-heading-v150{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-height:58px!important;
  margin:0 0 24px!important;
  padding:0 0 14px!important;
  border-bottom:1px solid rgba(225,189,115,.22)!important;
}
body.v18-refined .real-media-showcase .showcase-heading-label-v150{
  position:relative;
  display:inline-block;
  color:#f5e7ca;
  font-family:var(--serif);
  font-size:clamp(24px,2vw,32px);
  font-weight:700;
  letter-spacing:.01em;
  padding:0 2px 0 0;
}
body.v18-refined .real-media-showcase .showcase-heading-label-v150::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-15px;
  width:84px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--gold),rgba(225,189,115,.24));
}
@media(max-width:620px){
  body.v18-refined .real-media-showcase .showcase-heading-v150{
    min-height:48px!important;
    margin-bottom:16px!important;
    padding-bottom:11px!important;
  }
  body.v18-refined .real-media-showcase .showcase-heading-label-v150{
    font-size:22px!important;
  }
  body.v18-refined .real-media-showcase .showcase-heading-label-v150::after{
    width:70px;
    bottom:-12px;
  }
}

/* Haber kartları: butonlar görünür, boş kare gibi görünmesin */
body.v18-refined .home-news-v13 .news-card-body{
  display:block!important;
}
body.v18-refined .home-news-v13 .news-card p{
  margin:0 0 14px!important;
}
body.v18-refined .home-news-v13 .news-read-btn-v150{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:156px!important;
  min-height:44px!important;
  padding:10px 18px!important;
  margin-top:10px!important;
  border-radius:12px!important;
  font-size:15px!important;
  line-height:1.1!important;
  white-space:nowrap!important;
}
body.v18-refined .home-news-v13 .home-news-more-wrap-v150{
  text-align:center!important;
  margin-top:30px!important;
}
body.v18-refined .home-news-v13 .home-news-more-btn-v150{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:210px!important;
  min-height:46px!important;
  padding:10px 20px!important;
  border-radius:999px!important;
  font-size:15px!important;
  line-height:1.1!important;
  color:#102337!important;
  background:rgba(255,250,241,.75)!important;
  border:1px solid rgba(201,148,61,.5)!important;
}
body.v18-refined .home-news-v13 .home-news-more-btn-v150:hover{
  background:#fffaf1!important;
}
@media(max-width:760px){
  body.v18-refined .home-news-v13 .news-read-btn-v150{
    min-width:138px!important;
    min-height:42px!important;
    padding:9px 15px!important;
    font-size:14px!important;
  }
  body.v18-refined .home-news-v13 .home-news-more-btn-v150{
    min-width:178px!important;
    min-height:42px!important;
    padding:9px 16px!important;
    font-size:14px!important;
  }
}


/* =========================================================
   V151 — Türk Dünyası mini bayrakları hareketlendirildi
   Mobilde panel daha aşağıda ve görünür konumda
   ========================================================= */

/* Ana panel biraz daha canlı */
.hero-turkic-flags{
  box-shadow:0 16px 28px rgba(2,10,18,.22), inset 0 1px 0 rgba(255,255,255,.05);
}

/* Mini bayraklar Türk bayrağı gibi canlı/dalgalı görünsün */
.mini-flag{
  transform-origin:left center;
  animation:miniFlagFloat 4.8s ease-in-out infinite;
  will-change:transform, filter;
}
.mini-flag:nth-child(2){animation-delay:-.55s}
.mini-flag:nth-child(3){animation-delay:-1.1s}
.mini-flag:nth-child(4){animation-delay:-1.65s}
.mini-flag:nth-child(5){animation-delay:-2.2s}
.mini-flag:nth-child(6){animation-delay:-2.75s}

.mini-flag::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.18),rgba(255,255,255,0) 24%,rgba(0,0,0,.08) 52%,rgba(255,255,255,.06) 76%,rgba(0,0,0,.10)),
    repeating-linear-gradient(90deg,rgba(255,255,255,.10) 0 6px, rgba(255,255,255,0) 6px 12px, rgba(0,0,0,.04) 12px 18px, rgba(255,255,255,0) 18px 24px);
  mix-blend-mode:soft-light;
  opacity:.9;
  animation:miniFlagWave 2.8s ease-in-out infinite;
  pointer-events:none;
}
.mini-flag::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(255,255,255,.16),transparent 38%,transparent 68%,rgba(0,0,0,.08)),
    linear-gradient(90deg,rgba(255,255,255,.10),transparent 26%,transparent 70%,rgba(0,0,0,.10));
  opacity:.9;
  animation:miniFlagGloss 3.3s ease-in-out infinite;
  pointer-events:none;
}

@keyframes miniFlagFloat{
  0%,100%{transform:perspective(400px) rotateY(0deg) translateY(0)}
  25%{transform:perspective(400px) rotateY(-5deg) translateY(-1px)}
  50%{transform:perspective(400px) rotateY(2.5deg) translateY(0)}
  75%{transform:perspective(400px) rotateY(-3deg) translateY(1px)}
}
@keyframes miniFlagWave{
  0%,100%{transform:translateX(-2px) skewY(0deg); opacity:.78}
  25%{transform:translateX(0) skewY(.8deg); opacity:.95}
  50%{transform:translateX(2px) skewY(-.8deg); opacity:.85}
  75%{transform:translateX(0) skewY(.6deg); opacity:.96}
}
@keyframes miniFlagGloss{
  0%,100%{transform:translateX(-10%); opacity:.82}
  50%{transform:translateX(8%); opacity:.95}
}

/* Masaüstünde Türk bayrağının hemen altı */
@media(min-width:761px){
  .hero-turkic-flags{
    top:188px;
    right:8px;
  }
}

/* Tablet ve mobilde Türk bayrağının ALTINDA net görünsün */
@media(max-width:760px){
  .hero-visual{
    overflow:visible!important;
  }
  .hero-turkic-flags{
    top:118px!important;
    right:14px!important;
    bottom:auto!important;
    width:156px!important;
    padding:9px 9px 10px!important;
    z-index:5!important;
  }
  .hero-turkic-flags-title{
    margin-bottom:7px!important;
    font-size:9px!important;
    letter-spacing:.13em!important;
  }
  .hero-turkic-flags-grid{
    gap:6px!important;
  }
  .mini-flag{
    height:20px!important;
    border-radius:7px!important;
  }
}

/* Çok dar cihazlarda biraz daha aşağı ve içeri al */
@media(max-width:430px){
  .hero-turkic-flags{
    top:126px!important;
    right:10px!important;
    width:148px!important;
  }
}

/* Hareket azaltma tercihinde animasyonları kapat */
@media (prefers-reduced-motion: reduce){
  .mini-flag,
  .mini-flag::before,
  .mini-flag::after{
    animation:none!important;
  }
}


/* =========================================================
   V152 — Türk Dünyası bayrakları kutudan çıkarıldı
   Hepsi eşit boyda, Türk bayrağı gibi serbest ve dalgalı
   ========================================================= */

.turkish-flag-3d,
.hero-turkic-flags{
  display:none !important;
}

.hero-flag-cluster{
  position:absolute;
  top:28px;
  right:4px;
  z-index:5;
  width:232px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 14px;
  pointer-events:none;
}
.hero-flag-cluster .wave-flag:last-child{
  grid-column:1 / -1;
  justify-self:center;
}

.wave-flag{
  position:relative;
  display:block;
  width:108px;
  height:66px;
  border-radius:8px;
  overflow:hidden;
  clip-path:polygon(0 4%,100% 0,100% 100%,0 96%);
  box-shadow:0 15px 20px rgba(0,0,0,.26), inset 0 0 24px rgba(0,0,0,.14);
  border:1px solid rgba(255,255,255,.14);
  transform-origin:right center;
  animation:flagCardWave 4s ease-in-out infinite;
  will-change:transform,filter;
}
.wave-flag:nth-child(2){animation-delay:-.55s}
.wave-flag:nth-child(3){animation-delay:-1.1s}
.wave-flag:nth-child(4){animation-delay:-1.65s}
.wave-flag:nth-child(5){animation-delay:-2.2s}
.wave-flag:nth-child(6){animation-delay:-2.75s}
.wave-flag:nth-child(7){animation-delay:-3.3s}

.wave-flag::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(110deg,transparent 0 12%,rgba(255,255,255,.20) 20%,transparent 30% 48%,rgba(255,255,255,.11) 59%,transparent 68% 79%,rgba(0,0,0,.14) 92%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.06) 0 12px,rgba(0,0,0,.10) 24px,rgba(255,255,255,.03) 36px);
  mix-blend-mode:soft-light;
  opacity:.95;
  pointer-events:none;
  animation:flagOverlayShift 4s ease-in-out infinite;
}

@keyframes flagCardWave{
  0%,100%{transform:perspective(540px) rotateY(-8deg) rotateX(2deg) translateY(0)}
  25%{transform:perspective(540px) rotateY(-4deg) rotateX(2deg) translateY(-1px)}
  50%{transform:perspective(540px) rotateY(-10deg) rotateX(3deg) translateY(1px)}
  75%{transform:perspective(540px) rotateY(-6deg) rotateX(2deg) translateY(0)}
}
@keyframes flagOverlayShift{
  0%,100%{transform:translateX(-6px)}
  50%{transform:translateX(6px)}
}

/* Türkiye */
.wave-flag-tr{
  background:
    radial-gradient(circle at 37% 49%, #fff 0 16%, transparent 16.3%),
    radial-gradient(circle at 42% 49%, #cf151c 0 13%, transparent 13.3%),
    linear-gradient(90deg,#8c0f13 0%,#e21b23 25%,#bd1017 50%,#f02a2f 74%,#9d1015 100%);
}
.wave-flag-tr::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 60'%3E%3Cpolygon points='58,20 60.8,27 68.2,27.4 62.4,32.1 64.2,39.3 58,35.3 51.8,39.3 53.6,32.1 47.8,27.4 55.2,27' fill='white'/%3E%3C/svg%3E") center/100% 100% no-repeat,
    linear-gradient(180deg,rgba(255,255,255,.14),transparent 38%,transparent 68%,rgba(0,0,0,.10));
  pointer-events:none;
}

/* Azerbaycan */
.wave-flag-az{
  background:
    radial-gradient(circle at 40% 49%, rgba(255,255,255,.96) 0 12%, transparent 12.4%),
    radial-gradient(circle at 43.6% 49%, #d22435 0 9.8%, transparent 10.2%),
    linear-gradient(to bottom,#00b5e2 0 33.33%,#d21f34 33.33% 66.66%,#2e9d47 66.66% 100%);
}
.wave-flag-az::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 60'%3E%3Cpolygon points='50.5,25 52.2,29 56.6,29.2 53.2,32.1 54.3,36.4 50.5,33.8 46.7,36.4 47.8,32.1 44.4,29.2 48.8,29' fill='white'/%3E%3C/svg%3E") center/100% 100% no-repeat,
    linear-gradient(180deg,rgba(255,255,255,.14),transparent 38%,transparent 68%,rgba(0,0,0,.10));
  pointer-events:none;
}

/* Kazakistan */
.wave-flag-kz{
  background:
    radial-gradient(circle at 54% 46%, #f8d24e 0 12%, transparent 12.4%),
    linear-gradient(#4fb6df,#4fb6df);
}

/* Kırgızistan */
.wave-flag-kg{
  background:
    radial-gradient(circle at 50% 48%, #f2d257 0 12%, transparent 12.4%),
    linear-gradient(#d52b1e,#d52b1e);
}

/* Özbekistan */
.wave-flag-uz{
  background:
    linear-gradient(to bottom,
      #19a7da 0 29%,
      #cf2b3a 29% 31.5%,
      #ffffff 31.5% 68.5%,
      #cf2b3a 68.5% 71%,
      #1eb53a 71% 100%);
}

/* Türkmenistan */
.wave-flag-tm{
  background:
    linear-gradient(to right,#b02937 0 20%, transparent 20% 100%),
    linear-gradient(#1e8d4d,#1e8d4d);
}

/* KKTC */
.wave-flag-kktc{
  background:
    linear-gradient(to bottom,#d6252c 0 12%,#ffffff 12% 88%,#d6252c 88% 100%);
}
.wave-flag-kktc::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 39% 49%, #d6252c 0 11%, transparent 11.3%),
    radial-gradient(circle at 43.2% 49%, #fff 0 8.6%, transparent 8.9%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 60'%3E%3Cpolygon points='49,25 50.3,28.4 54,28.6 51.1,31 52,34.6 49,32.6 46,34.6 46.9,31 44,28.6 47.7,28.4' fill='%23d6252c'/%3E%3C/svg%3E") center/100% 100% no-repeat,
    linear-gradient(180deg,rgba(255,255,255,.14),transparent 38%,transparent 68%,rgba(0,0,0,.10));
  pointer-events:none;
}

@media(max-width:1240px){
  .hero-flag-cluster{
    top:34px;
    right:-4px;
    width:218px;
    gap:10px 12px;
  }
  .wave-flag{width:102px;height:62px}
}

@media(max-width:960px){
  .hero-flag-cluster{
    top:18px;
    right:8px;
    width:188px;
    gap:8px 10px;
  }
  .wave-flag{width:88px;height:54px}
}

@media(max-width:620px){
  .hero-visual{overflow:visible !important}
  .hero-flag-cluster{
    top:118px;
    right:10px;
    width:176px;
    gap:7px 8px;
  }
  .wave-flag{width:84px;height:50px;border-radius:7px}
}

@media(max-width:430px){
  .hero-flag-cluster{
    top:122px;
    right:8px;
    width:168px;
    gap:6px;
  }
  .wave-flag{width:80px;height:48px}
}

@media (prefers-reduced-motion: reduce){
  .wave-flag,
  .wave-flag::before{
    animation:none !important;
  }
}


/* =========================================================
   V153 — Bayraklar düzeltildi, 3 solda 4 sağda
   ========================================================= */
.hero-flag-cluster{display:none!important}
.hero-flag-columns{
  position:absolute;
  top:18px;
  right:6px;
  z-index:5;
  display:flex;
  align-items:flex-start;
  gap:18px;
  pointer-events:none;
}
.hero-flag-column{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.hero-flag-column-left{padding-top:0}
.hero-flag-column-right{padding-top:12px}
.wave-flag{
  position:relative;
  display:block;
  width:118px;
  height:72px;
  border-radius:9px;
  overflow:hidden;
  background-color:#123;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  box-shadow:0 16px 22px rgba(0,0,0,.28), inset 0 0 20px rgba(0,0,0,.08);
  border:1px solid rgba(255,255,255,.15);
  transform-origin:right center;
  animation:waveFlagMotion 4.2s ease-in-out infinite;
  will-change:transform;
}
.wave-flag:nth-child(odd){transform:rotate(-1.5deg)}
.wave-flag:nth-child(even){transform:rotate(1.2deg)}
.wave-flag::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(110deg,transparent 0 14%,rgba(255,255,255,.23) 21%,transparent 31% 48%,rgba(255,255,255,.10) 58%,transparent 68% 80%,rgba(0,0,0,.12) 92%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.08) 0 12px,rgba(0,0,0,.08) 24px,rgba(255,255,255,.04) 36px);
  mix-blend-mode:soft-light;
  animation:waveFlagOverlay 4.2s ease-in-out infinite;
  pointer-events:none;
}
.wave-flag::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.14),transparent 36%,transparent 68%,rgba(0,0,0,.10));
  pointer-events:none;
}
.wave-flag-tr{background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%2072%27%3E%0A%3Crect%20width%3D%27120%27%20height%3D%2772%27%20fill%3D%27%23E30A17%27%2F%3E%0A%3Ccircle%20cx%3D%2746%27%20cy%3D%2736%27%20r%3D%2716%27%20fill%3D%27white%27%2F%3E%0A%3Ccircle%20cx%3D%2751%27%20cy%3D%2736%27%20r%3D%2713%27%20fill%3D%27%23E30A17%27%2F%3E%0A%3Cpolygon%20fill%3D%27white%27%20points%3D%2768%2C28%2070.8%2C33.8%2077.2%2C34.7%2072.6%2C39.1%2073.8%2C45.4%2068%2C42.1%2062.2%2C45.4%2063.4%2C39.1%2058.8%2C34.7%2065.2%2C33.8%27%2F%3E%0A%3C%2Fsvg%3E')}
.wave-flag-az{background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%2072%27%3E%0A%3Crect%20width%3D%27120%27%20height%3D%2724%27%20y%3D%270%27%20fill%3D%27%2300B5E2%27%2F%3E%0A%3Crect%20width%3D%27120%27%20height%3D%2724%27%20y%3D%2724%27%20fill%3D%27%23EF3340%27%2F%3E%0A%3Crect%20width%3D%27120%27%20height%3D%2724%27%20y%3D%2748%27%20fill%3D%27%23509E2F%27%2F%3E%0A%3Ccircle%20cx%3D%2754%27%20cy%3D%2736%27%20r%3D%2710.5%27%20fill%3D%27white%27%2F%3E%0A%3Ccircle%20cx%3D%2757.5%27%20cy%3D%2736%27%20r%3D%278.4%27%20fill%3D%27%23EF3340%27%2F%3E%0A%3Cpolygon%20fill%3D%27white%27%20points%3D%2768%2C31.2%2069.3%2C34%2072.3%2C34.4%2070.1%2C36.4%2070.7%2C39.5%2068%2C38%2065.3%2C39.5%2065.9%2C36.4%2063.7%2C34.4%2066.7%2C34%27%2F%3E%0A%3C%2Fsvg%3E')}
.wave-flag-kz{background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%2072%27%3E%0A%3Crect%20width%3D%27120%27%20height%3D%2772%27%20fill%3D%27%2300AFCA%27%2F%3E%0A%3Ccircle%20cx%3D%2762%27%20cy%3D%2736%27%20r%3D%278.4%27%20fill%3D%27%23F6D04D%27%2F%3E%0A%3Cpath%20d%3D%27M46%2048c5-3%2010-4.2%2016-4.2s11%201.2%2016%204.2c-5.5-.8-10.8-1.2-16-1.2s-10.5.4-16%201.2Z%27%20fill%3D%27%23F6D04D%27%2F%3E%0A%3C%2Fsvg%3E')}
.wave-flag-kg{background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%2072%27%3E%0A%3Crect%20width%3D%27120%27%20height%3D%2772%27%20fill%3D%27%23E8112D%27%2F%3E%0A%3Ccircle%20cx%3D%2760%27%20cy%3D%2736%27%20r%3D%2711%27%20fill%3D%27%23FFCC33%27%2F%3E%0A%3Ccircle%20cx%3D%2760%27%20cy%3D%2736%27%20r%3D%276%27%20fill%3D%27%23E8112D%27%2F%3E%0A%3Cg%20stroke%3D%27%23FFCC33%27%20stroke-width%3D%272%27%3E%0A%3Cline%20x1%3D%2760%27%20y1%3D%2722%27%20x2%3D%2760%27%20y2%3D%2750%27%2F%3E%3Cline%20x1%3D%2746%27%20y1%3D%2736%27%20x2%3D%2774%27%20y2%3D%2736%27%2F%3E%0A%3Cline%20x1%3D%2750%27%20y1%3D%2726%27%20x2%3D%2770%27%20y2%3D%2746%27%2F%3E%3Cline%20x1%3D%2770%27%20y1%3D%2726%27%20x2%3D%2750%27%20y2%3D%2746%27%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E')}
.wave-flag-uz{background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%2072%27%3E%0A%3Crect%20width%3D%27120%27%20height%3D%2720%27%20y%3D%270%27%20fill%3D%27%230099B5%27%2F%3E%0A%3Crect%20width%3D%27120%27%20height%3D%273%27%20y%3D%2720%27%20fill%3D%27%23CE1126%27%2F%3E%0A%3Crect%20width%3D%27120%27%20height%3D%2726%27%20y%3D%2723%27%20fill%3D%27white%27%2F%3E%0A%3Crect%20width%3D%27120%27%20height%3D%273%27%20y%3D%2749%27%20fill%3D%27%23CE1126%27%2F%3E%0A%3Crect%20width%3D%27120%27%20height%3D%2720%27%20y%3D%2752%27%20fill%3D%27%231EB53A%27%2F%3E%0A%3Ccircle%20cx%3D%2718%27%20cy%3D%2710%27%20r%3D%276%27%20fill%3D%27white%27%2F%3E%3Ccircle%20cx%3D%2720%27%20cy%3D%2710%27%20r%3D%275%27%20fill%3D%27%230099B5%27%2F%3E%0A%3Cg%20fill%3D%27white%27%3E%0A%3Ccircle%20cx%3D%2729%27%20cy%3D%277%27%20r%3D%271.1%27%2F%3E%3Ccircle%20cx%3D%2733%27%20cy%3D%277%27%20r%3D%271.1%27%2F%3E%3Ccircle%20cx%3D%2737%27%20cy%3D%277%27%20r%3D%271.1%27%2F%3E%0A%3Ccircle%20cx%3D%2731%27%20cy%3D%2711%27%20r%3D%271.1%27%2F%3E%3Ccircle%20cx%3D%2735%27%20cy%3D%2711%27%20r%3D%271.1%27%2F%3E%3Ccircle%20cx%3D%2739%27%20cy%3D%2711%27%20r%3D%271.1%27%2F%3E%0A%3Ccircle%20cx%3D%2729%27%20cy%3D%2715%27%20r%3D%271.1%27%2F%3E%3Ccircle%20cx%3D%2733%27%20cy%3D%2715%27%20r%3D%271.1%27%2F%3E%3Ccircle%20cx%3D%2737%27%20cy%3D%2715%27%20r%3D%271.1%27%2F%3E%0A%3C%2Fg%3E%3C%2Fsvg%3E')}
.wave-flag-tm{background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%2072%27%3E%0A%3Crect%20width%3D%27120%27%20height%3D%2772%27%20fill%3D%27%23009A44%27%2F%3E%0A%3Crect%20width%3D%2723%27%20height%3D%2772%27%20x%3D%270%27%20fill%3D%27%238A1538%27%2F%3E%0A%3Cg%20fill%3D%27white%27%3E%0A%3Ccircle%20cx%3D%2776%27%20cy%3D%2726%27%20r%3D%278%27%2F%3E%3Ccircle%20cx%3D%2779%27%20cy%3D%2726%27%20r%3D%276.4%27%20fill%3D%27%23009A44%27%2F%3E%0A%3Ccircle%20cx%3D%2785%27%20cy%3D%2722%27%20r%3D%271.4%27%2F%3E%3Ccircle%20cx%3D%2789%27%20cy%3D%2726%27%20r%3D%271.4%27%2F%3E%3Ccircle%20cx%3D%2785%27%20cy%3D%2730%27%20r%3D%271.4%27%2F%3E%3Ccircle%20cx%3D%2781%27%20cy%3D%2726%27%20r%3D%271.4%27%2F%3E%3Ccircle%20cx%3D%2793%27%20cy%3D%2726%27%20r%3D%271.4%27%2F%3E%0A%3C%2Fg%3E%3C%2Fsvg%3E')}
.wave-flag-kktc{background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%2072%27%3E%0A%3Crect%20width%3D%27120%27%20height%3D%2772%27%20fill%3D%27white%27%2F%3E%0A%3Crect%20width%3D%27120%27%20height%3D%277%27%20y%3D%270%27%20fill%3D%27%23E30A17%27%2F%3E%0A%3Crect%20width%3D%27120%27%20height%3D%277%27%20y%3D%2765%27%20fill%3D%27%23E30A17%27%2F%3E%0A%3Ccircle%20cx%3D%2750%27%20cy%3D%2736%27%20r%3D%279%27%20fill%3D%27%23E30A17%27%2F%3E%0A%3Ccircle%20cx%3D%2753%27%20cy%3D%2736%27%20r%3D%277.2%27%20fill%3D%27white%27%2F%3E%0A%3Cpolygon%20fill%3D%27%23E30A17%27%20points%3D%2762%2C31.8%2063.2%2C34.5%2066.2%2C34.9%2064%2C36.9%2064.6%2C39.9%2062%2C38.5%2059.4%2C39.9%2060%2C36.9%2057.8%2C34.9%2060.8%2C34.5%27%2F%3E%0A%3C%2Fsvg%3E')}
@keyframes waveFlagMotion{
  0%,100%{transform:perspective(540px) rotateY(-7deg) rotateX(2deg) translateY(0)}
  25%{transform:perspective(540px) rotateY(-3deg) rotateX(2deg) translateY(-1px)}
  50%{transform:perspective(540px) rotateY(-9deg) rotateX(3deg) translateY(1px)}
  75%{transform:perspective(540px) rotateY(-5deg) rotateX(2deg) translateY(0)}
}
@keyframes waveFlagOverlay{
  0%,100%{transform:translateX(-7px)}
  50%{transform:translateX(7px)}
}
@media (max-width:1240px){
  .hero-flag-columns{top:24px; right:0; gap:14px}
  .hero-flag-column{gap:11px}
  .wave-flag{width:104px;height:64px}
}
@media (max-width:960px){
  .hero-flag-columns{top:18px; right:8px; gap:10px}
  .hero-flag-column-right{padding-top:10px}
  .wave-flag{width:90px;height:55px}
}
@media (max-width:620px){
  .hero-visual{overflow:visible!important}
  .hero-flag-columns{top:118px; right:8px; gap:8px}
  .hero-flag-column{gap:8px}
  .hero-flag-column-right{padding-top:7px}
  .wave-flag{width:78px;height:48px;border-radius:7px}
}
@media (max-width:430px){
  .hero-flag-columns{top:122px; right:6px; gap:7px}
  .wave-flag{width:72px;height:44px}
}
@media (prefers-reduced-motion: reduce){
  .wave-flag,.wave-flag::before{animation:none!important}
}



/* =========================================================
   V154 — Bayrak yerleşimi 4 solda / 3 sağda
   Fotoğrafın sağına daha doğal yerleşim
   ========================================================= */
.hero-flag-columns{
  top: 10px !important;
  right: -6px !important;
  gap: 14px !important;
  align-items:flex-start !important;
}
.hero-flag-column-left{
  padding-top: 0 !important;
  gap: 12px !important;
}
.hero-flag-column-right{
  padding-top: 14px !important;
  gap: 16px !important;
}
.hero-flag-column-left .wave-flag:nth-child(4){
  margin-top: 2px;
}
@media (max-width:1240px){
  .hero-flag-columns{
    top: 16px !important;
    right: -2px !important;
    gap: 12px !important;
  }
  .hero-flag-column-left{gap:10px !important;}
  .hero-flag-column-right{gap:12px !important; padding-top:12px !important;}
}
@media (max-width:960px){
  .hero-flag-columns{
    top: 12px !important;
    right: 6px !important;
    gap: 8px !important;
  }
  .hero-flag-column-left{gap:8px !important;}
  .hero-flag-column-right{gap:10px !important; padding-top:10px !important;}
}
@media (max-width:620px){
  .hero-flag-columns{
    top: 112px !important;
    right: 8px !important;
    gap: 7px !important;
  }
  .hero-flag-column-left{gap:7px !important;}
  .hero-flag-column-right{gap:8px !important; padding-top:9px !important;}
}
@media (max-width:430px){
  .hero-flag-columns{
    top: 118px !important;
    right: 6px !important;
  }
}


/* =========================================================
   V155 — Bayraklar fotoğrafın sağına ve soluna alındı
   Sol 3 / Sağ 3, KKTC kaldırıldı
   ========================================================= */
.hero-flag-columns{display:none !important;}
.hero-flag-sides{
  position:absolute;
  inset:0;
  z-index:5;
  pointer-events:none;
}
.hero-flag-side{
  position:absolute;
  display:flex;
  flex-direction:column;
  gap:16px;
}
.hero-flag-side-left{
  left:3%;
  top:110px;
}
.hero-flag-side-right{
  right:1.5%;
  top:22px;
}
.hero-flag-side .wave-flag{
  width:118px;
  height:72px;
}

@media (max-width:1240px){
  .hero-flag-side-left{left:2%; top:124px;}
  .hero-flag-side-right{right:1%; top:30px;}
  .hero-flag-side{gap:12px;}
  .hero-flag-side .wave-flag{width:104px; height:64px;}
}

@media (max-width:960px){
  .hero-flag-side-left{left:1.5%; top:132px;}
  .hero-flag-side-right{right:0.5%; top:40px;}
  .hero-flag-side{gap:10px;}
  .hero-flag-side .wave-flag{width:90px; height:55px;}
}

@media (max-width:620px){
  .hero-visual{overflow:visible !important;}
  .hero-flag-side-left{
    left:8px;
    top:176px;
  }
  .hero-flag-side-right{
    right:8px;
    top:112px;
  }
  .hero-flag-side{gap:8px;}
  .hero-flag-side .wave-flag{width:78px; height:48px; border-radius:7px;}
}

@media (max-width:430px){
  .hero-flag-side-left{left:6px; top:182px;}
  .hero-flag-side-right{right:6px; top:118px;}
  .hero-flag-side .wave-flag{width:72px; height:44px;}
}


/* =========================================================
   V156 — Hero bayrakları tamamen kaldırıldı
   ========================================================= */
.turkish-flag-3d,
.hero-turkic-flags,
.hero-flag-cluster,
.hero-flag-columns,
.hero-flag-sides,
.hero-flag-side,
.hero-flag-column,
.wave-flag,
.mini-flag{
  display:none !important;
}


/* =========================================================
   V157 — Ana sayfa alt alanı: Konuk Olduğu Programlar
   ========================================================= */
body.v18-refined .home-guest-programs-v157 .guest-program-image-v157{
  position:relative;
  display:block;
  overflow:hidden;
}
body.v18-refined .home-guest-programs-v157 .guest-program-image-v157 img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  transition:transform .35s ease,filter .35s ease;
}
body.v18-refined .home-guest-programs-v157 .guest-program-play-v157{
  position:absolute;
  right:16px;
  bottom:14px;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#07131f;
  background:#e1bd73;
  border:1px solid rgba(255,255,255,.6);
  box-shadow:0 8px 20px rgba(0,0,0,.22);
  font-size:14px;
  line-height:1;
}
body.v18-refined .home-guest-programs-v157 .guest-program-card-v157:hover .guest-program-image-v157 img{
  transform:scale(1.025);
  filter:saturate(1.04);
}
body.v18-refined .home-guest-programs-v157 .guest-program-read-v157{
  display:inline-flex!important;
  width:auto!important;
  min-width:165px!important;
  min-height:43px!important;
  margin-top:10px!important;
  padding:9px 17px!important;
  border-radius:10px!important;
  font-size:14px!important;
}
body.v18-refined .home-guest-programs-v157 .guest-program-empty-v157{
  padding:30px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,250,241,.72);
}
body.v18-refined .home-guest-programs-v157 .guest-program-empty-v157 h2{
  margin:0 0 8px;
  font-family:var(--serif);
}
body.v18-refined .home-guest-programs-v157 .guest-program-empty-v157 p{
  margin:0;
}
@media(max-width:760px){
  body.v18-refined .home-guest-programs-v157 .guest-program-play-v157{
    width:38px;
    height:38px;
    right:12px;
    bottom:12px;
  }
  body.v18-refined .home-guest-programs-v157 .guest-program-read-v157{
    min-width:148px!important;
    min-height:41px!important;
    font-size:13px!important;
  }
}


/* V159 — Yazı detay kategori etiketi daha editoryal, AI hissi azaltıldı */
@media(max-width:640px){.article-kicker-v46 span{padding-left:12px;font-size:11px;letter-spacing:.14em}}


/* =========================================================
   V160 — İletişim alanları + yazar logosu
   ========================================================= */

/* İletişim alanları: pill/kapsül yerine editoryal liste */
.contact-area-tags-v123{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px 18px!important;
  margin-top:17px!important;
}
.contact-area-tags-v123 span{
  position:relative!important;
  display:block!important;
  min-height:0!important;
  padding:4px 0 4px 13px!important;
  border:0!important;
  border-left:2px solid rgba(181,123,42,.72)!important;
  border-radius:0!important;
  background:transparent!important;
  color:#4f3424!important;
  font-family:var(--serif)!important;
  font-size:13px!important;
  font-weight:600!important;
  line-height:1.35!important;
  letter-spacing:.005em!important;
  box-shadow:none!important;
}
.contact-area-tags-v123 span::after{
  content:""!important;
  position:absolute!important;
  left:-2px!important;
  bottom:0!important;
  width:22px!important;
  height:1px!important;
  background:linear-gradient(90deg,rgba(181,123,42,.58),transparent)!important;
}
@media(max-width:620px){
  .contact-area-tags-v123{
    grid-template-columns:1fr 1fr!important;
    gap:9px 13px!important;
  }
  .contact-area-tags-v123 span{
    padding-left:11px!important;
    font-size:12px!important;
  }
}
@media(max-width:390px){
  .contact-area-tags-v123{
    grid-template-columns:1fr!important;
  }
}

/* Yazı altındaki MA rozeti yerine gerçek site logosu */
.article-author-v46{
  grid-template-columns:66px 1fr!important;
}
.article-author-v46-mark.article-author-logo-v160{
  width:62px!important;
  height:62px!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  overflow:hidden!important;
  background:transparent!important;
  box-shadow:0 8px 24px rgba(0,0,0,.22)!important;
}
.article-author-logo-v160 img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}
@media(max-width:720px){
  .article-author-v46{
    grid-template-columns:52px 1fr!important;
  }
  .article-author-v46-mark.article-author-logo-v160{
    width:50px!important;
    height:50px!important;
  }
}



/* =========================================================
   V169 — V161 tabanlı bağımsız Konuk Yazarlar + Türk Dünyasından
   ========================================================= */

/* Uzayan masaüstü menüyü CTA ile çakıştırmadan sığdır. */
@media(min-width:1181px){
  .site-header .main-nav{gap:clamp(3px,.28vw,7px)!important}
  .site-header .main-nav a{font-size:clamp(9.5px,.52vw,11.5px)!important;white-space:nowrap!important}
}
@media(min-width:1181px) and (max-width:1860px){.site-header .header-quote{display:none!important}}

/* Ana sayfada dört bağımsız içerik sütunu. */
body.v18-refined .home-content-v169 .home-grid-v169{grid-template-columns:repeat(4,minmax(0,1fr))!important}
body.v18-refined .home-content-v169 .home-grid-v169>.panel{min-width:0;min-height:355px;border-right:1px solid var(--line)!important}
body.v18-refined .home-content-v169 .home-grid-v169>.panel:last-child{border-right:0!important}
body.v18-refined .home-content-v169 .section-head{align-items:flex-start;min-height:62px}
body.v18-refined .home-content-v169 .section-head h2{font-size:22px;text-wrap:balance}
body.v18-refined .home-content-v169 .section-head a{font-size:10.5px;white-space:nowrap}
body.v18-refined .home-content-v169 .post-item{grid-template-columns:92px minmax(0,1fr);gap:11px}
body.v18-refined .home-content-v169 .post-item img{width:92px;height:64px}
body.v18-refined .home-content-v169 .post-item h3{font-size:16px}
body.v18-refined .home-content-v169 .post-item p{font-size:10px;margin-bottom:3px}
body.v18-refined .home-content-v169 .post-item time{font-size:10px}
body.v18-refined .guest-authors-home-panel-v169{background:rgba(250,244,234,.52)}
body.v18-refined .turkic-world-home-panel-v169{background:linear-gradient(180deg,rgba(255,250,240,.78),rgba(245,233,211,.52))}

/* Bağımsız liste sayfaları */
.independent-page-hero-v169{background:linear-gradient(180deg,#fbf6ee,#f4ebde)}
.independent-archive-v169{padding-top:40px!important}
.independent-toolbar-v169{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid var(--line)}
.independent-toolbar-v169>div{display:grid;gap:3px}.independent-toolbar-v169>div strong{font:500 25px/1.1 var(--serif)}
.independent-toolbar-v169 form{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.independent-toolbar-v169 input{min-width:300px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fffaf2}.independent-toolbar-v169 button,.independent-toolbar-v169 form a{min-height:41px;padding:9px 14px;border:1px solid var(--gold);border-radius:8px;background:#071725;color:#fff3db;font-weight:800}
.independent-grid-v169{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.independent-card-v169{overflow:hidden;border:1px solid rgba(122,83,35,.22);border-radius:17px;background:rgba(255,255,255,.68);box-shadow:0 16px 38px rgba(6,19,31,.08)}
.independent-card-v169.is-featured{box-shadow:0 18px 44px rgba(108,22,17,.13);border-color:rgba(151,66,35,.38)}
.independent-media-v169{position:relative;display:block;overflow:hidden}.independent-media-v169 img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .3s ease}.independent-card-v169:hover .independent-media-v169 img{transform:scale(1.025)}
.independent-play-v169{position:absolute;right:14px;bottom:12px;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#e1bd73;color:#07131f;border:1px solid rgba(255,255,255,.68);box-shadow:0 8px 18px rgba(0,0,0,.22)}
.independent-copy-v169{padding:19px 18px 20px}.independent-meta-v169{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:9px;color:#77695b;font-size:11px}.independent-meta-v169 span{padding-left:9px;border-left:2px solid var(--gold);color:#7a241d;font-weight:800}.independent-copy-v169 h2{margin:0 0 8px;font:500 27px/1.06 var(--serif)}.independent-copy-v169 p{margin:0 0 14px;color:#62564a;font-size:13px;line-height:1.55}.independent-open-v169{color:#791d16;font-family:var(--serif);font-weight:700}
.independent-detail-hero-v169 .article-cover-v46-frame img{object-position:center top}

@media(max-width:1380px) and (min-width:961px){
 body.v18-refined .home-content-v169 .home-grid-v169{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 body.v18-refined .home-content-v169 .home-grid-v169>.panel:nth-child(2n){border-right:0!important}
 body.v18-refined .home-content-v169 .home-grid-v169>.panel:nth-child(n+3){border-top:1px solid var(--line)!important}
 .independent-grid-v169{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:960px){
 body.v18-refined .home-content-v169 .home-grid-v169{grid-template-columns:1fr!important}
 body.v18-refined .home-content-v169 .home-grid-v169>.panel{min-height:0;border-right:0!important;border-top:1px solid var(--line)!important}
 body.v18-refined .home-content-v169 .home-grid-v169>.panel:first-child{border-top:0!important}
 body.v18-refined .home-content-v169 .section-head{min-height:0}
 .independent-grid-v169{grid-template-columns:1fr}
}
@media(max-width:620px){
 body.v18-refined .home-content-v169 .post-item{grid-template-columns:94px minmax(0,1fr)!important;gap:11px!important}
 body.v18-refined .home-content-v169 .post-item img{width:94px!important;height:70px!important}
 body.v18-refined .home-content-v169 .post-item h3{font-size:17px!important}
 body.v18-refined .home-content-v169 .section-head{flex-direction:row!important;gap:10px!important}
 body.v18-refined .home-content-v169 .section-head h2{font-size:22px!important}
 body.v18-refined .home-content-v169 .section-head a{font-size:10px!important}
 .independent-toolbar-v169{align-items:stretch;flex-direction:column}.independent-toolbar-v169 input{min-width:0;flex:1 1 190px}
 .independent-card-v169{display:grid;grid-template-columns:112px minmax(0,1fr);border-radius:12px}.independent-media-v169 img{height:100%;min-height:158px;aspect-ratio:auto}.independent-copy-v169{padding:15px 13px}.independent-copy-v169 h2{font-size:22px}.independent-copy-v169 p{font-size:12px}.independent-play-v169{width:34px;height:34px;right:8px;bottom:8px}
}


/* =========================================================
   V170 — Farsça / Arapça RTL desteği
   ========================================================= */
html[dir="rtl"] body{direction:rtl}
html[dir="rtl"] .site-header,
html[dir="rtl"] .main-nav,
html[dir="rtl"] .language-menu,
html[dir="rtl"] .hero-copy,
html[dir="rtl"] .section-title,
html[dir="rtl"] .panel,
html[dir="rtl"] .article-reader-v46,
html[dir="rtl"] .article-aside-v46,
html[dir="rtl"] .site-footer{text-align:right}
html[dir="rtl"] .brand,
html[dir="rtl"] .hero-visual,
html[dir="rtl"] .article-cover-v46{direction:ltr}
html[dir="rtl"] .language-menu{direction:rtl}
html[dir="rtl"] .article-kicker-v46 span,
html[dir="rtl"] .contact-area-tags-v123 span{
  border-left:0!important;
  border-right:2px solid rgba(226,189,115,.78)!important;
  padding-left:0!important;
  padding-right:12px!important;
}
html[dir="rtl"] .post-item{
  direction:rtl;
}
html[dir="rtl"] .post-item img{
  order:2;
}
html[dir="rtl"] .post-item>div{
  order:1;
}


/* =========================================================
   V171 — Uzun masaüstü menü + Farsça/Arapça çeviri polish
   ========================================================= */

/* 12 menü maddesi varken söz alanı 1920px'de menüyü sıkıştırmasın. */
@media(min-width:1181px) and (max-width:2199px){
  body.v18-refined .site-header .header-quote,
  .site-header .header-quote{
    display:none!important;
  }
}

/* Masaüstü header: marka, menü ve sağ aksiyon birbirine binmez. */
@media(min-width:1650px){
  .site-header .nav-wrap{
    grid-template-columns:minmax(250px,285px) minmax(0,1fr) auto!important;
    gap:10px!important;
  }
  .site-header .brand{
    max-width:285px!important;
  }
  .site-header .main-nav{
    min-width:0!important;
    justify-content:center!important;
    gap:clamp(3px,.24vw,6px)!important;
  }
  .site-header .main-nav a{
    padding-inline:0!important;
    font-size:clamp(9.8px,.50vw,11px)!important;
    white-space:nowrap!important;
    letter-spacing:-.01em!important;
  }
  .site-header .header-side,
  .site-header .header-utility{
    flex:0 0 auto!important;
    min-width:0!important;
  }
  .site-header .quick-contact{
    padding-inline:12px!important;
    font-size:10.8px!important;
  }
  .site-header .language-switcher>summary{
    padding-inline:8px!important;
  }
}

/* Orta masaüstünde biraz daha kompakt. */
@media(min-width:1350px) and (max-width:1649px){
  .site-header .nav-wrap{
    grid-template-columns:220px minmax(0,1fr) auto!important;
    gap:8px!important;
  }
  .site-header .brand{max-width:220px!important}
  .site-header .brand-text strong{font-size:18px!important;letter-spacing:2.6px!important}
  .site-header .brand-text small{display:none!important}
  .site-header .main-nav{gap:3px!important}
  .site-header .main-nav a{font-size:9.4px!important;white-space:nowrap!important}
  .site-header .quick-contact{padding-inline:9px!important;font-size:10px!important}
  .site-header .language-current{display:none!important}
}

/* RTL header'ın fiziksel grid sırası bozulmasın; yalnız metin yönü RTL olsun. */
html[dir="rtl"] .site-header .nav-wrap,
html[dir="rtl"] .site-header .header-utility{
  direction:ltr;
}
html[dir="rtl"] .site-header .main-nav,
html[dir="rtl"] .site-header .language-menu{
  direction:rtl;
}
html[dir="rtl"] .site-header .main-nav a{
  text-align:right;
}


/* =========================================================
   V172 — Bağımsız içerik arşivleri yazılar sayfası gibi
   ========================================================= */
.independent-archive-v172{padding-top:20px!important}
.archive-toolbar-v172 .archive-toolbar-copy-v47 .eyebrow{
  letter-spacing:.12em;
}
.independent-editorial-grid-v172{
  align-items:stretch;
}
.independent-editorial-card-v172{
  height:100%;
}
.independent-editorial-media-v172{
  background:#081420;
}
.independent-editorial-copy-v172{
  min-height:290px;
}
.independent-editorial-meta-v172{
  min-height:26px;
}
.independent-author-line-v172{
  margin-top:2px;
  color:#736250;
  font-size:13px;
  line-height:1.55;
}
.independent-badge-v172{
  position:absolute;
  z-index:2;
  right:14px;
  top:14px;
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:50%;
  background:rgba(8,21,33,.78);
  border:1px solid rgba(255,255,255,.26);
  color:#fff5dc;
  font-size:15px;
  font-weight:900;
  backdrop-filter:blur(8px);
  box-shadow:0 8px 18px rgba(0,0,0,.22);
}
.independent-editorial-footer-v172{
  margin-top:auto;
}

@media(max-width:720px){
  .independent-archive-v172{
    padding-top:8px!important;
  }
  .archive-toolbar-v172{
    margin-bottom:16px;
  }
  .archive-toolbar-v172 .archive-toolbar-copy-v47{
    width:100%;
  }
  .archive-toolbar-v172 .archive-toolbar-copy-v47 strong{
    margin-left:auto;
  }
  .independent-editorial-card-v172{
    border-radius:20px;
  }
  .independent-editorial-copy-v172{
    min-height:0;
    padding:18px;
  }
  .independent-author-line-v172{
    font-size:12px;
  }
}


/* ========================================================================== */
/* Academic Institutional Theme v200 — Prof. Dr. İlker Kösterelioğlu          */
/* ========================================================================== */
:root{
  --academic-navy:#10243b;
  --academic-navy-2:#18344f;
  --academic-navy-3:#0b1a2b;
  --academic-gold:#a87534;
  --academic-gold-2:#c59a5b;
  --academic-red:#8d211c;
  --academic-ivory:#f6f2ea;
  --academic-paper:#fbf9f4;
  --academic-stone:#e8e0d4;
  --academic-line:#ddd2c2;
  --academic-text:#18283a;
  --academic-muted:#687486;
  --academic-shadow:0 18px 48px rgba(15,34,54,.09);
  --academic-shadow-soft:0 8px 26px rgba(15,34,54,.06);
}
html{scroll-behavior:smooth}
body.academic-theme-v200{
  background:var(--academic-paper);
  color:var(--academic-text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
body.academic-theme-v200 h1,
body.academic-theme-v200 h2,
body.academic-theme-v200 h3,
body.academic-theme-v200 .brand-text strong{
  font-family:Georgia,"Times New Roman",serif;
  color:var(--academic-navy);
}
body.academic-theme-v200 a{color:inherit}
body.academic-theme-v200 .container{width:min(1380px,calc(100% - 64px));max-width:1380px}
body.academic-theme-v200 .reading-progress span{background:linear-gradient(90deg,var(--academic-gold),var(--academic-red))}

/* Header */
body.academic-theme-v200 .site-header{
  position:sticky;top:0;z-index:1000;
  background:rgba(251,249,244,.95)!important;
  border-bottom:1px solid rgba(16,36,59,.09)!important;
  box-shadow:0 6px 24px rgba(16,36,59,.035)!important;
  backdrop-filter:blur(18px) saturate(130%);
}
body.academic-theme-v200 .site-header:before{display:none!important}
body.academic-theme-v200 .nav-wrap{min-height:82px;display:grid;grid-template-columns:minmax(330px,1fr) auto auto;gap:28px;align-items:center}
body.academic-theme-v200 .brand{display:flex!important;align-items:center;gap:14px;text-decoration:none;min-width:0}
body.academic-theme-v200 .brand-mark{width:48px;height:48px;border-radius:6px;overflow:hidden;box-shadow:0 6px 18px rgba(16,36,59,.15);background:#e9e3d9;flex:0 0 auto}
body.academic-theme-v200 .brand-mark img{width:100%;height:100%;object-fit:cover;display:block}
body.academic-theme-v200 .brand-text{min-width:0;display:flex;flex-direction:column;line-height:1.1}
body.academic-theme-v200 .brand-text strong{font-size:20px;letter-spacing:.075em;text-transform:uppercase;white-space:nowrap;font-weight:700}
body.academic-theme-v200 .brand-text small{margin-top:6px;color:#465c72;font-size:9px;letter-spacing:.28em;font-weight:800;text-transform:uppercase;white-space:nowrap}
body.academic-theme-v200 .main-nav{display:flex;align-items:center;gap:22px;justify-content:center;white-space:nowrap}
body.academic-theme-v200 .main-nav a{position:relative;padding:30px 0 27px;font-size:12px;font-weight:750;color:#23374c;text-decoration:none;transition:color .2s ease}
body.academic-theme-v200 .main-nav a:hover{color:var(--academic-gold)}
body.academic-theme-v200 .main-nav a.active:after{content:"";position:absolute;left:25%;right:25%;bottom:18px;height:2px;background:var(--academic-gold);border-radius:2px}
body.academic-theme-v200 .header-side{display:flex;align-items:center}
body.academic-theme-v200 .header-utility{display:flex;align-items:center;gap:12px}
body.academic-theme-v200 .header-quote{display:none!important}
body.academic-theme-v200 .quick-contact{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:9px;background:linear-gradient(135deg,#9b6a2b,#b1844c)!important;border:1px solid #9a6c33!important;color:#fff!important;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 6px 16px rgba(155,106,43,.16)}
body.academic-theme-v200 .quick-contact:before{content:"▣";margin-right:8px;font-size:11px}
body.academic-theme-v200 .language-switcher>summary{min-height:42px;border:1px solid #dfd6c8!important;background:#fff!important;border-radius:9px!important;color:var(--academic-navy)!important;padding:0 12px!important;box-shadow:none!important}
body.academic-theme-v200 .language-current{font-size:11px;font-weight:750}
body.academic-theme-v200 .language-menu{background:#fff!important;border:1px solid var(--academic-line)!important;box-shadow:var(--academic-shadow)!important;border-radius:12px!important}
body.academic-theme-v200 .menu-toggle{color:var(--academic-navy)!important;border-color:var(--academic-line)!important;background:#fff!important}

/* Home hero */
.academic-home-hero-v200{
  position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 18% 15%,rgba(168,117,52,.07),transparent 27%),
    radial-gradient(circle at 86% 28%,rgba(16,36,59,.07),transparent 24%),
    linear-gradient(90deg,rgba(246,242,234,.97),rgba(251,249,244,.92)),
    url('assets/paper-texture.webp') center/620px repeat;
  border-bottom:1px solid #d8c8af;
}
.academic-home-hero-v200:before,.academic-home-hero-v200:after{content:"";position:absolute;bottom:-24px;width:360px;height:230px;opacity:.13;filter:grayscale(1) sepia(.15);pointer-events:none;background:linear-gradient(160deg,transparent 0 46%,#29435c 47% 48%,transparent 49%),radial-gradient(ellipse at bottom,#29435c 0 2px,transparent 3px);mask-image:linear-gradient(to top,#000,transparent)}
.academic-home-hero-v200:before{left:-80px;transform:skewX(-7deg)}
.academic-home-hero-v200:after{right:-90px;transform:scaleX(-1) skewX(-7deg)}
.academic-hero-grid-v200{position:relative;z-index:2;min-height:560px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:72px;align-items:center;padding-top:38px;padding-bottom:38px}
.academic-hero-copy-v200{padding-left:50px}
.academic-kicker-v200{display:block;color:var(--academic-gold);font-family:Georgia,"Times New Roman",serif;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.academic-hero-copy-v200 h1{max-width:620px;margin:10px 0 8px;font-size:clamp(56px,4.7vw,82px);line-height:.91;letter-spacing:-.045em;font-weight:500;color:var(--academic-navy)}
.academic-role-v200{display:flex;flex-wrap:wrap;align-items:center;gap:9px 13px;margin:15px 0 0;color:#263b50;font-family:Georgia,"Times New Roman",serif;font-size:19px;font-style:italic}
.academic-role-v200 b{font-weight:500}
.academic-role-v200 span{color:var(--academic-gold);font-style:normal}
.academic-lead-v200{max-width:640px;margin:22px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:17px;line-height:1.65;color:#34495d}
.academic-hero-actions-v200{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.academic-btn-v200{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border-radius:6px;text-decoration:none;font-family:Georgia,"Times New Roman",serif;font-size:14px;font-weight:700;transition:.22s ease}
.academic-btn-v200 svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.academic-btn-primary-v200{background:linear-gradient(135deg,#10243b,#173957);color:#fff!important;border:1px solid #10243b;box-shadow:0 9px 20px rgba(16,36,59,.15)}
.academic-btn-primary-v200:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(16,36,59,.2)}
.academic-btn-secondary-v200{background:rgba(255,255,255,.62);border:1px solid #bea67f;color:var(--academic-navy)!important}
.academic-btn-secondary-v200:hover{background:#fff;border-color:var(--academic-gold)}
.academic-hero-quote-v200{max-width:650px;margin:24px 0 0;padding:0 0 0 0;border:0;color:#5b6570;font-family:Georgia,"Times New Roman",serif;font-size:14px;font-style:italic;line-height:1.5}
.academic-hero-quote-v200:after{content:"";display:block;width:34px;height:1px;background:var(--academic-gold);margin-top:11px}
.academic-hero-quote-v200 cite{display:block;margin-top:-12px;text-align:right;font-size:11px;font-style:normal;color:#667383}
.academic-hero-media-v200{position:relative;padding-right:48px}
.academic-portrait-card-v200{position:relative;margin:0;border-radius:15px;overflow:hidden;background:#0e1d2c;box-shadow:0 24px 60px rgba(16,36,59,.18);aspect-ratio:1.46/1;border:1px solid rgba(168,117,52,.22)}
.academic-portrait-card-v200>img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 24%}
.academic-portrait-card-v200:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(to top,rgba(5,14,23,.76),transparent 80%);pointer-events:none}
.academic-portrait-card-v200 figcaption{position:absolute;z-index:3;left:28px;bottom:22px;display:flex;flex-direction:column;color:#fff}
.academic-portrait-card-v200 figcaption strong{font-family:Georgia,"Times New Roman",serif;font-size:20px;line-height:1.15}
.academic-portrait-card-v200 figcaption span{margin-top:6px;color:#e6c688;font-size:11px;letter-spacing:.035em}
.academic-photo-quote-v200{position:absolute;z-index:4;right:0;bottom:0;width:205px;min-height:130px;margin:0;padding:20px 18px 18px 46px;background:rgba(9,24,38,.88);border-left:1px solid rgba(197,154,91,.55);border-top:1px solid rgba(197,154,91,.55);border-radius:12px 0 0 0;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:13px;line-height:1.5}
.academic-photo-quote-v200 b{position:absolute;left:17px;top:11px;color:var(--academic-gold-2);font-size:31px;line-height:1}
.academic-hero-ornament-v200{position:absolute;top:96px;z-index:1;display:flex;flex-direction:column;gap:8px;color:#4a6075;font-family:Georgia,"Times New Roman",serif;font-size:10px;font-weight:700;letter-spacing:.18em;line-height:1.35}
.academic-hero-ornament-v200 i{display:block;width:28px;height:1px;background:var(--academic-gold);margin-top:7px}
.academic-hero-ornament-left-v200{left:28px}
.academic-hero-ornament-right-v200{right:25px}

/* Home academic grid */
.academic-overview-v200{position:relative;padding:34px 0 44px;background:linear-gradient(180deg,#fbfaf6,#f5efe6);border-bottom:1px solid #dfd5c6}
.academic-overview-head-v200{display:grid;grid-template-columns:minmax(420px,1.25fr) minmax(280px,.7fr) auto;gap:30px;align-items:end;margin-bottom:20px}
.academic-overview-head-v200>div{position:relative;padding-left:22px}
.academic-overview-head-v200>div:before{content:"";position:absolute;left:0;top:0;width:1px;height:44px;background:var(--academic-gold)}
.academic-overview-head-v200 h2{margin:4px 0 0;font-size:30px;line-height:1.05;font-weight:500}
.academic-overview-head-v200>p{margin:0 0 2px;color:#708092;font-size:12px;line-height:1.55}
.academic-overview-head-v200>a{margin-bottom:4px;text-decoration:none;color:var(--academic-navy);font-family:Georgia,"Times New Roman",serif;font-size:12px;font-weight:700;white-space:nowrap}
.academic-overview-head-v200>a span{margin-left:8px;color:var(--academic-gold)}
.academic-hub-grid-v200{display:grid;grid-template-columns:1.12fr 1.02fr .95fr .95fr;gap:10px}
.academic-hub-card-v200{min-width:0;min-height:270px;padding:15px 16px 16px;background:rgba(255,255,255,.68);border:1px solid #e2d8cb;border-radius:7px;box-shadow:0 7px 22px rgba(16,36,59,.045)}
.academic-hub-title-v200{min-height:38px;display:grid;grid-template-columns:29px 1fr auto;gap:8px;align-items:start;padding-bottom:11px;border-bottom:1px solid #e5ddd1}
.academic-hub-title-v200 h3{margin:3px 0 0;font-size:17px;line-height:1.1;font-weight:500}
.academic-hub-title-v200>a{margin-top:5px;color:#8d211c;text-decoration:none;font-size:8px;font-weight:800;white-space:nowrap}
.academic-hub-icon-v200{width:28px;height:28px;display:grid;place-items:center;color:var(--academic-gold)}
.academic-hub-icon-v200 svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.academic-hub-list-v200{display:flex;flex-direction:column;gap:10px;margin-top:12px}
.academic-hub-list-v200 article{display:grid;grid-template-columns:74px 1fr;gap:10px;align-items:start;min-width:0}
.academic-thumb-v200{width:74px;height:50px;border-radius:5px;overflow:hidden;background:#e8e1d7;display:block;border:1px solid #ddd3c5}
.academic-thumb-v200 img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.academic-thumb-v200:hover img{transform:scale(1.04)}
.academic-hub-list-v200 h4{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:12px;line-height:1.08;font-weight:500;color:var(--academic-navy)}
.academic-hub-list-v200 h4 a{text-decoration:none}
.academic-hub-list-v200 time,.academic-hub-list-v200 p{display:block;margin:5px 0 0;font-size:8px;color:#84909c;line-height:1.3}
.academic-empty-v200{min-height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:22px;text-align:center;color:#87919c}
.academic-empty-v200>svg{width:42px;height:42px;margin-bottom:12px;fill:none;stroke:#aab1b8;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}
.academic-empty-v200>span{font-size:28px;opacity:.45;margin-bottom:10px}
.academic-empty-v200 strong{font-family:Georgia,"Times New Roman",serif;font-size:12px;font-weight:500;color:#5f6c78}
.academic-empty-v200 p{max-width:230px;margin:8px 0 0;font-size:10px;line-height:1.45;color:#8b949e}

/* Shared inner page hero */
body.academic-theme-v200 .v16-page-intro,
body.academic-theme-v200 .page-hero{
  position:relative;overflow:hidden;background:
  linear-gradient(90deg,rgba(246,242,234,.98),rgba(250,248,243,.91)),
  url('assets/paper-texture.webp') center/620px repeat!important;
  border-bottom:1px solid var(--academic-line)!important;
  color:var(--academic-navy)!important;
}
body.academic-theme-v200 .v16-page-intro:after,
body.academic-theme-v200 .page-hero:after{content:"";position:absolute;right:-25px;bottom:-70px;width:360px;height:230px;background:var(--ma-inner-hero) center/cover no-repeat;opacity:.075;filter:grayscale(1);mask-image:linear-gradient(to left,#000,transparent)}
body.academic-theme-v200 .v16-page-intro>.container{position:relative;z-index:2;min-height:250px;padding-top:56px;padding-bottom:50px}
body.academic-theme-v200 .v16-page-intro .eyebrow,
body.academic-theme-v200 .section-title>span,
body.academic-theme-v200 .section-title .eyebrow,
body.academic-theme-v200 .eyebrow{color:var(--academic-gold)!important;letter-spacing:.12em!important;font-weight:800!important;text-transform:uppercase!important;font-size:10px!important}
body.academic-theme-v200 .v16-page-intro h1{max-width:800px;margin:8px 0 10px!important;color:var(--academic-navy)!important;font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(42px,5vw,70px)!important;font-weight:500!important;line-height:.98!important;letter-spacing:-.035em!important}
body.academic-theme-v200 .v16-page-intro p{max-width:700px;color:#5c6c7b!important;font-family:Georgia,"Times New Roman",serif!important;font-size:16px!important;line-height:1.6!important}
body.academic-theme-v200 .page-hero-inner{position:relative;z-index:2;min-height:330px;display:grid;grid-template-columns:1fr .75fr;gap:44px;align-items:center;padding-top:38px;padding-bottom:38px}
body.academic-theme-v200 .page-copy h1{color:var(--academic-navy)!important;font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(42px,4.5vw,68px)!important;line-height:.98!important;font-weight:500!important;letter-spacing:-.035em!important}
body.academic-theme-v200 .page-copy p{max-width:680px;color:#5c6c7b!important;font-family:Georgia,"Times New Roman",serif!important;font-size:16px!important;line-height:1.65!important}
body.academic-theme-v200 .page-copy .ornament{background:var(--academic-gold)!important}
body.academic-theme-v200 .page-visual{border-radius:14px!important;box-shadow:var(--academic-shadow)!important;border:1px solid rgba(168,117,52,.22)!important;min-height:260px!important}

/* Shared surfaces, cards and controls */
body.academic-theme-v200 .paper-section,
body.academic-theme-v200 .archive-surface-v47{background:linear-gradient(180deg,#fbfaf6,#f7f3ec)!important;color:var(--academic-text)!important}
body.academic-theme-v200 .content-page-space{padding-top:34px;padding-bottom:60px}
body.academic-theme-v200 .section-title h2{color:var(--academic-navy)!important;font-family:Georgia,"Times New Roman",serif!important;font-weight:500!important}
body.academic-theme-v200 .muted{color:#758291!important}
body.academic-theme-v200 .archive-toolbar-v47,
body.academic-theme-v200 .video-toolbar,
body.academic-theme-v200 .archive-type-nav,
body.academic-theme-v200 .profile-main-card,
body.academic-theme-v200 .profile-facts,
body.academic-theme-v200 .side-card,
body.academic-theme-v200 .contact-panel,
body.academic-theme-v200 .contact-form-section,
body.academic-theme-v200 .dark-card{
  background:rgba(255,255,255,.72)!important;
  border:1px solid #e2d8cb!important;
  box-shadow:var(--academic-shadow-soft)!important;
  color:var(--academic-text)!important;
}
body.academic-theme-v200 .dark-card h3,
body.academic-theme-v200 .dark-card p{color:var(--academic-navy)!important}
body.academic-theme-v200 .round-icon{background:#f5efe5!important;border:1px solid #ddcfbb!important;color:var(--academic-gold)!important}
body.academic-theme-v200 .archive-toolbar-v47{border-radius:10px!important;padding:18px 20px!important}
body.academic-theme-v200 .archive-toolbar-copy-v47 strong{color:var(--academic-navy)!important;font-family:Georgia,"Times New Roman",serif!important}
body.academic-theme-v200 .archive-search-v47 input,
body.academic-theme-v200 .field{background:#fff!important;border:1px solid #d9d0c4!important;color:var(--academic-text)!important;border-radius:8px!important;box-shadow:none!important}
body.academic-theme-v200 .archive-search-v47 input:focus,
body.academic-theme-v200 .field:focus{border-color:#b08a56!important;outline:2px solid rgba(168,117,52,.12)!important}
body.academic-theme-v200 .archive-search-v47 button,
body.academic-theme-v200 .btn-primary{background:linear-gradient(135deg,#10243b,#173957)!important;border-color:#10243b!important;color:#fff!important;box-shadow:0 8px 20px rgba(16,36,59,.13)!important}
body.academic-theme-v200 .btn-ghost,
body.academic-theme-v200 .btn-secondary{background:#fff!important;border:1px solid #c8b79d!important;color:var(--academic-navy)!important}
body.academic-theme-v200 .editorial-grid-v47{gap:18px!important}
body.academic-theme-v200 .editorial-card-v47{background:rgba(255,255,255,.76)!important;border:1px solid #e2d8cb!important;border-radius:10px!important;box-shadow:var(--academic-shadow-soft)!important;overflow:hidden!important}
body.academic-theme-v200 .editorial-card-v47.is-featured{border-color:#d4c2a7!important;box-shadow:var(--academic-shadow)!important}
body.academic-theme-v200 .editorial-media-v47{background:#e8e1d7!important}
body.academic-theme-v200 .editorial-media-v47 img{transition:transform .3s ease,filter .3s ease}
body.academic-theme-v200 .editorial-card-v47:hover .editorial-media-v47 img{transform:scale(1.025);filter:saturate(.92) contrast(1.02)}
body.academic-theme-v200 .editorial-copy-v47 h2,
body.academic-theme-v200 .editorial-copy-v47 h2 a{color:var(--academic-navy)!important;font-family:Georgia,"Times New Roman",serif!important;font-weight:500!important}
body.academic-theme-v200 .editorial-copy-v47 p{color:#697684!important}
body.academic-theme-v200 .editorial-meta-v47{color:#987044!important}
body.academic-theme-v200 .editorial-meta-v47 em{color:#89929b!important}
body.academic-theme-v200 .editorial-footer-v47 a,
body.academic-theme-v200 .outline-link{color:var(--academic-navy)!important;border-color:#baa17d!important}
body.academic-theme-v200 .modern-video-card,
body.academic-theme-v200 .video-card-v14,
body.academic-theme-v200 .news-card,
body.academic-theme-v200 .event-card,
body.academic-theme-v200 .visit-card{
  background:rgba(255,255,255,.76)!important;border:1px solid #e2d8cb!important;border-radius:10px!important;box-shadow:var(--academic-shadow-soft)!important;overflow:hidden!important
}
body.academic-theme-v200 .modern-video-body h2,
body.academic-theme-v200 .video-card-copy h2,
body.academic-theme-v200 .news-card-body h2{font-family:Georgia,"Times New Roman",serif!important;color:var(--academic-navy)!important;font-weight:500!important}
body.academic-theme-v200 .modern-video-body p,
body.academic-theme-v200 .video-card-copy p,
body.academic-theme-v200 .news-card-body p{color:#697684!important}
body.academic-theme-v200 .modern-play{background:rgba(16,36,59,.9)!important;color:#fff!important;border:1px solid rgba(255,255,255,.7)!important}
body.academic-theme-v200 .video-kicker,
body.academic-theme-v200 .news-card-meta{color:var(--academic-gold)!important}
body.academic-theme-v200 .archive-type-nav{padding:7px!important;border-radius:9px!important}
body.academic-theme-v200 .archive-type-nav a{border-radius:7px!important;color:#526273!important}
body.academic-theme-v200 .archive-type-nav a.active{background:var(--academic-navy)!important;color:#fff!important}

/* About / resume / contact */
body.academic-theme-v200 .about-intro.two-col,
body.academic-theme-v200 .profile-page-grid,
body.academic-theme-v200 .contact-layout-v32{gap:20px!important}
body.academic-theme-v200 .about-page-clean p,
body.academic-theme-v200 .profile-main-card p,
body.academic-theme-v200 .profile-facts span,
body.academic-theme-v200 .contact-page-clean p{color:#657584!important;line-height:1.7!important}
body.academic-theme-v200 .profile-facts>div{border-color:#e1d7c8!important}
body.academic-theme-v200 .profile-facts strong{color:var(--academic-navy)!important;font-family:Georgia,"Times New Roman",serif!important}
body.academic-theme-v200 .contact-info-list .contact-line{background:#fff!important;border:1px solid #e2d8cb!important;border-radius:9px!important;color:var(--academic-text)!important;box-shadow:none!important}
body.academic-theme-v200 .contact-info-list .contact-line:hover{border-color:#c7ae89!important;transform:translateY(-1px)}
body.academic-theme-v200 .contact-line h3{color:var(--academic-navy)!important;font-family:Georgia,"Times New Roman",serif!important;font-weight:500!important}
body.academic-theme-v200 .contact-form-section{border-radius:12px!important;padding:28px!important}
body.academic-theme-v200 .faq a{color:var(--academic-navy)!important;border-color:#ded4c6!important}
body.academic-theme-v200 .contact-area-tags-v123 span{background:#f7f1e8!important;border:1px solid #dfd2bf!important;color:#765a35!important}

/* Additional home sections */
body.academic-theme-v200 .home-news-v13{background:#f6f1e8!important}
body.academic-theme-v200 .home-guest-programs-v157 .section-title h2,
body.academic-theme-v200 .home-guest-programs-v157 h2{color:var(--academic-navy)!important}
body.academic-theme-v200 .final-cta-v79{margin-top:48px!important;margin-bottom:48px!important;background:linear-gradient(135deg,#10243b,#17334d)!important;border:1px solid rgba(197,154,91,.28)!important;border-radius:14px!important;box-shadow:var(--academic-shadow)!important;color:#fff!important}
body.academic-theme-v200 .final-cta-v79 h2{color:#fff!important;font-family:Georgia,"Times New Roman",serif!important;font-weight:500!important}
body.academic-theme-v200 .final-cta-v79 p{color:#d8e0e8!important}
body.academic-theme-v200 .final-cta-v79 .eyebrow{color:#d9b778!important}
body.academic-theme-v200 .final-cta-v79 .btn-primary{background:linear-gradient(135deg,#a87534,#bd9259)!important;border-color:#bd9259!important}
body.academic-theme-v200 .final-cta-v79 .btn-ghost{background:transparent!important;border-color:rgba(255,255,255,.35)!important;color:#fff!important}

/* Footer */
body.academic-theme-v200 .site-footer{position:relative;background:linear-gradient(135deg,#0d2033,#122b43)!important;border-top:3px solid var(--academic-gold)!important;color:#dbe3ea!important}
body.academic-theme-v200 .site-footer:before{content:"";position:absolute;right:0;bottom:0;width:340px;height:210px;opacity:.06;background:linear-gradient(150deg,transparent 0 48%,#fff 49% 50%,transparent 51%);pointer-events:none}
body.academic-theme-v200 .site-footer h2{color:#fff!important;font-family:Georgia,"Times New Roman",serif!important;font-weight:500!important}
body.academic-theme-v200 .site-footer p,
body.academic-theme-v200 .site-footer .footer-mini{color:#afbdc9!important}
body.academic-theme-v200 .footer-quote p{color:#f5eee3!important;font-family:Georgia,"Times New Roman",serif!important;font-style:italic!important}
body.academic-theme-v200 .footer-quote em{color:#c6a56e!important}
body.academic-theme-v200 .footer-social-links a,
body.academic-theme-v200 .footer-press-links a,
body.academic-theme-v200 .footer-contact-link{color:#e8d0a7!important}
body.academic-theme-v200 .copyright{background:#091827!important;border-top:1px solid rgba(255,255,255,.08)!important}
body.academic-theme-v200 .copyright-copy{color:#8fa0af!important}

/* Assistant and mobile nav aligned to academic palette */
body.academic-theme-v200 .mobile-bottom-nav{background:rgba(250,248,243,.97)!important;border-color:#ddd2c2!important;box-shadow:0 -8px 24px rgba(16,36,59,.08)!important}
body.academic-theme-v200 .mobile-bottom-nav a{color:#5b6875!important}
body.academic-theme-v200 .mobile-bottom-nav a b{color:var(--academic-navy)!important}

/* Responsive */
@media (max-width:1260px){
  body.academic-theme-v200 .container{width:min(1180px,calc(100% - 44px))}
  body.academic-theme-v200 .nav-wrap{grid-template-columns:minmax(280px,1fr) auto;gap:18px}
  body.academic-theme-v200 .main-nav{order:3;grid-column:1/-1;width:100%;justify-content:center;border-top:1px solid #e8dfd2;margin-top:-5px}
  body.academic-theme-v200 .main-nav a{padding:12px 0 14px}
  body.academic-theme-v200 .main-nav a.active:after{bottom:8px}
  .academic-hero-grid-v200{grid-template-columns:.9fr 1.1fr;gap:38px}
  .academic-hero-copy-v200{padding-left:20px}
  .academic-hero-media-v200{padding-right:20px}
  .academic-hero-ornament-v200{display:none}
  .academic-hub-grid-v200{grid-template-columns:1fr 1fr}
}
@media (max-width:900px){
  body.academic-theme-v200 .site-header{position:sticky}
  body.academic-theme-v200 .nav-wrap{display:flex;min-height:70px;gap:10px}
  body.academic-theme-v200 .brand{margin-right:auto}
  body.academic-theme-v200 .brand-text strong{font-size:16px}
  body.academic-theme-v200 .brand-text small{font-size:8px}
  body.academic-theme-v200 .main-nav{position:fixed;display:none;inset:70px 16px auto;background:#fff;border:1px solid var(--academic-line);border-radius:12px;padding:10px;box-shadow:var(--academic-shadow);flex-direction:column;align-items:stretch;gap:0;z-index:1200}
  body.academic-theme-v200 .main-nav.open,body.academic-theme-v200 .main-nav.is-open{display:flex}
  body.academic-theme-v200 .main-nav a{padding:13px 12px;border-bottom:1px solid #eee7dc}
  body.academic-theme-v200 .main-nav a:last-child{border-bottom:0}
  body.academic-theme-v200 .main-nav a.active:after{display:none}
  body.academic-theme-v200 .menu-toggle{display:grid!important;place-items:center;order:2}
  body.academic-theme-v200 .header-side{order:3}
  body.academic-theme-v200 .quick-contact{display:none}
  body.academic-theme-v200 .language-current{display:none}
  body.academic-theme-v200 .language-current-mobile{display:inline!important}
  .academic-hero-grid-v200{grid-template-columns:1fr;gap:28px;min-height:auto;padding-top:42px;padding-bottom:42px}
  .academic-hero-copy-v200{padding:0;text-align:left}
  .academic-hero-copy-v200 h1{max-width:760px;font-size:clamp(52px,10vw,74px)}
  .academic-hero-media-v200{padding:0}
  .academic-portrait-card-v200{max-width:760px;margin:0 auto}
  .academic-overview-head-v200{grid-template-columns:1fr auto}
  .academic-overview-head-v200>p{grid-column:1/-1;grid-row:2}
  .academic-hub-grid-v200{grid-template-columns:1fr 1fr}
  body.academic-theme-v200 .page-hero-inner{grid-template-columns:1fr;min-height:auto}
  body.academic-theme-v200 .page-visual{min-height:230px!important}
}
@media (max-width:640px){
  body.academic-theme-v200 .container{width:calc(100% - 28px)}
  body.academic-theme-v200 .brand-mark{width:39px;height:39px}
  body.academic-theme-v200 .brand-text strong{font-size:13px;letter-spacing:.04em}
  body.academic-theme-v200 .brand-text small{font-size:6.8px;letter-spacing:.2em}
  .academic-home-hero-v200{background:linear-gradient(180deg,#f8f4ec,#fbf9f5)}
  .academic-hero-grid-v200{padding-top:30px;padding-bottom:30px}
  .academic-hero-copy-v200 h1{font-size:44px;line-height:.94;margin-top:8px}
  .academic-kicker-v200{font-size:10px}
  .academic-role-v200{font-size:15px;gap:6px 9px}
  .academic-lead-v200{font-size:15px;margin-top:17px}
  .academic-hero-actions-v200{display:grid;grid-template-columns:1fr 1fr}
  .academic-btn-v200{padding:0 12px;font-size:12px}
  .academic-hero-quote-v200{font-size:12px}
  .academic-hero-quote-v200 cite{text-align:left;margin-top:8px}
  .academic-portrait-card-v200{aspect-ratio:1.2/1;border-radius:12px}
  .academic-portrait-card-v200 figcaption{left:17px;bottom:15px;max-width:60%}
  .academic-portrait-card-v200 figcaption strong{font-size:15px}
  .academic-photo-quote-v200{width:155px;min-height:106px;padding:14px 12px 12px 34px;font-size:10px}
  .academic-photo-quote-v200 b{left:11px;font-size:24px}
  .academic-overview-v200{padding:25px 0 32px}
  .academic-overview-head-v200{grid-template-columns:1fr;gap:10px}
  .academic-overview-head-v200 h2{font-size:25px}
  .academic-overview-head-v200>a{justify-self:start}
  .academic-hub-grid-v200{grid-template-columns:1fr}
  .academic-hub-card-v200{min-height:auto}
  .academic-hub-list-v200 article{grid-template-columns:84px 1fr}
  .academic-thumb-v200{width:84px;height:56px}
  .academic-hub-list-v200 h4{font-size:13px}
  body.academic-theme-v200 .v16-page-intro>.container{min-height:210px;padding-top:40px;padding-bottom:38px}
  body.academic-theme-v200 .v16-page-intro h1{font-size:42px!important}
  body.academic-theme-v200 .v16-page-intro p{font-size:14px!important}
  body.academic-theme-v200 .page-hero-inner{padding-top:30px;padding-bottom:30px}
  body.academic-theme-v200 .page-copy h1{font-size:42px!important}
  body.academic-theme-v200 .final-cta-v79{margin-left:14px!important;margin-right:14px!important;width:auto!important;border-radius:12px!important}
}
@media (prefers-reduced-motion:reduce){
  .academic-btn-v200,.academic-thumb-v200 img,body.academic-theme-v200 .editorial-media-v47 img{transition:none!important}
}

/* ========================================================================== */
/* Academic Institutional Theme v201 — layout cleanup / no slogans            */
/* ========================================================================== */
body.academic-theme-v200 .container{width:min(1480px,calc(100% - 56px));max-width:1480px}

/* Header: keep the person's full name out of the chrome; it appears once in hero. */
body.academic-theme-v200 .nav-wrap{
  min-height:76px;
  display:grid;
  grid-template-columns:250px minmax(0,1fr) auto;
  gap:26px;
  align-items:center;
}
body.academic-theme-v200 .brand{gap:12px;min-width:0;overflow:hidden}
body.academic-theme-v200 .brand-mark.brand-monogram{
  width:42px;height:42px;border-radius:8px;display:grid;place-items:center;
  overflow:visible;background:linear-gradient(145deg,#10243b,#183b5a);
  border:1px solid rgba(168,117,52,.55);box-shadow:0 7px 18px rgba(16,36,59,.12);
  color:#f3dfba;font-family:Georgia,"Times New Roman",serif;font-size:16px;font-weight:700;letter-spacing:.04em;
}
body.academic-theme-v200 .brand-text strong{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  font-size:12px;line-height:1.15;letter-spacing:.16em;text-transform:uppercase;font-weight:800;white-space:nowrap;
}
body.academic-theme-v200 .brand-text small{margin-top:5px;font-size:8px;letter-spacing:.18em;max-width:180px;overflow:hidden;text-overflow:ellipsis}
body.academic-theme-v200 .main-nav{gap:clamp(13px,1.25vw,22px);min-width:0;justify-content:center}
body.academic-theme-v200 .main-nav a{padding:29px 0 25px;font-size:12px;font-weight:700;letter-spacing:-.01em}
body.academic-theme-v200 .header-side{justify-self:end;min-width:max-content}
body.academic-theme-v200 .header-quote{display:none!important}
body.academic-theme-v200 .quick-contact{min-height:40px;padding:0 16px;border-radius:8px}
body.academic-theme-v200 .language-switcher>summary{min-height:40px}

/* Home hero v201: calm, spacious, no motto/quote/caption repetition. */
.academic-home-hero-v201{
  position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 11% 18%,rgba(168,117,52,.08),transparent 28%),
    radial-gradient(circle at 88% 22%,rgba(16,36,59,.06),transparent 27%),
    linear-gradient(180deg,#f8f5ee 0%,#f5f0e7 100%);
  border-bottom:1px solid #d9cdbd;
}
.academic-home-hero-v201:before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.38;
  background-image:linear-gradient(rgba(16,36,59,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(16,36,59,.018) 1px,transparent 1px);
  background-size:36px 36px;mask-image:linear-gradient(to right,#000,transparent 78%);
}
.academic-hero-grid-v201{position:relative;z-index:1;min-height:555px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(480px,.98fr);gap:84px;align-items:center;padding-top:58px;padding-bottom:58px}
.academic-hero-copy-v201{max-width:720px}
.academic-kicker-v201{display:block;color:#9b6b31;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.academic-hero-copy-v201 h1{max-width:720px;margin:13px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(56px,4.4vw,76px);line-height:.95;letter-spacing:-.04em;font-weight:500;color:#10243b}
.academic-role-v201{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin:20px 0 0;color:#2a4057;font-family:Georgia,"Times New Roman",serif;font-size:18px;font-style:italic}
.academic-role-v201 b{font-weight:500}.academic-role-v201 span{color:#a87534;font-style:normal}
.academic-lead-v201{max-width:690px;margin:23px 0 0;color:#4e5f70;font-family:Georgia,"Times New Roman",serif;font-size:17px;line-height:1.72}
.academic-hero-actions-v201{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:28px}
.academic-btn-v201{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 21px;border-radius:7px;text-decoration:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;font-size:12px;font-weight:800;letter-spacing:.01em;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.academic-btn-v201 svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.academic-btn-primary-v201{background:#10243b;color:#fff!important;border:1px solid #10243b;box-shadow:0 10px 23px rgba(16,36,59,.14)}
.academic-btn-primary-v201:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(16,36,59,.18)}
.academic-btn-secondary-v201{background:rgba(255,255,255,.6);border:1px solid #bca37d;color:#10243b!important}
.academic-btn-secondary-v201:hover{background:#fff;border-color:#a87534}
.academic-hero-media-v201{position:relative;min-width:0}
.academic-portrait-card-v201{position:relative;margin:0;aspect-ratio:1.43/1;border-radius:18px;overflow:hidden;background:#10243b;border:1px solid rgba(168,117,52,.3);box-shadow:0 24px 60px rgba(16,36,59,.16)}
.academic-portrait-card-v201>img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.academic-hero-media-v201.is-institutional-illustration .academic-portrait-card-v201>img{object-fit:cover}
.academic-hero-media-v201:after{content:"";position:absolute;left:-18px;bottom:-18px;width:82px;height:82px;border-left:1px solid rgba(168,117,52,.5);border-bottom:1px solid rgba(168,117,52,.5);border-radius:0 0 0 18px;pointer-events:none}

/* Academic overview v201 — 2x2 editorial board instead of cramped 4 columns. */
.academic-overview-v201{position:relative;padding:50px 0 62px;background:linear-gradient(180deg,#fcfbf7 0%,#f7f2ea 100%);border-bottom:1px solid #e0d6c8}
.academic-overview-head-v201{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,430px) auto;gap:34px;align-items:end;margin-bottom:27px}
.academic-overview-head-v201 h2{margin:7px 0 0;color:#10243b;font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,2.5vw,42px);font-weight:500;line-height:1.04;letter-spacing:-.025em}
.academic-overview-head-v201>p{margin:0;color:#667483;font-size:13px;line-height:1.65}
.academic-overview-head-v201>a{align-self:center;color:#10243b;text-decoration:none;font-size:12px;font-weight:800;white-space:nowrap}
.academic-overview-head-v201>a span{margin-left:7px;color:#a87534}
.academic-hub-grid-v201{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.academic-hub-card-v201{min-height:300px;background:rgba(255,255,255,.82);border:1px solid #dfd4c5;border-radius:13px;box-shadow:0 10px 30px rgba(16,36,59,.055);padding:22px 22px 20px;display:flex;flex-direction:column}
.academic-hub-title-v201{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:11px;align-items:center;padding-bottom:15px;border-bottom:1px solid #e6ddd1}
.academic-hub-title-v201 h3{margin:0;color:#10243b;font-family:Georgia,"Times New Roman",serif;font-size:20px;font-weight:500;line-height:1.15}
.academic-hub-title-v201>a{color:#7e5322;text-decoration:none;font-size:10px;font-weight:800;white-space:nowrap;text-transform:uppercase;letter-spacing:.04em}
.academic-hub-icon-v201{width:34px;height:34px;border:1px solid #d6c3a5;border-radius:9px;display:grid;place-items:center;color:#a87534;background:#fbf7ef}
.academic-hub-icon-v201 svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.academic-hub-list-v201{display:grid;gap:0;margin-top:5px}
.academic-hub-list-v201 article{display:grid;grid-template-columns:112px minmax(0,1fr);gap:15px;align-items:center;padding:14px 0;border-bottom:1px solid #ece4d9}
.academic-hub-list-v201 article:last-child{border-bottom:0}
.academic-thumb-v201{display:block;width:112px;height:72px;border-radius:8px;overflow:hidden;background:#e9e2d8;border:1px solid #e3d8c9}
.academic-thumb-v201 img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .25s ease}
.academic-thumb-v201:hover img{transform:scale(1.035)}
.academic-hub-list-v201 h4{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:15px;font-weight:500;line-height:1.28;color:#1a3047}
.academic-hub-list-v201 h4 a{text-decoration:none}.academic-hub-list-v201 h4 a:hover{color:#8c5e27}
.academic-hub-list-v201 time,.academic-hub-list-v201 p{display:block;margin:7px 0 0;color:#8a9299;font-size:9px;line-height:1.35}
.academic-empty-v201{flex:1;min-height:210px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:26px;color:#83909b}
.academic-empty-v201 svg{width:42px;height:42px;fill:none;stroke:#aeb7bf;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round;margin-bottom:14px}
.academic-empty-v201>span{font-size:28px;opacity:.4;margin-bottom:10px}
.academic-empty-v201 strong{font-family:Georgia,"Times New Roman",serif;font-size:15px;font-weight:500;color:#5c6975}
.academic-empty-v201 p{max-width:360px;margin:9px 0 0;font-size:11px;line-height:1.55;color:#89939d}

/* Footer: no slogan/name repetition. */
body.academic-theme-v200 .footer-grid{grid-template-columns:1.15fr .85fr .85fr!important;gap:46px!important}
body.academic-theme-v200 .footer-quote{display:none!important}

/* Remove all v200 slogan/quote UI even if stale markup survives a partial upload. */
body.academic-theme-v200 .academic-hero-ornament-v200,
body.academic-theme-v200 .academic-hero-quote-v200,
body.academic-theme-v200 .academic-photo-quote-v200,
body.academic-theme-v200 .academic-portrait-card-v200 figcaption{display:none!important}

@media (max-width:1360px){
  body.academic-theme-v200 .container{width:min(1240px,calc(100% - 44px))}
  body.academic-theme-v200 .nav-wrap{grid-template-columns:220px minmax(0,1fr) auto;gap:18px}
  body.academic-theme-v200 .main-nav{gap:14px}
  body.academic-theme-v200 .main-nav a{font-size:11px}
  .academic-hero-grid-v201{gap:50px;grid-template-columns:minmax(0,1fr) minmax(430px,.9fr)}
}
@media (max-width:1180px){
  body.academic-theme-v200 .nav-wrap{grid-template-columns:1fr auto;min-height:70px}
  body.academic-theme-v200 .main-nav{order:3;grid-column:1/-1;width:100%;justify-content:center;border-top:1px solid #e8dfd2;margin-top:-2px}
  body.academic-theme-v200 .main-nav a{padding:12px 0 14px}
  body.academic-theme-v200 .main-nav a.active:after{bottom:8px}
  .academic-hero-grid-v201{grid-template-columns:1fr 1fr;gap:34px}
  .academic-hero-copy-v201 h1{font-size:clamp(48px,5.8vw,68px)}
}
@media (max-width:900px){
  body.academic-theme-v200 .nav-wrap{display:flex;min-height:68px;gap:10px}
  body.academic-theme-v200 .brand{margin-right:auto}
  body.academic-theme-v200 .brand-text strong{font-size:10px}
  body.academic-theme-v200 .brand-text small{font-size:7px}
  body.academic-theme-v200 .main-nav{position:fixed;display:none;inset:68px 16px auto;background:#fff;border:1px solid #ddd2c2;border-radius:12px;padding:10px;box-shadow:0 18px 48px rgba(15,34,54,.12);flex-direction:column;align-items:stretch;gap:0;z-index:1200}
  body.academic-theme-v200 .main-nav.open,body.academic-theme-v200 .main-nav.is-open{display:flex}
  body.academic-theme-v200 .main-nav a{padding:13px 12px;border-bottom:1px solid #eee7dc}
  body.academic-theme-v200 .main-nav a:last-child{border-bottom:0}
  body.academic-theme-v200 .main-nav a.active:after{display:none}
  body.academic-theme-v200 .menu-toggle{display:grid!important;place-items:center;order:2}
  body.academic-theme-v200 .header-side{order:3}
  body.academic-theme-v200 .quick-contact{display:none}
  body.academic-theme-v200 .language-current{display:none}
  body.academic-theme-v200 .language-current-mobile{display:inline!important}
  .academic-hero-grid-v201{grid-template-columns:1fr;gap:32px;min-height:auto;padding-top:44px;padding-bottom:44px}
  .academic-hero-copy-v201{max-width:none}
  .academic-hero-copy-v201 h1{font-size:clamp(50px,9vw,70px)}
  .academic-hero-media-v201{max-width:760px;width:100%;margin:0 auto}
  .academic-overview-head-v201{grid-template-columns:1fr auto;gap:16px}
  .academic-overview-head-v201>p{grid-column:1/-1;grid-row:2}
  .academic-hub-grid-v201{grid-template-columns:1fr}
  body.academic-theme-v200 .footer-grid{grid-template-columns:1fr 1fr!important}
}
@media (max-width:640px){
  body.academic-theme-v200 .container{width:calc(100% - 28px)}
  body.academic-theme-v200 .brand-mark.brand-monogram{width:38px;height:38px;font-size:14px}
  body.academic-theme-v200 .brand-text strong{font-size:9px;letter-spacing:.12em}
  body.academic-theme-v200 .brand-text small{display:none}
  .academic-home-hero-v201{background:linear-gradient(180deg,#f8f5ee,#f6f1e9)}
  .academic-hero-grid-v201{padding-top:32px;padding-bottom:34px}
  .academic-kicker-v201{font-size:9px;letter-spacing:.13em}
  .academic-hero-copy-v201 h1{font-size:43px;line-height:.96}
  .academic-role-v201{font-size:14px;gap:6px 9px;margin-top:15px}
  .academic-lead-v201{font-size:15px;line-height:1.62;margin-top:17px}
  .academic-hero-actions-v201{display:grid;grid-template-columns:1fr 1fr;margin-top:22px}
  .academic-btn-v201{padding:0 10px;font-size:11px}
  .academic-portrait-card-v201{border-radius:12px;aspect-ratio:1.2/1}
  .academic-hero-media-v201:after{display:none}
  .academic-overview-v201{padding:32px 0 40px}
  .academic-overview-head-v201{grid-template-columns:1fr;gap:10px;margin-bottom:20px}
  .academic-overview-head-v201 h2{font-size:29px}
  .academic-overview-head-v201>p{grid-column:auto;grid-row:auto;font-size:12px}
  .academic-overview-head-v201>a{justify-self:start}
  .academic-hub-card-v201{padding:17px 16px 15px;min-height:auto}
  .academic-hub-title-v201{grid-template-columns:auto 1fr;gap:9px}
  .academic-hub-title-v201>a{grid-column:2;font-size:9px;white-space:normal}
  .academic-hub-title-v201 h3{font-size:18px}
  .academic-hub-list-v201 article{grid-template-columns:92px 1fr;gap:12px;padding:12px 0}
  .academic-thumb-v201{width:92px;height:62px}
  .academic-hub-list-v201 h4{font-size:13px}
  body.academic-theme-v200 .footer-grid{grid-template-columns:1fr!important;gap:30px!important}
}

/* ========================================================================== */
/* Academic Institutional Theme v202 — stronger contrast / fuller homepage    */
/* ========================================================================== */
body.academic-theme-v200{
  --v202-navy:#071a2b;
  --v202-navy-2:#0d2940;
  --v202-navy-3:#153b56;
  --v202-ivory:#eee4d5;
  --v202-paper:#f8f2e8;
  --v202-paper-2:#e5dac9;
  --v202-gold:#b88232;
  --v202-gold-light:#e1bd73;
  --v202-burgundy:#7b211b;
  --v202-text:#142b3f;
  --v202-muted:#596878;
  background:#e9dfd0;
  color:var(--v202-text);
}

/* Header: dark, compact and unmistakably separated from the page. */
body.academic-theme-v200 .site-header{
  background:rgba(7,26,43,.985)!important;
  border-bottom:1px solid rgba(225,189,115,.32)!important;
  box-shadow:0 10px 28px rgba(5,17,29,.16)!important;
}
body.academic-theme-v200 .nav-wrap{min-height:78px!important}
body.academic-theme-v200 .brand-mark.brand-monogram{
  width:46px;height:46px;border-radius:10px;
  background:linear-gradient(145deg,#173a55,#0c2235)!important;
  border-color:rgba(225,189,115,.62)!important;color:#f4d99e!important;
  box-shadow:0 8px 22px rgba(0,0,0,.24)!important;
}
body.academic-theme-v200 .brand-text strong{color:#f8efe1!important;font-size:12px!important;letter-spacing:.15em!important}
body.academic-theme-v200 .brand-text small{color:#c8a563!important}
body.academic-theme-v200 .main-nav a{color:#f0e7d8!important}
body.academic-theme-v200 .main-nav a:hover,body.academic-theme-v200 .main-nav a.active{color:#efc97e!important}
body.academic-theme-v200 .language-switcher>summary{color:#f3eadc!important;border-color:rgba(225,189,115,.36)!important;background:rgba(255,255,255,.035)!important}
body.academic-theme-v200 .quick-contact{background:linear-gradient(180deg,#b8772f,#8d4e1d)!important;border-color:rgba(255,255,255,.14)!important;box-shadow:0 9px 22px rgba(0,0,0,.22)!important}
body.academic-theme-v200 .header-quote{display:none!important}

/* Hero: dark academic stage; no slogan or duplicated identity elements. */
.academic-home-hero-v201{
  background:
    radial-gradient(circle at 9% 18%,rgba(215,174,96,.16),transparent 28%),
    radial-gradient(circle at 77% 16%,rgba(45,100,137,.22),transparent 32%),
    linear-gradient(118deg,#071827 0%,#0b2336 47%,#102f46 100%)!important;
  border-bottom:3px solid #b88232!important;
  color:#fff;
}
.academic-home-hero-v201:before{
  opacity:.65!important;
  background-image:
    linear-gradient(rgba(225,189,115,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(225,189,115,.035) 1px,transparent 1px)!important;
  background-size:42px 42px!important;
  mask-image:linear-gradient(to right,#000 0%,rgba(0,0,0,.9) 60%,transparent 100%)!important;
}
.academic-home-hero-v201:after{
  content:"";position:absolute;left:-5%;bottom:-180px;width:570px;height:360px;pointer-events:none;
  border:1px solid rgba(225,189,115,.10);border-radius:50%;transform:rotate(-7deg);
  box-shadow:0 0 0 55px rgba(225,189,115,.018),0 0 0 110px rgba(225,189,115,.012);
}
.academic-hero-grid-v201{min-height:625px!important;gap:72px!important;padding-top:68px!important;padding-bottom:68px!important}
.academic-hero-copy-v201{max-width:760px!important}
.academic-kicker-v201{color:#d6ab62!important;font-size:11px!important;letter-spacing:.18em!important}
.academic-hero-copy-v201 h1{color:#fff8ec!important;text-shadow:0 3px 24px rgba(0,0,0,.18)!important;font-size:clamp(58px,4.55vw,82px)!important;line-height:.94!important}
.academic-role-v201{color:#e6c987!important;font-size:19px!important}
.academic-role-v201 span{color:#bf8532!important}
.academic-lead-v201{max-width:720px!important;color:#d9e0e5!important;font-size:17.5px!important;line-height:1.75!important}
.academic-btn-primary-v201{background:#b88232!important;border-color:#d6a65d!important;color:#071827!important;box-shadow:0 12px 30px rgba(0,0,0,.24)!important}
.academic-btn-secondary-v201{background:rgba(255,255,255,.045)!important;border-color:rgba(225,189,115,.55)!important;color:#fff4e3!important}
.academic-btn-secondary-v201:hover{background:rgba(255,255,255,.10)!important;border-color:#e1bd73!important}
.academic-portrait-card-v201{
  aspect-ratio:1.39/1!important;border-radius:20px!important;background:#0a2032!important;
  border:1px solid rgba(225,189,115,.58)!important;
  box-shadow:0 28px 70px rgba(0,0,0,.36),0 0 0 8px rgba(255,255,255,.025)!important;
}
.academic-portrait-card-v201>img{background:#0a2032;object-fit:cover!important}
.academic-hero-media-v201:after{left:-19px!important;bottom:-19px!important;width:96px!important;height:96px!important;border-color:rgba(225,189,115,.72)!important}

/* Main editorial board: warmer base and much stronger separation. */
.academic-overview-v201{
  padding:58px 0 70px!important;
  background:linear-gradient(180deg,#e8dece 0%,#f1e8dc 100%)!important;
  border-bottom:1px solid #cbbb9f!important;
}
.academic-overview-head-v201{margin-bottom:31px!important}
.academic-overview-head-v201 .academic-kicker-v201{color:#8d5c22!important}
.academic-overview-head-v201 h2{color:#0d2940!important;font-size:clamp(34px,2.7vw,46px)!important;font-weight:600!important}
.academic-overview-head-v201>p{color:#4f6272!important;font-size:13.5px!important}
.academic-overview-head-v201>a{color:#6f4317!important;font-size:12.5px!important}
.academic-hub-grid-v201{gap:24px!important}
.academic-hub-card-v201{
  min-height:330px!important;padding:25px 25px 22px!important;
  background:#fbf7f0!important;border:1px solid #cdbb9f!important;border-radius:15px!important;
  box-shadow:0 15px 35px rgba(19,42,61,.10)!important;
}
.academic-hub-card-v201:nth-child(2){background:#f3eadc!important}
.academic-hub-card-v201:nth-child(3){background:#f7f0e6!important}
.academic-hub-card-v201:nth-child(4){background:#efe4d4!important}
.academic-hub-title-v201{border-bottom-color:#d7c7ad!important;padding-bottom:17px!important}
.academic-hub-title-v201 h3{font-size:22px!important;font-weight:600!important;color:#0d2940!important}
.academic-hub-title-v201>a{color:#7b211b!important;font-size:10.5px!important}
.academic-hub-icon-v201{width:38px!important;height:38px!important;background:#0d2940!important;border-color:#0d2940!important;color:#e1bd73!important}
.academic-hub-list-v201 article{grid-template-columns:126px minmax(0,1fr)!important;gap:17px!important;padding:15px 0!important;border-bottom-color:#ded1bf!important}
.academic-thumb-v201{width:126px!important;height:80px!important;border-radius:9px!important;border-color:#c7b59b!important;box-shadow:0 6px 14px rgba(16,36,59,.10)!important}
.academic-hub-list-v201 h4{font-size:15.5px!important;font-weight:600!important;color:#102c43!important}
.academic-hub-list-v201 time,.academic-hub-list-v201 p{color:#6b7883!important;font-size:10px!important}
.academic-empty-v201{min-height:235px!important;color:#677887!important}
.academic-empty-v201 svg{stroke:#8e744f!important}
.academic-empty-v201 strong{color:#32495d!important;font-size:16px!important}
.academic-empty-v201 p{color:#667582!important;font-size:11.5px!important}

/* New v202 academic focus block: adds depth without inventing slogans. */
.academic-focus-v202{
  padding:68px 0 72px;
  background:
    radial-gradient(circle at 90% 10%,rgba(184,130,50,.16),transparent 26%),
    linear-gradient(135deg,#081b2b 0%,#0c263a 58%,#0e3047 100%);
  color:#fff;border-bottom:3px solid #b88232;
}
.academic-focus-head-v202{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:26px}
.academic-focus-head-v202 h2{margin:7px 0 0;color:#fff7e9;font:600 clamp(32px,2.7vw,46px)/1.06 Georgia,"Times New Roman",serif;letter-spacing:-.02em}
.academic-focus-head-v202>a{color:#e1bd73;text-decoration:none;font-size:12px;font-weight:800;white-space:nowrap}
.academic-focus-head-v202>a span{margin-left:7px}
.academic-focus-grid-v202{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.academic-focus-grid-v202 article{position:relative;min-height:205px;padding:25px 22px 23px;border:1px solid rgba(225,189,115,.26);border-radius:14px;background:rgba(255,255,255,.045);box-shadow:inset 0 1px rgba(255,255,255,.04);overflow:hidden}
.academic-focus-grid-v202 article:after{content:"";position:absolute;right:-34px;bottom:-44px;width:120px;height:120px;border:1px solid rgba(225,189,115,.10);border-radius:50%}
.academic-focus-grid-v202 article>span{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid rgba(225,189,115,.42);border-radius:50%;color:#e5c47e;font:800 10px/1 Inter,system-ui,sans-serif;letter-spacing:.05em}
.academic-focus-grid-v202 h3{margin:23px 0 10px;color:#fff5e5;font:600 20px/1.18 Georgia,"Times New Roman",serif}
.academic-focus-grid-v202 p{margin:0;color:#bfcbd4;font-size:12.5px;line-height:1.65}
.academic-agenda-v202{display:grid;grid-template-columns:300px minmax(0,1fr);gap:30px;margin-top:28px;padding:26px;border:1px solid rgba(225,189,115,.26);border-radius:14px;background:rgba(2,12,20,.24)}
.academic-agenda-title-v202>span{color:#d9ad62;font-size:10px;font-weight:850;letter-spacing:.15em}
.academic-agenda-title-v202 h3{margin:8px 0 0;color:#fff7eb;font:600 24px/1.16 Georgia,"Times New Roman",serif}
.academic-agenda-list-v202{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.academic-agenda-list-v202>a{position:relative;display:flex;min-height:122px;flex-direction:column;padding:16px 38px 16px 16px;border-radius:10px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);text-decoration:none;transition:background .2s ease,transform .2s ease}
.academic-agenda-list-v202>a:hover{background:rgba(255,255,255,.09);transform:translateY(-2px)}
.academic-agenda-list-v202 time{color:#d6ad66;font-size:9.5px;font-weight:800;letter-spacing:.04em}
.academic-agenda-list-v202 strong{margin-top:9px;color:#fff4e1;font:600 14px/1.35 Georgia,"Times New Roman",serif}
.academic-agenda-list-v202 span{margin-top:auto;padding-top:8px;color:#9fb0bd;font-size:9.5px}
.academic-agenda-list-v202 b{position:absolute;right:15px;top:14px;color:#dcb66f;font-weight:500}

/* Existing lower homepage blocks become a clear third layer, not washed out. */
body.academic-home-v202 .paper-section{background:#e9dece!important;border-color:#c9b89d!important}
body.academic-home-v202 .home-guest-programs-v157{padding-top:62px!important;padding-bottom:68px!important}
body.academic-home-v202 .home-guest-programs-v157 .section-title .eyebrow{color:#7b211b!important}
body.academic-home-v202 .home-guest-programs-v157 .section-title h2{color:#0b2940!important}
body.academic-home-v202 .home-guest-programs-v157 .section-title p{color:#536676!important}
body.academic-home-v202 .guest-program-card-v157{background:#faf4ea!important;border:1px solid #cab89b!important;box-shadow:0 13px 30px rgba(15,38,55,.10)!important}
body.academic-home-v202 .final-cta.final-cta-v79{
  background:linear-gradient(130deg,#0a2235,#102f46)!important;color:#fff!important;border-color:rgba(184,130,50,.55)!important;
  box-shadow:0 18px 42px rgba(8,27,43,.18)!important;
}
body.academic-home-v202 .final-cta-v79 .eyebrow{color:#dcb66f!important}
body.academic-home-v202 .final-cta-v79 h2{color:#fff5e5!important}
body.academic-home-v202 .final-cta-v79 p{color:#c6d0d8!important}
body.academic-home-v202 .final-cta-v79 .btn-ghost{color:#f5e6cd!important;border-color:rgba(225,189,115,.5)!important}

/* Inner pages: keep paper readability but with visible section contrast. */
body.academic-theme-v200:not(.academic-home-v202) .paper-section{background:#eee4d5!important}
body.academic-theme-v200:not(.academic-home-v202) .v16-page-intro{background:linear-gradient(135deg,#081b2b,#11364f)!important;border-bottom-color:#b88232!important}
body.academic-theme-v200:not(.academic-home-v202) .v16-page-intro h1,body.academic-theme-v200:not(.academic-home-v202) .v16-page-intro p{color:#fff4e2!important}

@media(max-width:1180px){
  .academic-focus-grid-v202{grid-template-columns:repeat(2,minmax(0,1fr))}
  .academic-agenda-v202{grid-template-columns:1fr}
  .academic-agenda-list-v202{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .academic-home-hero-v201{background:linear-gradient(145deg,#071827,#0d2b41)!important}
  .academic-hero-grid-v201{padding-top:46px!important;padding-bottom:50px!important}
  .academic-overview-v201{padding-top:42px!important;padding-bottom:50px!important}
  .academic-focus-v202{padding:48px 0 52px}
  .academic-agenda-list-v202{grid-template-columns:1fr}
  .academic-agenda-list-v202>a{min-height:104px}
}
@media(max-width:640px){
  body.academic-theme-v200 .container{width:calc(100% - 26px)!important}
  body.academic-theme-v200 .brand-text strong{font-size:10px!important;color:#fff2df!important}
  .academic-hero-grid-v201{padding-top:34px!important;padding-bottom:38px!important}
  .academic-hero-copy-v201 h1{font-size:44px!important}
  .academic-lead-v201{font-size:15px!important;color:#d2dce3!important}
  .academic-hero-actions-v201{grid-template-columns:1fr 1fr!important}
  .academic-portrait-card-v201{aspect-ratio:1.22/1!important}
  .academic-overview-v201{padding:34px 0 42px!important}
  .academic-hub-card-v201{padding:18px 16px!important}
  .academic-hub-list-v201 article{grid-template-columns:96px 1fr!important}
  .academic-thumb-v201{width:96px!important;height:64px!important}
  .academic-focus-head-v202{align-items:flex-start;flex-direction:column;gap:12px}
  .academic-focus-grid-v202{grid-template-columns:1fr}
  .academic-focus-grid-v202 article{min-height:165px}
  .academic-agenda-v202{padding:18px;gap:18px}
}

/* ========================================================================== */
/* Academic Homepage v203 — content-rich editorial system                     */
/* ========================================================================== */
body.academic-home-v203{background:#e8ddcc;color:#10283d}
body.academic-home-v203 .site-header{position:relative!important;top:auto!important;left:auto!important}
body.academic-home-v203 .nav-wrap{min-height:82px!important}
body.academic-home-v203 .brand{min-width:300px!important}
body.academic-home-v203 .brand-text strong{font-size:12.5px!important;letter-spacing:.18em!important}
body.academic-home-v203 .main-nav{gap:24px!important}
body.academic-home-v203 .main-nav a{font-size:12px!important;padding:30px 0 28px!important}
body.academic-home-v203 .main-nav a.active:after{bottom:18px!important}
body.academic-home-v203 .academic-home-hero-v201{margin-top:0!important}

/* Strong opening stage */
body.academic-home-v203 .academic-home-hero-v201{
  background:
    radial-gradient(circle at 78% 24%,rgba(69,127,165,.20),transparent 31%),
    radial-gradient(circle at 10% 10%,rgba(193,137,52,.14),transparent 26%),
    linear-gradient(116deg,#071927 0%,#0a2437 49%,#123950 100%)!important;
  border-bottom:0!important;
}
body.academic-home-v203 .academic-hero-grid-v201{min-height:550px!important;padding-top:56px!important;padding-bottom:56px!important;gap:76px!important}
body.academic-home-v203 .academic-hero-copy-v201 h1{font-size:clamp(60px,4.8vw,86px)!important;max-width:770px}
body.academic-home-v203 .academic-lead-v201{max-width:680px!important;font-size:17px!important;line-height:1.7!important}
body.academic-home-v203 .academic-portrait-card-v201{aspect-ratio:1.45/1!important;max-height:500px;overflow:hidden}
body.academic-home-v203 .academic-portrait-card-v201>img{width:100%;height:100%;object-fit:cover!important;object-position:center 28%!important}

/* Four-link institutional ribbon */
.academic-quicklinks-v203{background:#bd8737;border-top:1px solid rgba(255,255,255,.10);border-bottom:1px solid #8f6025;box-shadow:0 12px 26px rgba(8,27,43,.12)}
.academic-quicklinks-grid-v203{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
.academic-quicklinks-v203 a{min-height:104px;display:grid;grid-template-columns:32px minmax(0,1fr) 22px;align-items:center;gap:14px;padding:20px 26px;border-right:1px solid rgba(73,45,12,.28);color:#10283d;transition:background .2s ease,color .2s ease}
.academic-quicklinks-v203 a:first-child{border-left:1px solid rgba(73,45,12,.20)}
.academic-quicklinks-v203 a:hover{background:#c9984c;color:#081a29}
.academic-quicklinks-v203 a>span{font-size:10px;font-weight:900;letter-spacing:.08em;opacity:.72}
.academic-quicklinks-v203 strong{display:block;font:600 20px/1.08 Georgia,"Times New Roman",serif}
.academic-quicklinks-v203 small{display:block;margin-top:5px;font-size:10px;line-height:1.45;color:rgba(13,39,57,.70)}
.academic-quicklinks-v203 b{font-size:20px;font-weight:500;text-align:right}

/* Main editorial dashboard */
body.academic-home-v203 .academic-overview-v201{padding:64px 0 70px!important;background:linear-gradient(180deg,#eee5d8 0%,#e8ddcd 100%)!important}
body.academic-home-v203 .academic-overview-head-v201{margin-bottom:32px!important}
body.academic-home-v203 .academic-overview-head-v201 h2{font-size:clamp(38px,3vw,50px)!important}
.academic-hub-grid-v203{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important}
body.academic-home-v203 .academic-hub-card-v201{min-height:385px!important;padding:24px!important;background:#fbf7f0!important;border:1px solid #c9b393!important;box-shadow:0 16px 36px rgba(8,31,48,.10)!important}
body.academic-home-v203 .academic-hub-card-v201:nth-child(2),body.academic-home-v203 .academic-hub-card-v201:nth-child(4){background:#f2e8da!important}
body.academic-home-v203 .academic-hub-title-v201 h3{font-size:24px!important}
body.academic-home-v203 .academic-hub-list-v201 article{grid-template-columns:148px minmax(0,1fr)!important;gap:18px!important;padding:16px 0!important}
body.academic-home-v203 .academic-thumb-v201{width:148px!important;height:88px!important}
body.academic-home-v203 .academic-hub-list-v201 h4{font-size:16px!important;line-height:1.28!important}
.academic-feed-compact-v203{display:flex;flex-direction:column}
.academic-feed-compact-v203>a{display:grid;grid-template-columns:104px minmax(0,1fr) auto;gap:14px;align-items:center;min-height:71px;padding:13px 0;border-bottom:1px solid #d6c6ae;text-decoration:none}
.academic-feed-compact-v203>a:last-child{border-bottom:0}
.academic-feed-compact-v203>a>span{font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#8b5b24}
.academic-feed-compact-v203 strong{font:600 14px/1.3 Georgia,"Times New Roman",serif;color:#102c43}
.academic-feed-compact-v203 time{font-size:9px;color:#6c7984;white-space:nowrap}
.academic-feed-compact-v203>a:hover strong{color:#7c241d}

/* Live content metrics */
.academic-metrics-v203{background:#0a2235;color:#fff;border-top:1px solid rgba(225,189,115,.22);border-bottom:1px solid rgba(225,189,115,.28)}
.academic-metrics-grid-v203{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
.academic-metrics-v203 article{position:relative;min-height:154px;padding:28px 30px;border-right:1px solid rgba(225,189,115,.18);display:flex;flex-direction:column;justify-content:center}
.academic-metrics-v203 article:first-child{border-left:1px solid rgba(225,189,115,.18)}
.academic-metrics-v203 strong{font:500 48px/1 Georgia,"Times New Roman",serif;color:#e3bd73}
.academic-metrics-v203 span{margin-top:10px;font:600 17px/1.2 Georgia,"Times New Roman",serif;color:#fff5e5}
.academic-metrics-v203 small{margin-top:6px;font-size:10px;color:#aebbc5;letter-spacing:.02em}

/* Selected work showcase */
.academic-focus-v203{padding:74px 0 78px;background:linear-gradient(135deg,#071a2b 0%,#0b263a 58%,#0c3148 100%);color:#fff;border-bottom:3px solid #b88232}
.academic-focus-head-v203,.academic-section-head-v203{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,430px) auto;gap:30px;align-items:end;margin-bottom:30px}
.academic-focus-head-v203 h2,.academic-section-head-v203 h2{margin:7px 0 0;color:#fff5e6;font:600 clamp(36px,3vw,50px)/1.04 Georgia,"Times New Roman",serif;letter-spacing:-.025em}
.academic-focus-head-v203>p,.academic-section-head-v203>p{margin:0;color:#b8c5cf;font-size:13px;line-height:1.65}
.academic-focus-head-v203>a,.academic-section-head-v203>a{color:#e2bd74;font-size:12px;font-weight:800;white-space:nowrap;text-decoration:none}
.academic-feature-layout-v203{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.65fr);gap:24px}
.academic-feature-main-v203{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,1fr);min-height:400px;overflow:hidden;border:1px solid rgba(225,189,115,.30);border-radius:18px;background:#102f46;box-shadow:0 24px 58px rgba(0,0,0,.22)}
.academic-feature-image-v203{min-height:400px;overflow:hidden;background:#061522}
.academic-feature-image-v203 img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.academic-feature-main-v203:hover .academic-feature-image-v203 img{transform:scale(1.025)}
.academic-feature-copy-v203{padding:38px 36px;display:flex;flex-direction:column}
.academic-feature-copy-v203>span,.academic-feature-side-v203 article span{color:#ddb96f;font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.academic-feature-copy-v203 h3{margin:14px 0 16px;font:500 clamp(30px,2.2vw,42px)/1.02 Georgia,"Times New Roman",serif;color:#fff8ec}
.academic-feature-copy-v203 p{margin:0;color:#c5d0d8;font-size:14px;line-height:1.72}
.academic-feature-copy-v203>div{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:auto;padding-top:25px;border-top:1px solid rgba(255,255,255,.12)}
.academic-feature-copy-v203 time{font-size:10px;color:#93a7b5}
.academic-feature-copy-v203>div a{color:#e4c17d;font-size:11px;font-weight:800}
.academic-feature-side-v203{display:grid;grid-template-rows:1fr 1fr auto;gap:14px}
.academic-feature-side-v203 article{border:1px solid rgba(225,189,115,.25);border-radius:14px;background:#113149;overflow:hidden}
.academic-feature-side-v203 article>a{display:grid;grid-template-columns:142px minmax(0,1fr);gap:16px;align-items:center;height:100%;padding:14px;text-decoration:none}
.academic-feature-side-v203 img{width:142px;height:105px;object-fit:cover;border-radius:9px}
.academic-feature-side-v203 h3{margin:8px 0 10px;color:#fff5e7;font:600 17px/1.22 Georgia,"Times New Roman",serif}
.academic-feature-side-v203 time{font-size:9px;color:#8fa2b0}
.academic-feature-all-v203{display:flex;align-items:center;justify-content:space-between;min-height:74px;padding:0 24px;border:1px solid #b88232;border-radius:14px;color:#eccb89;background:rgba(184,130,50,.05);font:600 17px/1.2 Georgia,"Times New Roman",serif}
.academic-focus-topics-v203{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:24px}
.academic-focus-topics-v203 article{min-height:154px;padding:22px;border:1px solid rgba(225,189,115,.21);border-radius:13px;background:rgba(255,255,255,.035)}
.academic-focus-topics-v203 article>span{font-size:9px;color:#dab66e;font-weight:900;letter-spacing:.1em}
.academic-focus-topics-v203 h3{margin:15px 0 8px;color:#fff5e5;font:600 18px/1.15 Georgia,"Times New Roman",serif}
.academic-focus-topics-v203 p{margin:0;color:#aebdc7;font-size:11px;line-height:1.6}

/* Media / programme area */
.academic-programs-v203{padding:72px 0 76px;background:#e9dfd0;color:#10283d}
.academic-programs-v203 .academic-section-head-v203 h2{color:#10283d}
.academic-programs-v203 .academic-section-head-v203>p{color:#5b6975}
.academic-programs-v203 .academic-section-head-v203>a{color:#7b4c1b}
.academic-program-layout-v203{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(420px,.8fr);gap:24px}
.academic-program-feature-v203{overflow:hidden;border:1px solid #c7b290;border-radius:18px;background:#fbf7ef;box-shadow:0 18px 45px rgba(8,31,48,.11)}
.academic-program-visual-v203{position:relative;display:block;height:360px;overflow:hidden;background:#071827}
.academic-program-visual-v203 img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.academic-program-feature-v203:hover .academic-program-visual-v203 img{transform:scale(1.025)}
.academic-program-visual-v203>span{position:absolute;right:24px;bottom:22px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#d5a64d;color:#071827;box-shadow:0 10px 24px rgba(0,0,0,.20)}
.academic-program-feature-v203>div{padding:27px 30px 30px}
.academic-program-feature-v203 small{font-size:10px;color:#936324;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.academic-program-feature-v203 h3{margin:11px 0 12px;font:600 32px/1.05 Georgia,"Times New Roman",serif;color:#10283d}
.academic-program-feature-v203 p{margin:0;color:#63717d;font-size:13px;line-height:1.7}
.academic-inline-link-v203{display:inline-block;margin-top:20px;color:#7a231e;font-size:11px;font-weight:900}
.academic-program-list-v203{display:flex;flex-direction:column;gap:14px}
.academic-program-list-v203 article{flex:1;min-height:124px;border:1px solid #c7b290;border-radius:14px;background:#f8f1e6;overflow:hidden}
.academic-program-list-v203 article>a{display:grid;grid-template-columns:152px minmax(0,1fr) 24px;gap:16px;align-items:center;height:100%;padding:13px;text-decoration:none}
.academic-program-list-v203 img{width:152px;height:99px;object-fit:cover;border-radius:9px;background:#0a2235}
.academic-program-list-v203 span{font-size:9px;color:#8b5b24;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.academic-program-list-v203 h3{margin:7px 0;font:600 17px/1.22 Georgia,"Times New Roman",serif;color:#10283d}
.academic-program-list-v203 time{font-size:9px;color:#71808c}
.academic-program-list-v203 b{color:#8b5b24;font-size:18px;font-weight:500}

/* Activities */
.academic-activities-v203{padding:70px 0 76px;background:#f4ede2;border-top:1px solid #ccb998;border-bottom:1px solid #ccb998}
.academic-activities-v203 .academic-section-head-v203 h2{color:#10283d}
.academic-activities-v203 .academic-section-head-v203>p{color:#5c6a76}
.academic-activities-v203 .academic-section-head-v203>a{color:#7a4c1f}
.academic-activity-grid-v203{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.academic-activity-grid-v203 article{overflow:hidden;border:1px solid #c9b596;border-radius:16px;background:#fffaf2;box-shadow:0 14px 34px rgba(11,38,56,.08)}
.academic-activity-image-v203{display:block;height:230px;overflow:hidden;background:#0b2235}
.academic-activity-image-v203 img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.academic-activity-grid-v203 article:hover img{transform:scale(1.03)}
.academic-activity-grid-v203 article>div{padding:23px 23px 25px}
.academic-activity-grid-v203 small{font-size:9px;color:#8b5b24;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.academic-activity-grid-v203 h3{margin:10px 0 12px;font:600 23px/1.08 Georgia,"Times New Roman",serif;color:#10283d}
.academic-activity-grid-v203 p{min-height:58px;margin:0;color:#687581;font-size:12px;line-height:1.65}
.academic-activity-grid-v203 article>div>a{display:inline-block;margin-top:18px;color:#7b211b;font-size:11px;font-weight:900}

/* Latest updates stream */
.academic-updates-v203{padding:64px 0;background:#d9ccb9;border-bottom:1px solid #bba689}
.academic-updates-layout-v203{display:grid;grid-template-columns:360px minmax(0,1fr);gap:55px;align-items:start}
.academic-updates-layout-v203 header{padding-top:8px}
.academic-updates-layout-v203 h2{margin:8px 0 12px;font:600 39px/1.04 Georgia,"Times New Roman",serif;color:#0e2940}
.academic-updates-layout-v203 header p{color:#596a77;font-size:13px;line-height:1.65}
.academic-updates-layout-v203 header>a{display:inline-block;margin-top:10px;color:#7b211b;font-size:11px;font-weight:900}
.academic-updates-list-v203{border-top:1px solid #b6a183}
.academic-updates-list-v203>a{display:grid;grid-template-columns:62px minmax(0,1fr) 24px;gap:16px;align-items:center;min-height:92px;border-bottom:1px solid #b6a183;text-decoration:none}
.academic-update-no-v203{font:500 24px/1 Georgia,"Times New Roman",serif;color:#a77831}
.academic-updates-list-v203 small{display:block;color:#7d6951;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.academic-updates-list-v203 strong{display:block;margin-top:7px;font:600 18px/1.2 Georgia,"Times New Roman",serif;color:#10283d}
.academic-updates-list-v203 b{color:#7b211b;font-weight:500;font-size:18px}

/* CTA made useful, not empty */
body.academic-home-v203 .final-cta-v203{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(420px,.72fr)!important;gap:54px!important;align-items:center!important;margin-top:62px!important;margin-bottom:62px!important;padding:42px 46px!important}
body.academic-home-v203 .final-cta-v203 .final-cta-copy-v79{max-width:none!important}
body.academic-home-v203 .final-cta-v203 h2{font-size:clamp(34px,3vw,48px)!important;line-height:1.02!important;max-width:850px!important}
.academic-cta-services-v203{display:flex;flex-direction:column;border:1px solid rgba(225,189,115,.25);border-radius:14px;overflow:hidden}
.academic-cta-services-v203>a{display:grid;grid-template-columns:34px minmax(0,1fr) 22px;gap:14px;align-items:center;min-height:82px;padding:14px 18px;border-bottom:1px solid rgba(225,189,115,.18);background:rgba(255,255,255,.035);text-decoration:none}
.academic-cta-services-v203>a:last-child{border-bottom:0}
.academic-cta-services-v203>a:hover{background:rgba(255,255,255,.07)}
.academic-cta-services-v203>a>span{font-size:9px;font-weight:900;color:#e1bd73}
.academic-cta-services-v203 strong{display:block;color:#fff3df;font:600 16px/1.2 Georgia,"Times New Roman",serif}
.academic-cta-services-v203 small{display:block;margin-top:5px;color:#9fb0bc;font-size:9.5px;line-height:1.4}
.academic-cta-services-v203 b{color:#e1bd73;font-size:17px;font-weight:500}

/* Footer: stronger boundary after richer homepage */
body.academic-home-v203 .site-footer{border-top:3px solid #b88232!important}
body.academic-home-v203 .footer-grid{padding-top:38px!important;padding-bottom:34px!important}

@media(max-width:1280px){
  body.academic-home-v203 .brand{min-width:250px!important}
  body.academic-home-v203 .main-nav{gap:16px!important}
  body.academic-home-v203 .main-nav a{font-size:11px!important}
  .academic-feature-layout-v203{grid-template-columns:1fr}
  .academic-feature-side-v203{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}
  .academic-feature-all-v203{grid-column:1/-1}
  .academic-program-layout-v203{grid-template-columns:1fr}
  .academic-program-list-v203{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
  .academic-program-list-v203 article>a{grid-template-columns:1fr;padding:12px}
  .academic-program-list-v203 img{width:100%;height:150px}
  .academic-program-list-v203 b{display:none}
}
@media(max-width:1050px){
  .academic-quicklinks-grid-v203{grid-template-columns:repeat(2,minmax(0,1fr))}
  .academic-quicklinks-v203 a:nth-child(2){border-right:0}.academic-quicklinks-v203 a:nth-child(-n+2){border-bottom:1px solid rgba(73,45,12,.23)}
  .academic-metrics-grid-v203{grid-template-columns:repeat(2,minmax(0,1fr))}
  .academic-metrics-v203 article:nth-child(-n+2){border-bottom:1px solid rgba(225,189,115,.18)}
  .academic-focus-head-v203,.academic-section-head-v203{grid-template-columns:1fr auto}.academic-focus-head-v203>p,.academic-section-head-v203>p{grid-column:1/-1;grid-row:2}
  .academic-focus-topics-v203{grid-template-columns:repeat(2,minmax(0,1fr))}
  .academic-activity-grid-v203{grid-template-columns:1fr 1fr}.academic-activity-grid-v203 article:last-child{grid-column:1/-1}
  .academic-updates-layout-v203{grid-template-columns:1fr;gap:24px}
  body.academic-home-v203 .final-cta-v203{grid-template-columns:1fr!important}
}
@media(max-width:900px){
  body.academic-home-v203 .site-header{position:sticky!important;top:0!important;z-index:1400!important}
  body.academic-home-v203 .brand{min-width:0!important}
  body.academic-home-v203 .main-nav{gap:0!important}
  body.academic-home-v203 .academic-hero-grid-v201{min-height:0!important;padding-top:45px!important;padding-bottom:48px!important}
  .academic-hub-grid-v203{grid-template-columns:1fr!important}
  .academic-program-list-v203{grid-template-columns:1fr}
  .academic-program-list-v203 article>a{grid-template-columns:150px minmax(0,1fr) 24px}
  .academic-program-list-v203 img{width:150px;height:96px}
  .academic-program-list-v203 b{display:block}
}
@media(max-width:680px){
  .academic-quicklinks-grid-v203{grid-template-columns:1fr}
  .academic-quicklinks-v203 a{min-height:82px;padding:14px 16px;border-right:0!important;border-left:0!important;border-bottom:1px solid rgba(73,45,12,.23)!important}
  .academic-quicklinks-v203 a:last-child{border-bottom:0!important}
  .academic-quicklinks-v203 strong{font-size:17px}.academic-quicklinks-v203 small{font-size:9px}
  body.academic-home-v203 .academic-hero-copy-v201 h1{font-size:45px!important}
  body.academic-home-v203 .academic-lead-v201{font-size:14px!important}
  body.academic-home-v203 .academic-hub-list-v201 article{grid-template-columns:104px minmax(0,1fr)!important;gap:12px!important}
  body.academic-home-v203 .academic-thumb-v201{width:104px!important;height:68px!important}
  .academic-feed-compact-v203>a{grid-template-columns:82px minmax(0,1fr);gap:9px}.academic-feed-compact-v203 time{grid-column:2}
  .academic-metrics-grid-v203{grid-template-columns:1fr 1fr}.academic-metrics-v203 article{min-height:126px;padding:20px 16px}.academic-metrics-v203 strong{font-size:37px}.academic-metrics-v203 span{font-size:14px}
  .academic-focus-head-v203,.academic-section-head-v203{grid-template-columns:1fr;gap:10px}.academic-focus-head-v203>p,.academic-section-head-v203>p{grid-column:auto;grid-row:auto}.academic-focus-head-v203>a,.academic-section-head-v203>a{justify-self:start}
  .academic-feature-main-v203{grid-template-columns:1fr}.academic-feature-image-v203{min-height:230px}.academic-feature-copy-v203{padding:25px 22px}.academic-feature-copy-v203 h3{font-size:29px}
  .academic-feature-side-v203{grid-template-columns:1fr}.academic-feature-all-v203{grid-column:auto}.academic-feature-side-v203 article>a{grid-template-columns:110px minmax(0,1fr)}.academic-feature-side-v203 img{width:110px;height:86px}
  .academic-focus-topics-v203{grid-template-columns:1fr 1fr}.academic-focus-topics-v203 article{min-height:140px;padding:17px}.academic-focus-topics-v203 h3{font-size:16px}
  .academic-program-visual-v203{height:235px}.academic-program-feature-v203>div{padding:22px}.academic-program-feature-v203 h3{font-size:27px}
  .academic-program-list-v203 article>a{grid-template-columns:108px minmax(0,1fr) 18px;gap:11px}.academic-program-list-v203 img{width:108px;height:78px}.academic-program-list-v203 h3{font-size:14px}
  .academic-activity-grid-v203{grid-template-columns:1fr}.academic-activity-grid-v203 article:last-child{grid-column:auto}.academic-activity-image-v203{height:210px}
  .academic-updates-list-v203>a{grid-template-columns:44px minmax(0,1fr) 18px;gap:10px}.academic-updates-list-v203 strong{font-size:15px}.academic-updates-layout-v203 h2{font-size:32px}
  body.academic-home-v203 .final-cta-v203{width:calc(100% - 26px)!important;margin-top:36px!important;margin-bottom:36px!important;padding:28px 20px!important;gap:26px!important}
  body.academic-home-v203 .final-cta-v203 h2{font-size:32px!important}.academic-cta-services-v203>a{min-height:76px;padding:12px 14px}
}

/* v203 footer enrichment */
.footer-academic-links-v203{display:flex!important;flex-wrap:wrap;gap:8px 14px;margin-top:14px!important}
.footer-academic-links-v203 a{font-size:11px!important;font-weight:800;color:#e8c77e!important}
.footer-social-links-v203{display:flex!important;gap:9px;margin-top:17px!important;min-height:30px}
.footer-social-links-v203 .social-link{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(225,189,115,.28);border-radius:50%;color:#f2dfb6;background:rgba(255,255,255,.035);transition:background .2s ease,border-color .2s ease}
.footer-social-links-v203 .social-link:hover{background:rgba(225,189,115,.12);border-color:rgba(225,189,115,.62)}
.footer-social-links-v203 .social-link span{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}
.footer-social-empty-v203{margin-top:12px!important;color:#91a2af!important;font-size:9.5px!important;line-height:1.5!important;max-width:320px}

/* V204 – İç sayfa arşiv görünümü yenilemesi */
.archive-shell-v204{
  position:relative;
  padding:108px 0 28px;
  background:
    radial-gradient(circle at 16% 12%,rgba(232,197,130,.18),transparent 22%),
    radial-gradient(circle at 84% 84%,rgba(255,255,255,.08),transparent 28%),
    linear-gradient(135deg,#071a2a 0%,#0d2f45 58%,#153f59 100%);
  border-bottom:1px solid rgba(201,148,61,.34);
  overflow:hidden;
}
.archive-shell-v204:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:72px 72px;
  opacity:.2;
  pointer-events:none;
}
.archive-shell-v204>.container{position:relative;z-index:2}
.archive-hero-v204{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
  align-items:center;
  gap:42px;
}
.archive-hero-copy-v204 h1{
  margin:10px 0 14px;
  font-family:var(--serif);
  font-size:clamp(42px,5vw,76px);
  line-height:.98;
  letter-spacing:-.03em;
  color:#fff2df;
}
.archive-kicker-v204{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:#e3bc73;
}
.archive-kicker-v204:before{
  content:"";
  width:46px;
  height:2px;
  background:currentColor;
}
.archive-hero-copy-v204 p{
  max-width:720px;
  margin:0;
  font-size:17px;
  line-height:1.75;
  color:rgba(252,245,234,.84);
}
.archive-metrics-v204{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:28px;
}
.archive-metrics-v204 article{
  padding:18px 18px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(232,197,130,.22);
  box-shadow:0 18px 38px rgba(4,11,19,.14);
  backdrop-filter:blur(3px);
}
.archive-metrics-v204 strong{
  display:block;
  font-family:var(--serif);
  font-size:28px;
  line-height:1.05;
  color:#fff4e5;
}
.archive-metrics-v204 span{
  display:block;
  margin-top:7px;
  font-size:12px;
  line-height:1.45;
  text-transform:uppercase;
  letter-spacing:.11em;
  color:rgba(235,220,196,.78);
}
.archive-hero-visual-v204{
  margin:0;
  display:grid;
  gap:14px;
}
.archive-hero-visual-v204 img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  border-radius:26px;
  border:1px solid rgba(232,197,130,.32);
  box-shadow:0 26px 54px rgba(2,8,14,.32);
  background:#0d2232;
}
.archive-hero-visual-v204 figcaption{
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(232,197,130,.22);
  color:#f4ead9;
}
.archive-hero-visual-v204 figcaption strong{
  display:block;
  font-family:var(--serif);
  font-size:19px;
  margin-bottom:6px;
}
.archive-hero-visual-v204 figcaption span{
  display:block;
  font-size:14px;
  line-height:1.65;
  color:rgba(252,245,234,.8);
}
.archive-toolbar-v204,
.program-intro-card-v204{
  border-radius:24px;
  border:1px solid #e1d4c1;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(251,247,241,.95));
  box-shadow:0 20px 40px rgba(32,24,12,.06);
}
.program-intro-card-v204 h2{max-width:680px}
.visit-card-v114 .visit-card-link-v114{display:flex;flex-direction:column;height:100%}
.visit-card-v114 .editorial-copy-v47{display:flex;flex-direction:column;flex:1}
.visit-card-v114 .editorial-footer-v47{margin-top:auto}

@media (max-width: 1024px){
  .archive-shell-v204{padding-top:92px}
  .archive-hero-v204{grid-template-columns:1fr;gap:24px}
  .archive-metrics-v204{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width: 720px){
  .archive-shell-v204{padding:82px 0 22px}
  .archive-hero-copy-v204 h1{font-size:clamp(36px,11vw,50px)}
  .archive-hero-copy-v204 p{font-size:15px;line-height:1.7}
  .archive-metrics-v204{grid-template-columns:1fr;gap:10px}
  .archive-metrics-v204 article{padding:15px 16px}
  .archive-hero-visual-v204 img{border-radius:18px}
  .archive-hero-visual-v204 figcaption{padding:14px 15px}
}

/* =========================================================
   V206 — Kalan iç sayfalar: her sayfaya özgü akademik düzen
   ========================================================= */

/* Öz Geçmiş */
.resume-hero-v206{position:relative;overflow:hidden;padding:118px 0 54px;background:linear-gradient(125deg,#071a2a 0%,#0d3047 58%,#154560 100%);color:#fff;border-bottom:1px solid rgba(201,148,61,.42)}
.resume-hero-v206:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 20%,rgba(222,182,106,.16),transparent 24%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:auto,72px 72px,72px 72px;pointer-events:none}
.resume-hero-grid-v206{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:56px;align-items:center}
.resume-kicker-v206{display:inline-flex;align-items:center;gap:12px;color:#e5bd74;font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.resume-kicker-v206:before{content:"";width:46px;height:2px;background:currentColor}
.resume-hero-copy-v206 h1{margin:14px 0 18px;font:500 clamp(48px,6vw,82px)/.95 var(--serif);letter-spacing:-.04em;color:#fff3e3}.resume-hero-copy-v206>p{max-width:760px;margin:0;color:rgba(247,239,226,.84);font-size:18px;line-height:1.72}
.resume-meta-v206{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.resume-meta-v206 span{padding:9px 13px;border:1px solid rgba(226,188,116,.28);border-radius:999px;background:rgba(255,255,255,.06);font-size:12px;color:#f2e3ca}
.resume-hero-card-v206{margin:0;position:relative;border:1px solid rgba(226,188,116,.32);border-radius:24px;overflow:hidden;background:#0a2234;box-shadow:0 28px 65px rgba(1,8,15,.28)}
.resume-hero-card-v206 img{width:100%;aspect-ratio:16/10;object-fit:cover}.resume-hero-card-v206 figcaption{padding:18px 20px;background:linear-gradient(180deg,rgba(8,28,43,.92),#081c2b);border-top:1px solid rgba(226,188,116,.2)}.resume-hero-card-v206 figcaption strong{display:block;font:600 20px/1.2 var(--serif);color:#fff2de}.resume-hero-card-v206 figcaption span{display:block;margin-top:5px;color:#d3b476;font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.resume-body-v206{padding:58px 0;background:#f4ecdf}.resume-layout-v206{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);gap:48px;align-items:start}.resume-narrative-v206{position:relative;padding:34px 38px 38px;border-radius:24px;background:#fffdf8;border:1px solid #ddcdb7;box-shadow:0 20px 55px rgba(31,23,13,.07)}.resume-section-index-v206{position:absolute;right:28px;top:20px;font:700 56px/1 var(--serif);color:rgba(12,45,66,.07)}.resume-narrative-v206 p{font:400 17px/1.85 var(--serif);color:#536474;margin:0 0 18px}.resume-actions-v206{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}
.resume-facts-v206{display:grid;gap:14px}.resume-facts-v206 article{display:grid;grid-template-columns:56px 1fr;gap:18px;padding:22px 24px;border-radius:18px;background:#0c2c42;color:#fff;border:1px solid rgba(202,150,64,.34);box-shadow:0 18px 38px rgba(8,25,38,.12)}.resume-facts-v206 article>span{font:700 14px/1 var(--serif);color:#d9ad5f;padding-top:5px}.resume-facts-v206 strong{display:block;font:600 22px/1.2 var(--serif);color:#fff1df}.resume-facts-v206 p{margin:7px 0 0;color:rgba(240,235,226,.72);font-size:14px;line-height:1.65}
.resume-stats-v206{padding:48px 0 66px;background:#fbf7f0}.resume-stats-head-v206{display:flex;align-items:center;gap:18px;margin-bottom:22px}.resume-stats-head-v206>span{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#c8943d;color:#071a2a;font-weight:900}.resume-stats-head-v206 small{display:block;color:#a57128;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.resume-stats-head-v206 h2{margin:4px 0 0;font:500 clamp(30px,3vw,44px)/1.05 var(--serif);color:#0c2b40}.resume-stats-grid-v206{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #dac9b1;border-radius:22px;overflow:hidden;background:#fff}.resume-stats-grid-v206 a{min-height:150px;padding:25px;display:grid;grid-template-columns:1fr auto;align-content:center;border-right:1px solid #e5d7c3}.resume-stats-grid-v206 a:last-child{border-right:0}.resume-stats-grid-v206 strong{grid-column:1/-1;font:600 38px/1 var(--serif);color:#0b2a40}.resume-stats-grid-v206 span{margin-top:12px;color:#6e6254;font-weight:700}.resume-stats-grid-v206 b{align-self:end;color:#a36f25}

/* İletişim */
.contact-hero-v206{padding:116px 0 46px;background:linear-gradient(125deg,#081b2b 0%,#0f344b 62%,#17465f 100%);color:#fff;border-bottom:1px solid rgba(201,148,61,.4)}.contact-hero-grid-v206{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);gap:52px;align-items:center}.contact-kicker-v206{font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:#e5bd74}.contact-hero-copy-v206 h1{margin:12px 0 16px;font:500 clamp(48px,6vw,78px)/.96 var(--serif);color:#fff1df}.contact-hero-copy-v206>p{max-width:720px;color:rgba(247,239,226,.82);font-size:18px;line-height:1.7}.contact-hero-links-v206{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.contact-hero-links-v206 a{display:inline-flex;gap:16px;align-items:center;padding:12px 16px;border-radius:10px;border:1px solid rgba(225,186,112,.36);background:rgba(255,255,255,.06);font-weight:800;color:#fff0dc}.contact-hero-links-v206 a:first-child{background:#c98e34;color:#0a2030;border-color:#c98e34}
.contact-hero-visual-v206{margin:0;border:1px solid rgba(225,186,112,.28);border-radius:22px;overflow:hidden;background:#0c2d43}.contact-hero-visual-v206 img{width:100%;aspect-ratio:16/8.8;object-fit:cover}.contact-hero-visual-v206 figcaption{padding:15px 18px;color:#e9dfcf;font-size:13px;line-height:1.55;background:#0a2538}
.contact-paths-v206{padding:0;background:#f2e9dc}.contact-paths-grid-v206{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid #d9c6ab;border-right:1px solid #d9c6ab}.contact-paths-v206 article{position:relative;padding:28px 30px 32px;border-right:1px solid #d9c6ab;background:#f8f2e9}.contact-paths-v206 article:last-child{border-right:0}.contact-paths-v206 article>span{position:absolute;right:22px;top:18px;color:rgba(12,43,64,.12);font:700 42px/1 var(--serif)}.contact-paths-v206 small{color:#a66f22;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.contact-paths-v206 h2{margin:8px 0 8px;font:600 23px/1.15 var(--serif);color:#0b2b40}.contact-paths-v206 p{margin:0;color:#667482;line-height:1.65;font-size:14px}
.contact-main-v206{padding:54px 0 70px;background:#fbf7f0}.contact-main-grid-v206{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.62fr);gap:28px;align-items:start}.contact-form-card-v206{padding:32px;border-radius:24px;background:#fff;border:1px solid #ddcdb7;box-shadow:0 24px 54px rgba(34,25,13,.07)}.contact-form-head-v206>span{display:block;color:#a36f25;font-weight:900;letter-spacing:.14em;text-transform:uppercase;font-size:11px}.contact-form-head-v206 h2{margin:7px 0 8px;font:600 36px/1.05 var(--serif);color:#0b2a40}.contact-form-head-v206 p{margin:0 0 24px;color:#6b7681;line-height:1.65}.contact-form-v206 .field{background:#fbf8f2!important;border-color:#d9cbb8!important}.contact-form-v206 textarea{min-height:180px}.contact-side-v206{display:grid;gap:16px}.contact-note-v206,.contact-shortcuts-v206,.contact-social-v206{border-radius:20px;border:1px solid #d9c8af;background:#0c2d43;color:#fff;overflow:hidden}.contact-note-v206{padding:24px}.contact-note-v206 small,.contact-social-v206>small{display:block;color:#e0b56a;font-weight:900;text-transform:uppercase;letter-spacing:.13em}.contact-note-v206 p{margin:10px 0 0;color:rgba(245,238,227,.78);line-height:1.7}.contact-shortcuts-v206 a,.contact-social-v206 a{display:grid;grid-template-columns:1fr auto;gap:12px;padding:15px 18px;border-top:1px solid rgba(220,181,108,.18);color:#f6ecdc}.contact-shortcuts-v206 a:first-child{border-top:0}.contact-shortcuts-v206 b,.contact-social-v206 b{color:#e0b56a}.contact-social-v206>small{padding:18px 18px 6px}.contact-social-v206 a{grid-template-columns:1fr auto}.contact-social-v206 a strong{display:block}.contact-social-v206 a span{grid-column:1/2;color:rgba(240,234,224,.64);font-size:12px;margin-top:-7px}

/* Medya */
.media-hero-v206{padding:116px 0 48px;background:#f1e8db;border-bottom:1px solid #d7c3a6}.media-hero-grid-v206{display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.8fr);gap:52px;align-items:center}.media-kicker-v206{color:#9d6922;font-weight:900;letter-spacing:.16em;text-transform:uppercase;font-size:11px}.media-hero-copy-v206 h1{margin:10px 0 16px;font:500 clamp(48px,6vw,80px)/.96 var(--serif);letter-spacing:-.04em;color:#0a2a40}.media-hero-copy-v206>p{max-width:700px;color:#667582;font-size:17px;line-height:1.72}.media-hero-stats-v206{display:flex;gap:12px;margin-top:26px}.media-hero-stats-v206 div{min-width:140px;padding:15px 18px;border:1px solid #d8c6ab;border-radius:14px;background:#fffaf3}.media-hero-stats-v206 strong{display:block;font:600 28px/1 var(--serif);color:#0a2a40}.media-hero-stats-v206 span{display:block;margin-top:5px;color:#8a7763;font-size:12px;text-transform:uppercase;letter-spacing:.1em}.media-hero-board-v206{padding:14px;border-radius:24px;background:#0b2d43;box-shadow:0 24px 54px rgba(12,35,51,.15);border:1px solid rgba(191,137,54,.35)}.media-hero-board-v206 img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:16px}.media-hero-board-v206>div{padding:15px 8px 5px}.media-hero-board-v206 small{display:block;color:#d8aa5b;text-transform:uppercase;font-weight:900;letter-spacing:.12em}.media-hero-board-v206 strong{display:block;margin-top:5px;font:600 20px/1.25 var(--serif);color:#fff1df}
.media-archive-v206{padding:46px 0 72px;background:#fbf7f0}.media-filter-v206{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;border:1px solid #ddcdb7;border-radius:18px;background:#fff;margin-bottom:20px}.media-filter-v206>div span{display:block;color:#a46f25;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.media-filter-v206>div strong{display:block;margin-top:3px;color:#0c2b40}.media-filter-v206 nav{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.media-filter-v206 nav a{padding:8px 12px;border-radius:999px;border:1px solid #ded0bd;color:#62717d;font-size:12px;font-weight:800;background:#fbf8f2}.media-filter-v206 nav a.active{background:#0c2c42;color:#fff;border-color:#0c2c42}.media-list-v206{display:grid;gap:12px}.media-row-v206{display:grid;grid-template-columns:62px 100px minmax(0,1fr) auto;gap:20px;align-items:center;padding:18px 20px;border:1px solid #dfd1be;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(35,26,13,.045)}.media-row-index-v206{font:600 24px/1 var(--serif);color:#c18a35}.media-row-symbol-v206{height:72px;border-radius:13px;display:grid;place-items:center;overflow:hidden;background:#0d3047;color:#e0b46a;font:600 28px/1 var(--serif)}.media-row-symbol-v206 img{width:100%;height:100%;object-fit:cover}.media-row-copy-v206 small{color:#a56f25;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}.media-row-copy-v206 h2{margin:5px 0 5px;font:600 23px/1.12 var(--serif);color:#0c2c42}.media-row-copy-v206 p{margin:0;color:#6b7882;line-height:1.55;font-size:14px}.media-row-action-v206 a,.media-row-action-v206>span{display:inline-flex;padding:9px 12px;border-radius:10px;border:1px solid #d4c3aa;color:#0d2d43;font-weight:800;white-space:nowrap}.media-row-action-v206 a:hover{background:#0d2d43;color:#fff}.media-empty-v206{padding:54px;text-align:center;border:1px dashed #cfb993;border-radius:22px;background:#fffaf3}.media-empty-v206>span{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 14px;border-radius:50%;background:#0d2d43;color:#e0b36a}.media-empty-v206 h2{margin:0 0 8px;font:600 30px/1.1 var(--serif);color:#0d2d43}.media-empty-v206 p{margin:0;color:#71808c}

/* Ziyaretler */
.visits-hero-v206{padding:116px 0 48px;background:linear-gradient(120deg,#0a2233 0%,#103951 64%,#174b65 100%);color:#fff}.visits-hero-grid-v206{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.8fr);gap:48px;align-items:center}.visits-kicker-v206{color:#e0b56b;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.visits-hero-copy-v206 h1{margin:11px 0 14px;font:500 clamp(48px,6vw,80px)/.96 var(--serif);color:#fff1de}.visits-hero-copy-v206>p{max-width:720px;color:rgba(246,239,228,.82);font-size:17px;line-height:1.72}.visits-hero-meta-v206{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:26px}.visits-hero-meta-v206 div{padding:14px 16px;border:1px solid rgba(223,181,105,.25);border-radius:14px;background:rgba(255,255,255,.06)}.visits-hero-meta-v206 strong{display:block;font:600 25px/1 var(--serif);color:#fff}.visits-hero-meta-v206 span{display:block;margin-top:6px;color:#cbb99c;font-size:11px;text-transform:uppercase;letter-spacing:.09em}.visits-hero-feature-v206{margin:0;border-radius:22px;overflow:hidden;border:1px solid rgba(223,181,105,.28);background:#0a283b}.visits-hero-feature-v206 img{width:100%;aspect-ratio:16/9;object-fit:cover}.visits-hero-feature-v206 figcaption{padding:16px 18px}.visits-hero-feature-v206 small{display:block;color:#d9aa5b;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.visits-hero-feature-v206 strong{display:block;margin-top:5px;font:600 20px/1.18 var(--serif);color:#fff1df}.visits-hero-feature-v206 span{display:block;margin-top:5px;color:#c6d0d7;font-size:13px}
.visits-country-v206{padding:25px 0;background:#efe5d7;border-bottom:1px solid #d8c6aa}.visits-country-head-v206{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:14px}.visits-country-head-v206 span{color:#a06c25;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.visits-country-head-v206 strong{font:600 24px/1.1 var(--serif);color:#0b2b41}.visits-country-list-v206{display:flex;gap:10px;overflow-x:auto;padding-bottom:3px}.visits-country-list-v206 a{min-width:150px;display:grid;grid-template-columns:32px 1fr auto;gap:9px;align-items:center;padding:12px 13px;border:1px solid #d9c7ac;border-radius:14px;background:#fff8ee}.visits-country-list-v206 a.active{background:#0d2e44;color:#fff;border-color:#0d2e44}.visits-country-list-v206 a>span{font-size:20px}.visits-country-list-v206 strong{font-size:12px}.visits-country-list-v206 small{font-weight:900;color:#ae792b}.visits-country-list-v206 a.active small{color:#e0b46a}
.visits-list-v206{padding:44px 0 72px;background:#fbf7f0}.visits-list-head-v206{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px}.visits-list-head-v206 span{color:#a36f25;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.visits-list-head-v206 h2{margin:4px 0 0;font:600 clamp(30px,3vw,42px)/1.05 var(--serif);color:#0c2c42}.visits-list-head-v206>strong{color:#71808c}.visits-timeline-v206{display:grid;gap:14px}.visits-row-v206{display:grid;grid-template-columns:110px 240px minmax(0,1fr);gap:22px;align-items:stretch;padding:16px;border:1px solid #ddceb9;border-radius:20px;background:#fff}.visits-date-v206{display:grid;align-content:center;justify-items:center;border-right:1px solid #e6d8c5}.visits-date-v206 strong{font:600 36px/1 var(--serif);color:#b37b29}.visits-date-v206 span{max-width:88px;margin-top:8px;text-align:center;color:#78848d;font-size:11px;line-height:1.4}.visits-image-v206 img{width:100%;height:100%;min-height:170px;object-fit:cover;border-radius:14px}.visits-copy-v206{padding:8px 8px 8px 0}.visits-tags-v206{display:flex;gap:7px;flex-wrap:wrap}.visits-tags-v206 span{padding:5px 8px;border-radius:999px;background:#f3eadc;color:#895c1c;font-size:10px;font-weight:800}.visits-copy-v206 h3{margin:10px 0 8px;font:600 27px/1.1 var(--serif);color:#0c2d43}.visits-copy-v206 p{margin:0;color:#6a7883;line-height:1.6}.visits-footer-v206{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:18px;padding-top:13px;border-top:1px solid #eadfce;color:#8a7966;font-size:12px}.visits-footer-v206 a{color:#0c2d43;font-weight:900}.visits-empty-v206{padding:56px;text-align:center;border:1px dashed #cfb891;border-radius:22px;background:#fffaf3}.visits-empty-v206>span{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 14px;border-radius:50%;background:#0d2e44;color:#e0b46a}.visits-empty-v206 h2{margin:0 0 8px;font:600 30px/1.1 var(--serif);color:#0d2d43}.visits-empty-v206 p{margin:0;color:#74818b}

/* Konuk Yazarlar */
.guest-authors-hero-v206{padding:116px 0 48px;background:#f1e7d8;border-bottom:1px solid #d6c2a3}.guest-authors-hero-grid-v206{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.78fr);gap:48px;align-items:center}.guest-authors-hero-copy-v206>span{color:#9f6a21;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.guest-authors-hero-copy-v206 h1{margin:10px 0 15px;font:500 clamp(48px,6vw,80px)/.96 var(--serif);letter-spacing:-.04em;color:#0b2b41}.guest-authors-hero-copy-v206>p{max-width:700px;color:#667582;font-size:17px;line-height:1.7}.guest-authors-counts-v206{display:flex;gap:12px;margin-top:26px}.guest-authors-counts-v206>div{min-width:145px;padding:14px 16px;border:1px solid #d7c5ab;border-radius:14px;background:#fffaf2}.guest-authors-counts-v206 strong{display:block;font:600 28px/1 var(--serif);color:#0b2b41}.guest-authors-counts-v206 small{display:block;margin-top:5px;color:#8c7861;text-transform:uppercase;letter-spacing:.1em}.guest-authors-hero-visual-v206{margin:0;border-radius:22px;overflow:hidden;background:#0d3047;border:1px solid #caa05f;box-shadow:0 24px 52px rgba(28,24,18,.12)}.guest-authors-hero-visual-v206 img{width:100%;aspect-ratio:16/9;object-fit:cover}.guest-authors-hero-visual-v206 figcaption{padding:16px 18px;color:#fff}.guest-authors-hero-visual-v206 small{display:block;color:#dfb66d;text-transform:uppercase;font-weight:900;letter-spacing:.1em}.guest-authors-hero-visual-v206 strong{display:block;margin-top:5px;font:600 20px/1.25 var(--serif);color:#fff1df}
.guest-authors-main-v206{padding:44px 0 72px;background:#fbf7f0}.guest-authors-toolbar-v206{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:16px 18px;border:1px solid #decfb9;border-radius:18px;background:#fff;margin-bottom:20px}.guest-authors-toolbar-v206>div span{display:block;color:#a16d25;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}.guest-authors-toolbar-v206>div strong{display:block;margin-top:3px;color:#0d2d43}.guest-authors-toolbar-v206 form{display:flex;gap:8px;max-width:600px;flex:1;justify-content:flex-end}.guest-authors-toolbar-v206 input{min-width:280px;padding:11px 13px;border:1px solid #d8c8b3;border-radius:11px;background:#fbf8f3}.guest-authors-toolbar-v206 button,.guest-authors-toolbar-v206 form a{padding:10px 13px;border-radius:10px;border:0;background:#0d2d43;color:#fff;font-weight:800}.guest-authors-toolbar-v206 form a{background:#f1e8da;color:#0d2d43;border:1px solid #d8c8b3}.guest-authors-grid-v206{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.guest-author-card-v206{display:grid;grid-template-columns:1fr;overflow:hidden;border:1px solid #ddceb9;border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(38,27,13,.05)}.guest-author-card-v206.featured{grid-column:1/-1;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr)}.guest-author-identity-v206{display:flex;gap:12px;align-items:center;padding:18px 20px;border-bottom:1px solid #eadfce}.guest-author-card-v206.featured .guest-author-identity-v206{grid-column:1/-1}.guest-author-monogram-v206{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#0d2d43;color:#e0b46a;font:700 16px/1 var(--serif);border:1px solid rgba(201,148,61,.45)}.guest-author-identity-v206 small{display:block;color:#a26e25;text-transform:uppercase;font-weight:900;letter-spacing:.1em}.guest-author-identity-v206 strong{display:block;margin-top:3px;color:#0c2d43}.guest-author-media-v206{position:relative;min-height:220px;background:#0c2d43}.guest-author-media-v206 img{width:100%;height:100%;object-fit:cover}.guest-author-media-v206>span{position:absolute;left:18px;bottom:18px;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#c9933b;color:#0d2d43}.guest-author-copy-v206{padding:22px}.guest-author-meta-v206{display:flex;gap:10px;flex-wrap:wrap;color:#9b6b29;font-size:11px;font-weight:800}.guest-author-copy-v206 h2{margin:8px 0 9px;font:600 28px/1.08 var(--serif);color:#0d2d43}.guest-author-copy-v206 p{margin:0;color:#6c7882;line-height:1.62}.guest-author-open-v206{display:inline-flex;margin-top:18px;color:#0d2d43;font-weight:900}.guest-authors-empty-v206{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:center;padding:36px;border:1px dashed #cdb58e;border-radius:22px;background:#fffaf3}.guest-authors-empty-v206>div:last-child>span{color:#a06b23;text-transform:uppercase;font-size:10px;font-weight:900;letter-spacing:.13em}.guest-authors-empty-v206 h2{margin:5px 0 7px;font:600 30px/1.1 var(--serif);color:#0c2d43}.guest-authors-empty-v206 p{margin:0;color:#71808b}

@media(max-width:1024px){
  .resume-hero-grid-v206,.contact-hero-grid-v206,.media-hero-grid-v206,.visits-hero-grid-v206,.guest-authors-hero-grid-v206{grid-template-columns:1fr;gap:28px}
  .resume-layout-v206,.contact-main-grid-v206{grid-template-columns:1fr}.resume-stats-grid-v206{grid-template-columns:repeat(2,1fr)}.resume-stats-grid-v206 a:nth-child(2){border-right:0}.resume-stats-grid-v206 a:nth-child(-n+2){border-bottom:1px solid #e5d7c3}
  .contact-paths-grid-v206{grid-template-columns:1fr}.contact-paths-v206 article{border-right:0;border-bottom:1px solid #d9c6ab}.contact-paths-v206 article:last-child{border-bottom:0}
  .guest-author-card-v206.featured{grid-template-columns:1fr}.guest-author-card-v206.featured .guest-author-identity-v206{grid-column:auto}.visits-row-v206{grid-template-columns:90px 190px minmax(0,1fr)}
}
@media(max-width:760px){
  .resume-hero-v206,.contact-hero-v206,.media-hero-v206,.visits-hero-v206,.guest-authors-hero-v206{padding:88px 0 34px}.resume-hero-copy-v206 h1,.contact-hero-copy-v206 h1,.media-hero-copy-v206 h1,.visits-hero-copy-v206 h1,.guest-authors-hero-copy-v206 h1{font-size:clamp(40px,12vw,54px)}
  .resume-meta-v206{display:none}.resume-body-v206,.resume-stats-v206,.contact-main-v206,.media-archive-v206,.visits-list-v206,.guest-authors-main-v206{padding-top:30px;padding-bottom:46px}.resume-narrative-v206{padding:24px 22px}.resume-stats-grid-v206{grid-template-columns:1fr}.resume-stats-grid-v206 a{border-right:0;border-bottom:1px solid #e5d7c3;min-height:120px}.resume-stats-grid-v206 a:last-child{border-bottom:0}
  .contact-hero-links-v206{display:grid}.contact-hero-links-v206 a{justify-content:space-between}.contact-form-card-v206{padding:22px 18px}.contact-paths-v206 article{padding:22px}.media-hero-stats-v206,.guest-authors-counts-v206{display:grid;grid-template-columns:1fr 1fr}.media-filter-v206,.guest-authors-toolbar-v206{align-items:stretch;flex-direction:column}.media-filter-v206 nav{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}.media-row-v206{grid-template-columns:46px 70px 1fr;gap:12px}.media-row-action-v206{grid-column:2/-1}.media-row-copy-v206 h2{font-size:21px}
  .visits-hero-meta-v206{grid-template-columns:1fr}.visits-country-head-v206{align-items:flex-start;flex-direction:column}.visits-row-v206{grid-template-columns:1fr;padding:14px}.visits-date-v206{display:flex;justify-content:flex-start;align-items:center;gap:10px;border-right:0;border-bottom:1px solid #e6d8c5;padding-bottom:10px}.visits-date-v206 span{max-width:none;margin-top:0;text-align:left}.visits-image-v206 img{min-height:210px}.visits-copy-v206{padding:4px}
  .guest-authors-toolbar-v206 form{max-width:none;display:grid;grid-template-columns:1fr auto}.guest-authors-toolbar-v206 input{min-width:0;width:100%}.guest-authors-toolbar-v206 form a{grid-column:1/-1;text-align:center}.guest-authors-grid-v206{grid-template-columns:1fr}.guest-authors-empty-v206{grid-template-columns:1fr;text-align:center}.guest-authors-empty-v206 .guest-author-monogram-v206{margin:auto}
}

/* V207 — compact inner-page hero + shared admin/public logo */
body.academic-theme-v200 .site-header .brand-mark.brand-logo-image{
  width:44px!important;height:44px!important;flex:0 0 44px!important;border-radius:8px!important;
  display:grid!important;place-items:center!important;overflow:hidden!important;
  border:1px solid rgba(199,149,69,.52)!important;background:#0b2030!important;
  box-shadow:none!important;
}
body.academic-theme-v200 .site-header .brand-mark.brand-logo-image img{
  width:100%!important;height:100%!important;object-fit:contain!important;padding:3px!important;background:transparent!important;
}

.compact-page-hero-v207{
  position:relative;overflow:hidden;padding:108px 0 34px;
  background:
    radial-gradient(circle at 14% 20%,rgba(212,166,85,.14),transparent 24%),
    linear-gradient(120deg,#071a2a 0%,#0b2d43 62%,#143e57 100%);
  color:#fff;border-bottom:1px solid rgba(201,148,61,.42);
}
.compact-page-hero-v207:before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.18;
  background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);
  background-size:72px 72px;
}
.compact-page-hero-grid-v207{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:38px;align-items:center;min-height:230px}
.compact-page-hero-grid-v207.no-image{grid-template-columns:1fr}
.compact-page-hero-copy-v207{max-width:920px}
.compact-page-kicker-v207{display:inline-flex;align-items:center;gap:10px;color:#e3b96e;font-size:10px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.compact-page-kicker-v207:before{content:"";width:34px;height:2px;background:currentColor}
.compact-page-hero-copy-v207 h1{margin:10px 0 12px;font:500 clamp(40px,5vw,68px)/.98 var(--serif);letter-spacing:-.035em;color:#fff2df}
.compact-page-hero-copy-v207>p{max-width:760px;margin:0;color:rgba(248,241,230,.82);font-size:16px;line-height:1.7}
.compact-page-stats-v207{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.compact-page-stats-v207>div{min-width:122px;padding:11px 14px;border-radius:12px;border:1px solid rgba(225,187,116,.25);background:rgba(255,255,255,.055)}
.compact-page-stats-v207 strong{display:block;font:600 23px/1 var(--serif);color:#fff}
.compact-page-stats-v207 span{display:block;margin-top:5px;color:#cfc0a8;font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.compact-page-hero-media-v207{margin:0;border-radius:18px;overflow:hidden;border:1px solid rgba(225,187,116,.34);background:#0b2639;box-shadow:0 18px 42px rgba(0,0,0,.2)}
.compact-page-hero-media-v207 img{width:100%;aspect-ratio:16/10;object-fit:cover}

/* V207: old oversized generated-cover heroes are retired */
.archive-shell-v204,.resume-hero-v206,.contact-hero-v206,.media-hero-v206,.visits-hero-v206,.guest-authors-hero-v206{display:none!important}

/* Site-content admin: make content ownership obvious */
.v207-content-records{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:0 0 16px}
.v207-content-records a{display:flex;flex-direction:column;gap:5px;padding:14px;border:1px solid #e1d7ca;border-radius:14px;background:#fff;box-shadow:0 8px 20px rgba(30,25,20,.04)}
.v207-content-records strong{font-size:20px;color:#0d2638}.v207-content-records span{font-size:10px;font-weight:900;color:#6f6256}.v207-content-records small{color:#a16b24;font-size:9px}
.v207-content-note{margin:0 0 18px;padding:12px 14px;border-radius:12px;border:1px solid #d8c6ab;background:#fff8ec;color:#69563f;font-size:11px;line-height:1.55}

@media(max-width:1100px){
  .compact-page-hero-grid-v207{grid-template-columns:minmax(0,1fr) 260px}
  .v207-content-records{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:720px){
  body.academic-theme-v200 .site-header .brand-mark.brand-logo-image{width:38px!important;height:38px!important;flex-basis:38px!important}
  .compact-page-hero-v207{padding:84px 0 26px}
  .compact-page-hero-grid-v207{grid-template-columns:1fr;gap:18px;min-height:0}
  .compact-page-hero-copy-v207 h1{font-size:clamp(36px,11vw,50px)}
  .compact-page-hero-copy-v207>p{font-size:14px}
  .compact-page-hero-media-v207{max-width:420px}
  .compact-page-stats-v207{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .compact-page-stats-v207>div{min-width:0}
  .v207-content-records{grid-template-columns:1fr 1fr}
}
.academic-empty-inline-v207{margin:12px 0 0;padding:16px;border:1px dashed rgba(18,48,68,.2);border-radius:12px;background:rgba(255,255,255,.48);color:#6d7780;font-size:13px;line-height:1.6}
.academic-empty-block-v207{max-width:760px;margin:18px 0 0}


/* V208 hero and brand refinements */
body.academic-home-v203 .academic-home-hero-v201{position:relative;overflow:hidden;isolation:isolate}
body.academic-home-v203 .academic-hero-grid-v201{position:relative;z-index:2}
body.academic-home-v203 .academic-hero-watermark-v208{position:absolute;left:0;bottom:0;width:min(32vw,460px);max-width:42%;pointer-events:none;z-index:1;opacity:.16;filter:grayscale(.08) saturate(.92)}
body.academic-home-v203 .academic-hero-watermark-v208 img{width:100%;height:auto;display:block;object-fit:contain;object-position:left bottom;mask-image:linear-gradient(180deg,rgba(0,0,0,0) 8%,rgba(0,0,0,.88) 30%,#000 100%);-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,0) 8%,rgba(0,0,0,.88) 30%,#000 100%)}
body.academic-home-v203 .academic-hero-copy-v201{position:relative;z-index:2}
body.academic-home-v203 .academic-portrait-card-v201{background:linear-gradient(180deg,#17304a,#0d2237);border-color:rgba(225,189,115,.42)}
body.academic-home-v203 .academic-portrait-card-v201>img{object-position:center 18%!important}
body.academic-theme-v200 .site-header .brand-text strong{max-width:360px;overflow:hidden;text-overflow:ellipsis}
@media(max-width:1100px){body.academic-home-v203 .academic-hero-watermark-v208{width:min(42vw,360px);opacity:.13}}
@media(max-width:760px){body.academic-home-v203 .academic-hero-watermark-v208{width:210px;max-width:58%;opacity:.12}}


/* V209 – hero overlay güvenli düzeltme */
body.academic-home-v203 .academic-home-hero-v201{position:relative!important;overflow:hidden!important;isolation:isolate!important}
body.academic-home-v203 .academic-hero-watermark-v208{display:none!important}
body.academic-home-v203 .academic-home-hero-v201.has-home-overlay-v209::before{
  content:"";position:absolute;z-index:0;left:-36px;bottom:-28px;width:min(350px,26vw);height:72%;
  background-image:var(--home-overlay-v209);background-position:left bottom;background-size:contain;background-repeat:no-repeat;
  opacity:.105;filter:grayscale(.12) saturate(.8);pointer-events:none;
  -webkit-mask-image:linear-gradient(to top,#000 0%,rgba(0,0,0,.92) 58%,transparent 100%);
  mask-image:linear-gradient(to top,#000 0%,rgba(0,0,0,.92) 58%,transparent 100%);
}
body.academic-home-v203 .academic-home-hero-v201.has-home-overlay-v209::after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,rgba(6,25,39,.18),transparent 36%)}
body.academic-home-v203 .academic-hero-grid-v201{position:relative!important;z-index:2!important}
@media(max-width:980px){body.academic-home-v203 .academic-home-hero-v201.has-home-overlay-v209::before{width:240px;height:58%;opacity:.08;left:-42px}}
@media(max-width:720px){body.academic-home-v203 .academic-home-hero-v201.has-home-overlay-v209::before{display:none}}


/* V210 premium library hero background */
body.academic-home-v203 .academic-home-hero-v201.premium-library-hero-v210{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
  background-image:
    linear-gradient(90deg,rgba(4,16,26,.80) 0%,rgba(5,20,31,.70) 33%,rgba(6,24,37,.52) 60%,rgba(5,20,31,.54) 100%),
    linear-gradient(180deg,rgba(3,13,21,.18) 0%,rgba(3,13,21,.08) 58%,rgba(3,13,21,.48) 100%),
    var(--home-hero-bg-v210)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  border-bottom:0!important;
}
body.academic-home-v203 .academic-home-hero-v201.premium-library-hero-v210::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  pointer-events:none!important;
  opacity:1!important;
  background:
    radial-gradient(circle at 12% 38%,rgba(198,145,57,.10),transparent 24%),
    radial-gradient(circle at 78% 24%,rgba(49,95,124,.12),transparent 28%)!important;
  mask-image:none!important;
}
body.academic-home-v203 .academic-home-hero-v201.premium-library-hero-v210::after{
  content:""!important;
  position:absolute!important;
  inset:auto 0 0 0!important;
  width:auto!important;
  height:1px!important;
  border:0!important;
  border-radius:0!important;
  transform:none!important;
  box-shadow:none!important;
  background:linear-gradient(90deg,transparent 0%,rgba(225,189,115,.55) 12%,rgba(225,189,115,.72) 50%,rgba(225,189,115,.55) 88%,transparent 100%)!important;
  z-index:3!important;
  pointer-events:none!important;
}
body.academic-home-v203 .premium-library-hero-v210 .academic-hero-grid-v201{
  position:relative!important;
  z-index:2!important;
}
body.academic-home-v203 .premium-library-hero-v210 .academic-hero-copy-v201{
  text-shadow:0 2px 18px rgba(0,0,0,.22);
}
body.academic-home-v203 .premium-library-hero-v210 .academic-kicker-v201{
  color:#ddb66b!important;
}
body.academic-home-v203 .premium-library-hero-v210 .academic-lead-v201{
  color:rgba(248,243,233,.90)!important;
}
body.academic-home-v203 .premium-library-hero-v210 .academic-portrait-card-v201{
  border-color:rgba(225,189,115,.70)!important;
  box-shadow:0 28px 70px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.025)!important;
}
body.academic-home-v203 .premium-library-hero-v210 .academic-hero-media-v201::after{
  border-color:rgba(225,189,115,.84)!important;
}
@media(max-width:980px){
  body.academic-home-v203 .academic-home-hero-v201.premium-library-hero-v210{
    background-position:42% center!important;
    background-image:
      linear-gradient(90deg,rgba(4,16,26,.88) 0%,rgba(5,20,31,.74) 52%,rgba(5,20,31,.62) 100%),
      var(--home-hero-bg-v210)!important;
  }
}
@media(max-width:720px){
  body.academic-home-v203 .academic-home-hero-v201.premium-library-hero-v210{
    background-position:30% center!important;
    background-image:
      linear-gradient(180deg,rgba(4,16,26,.82),rgba(5,20,31,.90)),
      var(--home-hero-bg-v210)!important;
  }
}

/* V210 / Academic ribbon + current content refinement */
body.academic-home-v203 .academic-quicklinks-v214{
  position:relative;
  background:
    linear-gradient(90deg,rgba(88,55,16,.18),transparent 20%,transparent 80%,rgba(88,55,16,.18)),
    linear-gradient(180deg,#c99647 0%,#b98030 100%);
  border-top:1px solid rgba(255,241,208,.5);
  border-bottom:1px solid #80541f;
  box-shadow:0 14px 30px rgba(3,17,27,.18),inset 0 1px 0 rgba(255,255,255,.14);
  isolation:isolate;
}
body.academic-home-v203 .academic-quicklinks-v214:before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.3;
  background-image:linear-gradient(90deg,rgba(10,35,52,.09) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px);
  background-size:56px 56px;
}
body.academic-home-v203 .academic-quicklinks-grid-v214{position:relative;z-index:1;gap:0}
body.academic-home-v203 .academic-quicklinks-v214 a{
  min-height:116px;
  grid-template-columns:28px 48px minmax(0,1fr) 24px;
  gap:14px;
  padding:22px 24px;
  border-right:1px solid rgba(55,35,13,.26);
  border-left:0;
  color:#0b2639;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,0));
  transition:transform .22s ease,background .22s ease,box-shadow .22s ease,color .22s ease;
}
body.academic-home-v203 .academic-quicklinks-v214 a:first-child{border-left:1px solid rgba(55,35,13,.20)}
body.academic-home-v203 .academic-quicklinks-v214 a:hover{
  position:relative;z-index:3;transform:translateY(-4px);
  background:linear-gradient(180deg,#d4aa63,#c38e3d);
  box-shadow:0 16px 30px rgba(35,22,8,.18);
}
body.academic-home-v203 .academic-quicklinks-v214 .quick-no-v214{
  align-self:start;margin-top:4px;font:800 10px/1 var(--sans);letter-spacing:.12em;color:#664112;opacity:.88;
}
body.academic-home-v203 .quick-icon-v214{
  width:44px;height:44px;border-radius:12px;display:grid;place-items:center;
  background:rgba(7,31,47,.94);color:#e6bd70;border:1px solid rgba(255,235,195,.24);
  box-shadow:0 8px 18px rgba(31,22,8,.16),inset 0 1px 0 rgba(255,255,255,.08);
}
body.academic-home-v203 .quick-icon-v214 svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
body.academic-home-v203 .academic-quicklinks-v214 strong{font:600 19px/1.08 Georgia,"Times New Roman",serif;color:#0a263b;letter-spacing:-.01em}
body.academic-home-v203 .academic-quicklinks-v214 small{max-width:240px;margin-top:6px;font-size:10px;line-height:1.55;color:rgba(11,38,57,.68)}
body.academic-home-v203 .academic-quicklinks-v214 a>b{font-size:18px;color:#173449;transition:transform .2s ease}
body.academic-home-v203 .academic-quicklinks-v214 a:hover>b{transform:translateX(4px)}

body.academic-home-v203 .academic-overview-v201{
  position:relative;padding:70px 0 76px!important;
  background:
    radial-gradient(circle at 10% 0%,rgba(190,137,55,.10),transparent 28%),
    radial-gradient(circle at 88% 18%,rgba(11,42,61,.055),transparent 26%),
    linear-gradient(180deg,#f3ecdf 0%,#eee4d5 100%)!important;
  border-bottom:1px solid #cbbb9e!important;
}
body.academic-home-v203 .academic-overview-v201:before{
  content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,#bf8b3d,transparent);opacity:.7
}
body.academic-home-v203 .academic-overview-head-v201{
  display:grid!important;grid-template-columns:minmax(0,1.25fr) minmax(280px,.7fr) auto!important;
  align-items:end!important;gap:34px!important;margin-bottom:34px!important;
  padding:0 0 24px;border-bottom:1px solid rgba(112,79,39,.18)
}
body.academic-home-v203 .academic-overview-head-v201 .academic-kicker-v201{color:#9a6829!important;letter-spacing:.2em!important}
body.academic-home-v203 .academic-overview-head-v201 h2{
  max-width:760px;margin-top:8px!important;color:#0a2840!important;font:600 clamp(36px,3vw,52px)/1.02 Georgia,"Times New Roman",serif!important;letter-spacing:-.035em!important
}
body.academic-home-v203 .academic-overview-head-v201>p{margin:0!important;color:#526a7d!important;font-size:13px!important;line-height:1.75!important}
body.academic-home-v203 .academic-overview-head-v201>a{
  align-self:center;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;border:1px solid #c8a56c;
  background:rgba(255,255,255,.45);color:#754817!important;font-size:10px!important;font-weight:800;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap
}
body.academic-home-v203 .academic-overview-head-v201>a:hover{background:#fff8ec;border-color:#9f6c2e}

body.academic-home-v203 .academic-hub-grid-v214{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important}
body.academic-home-v203 .academic-hub-card-v214{
  position:relative;overflow:hidden;min-height:0!important;padding:22px!important;border-radius:18px!important;
  border:1px solid #ceb895!important;background:rgba(255,252,246,.84)!important;
  box-shadow:0 18px 42px rgba(13,39,57,.09)!important;
}
body.academic-home-v203 .academic-hub-card-v214:before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(#c99544,#8d5b20);opacity:.88
}
body.academic-home-v203 .academic-hub-card-v214:nth-child(2),
body.academic-home-v203 .academic-hub-card-v214:nth-child(4){background:rgba(248,241,231,.9)!important}
body.academic-home-v203 .academic-hub-card-v214.is-primary{min-height:286px!important}
body.academic-home-v203 .academic-hub-card-v214.is-secondary{min-height:220px!important}
body.academic-home-v203 .academic-hub-card-v214 .academic-hub-title-v201{padding-bottom:15px!important;border-bottom:1px solid #ded0ba!important}
body.academic-home-v203 .academic-hub-card-v214 .academic-hub-title-v201 h3{font-size:22px!important;color:#0d2a40!important}
body.academic-home-v203 .academic-hub-card-v214 .academic-hub-title-v201>a{font-size:9.5px!important;color:#7c431b!important;letter-spacing:.06em!important}
body.academic-home-v203 .academic-hub-card-v214 .academic-hub-icon-v201{
  width:40px!important;height:40px!important;border-radius:11px!important;background:#0b293f!important;color:#e1b966!important;border:1px solid rgba(201,148,61,.28)!important
}
body.academic-home-v203 .academic-hub-card-v214 .academic-hub-list-v201{margin-top:3px}
body.academic-home-v203 .academic-hub-card-v214 .academic-hub-list-v201 article{grid-template-columns:128px minmax(0,1fr)!important;padding:13px 0!important;gap:15px!important}
body.academic-home-v203 .academic-hub-card-v214 .academic-thumb-v201{width:128px!important;height:76px!important;border-radius:10px!important}

.academic-empty-pro-v214{
  flex:1;min-height:172px;margin-top:12px;padding:20px;border:1px dashed rgba(16,49,70,.22);border-radius:14px;
  background:linear-gradient(135deg,rgba(255,255,255,.62),rgba(242,233,219,.55));
  display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:16px;align-items:center
}
.academic-empty-pro-v214 .empty-icon-v214{
  width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#0b293f;color:#ddb566;border:1px solid rgba(201,148,61,.32);box-shadow:0 10px 24px rgba(10,39,58,.12)
}
.academic-empty-pro-v214 .empty-icon-v214 svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.academic-empty-pro-v214 strong{display:block;margin-bottom:5px;font:600 16px/1.2 Georgia,"Times New Roman",serif;color:#17364b}
.academic-empty-pro-v214 p{margin:0;max-width:480px;color:#6b7881;font-size:11px;line-height:1.65}
.academic-empty-pro-v214>a{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:9px;border:1px solid #c39a5b;background:rgba(255,255,255,.7);color:#714218;font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}
.academic-empty-pro-v214>a:hover{background:#0b293f;color:#f8e4ba;border-color:#0b293f}
.academic-empty-pro-v214.compact{min-height:124px;grid-template-columns:42px minmax(0,1fr) auto;padding:16px}
.academic-empty-pro-v214.compact .empty-icon-v214{width:42px;height:42px}

body.academic-home-v203 .academic-hub-card-v214.is-secondary .academic-feed-compact-v203>a{min-height:58px;padding:10px 0;grid-template-columns:92px minmax(0,1fr) auto}
body.academic-home-v203 .academic-hub-card-v214.is-secondary .academic-feed-compact-v203 strong{font-size:13px}

@media(max-width:1180px){
  body.academic-home-v203 .academic-quicklinks-v214 a{grid-template-columns:24px 40px minmax(0,1fr) 18px;padding:18px 16px;gap:10px}
  body.academic-home-v203 .quick-icon-v214{width:40px;height:40px}
  body.academic-home-v203 .academic-quicklinks-v214 strong{font-size:16px}
  body.academic-home-v203 .academic-overview-head-v201{grid-template-columns:1fr 1fr!important}
  body.academic-home-v203 .academic-overview-head-v201>a{justify-self:start}
}
@media(max-width:900px){
  body.academic-home-v203 .academic-quicklinks-grid-v214{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.academic-home-v203 .academic-quicklinks-v214 a:nth-child(2){border-right:0}
  body.academic-home-v203 .academic-quicklinks-v214 a:nth-child(-n+2){border-bottom:1px solid rgba(55,35,13,.24)}
  body.academic-home-v203 .academic-overview-head-v201{grid-template-columns:1fr!important;gap:15px!important}
  body.academic-home-v203 .academic-hub-grid-v214{grid-template-columns:1fr!important}
  body.academic-home-v203 .academic-hub-card-v214.is-primary,body.academic-home-v203 .academic-hub-card-v214.is-secondary{min-height:0!important}
}
@media(max-width:620px){
  body.academic-home-v203 .academic-quicklinks-grid-v214{grid-template-columns:1fr}
  body.academic-home-v203 .academic-quicklinks-v214 a{min-height:86px;border-right:0!important;border-left:0!important;border-bottom:1px solid rgba(55,35,13,.22)!important;grid-template-columns:22px 38px minmax(0,1fr) 18px;padding:14px 12px}
  body.academic-home-v203 .academic-quicklinks-v214 a:last-child{border-bottom:0!important}
  body.academic-home-v203 .academic-overview-v201{padding:42px 0 48px!important}
  body.academic-home-v203 .academic-overview-head-v201 h2{font-size:34px!important}
  .academic-empty-pro-v214,.academic-empty-pro-v214.compact{grid-template-columns:44px 1fr;min-height:0;padding:15px;gap:12px}
  .academic-empty-pro-v214>a{grid-column:1/-1;justify-self:start}
}

/* V215 / SVG-driven academic quick access ribbon */
body.academic-home-v203 .academic-quicklinks-v215{
  --quick-gold:#ddb66a;
  --quick-gold-soft:rgba(221,182,106,.30);
  --quick-cream:#f3ead8;
  --quick-line:rgba(229,196,130,.22);
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 50%,rgba(223,182,108,.09),transparent 22%),
    radial-gradient(circle at 82% 50%,rgba(223,182,108,.08),transparent 24%),
    linear-gradient(90deg,#071d2e 0%,#0d2d45 50%,#143c58 100%);
  border-top:2px solid rgba(221,182,106,.78);
  border-bottom:1px solid rgba(8,24,37,.9);
  box-shadow:0 16px 34px rgba(5,16,25,.26), inset 0 1px 0 rgba(255,255,255,.04);
  isolation:isolate;
}
body.academic-home-v203 .academic-quicklinks-v215:before,
body.academic-home-v203 .academic-quicklinks-v215:after{
  content:"";
  position:absolute;
  bottom:-1px;
  width:220px;
  height:130px;
  background-repeat:no-repeat;
  background-size:contain;
  opacity:.24;
  pointer-events:none;
  z-index:0;
}
body.academic-home-v203 .academic-quicklinks-v215:before{
  left:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 150' fill='none'%3E%3Cg stroke='%23d6ae66' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 144h126'/%3E%3Cpath d='M18 144V78h94v66'/%3E%3Cpath d='M28 134V92h18v42'/%3E%3Cpath d='M54 134V92h22v42'/%3E%3Cpath d='M84 134V92h18v42'/%3E%3Cpath d='M18 78 64 50l48 28'/%3E%3Cpath d='M42 60V28h48v32'/%3E%3Cpath d='M50 36h32M50 44h32'/%3E%3Cpath d='M136 144h54'/%3E%3Cpath d='M148 144V96h30v48'/%3E%3Cpath d='M148 96h30'/%3E%3Cpath d='M158 96V76h10v20'/%3E%3C/g%3E%3C/svg%3E");
  background-position:left bottom;
}
body.academic-home-v203 .academic-quicklinks-v215:after{
  right:0;
  transform:scaleX(-1);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 150' fill='none'%3E%3Cg stroke='%23d6ae66' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 144h126'/%3E%3Cpath d='M18 144V78h94v66'/%3E%3Cpath d='M28 134V92h18v42'/%3E%3Cpath d='M54 134V92h22v42'/%3E%3Cpath d='M84 134V92h18v42'/%3E%3Cpath d='M18 78 64 50l48 28'/%3E%3Cpath d='M42 60V28h48v32'/%3E%3Cpath d='M50 36h32M50 44h32'/%3E%3Cpath d='M136 144h54'/%3E%3Cpath d='M148 144V96h30v48'/%3E%3Cpath d='M148 96h30'/%3E%3Cpath d='M158 96V76h10v20'/%3E%3C/g%3E%3C/svg%3E");
  background-position:right bottom;
}
body.academic-home-v203 .academic-quicklinks-grid-v215{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
}
body.academic-home-v203 .academic-quicklinks-v215 a{
  position:relative;
  min-height:142px;
  display:grid;
  grid-template-columns:56px 58px minmax(0,1fr) 28px;
  align-items:center;
  gap:18px;
  padding:26px 28px;
  border-right:1px solid var(--quick-line);
  color:var(--quick-cream);
  background:linear-gradient(180deg,rgba(255,255,255,.015),rgba(255,255,255,0));
  transition:transform .22s ease, background .22s ease, box-shadow .22s ease;
}
body.academic-home-v203 .academic-quicklinks-v215 a:first-child{border-left:1px solid var(--quick-line)}
body.academic-home-v203 .academic-quicklinks-v215 a:not(:last-child)::after{
  content:"";
  position:absolute;
  right:-5px;
  top:50%;
  width:9px;
  height:9px;
  margin-top:-5px;
  border:1px solid rgba(221,182,106,.82);
  background:#102c43;
  transform:rotate(45deg);
  box-shadow:0 0 0 4px rgba(7,29,46,.9);
}
body.academic-home-v203 .academic-quicklinks-v215 a:hover{
  transform:translateY(-3px);
  background:linear-gradient(180deg,rgba(221,182,106,.08),rgba(255,255,255,.02));
  box-shadow:inset 0 0 0 1px rgba(221,182,106,.16);
}
body.academic-home-v203 .academic-quicklinks-v215 .quick-no-v214{
  align-self:center;
  margin:0;
  font:500 19px/1 Georgia,"Times New Roman",serif;
  letter-spacing:.02em;
  color:var(--quick-gold);
  opacity:1;
}
body.academic-home-v203 .academic-quicklinks-v215 .quick-icon-v214{
  width:58px;
  height:58px;
  border-radius:0;
  display:grid;
  place-items:center;
  background:transparent;
  color:var(--quick-gold);
  border:0;
  box-shadow:none;
}
body.academic-home-v203 .academic-quicklinks-v215 .quick-icon-v214 svg{
  width:42px;
  height:42px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.45;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body.academic-home-v203 .academic-quicklinks-v215 strong{
  display:block;
  font:600 23px/1.02 Georgia,"Times New Roman",serif;
  color:var(--quick-cream);
  letter-spacing:-.02em;
}
body.academic-home-v203 .academic-quicklinks-v215 small{
  display:block;
  max-width:260px;
  margin-top:8px;
  font-size:13px;
  line-height:1.5;
  color:rgba(243,234,216,.82);
}
body.academic-home-v203 .academic-quicklinks-v215 a>b{
  justify-self:end;
  font-size:34px;
  font-weight:400;
  color:var(--quick-gold);
  line-height:1;
  transition:transform .22s ease,color .22s ease;
}
body.academic-home-v203 .academic-quicklinks-v215 a:hover>b{transform:translateX(4px);color:#f5d89b}

@media(max-width:1280px){
  body.academic-home-v203 .academic-quicklinks-v215 a{
    min-height:126px;
    grid-template-columns:48px 50px minmax(0,1fr) 22px;
    padding:22px 18px;
    gap:14px;
  }
  body.academic-home-v203 .academic-quicklinks-v215 .quick-icon-v214{width:50px;height:50px}
  body.academic-home-v203 .academic-quicklinks-v215 .quick-icon-v214 svg{width:36px;height:36px}
  body.academic-home-v203 .academic-quicklinks-v215 strong{font-size:19px}
  body.academic-home-v203 .academic-quicklinks-v215 small{font-size:11.5px}
}
@media(max-width:960px){
  body.academic-home-v203 .academic-quicklinks-grid-v215{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.academic-home-v203 .academic-quicklinks-v215 a:nth-child(2){border-right:0}
  body.academic-home-v203 .academic-quicklinks-v215 a:nth-child(-n+2){border-bottom:1px solid var(--quick-line)}
  body.academic-home-v203 .academic-quicklinks-v215 a:nth-child(2)::after{display:none}
  body.academic-home-v203 .academic-quicklinks-v215:before,
  body.academic-home-v203 .academic-quicklinks-v215:after{width:150px;height:90px;opacity:.16}
}
@media(max-width:620px){
  body.academic-home-v203 .academic-quicklinks-grid-v215{grid-template-columns:1fr}
  body.academic-home-v203 .academic-quicklinks-v215 a{
    min-height:98px;
    grid-template-columns:34px 40px minmax(0,1fr) 18px;
    padding:15px 12px;
    gap:12px;
    border-right:0!important;
    border-left:0!important;
    border-bottom:1px solid var(--quick-line)!important;
  }
  body.academic-home-v203 .academic-quicklinks-v215 a:last-child{border-bottom:0!important}
  body.academic-home-v203 .academic-quicklinks-v215 a:not(:last-child)::after{display:none}
  body.academic-home-v203 .academic-quicklinks-v215 .quick-no-v214{font-size:17px}
  body.academic-home-v203 .academic-quicklinks-v215 .quick-icon-v214{width:40px;height:40px}
  body.academic-home-v203 .academic-quicklinks-v215 .quick-icon-v214 svg{width:28px;height:28px}
  body.academic-home-v203 .academic-quicklinks-v215 strong{font-size:18px}
  body.academic-home-v203 .academic-quicklinks-v215 small{font-size:10.5px;max-width:none}
  body.academic-home-v203 .academic-quicklinks-v215 a>b{font-size:24px}
  body.academic-home-v203 .academic-quicklinks-v215:before,
  body.academic-home-v203 .academic-quicklinks-v215:after{display:none}
}


/* V216 / Real academic panorama background for quick access ribbon */
body.academic-home-v203 .academic-quicklinks-v216{
  position:relative;
  overflow:hidden;
  background-image:
    linear-gradient(90deg,rgba(5,23,36,.92) 0%,rgba(7,31,48,.84) 30%,rgba(8,34,52,.80) 50%,rgba(10,38,58,.84) 72%,rgba(7,27,42,.93) 100%),
    url('assets/quicklinks-academic-bg-v210.webp')!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  border-top:2px solid rgba(222,183,105,.88)!important;
  border-bottom:1px solid rgba(221,182,106,.42)!important;
  box-shadow:0 16px 36px rgba(4,17,27,.28),inset 0 1px 0 rgba(255,255,255,.04)!important;
}
body.academic-home-v203 .academic-quicklinks-v216:before,
body.academic-home-v203 .academic-quicklinks-v216:after{display:none!important}
body.academic-home-v203 .academic-quicklinks-grid-v216{position:relative;z-index:2}
body.academic-home-v203 .academic-quicklinks-v216 a{
  min-height:136px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.005))!important;
  border-color:rgba(221,182,106,.22)!important;
  color:#f4ead8!important;
  backdrop-filter:blur(.8px);
}
body.academic-home-v203 .academic-quicklinks-v216 a:hover{
  transform:translateY(-2px)!important;
  background:linear-gradient(180deg,rgba(221,182,106,.12),rgba(255,255,255,.025))!important;
  box-shadow:inset 0 0 0 1px rgba(221,182,106,.20),0 12px 28px rgba(0,0,0,.10)!important;
}
body.academic-home-v203 .academic-quicklinks-v216 .quick-no-v214{color:#e2bb6d!important}
body.academic-home-v203 .academic-quicklinks-v216 .quick-icon-v214{
  color:#e2bb6d!important;
  background:rgba(5,24,38,.18)!important;
  border:0!important;
  box-shadow:none!important;
}
body.academic-home-v203 .academic-quicklinks-v216 strong{
  color:#f5ecdc!important;
  font-size:21px!important;
  line-height:1.06!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
body.academic-home-v203 .academic-quicklinks-v216 small{
  color:rgba(241,231,211,.79)!important;
  font-size:11.5px!important;
  line-height:1.55!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
body.academic-home-v203 .academic-quicklinks-v216 a>b{color:#e8c477!important}
body.academic-home-v203 .academic-quicklinks-v216 a:not(:last-child)::after{
  background:#0b2b42!important;
  border-color:rgba(224,186,108,.88)!important;
  box-shadow:0 0 0 4px rgba(7,29,46,.88)!important;
}
@media(max-width:1280px){
  body.academic-home-v203 .academic-quicklinks-v216 a{min-height:122px!important}
  body.academic-home-v203 .academic-quicklinks-v216 strong{font-size:18px!important}
  body.academic-home-v203 .academic-quicklinks-v216 small{font-size:10.5px!important}
}
@media(max-width:960px){
  body.academic-home-v203 .academic-quicklinks-v216{
    background-position:center center!important;
    background-size:auto 100%!important;
  }
}
@media(max-width:620px){
  body.academic-home-v203 .academic-quicklinks-v216{
    background-image:
      linear-gradient(180deg,rgba(5,23,36,.94),rgba(9,34,51,.92)),
      url('assets/quicklinks-academic-bg-v210.webp')!important;
    background-position:center center!important;
    background-size:auto 100%!important;
  }
  body.academic-home-v203 .academic-quicklinks-v216 a{min-height:96px!important}
  body.academic-home-v203 .academic-quicklinks-v216 strong{font-size:17px!important}
  body.academic-home-v203 .academic-quicklinks-v216 small{font-size:10px!important}
}

/* V217 / Current contents library atmosphere */
body.academic-home-v203 .academic-overview-v217{
  position:relative;
  isolation:isolate;
  background:
    linear-gradient(90deg,rgba(246,239,226,.82) 0%,rgba(246,239,226,.70) 17%,rgba(246,239,226,.58) 50%,rgba(246,239,226,.70) 83%,rgba(246,239,226,.82) 100%),
    var(--home-content-bg-v217) center center / cover no-repeat!important;
  border-top:1px solid rgba(181,132,62,.28)!important;
  border-bottom:1px solid #c6b79f!important;
}
body.academic-home-v203 .academic-overview-v217:before{
  content:"";
  position:absolute;
  inset:0;
  height:auto;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 0%,rgba(255,252,244,.58),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.10),rgba(226,211,186,.14));
  opacity:1;
}
body.academic-home-v203 .academic-overview-v217>.container{position:relative;z-index:1}
body.academic-home-v203 .academic-overview-v217 .academic-overview-head-v201{
  padding:18px 22px 24px!important;
  border-radius:18px 18px 0 0;
  border-bottom:1px solid rgba(115,79,38,.18)!important;
  background:linear-gradient(180deg,rgba(250,246,238,.72),rgba(250,246,238,.42));
  backdrop-filter:blur(2px);
}
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214{
  background:rgba(255,252,246,.90)!important;
  border-color:rgba(190,148,86,.58)!important;
  box-shadow:0 22px 48px rgba(61,42,18,.12),inset 0 1px 0 rgba(255,255,255,.82)!important;
  backdrop-filter:blur(3px);
}
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214:nth-child(2),
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214:nth-child(4){
  background:rgba(250,246,239,.92)!important;
}
body.academic-home-v203 .academic-overview-v217 .academic-empty-pro-v214{
  background:linear-gradient(135deg,rgba(255,255,255,.72),rgba(247,240,229,.72));
  border-color:rgba(18,57,82,.18);
}
@media(max-width:900px){
  body.academic-home-v203 .academic-overview-v217{
    background:
      linear-gradient(180deg,rgba(246,239,226,.88),rgba(246,239,226,.82)),
      var(--home-content-bg-v217) center center / cover no-repeat!important;
  }
  body.academic-home-v203 .academic-overview-v217 .academic-overview-head-v201{padding:14px 14px 20px!important}
}
@media(max-width:620px){
  body.academic-home-v203 .academic-overview-v217{
    background:
      linear-gradient(180deg,rgba(246,239,226,.94),rgba(246,239,226,.90)),
      var(--home-content-bg-v217) center center / cover no-repeat!important;
  }
}

/* V218 / Güncel içerikler bölümü lacivert kütüphane atmosferi */
body.academic-home-v203 .academic-overview-v217{
  position:relative;
  isolation:isolate;
  background:
    linear-gradient(90deg,rgba(4,14,24,.95) 0%,rgba(7,24,39,.93) 18%,rgba(10,39,61,.90) 52%,rgba(7,24,39,.93) 82%,rgba(4,14,24,.95) 100%),
    var(--home-content-bg-v217) center center / cover no-repeat!important;
  border-top:1px solid rgba(201,152,73,.34)!important;
  border-bottom:1px solid rgba(201,152,73,.28)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03), inset 0 -1px 0 rgba(255,255,255,.02)!important;
}
body.academic-home-v203 .academic-overview-v217:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 16% 50%,rgba(201,152,73,.14),transparent 24%),
    radial-gradient(circle at 84% 50%,rgba(201,152,73,.10),transparent 24%),
    linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,0) 18%,rgba(0,0,0,.08) 100%);
}
body.academic-home-v203 .academic-overview-v217 > .container{position:relative;z-index:1}
body.academic-home-v203 .academic-overview-v217 .academic-overview-head-v201{
  padding:18px 22px 24px!important;
  border-radius:18px 18px 0 0;
  border-bottom:1px solid rgba(201,152,73,.20)!important;
  background:linear-gradient(180deg,rgba(8,28,43,.30),rgba(8,28,43,.08));
  backdrop-filter:blur(2px);
}
body.academic-home-v203 .academic-overview-v217 .academic-overview-head-v201 .academic-kicker-v201{
  color:#d8aa60!important;
}
body.academic-home-v203 .academic-overview-v217 .academic-overview-head-v201 h2{
  color:#f7f0e3!important;
  text-shadow:0 1px 0 rgba(0,0,0,.18);
}
body.academic-home-v203 .academic-overview-v217 .academic-overview-head-v201 > p{
  color:rgba(226,233,239,.82)!important;
}
body.academic-home-v203 .academic-overview-v217 .academic-overview-head-v201 > a{
  background:rgba(201,152,73,.12)!important;
  color:#f3d59b!important;
  border-color:rgba(201,152,73,.50)!important;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
body.academic-home-v203 .academic-overview-v217 .academic-overview-head-v201 > a:hover{
  background:rgba(201,152,73,.18)!important;
  color:#fff3d4!important;
  border-color:#d4a45d!important;
}
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214{
  background:linear-gradient(180deg,rgba(8,28,43,.88),rgba(6,23,36,.92))!important;
  border-color:rgba(201,152,73,.40)!important;
  box-shadow:0 24px 46px rgba(1,9,15,.34), inset 0 1px 0 rgba(255,255,255,.04)!important;
  backdrop-filter:blur(4px);
}
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214:before{
  background:linear-gradient(180deg,#d6a85c,#7a5322)!important;
  opacity:.95!important;
}
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214:nth-child(2),
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214:nth-child(4){
  background:linear-gradient(180deg,rgba(10,33,51,.90),rgba(7,26,41,.94))!important;
}
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214 .academic-hub-title-v201{
  border-bottom:1px solid rgba(201,152,73,.18)!important;
}
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214 .academic-hub-title-v201 h3,
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214 .academic-hub-list-v201 h4,
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214 .academic-hub-list-v201 h4 a,
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214 .academic-feed-compact-v203 strong{
  color:#f7f0e4!important;
}
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214 .academic-hub-title-v201>a,
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214 .academic-feed-compact-v203>a>span{
  color:#d8aa60!important;
}
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214 .academic-hub-list-v201 article,
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214 .academic-feed-compact-v203>a{
  border-bottom-color:rgba(201,152,73,.14)!important;
}
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214 .academic-hub-list-v201 time,
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214 .academic-hub-list-v201 p,
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214 .academic-feed-compact-v203 time{
  color:rgba(223,229,234,.72)!important;
}
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214 .academic-thumb-v201{
  border-color:rgba(201,152,73,.22)!important;
  background:rgba(255,255,255,.05)!important;
}
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214 .academic-hub-icon-v201,
body.academic-home-v203 .academic-overview-v217 .academic-empty-pro-v214 .empty-icon-v214{
  background:#0a2940!important;
  color:#e2ba6f!important;
  border-color:rgba(201,152,73,.36)!important;
  box-shadow:0 10px 24px rgba(0,0,0,.28)!important;
}
body.academic-home-v203 .academic-overview-v217 .academic-empty-pro-v214{
  background:linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.02))!important;
  border-color:rgba(201,152,73,.18)!important;
}
body.academic-home-v203 .academic-overview-v217 .academic-empty-pro-v214 strong{
  color:#f4eddc!important;
}
body.academic-home-v203 .academic-overview-v217 .academic-empty-pro-v214 p{
  color:rgba(224,230,235,.72)!important;
}
body.academic-home-v203 .academic-overview-v217 .academic-empty-pro-v214 > a{
  background:rgba(201,152,73,.10)!important;
  color:#f2d59d!important;
  border-color:rgba(201,152,73,.50)!important;
}
body.academic-home-v203 .academic-overview-v217 .academic-empty-pro-v214 > a:hover,
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214 .academic-hub-list-v201 h4 a:hover,
body.academic-home-v203 .academic-overview-v217 .academic-hub-card-v214 .academic-feed-compact-v203>a:hover strong{
  color:#ffe7b7!important;
}
@media(max-width:900px){
  body.academic-home-v203 .academic-overview-v217{
    background:
      linear-gradient(180deg,rgba(4,14,24,.97),rgba(8,27,43,.95) 55%,rgba(5,18,29,.97)),
      var(--home-content-bg-v217) center center / cover no-repeat!important;
  }
  body.academic-home-v203 .academic-overview-v217 .academic-overview-head-v201{padding:14px 14px 20px!important}
}

/* V218 hard override: navy library background + cream editorial cards */
body.academic-home-v203 section.academic-overview-v218{
  position:relative!important;
  isolation:isolate!important;
  background-color:#071b2b!important;
  background-image:
    linear-gradient(90deg,rgba(3,14,23,.96) 0%,rgba(5,22,35,.94) 18%,rgba(9,35,53,.90) 50%,rgba(5,22,35,.94) 82%,rgba(3,14,23,.96) 100%),
    var(--home-content-bg-v217)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  border-top:1px solid rgba(213,169,94,.52)!important;
  border-bottom:1px solid rgba(213,169,94,.34)!important;
}
body.academic-home-v203 section.academic-overview-v218::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  pointer-events:none!important;
  background:
    radial-gradient(circle at 15% 50%,rgba(209,160,82,.16),transparent 25%),
    radial-gradient(circle at 85% 52%,rgba(209,160,82,.11),transparent 24%),
    linear-gradient(180deg,rgba(255,255,255,.025),rgba(0,0,0,.10))!important;
}
body.academic-home-v203 section.academic-overview-v218>.container{
  position:relative!important;
  z-index:1!important;
}
body.academic-home-v203 section.academic-overview-v218 .academic-overview-head-v201{
  padding:18px 22px 24px!important;
  background:transparent!important;
  border-bottom:1px solid rgba(213,169,94,.28)!important;
  backdrop-filter:none!important;
}
body.academic-home-v203 section.academic-overview-v218 .academic-overview-head-v201 .academic-kicker-v201{
  color:#d6a85c!important;
}
body.academic-home-v203 section.academic-overview-v218 .academic-overview-head-v201 h2{
  color:#f8f0e2!important;
  text-shadow:0 2px 20px rgba(0,0,0,.22)!important;
}
body.academic-home-v203 section.academic-overview-v218 .academic-overview-head-v201>p{
  color:rgba(232,237,241,.82)!important;
}
body.academic-home-v203 section.academic-overview-v218 .academic-overview-head-v201>a{
  background:rgba(6,25,39,.50)!important;
  color:#f0d39a!important;
  border-color:rgba(213,169,94,.62)!important;
  box-shadow:0 10px 26px rgba(0,0,0,.18)!important;
}
body.academic-home-v203 section.academic-overview-v218 .academic-overview-head-v201>a:hover{
  background:rgba(213,169,94,.14)!important;
  color:#fff0c8!important;
}

/* Keep content cards light, like the approved mockup */
body.academic-home-v203 section.academic-overview-v218 .academic-hub-card-v214,
body.academic-home-v203 section.academic-overview-v218 .academic-hub-card-v214:nth-child(2),
body.academic-home-v203 section.academic-overview-v218 .academic-hub-card-v214:nth-child(4){
  background:rgba(255,251,245,.96)!important;
  border-color:rgba(205,161,88,.60)!important;
  box-shadow:0 24px 52px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.90)!important;
  backdrop-filter:blur(2px)!important;
}
body.academic-home-v203 section.academic-overview-v218 .academic-hub-card-v214:before{
  background:linear-gradient(180deg,#d6a85c,#946022)!important;
}
body.academic-home-v203 section.academic-overview-v218 .academic-hub-card-v214 .academic-hub-title-v201{
  border-bottom-color:#ded0ba!important;
}
body.academic-home-v203 section.academic-overview-v218 .academic-hub-card-v214 .academic-hub-title-v201 h3,
body.academic-home-v203 section.academic-overview-v218 .academic-hub-card-v214 .academic-hub-list-v201 h4,
body.academic-home-v203 section.academic-overview-v218 .academic-hub-card-v214 .academic-hub-list-v201 h4 a,
body.academic-home-v203 section.academic-overview-v218 .academic-hub-card-v214 .academic-feed-compact-v203 strong{
  color:#0d2a40!important;
}
body.academic-home-v203 section.academic-overview-v218 .academic-hub-card-v214 .academic-hub-title-v201>a,
body.academic-home-v203 section.academic-overview-v218 .academic-hub-card-v214 .academic-feed-compact-v203>a>span{
  color:#7c431b!important;
}
body.academic-home-v203 section.academic-overview-v218 .academic-hub-card-v214 .academic-hub-list-v201 article,
body.academic-home-v203 section.academic-overview-v218 .academic-hub-card-v214 .academic-feed-compact-v203>a{
  border-bottom-color:#e3d8c7!important;
}
body.academic-home-v203 section.academic-overview-v218 .academic-hub-card-v214 .academic-hub-list-v201 time,
body.academic-home-v203 section.academic-overview-v218 .academic-hub-card-v214 .academic-hub-list-v201 p,
body.academic-home-v203 section.academic-overview-v218 .academic-hub-card-v214 .academic-feed-compact-v203 time{
  color:#6b7883!important;
}
body.academic-home-v203 section.academic-overview-v218 .academic-hub-card-v214 .academic-hub-icon-v201,
body.academic-home-v203 section.academic-overview-v218 .academic-empty-pro-v214 .empty-icon-v214{
  background:#0b293f!important;
  color:#ddb566!important;
  border-color:rgba(201,148,61,.34)!important;
}
body.academic-home-v203 section.academic-overview-v218 .academic-empty-pro-v214{
  background:linear-gradient(135deg,rgba(255,255,255,.80),rgba(247,240,229,.80))!important;
  border-color:rgba(18,57,82,.20)!important;
}
body.academic-home-v203 section.academic-overview-v218 .academic-empty-pro-v214 strong{color:#17364b!important}
body.academic-home-v203 section.academic-overview-v218 .academic-empty-pro-v214 p{color:#6b7881!important}
body.academic-home-v203 section.academic-overview-v218 .academic-empty-pro-v214>a{
  background:rgba(255,255,255,.78)!important;
  color:#714218!important;
  border-color:#c39a5b!important;
}
body.academic-home-v203 section.academic-overview-v218 .academic-empty-pro-v214>a:hover{
  background:#0b293f!important;
  color:#f8e4ba!important;
  border-color:#0b293f!important;
}
@media(max-width:900px){
  body.academic-home-v203 section.academic-overview-v218{
    background-image:
      linear-gradient(180deg,rgba(3,14,23,.97),rgba(8,28,44,.95) 55%,rgba(3,14,23,.97)),
      var(--home-content-bg-v217)!important;
    background-size:cover!important;
    background-position:center center!important;
  }
}

/* V219 / Gerçek koyu kütüphane görseli + krem editoryal kartlar */
body.academic-home-v203 .academic-overview-v219{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background-image:
    linear-gradient(90deg,rgba(3,14,23,.45) 0%,rgba(5,20,32,.33) 18%,rgba(6,27,43,.24) 50%,rgba(5,20,32,.33) 82%,rgba(3,14,23,.46) 100%),
    var(--home-content-bg-v217)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  border-top:1px solid rgba(209,164,88,.48)!important;
  border-bottom:1px solid rgba(209,164,88,.34)!important;
}
body.academic-home-v203 .academic-overview-v219:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 15% 44%,rgba(220,175,94,.08),transparent 25%),
    radial-gradient(circle at 84% 46%,rgba(220,175,94,.06),transparent 25%),
    linear-gradient(180deg,rgba(2,12,20,.12),rgba(2,12,20,.30));
}
body.academic-home-v203 .academic-overview-v219>.container{position:relative;z-index:1}
body.academic-home-v203 .academic-overview-v219 .academic-overview-head-v201{
  background:linear-gradient(180deg,rgba(5,21,34,.22),rgba(5,21,34,.08))!important;
  border-bottom-color:rgba(213,171,96,.34)!important;
  backdrop-filter:blur(1.5px);
}
body.academic-home-v203 .academic-overview-v219 .academic-overview-head-v201 .academic-kicker-v201{color:#e0b76b!important}
body.academic-home-v203 .academic-overview-v219 .academic-overview-head-v201 h2{color:#f8f0df!important;text-shadow:0 2px 18px rgba(0,0,0,.28)}
body.academic-home-v203 .academic-overview-v219 .academic-overview-head-v201>p{color:rgba(239,242,244,.82)!important}
body.academic-home-v203 .academic-overview-v219 .academic-overview-head-v201>a{
  color:#f3d89f!important;
  border-color:rgba(220,176,95,.62)!important;
  background:rgba(4,19,31,.42)!important;
}
body.academic-home-v203 .academic-overview-v219 .academic-overview-head-v201>a:hover{background:rgba(202,151,66,.18)!important;color:#fff0cf!important}

/* Kartlar mockup'taki gibi açık krem kalır */
body.academic-home-v203 .academic-overview-v219 .academic-hub-card-v214,
body.academic-home-v203 .academic-overview-v219 .academic-hub-card-v214:nth-child(2),
body.academic-home-v203 .academic-overview-v219 .academic-hub-card-v214:nth-child(4){
  background:linear-gradient(180deg,rgba(255,252,246,.97),rgba(250,245,236,.96))!important;
  border-color:rgba(201,153,76,.62)!important;
  box-shadow:0 26px 56px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.92)!important;
  backdrop-filter:blur(2px);
}
body.academic-home-v203 .academic-overview-v219 .academic-hub-card-v214:before{background:linear-gradient(180deg,#d6a85c,#8d5b20)!important}
body.academic-home-v203 .academic-overview-v219 .academic-hub-card-v214 .academic-hub-title-v201{border-bottom-color:#ded0ba!important}
body.academic-home-v203 .academic-overview-v219 .academic-hub-card-v214 .academic-hub-title-v201 h3,
body.academic-home-v203 .academic-overview-v219 .academic-hub-card-v214 .academic-hub-list-v201 h4,
body.academic-home-v203 .academic-overview-v219 .academic-hub-card-v214 .academic-hub-list-v201 h4 a,
body.academic-home-v203 .academic-overview-v219 .academic-hub-card-v214 .academic-feed-compact-v203 strong{color:#0d2a40!important}
body.academic-home-v203 .academic-overview-v219 .academic-hub-card-v214 .academic-hub-title-v201>a,
body.academic-home-v203 .academic-overview-v219 .academic-hub-card-v214 .academic-feed-compact-v203>a>span{color:#7c431b!important}
body.academic-home-v203 .academic-overview-v219 .academic-hub-card-v214 .academic-hub-list-v201 article,
body.academic-home-v203 .academic-overview-v219 .academic-hub-card-v214 .academic-feed-compact-v203>a{border-bottom-color:#e3d5bf!important}
body.academic-home-v203 .academic-overview-v219 .academic-hub-card-v214 .academic-hub-list-v201 time,
body.academic-home-v203 .academic-overview-v219 .academic-hub-card-v214 .academic-hub-list-v201 p,
body.academic-home-v203 .academic-overview-v219 .academic-hub-card-v214 .academic-feed-compact-v203 time{color:#6b7881!important}
body.academic-home-v203 .academic-overview-v219 .academic-hub-card-v214 .academic-hub-icon-v201,
body.academic-home-v203 .academic-overview-v219 .academic-empty-pro-v214 .empty-icon-v214{background:#08283d!important;color:#e0b665!important;border-color:rgba(201,148,61,.35)!important}
body.academic-home-v203 .academic-overview-v219 .academic-empty-pro-v214{
  background:linear-gradient(135deg,rgba(255,255,255,.80),rgba(247,240,229,.80))!important;
  border-color:rgba(18,57,82,.18)!important;
}
body.academic-home-v203 .academic-overview-v219 .academic-empty-pro-v214 strong{color:#17364b!important}
body.academic-home-v203 .academic-overview-v219 .academic-empty-pro-v214 p{color:#6b7881!important}
body.academic-home-v203 .academic-overview-v219 .academic-empty-pro-v214>a{
  background:rgba(255,255,255,.78)!important;
  color:#714218!important;
  border-color:#c39a5b!important;
}
body.academic-home-v203 .academic-overview-v219 .academic-empty-pro-v214>a:hover{background:#0b293f!important;color:#f8e4ba!important;border-color:#0b293f!important}

@media(max-width:900px){
  body.academic-home-v203 .academic-overview-v219{
    background-image:
      linear-gradient(180deg,rgba(4,16,27,.62),rgba(4,16,27,.54)),
      var(--home-content-bg-v217)!important;
    background-position:center center!important;
  }
}
@media(max-width:620px){
  body.academic-home-v203 .academic-overview-v219{
    background-image:
      linear-gradient(180deg,rgba(4,16,27,.72),rgba(4,16,27,.66)),
      var(--home-content-bg-v217)!important;
  }
}

/* V220 / Medyada + Son Eklenenler: responsive academic media background */
body.academic-home-v203 .academic-media-stage-v220{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background-image:
    linear-gradient(90deg,rgba(244,233,214,.88) 0%,rgba(247,238,222,.78) 21%,rgba(248,240,226,.68) 50%,rgba(247,238,222,.78) 79%,rgba(244,233,214,.88) 100%),
    var(--home-media-bg-v220)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}
body.academic-home-v203 .academic-media-stage-v220::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 48% 28%,rgba(255,250,240,.34),transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(207,169,103,.05));
}
body.academic-home-v203 .academic-media-stage-v220>.container{
  position:relative;
  z-index:1;
}
body.academic-home-v203 .academic-programs-v203.academic-media-stage-v220{
  border-top:1px solid rgba(168,113,42,.24)!important;
  border-bottom:1px solid rgba(168,113,42,.18)!important;
}
body.academic-home-v203 .academic-media-stage-v220 .academic-section-head-v203{
  padding:18px 22px 22px;
  border-radius:18px 18px 0 0;
  background:linear-gradient(180deg,rgba(251,246,237,.56),rgba(251,246,237,.22));
  border-bottom:1px solid rgba(126,84,35,.16);
  backdrop-filter:blur(1.5px);
}
body.academic-home-v203 .academic-media-stage-v220 .academic-empty-block-v207,
body.academic-home-v203 .academic-media-stage-updates-v220 .academic-empty-inline-v207{
  background:rgba(255,252,246,.78)!important;
  border-color:rgba(124,86,42,.24)!important;
  box-shadow:0 16px 34px rgba(65,43,19,.08);
  backdrop-filter:blur(2px);
}
body.academic-home-v203 .academic-media-stage-v220 .academic-program-feature-v203,
body.academic-home-v203 .academic-media-stage-v220 .academic-program-list-v203 article{
  background:rgba(255,251,245,.88)!important;
  backdrop-filter:blur(2px);
}

/* Son Eklenenler aynı sahneyi daha yumuşak kullanır; layout değişmez. */
body.academic-home-v203 .academic-media-stage-updates-v220{
  background-image:
    linear-gradient(90deg,rgba(226,210,186,.90) 0%,rgba(235,222,202,.80) 24%,rgba(242,231,214,.76) 50%,rgba(235,222,202,.80) 76%,rgba(226,210,186,.90) 100%),
    var(--home-media-bg-v220)!important;
  background-position:center 72%!important;
  border-bottom:1px solid rgba(159,109,45,.24)!important;
}
body.academic-home-v203 .academic-media-stage-updates-v220 .academic-updates-layout-v203{
  position:relative;
  z-index:1;
}
body.academic-home-v203 .academic-media-stage-updates-v220 .academic-updates-list-v203{
  background:rgba(255,251,244,.42);
  border-radius:12px;
  padding:0 16px;
  backdrop-filter:blur(1.5px);
}

/* Tablet: önemli görsel öğeler kenarlarda görünmeye devam eder. */
@media(max-width:900px){
  body.academic-home-v203 .academic-media-stage-v220,
  body.academic-home-v203 .academic-media-stage-updates-v220{
    background-image:
      linear-gradient(180deg,rgba(247,238,222,.78),rgba(239,225,203,.82)),
      var(--home-media-bg-mobile-v220)!important;
    background-size:cover!important;
    background-position:center center!important;
  }
  body.academic-home-v203 .academic-media-stage-v220 .academic-section-head-v203{
    padding:14px 14px 18px;
  }
}

/* Telefon: özel dikey asset kullanılır; kamera ve kürsü kadrajda tutulur. */
@media(max-width:620px){
  body.academic-home-v203 .academic-media-stage-v220,
  body.academic-home-v203 .academic-media-stage-updates-v220{
    background-image:
      linear-gradient(180deg,rgba(248,239,224,.78) 0%,rgba(242,228,206,.72) 48%,rgba(238,222,198,.80) 100%),
      var(--home-media-bg-mobile-v220)!important;
    background-size:cover!important;
    background-position:center center!important;
  }
  body.academic-home-v203 .academic-media-stage-v220::before{
    background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(213,176,111,.04));
  }
  body.academic-home-v203 .academic-media-stage-v220 .academic-section-head-v203{
    background:rgba(251,246,237,.56);
    border-radius:14px;
  }
  body.academic-home-v203 .academic-media-stage-updates-v220 .academic-updates-list-v203{
    padding:0 10px;
    background:rgba(255,250,242,.52);
  }
}

/* V221 / Medya sahnesi lacivert sürüm */
body.academic-home-v203 .academic-media-stage-v221{
  background-image:
    linear-gradient(90deg,rgba(4,16,27,.90) 0%,rgba(7,26,42,.84) 22%,rgba(10,38,58,.74) 50%,rgba(7,26,42,.84) 78%,rgba(4,16,27,.90) 100%),
    var(--home-media-bg-v220)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  border-top:1px solid rgba(217,174,101,.28)!important;
  border-bottom:1px solid rgba(217,174,101,.22)!important;
}
body.academic-home-v203 .academic-media-stage-v221::before{
  background:
    radial-gradient(circle at 18% 34%,rgba(213,166,86,.13),transparent 24%),
    radial-gradient(circle at 82% 68%,rgba(89,139,170,.10),transparent 24%),
    linear-gradient(180deg,rgba(255,255,255,.025),rgba(0,0,0,.12))!important;
}
body.academic-home-v203 .academic-media-stage-v221 .academic-section-head-v203{
  background:linear-gradient(180deg,rgba(7,27,42,.34),rgba(7,27,42,.10))!important;
  border-bottom:1px solid rgba(217,174,101,.18)!important;
  backdrop-filter:blur(1.5px);
}
body.academic-home-v203 .academic-media-stage-v221 .academic-section-head-v203 h2,
body.academic-home-v203 .academic-media-stage-updates-v221 h2{
  color:#f8f0df!important;
  text-shadow:0 1px 0 rgba(0,0,0,.18);
}
body.academic-home-v203 .academic-media-stage-v221 .academic-section-head-v203>p,
body.academic-home-v203 .academic-media-stage-updates-v221 header p{
  color:rgba(229,235,240,.82)!important;
}
body.academic-home-v203 .academic-media-stage-v221 .academic-section-head-v203>a,
body.academic-home-v203 .academic-media-stage-updates-v221 header>a{
  color:#e5bd78!important;
}
body.academic-home-v203 .academic-media-stage-v221 .academic-kicker-v201{
  color:#d7a858!important;
}
body.academic-home-v203 .academic-media-stage-v221 .academic-empty-block-v207,
body.academic-home-v203 .academic-media-stage-updates-v221 .academic-empty-inline-v207{
  background:rgba(255,250,242,.90)!important;
  color:#667581!important;
  border-color:rgba(209,166,95,.34)!important;
  box-shadow:0 18px 38px rgba(0,0,0,.20)!important;
}
body.academic-home-v203 .academic-media-stage-v221 .academic-program-feature-v203,
body.academic-home-v203 .academic-media-stage-v221 .academic-program-list-v203 article{
  background:rgba(255,251,245,.92)!important;
  border-color:rgba(209,166,95,.40)!important;
  box-shadow:0 20px 45px rgba(0,0,0,.24)!important;
}

/* Son Eklenenler: aynı lacivert sahnenin daha yoğun, alt bölüm sürümü */
body.academic-home-v203 .academic-media-stage-updates-v221{
  background-image:
    linear-gradient(90deg,rgba(4,16,27,.93) 0%,rgba(7,26,42,.86) 24%,rgba(10,38,58,.80) 50%,rgba(7,26,42,.86) 76%,rgba(4,16,27,.93) 100%),
    var(--home-media-bg-v220)!important;
  background-position:center 72%!important;
}
body.academic-home-v203 .academic-media-stage-updates-v221 .academic-updates-layout-v203{
  background:rgba(6,24,38,.38)!important;
  border:1px solid rgba(217,174,101,.20)!important;
  box-shadow:0 24px 50px rgba(0,0,0,.20)!important;
  backdrop-filter:blur(2px);
}
body.academic-home-v203 .academic-media-stage-updates-v221 .academic-updates-list-v203{
  background:rgba(255,250,242,.90)!important;
  border-radius:14px!important;
  padding:0 16px!important;
  border-top-color:transparent!important;
}
body.academic-home-v203 .academic-media-stage-updates-v221 .academic-updates-list-v203>a{
  border-bottom-color:rgba(139,99,45,.18)!important;
}
body.academic-home-v203 .academic-media-stage-updates-v221 .academic-updates-list-v203 strong{
  color:#0d2b42!important;
}
body.academic-home-v203 .academic-media-stage-updates-v221 .academic-updates-list-v203 small{
  color:#776852!important;
}
body.academic-home-v203 .academic-media-stage-updates-v221 .academic-update-no-v203{
  color:#b67e2e!important;
}

@media(max-width:900px){
  body.academic-home-v203 .academic-media-stage-v221,
  body.academic-home-v203 .academic-media-stage-updates-v221{
    background-image:
      linear-gradient(180deg,rgba(4,16,27,.88) 0%,rgba(8,28,44,.80) 50%,rgba(4,16,27,.90) 100%),
      var(--home-media-bg-mobile-v220)!important;
    background-size:cover!important;
    background-position:center center!important;
  }
}
@media(max-width:620px){
  body.academic-home-v203 .academic-media-stage-v221,
  body.academic-home-v203 .academic-media-stage-updates-v221{
    background-image:
      linear-gradient(180deg,rgba(4,16,27,.84) 0%,rgba(8,28,44,.74) 44%,rgba(4,16,27,.90) 100%),
      var(--home-media-bg-mobile-v220)!important;
    background-size:cover!important;
    background-position:center center!important;
  }
  body.academic-home-v203 .academic-media-stage-v221 .academic-section-head-v203{
    background:rgba(6,24,38,.42)!important;
    border-radius:14px!important;
  }
  body.academic-home-v203 .academic-media-stage-updates-v221 .academic-updates-layout-v203{
    background:rgba(6,24,38,.36)!important;
    padding:18px 14px!important;
    border-radius:16px!important;
  }
  body.academic-home-v203 .academic-media-stage-updates-v221 .academic-updates-list-v203{
    background:rgba(255,250,242,.92)!important;
    padding:0 10px!important;
  }
}

/* V223 / Davet & iletişim – kütüphane sahnesi + canlı HTML panel */
body.academic-home-v203 .academic-contact-stage-v223{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:78px 0;
  background-image:
    linear-gradient(90deg,rgba(3,14,23,.82) 0%,rgba(5,22,35,.66) 30%,rgba(7,29,44,.52) 50%,rgba(5,22,35,.66) 72%,rgba(3,14,23,.84) 100%),
    linear-gradient(180deg,rgba(2,10,17,.18),rgba(2,10,17,.52)),
    var(--home-contact-bg-v223);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  border-top:1px solid rgba(214,168,92,.36);
  border-bottom:1px solid rgba(214,168,92,.30);
}
body.academic-home-v203 .academic-contact-stage-v223::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 13% 20%,rgba(218,172,94,.10),transparent 22%),
    radial-gradient(circle at 83% 70%,rgba(218,172,94,.08),transparent 24%),
    linear-gradient(180deg,rgba(255,255,255,.025),transparent 20%,rgba(0,0,0,.08));
}
body.academic-home-v203 .academic-contact-stage-v223 .final-cta-v223{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.12fr) minmax(420px,.78fr)!important;
  gap:56px!important;
  align-items:center!important;
  width:min(1480px,calc(100% - 88px))!important;
  margin:0 auto!important;
  padding:48px 52px!important;
  border-radius:20px!important;
  overflow:hidden!important;
  color:#f5ecdd!important;
  background:
    linear-gradient(90deg,rgba(5,30,47,.95),rgba(7,38,58,.91) 55%,rgba(7,32,50,.94))!important;
  border:1px solid rgba(215,168,90,.56)!important;
  box-shadow:0 28px 72px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.035)!important;
  backdrop-filter:blur(8px);
}
body.academic-home-v203 .academic-contact-stage-v223 .final-cta-v223::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:0!important;
  bottom:0!important;
  width:4px!important;
  background:linear-gradient(180deg,#d9a552,#9d6127)!important;
  z-index:1!important;
}
body.academic-home-v203 .academic-contact-stage-v223 .final-cta-v223::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  background:
    radial-gradient(circle at 46% 20%,rgba(255,255,255,.035),transparent 24%),
    linear-gradient(120deg,transparent 0%,rgba(255,255,255,.018) 45%,transparent 72%)!important;
  z-index:0!important;
}
body.academic-home-v203 .academic-contact-stage-v223 .final-cta-v223>*{position:relative;z-index:2}
body.academic-home-v203 .academic-contact-stage-v223 .final-cta-v223 .final-cta-copy-v79{max-width:none!important}
body.academic-home-v203 .academic-contact-stage-v223 .final-cta-v223 .eyebrow{
  display:block!important;
  margin-bottom:12px!important;
  color:#dfb25f!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
}
body.academic-home-v203 .academic-contact-stage-v223 .final-cta-v223 h2{
  max-width:820px!important;
  margin:0!important;
  color:#f7efe2!important;
  font:500 clamp(36px,3.3vw,58px)/1.04 Georgia,"Times New Roman",serif!important;
  letter-spacing:-.035em!important;
  text-shadow:0 2px 22px rgba(0,0,0,.24)!important;
}
body.academic-home-v203 .academic-contact-stage-v223 .final-cta-v223 p{
  max-width:720px!important;
  margin:16px 0 0!important;
  color:rgba(228,235,240,.82)!important;
  font-size:13px!important;
  line-height:1.68!important;
}
body.academic-home-v203 .academic-contact-stage-v223 .cta-actions-v223{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin-top:22px!important;
}
body.academic-home-v203 .academic-contact-stage-v223 .cta-actions-v223 .btn{
  min-width:146px!important;
  min-height:48px!important;
  padding:0 18px!important;
  border-radius:9px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  font-size:12px!important;
  font-weight:800!important;
  text-decoration:none!important;
}
body.academic-home-v203 .academic-contact-stage-v223 .cta-actions-v223 .btn-primary{
  background:linear-gradient(135deg,#b97e32,#d3a55c)!important;
  border-color:#d3a55c!important;
  color:#fff7ea!important;
  box-shadow:0 12px 28px rgba(161,99,34,.22)!important;
}
body.academic-home-v203 .academic-contact-stage-v223 .cta-actions-v223 .btn-primary:hover{
  transform:translateY(-1px);
  background:linear-gradient(135deg,#c1883a,#ddb46c)!important;
}
body.academic-home-v203 .academic-contact-stage-v223 .cta-actions-v223 .btn-ghost{
  background:rgba(255,255,255,.025)!important;
  border-color:rgba(218,172,94,.72)!important;
  color:#f6e8cd!important;
}
body.academic-home-v203 .academic-contact-stage-v223 .cta-actions-v223 .btn-ghost:hover{
  background:rgba(218,172,94,.10)!important;
  color:#fff4de!important;
}

body.academic-home-v203 .academic-contact-stage-v223 .academic-cta-services-v223{
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  border:1px solid rgba(213,170,98,.34)!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.025)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
  backdrop-filter:blur(4px);
}
body.academic-home-v203 .academic-contact-stage-v223 .academic-cta-services-v223>a{
  display:grid!important;
  grid-template-columns:34px 52px minmax(0,1fr) 24px!important;
  gap:14px!important;
  align-items:center!important;
  min-height:104px!important;
  padding:16px 20px!important;
  background:rgba(255,255,255,.012)!important;
  border-bottom:1px solid rgba(213,170,98,.18)!important;
  text-decoration:none!important;
  transition:background .2s ease,transform .2s ease!important;
}
body.academic-home-v203 .academic-contact-stage-v223 .academic-cta-services-v223>a:last-child{border-bottom:0!important}
body.academic-home-v203 .academic-contact-stage-v223 .academic-cta-services-v223>a:hover{
  background:rgba(218,172,94,.075)!important;
}
body.academic-home-v203 .academic-contact-stage-v223 .cta-no-v223{
  color:#e0b25f!important;
  font:700 11px/1 Georgia,"Times New Roman",serif!important;
}
body.academic-home-v203 .academic-contact-stage-v223 .cta-icon-v223{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-left:1px solid rgba(218,172,94,.28);
  color:#e1b460;
}
body.academic-home-v203 .academic-contact-stage-v223 .cta-icon-v223 svg{
  width:29px;
  height:29px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body.academic-home-v203 .academic-contact-stage-v223 .academic-cta-services-v223 strong{
  display:block!important;
  color:#f8efe1!important;
  font:600 18px/1.18 Georgia,"Times New Roman",serif!important;
}
body.academic-home-v203 .academic-contact-stage-v223 .academic-cta-services-v223 small{
  display:block!important;
  margin-top:6px!important;
  color:rgba(205,216,225,.76)!important;
  font-size:10px!important;
  line-height:1.45!important;
}
body.academic-home-v203 .academic-contact-stage-v223 .academic-cta-services-v223 b{
  color:#e5bc70!important;
  font-size:20px!important;
  font-weight:400!important;
  transition:transform .2s ease!important;
}
body.academic-home-v203 .academic-contact-stage-v223 .academic-cta-services-v223>a:hover b{transform:translateX(4px)}

@media(max-width:1100px){
  body.academic-home-v203 .academic-contact-stage-v223{padding:64px 0}
  body.academic-home-v203 .academic-contact-stage-v223 .final-cta-v223{
    grid-template-columns:1fr!important;
    width:min(920px,calc(100% - 44px))!important;
    gap:34px!important;
    padding:38px 36px!important;
  }
  body.academic-home-v203 .academic-contact-stage-v223 .final-cta-v223 h2{max-width:900px!important}
}
@media(max-width:700px){
  body.academic-home-v203 .academic-contact-stage-v223{
    padding:42px 0!important;
    background-image:
      linear-gradient(180deg,rgba(3,14,23,.84),rgba(5,22,35,.68) 42%,rgba(3,14,23,.90)),
      var(--home-contact-bg-mobile-v223)!important;
    background-size:cover!important;
    background-position:center center!important;
  }
  body.academic-home-v203 .academic-contact-stage-v223 .final-cta-v223{
    width:calc(100% - 26px)!important;
    padding:28px 20px!important;
    border-radius:16px!important;
    gap:26px!important;
  }
  body.academic-home-v203 .academic-contact-stage-v223 .final-cta-v223 h2{
    font-size:34px!important;
    line-height:1.05!important;
  }
  body.academic-home-v203 .academic-contact-stage-v223 .final-cta-v223 p{font-size:12px!important}
  body.academic-home-v203 .academic-contact-stage-v223 .cta-actions-v223{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important}
  body.academic-home-v203 .academic-contact-stage-v223 .cta-actions-v223 .btn{min-width:0!important;width:100%!important;padding:0 10px!important;font-size:11px!important}
  body.academic-home-v203 .academic-contact-stage-v223 .academic-cta-services-v223>a{
    grid-template-columns:28px 42px minmax(0,1fr) 18px!important;
    min-height:88px!important;
    padding:14px 12px!important;
    gap:10px!important;
  }
  body.academic-home-v203 .academic-contact-stage-v223 .cta-icon-v223{width:40px;height:40px}
  body.academic-home-v203 .academic-contact-stage-v223 .cta-icon-v223 svg{width:24px;height:24px}
  body.academic-home-v203 .academic-contact-stage-v223 .academic-cta-services-v223 strong{font-size:16px!important}
  body.academic-home-v203 .academic-contact-stage-v223 .academic-cta-services-v223 small{font-size:9px!important}
}
@media(max-width:430px){
  body.academic-home-v203 .academic-contact-stage-v223 .final-cta-v223 h2{font-size:30px!important}
  body.academic-home-v203 .academic-contact-stage-v223 .cta-actions-v223{grid-template-columns:1fr!important}
}

/* V224 / Premium academic library footer */
body.academic-home-v203 .site-footer-v224,
.site-footer-v224{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(4,18,29,.94) 0%,rgba(6,29,45,.90) 32%,rgba(8,34,51,.88) 58%,rgba(4,18,29,.95) 100%),
    var(--footer-bg-v224) center center / cover no-repeat!important;
  color:#dce5ec!important;
  border-top:1px solid rgba(218,173,91,.72)!important;
}
.site-footer-v224:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 14% 28%,rgba(217,171,85,.11),transparent 22%),
    radial-gradient(circle at 86% 30%,rgba(91,140,170,.09),transparent 24%),
    linear-gradient(180deg,rgba(255,255,255,.015),rgba(0,0,0,.16));
}
.site-footer-v224 .footer-grid-v224{
  display:grid!important;
  grid-template-columns:1fr 1fr 1fr!important;
  gap:0!important;
  padding-top:58px!important;
  padding-bottom:54px!important;
}
.site-footer-v224 .footer-panel-v224{
  position:relative;
  min-width:0;
  padding:0 54px!important;
  border-right:1px solid rgba(218,173,91,.22)!important;
}
.site-footer-v224 .footer-panel-v224:first-child{padding-left:0!important}
.site-footer-v224 .footer-panel-v224:last-child{padding-right:0!important;border-right:0!important}
.site-footer-v224 .footer-panel-v224:not(:last-child):after{
  content:"";
  position:absolute;
  right:-5px;
  top:50%;
  width:9px;
  height:9px;
  margin-top:-5px;
  transform:rotate(45deg);
  border:1px solid rgba(225,184,105,.88);
  background:#0b2b42;
  box-shadow:0 0 0 5px rgba(6,27,42,.94);
}
.site-footer-v224 .footer-icon-v224{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  color:#e3b967;
}
.site-footer-v224 .footer-icon-v224 svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.site-footer-v224 .footer-rule-v224{display:block;width:32px;height:2px;margin:10px 0 15px;background:linear-gradient(90deg,#e2b86a,#947039)}
.site-footer-v224 h2{
  margin:0 0 14px!important;
  color:#f5ead7!important;
  font:600 31px/1.02 Georgia,"Times New Roman",serif!important;
  letter-spacing:-.025em;
}
.site-footer-v224 p{margin:0 0 20px!important;color:#b9c7d1!important;font-size:13px!important;line-height:1.7!important}
.site-footer-v224 .footer-mini{max-width:390px;margin-top:16px!important;font-size:11.5px!important;color:#a8b7c2!important}
.site-footer-v224 .footer-contact-button-v224{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  margin-top:4px;
  border:1px solid rgba(218,173,91,.76);
  border-radius:8px;
  background:rgba(6,28,43,.42);
  color:#f0cc87!important;
  font-size:13px!important;
  font-weight:800;
  text-decoration:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.site-footer-v224 .footer-contact-button-v224:hover{transform:translateY(-2px);background:#c18b3e;color:#fff8e8!important}
.site-footer-v224 .footer-links-v224{display:flex!important;flex-wrap:wrap!important;gap:11px 0!important;margin-top:25px!important}
.site-footer-v224 .footer-links-v224 a{
  position:relative;
  color:#e8c77e!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.25;
  text-decoration:none;
  padding-right:17px;
  margin-right:16px;
}
.site-footer-v224 .footer-links-v224 a:not(:last-child):after{content:"";position:absolute;right:0;top:2px;width:1px;height:13px;background:rgba(216,178,104,.36)}
.site-footer-v224 .footer-links-v224 a:hover{color:#fff0c8!important}
.site-footer-v224 .footer-social-v224{margin-top:20px!important;display:flex!important;gap:8px!important}
.site-footer-v224 .footer-social-v224:empty{display:none!important}
.site-footer-v224 .footer-social-v224 .social-link{
  width:34px!important;height:34px!important;border-radius:50%!important;
  border:1px solid rgba(218,173,91,.34)!important;background:rgba(3,18,29,.35)!important;color:#ddb56d!important;
}
.site-footer-v224 .footer-social-v224 .social-link:hover{background:rgba(218,173,91,.14)!important;color:#fff0c6!important}
.site-footer-v224 .copyright-v224{
  padding:0!important;
  background:rgba(2,13,22,.48)!important;
  border-top:1px solid rgba(218,173,91,.60)!important;
}
.site-footer-v224 .copyright-inner-v224{
  min-height:106px;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:30px!important;
  padding-top:18px!important;
  padding-bottom:18px!important;
}
.site-footer-v224 .copyright-copy-v224{color:#aebcc7!important;font-size:11.5px!important}
.site-footer-v224 .site-build-credit-v224{display:flex!important;flex-direction:row!important;align-items:center!important;gap:14px!important}
.site-footer-v224 .site-build-credit-link-v224{
  width:auto!important;min-width:158px!important;min-height:46px!important;padding:5px 13px!important;border-radius:999px!important;
  background:rgba(5,24,38,.58)!important;border:1px solid rgba(218,173,91,.55)!important;box-shadow:none!important;
}
.site-footer-v224 .site-build-credit-link-v224:before{display:none!important}
.site-footer-v224 .site-build-credit-link-v224 .site-build-credit-logo{height:34px!important;max-width:140px!important;filter:brightness(1.08) saturate(.9)!important}
.site-footer-v224 .site-build-credit-developer-v224{
  display:block;max-width:250px;color:#aebcc7;font:400 10.5px/1.55 ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;text-align:left;
}
.site-footer-v224 .site-build-credit-developer-v224 strong{color:#e8c77e;font-weight:800}

@media(max-width:980px){
  .site-footer-v224 .footer-grid-v224{grid-template-columns:1fr 1fr!important;padding-top:42px!important;padding-bottom:34px!important}
  .site-footer-v224 .footer-panel-v224{padding:26px 28px!important;border-bottom:1px solid rgba(218,173,91,.16)!important}
  .site-footer-v224 .footer-panel-v224:first-child{padding-left:28px!important}
  .site-footer-v224 .footer-panel-v224:nth-child(2){border-right:0!important}
  .site-footer-v224 .footer-panel-v224:nth-child(2):after{display:none}
  .site-footer-v224 .footer-panel-v224:last-child{grid-column:1/-1;padding-right:28px!important;border-bottom:0!important}
  .site-footer-v224 .footer-panel-v224:not(:last-child):after{display:none}
}
@media(max-width:680px){
  .site-footer-v224{
    background:
      linear-gradient(180deg,rgba(4,18,29,.94),rgba(6,29,45,.93) 55%,rgba(4,18,29,.97)),
      var(--footer-bg-v224) 72% center / auto 100% no-repeat!important;
  }
  .site-footer-v224 .footer-grid-v224{grid-template-columns:1fr!important;padding-top:26px!important;padding-bottom:20px!important}
  .site-footer-v224 .footer-panel-v224,.site-footer-v224 .footer-panel-v224:first-child,.site-footer-v224 .footer-panel-v224:last-child{grid-column:auto;padding:24px 4px!important;border-right:0!important;border-bottom:1px solid rgba(218,173,91,.16)!important}
  .site-footer-v224 .footer-panel-v224:last-child{border-bottom:0!important}
  .site-footer-v224 h2{font-size:27px!important}
  .site-footer-v224 .footer-links-v224{margin-top:18px!important}
  .site-footer-v224 .copyright-inner-v224{grid-template-columns:1fr!important;justify-items:center!important;text-align:center!important;gap:14px!important;min-height:0;padding-top:20px!important;padding-bottom:22px!important}
  .site-footer-v224 .copyright-copy-v224{justify-content:center!important}
  .site-footer-v224 .site-build-credit-v224{flex-direction:column!important;gap:8px!important}
  .site-footer-v224 .site-build-credit-developer-v224{text-align:center!important;max-width:320px}
}

/* V225 / Hakkımızda premium akademik sayfa */
body.academic-theme-v200 .about-hero-v225{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  color:#f7efe2;
  background:
    linear-gradient(90deg,rgba(4,17,28,.94) 0%,rgba(5,25,39,.90) 42%,rgba(8,35,53,.82) 70%,rgba(4,18,29,.94) 100%),
    var(--about-hero-bg-v225) center center / cover no-repeat;
  border-bottom:1px solid rgba(207,161,88,.55);
}
body.academic-theme-v200 .about-hero-v225:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 16% 45%,rgba(210,164,87,.12),transparent 24%),
    radial-gradient(circle at 76% 24%,rgba(100,158,190,.08),transparent 28%),
    linear-gradient(180deg,rgba(255,255,255,.02),rgba(0,0,0,.16));
}
body.academic-theme-v200 .about-hero-grid-v225{
  position:relative;
  z-index:1;
  min-height:430px;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(360px,.72fr);
  gap:64px;
  align-items:center;
  padding-top:118px;
  padding-bottom:46px;
}
body.academic-theme-v200 .about-hero-grid-v225:not(:has(.about-portrait-v225)){
  grid-template-columns:minmax(0,1fr) 340px;
}
body.academic-theme-v200 .about-hero-copy-v225{max-width:900px}
body.academic-theme-v200 .about-kicker-v225{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
  color:#ddb463;
  font-size:10px;
  font-weight:900;
  letter-spacing:.20em;
  text-transform:uppercase;
}
body.academic-theme-v200 .about-kicker-v225 i{display:block;width:34px;height:2px;background:#d6a552}
body.academic-theme-v200 .about-hero-copy-v225 h1{
  max-width:820px;
  margin:0;
  color:#fff4e2;
  font:600 clamp(46px,4.4vw,72px)/.98 Georgia,"Times New Roman",serif;
  letter-spacing:-.04em;
  text-wrap:balance;
  text-shadow:0 2px 22px rgba(0,0,0,.28);
}
body.academic-theme-v200 .about-hero-copy-v225>p{
  max-width:760px;
  margin:22px 0 0;
  color:rgba(239,242,244,.86);
  font-size:16px;
  line-height:1.7;
}
body.academic-theme-v200 .about-stats-v225{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  max-width:820px;
  margin-top:30px;
}
body.academic-theme-v200 .about-stats-v225>a{
  min-height:90px;
  display:grid;
  grid-template-columns:48px auto;
  grid-template-rows:1fr 1fr;
  column-gap:13px;
  align-items:center;
  padding:16px 18px;
  border:1px solid rgba(219,177,104,.36);
  border-radius:14px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  transition:.22s ease;
}
body.academic-theme-v200 .about-stats-v225>a:hover{transform:translateY(-2px);background:rgba(255,255,255,.075);border-color:rgba(219,177,104,.64)}
body.academic-theme-v200 .about-stat-icon-v225{
  grid-row:1/3;
  width:48px;height:48px;
  display:grid;place-items:center;
  color:#e0b563;
}
body.academic-theme-v200 .about-stat-icon-v225 svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
body.academic-theme-v200 .about-stats-v225 strong{
  align-self:end;
  color:#fff4df;
  font:600 28px/1 Georgia,"Times New Roman",serif;
}
body.academic-theme-v200 .about-stats-v225 small{
  align-self:start;
  margin-top:4px;
  color:#d6dfe5;
  font-size:9px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
}
body.academic-theme-v200 .about-portrait-v225{
  position:relative;
  margin:0;
  border:1px solid rgba(224,184,109,.80);
  border-radius:20px;
  overflow:hidden;
  background:#0a2437;
  box-shadow:0 28px 68px rgba(0,0,0,.34),0 0 0 8px rgba(255,255,255,.015);
}
body.academic-theme-v200 .about-portrait-v225:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06),inset 0 -90px 100px rgba(2,12,19,.18);
}
body.academic-theme-v200 .about-portrait-v225 img{width:100%;aspect-ratio:1.12/1;object-fit:cover;object-position:center}
body.academic-theme-v200 .about-hero-emblem-v225{
  width:300px;height:300px;
  justify-self:center;
  display:grid;place-items:center;
  color:#d6ad63;
  border:1px solid rgba(215,175,103,.24);
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.04),transparent 68%);
}
body.academic-theme-v200 .about-hero-emblem-v225 svg{width:180px;height:180px;fill:none;stroke:currentColor;stroke-width:2;opacity:.68}

body.academic-theme-v200 .about-breadcrumb-v225{padding-top:17px;padding-bottom:17px;margin-bottom:0!important}
body.academic-theme-v200 .about-editorial-v225{
  padding:34px 0 54px;
  background:
    radial-gradient(circle at 15% 20%,rgba(194,145,72,.08),transparent 28%),
    linear-gradient(180deg,#f4ebdc 0%,#f0e5d4 100%);
  border-bottom:1px solid rgba(171,126,61,.22);
}
body.academic-theme-v200 .about-editorial-grid-v225{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.58fr);
  gap:48px;
  align-items:start;
}
body.academic-theme-v200 .about-bio-v225{padding-top:8px}
body.academic-theme-v200 .about-section-title-v225 h2{
  color:#0e2b42!important;
  font:600 clamp(31px,2.5vw,44px)/1.05 Georgia,"Times New Roman",serif!important;
  letter-spacing:-.025em;
}
body.academic-theme-v200 .about-section-title-v225 span{color:#a36d2a!important;letter-spacing:.14em!important}
body.academic-theme-v200 .about-bio-v225>p{
  margin:18px 0 0;
  color:#617180;
  font-size:15px;
  line-height:1.78;
}
body.academic-theme-v200 .about-actions-v225{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
body.academic-theme-v200 .about-actions-v225 .btn{
  min-width:154px;
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:8px;
}
body.academic-theme-v200 .about-actions-v225 .btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
body.academic-theme-v200 .about-actions-v225 .btn b{margin-left:4px;font-weight:500}

body.academic-theme-v200 .about-card-grid-v225{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body.academic-theme-v200 .about-info-card-v225{
  position:relative;
  overflow:hidden;
  min-height:330px;
  display:flex;
  flex-direction:column;
  padding:28px 26px 24px;
  border:1px solid rgba(180,141,85,.25);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(255,253,249,.96),rgba(249,244,236,.94));
  box-shadow:0 18px 44px rgba(54,38,18,.08),inset 0 1px 0 rgba(255,255,255,.9);
}
body.academic-theme-v200 .about-card-icon-v225{
  width:60px;height:60px;
  display:grid;place-items:center;
  margin-bottom:18px;
  border:1px solid rgba(188,143,75,.30);
  border-radius:50%;
  color:#b17b31;
  background:linear-gradient(180deg,#fffaf0,#f5ead7);
  box-shadow:0 9px 22px rgba(90,59,22,.08);
}
body.academic-theme-v200 .about-card-icon-v225 svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
body.academic-theme-v200 .about-info-card-v225 h3{margin:0;color:#102c43;font:600 26px/1.08 Georgia,"Times New Roman",serif;letter-spacing:-.02em}
body.academic-theme-v200 .about-info-card-v225 p{margin:16px 0 0;max-width:95%;color:#647482;font-size:14px;line-height:1.7}
body.academic-theme-v200 .about-info-card-v225>a{display:inline-flex;align-items:center;gap:10px;margin-top:auto;padding-top:24px;color:#a26a27;font-size:12px;font-weight:800}
body.academic-theme-v200 .about-info-card-v225>a:after{content:"";width:42px;height:1px;background:#c99950;position:absolute;left:26px;bottom:19px;opacity:.72}
body.academic-theme-v200 .about-info-card-v225>a b{font-size:17px;font-weight:500}
body.academic-theme-v200 .about-info-card-v225>a:hover{color:#7b4318}
body.academic-theme-v200 .about-card-watermark-v225{position:absolute;right:18px;bottom:10px;font-size:76px;line-height:1;color:rgba(169,124,55,.075);font-family:Georgia,"Times New Roman",serif;pointer-events:none}

@media(max-width:1220px){
  body.academic-theme-v200 .about-hero-grid-v225{grid-template-columns:minmax(0,1fr) 360px;gap:34px}
  body.academic-theme-v200 .about-editorial-grid-v225{grid-template-columns:1fr;gap:32px}
}
@media(max-width:980px){
  body.academic-theme-v200 .about-hero-grid-v225{grid-template-columns:1fr;min-height:auto;padding-top:104px;padding-bottom:38px}
  body.academic-theme-v200 .about-portrait-v225{max-width:620px;width:100%;justify-self:start}
  body.academic-theme-v200 .about-hero-emblem-v225{justify-self:start;width:220px;height:220px}
  body.academic-theme-v200 .about-card-grid-v225{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.academic-theme-v200 .about-info-card-v225:last-child{grid-column:1/-1;min-height:250px}
}
@media(max-width:720px){
  body.academic-theme-v200 .about-hero-v225{
    background:
      linear-gradient(180deg,rgba(4,17,28,.94),rgba(6,27,42,.94)),
      var(--about-hero-bg-v225) center center / cover no-repeat;
  }
  body.academic-theme-v200 .about-hero-grid-v225{padding-top:34px;padding-bottom:30px;gap:24px}
  body.academic-theme-v200 .about-hero-copy-v225 h1{font-size:clamp(40px,12vw,54px)}
  body.academic-theme-v200 .about-hero-copy-v225>p{font-size:14px;line-height:1.65;margin-top:16px}
  body.academic-theme-v200 .about-stats-v225{grid-template-columns:1fr;gap:9px;margin-top:22px}
  body.academic-theme-v200 .about-stats-v225>a{min-height:74px;grid-template-columns:42px auto;padding:12px 14px}
  body.academic-theme-v200 .about-stat-icon-v225{width:42px;height:42px}.about-stat-icon-v225 svg{width:29px;height:29px}
  body.academic-theme-v200 .about-stats-v225 strong{font-size:23px}
  body.academic-theme-v200 .about-portrait-v225{border-radius:15px}
  body.academic-theme-v200 .about-portrait-v225 img{aspect-ratio:1.25/1}
  body.academic-theme-v200 .about-editorial-v225{padding:26px 0 38px}
  body.academic-theme-v200 .about-editorial-grid-v225{gap:26px}
  body.academic-theme-v200 .about-card-grid-v225{grid-template-columns:1fr}
  body.academic-theme-v200 .about-info-card-v225,
  body.academic-theme-v200 .about-info-card-v225:last-child{grid-column:auto;min-height:260px;padding:23px 20px 21px}
  body.academic-theme-v200 .about-info-card-v225 h3{font-size:23px}
  body.academic-theme-v200 .about-info-card-v225>a:after{left:20px}
  body.academic-theme-v200 .about-actions-v225{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  body.academic-theme-v200 .about-actions-v225 .btn{min-width:0;width:100%}
}

body.academic-theme-v200 .about-navigation-v226{
  padding:10px 0 62px;
  background:linear-gradient(180deg,#f0e5d4 0%,#ede1cf 100%);
}
body.academic-theme-v200 .about-navigation-grid-v226{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(320px,.82fr);
  gap:24px;
  align-items:start;
}
body.academic-theme-v200 .about-link-panel-v226,
body.academic-theme-v200 .about-contact-panel-v226{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(182,142,83,.22);
  border-radius:20px;
  background:linear-gradient(180deg,rgba(255,251,244,.92),rgba(247,240,229,.96));
  box-shadow:0 20px 48px rgba(71,50,21,.08),inset 0 1px 0 rgba(255,255,255,.85);
}
body.academic-theme-v200 .about-link-panel-v226{padding:28px 28px 30px}
body.academic-theme-v200 .about-link-intro-v226{
  margin:12px 0 0;
  color:#677582;
  font-size:15px;
  line-height:1.75;
  max-width:780px;
}
body.academic-theme-v200 .about-link-grid-v226{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:24px;
}
body.academic-theme-v200 .about-link-card-v226{
  min-height:112px;
  display:grid;
  grid-template-columns:54px 1fr;
  gap:14px;
  align-items:start;
  padding:16px 18px;
  border:1px solid rgba(193,153,89,.23);
  border-radius:14px;
  background:rgba(255,255,255,.56);
  transition:.22s ease;
}
body.academic-theme-v200 .about-link-card-v226:hover{
  transform:translateY(-2px);
  border-color:rgba(174,123,55,.40);
  background:#fffdf9;
  box-shadow:0 16px 26px rgba(92,63,30,.08);
}
body.academic-theme-v200 .about-link-icon-v226{
  width:54px;height:54px;display:grid;place-items:center;
  border-radius:50%;border:1px solid rgba(188,143,75,.28);
  background:linear-gradient(180deg,#fff9ef,#f3e6d2);
  color:#ab712b;
}
body.academic-theme-v200 .about-link-icon-v226 svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
body.academic-theme-v200 .about-link-card-v226 strong{
  display:block;
  color:#102c43;
  font:600 20px/1.12 Georgia,"Times New Roman",serif;
  letter-spacing:-.02em;
}
body.academic-theme-v200 .about-link-card-v226 small{
  display:block;
  margin-top:9px;
  color:#677582;
  font-size:13px;
  line-height:1.55;
}
body.academic-theme-v200 .about-contact-panel-v226{
  min-height:100%;
  padding:30px 28px;
  color:#f6efe2;
  background:
    linear-gradient(180deg,rgba(6,24,38,.96),rgba(10,39,58,.94)),
    var(--about-hero-bg-v225) center center / cover no-repeat;
  border-color:rgba(214,174,102,.32);
}
body.academic-theme-v200 .about-contact-panel-v226:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 15% 20%,rgba(210,164,87,.15),transparent 30%),linear-gradient(135deg,rgba(255,255,255,.03),transparent 55%);
}
body.academic-theme-v200 .about-contact-panel-v226>*{position:relative;z-index:1}
body.academic-theme-v200 .about-contact-kicker-v226{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#ddb463;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
body.academic-theme-v200 .about-contact-kicker-v226:before{content:"";width:30px;height:2px;background:#d6a552}
body.academic-theme-v200 .about-contact-panel-v226 h3{
  margin:18px 0 0;
  color:#fff3df;
  font:600 clamp(28px,2.25vw,38px)/1.08 Georgia,"Times New Roman",serif;
  letter-spacing:-.03em;
}
body.academic-theme-v200 .about-contact-panel-v226 p{
  margin:16px 0 0;
  color:rgba(238,241,244,.82);
  font-size:15px;
  line-height:1.75;
}
body.academic-theme-v200 .about-contact-list-v226{
  list-style:none;
  margin:20px 0 0;
  padding:0;
  display:grid;
  gap:12px;
}
body.academic-theme-v200 .about-contact-list-v226 li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#ecdfcb;
  font-size:14px;
  line-height:1.6;
}
body.academic-theme-v200 .about-contact-list-v226 li:before{
  content:"";
  flex:none;
  width:8px;height:8px;border-radius:50%;margin-top:8px;
  background:#d5a454;box-shadow:0 0 0 4px rgba(213,164,84,.12);
}
body.academic-theme-v200 .about-contact-actions-v226{margin-top:24px}

@media(max-width:1180px){
  body.academic-theme-v200 .about-navigation-grid-v226{grid-template-columns:1fr}
}
@media(max-width:720px){
  body.academic-theme-v200 .about-navigation-v226{padding:4px 0 40px}
  body.academic-theme-v200 .about-link-panel-v226,
  body.academic-theme-v200 .about-contact-panel-v226{padding:22px 18px}
  body.academic-theme-v200 .about-link-grid-v226{grid-template-columns:1fr;gap:12px}
  body.academic-theme-v200 .about-link-card-v226{min-height:0;padding:14px 14px 15px;grid-template-columns:48px 1fr}
  body.academic-theme-v200 .about-link-icon-v226{width:48px;height:48px}
  body.academic-theme-v200 .about-link-icon-v226 svg{width:23px;height:23px}
  body.academic-theme-v200 .about-link-card-v226 strong{font-size:18px}
  body.academic-theme-v200 .about-link-card-v226 small{font-size:12px}
  body.academic-theme-v200 .about-contact-panel-v226 h3{font-size:29px}
  body.academic-theme-v200 .about-contact-list-v226{gap:10px}
}


/* V226 / Unique inner-page academic hero imagery */
.compact-page-hero-v207.compact-page-hero-v226{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 42%,rgba(195,145,65,.08),transparent 28%),
    linear-gradient(112deg,#071a29 0%,#0a2b41 58%,#123f5a 100%)!important;
  border-bottom:1px solid rgba(210,166,91,.48)!important;
}
.compact-page-hero-v207.compact-page-hero-v226:before{
  background:
    linear-gradient(90deg,rgba(6,22,34,.14),rgba(9,38,57,.04)),
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px)!important;
  background-size:auto,56px 56px,56px 56px!important;
}
.compact-page-hero-v226 .compact-page-hero-grid-v207{
  grid-template-columns:minmax(0,1fr) minmax(360px,430px)!important;
  gap:54px!important;
  min-height:300px!important;
}
.compact-page-hero-v226 .compact-page-hero-copy-v207 h1{
  color:#fff4df!important;
  text-shadow:0 3px 24px rgba(0,0,0,.18);
}
.compact-page-hero-v226 .compact-page-hero-copy-v207>p{color:rgba(247,241,231,.82)!important}
.compact-page-hero-v226 .compact-page-kicker-v207{color:#e2b965!important}
.compact-page-hero-v226 .compact-page-stats-v207>div{
  background:rgba(255,255,255,.055)!important;
  border-color:rgba(220,181,108,.30)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
.compact-page-hero-v226 .compact-page-stats-v207 strong{color:#fff5e5!important}
.compact-page-hero-v226 .compact-page-stats-v207 span{color:#e6c786!important}
.compact-page-hero-v226 .compact-page-hero-media-v207{
  border-radius:20px!important;
  border:1px solid rgba(224,181,101,.62)!important;
  box-shadow:0 24px 52px rgba(0,0,0,.30),0 0 0 7px rgba(255,255,255,.025)!important;
}
.compact-page-hero-v226 .compact-page-hero-media-v207 img{
  width:100%!important;
  aspect-ratio:16/10!important;
  object-fit:cover!important;
}
.inner-hero-posts-v226 .compact-page-hero-media-v207 img{object-position:50% 50%!important}
.inner-hero-interviews-v226 .compact-page-hero-media-v207 img{object-position:54% 50%!important}
.inner-hero-activities-v226 .compact-page-hero-media-v207 img{object-position:50% 48%!important}
.inner-hero-contact-v226 .compact-page-hero-media-v207 img{object-position:54% 50%!important}
@media(max-width:900px){
  .compact-page-hero-v226 .compact-page-hero-grid-v207{
    grid-template-columns:1fr!important;
    gap:24px!important;
    min-height:0!important;
  }
  .compact-page-hero-v226 .compact-page-hero-media-v207{
    width:100%!important;
    max-width:680px!important;
  }
  .compact-page-hero-v226 .compact-page-hero-media-v207 img{aspect-ratio:16/9!important}
}
@media(max-width:620px){
  .compact-page-hero-v207.compact-page-hero-v226{padding-top:76px!important;padding-bottom:28px!important}
  .compact-page-hero-v226 .compact-page-hero-media-v207{border-radius:14px!important}
  .compact-page-hero-v226 .compact-page-hero-media-v207 img{aspect-ratio:4/3!important}
}

/* V229 / Hakkımızda: arşiv yerine akademik CV düzeni */
body.academic-theme-v200 .about-cv-card-grid-v229{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
body.academic-theme-v200 .about-cv-card-v229{
  min-height:300px;
  padding-bottom:28px;
}
body.academic-theme-v200 .about-cv-card-kicker-v229{
  display:block;
  margin:-4px 0 10px;
  color:#a76d27;
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
body.academic-theme-v200 .about-cv-card-v229 .about-card-watermark-v225{
  right:22px;
  bottom:12px;
  font-size:88px;
  color:rgba(169,124,55,.06);
}

body.academic-theme-v200 .about-cv-section-v229{
  position:relative;
  overflow:hidden;
  padding:54px 0 68px;
  background:
    radial-gradient(circle at 12% 16%,rgba(196,149,78,.10),transparent 28%),
    linear-gradient(180deg,#eee1ce 0%,#eadcc8 100%);
  border-top:1px solid rgba(176,132,66,.20);
}
body.academic-theme-v200 .about-cv-section-v229:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(13,43,65,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(13,43,65,.025) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.65) 18%,rgba(0,0,0,.65) 82%,transparent);
}
body.academic-theme-v200 .about-cv-section-v229>.container{position:relative;z-index:1}
body.academic-theme-v200 .about-cv-head-v229{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.72fr);
  gap:44px;
  align-items:end;
  padding-bottom:26px;
  border-bottom:1px solid rgba(155,112,52,.22);
}
body.academic-theme-v200 .about-cv-head-v229 .section-title{margin:0}
body.academic-theme-v200 .about-cv-head-v229>p{
  margin:0 0 5px;
  color:#657481;
  font-size:15px;
  line-height:1.72;
}
body.academic-theme-v200 .about-cv-layout-v229{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);
  gap:24px;
  margin-top:30px;
}
body.academic-theme-v200 .about-cv-timeline-v229{
  position:relative;
  overflow:hidden;
  padding:8px 0;
  border:1px solid rgba(185,143,82,.24);
  border-radius:20px;
  background:linear-gradient(180deg,rgba(255,252,246,.86),rgba(247,239,226,.92));
  box-shadow:0 22px 50px rgba(67,47,20,.08),inset 0 1px 0 rgba(255,255,255,.85);
}
body.academic-theme-v200 .about-cv-timeline-v229:before{
  content:"";
  position:absolute;
  left:69px;
  top:34px;
  bottom:34px;
  width:1px;
  background:linear-gradient(180deg,rgba(195,146,72,.10),rgba(195,146,72,.52),rgba(195,146,72,.10));
}
body.academic-theme-v200 .about-cv-row-v229{
  position:relative;
  display:grid;
  grid-template-columns:92px 1fr;
  gap:6px;
  padding:28px 30px 28px 22px;
}
body.academic-theme-v200 .about-cv-row-v229+ .about-cv-row-v229{
  border-top:1px solid rgba(168,128,69,.16);
}
body.academic-theme-v200 .about-cv-index-v229{
  position:relative;
  z-index:1;
  width:46px;height:46px;
  display:grid;place-items:center;
  margin-left:24px;
  border:1px solid rgba(187,140,70,.36);
  border-radius:50%;
  background:#fbf3e6;
  color:#a26b28;
  font:700 13px/1 Georgia,"Times New Roman",serif;
  box-shadow:0 9px 18px rgba(101,69,26,.08);
}
body.academic-theme-v200 .about-cv-row-v229 small{
  display:block;
  margin:0 0 8px;
  color:#a46d2b;
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
body.academic-theme-v200 .about-cv-row-v229 h3{
  margin:0;
  color:#102c43;
  font:600 25px/1.08 Georgia,"Times New Roman",serif;
  letter-spacing:-.02em;
}
body.academic-theme-v200 .about-cv-row-v229 p{
  margin:10px 0 0;
  color:#667683;
  font-size:14px;
  line-height:1.7;
}
body.academic-theme-v200 .about-cv-side-v229{
  display:flex;
  flex-direction:column;
  gap:16px;
}
body.academic-theme-v200 .about-cv-side-block-v229{
  padding:26px 24px;
  border:1px solid rgba(186,143,81,.24);
  border-radius:18px;
  background:rgba(255,252,247,.78);
  box-shadow:0 18px 38px rgba(64,45,20,.07),inset 0 1px 0 rgba(255,255,255,.82);
}
body.academic-theme-v200 .about-cv-side-block-v229>span{
  display:block;
  color:#a66d29;
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
body.academic-theme-v200 .about-cv-side-block-v229 h3{
  margin:10px 0 0;
  color:#102c43;
  font:600 25px/1.08 Georgia,"Times New Roman",serif;
}
body.academic-theme-v200 .about-cv-tags-v229{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:18px;
}
body.academic-theme-v200 .about-cv-tags-v229 span{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:8px 12px;
  border:1px solid rgba(176,129,62,.25);
  border-radius:999px;
  background:#f9f1e5;
  color:#274359;
  font-size:12px;
  font-weight:750;
}
body.academic-theme-v200 .about-cv-approach-v229{
  color:#f5ebdb;
  background:
    linear-gradient(145deg,rgba(8,31,48,.97),rgba(12,49,70,.94)),
    var(--about-hero-bg-v225) center center / cover no-repeat;
  border-color:rgba(214,171,96,.30);
}
body.academic-theme-v200 .about-cv-approach-v229>span{color:#ddb463}
body.academic-theme-v200 .about-cv-approach-v229 h3{color:#fff2dc}
body.academic-theme-v200 .about-cv-approach-v229 p{
  margin:14px 0 0;
  color:rgba(239,242,244,.80);
  font-size:14px;
  line-height:1.75;
}
body.academic-theme-v200 .about-cv-actions-v229{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:auto;
}
body.academic-theme-v200 .about-cv-actions-v229 .btn{width:100%;min-width:0}

@media(max-width:1180px){
  body.academic-theme-v200 .about-cv-card-grid-v229{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.academic-theme-v200 .about-cv-card-grid-v229 .about-cv-card-v229:last-child{grid-column:1/-1;min-height:240px}
  body.academic-theme-v200 .about-cv-layout-v229{grid-template-columns:1fr}
}
@media(max-width:760px){
  body.academic-theme-v200 .about-cv-section-v229{padding:38px 0 44px}
  body.academic-theme-v200 .about-cv-head-v229{grid-template-columns:1fr;gap:12px;padding-bottom:20px}
  body.academic-theme-v200 .about-cv-card-grid-v229{grid-template-columns:1fr}
  body.academic-theme-v200 .about-cv-card-grid-v229 .about-cv-card-v229,
  body.academic-theme-v200 .about-cv-card-grid-v229 .about-cv-card-v229:last-child{grid-column:auto;min-height:230px}
  body.academic-theme-v200 .about-cv-timeline-v229:before{left:48px;top:28px;bottom:28px}
  body.academic-theme-v200 .about-cv-row-v229{grid-template-columns:62px 1fr;padding:22px 16px 22px 10px}
  body.academic-theme-v200 .about-cv-index-v229{width:40px;height:40px;margin-left:18px;font-size:11px}
  body.academic-theme-v200 .about-cv-row-v229 h3{font-size:22px}
  body.academic-theme-v200 .about-cv-side-block-v229{padding:22px 18px}
  body.academic-theme-v200 .about-cv-actions-v229{grid-template-columns:1fr}
}

/* V230 / Hakkımızda + Akademik CV koyu kütüphane arka planı */
body.academic-theme-v200 .about-editorial-library-v230,
body.academic-theme-v200 .about-cv-library-v230{
  position:relative;
  isolation:isolate;
  background:
    linear-gradient(90deg,rgba(4,16,27,.95) 0%,rgba(7,29,45,.91) 38%,rgba(10,39,58,.88) 62%,rgba(4,17,28,.95) 100%),
    var(--about-content-bg-v230) center center / cover no-repeat!important;
  border-color:rgba(207,161,88,.26)!important;
}
body.academic-theme-v200 .about-editorial-library-v230:before,
body.academic-theme-v200 .about-cv-library-v230:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 14% 34%,rgba(205,157,82,.12),transparent 26%),
    radial-gradient(circle at 84% 42%,rgba(77,134,168,.09),transparent 28%),
    linear-gradient(180deg,rgba(255,255,255,.02),rgba(0,0,0,.18));
}
body.academic-theme-v200 .about-editorial-library-v230>.container,
body.academic-theme-v200 .about-cv-library-v230>.container{position:relative;z-index:1}

/* Biyografi tarafı açık metin, bilgi kartları krem */
body.academic-theme-v200 .about-editorial-library-v230 .about-section-title-v225 span{color:#ddb463!important}
body.academic-theme-v200 .about-editorial-library-v230 .about-section-title-v225 h2{color:#fff2df!important;text-shadow:0 2px 20px rgba(0,0,0,.24)}
body.academic-theme-v200 .about-editorial-library-v230 .about-bio-v225>p{color:rgba(235,240,244,.82)!important}
body.academic-theme-v200 .about-editorial-library-v230 .about-info-card-v225{
  background:linear-gradient(180deg,rgba(255,252,246,.97),rgba(247,239,227,.96))!important;
  border-color:rgba(218,174,102,.36)!important;
  box-shadow:0 24px 52px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.92)!important;
}
body.academic-theme-v200 .about-editorial-library-v230 .about-actions-v225 .btn-secondary{
  background:rgba(255,249,239,.08)!important;
  color:#f7ead5!important;
  border-color:rgba(219,177,104,.48)!important;
}
body.academic-theme-v200 .about-editorial-library-v230 .about-actions-v225 .btn-secondary:hover{
  background:rgba(219,177,104,.16)!important;
  color:#fff7ea!important;
}

/* Akademik özgeçmiş bölümü */
body.academic-theme-v200 .about-cv-library-v230{
  background-position:center 58%!important;
  border-top:1px solid rgba(207,161,88,.34)!important;
}
body.academic-theme-v200 .about-cv-library-v230:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(218,177,104,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(218,177,104,.035) 1px,transparent 1px);
  background-size:60px 60px;
  mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.5) 18%,rgba(0,0,0,.5) 82%,transparent);
}
body.academic-theme-v200 .about-cv-library-v230 .about-cv-head-v229{
  border-bottom-color:rgba(218,177,104,.30)!important;
}
body.academic-theme-v200 .about-cv-library-v230 .about-cv-head-v229 .section-title span{color:#ddb463!important}
body.academic-theme-v200 .about-cv-library-v230 .about-cv-head-v229 .section-title h2{color:#fff2df!important;text-shadow:0 2px 20px rgba(0,0,0,.2)}
body.academic-theme-v200 .about-cv-library-v230 .about-cv-head-v229>p{color:rgba(232,239,244,.76)!important}
body.academic-theme-v200 .about-cv-library-v230 .about-cv-timeline-v229,
body.academic-theme-v200 .about-cv-library-v230 .about-cv-side-block-v229:not(.about-cv-approach-v229){
  background:linear-gradient(180deg,rgba(255,252,246,.96),rgba(247,239,226,.95))!important;
  border-color:rgba(215,171,99,.34)!important;
  box-shadow:0 24px 54px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.9)!important;
}
body.academic-theme-v200 .about-cv-library-v230 .about-cv-approach-v229{
  background:linear-gradient(145deg,rgba(5,23,37,.94),rgba(10,43,63,.92))!important;
  border-color:rgba(218,177,104,.36)!important;
  box-shadow:0 24px 52px rgba(0,0,0,.20)!important;
}
body.academic-theme-v200 .about-cv-library-v230 .about-cv-actions-v229 .btn-secondary{
  background:rgba(255,249,239,.08)!important;
  color:#f7ead5!important;
  border-color:rgba(219,177,104,.48)!important;
}

@media(max-width:760px){
  body.academic-theme-v200 .about-editorial-library-v230,
  body.academic-theme-v200 .about-cv-library-v230{
    background:
      linear-gradient(180deg,rgba(4,16,27,.95),rgba(8,31,48,.92),rgba(4,17,28,.96)),
      var(--about-content-bg-v230) 23% center / auto 100% no-repeat!important;
  }
  body.academic-theme-v200 .about-editorial-library-v230 .about-bio-v225{padding:4px 2px 8px}
}


/* V231 / Global unified site shell — homepage header/footer on every page */
@media(min-width:981px){
  body.site-shell-v231 .site-header{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    width:100%!important;
    background:rgba(7,26,43,.99)!important;
    border-bottom:1px solid rgba(225,189,115,.32)!important;
    box-shadow:0 8px 24px rgba(3,14,24,.18)!important;
  }
  body.site-shell-v231 .nav-wrap{
    min-height:82px!important;
    height:auto!important;
    display:grid!important;
    grid-template-columns:minmax(300px,1fr) auto auto!important;
    gap:28px!important;
    align-items:center!important;
  }
  body.site-shell-v231 .brand{
    min-width:300px!important;
    max-width:none!important;
    gap:12px!important;
  }
  body.site-shell-v231 .brand-mark,
  body.site-shell-v231 .brand-mark.brand-logo-image{
    width:48px!important;
    height:48px!important;
    flex:0 0 48px!important;
  }
  body.site-shell-v231 .brand-mark img{
    width:48px!important;
    height:48px!important;
    object-fit:cover!important;
    border-radius:8px!important;
  }
  body.site-shell-v231 .brand-text strong{
    color:#f8efe1!important;
    font-size:12.5px!important;
    line-height:1.1!important;
    letter-spacing:.18em!important;
    white-space:nowrap!important;
  }
  body.site-shell-v231 .brand-text small{
    display:block!important;
    margin-top:5px!important;
    color:#c8a563!important;
    font-size:8.5px!important;
    letter-spacing:.28em!important;
    white-space:nowrap!important;
  }
  body.site-shell-v231 .main-nav{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:24px!important;
    min-width:0!important;
    border:0!important;
    margin:0!important;
    padding:0!important;
  }
  body.site-shell-v231 .main-nav a{
    position:relative!important;
    padding:30px 0 28px!important;
    color:#f0e7d8!important;
    font-size:12px!important;
    font-weight:700!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  body.site-shell-v231 .main-nav a:hover,
  body.site-shell-v231 .main-nav a.active{color:#efc97e!important}
  body.site-shell-v231 .main-nav a.active:after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    left:18%!important;
    right:18%!important;
    bottom:18px!important;
    width:auto!important;
    height:2px!important;
    transform:none!important;
    background:#c8943d!important;
    border-radius:2px!important;
    mask:none!important;
  }
  body.site-shell-v231 .main-nav a.active:before{
    content:"◇"!important;
    display:block!important;
    position:absolute!important;
    left:50%!important;
    bottom:7px!important;
    transform:translateX(-50%)!important;
    color:#c8943d!important;
    font-size:11px!important;
    line-height:1!important;
  }
  body.site-shell-v231 .header-side,
  body.site-shell-v231 .header-utility{gap:10px!important}
  body.site-shell-v231 .quick-contact{min-height:42px!important;padding:0 18px!important;font-size:11px!important}
  body.site-shell-v231 .language-switcher>summary{min-height:42px!important}
}

/* Footer must be identical and keep the library artwork on every public page. */
body.site-shell-v231 .site-footer-v224{
  background:
    linear-gradient(90deg,rgba(4,18,29,.89) 0%,rgba(6,29,45,.86) 32%,rgba(8,34,51,.84) 58%,rgba(4,18,29,.90) 100%),
    var(--footer-bg-v224, url('assets/footer-library-v224.webp')) center center / cover no-repeat!important;
  border-top:1px solid rgba(218,173,91,.72)!important;
}
body.site-shell-v231 .site-footer-v224:before{
  opacity:1!important;
  background:
    radial-gradient(circle at 14% 28%,rgba(217,171,85,.11),transparent 22%),
    radial-gradient(circle at 86% 30%,rgba(91,140,170,.08),transparent 24%),
    linear-gradient(180deg,rgba(255,255,255,.01),rgba(0,0,0,.12))!important;
}
@media(max-width:980px){
  body.site-shell-v231 .site-header{position:sticky!important;top:0!important}
}
@media(max-width:680px){
  body.site-shell-v231 .site-footer-v224{
    background:
      linear-gradient(180deg,rgba(4,18,29,.90),rgba(6,29,45,.88) 55%,rgba(4,18,29,.93)),
      var(--footer-bg-v224, url('assets/footer-library-v224.webp')) 72% center / auto 100% no-repeat!important;
  }
}


/* V232 / Yazılar hero: sayaçsız, tam genişlik akademik arka plan */
body.academic-theme-v200 .compact-page-hero-v207.inner-hero-posts-v232{
  min-height:390px!important;
  background:
    linear-gradient(90deg,rgba(3,15,25,.98) 0%,rgba(5,24,37,.94) 38%,rgba(6,30,45,.72) 64%,rgba(4,18,29,.58) 100%),
    var(--inner-posts-bg-v232) center 48% / cover no-repeat!important;
  border-bottom:1px solid rgba(207,161,88,.54)!important;
}
body.academic-theme-v200 .compact-page-hero-v207.inner-hero-posts-v232:before{
  background:
    radial-gradient(circle at 16% 42%,rgba(207,161,88,.10),transparent 28%),
    linear-gradient(180deg,rgba(255,255,255,.015),rgba(0,0,0,.12))!important;
  background-size:auto!important;
}
body.academic-theme-v200 .inner-hero-posts-v232 .compact-page-hero-grid-v207{
  grid-template-columns:minmax(0,760px) 1fr!important;
  min-height:390px!important;
  gap:0!important;
  align-items:center!important;
}
body.academic-theme-v200 .inner-hero-posts-v232 .compact-page-hero-copy-v207{
  max-width:760px!important;
  padding-right:34px!important;
}
body.academic-theme-v200 .inner-hero-posts-v232 .compact-page-hero-copy-v207 h1{
  font-size:clamp(52px,4.2vw,74px)!important;
  color:#fff2df!important;
}
body.academic-theme-v200 .inner-hero-posts-v232 .compact-page-hero-copy-v207>p{
  max-width:700px!important;
  color:rgba(241,238,231,.86)!important;
  font-size:16px!important;
  line-height:1.7!important;
}
body.academic-theme-v200 .inner-hero-posts-v232 .compact-page-hero-media-v207,
body.academic-theme-v200 .inner-hero-posts-v232 .compact-page-stats-v207{
  display:none!important;
}
@media(max-width:900px){
  body.academic-theme-v200 .compact-page-hero-v207.inner-hero-posts-v232{
    min-height:330px!important;
    background:
      linear-gradient(90deg,rgba(3,15,25,.96),rgba(5,24,37,.86) 62%,rgba(4,18,29,.72)),
      var(--inner-posts-bg-v232) 62% center / cover no-repeat!important;
  }
  body.academic-theme-v200 .inner-hero-posts-v232 .compact-page-hero-grid-v207{grid-template-columns:1fr!important;min-height:330px!important}
}
@media(max-width:620px){
  body.academic-theme-v200 .compact-page-hero-v207.inner-hero-posts-v232{
    min-height:310px!important;
    padding-top:54px!important;
    padding-bottom:38px!important;
    background:
      linear-gradient(90deg,rgba(3,15,25,.97),rgba(5,24,37,.90) 72%,rgba(4,18,29,.82)),
      var(--inner-posts-bg-v232) 66% center / cover no-repeat!important;
  }
  body.academic-theme-v200 .inner-hero-posts-v232 .compact-page-hero-grid-v207{min-height:220px!important}
  body.academic-theme-v200 .inner-hero-posts-v232 .compact-page-hero-copy-v207{padding-right:0!important}
  body.academic-theme-v200 .inner-hero-posts-v232 .compact-page-hero-copy-v207 h1{font-size:clamp(42px,14vw,58px)!important}
  body.academic-theme-v200 .inner-hero-posts-v232 .compact-page-hero-copy-v207>p{font-size:14px!important;max-width:92%!important}
}

/* V233 / Yazılar arşivi — lacivert akademik kütüphane + Türkçe dekor */
body.academic-theme-v200 .posts-archive-navy-v233{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  color:#f5ecde!important;
  background:
    linear-gradient(180deg,rgba(4,18,29,.64) 0%,rgba(5,25,39,.88) 360px,#061b2a 760px,#071d2d 100%),
    var(--posts-archive-bg-v233) center top / 100% auto no-repeat!important;
  border-top:1px solid rgba(211,168,91,.56);
}
body.academic-theme-v200 .posts-archive-navy-v233:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 8% 24%,rgba(216,172,93,.11),transparent 23%),
    radial-gradient(circle at 88% 20%,rgba(88,142,171,.10),transparent 28%),
    linear-gradient(90deg,rgba(2,14,23,.22),transparent 27%,transparent 73%,rgba(2,14,23,.24));
}
body.academic-theme-v200 .posts-archive-navy-v233 .archive-layout-v47{
  position:relative;
  z-index:2;
  padding-top:34px;
  padding-bottom:64px;
}
body.academic-theme-v200 .posts-archive-words-v233{
  position:absolute;
  z-index:1;
  right:4.5vw;
  top:150px;
  display:grid;
  gap:9px;
  text-align:right;
  pointer-events:none;
  color:rgba(218,177,104,.16);
  font:600 clamp(23px,2.2vw,42px)/1 Georgia,"Times New Roman",serif;
  letter-spacing:.08em;
  text-transform:uppercase;
  transform:rotate(-1deg);
}
body.academic-theme-v200 .posts-archive-words-v233 span:nth-child(2),
body.academic-theme-v200 .posts-archive-words-v233 span:nth-child(4){color:rgba(222,190,132,.10)}

/* Arama / arşiv şeridi */
body.academic-theme-v200 .posts-archive-navy-v233 .archive-toolbar-v47{
  position:relative;
  z-index:3;
  padding:16px 18px!important;
  border:1px solid rgba(211,168,91,.54)!important;
  border-radius:12px!important;
  background:linear-gradient(90deg,rgba(5,24,38,.90),rgba(8,39,58,.86))!important;
  box-shadow:0 18px 42px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.035)!important;
  backdrop-filter:blur(12px);
}
body.academic-theme-v200 .posts-archive-navy-v233 .archive-toolbar-copy-v47 .eyebrow{color:#ddb463!important}
body.academic-theme-v200 .posts-archive-navy-v233 .archive-toolbar-copy-v47 strong{color:#f7ecda!important}
body.academic-theme-v200 .posts-archive-navy-v233 .archive-search-v47 input{
  background:rgba(255,255,255,.96)!important;
  border-color:rgba(222,185,119,.42)!important;
  color:#102c43!important;
}
body.academic-theme-v200 .posts-archive-navy-v233 .archive-search-v47 input::placeholder{color:#7a838c!important}
body.academic-theme-v200 .posts-archive-navy-v233 .archive-search-v47 button{
  background:#c9953f!important;
  border-color:#e1b869!important;
  color:#071b2b!important;
  box-shadow:0 8px 20px rgba(0,0,0,.16)!important;
}
body.academic-theme-v200 .posts-archive-navy-v233 .archive-search-v47 button:hover{background:#ddb05f!important}
body.academic-theme-v200 .posts-archive-navy-v233 .archive-search-v47 a{
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(218,177,104,.42)!important;
  color:#f1dfc2!important;
}

/* Öne çıkan yazı: fotoğraf + koyu editoryal panel */
body.academic-theme-v200 .posts-archive-navy-v233 .editorial-card-v47{
  position:relative;
  z-index:3;
  border-color:rgba(207,163,87,.34)!important;
  box-shadow:0 24px 58px rgba(0,0,0,.28)!important;
}
body.academic-theme-v200 .posts-archive-navy-v233 .editorial-card-v47.is-featured{
  overflow:hidden!important;
  background:linear-gradient(118deg,#09253a 0%,#0b314a 58%,#082438 100%)!important;
  border:1px solid rgba(218,177,104,.72)!important;
  border-radius:16px!important;
  min-height:430px!important;
}
body.academic-theme-v200 .posts-archive-navy-v233 .editorial-card-v47.is-featured .editorial-media-v47{
  min-height:430px!important;
  background:#061825!important;
}
body.academic-theme-v200 .posts-archive-navy-v233 .editorial-card-v47.is-featured .editorial-media-v47:after{
  background:linear-gradient(180deg,transparent 58%,rgba(2,12,20,.54))!important;
}
body.academic-theme-v200 .posts-archive-navy-v233 .editorial-card-v47.is-featured .editorial-copy-v47{
  position:relative;
  overflow:hidden;
  justify-content:center!important;
  padding:clamp(34px,4.5vw,62px)!important;
  background:
    radial-gradient(circle at 92% 15%,rgba(217,173,96,.10),transparent 28%),
    linear-gradient(135deg,rgba(255,255,255,.018),transparent 56%)!important;
}
body.academic-theme-v200 .posts-archive-navy-v233 .editorial-card-v47.is-featured .editorial-copy-v47:after{
  content:"EĞİTİM\A BİLİM\A TOPLUM\A GELECEK";
  white-space:pre;
  position:absolute;
  right:22px;
  bottom:18px;
  z-index:0;
  color:rgba(218,177,104,.075);
  font:600 clamp(30px,3vw,54px)/1.05 Georgia,"Times New Roman",serif;
  letter-spacing:.04em;
  text-align:right;
  pointer-events:none;
}
body.academic-theme-v200 .posts-archive-navy-v233 .editorial-card-v47.is-featured .editorial-copy-v47>*{position:relative;z-index:1}
body.academic-theme-v200 .posts-archive-navy-v233 .editorial-card-v47.is-featured h2,
body.academic-theme-v200 .posts-archive-navy-v233 .editorial-card-v47.is-featured h2 a{
  color:#fff2df!important;
  text-shadow:0 2px 18px rgba(0,0,0,.20);
}
body.academic-theme-v200 .posts-archive-navy-v233 .editorial-card-v47.is-featured p{
  max-width:610px!important;
  color:rgba(232,238,242,.82)!important;
}
body.academic-theme-v200 .posts-archive-navy-v233 .editorial-card-v47.is-featured .editorial-meta-v47{color:#e1b86d!important}
body.academic-theme-v200 .posts-archive-navy-v233 .editorial-card-v47.is-featured .editorial-meta-v47 span,
body.academic-theme-v200 .posts-archive-navy-v233 .editorial-card-v47.is-featured .editorial-meta-v47 time,
body.academic-theme-v200 .posts-archive-navy-v233 .editorial-card-v47.is-featured .editorial-meta-v47 em{color:#d8b16b!important}
body.academic-theme-v200 .posts-archive-navy-v233 .editorial-card-v47.is-featured .editorial-footer-v47{
  margin-top:24px!important;
  padding-top:18px!important;
  border-top:1px solid rgba(218,177,104,.22)!important;
}
body.academic-theme-v200 .posts-archive-navy-v233 .editorial-card-v47.is-featured .editorial-footer-v47 a{color:#efc978!important}
body.academic-theme-v200 .posts-archive-navy-v233 .editorial-card-v47.is-featured .editorial-media-label-v47{
  background:rgba(5,24,38,.90)!important;
  border:1px solid rgba(218,177,104,.58)!important;
  color:#f2d08d!important;
}

/* Sonraki kartlar lacivert fon üzerinde açık akademik kartlar olarak devam eder */
body.academic-theme-v200 .posts-archive-navy-v233 .editorial-card-v47:not(.is-featured){
  background:linear-gradient(180deg,rgba(255,252,246,.97),rgba(247,239,227,.96))!important;
  border-color:rgba(218,177,104,.34)!important;
}
body.academic-theme-v200 .posts-archive-navy-v233 .archive-empty-v47{
  position:relative;z-index:3;
  background:rgba(255,250,241,.96)!important;
  border-color:rgba(218,177,104,.42)!important;
}

@media(max-width:900px){
  body.academic-theme-v200 .posts-archive-navy-v233{
    background:
      linear-gradient(180deg,rgba(4,18,29,.72),rgba(5,25,39,.92) 360px,#061b2a 720px,#071d2d 100%),
      var(--posts-archive-bg-v233) 46% top / auto 720px no-repeat!important;
  }
  body.academic-theme-v200 .posts-archive-words-v233{right:20px;top:120px;font-size:24px;opacity:.72}
  body.academic-theme-v200 .posts-archive-navy-v233 .editorial-card-v47.is-featured{min-height:0!important}
  body.academic-theme-v200 .posts-archive-navy-v233 .editorial-card-v47.is-featured .editorial-media-v47{min-height:0!important}
}
@media(max-width:620px){
  body.academic-theme-v200 .posts-archive-navy-v233{
    background:
      linear-gradient(180deg,rgba(4,18,29,.80),rgba(5,25,39,.95) 320px,#061b2a 620px,#071d2d 100%),
      var(--posts-archive-bg-v233) 38% top / auto 620px no-repeat!important;
  }
  body.academic-theme-v200 .posts-archive-words-v233{display:none!important}
  body.academic-theme-v200 .posts-archive-navy-v233 .archive-layout-v47{padding-top:22px;padding-bottom:42px}
  body.academic-theme-v200 .posts-archive-navy-v233 .archive-toolbar-v47{padding:13px!important}
  body.academic-theme-v200 .posts-archive-navy-v233 .editorial-card-v47.is-featured .editorial-copy-v47{padding:23px 19px 25px!important}
  body.academic-theme-v200 .posts-archive-navy-v233 .editorial-card-v47.is-featured .editorial-copy-v47:after{font-size:28px;right:12px;bottom:12px}
}

/* V234 / Mülakatlar — lacivert akademik medya arşivi, sade editoryal dil */
body.academic-theme-v200 .compact-page-hero-v207.inner-hero-interviews-v234{
  min-height:400px!important;
  padding-top:104px!important;
  padding-bottom:48px!important;
  background:
    linear-gradient(90deg,rgba(3,15,25,.96) 0%,rgba(5,24,38,.91) 42%,rgba(5,25,39,.74) 70%,rgba(4,17,28,.88) 100%),
    var(--interviews-hero-bg-v234) center 58% / cover no-repeat!important;
  border-bottom:1px solid rgba(211,168,91,.58)!important;
}
body.academic-theme-v200 .compact-page-hero-v207.inner-hero-interviews-v234:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  background:
    radial-gradient(circle at 76% 24%,rgba(215,171,91,.10),transparent 26%),
    linear-gradient(180deg,rgba(255,255,255,.018),rgba(0,0,0,.10))!important;
  opacity:1!important;
}
body.academic-theme-v200 .inner-hero-interviews-v234 .compact-page-hero-grid-v207{
  grid-template-columns:minmax(0,1fr)!important;
  min-height:245px!important;
  align-items:center!important;
}
body.academic-theme-v200 .inner-hero-interviews-v234 .compact-page-hero-copy-v207{
  max-width:720px!important;
  padding-right:20px!important;
}
body.academic-theme-v200 .inner-hero-interviews-v234 .compact-page-hero-copy-v207 h1{
  color:#fff3df!important;
  font:600 clamp(50px,5vw,76px)/.98 Georgia,"Times New Roman",serif!important;
  letter-spacing:-.04em!important;
  text-shadow:0 3px 24px rgba(0,0,0,.24)!important;
}
body.academic-theme-v200 .inner-hero-interviews-v234 .compact-page-hero-copy-v207>p{
  max-width:720px!important;
  color:rgba(237,242,245,.84)!important;
  font-size:16px!important;
  line-height:1.7!important;
}
body.academic-theme-v200 .inner-hero-interviews-v234 .compact-page-kicker-v207{color:#e1b763!important}
body.academic-theme-v200 .inner-hero-interviews-v234 .compact-page-hero-media-v207,
body.academic-theme-v200 .inner-hero-interviews-v234 .compact-page-stats-v207{display:none!important}

body.academic-theme-v200 .interviews-archive-v234{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  color:#f4ecdf!important;
  background:
    linear-gradient(180deg,rgba(5,23,36,.90) 0%,rgba(5,27,42,.96) 370px,#061c2c 780px,#071d2d 100%),
    var(--interviews-archive-bg-v234) 50% top / 100% auto no-repeat!important;
  border-top:0!important;
}
body.academic-theme-v200 .interviews-archive-v234:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 8% 18%,rgba(215,171,91,.10),transparent 22%),
    radial-gradient(circle at 91% 26%,rgba(72,131,160,.10),transparent 25%),
    linear-gradient(90deg,rgba(2,14,23,.18),transparent 27%,transparent 72%,rgba(2,14,23,.22));
}
body.academic-theme-v200 .interviews-archive-v234>.container{position:relative;z-index:2}
body.academic-theme-v200 .interviews-archive-v234 .content-page-space{padding-top:30px!important;padding-bottom:68px!important}
body.academic-theme-v200 .interviews-archive-decor-v234{
  position:absolute;
  right:4.5vw;
  top:170px;
  z-index:1;
  display:grid;
  gap:9px;
  text-align:right;
  pointer-events:none;
  color:rgba(218,177,104,.08);
  font:600 clamp(28px,2.6vw,48px)/1 Georgia,"Times New Roman",serif;
  letter-spacing:.08em;
}
body.academic-theme-v200 .interviews-archive-decor-v234 span:nth-child(2){color:rgba(218,177,104,.05)}

/* Üç bölüm linki: kart/pill değil, tek editoryal şerit */
body.academic-theme-v200 .interviews-archive-v234 .archive-type-nav{
  display:flex!important;
  align-items:center!important;
  gap:0!important;
  margin:0 0 34px!important;
  padding:0!important;
  min-height:58px!important;
  border:1px solid rgba(211,168,91,.32)!important;
  border-radius:10px!important;
  background:linear-gradient(90deg,rgba(5,24,38,.94),rgba(8,39,58,.88))!important;
  box-shadow:0 18px 42px rgba(0,0,0,.20)!important;
  overflow:hidden!important;
}
body.academic-theme-v200 .interviews-archive-v234 .archive-type-nav a{
  min-height:58px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 28px!important;
  border:0!important;
  border-right:1px solid rgba(216,175,101,.14)!important;
  border-radius:0!important;
  background:transparent!important;
  color:#dce4e9!important;
  font-size:13px!important;
  font-weight:750!important;
}
body.academic-theme-v200 .interviews-archive-v234 .archive-type-nav a.active{
  background:#c9953f!important;
  color:#071b2b!important;
  box-shadow:none!important;
}
body.academic-theme-v200 .interviews-archive-v234 .archive-type-nav a:hover{color:#f1cf8a!important}
body.academic-theme-v200 .interviews-archive-v234 .archive-type-nav a.active:hover{color:#071b2b!important}

/* Başlık satırı: ayrı beyaz kutu yok */
body.academic-theme-v200 .interviews-archive-v234 .video-toolbar{
  display:flex!important;
  align-items:end!important;
  justify-content:space-between!important;
  gap:24px!important;
  margin:0 0 24px!important;
  padding:0 0 18px!important;
  border:0!important;
  border-bottom:1px solid rgba(216,175,101,.22)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#f5ecde!important;
}
body.academic-theme-v200 .interviews-archive-v234 .video-toolbar .eyebrow{color:#dcae5b!important}
body.academic-theme-v200 .interviews-archive-v234 .video-toolbar h2{
  margin:6px 0 0!important;
  color:#fff1dd!important;
  font:600 clamp(34px,4vw,55px)/1.02 Georgia,"Times New Roman",serif!important;
  letter-spacing:-.035em!important;
}
body.academic-theme-v200 .interviews-archive-v234 .video-search{color:#aebbc5!important;font-size:13px!important}
body.academic-theme-v200 .interviews-archive-v234 .video-search strong{color:#efc46f!important}

/* Mülakat kartları: koyu editoryal yüzey, yuvarlak yapay kart hissi yok */
body.academic-theme-v200 .interviews-archive-v234 .modern-video-grid{gap:22px!important}
body.academic-theme-v200 .interviews-archive-v234 .modern-video-card{
  border:1px solid rgba(212,169,93,.28)!important;
  border-radius:10px!important;
  background:linear-gradient(122deg,#09253a 0%,#0b3149 62%,#082337 100%)!important;
  box-shadow:0 18px 46px rgba(0,0,0,.22)!important;
  color:#edf2f4!important;
  overflow:hidden!important;
  transform:none!important;
}
body.academic-theme-v200 .interviews-archive-v234 .modern-video-card:hover{
  transform:none!important;
  border-color:rgba(221,181,107,.48)!important;
  box-shadow:0 22px 52px rgba(0,0,0,.28)!important;
}
body.academic-theme-v200 .interviews-archive-v234 .modern-video-card.is-featured{
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)!important;
  min-height:430px!important;
  border-color:rgba(219,178,103,.58)!important;
}
body.academic-theme-v200 .interviews-archive-v234 .modern-video-card.is-featured .modern-video-thumb{min-height:430px!important}
body.academic-theme-v200 .interviews-archive-v234 .modern-video-thumb{background:#061725!important}
body.academic-theme-v200 .interviews-archive-v234 .modern-video-thumb img{filter:saturate(.94) contrast(1.02)!important}
body.academic-theme-v200 .interviews-archive-v234 .modern-video-card:hover img{transform:scale(1.018)!important;filter:saturate(1) contrast(1.03)!important}
body.academic-theme-v200 .interviews-archive-v234 .video-gradient{background:linear-gradient(180deg,transparent 44%,rgba(2,11,19,.72))!important}
body.academic-theme-v200 .interviews-archive-v234 .modern-play{
  width:58px!important;height:58px!important;
  background:rgba(5,24,38,.88)!important;
  color:#fff!important;
  border:1px solid rgba(238,207,147,.84)!important;
  box-shadow:0 12px 30px rgba(0,0,0,.28)!important;
}
body.academic-theme-v200 .interviews-archive-v234 .watch-label{color:#fff0d8!important;font-size:13px!important}
body.academic-theme-v200 .interviews-archive-v234 .modern-video-body{
  position:relative;
  justify-content:center!important;
  padding:clamp(28px,3.4vw,48px)!important;
  background:radial-gradient(circle at 92% 10%,rgba(218,177,104,.08),transparent 28%)!important;
}
body.academic-theme-v200 .interviews-archive-v234 .modern-video-body:after{
  content:"MÜLAKAT\A DİYALOG\A YAYIN";
  white-space:pre;
  position:absolute;
  right:18px;
  bottom:16px;
  z-index:0;
  color:rgba(218,177,104,.055);
  font:600 clamp(28px,2.7vw,46px)/1.05 Georgia,"Times New Roman",serif;
  text-align:right;
  letter-spacing:.04em;
  pointer-events:none;
}
body.academic-theme-v200 .interviews-archive-v234 .modern-video-body>*{position:relative;z-index:1}
body.academic-theme-v200 .interviews-archive-v234 .video-kicker{color:#e0b766!important;font-size:11px!important;letter-spacing:.14em!important}
body.academic-theme-v200 .interviews-archive-v234 .modern-video-body h2,
body.academic-theme-v200 .interviews-archive-v234 .modern-video-body h2 a{
  color:#fff1dc!important;
  font:600 clamp(25px,2.8vw,40px)/1.04 Georgia,"Times New Roman",serif!important;
  letter-spacing:-.03em!important;
}
body.academic-theme-v200 .interviews-archive-v234 .modern-video-body p{
  color:rgba(224,232,237,.80)!important;
  font-size:15px!important;
  line-height:1.72!important;
}
body.academic-theme-v200 .interviews-archive-v234 .video-actions{
  margin-top:24px!important;
  padding-top:18px!important;
  border-top:1px solid rgba(217,177,103,.20)!important;
}
body.academic-theme-v200 .interviews-archive-v234 .video-actions a,
body.academic-theme-v200 .interviews-archive-v234 .video-actions button{
  color:#edc678!important;
  font-weight:800!important;
}
body.academic-theme-v200 .interviews-archive-v234 .outline-link{
  min-height:40px!important;
  padding:9px 18px!important;
  border:1px solid rgba(218,177,104,.68)!important;
  border-radius:5px!important;
  background:transparent!important;
  color:#efc978!important;
}
body.academic-theme-v200 .interviews-archive-v234 .empty-editorial{
  border:1px solid rgba(218,177,104,.28)!important;
  background:rgba(7,29,45,.76)!important;
  color:#dce5ea!important;
}
body.academic-theme-v200 .interviews-archive-v234 .empty-editorial h2{color:#fff0da!important}

@media(max-width:900px){
  body.academic-theme-v200 .compact-page-hero-v207.inner-hero-interviews-v234{
    min-height:340px!important;
    padding-top:86px!important;
    padding-bottom:40px!important;
    background:
      linear-gradient(90deg,rgba(3,15,25,.97),rgba(5,24,38,.89) 68%,rgba(4,17,28,.78)),
      var(--interviews-hero-bg-v234) 62% center / cover no-repeat!important;
  }
  body.academic-theme-v200 .interviews-archive-v234{
    background:
      linear-gradient(180deg,rgba(5,23,36,.93),rgba(5,27,42,.97) 360px,#061c2c 720px,#071d2d 100%),
      var(--interviews-archive-bg-v234) 50% top / auto 720px no-repeat!important;
  }
  body.academic-theme-v200 .interviews-archive-decor-v234{right:18px;top:140px;font-size:24px;opacity:.6}
  body.academic-theme-v200 .interviews-archive-v234 .modern-video-card.is-featured{grid-template-columns:1fr!important;min-height:0!important}
  body.academic-theme-v200 .interviews-archive-v234 .modern-video-card.is-featured .modern-video-thumb{min-height:0!important;aspect-ratio:16/9!important}
}
@media(max-width:620px){
  body.academic-theme-v200 .compact-page-hero-v207.inner-hero-interviews-v234{
    min-height:315px!important;
    padding-top:70px!important;
    padding-bottom:32px!important;
    background:
      linear-gradient(90deg,rgba(3,15,25,.98),rgba(5,24,38,.93) 78%,rgba(4,17,28,.86)),
      var(--interviews-hero-bg-v234) 66% center / cover no-repeat!important;
  }
  body.academic-theme-v200 .inner-hero-interviews-v234 .compact-page-hero-copy-v207 h1{font-size:clamp(42px,14vw,58px)!important}
  body.academic-theme-v200 .inner-hero-interviews-v234 .compact-page-hero-copy-v207>p{font-size:14px!important;max-width:94%!important}
  body.academic-theme-v200 .interviews-archive-v234{background:#061c2c!important}
  body.academic-theme-v200 .interviews-archive-decor-v234{display:none!important}
  body.academic-theme-v200 .interviews-archive-v234 .content-page-space{padding-top:22px!important;padding-bottom:44px!important}
  body.academic-theme-v200 .interviews-archive-v234 .archive-type-nav{overflow-x:auto!important;justify-content:flex-start!important;margin-bottom:26px!important;min-height:52px!important}
  body.academic-theme-v200 .interviews-archive-v234 .archive-type-nav a{min-width:max-content!important;min-height:52px!important;padding:0 18px!important;font-size:12px!important}
  body.academic-theme-v200 .interviews-archive-v234 .video-toolbar{align-items:flex-start!important;flex-direction:column!important;gap:9px!important;margin-bottom:18px!important}
  body.academic-theme-v200 .interviews-archive-v234 .video-toolbar h2{font-size:clamp(31px,10vw,42px)!important}
  body.academic-theme-v200 .interviews-archive-v234 .modern-video-body{padding:22px 18px 24px!important}
  body.academic-theme-v200 .interviews-archive-v234 .modern-video-body:after{font-size:27px;right:10px;bottom:12px}
  body.academic-theme-v200 .interviews-archive-v234 .video-actions{gap:10px!important}
  body.academic-theme-v200 .interviews-archive-v234 .video-actions a,
  body.academic-theme-v200 .interviews-archive-v234 .video-actions button{flex:1 1 100%!important;text-align:center!important}
}


/* V235 / Mülakat arşivi kesin lacivert bütünlük */
body.academic-theme-v200 .interviews-archive-v234.interviews-archive-v235{
  background-color:#061c2c!important;
  color:#f4ecdf!important;
  border-top:1px solid rgba(211,168,91,.22)!important;
  border-bottom:1px solid rgba(211,168,91,.22)!important;
}
body.academic-theme-v200 .interviews-archive-v235:before{
  background:
    radial-gradient(circle at 8% 22%,rgba(205,158,78,.10),transparent 24%),
    radial-gradient(circle at 90% 28%,rgba(55,112,145,.12),transparent 28%),
    linear-gradient(90deg,rgba(2,13,22,.42),rgba(4,21,34,.10) 28%,rgba(4,21,34,.06) 72%,rgba(2,13,22,.42))!important;
}
body.academic-theme-v200 .interviews-archive-v235 .content-page-space{
  background:transparent!important;
}
body.academic-theme-v200 .interviews-archive-v235 .video-toolbar h2{
  color:#fff3df!important;
  text-shadow:0 2px 20px rgba(0,0,0,.20);
}
body.academic-theme-v200 .interviews-archive-v235 .video-toolbar .eyebrow,
body.academic-theme-v200 .interviews-archive-v235 .video-search strong{color:#dfb260!important}
body.academic-theme-v200 .interviews-archive-v235 .video-search{color:#b9c5cd!important}
body.academic-theme-v200 .interviews-archive-v235 .archive-type-nav{
  background:rgba(5,26,41,.88)!important;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
body.academic-theme-v200 .interviews-archive-v235 .modern-video-card{
  background:linear-gradient(118deg,rgba(7,31,48,.97),rgba(9,44,65,.96) 62%,rgba(5,25,39,.97))!important;
}
body.academic-theme-v200 .interviews-archive-v235 .modern-video-card.is-featured .modern-video-body{
  min-height:430px;
  display:flex;
  flex-direction:column;
  justify-content:center!important;
  padding:48px clamp(30px,3vw,54px)!important;
}
body.academic-theme-v200 .interviews-archive-v235 .modern-video-card.is-featured .modern-video-body h2,
body.academic-theme-v200 .interviews-archive-v235 .modern-video-card.is-featured .modern-video-body h2 a{
  font-size:clamp(34px,3vw,48px)!important;
  max-width:620px;
}
body.academic-theme-v200 .interviews-archive-v235 .modern-video-card.is-featured .modern-video-body p{
  max-width:620px;
  font-size:16px!important;
}
body.academic-theme-v200 .interviews-archive-v235 .modern-video-body:after{
  opacity:.72;
}
@media(max-width:900px){
  body.academic-theme-v200 .interviews-archive-v234.interviews-archive-v235{
    background-position:58% top!important;
    background-size:auto 760px!important;
  }
  body.academic-theme-v200 .interviews-archive-v235 .modern-video-card.is-featured .modern-video-body{min-height:0;padding:28px 22px 30px!important}
}
@media(max-width:620px){
  body.academic-theme-v200 .interviews-archive-v234.interviews-archive-v235{
    background-color:#061c2c!important;
    background-image:linear-gradient(180deg,#061c2c,#08263a)!important;
  }
}

/* V236 / Faaliyetler: koyu akademik konferans arşivi */
body.academic-theme-v200 .compact-page-hero-v207.inner-hero-activities-v236{
  position:relative!important;
  min-height:405px!important;
  display:flex!important;
  align-items:center!important;
  padding:96px 0 58px!important;
  color:#f7efe2!important;
  background:
    linear-gradient(90deg,rgba(3,15,25,.97) 0%,rgba(5,24,38,.91) 42%,rgba(6,29,45,.70) 72%,rgba(4,17,28,.88) 100%),
    var(--activities-hero-bg-v236) center 48% / cover no-repeat!important;
  border-bottom:1px solid rgba(214,174,102,.48)!important;
}
body.academic-theme-v200 .compact-page-hero-v207.inner-hero-activities-v236:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  background:
    radial-gradient(circle at 17% 45%,rgba(211,165,88,.12),transparent 25%),
    linear-gradient(180deg,rgba(255,255,255,.02),rgba(0,0,0,.18))!important;
}
body.academic-theme-v200 .inner-hero-activities-v236 .compact-page-hero-grid-v207{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  min-height:0!important;
  padding:0!important;
}
body.academic-theme-v200 .inner-hero-activities-v236 .compact-page-hero-copy-v207{
  max-width:790px!important;
}
body.academic-theme-v200 .inner-hero-activities-v236 .compact-page-kicker-v207{
  color:#dfb15d!important;
  letter-spacing:.15em!important;
  font-size:10px!important;
  font-weight:900!important;
}
body.academic-theme-v200 .inner-hero-activities-v236 .compact-page-hero-copy-v207 h1{
  margin:10px 0 16px!important;
  color:#fff2df!important;
  font:600 clamp(48px,5.2vw,78px)/.98 Georgia,"Times New Roman",serif!important;
  letter-spacing:-.045em!important;
  text-shadow:0 3px 28px rgba(0,0,0,.26)!important;
}
body.academic-theme-v200 .inner-hero-activities-v236 .compact-page-hero-copy-v207>p{
  max-width:700px!important;
  margin:0!important;
  color:rgba(236,241,244,.84)!important;
  font-size:16px!important;
  line-height:1.72!important;
}
body.academic-theme-v200 .inner-hero-activities-v236 .compact-page-stats-v207,
body.academic-theme-v200 .inner-hero-activities-v236 .compact-page-hero-media-v207{display:none!important}

body.academic-theme-v200 .activities-archive-v236{
  position:relative!important;
  isolation:isolate!important;
  min-height:420px!important;
  color:#ecf0f2!important;
  background:
    linear-gradient(180deg,rgba(5,24,38,.96),rgba(5,28,43,.98) 360px,#061c2c 100%),
    var(--activities-archive-bg-v236) 72% top / cover no-repeat!important;
  border-top:0!important;
  border-bottom:1px solid rgba(213,171,99,.30)!important;
}
body.academic-theme-v200 .activities-archive-v236:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  pointer-events:none!important;
  background:
    radial-gradient(circle at 8% 26%,rgba(210,162,82,.10),transparent 24%),
    radial-gradient(circle at 90% 22%,rgba(52,112,146,.11),transparent 28%),
    linear-gradient(90deg,rgba(2,13,22,.35),rgba(5,25,39,.04) 35%,rgba(5,25,39,.05) 68%,rgba(2,13,22,.42))!important;
}
body.academic-theme-v200 .activities-archive-v236 .content-page-space{
  position:relative!important;
  padding-top:46px!important;
  padding-bottom:72px!important;
  background:transparent!important;
}
body.academic-theme-v200 .activities-archive-head-v236{
  display:flex!important;
  align-items:end!important;
  justify-content:space-between!important;
  gap:28px!important;
  margin:0 0 28px!important;
  padding:0 0 19px!important;
  border-bottom:1px solid rgba(215,174,101,.22)!important;
}
body.academic-theme-v200 .activities-archive-head-v236 .eyebrow{
  color:#dfb15d!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.15em!important;
  text-transform:uppercase!important;
}
body.academic-theme-v200 .activities-archive-head-v236 h2{
  max-width:860px!important;
  margin:6px 0 0!important;
  color:#fff2df!important;
  font:600 clamp(34px,4vw,54px)/1.02 Georgia,"Times New Roman",serif!important;
  letter-spacing:-.04em!important;
}
body.academic-theme-v200 .activities-archive-head-v236>p{
  margin:0!important;
  color:#b9c4cb!important;
  font-size:13px!important;
  white-space:nowrap!important;
}
body.academic-theme-v200 .activities-archive-head-v236>p strong{color:#efc36d!important;font-size:18px!important}

/* Boş durum: kart yok, sadece editoryal mesaj */
body.academic-theme-v200 .activities-empty-v236{
  max-width:820px!important;
  min-height:240px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  margin:12px 0 0!important;
  padding:42px 0 44px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  text-align:left!important;
}
body.academic-theme-v200 .activities-empty-v236 i{
  display:block!important;
  width:64px!important;
  height:2px!important;
  margin-bottom:20px!important;
  background:linear-gradient(90deg,#d4a454,rgba(212,164,84,.12))!important;
}
body.academic-theme-v200 .activities-empty-v236 h2{
  margin:0!important;
  color:#fff0dc!important;
  font:600 clamp(31px,3vw,43px)/1.06 Georgia,"Times New Roman",serif!important;
  letter-spacing:-.03em!important;
}
body.academic-theme-v200 .activities-empty-v236 p{
  max-width:650px!important;
  margin:13px 0 0!important;
  color:rgba(221,230,235,.74)!important;
  font-size:15px!important;
  line-height:1.72!important;
}

/* Faaliyet kartları: koyu, düz editoryal sistem */
body.academic-theme-v200 .activities-grid-v236{gap:22px!important}
body.academic-theme-v200 .activities-archive-v236 .editorial-card-v47{
  border:1px solid rgba(214,171,96,.28)!important;
  border-radius:8px!important;
  background:linear-gradient(138deg,rgba(7,30,47,.96),rgba(9,43,63,.94) 62%,rgba(5,25,39,.97))!important;
  box-shadow:0 18px 46px rgba(0,0,0,.20)!important;
  color:#e9eef1!important;
  transform:none!important;
}
body.academic-theme-v200 .activities-archive-v236 .editorial-card-v47:hover{
  transform:none!important;
  border-color:rgba(224,182,108,.48)!important;
  box-shadow:0 22px 54px rgba(0,0,0,.27)!important;
}
body.academic-theme-v200 .activities-archive-v236 .editorial-media-v47{background:#061725!important}
body.academic-theme-v200 .activities-archive-v236 .editorial-media-v47 img{filter:saturate(.94) contrast(1.02)!important}
body.academic-theme-v200 .activities-archive-v236 .editorial-card-v47:hover .editorial-media-v47 img{transform:scale(1.018)!important}
body.academic-theme-v200 .activities-archive-v236 .editorial-meta-v47{color:#aebbc4!important}
body.academic-theme-v200 .activities-archive-v236 .editorial-meta-v47 span{
  border-radius:3px!important;
  background:rgba(205,155,71,.13)!important;
  color:#e5b963!important;
}
body.academic-theme-v200 .activities-archive-v236 .editorial-card-v47 h2,
body.academic-theme-v200 .activities-archive-v236 .editorial-card-v47 h2 a{color:#fff0da!important}
body.academic-theme-v200 .activities-archive-v236 .editorial-card-v47 p{color:rgba(222,231,235,.78)!important}
body.academic-theme-v200 .activities-archive-v236 .editorial-location-v47{color:#e1b15d!important}
body.academic-theme-v200 .activities-archive-v236 .editorial-footer-v47{
  border-top-color:rgba(216,175,101,.18)!important;
  color:#aebbc4!important;
}
body.academic-theme-v200 .activities-archive-v236 .editorial-footer-v47 strong{color:#edc46f!important}

@media(max-width:900px){
  body.academic-theme-v200 .compact-page-hero-v207.inner-hero-activities-v236{
    min-height:340px!important;
    padding:84px 0 42px!important;
    background:
      linear-gradient(90deg,rgba(3,15,25,.98),rgba(5,24,38,.92) 72%,rgba(4,17,28,.82)),
      var(--activities-hero-bg-v236) 60% center / cover no-repeat!important;
  }
  body.academic-theme-v200 .activities-archive-v236{
    background:
      linear-gradient(180deg,rgba(5,24,38,.96),rgba(6,29,45,.98) 420px,#061c2c 100%),
      var(--activities-archive-bg-v236) 58% top / auto 720px no-repeat!important;
  }
}
@media(max-width:620px){
  body.academic-theme-v200 .compact-page-hero-v207.inner-hero-activities-v236{
    min-height:310px!important;
    padding:70px 0 34px!important;
    background:
      linear-gradient(90deg,rgba(3,15,25,.99),rgba(5,24,38,.95) 82%,rgba(4,17,28,.88)),
      var(--activities-hero-bg-v236) 64% center / cover no-repeat!important;
  }
  body.academic-theme-v200 .inner-hero-activities-v236 .compact-page-hero-copy-v207 h1{font-size:clamp(42px,13vw,56px)!important}
  body.academic-theme-v200 .inner-hero-activities-v236 .compact-page-hero-copy-v207>p{font-size:14px!important;max-width:94%!important}
  body.academic-theme-v200 .activities-archive-v236{
    background-image:linear-gradient(180deg,#061c2c,#08263a)!important;
  }
  body.academic-theme-v200 .activities-archive-v236 .content-page-space{padding-top:30px!important;padding-bottom:46px!important}
  body.academic-theme-v200 .activities-archive-head-v236{align-items:flex-start!important;flex-direction:column!important;gap:9px!important;margin-bottom:18px!important}
  body.academic-theme-v200 .activities-archive-head-v236 h2{font-size:clamp(31px,10vw,42px)!important}
  body.academic-theme-v200 .activities-empty-v236{min-height:220px!important;padding:32px 0!important}
  body.academic-theme-v200 .activities-empty-v236 h2{font-size:clamp(29px,9vw,38px)!important}
}

/* V241 / İletişim sayfası akademik arka plan */
body.academic-theme-v200 .contact-atmosphere-v241{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:#071f31;
  border-top:1px solid rgba(211,164,83,.28);
  border-bottom:1px solid rgba(211,164,83,.22);
}
body.academic-theme-v200 .contact-atmosphere-v241::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,rgba(5,23,37,.91) 0%,rgba(6,29,46,.84) 42%,rgba(6,27,43,.68) 68%,rgba(4,18,29,.58) 100%),
    var(--contact-atmosphere-bg-v241) center 48% / cover no-repeat;
  filter:saturate(.88) contrast(1.02);
  transform:scale(1.01);
}
body.academic-theme-v200 .contact-atmosphere-v241::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(4,18,29,.12),rgba(4,18,29,.03) 40%,rgba(4,18,29,.24)),
    radial-gradient(circle at 18% 48%,rgba(205,156,79,.08),transparent 28%);
}
body.academic-theme-v200 .contact-atmosphere-v241 .contact-paths-v206,
body.academic-theme-v200 .contact-atmosphere-v241 .contact-main-v206{
  background:transparent!important;
}
body.academic-theme-v200 .contact-atmosphere-v241 .contact-paths-v206{
  border-color:rgba(222,181,112,.18)!important;
}
body.academic-theme-v200 .contact-atmosphere-v241 .contact-paths-grid-v206{
  border-left-color:rgba(220,181,111,.22)!important;
  border-right-color:rgba(220,181,111,.22)!important;
}
body.academic-theme-v200 .contact-atmosphere-v241 .contact-paths-v206 article{
  background:rgba(248,242,233,.94)!important;
  border-color:rgba(180,138,76,.26)!important;
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
}
body.academic-theme-v200 .contact-atmosphere-v241 .contact-paths-v206 article>span{
  color:rgba(12,43,64,.10)!important;
}
body.academic-theme-v200 .contact-atmosphere-v241 .contact-main-v206{
  padding-top:58px!important;
  padding-bottom:76px!important;
}
body.academic-theme-v200 .contact-atmosphere-v241 .contact-form-card-v206{
  background:rgba(255,251,245,.95)!important;
  border:1px solid rgba(216,174,104,.33)!important;
  box-shadow:0 28px 68px rgba(0,0,0,.22)!important;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
body.academic-theme-v200 .contact-atmosphere-v241 .contact-form-v206 .field{
  background:rgba(255,253,249,.90)!important;
  border-color:rgba(184,146,90,.36)!important;
}
body.academic-theme-v200 .contact-atmosphere-v241 .contact-note-v206,
body.academic-theme-v200 .contact-atmosphere-v241 .contact-shortcuts-v206,
body.academic-theme-v200 .contact-atmosphere-v241 .contact-social-v206{
  background:rgba(7,39,59,.90)!important;
  border-color:rgba(218,174,98,.28)!important;
  box-shadow:0 22px 52px rgba(0,0,0,.20);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
body.academic-theme-v200 .contact-atmosphere-v241 .contact-shortcuts-v206 a,
body.academic-theme-v200 .contact-atmosphere-v241 .contact-social-v206 a{
  border-color:rgba(220,181,108,.18)!important;
}
body.academic-theme-v200 .contact-atmosphere-v241 .contact-form-head-v206 h2{
  color:#0a2a40!important;
}
body.academic-theme-v200 .contact-atmosphere-v241 .contact-form-head-v206>span,
body.academic-theme-v200 .contact-atmosphere-v241 .contact-paths-v206 small{
  color:#a66f22!important;
}

@media(max-width:900px){
  body.academic-theme-v200 .contact-atmosphere-v241::before{
    background:
      linear-gradient(180deg,rgba(5,23,37,.91),rgba(6,29,46,.83) 52%,rgba(6,26,42,.77)),
      var(--contact-atmosphere-bg-v241) 66% center / cover no-repeat;
  }
  body.academic-theme-v200 .contact-atmosphere-v241 .contact-main-v206{
    padding-top:36px!important;
    padding-bottom:52px!important;
  }
}
@media(max-width:620px){
  body.academic-theme-v200 .contact-atmosphere-v241::before{
    background:
      linear-gradient(180deg,rgba(5,23,37,.94),rgba(6,29,46,.88) 56%,rgba(6,26,42,.84)),
      var(--contact-atmosphere-bg-v241) 72% center / cover no-repeat;
  }
  body.academic-theme-v200 .contact-atmosphere-v241 .contact-paths-v206 article{
    background:rgba(251,246,238,.96)!important;
  }
  body.academic-theme-v200 .contact-atmosphere-v241 .contact-form-card-v206{
    background:rgba(255,251,245,.97)!important;
  }
}

/* V242 / İletişim hero - tam genişlik akademik kütüphane atmosferi */
body.academic-theme-v200 .compact-page-hero-v207.inner-hero-contact-v242{
  position:relative;
  overflow:hidden;
  min-height:430px;
  padding:0!important;
  background:
    linear-gradient(90deg,rgba(4,19,31,.94) 0%,rgba(4,24,39,.84) 38%,rgba(7,35,55,.58) 68%,rgba(6,25,40,.72) 100%),
    var(--contact-hero-bg-v242) center 52% / cover no-repeat!important;
  border-bottom:1px solid rgba(211,166,87,.58)!important;
}
body.academic-theme-v200 .compact-page-hero-v207.inner-hero-contact-v242:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(1,9,15,.05),rgba(1,9,15,.22)),
    radial-gradient(circle at 22% 58%,rgba(214,165,83,.08),transparent 26%),
    radial-gradient(circle at 78% 44%,rgba(11,55,82,.12),transparent 32%)!important;
}
body.academic-theme-v200 .inner-hero-contact-v242 .compact-page-hero-grid-v207{
  position:relative;
  z-index:1;
  min-height:430px!important;
  display:flex!important;
  align-items:center!important;
  grid-template-columns:none!important;
  padding-top:94px;
  padding-bottom:56px;
}
body.academic-theme-v200 .inner-hero-contact-v242 .compact-page-hero-copy-v207{
  width:min(650px,52%);
  padding:26px 0;
}
body.academic-theme-v200 .inner-hero-contact-v242 .compact-page-kicker-v207{
  color:#dcb05a!important;
}
body.academic-theme-v200 .inner-hero-contact-v242 .compact-page-hero-copy-v207 h1{
  color:#fff3df!important;
  font-size:clamp(56px,6.4vw,92px)!important;
  line-height:.94!important;
  letter-spacing:-.045em!important;
  text-shadow:0 5px 28px rgba(0,0,0,.28)!important;
}
body.academic-theme-v200 .inner-hero-contact-v242 .compact-page-hero-copy-v207>p{
  max-width:620px;
  color:rgba(246,238,225,.84)!important;
  font-size:17px!important;
  line-height:1.75!important;
}
body.academic-theme-v200 .inner-hero-contact-v242 .compact-page-hero-media-v207{
  display:none!important;
}
@media(max-width:900px){
  body.academic-theme-v200 .compact-page-hero-v207.inner-hero-contact-v242{
    min-height:360px;
    background-position:67% center!important;
  }
  body.academic-theme-v200 .inner-hero-contact-v242 .compact-page-hero-grid-v207{
    min-height:360px!important;
    padding-top:78px;
    padding-bottom:42px;
  }
  body.academic-theme-v200 .inner-hero-contact-v242 .compact-page-hero-copy-v207{
    width:min(620px,72%);
  }
  body.academic-theme-v200 .inner-hero-contact-v242 .compact-page-hero-copy-v207 h1{
    font-size:clamp(50px,10vw,72px)!important;
  }
}
@media(max-width:620px){
  body.academic-theme-v200 .compact-page-hero-v207.inner-hero-contact-v242{
    min-height:330px;
    background:
      linear-gradient(90deg,rgba(4,18,30,.94) 0%,rgba(4,23,37,.82) 62%,rgba(4,22,36,.66) 100%),
      var(--contact-hero-bg-v242) 71% center / cover no-repeat!important;
  }
  body.academic-theme-v200 .inner-hero-contact-v242 .compact-page-hero-grid-v207{
    min-height:330px!important;
    padding-top:72px;
    padding-bottom:34px;
    align-items:flex-end!important;
  }
  body.academic-theme-v200 .inner-hero-contact-v242 .compact-page-hero-copy-v207{
    width:100%;
    padding:0 0 10px;
  }
  body.academic-theme-v200 .inner-hero-contact-v242 .compact-page-hero-copy-v207 h1{
    font-size:clamp(46px,15vw,64px)!important;
  }
  body.academic-theme-v200 .inner-hero-contact-v242 .compact-page-hero-copy-v207>p{
    font-size:15px!important;
    line-height:1.65!important;
    max-width:92%;
  }
}

/* V243 — Header marka/logo okunurluk düzeltmesi */
@media (min-width:981px){
  body.site-shell-v231 .nav-wrap{
    grid-template-columns:minmax(410px,1fr) auto auto!important;
    min-height:88px!important;
  }
  body.site-shell-v231 .brand{
    min-width:410px!important;
    max-width:470px!important;
    gap:14px!important;
    overflow:visible!important;
  }
  body.site-shell-v231 .brand-mark,
  body.site-shell-v231 .brand-mark.brand-logo-image{
    width:56px!important;
    height:56px!important;
    flex:0 0 56px!important;
  }
  body.site-shell-v231 .brand-mark img,
  body.site-shell-v231 .brand-mark.brand-logo-image img{
    width:56px!important;
    height:56px!important;
    min-width:56px!important;
    padding:2px!important;
    object-fit:cover!important;
    border-radius:9px!important;
  }
  body.site-shell-v231 .brand-text{
    min-width:0!important;
    width:auto!important;
    max-width:none!important;
    overflow:visible!important;
  }
  body.site-shell-v231 .brand-text strong{
    display:block!important;
    max-width:none!important;
    overflow:visible!important;
    text-overflow:clip!important;
    white-space:nowrap!important;
    font-size:14px!important;
    letter-spacing:.12em!important;
    line-height:1.05!important;
  }
  body.site-shell-v231 .brand-text small{
    display:block!important;
    max-width:none!important;
    overflow:visible!important;
    text-overflow:clip!important;
    white-space:nowrap!important;
    font-size:8.5px!important;
    letter-spacing:.22em!important;
    line-height:1.15!important;
  }
}

@media (max-width:980px){
  body.site-shell-v231 .nav-wrap{
    min-height:76px!important;
    height:auto!important;
    padding-top:8px!important;
    padding-bottom:8px!important;
  }
  body.site-shell-v231 .brand{
    max-width:calc(100% - 58px)!important;
    min-width:0!important;
    gap:11px!important;
    overflow:visible!important;
    align-items:center!important;
  }
  body.site-shell-v231 .brand-mark,
  body.site-shell-v231 .brand-mark.brand-logo-image{
    width:52px!important;
    height:52px!important;
    flex:0 0 52px!important;
  }
  body.site-shell-v231 .brand-mark img,
  body.site-shell-v231 .brand-mark.brand-logo-image img{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    padding:2px!important;
    border-radius:9px!important;
    object-fit:cover!important;
  }
  body.site-shell-v231 .brand-text{
    display:block!important;
    min-width:0!important;
    max-width:none!important;
    overflow:visible!important;
  }
  body.site-shell-v231 .brand-text strong{
    display:block!important;
    max-width:none!important;
    overflow:visible!important;
    text-overflow:clip!important;
    white-space:normal!important;
    font-size:14px!important;
    letter-spacing:.075em!important;
    line-height:1.08!important;
  }
  body.site-shell-v231 .brand-text small{
    display:block!important;
    max-width:none!important;
    overflow:visible!important;
    text-overflow:clip!important;
    white-space:normal!important;
    margin-top:4px!important;
    font-size:7.5px!important;
    letter-spacing:.14em!important;
    line-height:1.15!important;
  }
}

@media (max-width:520px){
  body.site-shell-v231 .nav-wrap{min-height:78px!important}
  body.site-shell-v231 .brand{max-width:calc(100% - 52px)!important;gap:9px!important}
  body.site-shell-v231 .brand-mark,
  body.site-shell-v231 .brand-mark.brand-logo-image{
    width:50px!important;height:50px!important;flex-basis:50px!important;
  }
  body.site-shell-v231 .brand-mark img,
  body.site-shell-v231 .brand-mark.brand-logo-image img{
    width:50px!important;height:50px!important;min-width:50px!important;
  }
  body.site-shell-v231 .brand-text strong{
    font-size:13px!important;
    letter-spacing:.055em!important;
  }
  body.site-shell-v231 .brand-text small{
    font-size:7px!important;
    letter-spacing:.11em!important;
  }
}


/* V244 — Header logo kırpılma fix: görselin tamamını göster */
@media (min-width:981px){
  body.site-shell-v231 .brand-mark,
  body.site-shell-v231 .brand-mark.brand-logo-image{
    width:62px!important;
    height:62px!important;
    flex:0 0 62px!important;
    display:grid!important;
    place-items:center!important;
    overflow:hidden!important;
    padding:3px!important;
    border:1px solid rgba(201,148,61,.55)!important;
    border-radius:10px!important;
    background:#081c2c!important;
  }
  body.site-shell-v231 .brand-mark img,
  body.site-shell-v231 .brand-mark.brand-logo-image img{
    width:100%!important;
    height:100%!important;
    min-width:0!important;
    padding:0!important;
    object-fit:contain!important;
    object-position:center center!important;
    border-radius:7px!important;
    background:transparent!important;
  }
}

@media (max-width:980px){
  body.site-shell-v231 .brand-mark,
  body.site-shell-v231 .brand-mark.brand-logo-image{
    width:58px!important;
    height:58px!important;
    flex:0 0 58px!important;
    display:grid!important;
    place-items:center!important;
    overflow:hidden!important;
    padding:3px!important;
    border:1px solid rgba(201,148,61,.55)!important;
    border-radius:10px!important;
    background:#081c2c!important;
  }
  body.site-shell-v231 .brand-mark img,
  body.site-shell-v231 .brand-mark.brand-logo-image img{
    width:100%!important;
    height:100%!important;
    min-width:0!important;
    padding:0!important;
    object-fit:contain!important;
    object-position:center center!important;
    border-radius:7px!important;
    background:transparent!important;
  }
  body.site-shell-v231 .nav-wrap{
    min-height:84px!important;
  }
}

@media (max-width:520px){
  body.site-shell-v231 .brand-mark,
  body.site-shell-v231 .brand-mark.brand-logo-image{
    width:56px!important;
    height:56px!important;
    flex:0 0 56px!important;
  }
  body.site-shell-v231 .brand{gap:10px!important;max-width:calc(100% - 48px)!important}
}


/* V246 — Premium library header + frameless logo */
body.site-shell-v231 .site-header{
  background:
    linear-gradient(90deg,rgba(4,20,32,.94) 0%,rgba(5,27,42,.88) 42%,rgba(5,25,39,.92) 100%),
    var(--ma-header-bg) center 48% / cover no-repeat!important;
  border-bottom:1px solid rgba(198,149,70,.30)!important;
  box-shadow:0 8px 28px rgba(0,0,0,.16)!important;
}
body.site-shell-v231 .site-header:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.018),transparent 45%,rgba(0,0,0,.08));
  z-index:0;
}
body.site-shell-v231 .site-header .nav-wrap{
  position:relative!important;
  z-index:2!important;
}
body.site-shell-v231 .brand-mark,
body.site-shell-v231 .brand-mark.brand-logo-image{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:0!important;
  border-radius:0!important;
  overflow:visible!important;
}
body.site-shell-v231 .brand-mark img,
body.site-shell-v231 .brand-mark.brand-logo-image img{
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:7px!important;
}
body.site-shell-v231 .brand-text strong{
  color:#fff8eb!important;
  text-shadow:0 1px 12px rgba(0,0,0,.40)!important;
}
body.site-shell-v231 .brand-text small{
  color:#d8a94f!important;
  text-shadow:0 1px 10px rgba(0,0,0,.35)!important;
}
body.site-shell-v231 .main-nav a{
  text-shadow:0 1px 10px rgba(0,0,0,.28)!important;
}

@media (max-width:980px){
  body.site-shell-v231 .site-header{
    background:
      linear-gradient(90deg,rgba(4,20,32,.95) 0%,rgba(5,28,43,.91) 58%,rgba(5,24,37,.95) 100%),
      var(--ma-header-bg) 30% center / cover no-repeat!important;
  }
  body.site-shell-v231 .brand-mark,
  body.site-shell-v231 .brand-mark.brand-logo-image{
    width:60px!important;
    height:60px!important;
    flex:0 0 60px!important;
  }
}
@media (max-width:520px){
  body.site-shell-v231 .site-header{
    background:
      linear-gradient(90deg,rgba(4,20,32,.97),rgba(5,29,44,.92)),
      var(--ma-header-bg) 18% center / cover no-repeat!important;
  }
  body.site-shell-v231 .brand-mark,
  body.site-shell-v231 .brand-mark.brand-logo-image{
    width:58px!important;
    height:58px!important;
    flex:0 0 58px!important;
  }
  body.site-shell-v231 .brand-mark img,
  body.site-shell-v231 .brand-mark.brand-logo-image img{
    border-radius:6px!important;
  }
}

/* =========================================================
   V247 — ANA SAYFA EDITORYAL TEMİZLİK
   Card UI azaltıldı, içerik hiyerarşisi çeşitlendirildi.
   ========================================================= */
body.academic-home-v203 .academic-overview-v247{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:68px 0 76px;
  color:#f6efe2;
  background:#071d2d;
  border-top:1px solid rgba(211,163,81,.30);
  border-bottom:1px solid rgba(211,163,81,.24);
}
body.academic-home-v203 .academic-overview-v247::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,rgba(4,20,31,.92) 0%,rgba(7,30,46,.84) 47%,rgba(7,28,43,.86) 100%),
    var(--home-content-bg-v247) center/cover no-repeat;
}
body.academic-home-v203 .academic-overview-v247::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.018),transparent 34%,rgba(0,0,0,.12));
}
body.academic-home-v203 .academic-overview-head-v247{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr) auto;
  gap:34px;
  align-items:end;
  padding-bottom:28px;
  border-bottom:1px solid rgba(214,172,99,.24);
}
body.academic-home-v203 .academic-overview-head-v247 h2{
  margin:8px 0 0;
  max-width:820px;
  color:#fff3df;
  font:600 clamp(40px,4.2vw,66px)/.98 Georgia,"Times New Roman",serif;
  letter-spacing:-.04em;
}
body.academic-home-v203 .academic-overview-head-v247>p{
  margin:0 0 6px;
  color:#c3cdd3;
  font-size:14px;
  line-height:1.75;
}
body.academic-home-v203 .academic-overview-head-v247>a{
  margin-bottom:6px;
  color:#e1b35d;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
  white-space:nowrap;
}
body.academic-home-v203 .academic-editorial-grid-v247{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);
  gap:44px;
  align-items:stretch;
  margin-top:34px;
}
body.academic-home-v203 .academic-feature-story-v247{
  min-width:0;
  background:#f5efe4;
  border-left:3px solid #d2a24e;
  box-shadow:0 22px 46px rgba(0,0,0,.16);
}
body.academic-home-v203 .academic-feature-image-v247{
  display:block;
  height:330px;
  overflow:hidden;
}
body.academic-home-v203 .academic-feature-image-v247 img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}
body.academic-home-v203 .academic-feature-story-v247:hover .academic-feature-image-v247 img{transform:scale(1.018)}
body.academic-home-v203 .academic-feature-copy-v247{padding:28px 32px 31px}
body.academic-home-v203 .academic-feature-copy-v247>small{
  color:#a56d29;
  font-size:10px;
  font-weight:900;
  letter-spacing:.10em;
}
body.academic-home-v203 .academic-feature-copy-v247 h3{
  margin:10px 0 12px;
  font:600 clamp(28px,2.3vw,39px)/1.04 Georgia,"Times New Roman",serif;
  letter-spacing:-.025em;
}
body.academic-home-v203 .academic-feature-copy-v247 h3 a{color:#102d45;text-decoration:none}
body.academic-home-v203 .academic-feature-copy-v247 p{margin:0;max-width:800px;color:#687782;font-size:14px;line-height:1.75}
body.academic-home-v203 .academic-text-link-v247{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:20px;
  color:#102d45;
  font-size:12px;
  font-weight:900;
  text-decoration:none;
  border-bottom:1px solid rgba(168,110,40,.42);
  padding-bottom:4px;
}
body.academic-home-v203 .academic-text-link-v247 span{color:#c68d38}
body.academic-home-v203 .academic-stream-v247{
  padding:4px 0 0;
  border-top:2px solid #c89543;
}
body.academic-home-v203 .academic-stream-heading-v247{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 0 14px;
}
body.academic-home-v203 .academic-stream-heading-v247 span{
  color:#e5b866;
  font-size:10px;
  font-weight:900;
  letter-spacing:.15em;
}
body.academic-home-v203 .academic-stream-heading-v247 a{color:#c5cfd4;font-size:11px;font-weight:800}
body.academic-home-v203 .academic-stream-row-v247{
  display:grid;
  grid-template-columns:minmax(0,1fr) 24px;
  gap:18px;
  align-items:center;
  min-height:142px;
  padding:20px 0;
  border-top:1px solid rgba(229,191,119,.18);
  text-decoration:none;
}
body.academic-home-v203 .academic-stream-row-v247 small{
  display:block;
  margin-bottom:8px;
  color:#d8a44e;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
}
body.academic-home-v203 .academic-stream-row-v247 strong{
  display:block;
  color:#fff0dc;
  font:600 22px/1.12 Georgia,"Times New Roman",serif;
  letter-spacing:-.015em;
}
body.academic-home-v203 .academic-stream-row-v247 time{
  display:block;
  margin-top:8px;
  color:#9eafb9;
  font-size:10px;
}
body.academic-home-v203 .academic-stream-row-v247>b{color:#d6a44e;font-size:19px;font-weight:500;transition:transform .2s ease}
body.academic-home-v203 .academic-stream-row-v247:hover>b{transform:translateX(4px)}
body.academic-home-v203 .academic-stream-empty-v247,
body.academic-home-v203 .academic-feature-empty-v247{padding:28px 0;color:#b8c5cc}
body.academic-home-v203 .academic-feature-empty-v247 h3{color:#fff1df;font:600 30px/1.1 Georgia,"Times New Roman",serif}
body.academic-home-v203 .academic-feature-empty-v247 a{color:#d9aa57;font-weight:800}

/* Medya: solda tek odak, sağda kutusuz yayın indeksi */
body.academic-home-v203 .academic-programs-v247{padding:72px 0 78px!important}
body.academic-home-v203 .academic-section-head-v247{border-bottom:1px solid rgba(223,183,108,.23);padding-bottom:28px;margin-bottom:30px}
body.academic-home-v203 .academic-program-layout-v247{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(340px,.7fr);
  gap:42px;
  align-items:start;
}
body.academic-home-v203 .academic-program-feature-v247{
  background:#f4eee3;
  border-left:3px solid #c99643;
  box-shadow:0 20px 44px rgba(0,0,0,.18);
}
body.academic-home-v203 .academic-program-visual-v247{position:relative;display:block;height:420px;overflow:hidden}
body.academic-home-v203 .academic-program-visual-v247 img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
body.academic-home-v203 .academic-program-feature-v247:hover .academic-program-visual-v247 img{transform:scale(1.015)}
body.academic-home-v203 .academic-program-visual-v247>span{
  position:absolute;right:24px;bottom:22px;width:52px;height:52px;display:grid;place-items:center;
  background:#d5a247;color:#071d2d;border-radius:50%;font-size:16px;box-shadow:0 8px 24px rgba(0,0,0,.20)
}
body.academic-home-v203 .academic-program-feature-copy-v247{padding:28px 30px 30px}
body.academic-home-v203 .academic-program-feature-copy-v247>small{color:#a7702c;font-size:10px;font-weight:900;letter-spacing:.08em}
body.academic-home-v203 .academic-program-feature-copy-v247 h3{margin:10px 0 12px;font:600 clamp(28px,2.5vw,42px)/1.03 Georgia,"Times New Roman",serif}
body.academic-home-v203 .academic-program-feature-copy-v247 h3 a{color:#102d45}
body.academic-home-v203 .academic-program-feature-copy-v247 p{margin:0;color:#64737d;font-size:14px;line-height:1.75}
body.academic-home-v203 .academic-program-side-v247{
  border-top:2px solid #c99643;
  border-bottom:1px solid rgba(220,177,100,.22);
}
body.academic-home-v203 .academic-program-side-title-v247{padding:16px 0 15px;border-bottom:1px solid rgba(220,177,100,.18)}
body.academic-home-v203 .academic-program-side-title-v247 span{display:block;color:#d8a64f;font-size:10px;font-weight:900;letter-spacing:.14em}
body.academic-home-v203 .academic-program-side-title-v247 small{display:block;margin-top:5px;color:#aebcc4;font-size:11px}
body.academic-home-v203 .academic-program-side-v247>a{
  display:grid;grid-template-columns:minmax(0,1fr) 24px;gap:16px;align-items:center;
  min-height:126px;padding:20px 0;border-bottom:1px solid rgba(224,186,112,.18);text-decoration:none
}
body.academic-home-v203 .academic-program-side-v247>a:last-child{border-bottom:0}
body.academic-home-v203 .academic-program-side-v247 small{display:block;margin-bottom:8px;color:#d5a14a;font-size:9px;font-weight:900;letter-spacing:.10em}
body.academic-home-v203 .academic-program-side-v247 strong{display:block;color:#fff0dc;font:600 21px/1.12 Georgia,"Times New Roman",serif}
body.academic-home-v203 .academic-program-side-v247>b{color:#d5a14a;font-size:18px;font-weight:400;transition:transform .2s ease}
body.academic-home-v203 .academic-program-side-v247>a:hover>b{transform:translateX(4px)}

/* Son eklenenler: gazete / arşiv listesi, büyük beyaz kutu yok */
body.academic-home-v203 .academic-updates-v247{position:relative;padding:64px 0 70px;border-top:1px solid rgba(215,171,91,.25);border-bottom:1px solid rgba(215,171,91,.25)}
body.academic-home-v203 .academic-updates-layout-v247{display:grid;grid-template-columns:minmax(260px,.42fr) minmax(0,1.58fr);gap:54px;align-items:start}
body.academic-home-v203 .academic-updates-layout-v247>header{padding-top:4px}
body.academic-home-v203 .academic-updates-layout-v247>header h2{margin:8px 0 12px;color:#fff0dc;font:600 clamp(36px,3.5vw,54px)/1.02 Georgia,"Times New Roman",serif}
body.academic-home-v203 .academic-updates-layout-v247>header p{margin:0;color:#b4c1c8;font-size:13px;line-height:1.65}
body.academic-home-v203 .academic-updates-layout-v247>header>a{display:inline-block;margin-top:18px;color:#d7a84f;font-size:11px;font-weight:900}
body.academic-home-v203 .academic-updates-list-v247{border-top:2px solid #c89543}
body.academic-home-v203 .academic-updates-list-v247>a{
  display:grid;grid-template-columns:minmax(0,1fr) 24px;gap:18px;align-items:center;
  min-height:102px;padding:17px 0;border-bottom:1px solid rgba(224,186,111,.20);text-decoration:none
}
body.academic-home-v203 .academic-updates-list-v247 small{display:flex;gap:10px;align-items:center;margin-bottom:7px;color:#aebbc3;font-size:9px;font-weight:700;letter-spacing:.06em}
body.academic-home-v203 .academic-updates-list-v247 small span{color:#d7a44c;font-weight:900}
body.academic-home-v203 .academic-updates-list-v247 strong{display:block;color:#f7ead8;font:600 19px/1.18 Georgia,"Times New Roman",serif}
body.academic-home-v203 .academic-updates-list-v247>b{color:#d2a049;font-size:18px;font-weight:400;transition:transform .2s ease}
body.academic-home-v203 .academic-updates-list-v247>a:hover>b{transform:translateX(4px)}

/* CTA: 01/02/03 ve ikon kutuları kaldırıldı */
body.academic-home-v203 .academic-cta-links-v247{border-top:2px solid #c99643}
body.academic-home-v203 .academic-cta-links-v247>a{
  display:grid;grid-template-columns:34px minmax(0,1fr) 24px;gap:16px;align-items:center;
  min-height:92px;padding:18px 0;border-bottom:1px solid rgba(224,185,108,.22);text-decoration:none
}
body.academic-home-v203 .academic-cta-links-v247>a:last-child{border-bottom:0}
body.academic-home-v203 .cta-line-v247{display:block;width:28px;height:1px;background:#d2a04a;transition:width .2s ease}
body.academic-home-v203 .academic-cta-links-v247>a:hover .cta-line-v247{width:34px}
body.academic-home-v203 .academic-cta-links-v247 strong{display:block;color:#fff0dc;font:600 18px/1.15 Georgia,"Times New Roman",serif}
body.academic-home-v203 .academic-cta-links-v247 small{display:block;margin-top:6px;color:#9fb0ba;font-size:10px;line-height:1.45}
body.academic-home-v203 .academic-cta-links-v247 b{color:#d4a24b;font-size:18px;font-weight:400}
body.academic-home-v203 .final-cta-v223{border-radius:6px!important}

@media(max-width:1100px){
  body.academic-home-v203 .academic-overview-head-v247{grid-template-columns:1fr auto}
  body.academic-home-v203 .academic-overview-head-v247>p{grid-column:1/-1;grid-row:2}
  body.academic-home-v203 .academic-editorial-grid-v247,
  body.academic-home-v203 .academic-program-layout-v247{grid-template-columns:1fr}
  body.academic-home-v203 .academic-program-side-v247{margin-top:2px}
  body.academic-home-v203 .academic-program-side-v247>a{min-height:98px}
  body.academic-home-v203 .academic-updates-layout-v247{grid-template-columns:1fr;gap:26px}
}
@media(max-width:720px){
  body.academic-home-v203 .academic-overview-v247{padding:42px 0 46px}
  body.academic-home-v203 .academic-overview-head-v247{grid-template-columns:1fr;gap:14px;padding-bottom:22px}
  body.academic-home-v203 .academic-overview-head-v247 h2{font-size:39px}
  body.academic-home-v203 .academic-overview-head-v247>p{grid-column:auto;grid-row:auto}
  body.academic-home-v203 .academic-overview-head-v247>a{justify-self:start}
  body.academic-home-v203 .academic-editorial-grid-v247{gap:28px;margin-top:26px}
  body.academic-home-v203 .academic-feature-image-v247{height:235px}
  body.academic-home-v203 .academic-feature-copy-v247{padding:22px 20px 24px}
  body.academic-home-v203 .academic-feature-copy-v247 h3{font-size:27px}
  body.academic-home-v203 .academic-stream-row-v247{min-height:108px;padding:16px 0}
  body.academic-home-v203 .academic-stream-row-v247 strong{font-size:19px}
  body.academic-home-v203 .academic-programs-v247{padding:46px 0 50px!important}
  body.academic-home-v203 .academic-program-visual-v247{height:250px}
  body.academic-home-v203 .academic-program-feature-copy-v247{padding:22px 20px 24px}
  body.academic-home-v203 .academic-program-feature-copy-v247 h3{font-size:28px}
  body.academic-home-v203 .academic-program-side-v247>a{min-height:92px;padding:15px 0}
  body.academic-home-v203 .academic-program-side-v247 strong{font-size:18px}
  body.academic-home-v203 .academic-updates-v247{padding:46px 0 50px}
  body.academic-home-v203 .academic-updates-list-v247>a{min-height:88px;padding:14px 0}
  body.academic-home-v203 .academic-updates-list-v247 strong{font-size:17px}
  body.academic-home-v203 .academic-cta-links-v247>a{min-height:82px;grid-template-columns:26px 1fr 20px;gap:12px}
  body.academic-home-v203 .academic-cta-links-v247 strong{font-size:17px}
}
