:root {
  color-scheme: light;
  --bg: #f6f8fb;
  --bg-2: #eef4f7;
  --panel: #ffffff;
  --panel-2: #f2f7fa;
  --panel-3: #e7eff5;
  --text: #14212d;
  --muted: #546575;
  --muted-2: #718195;
  --line: rgba(38, 57, 75, .15);
  --line-strong: rgba(15, 143, 179, .34);
  --cyan: #0f8fb3;
  --blue: #2563eb;
  --teal: #0f766e;
  --green: #168a4a;
  --amber: #b7791f;
  --rose: #d63b62;
  --shadow: 0 18px 44px rgba(28, 45, 66, .12);
  --max: 1180px;
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
html, body { width: 100%; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background:
    linear-gradient(180deg, rgba(15, 143, 179, .08), transparent 420px),
    linear-gradient(115deg, #ffffff 0%, var(--bg) 52%, #eef6f4 100%);
  color: var(--text);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--cyan); }
p { color: var(--muted); margin: 0 0 1rem; }
h1, h2, h3, h4 { letter-spacing: 0; color: var(--text); }
h1, h2, h3, h4, p, a, li, button, input, textarea, select { overflow-wrap: anywhere; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
:focus-visible {
  outline: 3px solid rgba(57, 198, 255, .74);
  outline-offset: 3px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -80px;
  z-index: 30;
  background: var(--cyan);
  color: #ffffff;
  padding: 10px 14px;
  border-radius: var(--radius);
  font-weight: 900;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  transition: background .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled {
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 34px rgba(28, 45, 66, .1);
}
.site-header__inner {
  max-width: var(--max);
  min-height: 76px;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  flex: 0 0 auto;
}
.brand img, .custom-logo {
  width: 150px;
  height: auto;
  max-height: 48px;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex: 1 1 auto;
  justify-content: flex-end;
}
.primary-nav { min-width: 0; }
.primary-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 800;
}
.primary-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 11px;
  border-radius: var(--radius);
  color: #34465a;
  white-space: nowrap;
  max-width: 100%;
}
.primary-menu a:hover,
.primary-menu .current-menu-item > a {
  color: var(--text);
  background: rgba(15, 143, 179, .1);
}
.header-cta, .button, button, input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: var(--radius);
  border: 1px solid rgba(95, 183, 255, .38);
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(47, 125, 246, .22);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.header-cta:hover, .button:hover, button:hover, input[type="submit"]:hover {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(57, 198, 255, .28);
}
.button {
  background: #ffffff;
  color: var(--text);
  box-shadow: none;
}
.button:hover { color: var(--text); border-color: var(--line-strong); }
.button-primary {
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(47, 125, 246, .22);
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  background: #ffffff;
  box-shadow: none;
}
.nav-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: var(--text);
}

.site-main { min-height: 70vh; }
.hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 78px 22px 44px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(min(330px, 100%), .96fr);
  gap: 42px;
  align-items: center;
}
.hero__content { min-width: 0; }
.eyebrow,
.section-heading span,
.newsletter-band span,
.editor-pick span,
.empty-state span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 840px;
  margin: 12px 0 22px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
}
.hero p {
  max-width: 680px;
  font-size: 18px;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.hero__visual {
  position: relative;
  aspect-ratio: 16 / 9;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line-strong);
  background: #e9f1f6;
  box-shadow: var(--shadow);
}
.hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section, .archive-hero, .page-shell, .not-found, .comments-area {
  max-width: var(--max);
  margin: 0 auto;
  padding: 52px 22px;
}
.section-tight { padding-top: 16px; }
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 22px;
}
.section-heading h2 {
  margin: 4px 0 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
}
.archive-hero, .single-hero, .page-header, .not-found {
  border-bottom: 1px solid var(--line);
}
.archive-hero h1, .page-header h1, .not-found h1 {
  max-width: 920px;
  margin: 8px 0 14px;
  font-size: clamp(38px, 5.4vw, 58px);
  line-height: 1.02;
}
.archive-hero p, .page-header p, .not-found p { max-width: 760px; }

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.category-tile {
  position: relative;
  min-height: 158px;
  padding: 18px;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(15, 143, 179, .07), transparent 56%),
    #ffffff;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.category-tile::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--accent);
}
.category-tile::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 74px;
  height: 18px;
  border-top: 1px solid rgba(57, 198, 255, .56);
  border-bottom: 1px solid rgba(255,255,255,.08);
  opacity: .72;
}
.category-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(57, 198, 255, .46);
  box-shadow: 0 18px 38px rgba(28, 45, 66, .1);
}
.category-tile span {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
}
.category-tile small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.archive-section { padding-top: 28px; }
.archive-controls {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}
.archive-search, .search-form, .newsletter-form {
  display: flex;
  gap: 10px;
  align-items: center;
}
.archive-search {
  padding: 10px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #ffffff;
}
.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.category-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  max-width: 100%;
  padding: 7px 12px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #ffffff;
  color: #34465a;
  font-size: 14px;
  font-weight: 800;
}
.category-tabs a.is-active,
.category-tabs a:hover {
  border-color: var(--line-strong);
  background: rgba(15, 143, 179, .1);
  color: var(--text);
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.post-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.post-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.post-card {
  display: flex;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(28, 45, 66, .08);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.post-card:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  box-shadow: 0 20px 46px rgba(28, 45, 66, .12);
}
.post-card__media {
  display: block;
  flex: 0 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, #e7eff5, #f6fbfd);
}
.post-card__image,
.post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .24s ease;
}
.post-card:hover .post-card__image,
.post-card:hover .post-card__media img { transform: scale(1.035); }
.post-card__body {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  padding: 18px;
}
.post-card h2 {
  display: -webkit-box;
  min-height: 3.15em;
  margin: 10px 0 8px;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.28;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-card p {
  display: -webkit-box;
  min-height: 4.95em;
  margin: 0;
  overflow: hidden;
  font-size: 15px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.read-more {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding-top: 16px;
  color: var(--cyan);
  font-weight: 900;
}
.entry-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  min-width: 0;
  color: var(--muted-2);
  font-size: 13px;
  line-height: 1.35;
}
.entry-meta > * { min-width: 0; }
.meta-chip {
  max-width: 100%;
  overflow: hidden;
  color: #ffffff;
  background: var(--chip, var(--green));
  border-radius: var(--radius);
  padding: 4px 9px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}
.editor-pick, .toc, .editorial-note, .empty-state {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(28, 45, 66, .08);
}
.editor-pick {
  position: sticky;
  top: 100px;
  padding: 22px;
}
.editor-pick h2 { margin: 8px 0 12px; line-height: 1.15; }

.kedi-feature {
  max-width: var(--max);
  margin: 44px auto;
  padding: 28px 22px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.kedi-feature h2 {
  margin: 8px 0 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}
.kedi-feature img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid rgba(232, 121, 249, .34);
}
.kedi-landing__intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}
.kedi-landing__intro img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}
.kedi-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0;
}
.kedi-pillars span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  color: #34465a;
  font-weight: 800;
}

.newsletter-band {
  max-width: var(--max);
  margin: 34px auto 70px;
  padding: 28px 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 24px;
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #ffffff;
}
.newsletter-band h2 { margin: 6px 0 8px; }

input[type="search"], input[type="email"], input[type="text"], input[type="url"], input[type="number"], textarea, select {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--text);
}
textarea { min-height: 132px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #71849b; }
.vlln-contact-form {
  display: grid;
  gap: 14px;
  max-width: 760px;
}
.vlln-contact-form label {
  display: grid;
  gap: 6px;
  color: #34465a;
  font-weight: 800;
}
.vlln-form-message {
  padding: 12px 14px;
  border-radius: var(--radius);
  border: 1px solid rgba(66, 211, 146, .38);
  background: rgba(66, 211, 146, .12);
  color: #105f3a;
}
.vlln-hp { position: absolute; left: -9999px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--muted-2);
  font-size: 14px;
}
.breadcrumb a { color: #34465a; }

.single-layout {
  max-width: var(--max);
  margin: 0 auto;
  padding: 50px 22px 20px;
}
.single-hero h1 {
  max-width: 940px;
  margin: 16px 0;
  font-size: clamp(36px, 5.4vw, 60px);
  line-height: 1.02;
}
.single-hero > p {
  max-width: 760px;
  font-size: 18px;
}
.single-media {
  aspect-ratio: 16 / 9;
  margin: 28px 0 0;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line-strong);
  background: #e9f1f6;
  box-shadow: var(--shadow);
}
.single-media__image,
.single-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-body {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 42px;
  padding-top: 34px;
  align-items: start;
}
.single-aside {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 16px;
}
.toc, .editorial-note { padding: 16px; }
.toc ol { padding-left: 20px; margin: 10px 0 0; }
.toc li { margin: 7px 0; color: var(--muted); }
.toc-level-3 { padding-left: 12px; }
.entry-content {
  min-width: 0;
  max-width: 760px;
  font-size: 18px;
}
.entry-content h2 {
  margin: 40px 0 12px;
  font-size: 32px;
  line-height: 1.15;
}
.entry-content h3 {
  margin: 26px 0 10px;
  font-size: 24px;
}
.entry-content a {
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.entry-content li { margin: 8px 0; color: #34465a; }
.entry-content blockquote {
  margin: 24px 0;
  padding: 16px 18px;
  border-left: 4px solid var(--cyan);
  background: rgba(57, 198, 255, .08);
  border-radius: var(--radius);
}
.entry-content table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.entry-content th,
.entry-content td {
  min-width: 150px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.entry-content th {
  background: var(--panel-2);
  color: var(--text);
}
.entry-content iframe,
.entry-content embed,
.entry-content object,
.entry-content video {
  max-width: 100%;
}
.wp-caption,
.aligncenter,
.alignwide,
.alignfull {
  max-width: 100%;
}
.entry-content pre, .entry-content code {
  border-radius: var(--radius);
  background: #edf3f7;
  color: #173143;
}
.entry-content code { padding: 2px 5px; }
.entry-content pre {
  overflow: auto;
  padding: 16px;
}

.page-shell { max-width: 980px; }
.page-header { margin-bottom: 28px; padding-bottom: 24px; }
.vlln-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}
.vlln-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
}
.vlln-page-panel {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}
.vlln-page-panel h2 { margin: 0 0 8px; font-size: 22px; }
.vlln-sitemap ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  padding-left: 18px;
}
.comments-area { border-top: 1px solid var(--line); }
.notice { color: #ffdbe3; }

.empty-state {
  display: grid;
  gap: 12px;
  padding: 28px;
}
.empty-state h2 { margin: 0; }
.empty-state .button { width: fit-content; }

.pagination-nav {
  margin-top: 28px;
}
.pagination, .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 8px 10px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #ffffff;
  color: #34465a;
  font-weight: 800;
}
.page-numbers.current {
  border-color: var(--line-strong);
  background: rgba(57, 198, 255, .14);
  color: var(--text);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff, #eef4f7);
}
.site-footer__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 46px 22px;
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 42px;
}
.footer-brand img { width: 150px; height: auto; }
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  color: #34465a;
  font-weight: 900;
}
.footer-clusters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.footer-clusters h2 {
  margin: 0 0 10px;
  color: var(--cyan);
  font-size: 15px;
}
.footer-clusters ul { list-style: none; padding: 0; margin: 0; }
.footer-clusters li { margin: 8px 0; color: var(--muted); }
.site-footer__bottom {
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 22px 32px;
  border-top: 1px solid var(--line);
}

@supports not (overflow: clip) {
  body { overflow-x: hidden; }
}

@media (max-width: 1100px) {
  .header-cta { display: none; }
  .primary-menu { font-size: 13px; }
  .primary-menu a { padding-inline: 9px; }
  .category-grid, .footer-clusters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .post-grid, .post-grid-three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; }
  .primary-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 76px;
    display: none;
    max-height: min(70vh, 520px);
    overflow: auto;
    padding: 12px;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .98);
    box-shadow: var(--shadow);
  }
  .primary-nav.is-open { display: block; }
  .primary-menu {
    display: grid;
    gap: 4px;
    font-size: 15px;
  }
  .primary-menu a {
    width: 100%;
    justify-content: flex-start;
    min-height: 44px;
  }
  .hero,
  .section-split,
  .kedi-feature,
  .newsletter-band,
  .single-body,
  .site-footer__inner,
  .kedi-landing__intro,
  .vlln-contact-layout {
    grid-template-columns: 1fr;
  }
  .single-aside, .editor-pick { position: static; }
  .post-list { grid-template-columns: 1fr; }
  .entry-content { max-width: none; }
}

@media (max-width: 720px) {
  .site-header__inner { padding-inline: 16px; }
  .header-actions { flex: 0 0 auto; }
  .brand img, .custom-logo { width: 132px; }
  .hero { padding: 46px 16px 30px; }
  .section, .archive-hero, .page-shell, .not-found, .comments-area, .single-layout { padding-inline: 16px; }
  .hero h1, .single-hero h1, .archive-hero h1, .page-header h1 { font-size: 38px; }
  .hero p, .single-hero > p { font-size: 16px; }
  .category-grid, .post-grid, .post-grid-three, .footer-clusters, .vlln-sitemap ul, .vlln-page-grid { grid-template-columns: 1fr; }
  .archive-search, .search-form, .newsletter-form { flex-direction: column; align-items: stretch; }
  .section-heading { display: block; }
  .post-card h2 { min-height: auto; }
  .post-card p { min-height: auto; }
}

@media (max-width: 380px) {
  .hero h1, .single-hero h1, .archive-hero h1, .page-header h1 { font-size: 34px; }
  .button, .header-cta, button, input[type="submit"] { width: 100%; }
}
