/* =========================================================
   Hakkımızda 2026 — compact editorial
   ========================================================= */

.about-page {
  --about-ink: #111712;
  --about-muted: #6b726c;
  --about-line: rgba(17, 23, 18, 0.08);
  --about-gold: #c9a227;
  --about-paper: #ffffff;
  --about-soft: #f7f6f2;
  --about-wrap: min(1180px, calc(100% - 64px));
  background: var(--about-paper) !important;
}

.about-main {
  overflow: clip;
}

.about-wrap {
  width: var(--about-wrap);
  margin-inline: auto;
}

.about-kicker {
  display: inline-block;
  margin: 0 0 10px;
  color: var(--about-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-script {
  margin: 0 0 8px;
  color: var(--about-gold);
  font-family: "Caveat", cursive;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 700;
  line-height: 1;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  background: #111712;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.18s ease, transform 0.18s ease;
}

.about-btn b { font-weight: 700; color: #fff; }

.about-btn:hover {
  background: #1c241e;
  transform: translateY(-1px);
  filter: none;
}

.about-btn.ghost {
  background: #111712;
  border: 1px solid #111712;
  color: #fff;
}

.about-btn.ghost:hover {
  background: #1c241e;
  color: #fff;
  filter: none;
}

.about-btn.dark {
  background: #111712;
  color: #fff;
}

.about-link {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  padding-bottom: 2px;
}

.about-link.ink {
  color: var(--about-ink);
  border-color: rgba(17, 23, 18, 0.2);
}

.about-link.ink:hover {
  border-color: var(--about-ink);
}

.about-hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
}

/* ---------- Manifesto ---------- */
.about-manifesto {
  padding: 52px 0 36px;
  background: var(--about-paper);
  text-align: center;
}

.about-manifesto h2 {
  margin: 0 auto;
  max-width: 16ch;
  color: var(--about-ink);
  font-size: clamp(28px, 3.8vw, 46px);
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.about-manifesto h2 em {
  font-style: normal;
}

.about-lede {
  margin: 16px auto 0;
  max-width: 52ch;
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.7;
}

/* ---------- Story stage ---------- */
.about-story {
  padding: 8px 0 40px;
  background: var(--about-paper);
}

.about-story-stage {
  position: relative;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 520px;
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  background: #0e1210;
  overflow: hidden;
}

.about-story-shot {
  margin: 0;
  position: relative;
  min-height: 520px;
}

.about-story-shot img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center 45%;
}

.about-story-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, rgba(14, 18, 16, 0.55) 100%);
  pointer-events: none;
}

.about-story-shot figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(14, 18, 16, 0.55);
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  backdrop-filter: blur(8px);
}

.about-story-panel {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 40px 36px 28px;
  color: #fff;
  background:
    linear-gradient(160deg, rgba(20, 26, 22, 0.98) 0%, rgba(12, 15, 13, 0.98) 100%);
}

.about-story-panel .about-kicker {
  color: var(--about-gold);
}

.about-story-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.about-story-panel p {
  margin: 14px 0 0;
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.7;
}

.about-story-meta {
  list-style: none;
  margin: 28px 0 0;
  padding: 20px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.about-story-meta li {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.about-story-meta strong {
  color: var(--about-gold);
  font-size: 26px;
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1;
}

.about-story-meta span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

@media (max-width: 980px) {
  .about-story-stage {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .about-story-shot,
  .about-story-shot img {
    min-height: 280px;
  }

  .about-story-shot::after {
    background: linear-gradient(180deg, transparent 40%, rgba(14, 18, 16, 0.85) 100%);
  }

  .about-story-panel {
    padding: 28px 22px 30px;
  }

  .about-story-meta {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* ---------- Principles ---------- */
.about-principles {
  padding: 48px 0;
  background: var(--about-soft);
}

.about-section-head {
  margin-bottom: 28px;
}

.about-section-head h2 {
  margin: 0;
  color: var(--about-ink);
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.about-rule-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--about-line);
}

.about-rule-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 22px 20px 22px 0;
  border-bottom: 1px solid var(--about-line);
}

.about-rule-list li:nth-child(odd) {
  padding-right: 28px;
  border-right: 1px solid var(--about-line);
}

.about-rule-list li:nth-child(even) {
  padding-left: 28px;
}

.about-rule-list span {
  color: var(--about-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-top: 3px;
}

.about-rule-list h3 {
  margin: 0;
  color: var(--about-ink);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.about-rule-list p {
  margin: 8px 0 0;
  max-width: 36ch;
  color: var(--about-muted);
  font-size: 13px;
  line-height: 1.65;
}

/* ---------- Place band ---------- */
.about-place {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background: #0a0d0b;
}

.about-place-media,
.about-place-shade {
  position: absolute;
  inset: 0;
}

.about-place-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.about-place-shade {
  background:
    linear-gradient(90deg, rgba(8, 10, 9, 0.82) 0%, rgba(8, 10, 9, 0.28) 55%, rgba(8, 10, 9, 0.4) 100%),
    linear-gradient(180deg, rgba(8, 10, 9, 0.15) 0%, rgba(8, 10, 9, 0.75) 100%);
}

.about-place-copy {
  position: relative;
  z-index: 2;
  width: var(--about-wrap);
  margin: 0 auto;
  padding: 48px 0;
}

.about-place-copy h2 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.about-place-copy > p:not(.about-script) {
  margin: 12px 0 0;
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.65;
}

.about-place-copy .about-btn {
  margin-top: 20px;
}

/* ---------- Trust ---------- */
.about-trust {
  padding: 18px 0;
  background: var(--about-ink);
  color: #fff;
}

.about-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 36px;
}

.about-trust-row p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 500;
}

.about-trust-row b {
  margin-right: 8px;
  color: var(--about-gold);
  font-weight: 700;
}

/* ---------- Close ---------- */
.about-close {
  padding: 56px 0 64px;
  background: var(--about-paper);
  text-align: center;
}

.about-close-inner h2 {
  margin: 0 auto;
  max-width: 14ch;
  color: var(--about-ink);
  font-size: clamp(28px, 3.8vw, 44px);
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.about-close-inner > p:not(.about-script) {
  margin: 12px auto 0;
  max-width: 40ch;
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.65;
}

.about-close .about-hero-cta {
  margin-top: 22px;
}

/* ---------- Reveal ---------- */
.about-manifesto,
.about-story-stage,
.about-rule-list li,
.about-place-copy,
.about-close-inner {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1), transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-manifesto.is-in,
.about-story-stage.is-in,
.about-rule-list li.is-in,
.about-place-copy.is-in,
.about-close-inner.is-in {
  opacity: 1;
  transform: translateY(0);
}

.about-rule-list li:nth-child(2).is-in { transition-delay: 0.05s; }
.about-rule-list li:nth-child(3).is-in { transition-delay: 0.1s; }
.about-rule-list li:nth-child(4).is-in { transition-delay: 0.15s; }

@media (max-width: 980px) {
  .about-page {
    --about-wrap: calc(100% - 36px);
  }

  .about-rule-list {
    grid-template-columns: 1fr;
  }

  .about-rule-list li,
  .about-rule-list li:nth-child(odd),
  .about-rule-list li:nth-child(even) {
    padding: 18px 0;
    border-right: 0 !important;
  }

  .about-place {
    min-height: 360px;
  }

  .about-manifesto,
  .about-principles,
  .about-close {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-manifesto,
  .about-story-stage,
  .about-rule-list li,
  .about-place-copy,
  .about-close-inner {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
