/* ============================================================
   Yake Store · Satıcı Merkezi — Ana Sayfa
   Yön: moda-editöryal / galeri-lüks. Fraunces (serif) başlık + Inter gövde,
   mürekkep + kum paleti (tokens.css). Asimetrik editöryal düzen, gerçek
   fotoğraf, hairline yapı, ölçülü hareket. Açık + koyu tema.
   ============================================================ */

body.lp {
  background: var(--color-bg);
  color: var(--color-text);
  overflow-x: clip;
  font-family: var(--font-body);
}
.lp h1, .lp h2, .lp h3 { font-family: var(--font-display); font-weight: 400; letter-spacing: -0.012em; line-height: 1.04; }

.lp-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding-inline: clamp(20px, 5vw, 56px); }
.lp-kicker { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-body); font-size: var(--step-eyebrow); font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em; color: var(--color-prog); }
.lp-kicker::before { content: ''; width: 26px; height: 1px; background: currentColor; opacity: 0.6; }
.lp-kicker.center { justify-content: center; }

/* ===== Buttons ===== */
.lp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-body); font-weight: 500; font-size: 0.95rem; padding: 14px 26px; border-radius: var(--radius-pill); border: 1px solid transparent; cursor: pointer; transition: transform var(--dur-fast) var(--ease-out), background var(--dur-base), color var(--dur-base), border-color var(--dur-base); }
.lp-btn:hover { transform: translateY(-2px); }
.lp-btn-primary { background: var(--color-primary); color: var(--color-on-primary); }
.lp-btn-primary:hover { background: var(--color-primary-hover); }
.lp-btn-outline { background: transparent; color: var(--color-text); border-color: var(--color-border-strong); }
.lp-btn-outline:hover { border-color: var(--color-text); }
.lp-btn-text { background: transparent; color: var(--color-text); padding: 14px 6px; }
.lp-btn-text .arw { transition: transform var(--dur-base) var(--ease-out); }
.lp-btn-text:hover { transform: none; }
.lp-btn-text:hover .arw { transform: translateX(4px); }
.lp-btn-light { background: var(--white); color: var(--ink-950); }
.lp-btn-light:hover { background: var(--ink-100); }

/* ===== Nav ===== */
.lp-nav { position: sticky; top: 0; z-index: 60; border-bottom: 1px solid transparent; transition: background var(--dur-base), border-color var(--dur-base); }
.lp-nav.scrolled { background: color-mix(in srgb, var(--color-bg) 78%, transparent); backdrop-filter: saturate(180%) blur(16px); -webkit-backdrop-filter: saturate(180%) blur(16px); border-bottom-color: var(--color-border); }
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) { .lp-nav.scrolled { background: var(--color-bg); } }
.lp-nav-in { display: flex; align-items: center; gap: 24px; height: 72px; }
.lp-logo { font-family: var(--font-display); font-weight: 500; font-size: 1.4rem; letter-spacing: -0.01em; }
.lp-logo .dot { color: var(--color-accent); }
.lp-links { display: flex; gap: 30px; margin-inline: auto; }
.lp-links a { font-size: 0.92rem; color: var(--color-text-soft); position: relative; padding: 4px 0; transition: color var(--dur-base); }
.lp-links a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: var(--color-text); transform: scaleX(0); transform-origin: left; transition: transform var(--dur-base) var(--ease-out); }
.lp-links a:hover { color: var(--color-text); }
.lp-links a:hover::after { transform: scaleX(1); }
.lp-nav-right { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.lp-theme { width: 40px; height: 40px; border-radius: var(--radius-pill); display: grid; place-items: center; border: 1px solid var(--color-border); background: transparent; color: var(--color-text); cursor: pointer; flex: 0 0 auto; transition: border-color var(--dur-base); }
.lp-theme:hover { border-color: var(--color-text); }
.lp-nav-cta { padding: 10px 20px; font-size: 0.9rem; }
.theme-sun { display: none; } .theme-moon { display: inline-flex; }
[data-theme='dark'] .theme-sun { display: inline-flex; } [data-theme='dark'] .theme-moon { display: none; }
.lp-burger { display: none; }

/* ===== Hero (asimetrik editöryal) ===== */
.lp-hero { padding-top: clamp(40px, 5vw, 80px); padding-bottom: clamp(48px, 6vw, 96px); }
.lp-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.lp-hero-copy { max-width: 36rem; }
.lp-hero h1 { font-size: clamp(2.9rem, 1rem + 7vw, 6rem); margin-top: 26px; letter-spacing: -0.03em; line-height: 0.98; }
.lp-hero h1 em { font-style: italic; color: var(--color-prog); }
.lp-hero-sub { margin-top: 26px; font-size: clamp(1.05rem, 1rem + 0.5vw, 1.3rem); color: var(--color-text-soft); line-height: 1.55; max-width: 34ch; }
.lp-hero-cta { display: flex; align-items: center; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.lp-hero-meta { margin-top: 30px; display: flex; align-items: center; gap: 18px; color: var(--color-muted); font-size: 0.85rem; }
.lp-hero-meta .ln { width: 28px; height: 1px; background: var(--color-border-strong); }

.lp-hero-fig { position: relative; }
.lp-hero-fig .frame { position: relative; aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden; background: var(--color-surface-2); box-shadow: var(--shadow-lg); }
.lp-hero-fig img { width: 100%; height: 100%; object-fit: cover; object-position: center 12%; }
.lp-hero-fig .accent-block { position: absolute; inset: auto -22px -22px auto; width: 46%; height: 38%; background: var(--color-accent); border-radius: var(--radius); z-index: -1; }
.lp-hero-badge { position: absolute; left: -26px; bottom: 40px; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius); padding: 14px 18px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 2px; }
.lp-hero-badge b { font-family: var(--font-display); font-size: 1.5rem; line-height: 1; }
.lp-hero-badge span { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--color-muted); }

/* ===== Stats strip ===== */
.lp-stats { border-block: 1px solid var(--color-border); }
.lp-stats-in { display: grid; grid-template-columns: repeat(4, 1fr); }
.lp-stat { padding: clamp(26px, 3.4vw, 44px) clamp(8px, 2vw, 24px); border-left: 1px solid var(--color-border); text-align: center; }
.lp-stat:first-child { border-left: 0; }
.lp-stat b { display: block; font-family: var(--font-display); font-size: var(--step-stat-landing); font-weight: 400; letter-spacing: -0.02em; line-height: 1; }
.lp-stat span { display: block; margin-top: 10px; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--color-muted); }

/* ===== Section + head ===== */
.lp-section { padding-block: clamp(72px, 9vw, 150px); }
.lp-head { max-width: 640px; margin-bottom: clamp(40px, 5vw, 72px); }
.lp-head.center { margin-inline: auto; text-align: center; }
.lp-head h2 { font-size: var(--step-h2); margin-top: 16px; text-wrap: balance; }
.lp-head p { margin-top: 16px; color: var(--color-muted); font-size: clamp(1rem, 0.95rem + 0.4vw, 1.2rem); line-height: 1.55; max-width: 48ch; }
.lp-head.center p { margin-inline: auto; }

/* ===== Features (editöryal asimetrik ızgara) ===== */
.lp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.6vw, 22px); }
.lp-card { position: relative; border-radius: var(--radius); padding: clamp(26px, 2.6vw, 40px); border: 1px solid var(--color-border); background: var(--color-surface); display: flex; flex-direction: column; min-height: 270px; transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base); overflow: hidden; }
.lp-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.lp-card .lp-ic { width: 52px; height: 52px; border-radius: var(--radius); display: grid; place-items: center; background: var(--color-surface-2); border: 1px solid var(--color-border); color: var(--color-text); margin-bottom: auto; }
.lp-card h3 { font-size: var(--step-h3); margin-top: 22px; }
.lp-card p { margin-top: 10px; color: var(--color-muted); font-size: var(--step-body); line-height: 1.55; }

.lp-card-img { grid-row: span 2; min-height: 380px; padding: 0; color: var(--white); justify-content: flex-end; border: 0; }
.lp-card-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; z-index: 0; transition: transform 0.9s var(--ease-out); }
.lp-card-img:hover img { transform: scale(1.05); }
.lp-card-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,10,0.04) 0%, rgba(10,10,10,0.72) 100%); z-index: 1; }
.lp-card-img .lp-card-body { position: relative; z-index: 2; padding: clamp(26px, 2.6vw, 40px); }
.lp-card-img h3 { color: var(--white); font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.2rem); }
.lp-card-img p { color: rgba(255,255,255,0.82); }

.lp-card-dark { grid-column: 1 / -1; min-height: 0; flex-direction: row; align-items: center; justify-content: space-between; gap: 24px; background: var(--ink-950); color: var(--white); border: 0; }
[data-theme='dark'] .lp-card-dark { border: 1px solid var(--color-border); }
.lp-card-dark .kx { display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--color-accent); margin-bottom: 10px; }
.lp-card-dark h3 { color: var(--white); font-size: clamp(1.4rem, 1rem + 1.4vw, 2rem); }
.lp-card-dark p { color: rgba(255,255,255,0.72); margin-top: 8px; }
.lp-card-dark .gl { color: rgba(255,255,255,0.4); flex: 0 0 auto; }

/* ===== Showcase (full-bleed editöryal) ===== */
.lp-showcase { position: relative; min-height: clamp(440px, 70vh, 760px); display: grid; align-items: center; }
.lp-showcase img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.lp-showcase::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,10,0.66) 0%, rgba(10,10,10,0.28) 55%, rgba(10,10,10,0.12) 100%); }
.lp-showcase-in { position: relative; z-index: 1; color: var(--white); }
.lp-showcase .lp-kicker { color: var(--sand-300); }
.lp-showcase h2 { color: var(--white); font-size: clamp(2rem, 1.1rem + 4vw, 4rem); max-width: 16ch; margin-top: 16px; text-wrap: balance; }
.lp-showcase p { margin-top: 18px; max-width: 42ch; font-size: clamp(1.05rem, 1rem + 0.5vw, 1.35rem); color: rgba(255,255,255,0.86); line-height: 1.5; }

/* ===== Steps (dark ink) ===== */
.lp-steps { background: var(--ink-950); color: var(--white); }
.lp-steps .lp-head h2 { color: var(--white); }
.lp-steps .lp-kicker { color: var(--color-accent); }
.lp-steplist { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 44px); }
.lp-steplist li { border-top: 1px solid rgba(255,255,255,0.16); padding-top: 24px; }
.lp-stepn { font-family: var(--font-display); font-size: clamp(2rem, 1.2rem + 2.4vw, 3.2rem); font-weight: 400; color: var(--color-accent); line-height: 1; font-style: italic; }
.lp-steplist h3 { color: var(--white); margin-top: 18px; font-size: var(--step-h3); }
.lp-steplist p { margin-top: 10px; color: rgba(255,255,255,0.66); font-size: 0.96rem; line-height: 1.55; }

/* ===== Brands marquee ===== */
.lp-brands { padding-block: clamp(56px, 7vw, 110px); overflow: hidden; }
.lp-marquee { margin-top: clamp(30px, 4vw, 54px); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.lp-track { display: flex; align-items: center; gap: clamp(30px, 4vw, 60px); width: max-content; animation: lp-scroll 46s linear infinite; }
.lp-brands:hover .lp-track { animation-play-state: paused; }
.lp-brand { font-family: var(--font-display); font-size: clamp(1.2rem, 1.8vw, 1.9rem); font-style: italic; color: var(--color-muted); white-space: nowrap; }
.lp-bdot { width: 5px; height: 5px; border-radius: 50%; background: var(--color-accent); flex: 0 0 auto; }
@keyframes lp-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== CTA ===== */
.lp-cta { background: var(--ink-950); color: var(--white); text-align: center; }
.lp-cta-in { max-width: 720px; margin: 0 auto; }
.lp-cta .lp-kicker { color: var(--color-accent); justify-content: center; }
.lp-cta h2 { color: var(--white); font-size: clamp(2.2rem, 1.2rem + 4vw, 4rem); margin-top: 18px; }
.lp-cta p { margin: 18px auto 36px; max-width: 46ch; color: rgba(255,255,255,0.74); font-size: clamp(1.05rem, 1rem + 0.5vw, 1.3rem); }

/* ===== Footer ===== */
.lp-footer { border-top: 1px solid var(--color-border); padding-block: clamp(48px, 6vw, 84px) 32px; }
.lp-footer-in { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 40px; }
.lp-foot-brand .lp-logo { font-size: 1.5rem; }
.lp-foot-brand p { margin-top: 16px; color: var(--color-muted); max-width: 34ch; font-size: 0.95rem; line-height: 1.6; }
.lp-foot-col h4 { font-family: var(--font-body); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--color-muted); margin-bottom: 18px; }
.lp-foot-col a, .lp-foot-muted { display: block; color: var(--color-text-soft); font-size: 0.95rem; margin-bottom: 12px; width: fit-content; transition: color var(--dur-base); }
.lp-foot-col a:hover { color: var(--color-text); }
.lp-foot-bottom { display: flex; justify-content: space-between; gap: 16px; margin-top: clamp(36px, 4vw, 60px); padding-top: 24px; border-top: 1px solid var(--color-border); color: var(--color-muted); font-size: 0.84rem; flex-wrap: wrap; }

/* ===== Scroll reveal ===== */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); transition-delay: calc(var(--i, 0) * 80ms); }
  .reveal.is-visible { opacity: 1; transform: none; }
}

/* ===== Responsive ===== */
@media (max-width: 920px) {
  .lp-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .lp-hero-fig { order: -1; max-width: 460px; }
  .lp-hero-fig .frame { aspect-ratio: 16 / 11; }
  .lp-hero-fig img { object-position: center 18%; }
  .lp-grid { grid-template-columns: 1fr; }
  .lp-card-img { grid-row: auto; min-height: 320px; }
  .lp-card-dark { grid-column: auto; flex-direction: column; align-items: flex-start; }
  .lp-steplist { grid-template-columns: 1fr 1fr; }
  .lp-footer-in { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .lp-links { display: none; }
  .lp-hero-badge { left: 12px; }
}
@media (max-width: 540px) {
  .lp-stats-in { grid-template-columns: 1fr 1fr; }
  .lp-stat { border-top: 1px solid var(--color-border); }
  .lp-stat:first-child, .lp-stat:nth-child(2) { border-top: 0; }
  .lp-stat:nth-child(3) { border-left: 0; }
  .lp-steplist { grid-template-columns: 1fr; }
  .lp-footer-in { grid-template-columns: 1fr; }
  .lp-hero-cta { flex-direction: column; align-items: stretch; }
  .lp-hero-cta .lp-btn { width: 100%; }
}

/* ===== Reduced motion ===== */
@media (prefers-reduced-motion: reduce) {
  .lp-track { animation: none; flex-wrap: wrap; justify-content: center; }
}
