/* oigoworks · Ana Sayfa · Hi-fi (Color Block OS Desktop)  */

:root{
  /* Brand */
  --ink:        #0d0c0a;
  --ink-2:      #2b2925;
  --ink-3:      #6b665d;
  --paper:      #faf7f0;
  --paper-2:    #f1ecdf;
  --paper-3:    #e6dfcb;
  --wall:       #d6cdb4;          /* desktop wallpaper */
  --rule:       #1b1a17;
  --line:       rgba(0,0,0,0.12);

  /* Brand mark */
  --oigo-blue:  #1f7ed1;

  /* Product accent colors — saturated, color-block grade */
  --c-hotel:    #ef8e0c;          /* amber */
  --c-hotel-tx: #2a1a02;
  --c-agency:   #e63a82;          /* magenta */
  --c-agency-tx:#fff;
  --c-desk:     #10a472;          /* emerald */
  --c-desk-tx:  #03261a;
  --c-lms:      #7c4dee;          /* violet */
  --c-lms-tx:   #fff;
  --c-chat:     #00a8c4;          /* cyan */
  --c-chat-tx:  #00201b;
  --c-web:      #e8473a;          /* coral red */
  --c-web-tx:   #fff;
  --c-ecomm:    #2f43c4;          /* indigo / navy */
  --c-ecomm-tx: #fff;

  /* Fonts */
  --f-display:  "Bricolage Grotesque", system-ui, sans-serif;
  --f-body:     "Geist", "Inter", system-ui, sans-serif;
  --f-mono:     "Geist Mono", "JetBrains Mono", ui-monospace, monospace;
  --f-hand:     "Caveat", cursive;

  /* Geometry */
  --r-win:      18px;
  --r-card:     12px;
  --r-pill:     999px;
  --shadow-win: 0 1px 0 rgba(255,255,255,0.5) inset, 0 30px 60px -20px rgba(0,0,0,0.25), 0 8px 24px -8px rgba(0,0,0,0.18);
}

*,*::before,*::after{ box-sizing: border-box; }
html,body{ margin:0; padding:0; background: var(--wall); color: var(--ink); font-family: var(--f-body); -webkit-font-smoothing: antialiased; }
body{ font-size: 15px; line-height: 1.45; }
a{ color: inherit; text-decoration: none; }
button{ font: inherit; cursor: pointer; }
.oigo-brand-logo{ display:block; height:auto; max-width:100%; object-fit:contain; }

/* ─────────── OS Menu bar ─────────── */
.os-bar{
  position: sticky; top: 0; z-index: 80;
  display:flex; align-items:center; justify-content:space-between;
  padding: 8px 16px;
  background: rgba(255,253,247,0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  font-family: var(--f-mono);
  font-size: 12px;
  color: var(--ink-2);
}
.os-bar .menu{ display:flex; gap: 18px; align-items:center; }
.os-bar .menu .brand{ display:flex; align-items:center; gap: 8px; font-family: var(--f-display); font-weight: 600; color: var(--ink); font-size: 15px; }
.os-bar .menu .brand .oigo-brand-logo{ width:130px; }
.os-bar .menu a{ opacity: 0.85; }
.os-bar .menu a:hover{ opacity: 1; }
.os-bar .right{ display:flex; gap: 16px; align-items:center; }
.os-bar .right .kbar{
  display:flex; align-items:center; gap: 6px;
  padding: 4px 10px; border-radius: 8px;
  background: var(--paper-2); border: 1px solid var(--line);
  cursor: pointer;
}
.os-bar .right .kbar kbd{
  font-family: var(--f-mono); font-size: 11px;
  padding: 1px 5px; border: 1px solid var(--line); border-radius: 4px; background: var(--paper);
}

/* ─────────── Desktop ─────────── */
.desktop{
  position: relative;
  min-height: 1040px;
  padding: 36px 24px 140px;
  background:
    radial-gradient(1200px 600px at 20% 20%, rgba(255,255,255,0.45), transparent 60%),
    radial-gradient(900px 500px at 85% 70%, rgba(255,255,255,0.3), transparent 60%),
    var(--wall);
  overflow: hidden;
  isolation: isolate;
}
.desktop::before{
  content:""; position:absolute; inset:0; pointer-events:none;
  background-image: radial-gradient(rgba(0,0,0,0.12) 1px, transparent 1.2px);
  background-size: 22px 22px;
  opacity: 0.4;
  mask-image: radial-gradient(1200px 800px at 50% 50%, black, transparent 75%);
}

.anno{
  position: absolute;
  font-family: var(--f-hand);
  font-size: 22px;
  line-height: 1.05;
  color: var(--ink-2);
  opacity: 0.78;
  z-index: 2;
  pointer-events: none;
  transform: rotate(-2deg);
}

/* ─────────── Window ─────────── */
.win{
  position: absolute;
  border-radius: var(--r-win);
  overflow: hidden;
  box-shadow: var(--shadow-win);
  border: 1px solid rgba(0,0,0,0.18);
  background: var(--paper);
  color: var(--ink);
  transition: box-shadow .2s ease, transform .2s ease;
  will-change: transform;
  user-select: none;
}
.win.active{
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 40px 80px -20px rgba(0,0,0,0.35), 0 12px 30px -10px rgba(0,0,0,0.25);
}
.win .titlebar{
  display:flex; align-items:center; justify-content:space-between;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  cursor: grab;
  background: var(--titlebar-bg, var(--paper-2));
  color: var(--titlebar-tx, var(--ink));
}
.win .titlebar:active{ cursor: grabbing; }
.win .traffic{ display:flex; gap: 6px; align-items:center; }
.win .traffic .lt{
  width: 12px; height: 12px; border-radius: 999px;
  border: 0.5px solid rgba(0,0,0,0.18);
  display:inline-block;
  position: relative;
}
.win .traffic .lt.r{ background: #ff5f57; }
.win .traffic .lt.y{ background: #febc2e; }
.win .traffic .lt.g{ background: #28c840; }
.win .traffic .lt::after{
  content:""; position:absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 30%, rgba(255,255,255,0.55), transparent 60%);
  border-radius: inherit;
}
.win .titlename{
  font-family: var(--f-mono); font-size: 12px; font-weight: 500;
  letter-spacing: 0.01em;
  display:flex; align-items:center; gap: 8px;
  flex: 1;
  padding-left: 12px;
  opacity: 0.95;
}
.win .titlemeta{ font-family: var(--f-mono); font-size: 11px; opacity: 0.7; }

/* Body padding */
.win .winbody{ padding: 0; }

/* ─────────── Buttons ─────────── */
.btn{
  display:inline-flex; align-items:center; gap: 8px;
  padding: 9px 16px;
  border-radius: var(--r-pill);
  font-family: var(--f-body);
  font-size: 14px; font-weight: 500;
  border: 1px solid var(--rule);
  background: var(--paper);
  color: var(--ink);
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.btn:hover{ transform: translateY(-1px); }
.btn.solid{ background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn.solid:hover{ background: var(--ink-2); }
.btn.lg{ padding: 12px 22px; font-size: 16px; }
.btn .arr{ display:inline-block; transition: transform .15s ease; }
.btn:hover .arr{ transform: translateX(3px); }
.btn kbd{ font-family: var(--f-mono); font-size: 11px; padding: 1px 5px; border:1px solid currentColor; opacity:0.6; border-radius: 4px; }

.chip{
  display:inline-flex; align-items:center; gap: 6px;
  padding: 4px 11px;
  border-radius: var(--r-pill);
  font-size: 13px;
  background: var(--paper); border: 1px solid var(--line);
}
.chip.dark{ background: rgba(255,255,255,0.06); color: var(--paper); border-color: rgba(255,255,255,0.2); }
.chip .dot{ width: 7px; height: 7px; border-radius: 999px; display:inline-block; }

/* ─────────── Sticky note ─────────── */
.note{
  position: absolute;
  padding: 16px 18px;
  background: #fff5b1;
  color: #2a2510;
  font-family: var(--f-hand);
  font-size: 22px; line-height: 1.15;
  border: 1px solid rgba(0,0,0,0.18);
  box-shadow: 0 14px 28px -10px rgba(0,0,0,0.3);
  transform: rotate(-3deg);
  z-index: 1;
}
.note .tape{
  position: absolute; top: -10px; left: 22px;
  width: 64px; height: 18px;
  background: rgba(255, 230, 130, 0.7);
  border: 1px solid rgba(0,0,0,0.12);
  transform: rotate(2deg);
}
.note small{ font-family: var(--f-body); font-size: 12px; display: block; margin-top: 4px; color: rgba(0,0,0,0.55); }

/* ─────────── Dock ─────────── */
.dock-wrap{
  position: sticky; bottom: 18px;
  z-index: 30;
  display:flex; justify-content:center;
  padding: 0 20px;
  margin-top: -54px;
  pointer-events: none;
}
.dock{
  pointer-events: auto;
  display:flex; align-items:flex-end; gap: 14px;
  padding: 10px 16px;
  background: rgba(255,253,247,0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 22px;
  border: 1px solid rgba(0,0,0,0.18);
  box-shadow: 0 18px 40px -12px rgba(0,0,0,0.3);
}
.dock .app{
  display:flex; flex-direction: column; align-items: center; gap: 4px;
  font-family: var(--f-mono); font-size: 11px;
  color: var(--ink-2);
  transition: transform .15s cubic-bezier(.2,.7,.3,1);
  transform-origin: bottom center;
}
.dock .icon{
  width: 50px; height: 50px;
  border-radius: 14px;
  display:flex; align-items:center; justify-content:center;
  font-family: var(--f-display); font-size: 24px; font-weight: 600;
  border: 1px solid rgba(0,0,0,0.18);
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 8px 18px -6px rgba(0,0,0,0.25);
  transition: transform .15s cubic-bezier(.2,.7,.3,1), filter .15s;
}
.dock .app:hover{ transform: translateY(-10px) scale(1.12); }
.dock .app:hover + .app, .dock .app:has(+ .app:hover){ transform: translateY(-4px) scale(1.05); }
.dock .live{
  margin-top: 3px; width: 4px; height: 4px; border-radius: 999px; background: rgba(0,0,0,0.45);
  opacity: 0;
}
.dock .app.running .live{ opacity: 1; }
.dock .divider{ width: 1px; align-self: stretch; background: rgba(0,0,0,0.18); margin: 4px 4px; }

/* ─────────── ⌘K palette ─────────── */
.cmdk-back{
  position: fixed; inset: 0; z-index: 100;
  background: rgba(20,18,14,0.45);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  display:flex; align-items:flex-start; justify-content:center;
  padding-top: 14vh;
  opacity: 0; pointer-events: none;
  transition: opacity .15s ease;
}
.cmdk-back.on{ opacity: 1; pointer-events: auto; }
.cmdk{
  width: 560px; max-width: 92vw;
  background: var(--paper);
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.18);
  box-shadow: 0 40px 80px -20px rgba(0,0,0,0.45);
  overflow: hidden;
  transform: translateY(-8px) scale(0.98);
  transition: transform .15s ease;
}
.cmdk-back.on .cmdk{ transform: none; }
.cmdk input{
  width: 100%; border:0; outline: 0;
  padding: 16px 18px;
  font: inherit; font-size: 16px;
  background: transparent;
  border-bottom: 1px solid var(--line);
}
.cmdk .list{ padding: 6px; max-height: 380px; overflow: auto; }
.cmdk .item{
  display:flex; align-items:center; gap: 10px;
  padding: 9px 10px; border-radius: 8px; cursor: pointer;
}
.cmdk .item:hover, .cmdk .item.sel{ background: var(--paper-2); }
.cmdk .item .icon{ width: 22px; height: 22px; border-radius: 6px; display:inline-flex; align-items:center; justify-content:center; font-family: var(--f-display); font-size: 13px; font-weight: 700; border: 1px solid rgba(0,0,0,0.18); }
.cmdk .item .label{ flex: 1; }
.cmdk .item .meta{ font-family: var(--f-mono); font-size: 11px; color: var(--ink-3); }
.cmdk .group-title{ font-family: var(--f-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-3); padding: 12px 12px 4px; }
.cmdk-foot{
  display:flex; justify-content:space-between; align-items:center;
  padding: 8px 14px; border-top: 1px solid var(--line);
  font-family: var(--f-mono); font-size: 11px; color: var(--ink-3); background: var(--paper-2);
}

/* ─────────── Display type ─────────── */
.display{ font-family: var(--f-display); font-weight: 600; letter-spacing: -0.02em; line-height: 1.02; color: var(--ink); }
.script{ font-family: var(--f-hand); }
.metric{ font-family: var(--f-display); font-weight: 600; letter-spacing: -0.02em; }
.mono{ font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }

/* ─────────── Section layout for content under desktop ─────────── */
.section{ padding: 80px 32px; max-width: 1280px; margin: 0 auto; }
.section.tight{ padding: 56px 32px; }
.section h2.h{ font-family: var(--f-display); font-size: 56px; line-height: 1.02; letter-spacing: -0.02em; font-weight: 600; margin: 0 0 8px; }
.section .sub{ color: var(--ink-3); font-size: 17px; max-width: 540px; }

/* Logos strip */
.logos{
  display:flex; align-items:center; gap: 24px;
  padding: 24px 32px;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap; justify-content:space-between;
}
.logos .lead{ font-family: var(--f-mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-3); }
.logos .row{ display:flex; gap: 36px; flex: 1; justify-content: space-around; }
.logos .row span{ font-family: var(--f-display); font-size: 22px; font-weight: 500; color: var(--ink-2); }

/* Finder section */
.finder{
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}
.finder .head{
  display:flex; padding: 12px 16px;
  background: var(--paper-2); border-bottom: 1px solid var(--line);
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3);
}
.finder .row{ display:flex; align-items:center; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.finder .row:last-child{ border-bottom: 0; }
.finder .row:hover{ background: var(--paper-2); }
.finder .name{ flex: 2; display:flex; align-items:center; gap: 10px; font-weight: 500; }
.finder .name .ico{ width: 26px; height: 26px; border-radius: 6px; background: var(--paper-3); display:inline-flex; align-items:center; justify-content:center; font-size: 13px; }
.finder .ind{ flex: 1; color: var(--ink-2); }
.finder .uses{ flex: 1.6; display:flex; gap: 6px; flex-wrap: wrap; }
.finder .since{ flex: 0.8; color: var(--ink-3); font-family: var(--f-mono); font-size: 12px; }
.finder .pill{ font-size: 11px; padding: 2px 9px; border-radius: 999px; }

/* CTA window */
.cta-win{
  max-width: 760px; margin: 0 auto;
  background: var(--paper);
  border-radius: var(--r-win);
  border: 1px solid rgba(0,0,0,0.18);
  box-shadow: var(--shadow-win);
  overflow: hidden;
}
.cta-win .titlebar{
  display:flex; align-items:center; justify-content:space-between;
  padding: 8px 12px; border-bottom: 1px solid var(--line);
  background: var(--ink); color: var(--paper);
}
.cta-win .body{ padding: 40px 40px 36px; }
.cta-win .field{
  display:block; width: 100%; padding: 12px 14px;
  border: 1px solid var(--line); border-radius: 10px;
  background: var(--paper-2);
  font: inherit; color: var(--ink);
  margin-bottom: 10px;
}
.cta-win .field:focus{ outline: 2px solid var(--ink); outline-offset: -1px; background: var(--paper); }

/* Footer */
.foot{
  background: var(--ink);
  color: var(--paper);
  padding: 18px 24px;
  display:flex; align-items:center; justify-content:space-between;
  flex-wrap: wrap; gap: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.foot .brand{ display:flex; align-items:center; gap: 10px; font-family: var(--f-display); font-weight: 600; font-size: 18px; }
.foot .brand .oigo-brand-logo{ width:148px; }
.foot .copy{ font-family: var(--f-mono); font-size: 12px; opacity: 0.55; margin-left: 8px; }
.foot .info{ display:flex; gap: 26px; font-family: var(--f-mono); font-size: 13px; align-items:center; }
.foot .info a{ display:inline-flex; align-items:center; gap: 6px; }
.foot .info a:hover{ opacity: 0.8; }
.foot .social{ display:flex; gap: 8px; }
.foot .social a{
  width: 34px; height: 34px; display:inline-flex; align-items:center; justify-content:center;
  border-radius: 8px; border: 1px solid rgba(255,255,255,0.25);
  font-family: var(--f-mono); font-size: 12px;
  transition: background .12s, transform .12s;
}
.foot .social a:hover{ background: rgba(255,255,255,0.08); transform: translateY(-1px); }

/* Underline scribble */
.under{
  position: relative; display: inline-block;
}
.under::after{
  content:"";
  position: absolute; left: -2px; right: -2px; bottom: -4px; height: 12px;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' preserveAspectRatio='none'><path d='M2 7 Q 30 2 60 6 T 120 7 T 198 5' stroke='currentColor' fill='none' stroke-width='2.5' stroke-linecap='round'/></svg>") center/100% 100% no-repeat;
  color: var(--ink);
  opacity: 0.9;
}

/* Manifesto window styling specifically */
.win.manifesto .titlebar{ background: var(--ink); color: var(--paper); }
.win.manifesto .winbody{ padding: 36px 36px 32px; background:
  radial-gradient(700px 300px at 0% 0%, rgba(255,255,255,0.6), transparent 60%),
  var(--paper); }

/* Live demo content */
.k-card{
  background: var(--paper);
  border-radius: 10px;
  padding: 12px 14px;
  border: 1px solid var(--line);
}
.k-tag{
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3);
}
.k-big{ font-family: var(--f-display); font-weight: 600; letter-spacing: -0.02em; font-size: 30px; line-height: 1; }

/* Window padding helpers */
.p-14{ padding: 14px; }
.p-16{ padding: 16px; }
.p-18{ padding: 18px; }
.gap-2{ gap: 8px; }
.gap-3{ gap: 12px; }
.gap-4{ gap: 16px; }

.flex{ display:flex; }
.col{ flex-direction: column; }
.between{ justify-content: space-between; }
.icenter{ align-items:center; }
.iend{ align-items: flex-end; }
.istart{ align-items: flex-start; }
.gap-row > * + *{ margin-left: 8px; }

/* progress */
.prog{ height: 8px; background: rgba(0,0,0,0.07); border-radius: 999px; overflow: hidden; }
.prog > div{ height: 100%; border-radius: 999px; }

/* Bubble */
.bub{ padding: 8px 12px; border-radius: 14px; max-width: 85%; font-size: 14px; line-height: 1.3; }
.bub.them{ background: var(--paper-2); align-self: flex-start; border-bottom-left-radius: 6px; }
.bub.us{ align-self: flex-end; border-bottom-right-radius: 6px; }
.bub.ai{ background: transparent; border: 1.5px dashed currentColor; align-self: flex-start; font-family: var(--f-mono); font-size: 12px; }

/* mini channel pill */
.chan{ display:flex; align-items:center; gap: 6px; padding: 4px 8px; border-radius: 999px; font-size: 12px; }

/* swatch dot */
.sw{ width: 10px; height: 10px; border-radius: 999px; display:inline-block; border: 1px solid rgba(0,0,0,0.2); }

/* ─────────── Mantar pano · yol haritası ─────────── */
.corkboard{
  position: absolute;
  z-index: 1;
  padding: 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, #74502c 0%, #4a3019 42%, #7d5631 58%, #3f2a16 100%);
  box-shadow:
    0 34px 64px -22px rgba(0,0,0,0.55),
    inset 0 1px 0 rgba(255,255,255,0.18),
    inset 0 -2px 4px rgba(0,0,0,0.4);
}
.cork-surface{
  position: relative;
  height: 100%;
  border-radius: 5px;
  background-color: #c89a55;
  background-image:
    radial-gradient(rgba(86,52,18,0.30) 1px, transparent 1.6px),
    radial-gradient(rgba(158,112,58,0.32) 1px, transparent 1.6px),
    radial-gradient(rgba(70,42,14,0.20) 1.4px, transparent 2px);
  background-size: 9px 9px, 13px 11px, 21px 19px;
  background-position: 0 0, 5px 6px, 11px 3px;
  box-shadow:
    inset 0 2px 12px rgba(54,32,8,0.5),
    inset 0 0 0 1px rgba(0,0,0,0.18),
    inset 0 -2px 10px rgba(54,32,8,0.4);
}
.cork-screw{
  position: absolute; width: 9px; height: 9px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #efe6cf, #9c8a60 70%, #6e5d38);
  box-shadow: 0 1px 2px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(0,0,0,0.25);
}
.cork-screw.tl{ top: 8px; left: 8px; }
.cork-screw.tr{ top: 8px; right: 8px; }
.cork-screw.bl{ bottom: 8px; left: 8px; }
.cork-screw.br{ bottom: 8px; right: 8px; }
.cork-plate{
  position: absolute; top: 16px; left: 50%;
  transform: translateX(-50%) rotate(-1deg);
  padding: 5px 16px; border-radius: 4px;
  background: linear-gradient(180deg, #ecdcb0 0%, #cdb47d 100%);
  color: #4a3416;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.2em;
  border: 1px solid rgba(80,55,20,0.5);
  box-shadow: 0 3px 7px rgba(0,0,0,0.32), inset 0 1px 0 rgba(255,255,255,0.65);
  white-space: nowrap;
}
.cork-sub{
  position: absolute; top: 48px; left: 50%;
  transform: translateX(-50%) rotate(-1deg);
  font-family: var(--f-hand); font-size: 17px; color: #5a3a1d; opacity: 0.85;
  white-space: nowrap;
}

/* Raptiyeli yol haritası kağıdı */
.pinnote{
  position: absolute;
  width: 196px;
  padding: 18px 16px 14px;
  background:
    linear-gradient(180deg, #fffdf6 0%, #fbf6e9 100%);
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 14px 24px -10px rgba(0,0,0,0.4), 0 2px 6px rgba(0,0,0,0.12);
  cursor: grab;
  user-select: none;
  will-change: transform;
}
.pinnote:active{ cursor: grabbing; box-shadow: 0 22px 36px -12px rgba(0,0,0,0.45); }
.pinnote .pin{
  position: absolute; top: -10px; left: 50%; margin-left: -9px;
  width: 18px; height: 18px; border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #ff9a9a 0%, #e23b3b 55%, #a31515 100%);
  box-shadow: 0 4px 6px rgba(0,0,0,0.42), inset 0 1px 1px rgba(255,255,255,0.55);
}
.pinnote .pin::after{
  content:""; position: absolute; top: 13px; left: 50%; margin-left: -1px;
  width: 2px; height: 9px; background: rgba(0,0,0,0.22);
  border-radius: 0 0 2px 2px;
}
.pn-head{ display: flex; align-items: center; gap: 8px; }
.pn-dot{ width: 9px; height: 9px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.2); flex: none; }
.pn-name{ font-family: var(--f-display); font-weight: 600; font-size: 21px; letter-spacing: -0.01em; color: var(--ink); }
.pn-stage{
  display: inline-block; margin-top: 11px;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.05em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 999px;
}
.pn-stage[data-stage="dev"]{ background: #fde4a6; color: #6a4400; }
.pn-stage[data-stage="plan"]{ background: #dbe7f3; color: #2a4660; }
.pn-rule{ height: 1px; background: rgba(0,0,0,0.1); margin: 13px 0 9px; }
.pn-date{ display: flex; align-items: baseline; justify-content: space-between; }
.pn-dlabel{ font-family: var(--f-mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.07em; color: var(--ink-3); }
.pn-year{ font-family: var(--f-display); font-weight: 600; font-size: 27px; line-height: 1; color: var(--ink); }
.pn-sub{ margin-top: 9px; font-family: var(--f-hand); font-size: 18px; line-height: 1; color: var(--ink-2); }

/* El yazısı iletişim kağıdı — panonun sağında, duvara asılı */
.contactnote{
  position: absolute;
  width: 230px;
  padding: 22px 22px 18px;
  font-family: var(--f-hand);
  color: var(--ink);
  background: linear-gradient(180deg, #fffdf5 0%, #fbf2da 100%);
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 18px 30px -12px rgba(0,0,0,0.42), 0 2px 6px rgba(0,0,0,0.12);
  cursor: grab;
  user-select: none;
  will-change: transform;
}
.contactnote:active{ cursor: grabbing; box-shadow: 0 26px 40px -14px rgba(0,0,0,0.46); }
.contactnote .pin{
  position: absolute; top: -10px; left: 50%; margin-left: -9px;
  width: 18px; height: 18px; border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #ffd982 0%, #f0a31e 55%, #b9760a 100%);
  box-shadow: 0 4px 6px rgba(0,0,0,0.42), inset 0 1px 1px rgba(255,255,255,0.6);
}
.contactnote .pin::after{
  content:""; position: absolute; top: 13px; left: 50%; margin-left: -1px;
  width: 2px; height: 9px; background: rgba(0,0,0,0.22); border-radius: 0 0 2px 2px;
}
.cn-eyebrow{
  font-size: 31px; line-height: 0.9; font-weight: 700; color: var(--ink);
  margin-bottom: 14px;
}
.cn-eyebrow::after{
  content:""; display: block; width: 70px; height: 3px; margin-top: 5px;
  background: var(--c-hotel); border-radius: 2px; transform: rotate(-1.2deg);
}
.cn-line{
  display: block; font-size: 22px; line-height: 1.2; color: var(--ink-2);
  text-decoration: none; letter-spacing: 0.01em; white-space: nowrap;
}
.cn-line + .cn-line{ margin-top: 3px; }
.cn-mail{ color: var(--ink); font-size: 20px; }
.cn-mail:hover, .contactnote a.cn-line:hover{ text-decoration: underline; text-decoration-thickness: 1.5px; }
.cn-place{ margin-top: 9px; color: var(--ink-3); font-size: 21px; }
.cn-scribble{ margin-top: 13px; font-size: 20px; color: var(--c-agency); transform: rotate(-1.8deg); }

/* drag affordance hint */
.drag-hint{
  position: absolute; right: 8px; top: 8px;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.08em;
  color: var(--ink-3); opacity: 0; transition: opacity .15s ease;
  pointer-events: none;
}
.win:hover .drag-hint{ opacity: 0.7; }

/* ═══════════ Mobil / responsive (≤ 860px) ═══════════ */
/* ═══════════ Hero banner · tek pencere carousel ═══════════ */
.hwin .winbody{ padding: 0; }
.hbanner{
  position: relative;
  height: 100%;
  display: flex; flex-direction: column;
  padding: 32px 78px 20px;
  background:
    radial-gradient(900px 360px at 12% 6%, rgba(255,255,255,0.55), transparent 60%),
    var(--paper);
}
.hb-track{ flex: 1; display: flex; min-height: 0; }
@keyframes hbIn  { from{ opacity:0; transform: translateX(28px);} to{ opacity:1; transform:none; } }
@keyframes hbInL { from{ opacity:0; transform: translateX(-28px);} to{ opacity:1; transform:none; } }
.hb-track{ animation: hbIn .42s cubic-bezier(.2,.7,.2,1); }
.hb-track[data-dir="-1"]{ animation-name: hbInL; }
@media (prefers-reduced-motion: reduce){ .hb-track{ animation: none; } }

.hb-main{ flex:1; display:grid; grid-template-columns: 1.04fr 0.96fr; gap: 52px; align-items: center; min-height:0; }
.hb-left{ display:flex; flex-direction: column; gap: 16px; min-width:0; }
.hb-h1{ font-size: 52px; line-height: 1.02; margin: 0; }
.hb-lead{ font-size: 17px; line-height: 1.5; color: var(--ink-2); max-width: 520px; margin: 0; }
.hb-tag{ font-family: var(--f-mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); margin-top: -4px; }
.hb-eyebrow{ display:flex; align-items:center; gap: 14px; flex-wrap: wrap; }
.hb-eyebrow .num{ font-family: var(--f-mono); font-size: 12px; letter-spacing: .1em; font-weight: 600; }
.hb-eyebrow .st{ font-family: var(--f-mono); font-size: 11px; letter-spacing: .04em; color: #16a34a; }
.hb-eyebrow .st.soon{ color: var(--ink-3); }
.hb-feats{ display:flex; gap: 8px; flex-wrap: wrap; }
.hb-feat{ font-size: 12.5px; padding: 5px 12px; border-radius: 999px;
  background: color-mix(in oklch, var(--cc), white 88%);
  color: color-mix(in oklch, var(--cc), black 18%);
  border: 1px solid color-mix(in oklch, var(--cc), white 62%); }
.hb-cta{ margin-top: 6px; align-items: center; flex-wrap: wrap; }
.hb-domain{ text-transform: none; color: var(--ink-3); }

.hb-right{ display:flex; align-items:center; justify-content:center; height: 100%; min-height:0; }

/* manifesto kimlik paneli */
.hb-identity{
  width: 100%; max-width: 460px; padding: 32px 34px;
  border: 1px solid var(--line); border-radius: 18px;
  background:
    radial-gradient(380px 200px at 82% 0%, rgba(0,0,0,0.045), transparent 60%),
    var(--paper-2);
  display:flex; flex-direction: column; align-items: flex-start; gap: 8px;
  box-shadow: 0 24px 50px -28px rgba(0,0,0,0.3);
}
.hb-id-title{ font-family: var(--f-display); font-weight: 600; font-size: 30px; margin-top: 6px; }
.hb-id-sub{ font-family: var(--f-mono); font-size: 12px; color: var(--ink-3); text-transform: uppercase; letter-spacing: .08em; }
.hb-stats{ display:flex; gap: 28px; margin: 16px 0 4px; }
.hb-stats > div{ display:flex; flex-direction: column; }
.hb-stats b{ font-family: var(--f-display); font-weight: 600; font-size: 30px; line-height: 1; }
.hb-stats span{ font-family: var(--f-mono); font-size: 10.5px; color: var(--ink-3); text-transform: uppercase; letter-spacing: .06em; margin-top: 4px; }
.hb-id-rule{ width: 100%; height: 1px; background: var(--line); margin: 6px 0 2px; }
.hb-id-hint{ font-family: var(--f-mono); font-size: 11px; color: var(--ink-3); }
.hb-chips{ display:flex; flex-wrap: wrap; gap: 7px; margin-top: 6px; }
.hb-chip{ display:inline-flex; align-items:center; gap: 7px; padding: 5px 12px; border-radius: 999px;
  background: var(--cc); color: var(--ct); font-size: 12.5px; border: none; cursor: pointer;
  transition: transform .14s, filter .14s; }
.hb-chip:hover{ transform: translateY(-2px); filter: brightness(1.05); }
.hb-chip .d{ width: 6px; height: 6px; border-radius: 999px; background: var(--ct); opacity: .5; }

/* ürün ekranı (canlı önizleme çerçevesi) */
.hb-screen{
  position: relative;
  width: 100%; max-width: 524px; height: 472px; max-height: 96%;
  background: var(--paper);
  border: 1px solid rgba(0,0,0,0.14); border-radius: 16px; overflow: hidden;
  box-shadow: 0 34px 64px -26px rgba(0,0,0,0.42), 0 10px 26px -14px rgba(0,0,0,0.22);
}
.hb-screen-bar{ position: relative; z-index: 1; display:flex; align-items:center; gap: 6px;
  padding: 10px 13px; border-bottom: 1px solid var(--line); background: var(--paper-2); }
.hb-screen-bar .d{ width: 9px; height: 9px; border-radius: 999px; background: rgba(0,0,0,0.18); }
.hb-screen-bar .d:nth-child(1){ background:#ff5f57; }
.hb-screen-bar .d:nth-child(2){ background:#febc2e; }
.hb-screen-bar .d:nth-child(3){ background:#28c840; }
.hb-screen-url{ margin-left: 8px; font-family: var(--f-mono); font-size: 11px; color: var(--ink-3); }
.hb-screen-body{ position: absolute; inset: 41px 0 0 0; overflow: hidden; }
.hb-screen-body > *{ height: 100%; }
.hb-soon{ position: absolute; top: 52px; right: 14px; z-index: 2;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px; background: var(--cc); color: #fff; }

/* alt navigasyon */
.hb-nav{ display:flex; align-items:center; gap: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.hb-count{ flex: 0 0 auto; font-family: var(--f-mono); font-size: 13px; color: var(--ink); letter-spacing: .06em; }
.hb-count span{ color: var(--ink-3); }
.hb-dots{ flex: 1; display:flex; justify-content: center; gap: 9px; }
.hb-dots .dot{ width: 9px; height: 9px; border-radius: 999px; background: rgba(0,0,0,0.16); border: none; cursor: pointer; padding: 0;
  transition: width .18s, background .18s; }
.hb-dots .dot:hover{ background: rgba(0,0,0,0.34); }
.hb-dots .dot.on{ width: 26px; background: var(--ink); }
.hb-navbtns{ flex: 0 0 auto; display: none; gap: 8px; }
.hb-navbtns .navbtn{ width: 38px; height: 32px; border-radius: 9px; border: 1px solid rgba(0,0,0,0.14);
  background: var(--paper); color: var(--ink); font-size: 20px; line-height: 1; cursor: pointer; padding: 0; }

/* büyük yan oklar */
.hb-arrow{
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 46px; height: 46px; border-radius: 999px;
  display:flex; align-items:center; justify-content:center;
  font-size: 26px; line-height: 1; color: var(--ink);
  background: var(--paper); border: 1px solid rgba(0,0,0,0.14);
  box-shadow: 0 12px 26px -12px rgba(0,0,0,0.34);
  cursor: pointer; z-index: 6; padding: 0 0 3px 0;
  transition: transform .15s, box-shadow .15s;
}
.hb-arrow:hover{ transform: translateY(-50%) scale(1.08); box-shadow: 0 16px 32px -12px rgba(0,0,0,0.44); }
.hb-arrow:active{ transform: translateY(-50%) scale(0.95); }
.hb-arrow.left{ left: 18px; }
.hb-arrow.right{ right: 18px; }

@media (max-width: 1400px){
  /* OS menü çubuğu → iki satır, menü yatay kayar */
  .os-bar{ flex-wrap: wrap; gap: 8px; padding: 8px 12px; }
  .os-bar .right{ order: 1; width: 100%; justify-content: space-between; gap: 10px; }
  .os-bar .right > span:not(.langtoggle){ display: none; }
  .os-bar .menu{
    order: 2; width: 100%; gap: 16px;
    overflow-x: auto; padding-bottom: 3px;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
  }
  .os-bar .menu::-webkit-scrollbar{ display: none; }
  .os-bar .menu a, .os-bar .menu .megalink{ white-space: nowrap; }

  /* Masaüstü tuvali → dikey yığın */
  .desktop{
    min-height: 0;
    padding: 16px 14px 28px;
    overflow: visible;
    display: flex; flex-direction: column; gap: 16px;
  }
  .desktop::before{ display: none; }
  .anno, .note{ display: none !important; }
  .contactnote{ display: none !important; }

  .win{
    position: relative !important;
    transform: none !important;
    left: auto !important; top: auto !important;
    width: 100% !important; height: auto !important;
    z-index: auto !important; margin: 0 !important;
  }
  .win .winbody{ height: auto !important; overflow: visible !important; }
  .win .titlebar{ cursor: default; }
  .win.active{ box-shadow: var(--shadow-win); }
  .drag-hint{ display: none !important; }
  /* Tek geniş banner pencere → mobilde dikey yığın, sonuç odaklı */
  .hwin .winbody{ padding: 0 !important; }
  .hbanner{ padding: 20px 16px 16px !important; }
  .hb-arrow{ display: none !important; }
  .hb-navbtns{ display: flex !important; }
  .hb-main{ grid-template-columns: 1fr !important; gap: 22px !important; }
  .hb-h1{ font-size: 32px !important; line-height: 1.05 !important; }
  .hb-lead{ font-size: 15px !important; }
  .hb-right{ height: auto !important; }
  .hb-screen{ height: 340px !important; max-height: none !important; max-width: none !important; }
  .hb-identity{ max-width: none !important; padding: 24px 20px !important; }
  .hb-stats{ gap: 22px !important; }

  /* Yol haritası mobilde tamamen gizli — sonuç odaklı akış */
  .corkboard, .pinnote, .cork-surface{ display: none !important; }

  /* Dock → akışta, yatay kaydırmalı */
  .dock-wrap{ position: static; margin: 0; padding: 0 14px; }
  .dock{
    width: 100%; justify-content: flex-start;
    overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none;
  }
  .dock::-webkit-scrollbar{ display: none; }
  .dock .app{ flex: none; }
  .dock .app:hover{ transform: none; }
  .dock .app:hover + .app, .dock .app:has(+ .app:hover){ transform: none; }

  /* Alt bölümler */
  .section{ padding: 44px 16px; }
  .section.tight{ padding: 30px 16px; }
  .section h2.h{ font-size: 31px; }
  .section .sub{ font-size: 15px; }
  .section .flex.between.iend{ flex-direction: column; align-items: flex-start; gap: 12px; }

  .logos{ flex-direction: column; align-items: flex-start; gap: 12px; padding: 22px 16px; }
  .logos .row{ width: 100%; flex: none; gap: 14px 20px; flex-wrap: wrap; justify-content: flex-start; }
  .logos .row span{ font-size: 17px; }

  .finder .head{ display: none; }
  .finder .row{ flex-direction: column; align-items: flex-start; gap: 7px; }
  .finder .name, .finder .ind, .finder .uses, .finder .since{ flex: none !important; width: 100%; }

  .cta-win .body{ padding: 26px 18px 24px; }
  .cta-win .display{ font-size: 33px !important; }
  .cta-win .cta-grid{ grid-template-columns: 1fr !important; }
  .cta-win .cta-actions{ flex-direction: column; align-items: stretch !important; gap: 12px; }
  .cta-win .cta-actions .btn.solid.lg{ justify-content: center; }

  .foot{ padding: 18px 16px; gap: 12px; }
  .foot .info{ gap: 14px; flex-wrap: wrap; }
}
