/*
Theme Name: GurmeLab Launch
Theme URI: https://gurmelabs.com.tr
Author: GurmeLab
Description: GurmeLab markaları için hafif, satış ve bilinirlik odaklı açılış teması.
Version: 1.1.1
Text Domain: gurmelab-launch
*/

:root {
  --ink: #151515;
  --accent: #d71920;
  --surface: #fffaf6;
  --muted: #6e6862;
  --line: rgba(21, 21, 21, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
.gl-wrap { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.gl-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  backdrop-filter: blur(14px);
}
.gl-nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.gl-brand { font-weight: 900; letter-spacing: -.03em; text-decoration: none; font-size: 1.22rem; }
.gl-links { display: flex; align-items: center; gap: 22px; font-size: .92rem; }
.gl-links a { text-decoration: none; color: var(--muted); font-weight: 700; }
.gl-links a:hover { color: var(--accent); }
.gl-hero { padding: clamp(56px, 9vw, 118px) 0 72px; overflow: hidden; }
.gl-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(34px, 6vw, 82px); }
.gl-owner { display: inline-flex; margin-bottom: 16px; padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: color-mix(in srgb, var(--surface) 88%, white); font-size: .78rem; font-weight: 800; }
.gl-kicker { color: var(--accent); font-weight: 900; letter-spacing: .15em; font-size: .76rem; text-transform: uppercase; }
h1 { margin: 15px 0 20px; font-size: clamp(3rem, 8vw, 6.8rem); line-height: .92; letter-spacing: -.07em; }
.gl-lead { max-width: 660px; margin: 0; color: var(--muted); font-size: clamp(1.05rem, 2.2vw, 1.35rem); }
.gl-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.gl-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 900; text-decoration: none; border: 1px solid var(--ink); }
.gl-btn-primary { color: var(--surface); background: var(--ink); }
.gl-btn-secondary { color: var(--ink); background: transparent; }
.gl-logo-card {
  position: relative;
  display: grid;
  min-height: 460px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 36px;
  background: radial-gradient(circle at 50% 40%, color-mix(in srgb, var(--accent) 22%, var(--surface)), var(--surface) 68%);
  box-shadow: 0 28px 80px color-mix(in srgb, var(--ink) 10%, transparent);
}
.gl-logo-card::after { content: ""; position: absolute; inset: 20px; border: 1px solid var(--line); border-radius: 25px; pointer-events: none; }
.gl-logo { width: min(78%, 380px); max-height: 350px; object-fit: contain; filter: drop-shadow(0 18px 28px rgba(0,0,0,.12)); }
.gl-wordmark { text-align: center; font-size: clamp(3rem, 7vw, 5.6rem); font-weight: 950; line-height: .86; letter-spacing: -.08em; }
.gl-wordmark span { display: block; color: var(--accent); }
.gl-section { padding: 86px 0; border-top: 1px solid var(--line); }
.gl-section h2 { margin: 0 0 16px; font-size: clamp(2rem, 5vw, 4rem); letter-spacing: -.05em; line-height: 1; }
.gl-section-intro { max-width: 720px; margin: 0 0 38px; color: var(--muted); font-size: 1.1rem; }
.gl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gl-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: color-mix(in srgb, var(--surface) 86%, white); }
.gl-card b { display: block; margin-bottom: 10px; font-size: 1.1rem; }
.gl-card p { margin: 0; color: var(--muted); }
.gl-cta { padding: 90px 0; text-align: center; background: var(--ink); color: var(--surface); }
.gl-cta p { max-width: 660px; margin: 14px auto 28px; color: color-mix(in srgb, var(--surface) 72%, transparent); }
.gl-cta .gl-btn { color: var(--ink); background: var(--surface); border-color: var(--surface); }
.gl-footer { padding: 28px 0; color: var(--muted); font-size: .88rem; }
.gl-footer .gl-wrap { display: flex; justify-content: space-between; gap: 20px; }
@media (max-width: 760px) {
  .gl-links { display: none; }
  .gl-hero-grid { grid-template-columns: 1fr; }
  .gl-logo-card { min-height: 350px; }
  .gl-grid { grid-template-columns: 1fr; }
  .gl-footer .gl-wrap { flex-direction: column; }
}
