/* ===== SEM Diyet Baklava — stylesheet ===== */

:root {
  --bg: #FFFDF7;
  --bg-soft: #FFF6E0;
  --card: #FFFFFF;
  --ink: #241B0F;
  --ink-soft: #5B4E36;
  --ink-faint: #8A7B5C;
  --gold: #D9A521;
  --gold-dark: #B9860F;
  --gold-darker: #8C6608;
  --gold-light: #F3C34D;
  --gold-pale: #FBEFC7;
  --border: #EFE0A8;
  --shadow: 0 12px 30px rgba(140, 102, 8, 0.10);
  --shadow-sm: 0 4px 14px rgba(140, 102, 8, 0.08);
  --radius: 16px;
  --serif: 'Lora', Georgia, serif;
  --sans: 'Poppins', 'Segoe UI', sans-serif;
  --script: 'Caveat', cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink-soft);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
h1, h2, h3 { font-family: var(--serif); color: var(--ink); margin: 0; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; }

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: #2A1E04;
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-outline {
  background: transparent;
  border-color: var(--gold);
  color: var(--gold-darker);
}
.btn-outline:hover { background: var(--gold-pale); }
.btn-small { padding: 9px 18px; font-size: 13px; }
.btn-large { padding: 17px 32px; font-size: 16px; width: 100%; max-width: 420px; margin: 8px auto 0; }

/* ---------- Topbar ---------- */
.topbar { background: var(--ink); color: var(--gold-light); font-size: 12.5px; }
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 24px;
  flex-wrap: wrap;
}
.topbar-item { letter-spacing: .3px; }
.topbar-phone { font-weight: 600; color: #FFF; }
.topbar-phone:hover { color: var(--gold-light); }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 247, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { width: 56px; height: 56px; border-radius: 50%; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: var(--serif); font-weight: 700; font-size: 27px; color: var(--ink); letter-spacing: .5px; }
.brand-sub { font-size: 14px; font-weight: 600; letter-spacing: 1.8px; color: var(--gold-dark); text-transform: uppercase; }

.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a:not(.btn) {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink-soft);
  position: relative;
  padding: 4px 0;
}
.main-nav a:not(.btn):hover { color: var(--gold-darker); }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  background: none;
  border: none;
}
.nav-toggle span { width: 100%; height: 2px; background: var(--ink); border-radius: 2px; }

/* ---------- Hero ---------- */
.hero { padding: 64px 0 56px; overflow: hidden; }
.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
.badge {
  display: inline-block;
  background: var(--gold-pale);
  color: var(--gold-darker);
  border: 1px solid var(--border);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .5px;
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.hero-text h1 {
  font-size: 40px;
  line-height: 1.22;
  font-weight: 700;
  margin-bottom: 18px;
}
.hero-text h1 .accent { color: var(--gold-dark); font-style: italic; }
.hero-lead { font-size: 16.5px; margin-bottom: 22px; max-width: 520px; }
.check-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--ink);
  font-size: 14.5px;
}
.check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FBE8E4;
  color: #C1502F;
  font-size: 12px;
  flex-shrink: 0;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 16px; }
.hero-note { font-size: 13.5px; color: var(--ink-faint); }
.hero-note a { color: var(--gold-darker); font-weight: 600; }

.hero-media { position: relative; }
.hero-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center bottom;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

/* ---------- Stats ---------- */
.stats { background: var(--ink); padding: 34px 0; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.stat-tile { display: flex; flex-direction: column; gap: 4px; }
.stat-value { font-family: var(--serif); font-size: 30px; font-weight: 700; color: var(--gold-light); }
.stat-label { font-size: 12.5px; color: #E9DFC8; letter-spacing: .3px; }

/* ---------- Sections ---------- */
.section { padding: 80px 0; }
.section-soft { background: var(--bg-soft); }
.section-head { max-width: 640px; margin: 0 auto 44px; text-align: center; }
.eyebrow {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 10px;
}
.section-head h2 { font-size: 30px; margin-bottom: 14px; }
.section-head p { font-size: 15.5px; }

/* ---------- Audience cards ---------- */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 44px;
}
.audience-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 22px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.audience-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--gold-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.audience-card h3 { font-size: 17px; margin-bottom: 8px; }
.audience-card p { font-size: 13.5px; }

.lifestyle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.lifestyle-card {
  margin: 0;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  aspect-ratio: 1 / 1;
}
.lifestyle-card img { width: 100%; height: 100%; object-fit: cover; }
.lifestyle-card figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  background: linear-gradient(0deg, rgba(20,14,4,.72), transparent);
  color: #FCECBF;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .3px;
  padding: 30px 16px 14px;
  text-align: center;
}

.lifestyle-wordmark {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.lifestyle-wordmark span:not(.lifestyle-wordmark-rule) {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink);
  white-space: nowrap;
}
.lifestyle-wordmark-rule {
  flex: 1 1 auto;
  height: 1px;
  background: var(--border);
}

/* ---------- Ingredients ---------- */
.ingredient-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.6fr;
  gap: 28px;
  margin-bottom: 30px;
  align-items: stretch;
}
.ingredient-media {
  margin: 0;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  min-height: 260px;
}
.ingredient-media img { width: 100%; height: 100%; object-fit: cover; }
.ingredient-media figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  background: linear-gradient(0deg, rgba(20,14,4,.75), transparent);
  color: #FCECBF;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2px;
  padding: 34px 16px 14px;
  text-align: center;
}
.ingredient-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.ingredient-grid .ingredient-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}
.ingredient-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold);
  border-radius: 12px;
  padding: 22px 24px;
  box-shadow: var(--shadow-sm);
}
.ingredient-card h3 { font-size: 16.5px; margin-bottom: 8px; }
.ingredient-card p { font-size: 13.5px; }

.patent-note {
  text-align: center;
  font-size: 13px;
  color: var(--ink-faint);
  max-width: 620px;
  margin: 0 auto;
  font-style: italic;
}

/* ---------- Product ---------- */
.product-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}
.product-media {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.product-hero-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.product-media-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.product-media-row img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  padding: 8px;
}
.product-text h2 { font-size: 28px; margin: 8px 0 14px; }
.product-text > p { font-size: 15px; margin-bottom: 18px; }
.box-contents {
  background: var(--gold-pale);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px 22px;
  margin-bottom: 22px;
}
.box-contents-title {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--gold-darker);
  margin-bottom: 12px;
}
.box-contents-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
}
.box-contents-list li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}
.box-contents-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-dark);
}
.feature-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 26px; }
.feature-list li {
  position: relative;
  padding-left: 24px;
  font-size: 14.5px;
}
.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-dark);
  font-weight: 700;
}
.feature-list b { color: var(--ink); }

/* ---------- Hazırlama adımları ---------- */
.steps-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.steps-list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px 22px;
  box-shadow: var(--shadow-sm);
}
.steps-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: #2A1E04;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps-text {
  font-size: 15px;
  color: var(--ink-soft);
  padding-top: 6px;
}
.steps-text b { color: #7A2E14; }

/* ---------- FAQ ---------- */
.faq-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: fit-content;
  margin: 0 auto 28px;
  padding: 9px 18px;
  background: var(--gold-pale);
  border: 1px solid var(--gold-light);
  border-radius: 999px;
  color: var(--gold-darker);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: .2px;
  animation: faq-hint-pulse 2.2s ease-in-out infinite;
}
.faq-hint svg { flex-shrink: 0; }
@keyframes faq-hint-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(217, 165, 33, 0.35); }
  50% { box-shadow: 0 0 0 8px rgba(217, 165, 33, 0); }
}

.faq-list { display: flex; flex-direction: column; gap: 14px; max-width: 820px; margin: 0 auto; }
.faq-item {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
}
.faq-tag {
  flex-shrink: 0;
  background: var(--gold-pale);
  color: var(--gold-darker);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
}
.faq-q-text {
  flex: 1;
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  color: var(--ink);
}
.faq-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--gold-pale);
  color: var(--gold-darker);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: transform .2s ease;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease;
}
.faq-answer p { padding: 0 22px 20px 22px; font-size: 14.5px; }

/* ---------- Gift CTA ---------- */
.gift-cta {
  background: linear-gradient(135deg, var(--gold-pale), var(--bg));
  padding: 64px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.gift-inner { max-width: 640px; margin: 0 auto; text-align: center; }
.gift-script { font-family: var(--script); font-size: 24px; color: var(--gold-dark); margin-bottom: 6px; }
.gift-inner h2 { font-size: 26px; margin-bottom: 14px; }
.gift-inner p { font-size: 15px; margin-bottom: 26px; }

/* ---------- Price box ---------- */
.price-box {
  max-width: 420px;
  margin: 0 auto 36px;
  background: var(--gold-pale);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 22px 26px;
}
.price-box-title {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold-darker);
  text-align: center;
  margin-bottom: 14px;
}
.price-rows { display: flex; flex-direction: column; gap: 8px; margin-bottom: 12px; }
.price-rows li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  font-size: 14.5px;
  color: var(--ink-soft);
}
.price-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid var(--border);
  font-family: var(--serif);
  font-weight: 700;
  font-size: 19px;
  color: var(--ink);
}

/* ---------- Order form ---------- */
.order-form { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 28px; }
.form-block {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 28px 24px;
  box-shadow: var(--shadow-sm);
}
.form-block-title { font-size: 18px; margin-bottom: 4px; }
.form-block-sub { font-size: 13.5px; color: var(--ink-faint); margin-bottom: 18px; }

.qty-rows { display: flex; flex-direction: column; gap: 12px; }
.qty-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}
.qty-row:last-child { border-bottom: none; }
.qty-label { font-size: 14.5px; font-weight: 500; color: var(--ink); }
.qty-stepper { display: flex; align-items: center; gap: 0; border: 1px solid var(--border); border-radius: 999px; overflow: hidden; }
.qty-btn {
  width: 36px;
  height: 36px;
  background: var(--gold-pale);
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: var(--gold-darker);
  display: flex;
  align-items: center;
  justify-content: center;
}
.qty-btn:hover { background: var(--gold-light); }
.qty-stepper input {
  width: 44px;
  text-align: center;
  border: none;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  background: var(--card);
  -moz-appearance: textfield;
}
.qty-stepper input::-webkit-outer-spin-button,
.qty-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.qty-total { margin-top: 16px; font-size: 14.5px; font-weight: 600; color: var(--ink); }
.qty-total span { color: var(--gold-darker); }
.form-error { color: #C1502F; font-size: 13px; margin-top: 8px; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 4px; }
.form-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-field-full { grid-column: 1 / -1; }
.form-field span { font-size: 13.5px; font-weight: 600; color: var(--ink); }
.form-field input,
.form-field textarea,
.form-field select {
  font-family: inherit;
  font-size: 14.5px;
  padding: 11px 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--bg);
  color: var(--ink);
  resize: vertical;
}
.form-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B9860F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}
.form-field select:disabled { color: var(--ink-faint); cursor: not-allowed; }
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-pale);
}
.form-field input:invalid.touched,
.form-field textarea:invalid.touched,
.form-field select:invalid.touched { border-color: #C1502F; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #E9DFC8; padding: 56px 0 0; }
.footer-inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 36px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand p { font-size: 13.5px; color: #C9BC9A; margin-top: 14px; max-width: 280px; }
.footer-col h4 { font-family: var(--sans); color: #FFF; font-size: 14px; letter-spacing: .5px; margin-bottom: 16px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col a, .footer-static { font-size: 13.5px; color: #D8CCA9; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom { padding: 20px 24px; text-align: center; }
.footer-bottom p { font-size: 12px; color: #A99B76; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-media { order: -1; }
  .hero-img { aspect-ratio: 4 / 5; object-position: center 35%; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .lifestyle-grid { grid-template-columns: 1fr 1fr; }
  .ingredient-layout { grid-template-columns: 1fr; }
  .ingredient-media { min-height: 220px; }
  .product-wrap { grid-template-columns: 1fr; }
  .product-media { order: -1; }
  .footer-inner { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    flex-direction: column;
    align-items: stretch;
    padding: 16px 24px 24px;
    gap: 16px;
    display: none;
  }
  .main-nav.open { display: flex; }
  .main-nav .btn { align-self: flex-start; }
  .nav-toggle { display: flex; }
  .hero-text h1 { font-size: 30px; }
  .lifestyle-wordmark span:not(.lifestyle-wordmark-rule) { font-size: 18px; letter-spacing: 1px; }
  .audience-grid { grid-template-columns: 1fr; }
  .ingredient-grid { grid-template-columns: 1fr; }
  .product-media-row { grid-template-columns: 1fr 1fr; }
  .lifestyle-grid { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; max-width: 240px; }
  .section { padding: 56px 0; }
  .topbar-inner { justify-content: center; text-align: center; }
}
