@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap');

:root {
  --paper: #FBFAF7; --paper-2: #F5F2EA; --ink: #16150F; --stone: #67635A;
  --line: #E4E0D6; --aegean: #1B6B8C; --aegean-dark: #0E4A63; --earth: #B25A2B;
  --earth-soft: #F4E7DD; --seafoam: #E7F0F2; --gold: #C89A3C; --max: 1140px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, system-ui, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; font-size: 17px; -webkit-font-smoothing: antialiased; }
h1,h2,h3,.disp { font-family: 'Space Grotesk', sans-serif; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; }
.mono { font-family: 'IBM Plex Mono', monospace; }

/* TOPBAR */
.topbar { position: sticky; top: 0; z-index: 60; background: rgba(251,250,247,0.85); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; padding: 15px 28px; max-width: var(--max); margin: 0 auto; }
.logo { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 22px; letter-spacing: -0.02em; color: var(--ink); text-decoration: none; display: flex; align-items: center; gap: 9px; }
.logo-mark { width: 22px; height: 22px; }
.topbar nav { display: flex; align-items: center; gap: 26px; }
.topbar nav a { color: var(--stone); text-decoration: none; font-size: 15px; font-weight: 500; }
.topbar nav a:hover { color: var(--aegean); }
.topbar .cta { background: var(--ink); color: var(--paper); padding: 9px 18px; border-radius: 8px; }
.topbar .cta:hover { background: var(--aegean-dark); color: #fff; }
@media(max-width:720px){ .topbar nav a:not(.cta){display:none} }

/* BREADCRUMB */
.breadcrumb { font-size: 13px; color: var(--stone); padding: 20px 0 0; display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.breadcrumb a { color: var(--stone); text-decoration: none; }
.breadcrumb a:hover { color: var(--aegean); text-decoration: underline; }
.breadcrumb .sep { opacity: 0.5; } .breadcrumb .current { color: var(--ink); }

/* HERO */
.hero { position: relative; padding: 90px 0 70px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; opacity: 0.5; }
.hero .wrap { position: relative; z-index: 2; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family:'IBM Plex Mono',monospace; font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--earth); background: var(--earth-soft); padding: 7px 14px; border-radius: 20px; margin-bottom: 26px; }
.hero h1 { font-weight: 700; font-size: clamp(44px,8vw,92px); line-height: 0.98; letter-spacing: -0.04em; margin-bottom: 24px; max-width: 900px; }
.hero h1 .accent { color: var(--aegean); font-style: italic; font-weight: 500; }
.hero .sub { font-size: clamp(18px,2.4vw,22px); color: var(--stone); max-width: 560px; margin-bottom: 38px; }
.search { max-width: 620px; display: flex; border: 2px solid var(--ink); border-radius: 12px; background: #fff; overflow: hidden; box-shadow: 6px 6px 0 rgba(22,21,15,0.06); }
.search input { flex: 1; border: none; outline: none; padding: 20px 22px; font-size: 17px; font-family: inherit; background: transparent; }
.search button { border: none; background: var(--aegean); color: #fff; padding: 0 30px; font-size: 16px; font-weight: 600; cursor: pointer; font-family:'Space Grotesk',sans-serif; }
.search button:hover { background: var(--aegean-dark); }
.quick { margin-top: 16px; font-size: 14px; color: var(--stone); font-family:'IBM Plex Mono',monospace; }
.quick a { color: var(--aegean); text-decoration: none; }

/* METRICS */
.metrics { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-2); }
.metrics-inner { display: grid; grid-template-columns: repeat(4,1fr); max-width: var(--max); margin: 0 auto; }
.metric { padding: 30px 28px; text-align: center; border-right: 1px solid var(--line); }
.metric:last-child { border-right: none; }
.metric .n { font-family:'Space Grotesk',sans-serif; font-size: clamp(28px,4vw,42px); font-weight: 700; letter-spacing: -0.03em; }
.metric .n span { color: var(--earth); }
.metric .l { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--stone); margin-top: 4px; font-family:'IBM Plex Mono',monospace; }
@media(max-width:640px){ .metrics-inner{grid-template-columns:repeat(2,1fr)} .metric:nth-child(2){border-right:none} .metric:nth-child(1),.metric:nth-child(2){border-bottom:1px solid var(--line)} }

/* SECTION */
section.blk { padding: 70px 0; }
.sec-head { margin-bottom: 40px; }
.sec-tag { font-family:'IBM Plex Mono',monospace; font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--earth); margin-bottom: 12px; }
.sec-head h2 { font-size: clamp(28px,4vw,42px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 12px; }
.sec-head p { color: var(--stone); font-size: 18px; max-width: 560px; }

/* BENTO */
.bento { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 180px; gap: 14px; }
.tile { position: relative; border: 1px solid var(--line); border-radius: 14px; padding: 22px; text-decoration: none; color: var(--ink); overflow: hidden; background: #fff; transition: transform .18s, border-color .18s; display: flex; flex-direction: column; justify-content: space-between; }
.tile:hover { transform: translateY(-3px); border-color: var(--aegean); }
.tile .ico { font-size: 30px; }
.tile .nm { font-family:'Space Grotesk',sans-serif; font-size: 20px; font-weight: 600; }
.tile .ct { font-family:'IBM Plex Mono',monospace; font-size: 12px; color: var(--stone); margin-top: 2px; }
.tile.big { grid-column: span 2; grid-row: span 2; background: linear-gradient(150deg, var(--aegean), var(--aegean-dark)); border: none; color: #fff; }
.tile.big .ct { color: rgba(255,255,255,0.7); } .tile.big .nm { font-size: 30px; }
.tile.earth { background: linear-gradient(150deg, var(--earth), #8f4420); border: none; color: #fff; grid-column: span 2; }
.tile.earth .ct { color: rgba(255,255,255,0.75); }
@media(max-width:820px){ .bento{grid-template-columns:repeat(2,1fr)} .tile.big{grid-column:span 2} }
@media(max-width:520px){ .bento{grid-template-columns:1fr;grid-auto-rows:150px} .tile.big,.tile.earth{grid-column:span 1} }

/* CITIES */
.cities { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { border: 1px solid var(--line); border-radius: 24px; padding: 10px 20px; text-decoration: none; color: var(--ink); font-size: 15px; font-weight: 500; background: #fff; transition: all .15s; }
.chip:hover { border-color: var(--aegean); color: var(--aegean); transform: translateY(-2px); }
.chip .pl { color: var(--stone); font-size: 12px; margin-right: 6px; font-family:'IBM Plex Mono',monospace; }

/* CTA */
.cta-strip { background: var(--earth); color: #fff; border-radius: 20px; padding: 56px 48px; text-align: center; margin: 40px 28px 0; }
.cta-strip h2 { font-size: clamp(28px,4vw,42px); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 14px; color: #fff; }
.cta-strip p { color: rgba(255,255,255,0.85); max-width: 480px; margin: 0 auto 28px; font-size: 17px; }
.cta-strip a { display: inline-block; background: #fff; color: var(--earth); padding: 15px 32px; border-radius: 10px; font-family:'Space Grotesk',sans-serif; font-weight: 600; text-decoration: none; }
.cta-strip a:hover { background: var(--ink); color: #fff; }

/* DEST GRID */
.dest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media(max-width:820px){ .dest-grid{grid-template-columns:repeat(2,1fr)} }
@media(max-width:520px){ .dest-grid{grid-template-columns:1fr} }
.dest-card { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; text-decoration: none; color: var(--ink); background: #fff; transition: transform .18s, border-color .18s; }
.dest-card:hover { transform: translateY(-3px); border-color: var(--aegean); }
.dest-card .thumb { aspect-ratio: 16/10; background: var(--seafoam); position: relative; overflow: hidden; }
.dest-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.dest-card .thumb .ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--aegean); font-family:'IBM Plex Mono',monospace; font-size: 12px; opacity: 0.5; }
.dest-card .body { padding: 16px 18px; }
.dest-card .cat { font-family:'IBM Plex Mono',monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--earth); }
.dest-card .nm { font-family:'Space Grotesk',sans-serif; font-size: 19px; font-weight: 600; margin: 4px 0 2px; }
.dest-card .ds { color: var(--stone); font-size: 14px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

/* İL/İLÇE */
.phead, .dhead { padding: 30px 0 10px; }
.ptag, .dtag { font-family:'IBM Plex Mono',monospace; font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--earth); margin-bottom: 12px; }
.phead h1, .dhead h1 { font-size: clamp(30px,5vw,52px); font-weight: 700; letter-spacing: -0.03em; margin-bottom: 12px; }
.phead p, .dhead p { color: var(--stone); font-size: 18px; max-width: 620px; }
.ilce-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
@media(max-width:820px){ .ilce-grid{grid-template-columns:repeat(2,1fr)} }
@media(max-width:480px){ .ilce-grid{grid-template-columns:1fr} }
.ilce-card { display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--line); border-radius: 10px; padding: 16px 18px; text-decoration: none; color: var(--ink); background: #fff; transition: all .15s; }
.ilce-card:hover { border-color: var(--aegean); transform: translateY(-2px); }
.ilce-card .in { font-family:'Space Grotesk',sans-serif; font-weight: 600; font-size: 16px; }
.ilce-card .ic { font-size: 12px; color: var(--stone); font-family:'IBM Plex Mono',monospace; }
.catn { font-size: 13px; color: var(--stone); font-weight: 400; background: var(--paper-2); padding: 3px 9px; border-radius: 20px; vertical-align: middle; font-family:'IBM Plex Mono',monospace; }

/* DESTİNASYON */
.dpage { max-width: 820px; }
.dpage-eyebrow { font-family:'IBM Plex Mono',monospace; font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--earth); margin: 26px 0 12px; }
.dpage-title { font-size: clamp(32px,6vw,48px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 14px; }
.dpage-lede { font-size: 20px; color: var(--stone); margin-bottom: 8px; }
.facts { border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(180deg, var(--seafoam), var(--paper)); margin: 24px 0 40px; overflow: hidden; }
.facts-title { font-family:'IBM Plex Mono',monospace; font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--aegean-dark); padding: 16px 22px 10px; }
.facts-grid { display: grid; grid-template-columns: 1fr 1fr; }
@media(max-width:560px){ .facts-grid{grid-template-columns:1fr} }
.fact { padding: 14px 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.fact:nth-child(odd){ border-right: 1px solid var(--line); }
@media(max-width:560px){ .fact:nth-child(odd){border-right:none} }
.fact .fk { font-size: 14px; color: var(--stone); font-weight: 500; }
.fact .fv { font-family:'IBM Plex Mono',monospace; font-size: 15px; font-weight: 500; text-align: right; }
.fact .fv.hl { color: var(--earth); }
.dpage-body { margin: 20px 0; }
.dpage-body h2 { font-size: 27px; font-weight: 600; margin: 40px 0 14px; letter-spacing:-0.01em; }
.dpage-body h3 { font-family:'Inter',sans-serif; font-size: 19px; font-weight: 600; margin: 26px 0 10px; }
.dpage-body p { margin-bottom: 18px; color: #2A2A26; }
.dpage-body a { color: var(--aegean); text-decoration: underline; }
.faq { margin: 44px 0; }
.faq h2 { font-size: 27px; font-weight: 600; margin-bottom: 8px; }
details { border-bottom: 1px solid var(--line); }
details summary { cursor: pointer; padding: 16px 0; font-weight: 600; font-size: 17px; list-style: none; display: flex; justify-content: space-between; }
details summary::-webkit-details-marker { display: none; }
details summary::after { content: '+'; font-family:'IBM Plex Mono',monospace; color: var(--aegean); font-size: 22px; }
details[open] summary::after { content: '−'; }
details p { padding: 0 0 18px; color: var(--stone); }
.nearby { margin: 44px 0; padding-top: 32px; border-top: 1px solid var(--line); }
.nearby h2 { font-size: 27px; font-weight: 600; }

/* GALERİ */
.gallery { margin: 28px 0 8px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 130px; gap: 8px; }
.gal-item { position: relative; cursor: pointer; border-radius: 8px; overflow: hidden; background: var(--seafoam); border: none; padding: 0; }
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.gal-item:hover img { transform: scale(1.06); }
.gal-lead { grid-column: span 2; grid-row: span 2; }
@media(max-width:640px){ .gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:120px} .gal-lead{grid-column:span 2;grid-row:span 1} }
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(10,10,8,0.92); display: none; align-items: center; justify-content: center; padding: 40px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 80vh; object-fit: contain; border-radius: 6px; }
.lb-close { position: absolute; top: 20px; right: 24px; background: none; border: none; color: #fff; font-size: 26px; cursor: pointer; }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.1); border: none; color: #fff; width: 52px; height: 52px; border-radius: 50%; font-size: 30px; cursor: pointer; }
.lb-prev { left: 24px; } .lb-next { right: 24px; }
.lb-cap { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); color: #B8B4A8; font-family:'IBM Plex Mono',monospace; font-size: 12px; }

/* FOOTER */
footer { background: var(--ink); color: #B8B4A8; margin-top: 80px; }
.foot { max-width: var(--max); margin: 0 auto; padding: 60px 28px 40px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
@media(max-width:720px){ .foot{grid-template-columns:1fr 1fr} }
.foot .logo { color: var(--paper); margin-bottom: 14px; }
.foot p { font-size: 14px; margin-bottom: 8px; max-width: 280px; }
.foot h4 { font-family:'Space Grotesk',sans-serif; color: var(--paper); font-size: 14px; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.05em; }
.foot ul { list-style: none; } .foot ul li { margin-bottom: 9px; }
.foot a { color: #9FC4D2; text-decoration: none; font-size: 14px; }
.foot a:hover { color: #fff; }
.foot-btm { border-top: 1px solid #2A2A22; max-width: var(--max); margin: 0 auto; padding: 20px 28px; font-size: 13px; font-family:'IBM Plex Mono',monospace; color: #6B675E; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

.btn { display: inline-block; background: var(--aegean); color: #fff; padding: 12px 24px; border-radius: 10px; font-family:'Space Grotesk',sans-serif; font-weight: 600; text-decoration: none; border: none; cursor: pointer; font-size: 15px; }
.btn:hover { background: var(--aegean-dark); }
.empty { color: var(--stone); padding: 40px 0; }
.ad-slot { margin: 36px 0; padding: 22px; border: 1px dashed var(--line); border-radius: 8px; text-align: center; color: var(--stone); font-family:'IBM Plex Mono',monospace; font-size: 12px; }
