
:root{
    --navy:#031d27;
    --navy-2:#052a34;
    --teal:#006b75;
    --teal-2:#008b96;
    --gold:#c7923d;
    --gold-2:#e1b86a;
    --cream:#f7f2ea;
    --paper:#fffdf9;
    --ink:#17242a;
    --muted:#667177;
    --line:#dcc8aa;
    --shadow:0 14px 36px rgba(3,29,39,.13);
    --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.55}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
h1,h2,h3,h4,.brand strong{font-family:Georgia,'Times New Roman',serif;font-weight:500}
h1{font-size:clamp(2.5rem,5vw,5rem);line-height:.98;margin:0 0 22px}
h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;margin:0 0 18px}
h3{font-size:1.35rem;margin:0 0 8px}
p{margin:0 0 16px}
.eyebrow{display:inline-block;color:var(--gold);font-size:.82rem;letter-spacing:.22em;text-transform:uppercase;font-weight:700;margin-bottom:14px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:9px;padding:13px 20px;border:1px solid transparent;font-weight:700;transition:.25s;cursor:pointer}
.btn:hover{transform:translateY(-2px)}
.btn-gold{background:linear-gradient(135deg,var(--gold-2),#f3d499);color:#1c2428;box-shadow:0 8px 24px rgba(199,146,61,.24)}
.btn-teal{background:var(--teal);color:#fff}
.btn-outline{border-color:var(--gold);color:var(--gold-2);background:transparent}
.btn-outline:hover{background:rgba(199,146,61,.1)}
.section{padding:78px 0}
.section-sm{padding:50px 0}
.section-head{text-align:center;max-width:760px;margin:0 auto 38px}
.section-head .rule{width:110px;height:1px;background:var(--gold);display:inline-block;vertical-align:middle;margin:0 12px}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(3,29,39,.97);border-bottom:1px solid rgba(225,184,106,.2);backdrop-filter:blur(12px)}
.header-inner{height:72px;display:flex;align-items:center;gap:28px}
.brand{display:inline-flex;align-items:center;gap:11px;min-width:215px;color:#fff}
.brand-mark{width:44px;height:44px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold-2);font-size:1.35rem}
.brand-text{display:flex;flex-direction:column;line-height:1}
.brand strong{font-size:1.5rem;letter-spacing:.14em}
.brand small{font-size:.52rem;letter-spacing:.16em;margin-top:6px;color:#f3e6cc}
.brand-textual{gap:12px;min-width:auto;text-decoration:none}
.brand-mark-img{width:56px;height:56px;object-fit:contain;display:block;flex:0 0 auto}
.brand-copy{display:flex;flex-direction:column;justify-content:center;line-height:1}
.brand-title{font-size:2rem;letter-spacing:.08em;line-height:.95;color:#25B8C9;font-weight:500;text-shadow:0 2px 10px rgba(0,0,0,.12)}
.brand-subtitle{font-size:.66rem;letter-spacing:.23em;margin-top:8px;color:#E6C676;font-weight:700;white-space:nowrap}
.footer-brand-textual .brand-title{color:#F6F7F8;text-shadow:none}
.footer-brand-textual .brand-subtitle{color:#E6C676}
.footer-logo-mark{width:64px;height:64px}
.main-nav{display:flex;align-items:center;gap:22px;margin-left:auto}
.main-nav a{color:#f4f1ea;font-size:.86rem;padding:25px 0 21px;border-bottom:2px solid transparent;white-space:nowrap}
.main-nav a:hover,.main-nav a.is-active{color:var(--gold-2);border-bottom-color:var(--gold)}
.header-cta{white-space:nowrap}
.menu-toggle{display:none;margin-left:auto;background:none;border:0;padding:8px}
.menu-toggle span{display:block;width:27px;height:2px;background:#fff;margin:5px}

/* Home hero */
.home-hero{min-height:610px;position:relative;background:
linear-gradient(90deg,rgba(2,25,35,.96) 0%,rgba(2,25,35,.88) 35%,rgba(2,25,35,.18) 70%,rgba(2,25,35,.06) 100%),
url('../images/hero-home.jpg') center/cover no-repeat;color:white;display:flex;align-items:center}
.home-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 30%,rgba(225,184,106,.08),transparent 34%)}
.hero-copy{position:relative;z-index:2;max-width:600px;padding:85px 0 115px}
.hero-copy h1 em{color:var(--gold-2);font-family:cursive;font-weight:400}
.hero-copy p{font-size:1.1rem;max-width:520px;color:#eee8dc}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.hero-features{position:absolute;left:50%;bottom:-36px;transform:translateX(-50%);width:min(1120px,calc(100% - 40px));background:linear-gradient(135deg,#063342,#042732);color:white;border:1px solid var(--gold);border-radius:20px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);padding:18px 16px}
.hero-feature{display:flex;gap:13px;align-items:center;padding:8px 18px;border-right:1px solid rgba(225,184,106,.35)}
.hero-feature:last-child{border-right:0}
.icon-ring{width:48px;height:48px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold-2);font-size:1.25rem;flex:0 0 auto}
.hero-feature strong{display:block;font-family:Georgia,serif;font-size:1.05rem}
.hero-feature small{color:#cfdadd}

/* cards */
.grid{display:grid;gap:22px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.card{background:var(--paper);border:1px solid #eadfce;border-radius:14px;box-shadow:0 6px 22px rgba(4,34,45,.06);overflow:hidden}
.card-body{padding:18px}
.card img{width:100%;height:210px;object-fit:cover}
.card .meta{color:var(--gold);text-transform:uppercase;font-size:.74rem;letter-spacing:.09em;font-weight:700}
.card p{color:var(--muted);font-size:.94rem}
.feature-card{padding:24px;display:flex;gap:17px;align-items:flex-start}
.feature-card .icon-ring{width:44px;height:44px}
.service-card img{height:160px}
.service-card h3{font-size:1.15rem}
.room-card img{height:255px}
.room-card ul{list-style:none;padding:0;margin:15px 0 20px}
.room-card li{padding:6px 0;border-bottom:1px solid #eee3d4;color:#5f696d;font-size:.9rem}
.room-card .btn{width:100%}

/* page hero */
.page-hero{min-height:340px;color:#fff;background:
linear-gradient(90deg,rgba(2,25,35,.98),rgba(2,25,35,.80) 43%,rgba(2,25,35,.08) 78%),
var(--hero) center/cover no-repeat;border-bottom:1px solid var(--gold)}
.page-hero-inner{min-height:340px;display:flex;align-items:center}
.page-hero-copy{max-width:520px;padding:50px 0}
.page-hero-copy h1{font-size:clamp(2.8rem,5vw,4.7rem)}
.page-hero-copy p{font-size:1.05rem;color:#ece7dd}
.breadcrumbs{display:flex;align-items:center;gap:12px;margin-top:34px;font-size:.9rem;color:#e6c98f}
.breadcrumbs strong{font-weight:600;color:#fff}

/* bands */
.dark-band{background:linear-gradient(135deg,#062b35,#031c25);color:#fff;border-top:1px solid var(--gold);border-bottom:1px solid var(--gold)}
.stats{display:grid;grid-template-columns:repeat(4,1fr)}
.stat{text-align:center;padding:26px;border-right:1px solid rgba(225,184,106,.35)}
.stat:last-child{border-right:0}
.stat strong{display:block;color:var(--gold-2);font-family:Georgia,serif;font-size:2.7rem;line-height:1}
.stat span{font-size:.9rem;color:#dbe3e4}
.cta-band{border:1px solid var(--gold);border-radius:18px;padding:28px 32px;background:linear-gradient(135deg,#063744,#02232d);color:white;display:flex;align-items:center;justify-content:space-between;gap:20px}
.cta-band h3{font-size:1.6rem}

/* home */
.services-strip{padding-top:92px}
.services-list{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.mini-service{border:1px solid #eadfce;background:#fffaf4;border-radius:12px;padding:17px;text-align:center;min-height:115px;display:flex;flex-direction:column;justify-content:center}
.mini-service b{font-family:Georgia,serif;font-size:1rem}
.room-showcase .card img{height:180px}
.testimonial{padding:24px}
.stars{color:var(--gold);letter-spacing:.14em}
.gallery-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}
.gallery-strip img{height:120px;object-fit:cover;border-radius:10px}

/* Services */
.for-who{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.for-who .feature-card{text-align:center;display:block}
.for-who .icon-ring{margin:0 auto 14px}

/* Gallery */
.filters{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:38px}
.filter-btn{border:1px solid var(--line);background:transparent;border-radius:999px;padding:10px 17px;color:#5f6669;cursor:pointer}
.filter-btn.active,.filter-btn:hover{background:var(--gold);color:#fff;border-color:var(--gold)}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.gallery-item{position:relative;border-radius:14px;overflow:hidden;border:1px solid #e4d6c2}
.gallery-item img{width:100%;height:215px;object-fit:cover;transition:.35s}
.gallery-item:hover img{transform:scale(1.045)}
.gallery-item span{position:absolute;left:12px;bottom:12px;background:rgba(3,29,39,.82);color:#fff;padding:7px 11px;border-radius:7px;font-size:.82rem}

/* Blog */
.blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px}
.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.sidebar .box{background:#fff;border:1px solid #eadfce;border-radius:14px;padding:20px;margin-bottom:18px}
.sidebar h3{font-size:1.4rem}
.search-box{display:flex}
.search-box input{flex:1;border:1px solid var(--line);border-radius:8px 0 0 8px;padding:10px 12px;background:#fff}
.search-box button{border:0;background:var(--navy);color:#fff;padding:0 14px;border-radius:0 8px 8px 0}
.category-list{list-style:none;padding:0;margin:0}
.category-list li{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #eee2d3;font-size:.91rem}

/* Contact */
.contact-info{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#fff}
.contact-info .feature-card{border-right:1px solid var(--line);text-align:center;display:block}
.contact-info .feature-card:last-child{border-right:0}
.contact-info .icon-ring{margin:0 auto 10px}
.contact-layout{display:grid;grid-template-columns:1fr 1.25fr;gap:24px}
.contact-form{background:linear-gradient(145deg,#062833,#02141c);color:#fff;border-radius:20px;border:1px solid var(--gold);padding:32px;box-shadow:var(--shadow)}
.contact-form label{display:block;font-size:.9rem;margin-bottom:6px;color:#e7d6b9}
.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:1px solid rgba(225,184,106,.45);background:rgba(255,255,255,.03);color:#fff;border-radius:10px;padding:12px 14px;margin-bottom:14px;outline:none}
.contact-form select option{color:#111}
.contact-form textarea{min-height:150px;resize:vertical}
.contact-form .btn{width:100%}
.notice{padding:12px 14px;border-radius:10px;margin-bottom:16px}
.notice.success{background:#153c2f;color:#d3f2df;border:1px solid #38785f}
.notice.error{background:#52252a;color:#ffe3e3;border:1px solid #8e4148}
.contact-map{border-radius:20px;overflow:hidden;border:1px solid var(--gold);height:100%;min-height:520px}
.contact-map img{width:100%;height:100%;object-fit:cover}

/* Transport */
.transport-highlights{grid-template-columns:repeat(4,1fr)}
.university-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.uni-card{padding:22px;border:1px solid rgba(225,184,106,.5);border-radius:14px;background:rgba(0,0,0,.08)}
.uni-card strong{font-family:Georgia,serif;font-size:1.15rem;display:block;margin-bottom:8px}
.uni-card .time{color:var(--gold-2);font-size:1.1rem}
.transport-flow{display:grid;grid-template-columns:280px 1fr;gap:30px;align-items:center}
.flow-lines{display:grid;gap:12px}
.flow-row{display:grid;grid-template-columns:210px 1fr;gap:18px;align-items:center}
.flow-badge{border:1px solid var(--line);border-radius:999px;padding:13px 18px;background:#fff}
.flow-target{border:1px solid var(--line);border-radius:12px;padding:12px 16px;background:#fff}

/* Kurumsal */
.about-split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.about-image{border-radius:20px;overflow:hidden;border:1px solid var(--gold);box-shadow:var(--shadow)}
.about-image img{height:470px;width:100%;object-fit:cover}

/* Footer */
.site-footer{background:linear-gradient(160deg,#042b36,#021821);color:#fff;border-top:1px solid var(--gold);padding:52px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.3fr .8fr 1.15fr .9fr;gap:34px}
.footer-grid h4{color:var(--gold-2);font-size:1rem;text-transform:uppercase;letter-spacing:.1em}
.footer-grid p,.footer-grid a{color:#cbd6d8;font-size:.9rem}
.footer-grid>div>a:not(.brand):not(.btn){display:block;margin:8px 0}
.footer-grid .btn{margin-top:10px;width:100%}
.footer-brand{margin-bottom:16px}
.socials{display:flex;gap:9px;margin-top:18px}
.socials a{width:33px;height:33px;border:1px solid rgba(225,184,106,.4);border-radius:50%;display:grid!important;place-items:center}
.footer-bottom{border-top:1px solid rgba(225,184,106,.25);margin-top:34px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;color:#8ea0a4;font-size:.78rem}

/* responsive */
@media (max-width:1100px){
    .main-nav{gap:14px}
    .main-nav a{font-size:.78rem}
    .header-cta{display:none}
    .grid-4,.university-grid{grid-template-columns:repeat(2,1fr)}
    .services-list{grid-template-columns:repeat(3,1fr)}
    .gallery-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:860px){
    .header-inner{height:68px}
    .menu-toggle{display:block}
    .main-nav{position:absolute;top:68px;left:0;right:0;background:#052732;display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px 20px 18px;border-bottom:1px solid var(--gold)}
    .main-nav.open{display:flex}
    .main-nav a{padding:12px;border-bottom:1px solid rgba(255,255,255,.08)}
    .home-hero{min-height:680px;background-position:62% center}
    .hero-copy{padding-top:60px}
    .hero-features{grid-template-columns:repeat(2,1fr);bottom:-98px}
    .hero-feature:nth-child(2){border-right:0}
    .hero-feature:nth-child(-n+2){border-bottom:1px solid rgba(225,184,106,.25)}
    .services-strip{padding-top:150px}
    .grid-3,.for-who{grid-template-columns:repeat(2,1fr)}
    .blog-layout{grid-template-columns:1fr}
    .contact-layout,.about-split,.transport-flow{grid-template-columns:1fr}
    .contact-info{grid-template-columns:repeat(2,1fr)}
    .contact-info .feature-card:nth-child(2){border-right:0}
    .gallery-strip{grid-template-columns:repeat(3,1fr)}
    .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:620px){
    .container{width:min(100% - 28px,1180px)}
    .section{padding:58px 0}
    .brand{min-width:auto}
    .brand strong{font-size:1.25rem}
    .brand small{font-size:.44rem}
    .brand-mark{width:38px;height:38px}
    .brand-mark-img{width:44px;height:44px}
    .brand-title{font-size:1.45rem}
    .brand-subtitle{font-size:.5rem;letter-spacing:.18em;margin-top:6px}
    .home-hero{min-height:720px;background-position:68% center}
    .home-hero:after{content:"";position:absolute;inset:0;background:rgba(2,25,35,.22)}
    .hero-copy{padding-bottom:190px}
    .hero-features{grid-template-columns:1fr;bottom:-205px}
    .hero-feature{border-right:0!important;border-bottom:1px solid rgba(225,184,106,.25)!important}
    .hero-feature:last-child{border-bottom:0!important}
    .services-strip{padding-top:260px}
    .services-list,.grid-2,.grid-3,.grid-4,.for-who,.gallery-grid,.university-grid,.blog-grid{grid-template-columns:1fr}
    .stats{grid-template-columns:repeat(2,1fr)}
    .stat:nth-child(2){border-right:0}
    .stat:nth-child(-n+2){border-bottom:1px solid rgba(225,184,106,.25)}
    .contact-info{grid-template-columns:1fr}
    .contact-info .feature-card{border-right:0;border-bottom:1px solid var(--line)}
    .gallery-strip{grid-template-columns:repeat(2,1fr)}
    .cta-band{align-items:flex-start;flex-direction:column}
    .footer-grid{grid-template-columns:1fr}
    .footer-bottom{flex-direction:column}
    .flow-row{grid-template-columns:1fr}
}
/* ===== Harita görseli düzeltmesi ===== */
/* Sorun: contact-map.webp 1512x1040 boyutunda, hiçbir kısıtlama olmadan
   basılınca sayfayı aşağı doğru taşırıyor ve footer'a biniyor. */

.contact-map {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 24px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.contact-map img {
    width: 100%;
    height: auto;
    max-height: 340px;      /* gerekirse bu değeri değiştir */
    object-fit: cover;
    display: block;
    border-radius: 16px;
    transition: transform .35s ease;
}

.contact-map:hover img {
    transform: scale(1.03);
}

/* ===== 7/24 Güvenlik / Güvenli Konaklama / Öğrenci Odaklı / Merkezi Konum ===== */
/* Sorun: kart görünümü yok, düz liste gibi duruyor. */

.contact-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 28px;
}

.contact-mini-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(201, 162, 39, 0.35);
    border-radius: 14px;
    padding: 22px 16px;
    text-align: center;
    color: #f5f1e8;
    transition: border-color .25s ease, transform .25s ease;
}

.contact-mini-card:hover {
    border-color: #C9A227;
    transform: translateY(-3px);
}

.contact-mini-card .mini-icon {
    font-size: 26px;
    color: #C9A227;
    display: block;
    margin-bottom: 10px;
}

.contact-mini-card strong {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2px;
}

@media (max-width: 480px) {
    .contact-mini-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   TURKUAZ PREMIUM BLOG
============================================================ */

.blog-premium {
    padding: 90px 0 110px;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfaf7 55%,
            #ffffff 100%
        );
}

.blog-editorial-head {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: end;
    gap: 80px;
    padding-bottom: 55px;
    border-bottom: 1px solid rgba(15, 30, 45, .1);
}

.blog-mini-title,
.sidebar-eyebrow,
.related-heading > span {
    display: block;
    margin-bottom: 14px;
    color: var(--gold, #b68a55);
    letter-spacing: .18em;
    font-size: 12px;
    font-weight: 800;
}

.blog-editorial-head h2 {
    max-width: 700px;
    margin: 0;
    color: #10202e;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.blog-editorial-head h2 em {
    display: block;
    color: var(--gold, #b68a55);
    font-family: Georgia, serif;
    font-weight: 400;
}

.blog-editorial-head p {
    max-width: 650px;
    margin: 24px 0 0;
    color: #66727b;
    font-size: 17px;
    line-height: 1.8;
}


/* SEARCH */

.premium-blog-search {
    display: flex;
    height: 66px;
    padding: 5px;
    border: 1px solid rgba(15, 30, 45, .12);
    border-radius: 100px;
    background: #fff;
    box-shadow:
        0 20px 60px rgba(15, 30, 45, .08);
}

.premium-blog-search input {
    flex: 1;
    min-width: 0;
    padding: 0 24px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #10202e;
    font-size: 15px;
}

.premium-blog-search button {
    min-width: 125px;
    border: 0;
    border-radius: 100px;
    background: #10202e;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease;
}

.premium-blog-search button span {
    margin-left: 10px;
}

.premium-blog-search button:hover {
    background: var(--gold, #b68a55);
}


/* SEARCH RESULT */

.blog-search-result {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    padding: 20px 25px;
    border-radius: 14px;
    background: #f4f1eb;
}

.blog-search-result span {
    display: block;
    margin-bottom: 3px;
    color: #92744f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
}

.blog-search-result a {
    margin-left: 18px;
    color: #9c7445;
    font-weight: 800;
}


/* FEATURED */

.blog-featured {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    min-height: 535px;
    margin: 70px 0 100px;
    overflow: hidden;
    border-radius: 26px;
    background: #0e1e2b;
    box-shadow:
        0 40px 90px rgba(12, 28, 41, .17);
}

.blog-featured-image {
    position: relative;
    min-height: 500px;
    overflow: hidden;
}

.blog-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.2,.7,.2,1);
}

.blog-featured:hover img {
    transform: scale(1.035);
}

.blog-featured-image:after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(
            90deg,
            transparent 60%,
            rgba(14, 30, 43, .35)
        );
}

.featured-label {
    position: absolute;
    z-index: 2;
    top: 28px;
    left: 28px;
    padding: 10px 16px;
    border-radius: 100px;
    background: rgba(255,255,255,.94);
    color: #10202e;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}

.blog-featured-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
}

.blog-post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.58);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.blog-post-meta i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--gold, #b68a55);
}

.blog-featured-content h2 {
    margin: 24px 0;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.blog-featured-content h2 a {
    color: #fff;
}

.blog-featured-content p {
    color: rgba(255,255,255,.67);
    font-size: 16px;
    line-height: 1.85;
}

.premium-read-more {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    width: max-content;
    margin-top: 28px;
    color: #fff;
    font-weight: 800;
}

.premium-read-more span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    transition: .3s ease;
}

.premium-read-more:hover span {
    border-color: var(--gold, #b68a55);
    background: var(--gold, #b68a55);
}


/* LAYOUT */

.premium-blog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 70px;
}

.blog-list-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 35px;
}

.blog-list-heading span {
    color: #a57d4d;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .15em;
}

.blog-list-heading h2 {
    margin: 6px 0 0;
    color: #10202e;
    font-size: 38px;
    letter-spacing: -.035em;
}

.blog-count {
    color: #8b959b;
    font-size: 13px;
}


/* CARDS */

.premium-blog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 32px;
}

.premium-blog-card {
    overflow: hidden;
    border: 1px solid rgba(15,30,45,.08);
    border-radius: 20px;
    background: #fff;
    box-shadow:
        0 15px 45px rgba(12,30,45,.05);
    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.premium-blog-card:hover {
    transform: translateY(-7px);
    box-shadow:
        0 30px 70px rgba(12,30,45,.12);
}

.premium-blog-image {
    position: relative;
    display: block;
    height: 265px;
    overflow: hidden;
}

.premium-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.premium-blog-card:hover img {
    transform: scale(1.05);
}

.blog-category-chip {
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 9px 13px;
    border-radius: 100px;
    background: rgba(255,255,255,.93);
    color: #10202e;
    font-size: 10px;
    font-weight: 800;
    backdrop-filter: blur(10px);
}

.premium-blog-card-body {
    padding: 26px;
}

.premium-blog-date {
    color: #969da1;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.premium-blog-date span {
    margin: 0 5px;
    color: var(--gold, #b68a55);
}

.premium-blog-card h3 {
    margin: 14px 0;
    font-size: 23px;
    line-height: 1.25;
    letter-spacing: -.025em;
}

.premium-blog-card h3 a {
    color: #132532;
}

.premium-blog-card p {
    margin-bottom: 23px;
    color: #717c83;
    font-size: 14px;
    line-height: 1.75;
}

.blog-card-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    border-top: 1px solid #edf0f1;
    color: #132532;
    font-size: 13px;
    font-weight: 800;
}

.blog-card-link span {
    transition: transform .3s ease;
}

.blog-card-link:hover span {
    transform: translateX(5px);
}


/* SIDEBAR */

.premium-sidebar {
    align-self: start;
    position: sticky;
    top: 110px;
}

.premium-sidebar-box {
    margin-bottom: 28px;
    padding: 28px;
    border: 1px solid rgba(15,30,45,.08);
    border-radius: 18px;
    background: #fff;
}

.premium-sidebar-box h3 {
    margin: 0 0 22px;
    color: #10202e;
    font-size: 23px;
}

.premium-category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0;
    border-bottom: 1px solid #edf0f1;
    color: #536069;
    font-size: 14px;
}

.premium-category-list a:last-child {
    border-bottom: 0;
}

.premium-category-list b {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    background: #f3efe9;
    color: #9a7548;
    font-size: 11px;
}

.popular-post {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #edf0f1;
}

.popular-post:last-child {
    border-bottom: 0;
}

.popular-number {
    color: #c9aa7d;
    font-family: Georgia, serif;
    font-size: 24px;
}

.popular-post strong {
    display: block;
    color: #142531;
    font-size: 14px;
    line-height: 1.4;
}

.popular-post small {
    display: block;
    margin-top: 7px;
    color: #9da3a7;
}


/* SIDEBAR CTA */

.premium-sidebar-cta,
.article-premium-cta {
    position: relative;
    overflow: hidden;
    padding: 38px 30px;
    border-radius: 20px;
    background:
        linear-gradient(
            145deg,
            #102534,
            #08151e
        );
    color: #fff;
}

.premium-sidebar-cta:after,
.article-premium-cta:after {
    position: absolute;
    right: -40px;
    bottom: -50px;
    width: 160px;
    height: 160px;
    border: 1px solid rgba(190,150,90,.18);
    border-radius: 50%;
    content: "";
}

.premium-sidebar-cta > span,
.article-premium-cta > span {
    color: #c9a66d;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .18em;
}

.premium-sidebar-cta h3,
.article-premium-cta h3 {
    margin: 13px 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.15;
}

.premium-sidebar-cta p,
.article-premium-cta p {
    color: rgba(255,255,255,.62);
    font-size: 14px;
    line-height: 1.7;
}

.premium-sidebar-cta a,
.article-premium-cta a {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.15);
    color: #fff;
    font-weight: 800;
}


/* PAGINATION */

.premium-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 55px;
}

.premium-pagination a {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid #e3e7e9;
    border-radius: 50%;
    color: #536069;
    background: #fff;
    font-weight: 700;
}

.premium-pagination a:hover,
.premium-pagination a.active {
    border-color: #10202e;
    background: #10202e;
    color: #fff;
}


/* NEWSLETTER */

.blog-newsletter {
    padding: 0 0 110px;
    background: #fff;
}

.blog-newsletter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 65px;
    border-radius: 26px;
    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(195,151,91,.18),
            transparent 30%
        ),
        #0d1e2a;
}

.blog-newsletter-inner > div > span {
    color: #cba873;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .18em;
}

.blog-newsletter h2 {
    max-width: 700px;
    margin: 13px 0;
    color: #fff;
    font-size: clamp(32px, 4vw, 50px);
}

.blog-newsletter h2 em {
    color: #cba873;
    font-family: Georgia, serif;
    font-weight: normal;
}

.blog-newsletter p {
    color: rgba(255,255,255,.6);
}

.newsletter-button {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 17px 22px;
    border-radius: 100px;
    background: #fff;
    color: #112331;
    font-weight: 800;
}


/* ============================================================
   PREMIUM ARTICLE DETAIL
============================================================ */

.article-section {
    padding: 85px 0 110px;
    background: #fbfaf7;
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 80px;
}

.article-meta-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 18px 22px;
    border-radius: 13px;
    background: #fff;
    color: #8b9499;
    font-size: 11px;
    text-transform: uppercase;
}

.article-meta-bar > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.article-meta-bar i {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #ba945e;
}

.premium-article {
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    box-shadow:
        0 30px 80px rgba(15,30,45,.07);
}

.article-cover {
    height: 500px;
    margin: 0;
    overflow: hidden;
}

.article-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-intro {
    max-width: 830px;
    margin: auto;
    padding: 65px 65px 25px;
}

.article-intro > span {
    color: #b38b57;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .17em;
}

.article-intro h1 {
    margin: 17px 0 24px;
    color: #10202e;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.article-intro p {
    color: #68757d;
    font-family: Georgia, serif;
    font-size: 21px;
    line-height: 1.65;
}

.premium-article-content {
    max-width: 830px;
    margin: auto;
    padding: 15px 65px 70px;
    color: #404d55;
    font-size: 17px;
    line-height: 1.9;
}

.premium-article-content h2 {
    margin: 55px 0 18px;
    color: #10202e;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: -.03em;
}

.premium-article-content h3 {
    margin: 38px 0 15px;
    color: #162a37;
    font-size: 25px;
}

.premium-article-content p {
    margin-bottom: 22px;
}

.premium-article-content img {
    display: block;
    max-width: calc(100% + 60px);
    margin: 40px -30px;
    border-radius: 18px;
}

.premium-article-content blockquote {
    margin: 45px 0;
    padding: 30px 35px;
    border-left: 3px solid #ba945e;
    background: #f6f2ec;
    color: #20323e;
    font-family: Georgia, serif;
    font-size: 22px;
    line-height: 1.65;
}

.premium-article-content ul,
.premium-article-content ol {
    padding-left: 25px;
}

.premium-article-content li {
    margin: 9px 0;
}

.article-end {
    margin: 0 65px;
    padding: 35px 0 45px;
    border-top: 1px solid #edf0f1;
    text-align: center;
    color: #a38152;
}

.article-end span {
    font-size: 25px;
}

.article-end p {
    margin-top: 8px;
    font-family: Georgia, serif;
}


/* DETAIL SIDEBAR */

.article-sidebar {
    align-self: start;
    position: sticky;
    top: 110px;
}

.article-sidebar-box,
.article-share-box {
    margin-bottom: 25px;
    padding: 28px;
    border: 1px solid rgba(15,30,45,.08);
    border-radius: 17px;
    background: #fff;
}

.article-sidebar-box > span,
.article-share-box > span {
    color: #b28a57;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .16em;
}

.article-sidebar-box h3,
.article-share-box h3 {
    margin: 8px 0 18px;
    color: #132531;
    font-size: 22px;
}

#articleToc {
    display: flex;
    flex-direction: column;
}

#articleToc a {
    padding: 10px 0;
    border-bottom: 1px solid #edf0f1;
    color: #66737b;
    font-size: 13px;
    line-height: 1.4;
}

#articleToc a.sub {
    padding-left: 14px;
    font-size: 12px;
}

#articleToc a:hover {
    color: #ad8350;
}

.article-share-box p {
    color: #78838a;
    font-size: 13px;
    line-height: 1.6;
}

.article-share-box button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 14px 17px;
    border: 0;
    border-radius: 10px;
    background: #10202e;
    color: #fff;
    cursor: pointer;
}


/* ARTICLE NAV */

.article-navigation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.article-nav-card {
    padding: 25px;
    border: 1px solid rgba(15,30,45,.08);
    border-radius: 15px;
    background: #fff;
}

.article-nav-card span {
    display: block;
    margin-bottom: 8px;
    color: #ae8755;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
}

.article-nav-card strong {
    color: #21333e;
    font-size: 14px;
    line-height: 1.4;
}

.article-nav-card.next {
    text-align: right;
}


/* RELATED */

.related-section {
    padding: 100px 0;
    background: #fff;
}

.related-heading {
    margin-bottom: 40px;
    text-align: center;
}

.related-heading h2 {
    color: #10202e;
    font-size: 42px;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.related-card {
    overflow: hidden;
    border: 1px solid #edf0f1;
    border-radius: 18px;
    background: #fff;
}

.related-image {
    display: block;
    height: 230px;
    overflow: hidden;
}

.related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
}

.related-card:hover img {
    transform: scale(1.05);
}

.related-card > div {
    padding: 25px;
}

.related-card span {
    color: #9aa1a5;
    font-size: 10px;
    text-transform: uppercase;
}

.related-card h3 {
    margin: 12px 0 20px;
    font-size: 21px;
}

.related-card h3 a {
    color: #152733;
}

.related-more {
    color: #a67e4c;
    font-size: 12px;
    font-weight: 800;
}


/* EMPTY */

.blog-empty {
    padding: 70px 30px;
    border-radius: 18px;
    background: #fff;
    text-align: center;
}

.blog-empty > span {
    color: #ba955f;
    font-size: 30px;
}

.blog-empty h3 {
    margin: 10px 0;
}


/* RESPONSIVE */

@media (max-width: 1100px) {

    .premium-blog-layout,
    .article-layout {
        grid-template-columns: 1fr;
    }

    .premium-sidebar,
    .article-sidebar {
        position: static;
    }

    .premium-sidebar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

}

@media (max-width: 850px) {

    .blog-editorial-head,
    .blog-featured {
        grid-template-columns: 1fr;
    }

    .blog-editorial-head {
        gap: 35px;
    }

    .blog-featured-content {
        padding: 38px 28px;
    }

    .blog-featured-image {
        min-height: 380px;
    }

    .premium-blog-grid {
        grid-template-columns: 1fr;
    }

    .related-grid {
        grid-template-columns: 1fr;
    }

    .premium-sidebar {
        display: block;
    }

    .article-intro {
        padding:
            45px 28px 20px;
    }

    .premium-article-content {
        padding:
            10px 28px 50px;
    }

    .article-cover {
        height: 360px;
    }

    .article-navigation {
        grid-template-columns: 1fr;
    }

    .article-nav-card.next {
        text-align: left;
    }

    .blog-newsletter-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 30px;
    }

}

@media (max-width: 560px) {

    .blog-premium {
        padding-top: 55px;
    }

    .blog-editorial-head h2 {
        font-size: 39px;
    }

    .premium-blog-search {
        height: 58px;
    }

    .premium-blog-search button {
        min-width: 95px;
    }

    .blog-featured {
        margin:
            45px 0 65px;
    }

    .blog-featured-image {
        min-height: 290px;
    }

    .premium-blog-image {
        height: 230px;
    }

    .article-meta-bar {
        flex-direction: column;
        gap: 10px;
    }

    .article-cover {
        height: 280px;
    }

    .premium-article-content img {
        max-width: 100%;
        margin:
            30px 0;
    }

}
