/* Mobile interaction and viewport safeguards for the static production build. */
.k2-image-retry {
  display: block;
  margin: 16px auto;
  padding: 12px 18px;
  border: 1px solid currentColor;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

html.mobile-menu-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body.mobile-menu-open {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

/* Essential content must never depend on IntersectionObserver. The original
   motion layer can still animate dedicated components, but slow devices and
   restored tabs always receive complete, readable sections. */
[data-reveal],
[data-reveal].is-visible {
  opacity: 1 !important;
  transform: none !important;
}

.loader {
  animation-delay: 1.2s;
  animation-duration: 0.35s;
}

.k2-room-tabs {
  display: none;
}

/* The hero now continues without action links. */
.hero-actions {
  display: none !important;
}

/* Group the growing desktop navigation without shrinking it into an
   unreadable row. Mobile keeps its existing full-screen, flat link list. */
.site-header nav.k2-nav-ready {
  gap: 0;
}

.k2-desktop-navigation {
  display: flex;
  height: 86px;
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
}

.k2-mobile-navigation {
  display: none;
}

.k2-nav-group {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}

.k2-nav-group-toggle,
.site-header .k2-desktop-navigation > a {
  color: #d9d5ce;
  letter-spacing: 0.11em;
  white-space: nowrap;
  font-size: 11px;
  transition: color 0.25s;
}

.k2-nav-group-toggle {
  display: inline-flex;
  height: 100%;
  padding: 0;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.k2-nav-caret {
  color: var(--red);
  font-size: 13px;
  line-height: 1;
  transition: transform 0.25s;
}

.k2-nav-group:hover .k2-nav-group-toggle,
.k2-nav-group:focus-within .k2-nav-group-toggle,
.k2-nav-group.is-open .k2-nav-group-toggle,
.site-header .k2-desktop-navigation > a:hover,
.site-header .k2-desktop-navigation > a:focus-visible {
  color: #fff;
}

.k2-nav-group:hover .k2-nav-caret,
.k2-nav-group:focus-within .k2-nav-caret,
.k2-nav-group.is-open .k2-nav-caret {
  transform: rotate(180deg);
}

.k2-nav-group-toggle:focus-visible {
  outline: 1px solid #ffffff73;
  outline-offset: 6px;
}

.k2-nav-dropdown {
  position: absolute;
  top: calc(100% - 7px);
  left: -20px;
  display: grid;
  width: max-content;
  min-width: 220px;
  padding: 10px 18px 12px;
  border: 1px solid #ffffff21;
  border-top-color: var(--red);
  visibility: hidden;
  color: #d9d5ce;
  background: #080809f2;
  box-shadow: 0 20px 42px #0009;
  opacity: 0;
  transform: translateY(-7px);
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  pointer-events: none;
  backdrop-filter: blur(14px);
}

.k2-nav-group:hover .k2-nav-dropdown,
.k2-nav-group:focus-within .k2-nav-dropdown,
.k2-nav-group.is-open .k2-nav-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.site-header nav .k2-nav-dropdown a {
  display: flex;
  min-height: 44px;
  align-items: center;
  border-bottom: 1px solid #ffffff14;
  color: #aaa59d;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-size: 10px;
}

.site-header nav .k2-nav-dropdown a:last-child {
  border-bottom: 0;
}

.site-header nav .k2-nav-dropdown a:hover,
.site-header nav .k2-nav-dropdown a:focus-visible {
  color: #fff;
  outline: none;
}

.site-header .k2-desktop-navigation > .nav-cta {
  padding: 11px 17px;
}

@media (760px < width <= 1100px) {
  .site-header {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .k2-desktop-navigation {
    gap: clamp(10px, 1.5vw, 17px);
  }

  .k2-nav-group-toggle,
  .site-header .k2-desktop-navigation > a {
    font-size: 9px;
  }

  .k2-nav-group-toggle {
    gap: 5px;
  }

  .header-actions {
    margin-left: 14px;
  }
}

@media (760px < width <= 880px) {
  .brand-lockup small {
    display: none;
  }

  .brand-lockup strong {
    font-size: 12px;
  }

  .site-header .k2-desktop-navigation > .nav-cta {
    padding-right: 11px;
    padding-left: 11px;
  }
}

/* Keep the complete vertical audience artwork on desktop. The two audience
   descriptions follow the image's upper and lower clusters instead of being
   forced into a cropped, side-by-side landscape panel. */
@media (width > 760px) {
  .audience.light-section {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .audience > .section-number,
  .audience > .audience-header {
    margin-right: 7vw;
    margin-left: 7vw;
  }

  .audience-header {
    margin-bottom: clamp(42px, 4vw, 64px);
  }

  .audience-stage {
    isolation: isolate;
    width: 100%;
    height: clamp(1180px, 200vh, 1800px);
    min-height: 0;
    margin: 0;
    overflow: hidden;
    background: #050506;
  }

  .audience-stage > img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: translateX(-50%);
  }

  .audience-stage::after {
    z-index: 1;
    background:
      linear-gradient(
        90deg,
        #050506f2 0%,
        #050506c7 18%,
        #05050600 43%,
        #05050600 57%,
        #050506c7 82%,
        #050506f2 100%
      ),
      linear-gradient(180deg, #0505062b 0%, #05050600 18%, #05050600 82%, #05050638 100%);
    pointer-events: none;
  }

  .audience-card {
    z-index: 2;
    top: auto;
    width: min(350px, 30vw);
    transform: none;
  }

  .audience-card--startup {
    right: auto;
    bottom: 16%;
    left: 7vw;
  }

  .audience-card--corporate {
    top: 22%;
    right: 7vw;
    bottom: auto;
    left: auto;
  }

  .audience-card h3 {
    margin: 16px 0 20px;
    font-size: clamp(36px, 3.1vw, 50px);
  }

  .audience-card p {
    max-width: 320px;
    font-size: clamp(13px, 1vw, 16px);
    line-height: 1.7;
  }
}

/* K2 Reframe Decision System */
.value-section {
  padding-bottom: 120px;
}

.value-intro {
  max-width: 1120px;
  margin-bottom: 62px;
}

.decision-filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 44px;
  border: 1px solid #ffffff1f;
  background: #ffffff1f;
}

.decision-filters article {
  min-height: 190px;
  padding: 28px;
  background: #0f0f11;
}

.decision-filters span,
.decision-card__copy small {
  color: var(--red);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
}

.decision-filters h3 {
  margin: 28px 0 12px;
  font-family: var(--display);
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1;
}

.decision-filters p {
  margin: 0;
  color: #9d9891;
  font-size: 12px;
  line-height: 1.65;
}

.value-stage {
  grid-template-columns: minmax(360px, 1fr) minmax(480px, 1fr);
  min-height: 720px;
}

.value-image {
  min-height: 720px;
}

.value-image img {
  object-position: center;
}

.value-cards {
  align-content: center;
  padding-top: 42px;
  padding-bottom: 42px;
}

.value-cards article,
.value-cards article:not(:first-child) {
  grid-template-columns: 38px minmax(125px, 0.55fr) minmax(0, 1fr);
  gap: 18px;
  padding: 34px 0;
}

.process-heading {
  max-width: 1020px;
}

.process-track article {
  min-height: 390px;
}

.process-track h3 {
  font-size: clamp(27px, 2.4vw, 34px);
}

.decision-card__copy h3 {
  margin: 0 0 7px;
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1;
}

.decision-card__copy strong {
  display: block;
  margin-bottom: 9px;
  color: #ebe6de;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.decision-card__copy p {
  margin: 0 0 10px;
  color: #9d9891;
  font-size: 12px;
  line-height: 1.6;
}

.decision-card__copy small {
  display: block;
  line-height: 1.5;
}

.impact-lead {
  max-width: 610px;
  margin: -10px 0 0;
  color: #625d56;
  font-size: 14px;
  line-height: 1.75;
}

.strategic-cta {
  position: relative;
  overflow: hidden;
  color: #f7f0e8;
  border-top: 1px solid #ffffff1f;
  border-bottom: 1px solid #250306;
  background:
    radial-gradient(circle at 82% 20%, #c7293038 0, #c7293000 31%),
    linear-gradient(112deg, #720b10 0%, #971118 52%, #67090e 100%);
}

.strategic-cta::after {
  position: absolute;
  top: -68%;
  right: 7vw;
  width: 280px;
  height: 280px;
  border: 1px solid #ffffff26;
  border-radius: 50%;
  content: "";
}

.strategic-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100%, 1440px);
  min-height: 176px;
  margin: 0 auto;
  padding: 38px 7vw;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}

.strategic-cta__inner > p {
  max-width: 760px;
  margin: 0;
  color: #f3e8df;
  letter-spacing: -0.018em;
  font-family: var(--display);
  font-size: clamp(29px, 3vw, 46px);
  line-height: 1.06;
}

.strategic-cta__button {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 17px 0 19px;
  gap: 16px;
  border: 1px solid #ffffff82;
  color: #fff8f1;
  background: #20040752;
  letter-spacing: 0.09em;
  white-space: nowrap;
  box-shadow: inset 0 0 0 1px #2c05071f;
}

.strategic-cta__button > span:last-child {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid #ffffff3d;
  border-radius: 50%;
  font-size: 13px;
  line-height: 1;
}

.strategic-cta__button:hover,
.strategic-cta__button:focus-visible {
  color: #5f080d;
  border-color: #fffaf4;
  background: #fffaf4;
  outline: none;
}

.strategic-cta__button:hover > span:last-child,
.strategic-cta__button:focus-visible > span:last-child {
  border-color: #5f080d4a;
}

.room-media img,
.reframed-stage img,
.reframed-thumbnails img {
  background: #ddd7ce;
}

@media (760px < width <= 1050px) {
  .value-stage {
    grid-template-columns: minmax(300px, 0.8fr) minmax(430px, 1.2fr);
  }

  .decision-filters article {
    padding: 23px;
  }
}

@media (width <= 760px) {
  /* Mobile Safari may suspend IntersectionObserver after a long idle period.
     Keep essential page content visible instead of depending on reveal state. */
  [data-reveal],
  [data-reveal].is-visible {
    opacity: 1 !important;
    transform: none !important;
  }

  .site-header {
    height: calc(74px + env(safe-area-inset-top));
    padding-top: env(safe-area-inset-top);
  }

  .site-header nav {
    height: 100dvh;
    min-height: 100svh;
    padding: calc(88px + env(safe-area-inset-top)) 24px
      calc(28px + env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    pointer-events: none;
    -webkit-overflow-scrolling: touch;
  }

  .k2-desktop-navigation {
    display: none !important;
  }

  .k2-mobile-navigation {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }

  .site-header nav.is-open {
    pointer-events: auto;
    touch-action: pan-y;
  }

  .site-header nav a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    text-align: center;
    touch-action: manipulation;
  }

  .menu-button,
  .language-switcher button {
    touch-action: manipulation;
  }

  .hero {
    min-height: max(100svh, 720px);
    padding-top: calc(118px + env(safe-area-inset-top));
    padding-bottom: calc(44px + env(safe-area-inset-bottom));
  }

  .hero-content {
    margin-bottom: clamp(44px, 8svh, 72px);
  }

  .hero h1 {
    margin-bottom: 18px;
    font-size: clamp(46px, 13vw, 64px);
  }

  html[lang="tr"] .hero h1 em {
    font-size: 0;
    line-height: 0;
  }

  html[lang="tr"] .hero h1 em::before,
  html[lang="tr"] .hero h1 em::after {
    display: block;
    font-size: clamp(46px, 13vw, 64px);
    line-height: 0.91;
  }

  html[lang="tr"] .hero h1 em::before {
    content: "bugünkü";
  }

  html[lang="tr"] .hero h1 em::after {
    content: "çerçevenin\A ötesinde.";
    white-space: pre-line;
  }

  .hero-copy {
    width: min(250px, calc(100% - 92px));
    margin-bottom: 22px;
    line-height: 1.55;
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-actions a {
    touch-action: manipulation;
  }

  .hero .button {
    min-height: 48px;
  }

  section[id] {
    scroll-margin-top: calc(74px + env(safe-area-inset-top));
  }

  .light-section,
  .dark-section {
    padding: 64px 24px;
  }

  .section-number {
    margin-bottom: 34px;
  }

  .manifesto-copy h2,
  .value-intro h2,
  .founders-intro h2,
  .network-copy h2,
  .audience-header h2,
  .process-heading h2,
  .impact-copy h2,
  .contact-copy h2 {
    margin-bottom: 24px;
    font-size: clamp(38px, 11.2vw, 52px);
  }

  .manifesto-grid,
  .network-grid,
  .contact-grid {
    gap: 36px;
  }

  .manifesto-copy > p:not(.eyebrow),
  .value-intro > p:not(.eyebrow),
  .network-copy > p:not(.eyebrow),
  .contact-copy > p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.65;
  }

  .manifesto-grid {
    gap: 38px;
  }

  .framed-visual img {
    aspect-ratio: 4 / 3;
  }

  .reframe-room {
    padding-top: 48px;
  }

  .room-heading {
    padding: 0 20px 26px;
  }

  .room-heading .section-number {
    margin-bottom: 14px;
  }

  .room-heading > .eyebrow {
    display: none;
  }

  .room-heading h2 {
    margin-bottom: 16px;
    font-size: clamp(34px, 10.5vw, 42px);
    line-height: 0.98;
  }

  .room-heading > p:last-child {
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
  }

  .k2-room-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 20px;
    border: 1px solid #ffffff2b;
  }

  .k2-room-tabs button {
    min-height: 48px;
    padding: 0 12px;
    border-right: 1px solid #ffffff2b;
    color: #aaa59d;
    background: #0b0b0c;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
  }

  .k2-room-tabs button:last-child {
    border-right: 0;
  }

  .k2-room-tabs button.is-active {
    color: #fff;
    background: var(--red);
  }

  .room-split {
    display: block;
    min-height: 0;
    border-top: 0;
  }

  .room-panel[hidden] {
    display: none !important;
  }

  .room-panel {
    padding: 18px 20px 20px;
  }

  .room-panel-copy {
    min-height: 0;
    margin-bottom: 16px;
  }

  .room-panel-copy > span,
  .room-panel-copy > p {
    display: none;
  }

  .room-panel-copy h3 {
    margin: 0;
    font-size: 30px;
  }

  .room-empty,
  .room-carousel {
    min-height: 0;
  }

  .room-empty {
    height: min(36svh, 290px);
  }

  .room-media {
    flex: none;
    width: 100%;
    height: min(36svh, 290px);
    min-height: 0;
    touch-action: pan-y;
  }

  .room-media img {
    height: 100%;
    max-height: none;
  }

  .room-carousel-controls {
    margin-top: 12px;
  }

  .room-carousel-controls button {
    width: 40px;
    height: 40px;
  }

  .value-intro {
    margin-bottom: 42px;
  }

  .decision-filters {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .decision-filters article {
    min-height: 0;
    padding: 22px;
  }

  .decision-filters h3 {
    margin: 16px 0 9px;
    font-size: 27px;
  }

  .value-image {
    min-height: 320px;
  }

  .value-stage {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .value-section {
    padding-bottom: 0;
  }

  .value-cards {
    padding: 30px 24px 48px;
  }

  .value-cards article {
    padding: 22px 0;
  }

  .value-cards article,
  .value-cards article:not(:first-child) {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px;
  }

  .decision-card__copy h3 {
    font-size: 28px;
  }

  .decision-card__copy strong,
  .decision-card__copy p {
    font-size: 11px;
  }

  .founders-intro {
    margin-bottom: 44px;
  }

  .founder-image {
    min-height: 260px;
  }

  .founder-portrait {
    width: 104px;
    top: 18px;
    left: 18px;
  }

  .founder > article,
  .founder--mustafa > article {
    padding: 44px 24px;
  }

  .founder-no {
    display: none;
  }

  .founder h3 {
    margin-bottom: 18px;
    font-size: 38px;
  }

  .founder article > p:last-of-type {
    font-size: 13px;
    line-height: 1.65;
  }

  .founder blockquote {
    margin-top: 22px;
    font-size: 17px;
  }

  .network-stat {
    margin-top: 28px;
    padding-top: 20px;
  }

  .network-image img {
    aspect-ratio: 4 / 3;
  }

  .audience-header {
    margin-bottom: 36px;
  }

  .audience-stage,
  .audience-stage > img {
    min-height: 600px;
    height: 600px;
  }

  .audience-card {
    width: calc(100% - 40px);
  }

  .audience-card--corporate {
    top: 28px;
    left: 20px;
  }

  .audience-card--startup {
    right: 20px;
    bottom: 24px;
  }

  .audience-card h3 {
    margin: 12px 0 14px;
    font-size: 31px;
  }

  .process {
    padding-bottom: 64px;
  }

  .process-heading {
    margin-bottom: 42px;
  }

  .process-track {
    display: grid;
    margin: 0;
    padding: 0;
    overflow: visible;
    border-top: 1px solid var(--line);
  }

  .process-track article,
  .process-track article:not(:first-child) {
    display: grid;
    grid-template-columns: 30px 92px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    min-height: 0;
    padding: 18px 0;
    border: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-track article::before {
    display: none;
  }

  .process-track h3 {
    margin: -2px 0 0;
    font-size: 24px;
    line-height: 1.05;
  }

  .process-track p {
    margin: 0;
    font-size: 11px;
    line-height: 1.5;
  }

  .impact-image {
    min-height: 320px;
  }

  .impact-copy {
    padding: 64px 24px;
  }

  .impact-lead {
    margin-top: 0;
    font-size: 13px;
  }

  .outcome-list {
    margin-top: 36px;
  }

  .outcome-list > div {
    padding: 18px 0;
  }

  .contact-grid {
    gap: 44px;
  }

  .contact-mail {
    margin-top: 32px;
  }

  .contact-form {
    padding: 24px 18px;
  }

  .strategic-cta__inner {
    min-height: 0;
    padding: 30px 24px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .strategic-cta__inner > p {
    max-width: 520px;
    font-size: clamp(28px, 8.2vw, 38px);
    line-height: 1.05;
  }

  .strategic-cta__button {
    width: fit-content;
    max-width: 100%;
    min-height: 46px;
    padding: 0 14px 0 16px;
    gap: 12px;
    letter-spacing: 0.06em;
    font-size: clamp(10px, 3.1vw, 12px);
    white-space: nowrap;
  }

  .contact-form label {
    margin-bottom: 20px;
  }

  footer {
    min-height: 0;
    padding: 38px 24px;
  }
}

@media (width <= 760px) and (height <= 700px) {
  .site-header nav {
    justify-content: flex-start;
    gap: 14px;
  }

  .site-header nav a {
    font-size: 23px;
  }

  .hero h1 {
    font-size: clamp(46px, 13vw, 58px);
  }
}

@media (orientation: landscape) and (width <= 760px) and (height <= 520px) {
  .site-header nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    gap: 10px 24px;
  }

  .site-header .nav-cta {
    margin-top: 0;
  }
}

/* REFRAMED: automatically discovered visual studies. */
.reframed-series {
  position: relative;
  overflow: hidden;
  padding: 130px 7vw 120px;
  color: var(--ink);
  background:
    linear-gradient(90deg, transparent 0, transparent calc(50% - 0.5px), #0a0a0b0c 50%, transparent calc(50% + 0.5px)),
    linear-gradient(#0a0a0b0b 1px, transparent 1px),
    var(--paper-bright);
  background-size: 100% 100%, 100% 260px, auto;
}

.reframed-series::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3.2vw;
  width: 1px;
  background: #df171f5c;
  content: "";
}

.reframed-series [data-reveal] {
  opacity: 1;
  transform: none;
}

.reframed-shell {
  position: relative;
  width: min(100%, 1240px);
  margin: 0 auto;
}

.reframed-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.55fr);
  align-items: end;
  gap: clamp(40px, 8vw, 130px);
  margin-bottom: 68px;
}

.reframed-heading .eyebrow {
  margin-bottom: 17px;
}

.reframed-heading h2 {
  margin: 0;
  letter-spacing: -0.075em;
  font-family: var(--sans);
  font-size: clamp(72px, 10vw, 150px);
  font-weight: 700;
  line-height: 0.78;
}

.reframed-heading h2 span {
  color: var(--red);
}

.reframed-heading > p {
  max-width: 470px;
  margin: 0;
  padding-bottom: 4px;
  color: #4f4a45;
  font-size: 15px;
  line-height: 1.65;
}

.reframed-issue-tabs {
  display: flex;
  gap: 8px;
  margin: 0 0 26px;
}

.reframed-issue-tabs[hidden],
.reframed-loading[hidden],
.reframed-browser[hidden],
.reframed-thumbnails[hidden] {
  display: none !important;
}

.reframed-issue-tabs button {
  min-width: 76px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--black-line);
  color: #68625b;
  background: transparent;
  letter-spacing: 0.18em;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.reframed-issue-tabs button:hover,
.reframed-issue-tabs button:focus-visible,
.reframed-issue-tabs button.is-active {
  border-color: var(--red);
  color: #fff;
  background: var(--red);
  outline: none;
}

.reframed-loading {
  display: grid;
  min-height: 480px;
  place-items: center;
  border: 1px solid var(--black-line);
  color: #716b64;
  text-align: center;
}

.reframed-loading > div {
  display: grid;
  justify-items: center;
}

.reframed-loading > span {
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border: 1px solid #df171f66;
  animation: reframed-loading 1.7s ease-in-out infinite alternate;
}

.reframed-loading p {
  margin: 0;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}

.reframed-loading.is-empty > span {
  animation: none;
  transform: rotate(45deg);
}

.reframed-browser {
  display: grid;
  grid-template-columns: minmax(200px, 0.48fr) minmax(460px, 1fr);
  align-items: start;
  gap: clamp(44px, 7vw, 100px);
  padding: clamp(30px, 5vw, 72px);
  border: 1px solid var(--black-line);
  background: #ede7ddd6;
  box-shadow: 0 34px 90px #4e3b2814;
  backdrop-filter: blur(8px);
}

.reframed-meta {
  position: sticky;
  top: 120px;
  padding-top: 24px;
}

.reframed-issue-number {
  display: block;
  margin-bottom: 20px;
  color: var(--red);
  letter-spacing: -0.06em;
  font-family: var(--display);
  font-size: clamp(68px, 7vw, 108px);
  font-style: italic;
  line-height: 0.8;
}

.reframed-meta h3 {
  margin: 0 0 26px;
  letter-spacing: 0.08em;
  font-family: var(--sans);
  font-size: clamp(22px, 2.7vw, 36px);
  font-weight: 650;
  line-height: 1;
}

.reframed-meta p {
  max-width: 245px;
  margin: 0;
  color: #655f59;
  font-size: 12px;
  line-height: 1.6;
}

.reframed-stage-wrap {
  width: min(100%, 660px);
  justify-self: center;
}

.reframed-stage {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #e7dfd2;
  box-shadow: 0 22px 56px #4e3b2826;
  cursor: zoom-in;
  touch-action: pan-y;
}

.reframed-stage::after {
  position: absolute;
  inset: 0;
  border: 1px solid #fff5;
  pointer-events: none;
  content: "";
}

.reframed-stage:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 5px;
}

.reframed-stage img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.reframed-expand {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid #fff7;
  place-items: center;
  color: #fff;
  background: #0a0a0bba;
  font-size: 16px;
}

.reframed-controls {
  display: grid;
  grid-template-columns: 52px 1fr 52px;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.reframed-controls button {
  width: 52px;
  height: 52px;
  border: 1px solid var(--black-line);
  color: var(--ink);
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}

.reframed-controls button:hover,
.reframed-controls button:focus-visible {
  border-color: var(--red);
  color: #fff;
  background: var(--red);
  outline: none;
}

.reframed-counter {
  margin: 0;
  letter-spacing: 0.18em;
  color: #5e5852;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
}

.reframed-thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 22px;
  padding: 0 0 10px;
  overflow-x: auto;
  scrollbar-color: var(--red) #0a0a0b1a;
  scrollbar-width: thin;
}

.reframed-thumbnails button {
  position: relative;
  flex: 0 0 clamp(68px, 7vw, 94px);
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  background: #e7dfd2;
  opacity: 0.5;
  cursor: pointer;
}

.reframed-thumbnails button::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: transparent;
  content: "";
}

.reframed-thumbnails button:hover,
.reframed-thumbnails button:focus-visible,
.reframed-thumbnails button.is-active {
  border-color: #df171f66;
  opacity: 1;
  outline: none;
}

.reframed-thumbnails button.is-active::after {
  background: var(--red);
}

.reframed-thumbnails img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

body.reframed-lightbox-open {
  overflow: hidden;
}

.reframed-lightbox {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(52px, 1fr) minmax(0, auto) minmax(52px, 1fr);
  align-items: center;
  padding: 36px;
  color: #fff;
  background: #080809f5;
  backdrop-filter: blur(14px);
}

.reframed-lightbox figure {
  grid-column: 2;
  max-width: min(72vw, 700px);
  margin: 0;
}

.reframed-lightbox figure img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 84vh;
  margin: auto;
  object-fit: contain;
}

.reframed-lightbox figcaption {
  margin-top: 13px;
  letter-spacing: 0.12em;
  color: #b7b1aa;
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
}

.reframed-lightbox-close,
.reframed-lightbox-arrow {
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid #ffffff38;
  place-items: center;
  color: #fff;
  background: #080809a6;
  font-size: 22px;
  cursor: pointer;
}

.reframed-lightbox-close:hover,
.reframed-lightbox-close:focus-visible,
.reframed-lightbox-arrow:hover,
.reframed-lightbox-arrow:focus-visible {
  border-color: var(--red);
  background: var(--red);
  outline: none;
}

.reframed-lightbox-close {
  position: absolute;
  top: 28px;
  right: 28px;
}

.reframed-lightbox-arrow {
  justify-self: center;
}

.reframed-lightbox-arrow--previous {
  grid-column: 1;
}

.reframed-lightbox-arrow--next {
  grid-column: 3;
}

@keyframes reframed-loading {
  from {
    transform: rotate(0deg) scale(0.75);
  }
  to {
    transform: rotate(135deg) scale(1);
  }
}

/* Compact editorial bridge from the homepage to the bilingual blog. */
.blog-teaser {
  position: relative;
  padding: 82px 7vw 88px;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(90deg, transparent 0, transparent calc(50% - 0.5px), #0a0a0b0b 50%, transparent calc(50% + 0.5px)),
    var(--paper-bright);
}

.blog-teaser::before {
  position: absolute;
  top: 0;
  right: 7vw;
  width: 1px;
  height: 72px;
  background: var(--red);
  content: "";
}

.blog-teaser-shell {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.blog-teaser .section-number {
  margin-bottom: 40px;
}

.blog-teaser-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 36px;
  margin-bottom: 44px;
}

.blog-teaser-heading .eyebrow {
  margin-bottom: 12px;
}

.blog-teaser-heading h2 {
  max-width: 830px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 5vw, 74px);
  font-weight: 400;
  line-height: 0.98;
}

.blog-teaser-all,
.blog-teaser-read {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
}

.blog-teaser-all {
  padding-bottom: 7px;
  border-bottom: 1px solid var(--ink);
  white-space: nowrap;
}

.blog-teaser-all:hover,
.blog-teaser-all:focus-visible {
  border-color: var(--red);
  color: var(--red);
  outline: none;
}

.blog-teaser-carousel {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  align-items: stretch;
  border-top: 1px solid var(--black-line);
  border-bottom: 1px solid var(--black-line);
}

.blog-teaser-previous,
.blog-teaser-next {
  min-height: 220px;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}

.blog-teaser-previous {
  border-right: 1px solid var(--black-line);
}

.blog-teaser-next {
  border-left: 1px solid var(--black-line);
}

.blog-teaser-previous:hover,
.blog-teaser-previous:focus-visible,
.blog-teaser-next:hover,
.blog-teaser-next:focus-visible {
  color: #fff;
  background: var(--red);
  outline: none;
}

.blog-teaser-card {
  display: grid;
  grid-template-columns: minmax(230px, 0.9fr) minmax(280px, 1.35fr) auto;
  grid-template-rows: auto 1fr;
  gap: 14px clamp(28px, 4vw, 64px);
  min-height: 220px;
  padding: 34px clamp(28px, 4vw, 58px);
}

.blog-teaser-card time {
  grid-column: 1;
  color: #777169;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
}

.blog-teaser-card h3 {
  grid-column: 1;
  align-self: start;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(25px, 2.6vw, 40px);
  font-weight: 400;
  line-height: 1.03;
  transition: color 180ms ease;
}

.blog-teaser-card > p {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  margin: 0;
  color: #5f5952;
  font-size: 13px;
  line-height: 1.7;
}

.blog-teaser-read {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--red);
  white-space: nowrap;
}

.blog-teaser-card:hover h3,
.blog-teaser-card:focus-visible h3 {
  color: var(--red);
}

.blog-teaser-card:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: -2px;
}

.blog-teaser-status {
  margin: 14px 52px 0 0;
  color: #777169;
  letter-spacing: 0.15em;
  text-align: right;
  font-size: 9px;
  font-weight: 700;
}

.blog-teaser-status.is-error {
  color: var(--red);
}

@media (width <= 980px) {
  .blog-teaser-card {
    grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.1fr);
  }

  .blog-teaser-read {
    display: none;
  }

  .reframed-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .reframed-browser {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .reframed-meta {
    position: static;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: end;
    gap: 12px 24px;
    padding: 0;
  }

  .reframed-issue-number {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .reframed-meta h3 {
    margin: 0;
  }

  .reframed-meta p {
    max-width: none;
  }
}

@media (width <= 760px) {
  .blog-teaser {
    padding: 64px 20px 68px;
    scroll-margin-top: calc(74px + env(safe-area-inset-top));
  }

  .blog-teaser .section-number {
    margin-bottom: 32px;
  }

  .blog-teaser-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }

  .blog-teaser-heading h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .blog-teaser-all {
    justify-self: start;
  }

  .blog-teaser-carousel {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
  }

  .blog-teaser-previous,
  .blog-teaser-next {
    min-height: 278px;
  }

  .blog-teaser-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 13px;
    min-height: 278px;
    padding: 28px 20px;
  }

  .blog-teaser-card time,
  .blog-teaser-card h3,
  .blog-teaser-card > p {
    grid-column: 1;
    grid-row: auto;
  }

  .blog-teaser-card h3 {
    font-size: clamp(25px, 7vw, 34px);
  }

  .blog-teaser-card > p {
    align-self: start;
    font-size: 12px;
    line-height: 1.6;
  }

  .blog-teaser-status {
    margin-right: 42px;
  }

  .reframed-series {
    padding: 64px 20px 70px;
    background-size: 100% 100%, 100% 180px, auto;
    scroll-margin-top: calc(74px + env(safe-area-inset-top));
  }

  .reframed-series::before {
    left: 10px;
  }

  .reframed-series .section-number {
    margin-bottom: 34px;
  }

  .reframed-heading {
    gap: 24px;
    margin-bottom: 42px;
  }

  .reframed-heading h2 {
    font-size: clamp(54px, 18vw, 76px);
    line-height: 0.82;
  }

  .reframed-heading > p {
    font-size: 13px;
  }

  .reframed-browser {
    gap: 24px;
    margin: 0 -4px;
    padding: 22px 14px 18px;
  }

  .reframed-meta {
    grid-template-columns: 78px 1fr;
    gap: 8px 14px;
  }

  .reframed-issue-number {
    font-size: 58px;
  }

  .reframed-meta h3 {
    font-size: 24px;
  }

  .reframed-meta p {
    font-size: 10px;
  }

  .reframed-expand {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
  }

  .reframed-controls {
    grid-template-columns: 44px 1fr 44px;
    margin-top: 12px;
  }

  .reframed-controls button {
    width: 44px;
    height: 44px;
  }

  .reframed-thumbnails {
    margin-right: -20px;
    margin-left: -20px;
    padding: 0 20px 10px;
  }

  .reframed-thumbnails button {
    flex-basis: 66px;
  }

  .reframed-loading {
    min-height: 420px;
  }

  .reframed-lightbox {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    padding: 74px 10px 20px;
  }

  .reframed-lightbox figure {
    max-width: 100%;
  }

  .reframed-lightbox figure img {
    max-height: 76vh;
  }

  .reframed-lightbox-close {
    top: calc(14px + env(safe-area-inset-top));
    right: 14px;
  }

  .reframed-lightbox-arrow,
  .reframed-lightbox-close {
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reframed-loading > span {
    animation: none;
  }

  .reframed-thumbnails button {
    scroll-behavior: auto;
  }
}

/* Mobile editorial rhythm: keep long Turkish and English headings deliberate
   on the narrow 360–430px viewports used by current iPhone and Galaxy models. */
@media (width <= 760px) {
  .hero h1,
  .manifesto-copy h2,
  .value-intro h2,
  .founders-intro h2,
  .network-copy h2,
  .audience-header h2,
  .process-heading h2,
  .impact-copy h2,
  .contact-copy h2,
  .room-heading h2,
  .blog-teaser-heading h2,
  .blog-teaser-card h3 {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
  }

  .hero h1 {
    font-size: clamp(40px, 11.4vw, 52px);
    line-height: 0.95;
  }

  html[lang="tr"] .hero h1 em {
    font-size: inherit;
    line-height: inherit;
  }

  html[lang="tr"] .hero h1 em::before,
  html[lang="tr"] .hero h1 em::after {
    content: none;
  }

  .manifesto-copy h2,
  .value-intro h2,
  .founders-intro h2,
  .network-copy h2,
  .audience-header h2,
  .process-heading h2,
  .impact-copy h2,
  .contact-copy h2 {
    font-size: clamp(33px, 9.2vw, 42px);
    line-height: 1.03;
  }

  .room-heading h2 {
    font-size: clamp(31px, 8.7vw, 38px);
    line-height: 1.04;
  }

  .blog-teaser-heading h2 {
    font-size: clamp(35px, 9.5vw, 42px);
    line-height: 1.02;
  }

  .process-track article,
  .process-track article:not(:first-child) {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 7px 14px;
    padding: 21px 0 23px;
  }

  .process-track article > span {
    grid-column: 1;
    grid-row: 1 / span 2;
    padding-top: 3px;
  }

  .process-track h3 {
    grid-column: 2;
    margin: 0;
    font-size: clamp(21px, 5.8vw, 24px);
    line-height: 1.08;
    text-wrap: balance;
  }

  .process-track p {
    grid-column: 2;
    margin: 0;
    font-size: 12px;
    line-height: 1.58;
  }

  .blog-teaser-card h3 {
    font-size: clamp(22px, 6.2vw, 28px);
    line-height: 1.08;
  }
}

@media (width <= 400px) {
  .light-section,
  .dark-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog-teaser-carousel {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
  }

  .blog-teaser-card {
    padding: 24px 14px;
  }

  .blog-teaser-status {
    margin-right: 36px;
  }

  .strategic-cta__button {
    padding-right: 10px;
    padding-left: 12px;
    gap: 8px;
    letter-spacing: 0.045em;
  }
}

.contact-form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.contact-form[aria-busy="true"] {
  cursor: progress;
}

.contact-form .form-submit:disabled {
  cursor: wait;
  opacity: 0.68;
}

.contact-form .form-note {
  min-height: 1.5em;
  transition: color 180ms ease;
}

.contact-form .form-note.is-success {
  color: #f25a4f;
}

.contact-form .form-note.is-error {
  color: #ff8b82;
}

/* Quiet, accessible social links on paper and dark contact backgrounds. */
.k2-social-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 12px;
  min-height: 44px;
  max-width: 100%;
  padding: 8px 0;
  color: var(--k2-social-color, var(--red-dark, #8d0a10));
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity 160ms ease;
}
.k2-social-link svg {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.k2-social-link:hover { opacity: 0.78; }
.k2-social-link:hover span { text-decoration: underline; text-underline-offset: 5px; }
.k2-social-link:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.k2-founder-social { margin-top: 18px; }
.k2-contact-socials {
  --k2-social-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-top: 24px;
}
@media (prefers-reduced-motion: reduce) {
  .k2-social-link { transition: none; }
}

/* Bring Mustafa's amphitheatre into the desktop frame. */
@media (min-width: 761px) {
  .founder--mustafa .founder-art {
    object-position: right center;
    transform: scale(1.3);
    transform-origin: right center;
  }
}
