/* Minik Köşe — vitrin (terracotta & krem marka paleti) */
:root {
  --bg: #FAF5EF;
  --surface: #FFFFFF;
  --ink: #2B2521;
  --muted: #8A7A6E;
  --brand: #C4622F;
  --brand-deep: #A54E22;
  --brand-soft: #F5DFCE;
  --sage: #A9BCA0;
  --line: #ECE0D3;
  --dark: #241E1A;
  --success: #3E7C4F;
  --error: #B3402F;
  --radius: 22px;
  --shadow: 0 24px 60px -32px rgba(90, 48, 22, .35);
  --shadow-soft: 0 12px 32px -18px rgba(90, 48, 22, .25);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--bg); color: var(--ink);
  line-height: 1.55; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: 'Fraunces', serif; font-weight: 600; line-height: 1.08; letter-spacing: -.02em; }
h1 em, h2 em { font-style: italic; color: var(--brand); }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

/* ---------- üst şerit + nav ---------- */
.announcement {
  background: var(--dark); color: #F5EDE4; font-size: 13px; font-weight: 500;
  text-align: center; padding: 9px 16px; letter-spacing: .02em;
}
.nav {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 16px 0; position: sticky; top: 0; z-index: 50;
}
.nav::before {
  content: ''; position: absolute; inset: 0 -100vmax; z-index: -1;
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 70%, transparent);
}
.brand { font-family: 'Fraunces', serif; font-size: 24px; font-weight: 700; letter-spacing: -.02em; }
.brand span { color: var(--brand); }
.brand i { color: var(--brand); font-style: normal; }
.nav-links { display: flex; gap: 26px; font-weight: 500; font-size: 15px; color: var(--muted); }
.nav-links a { transition: color .2s; }
.nav-links a:hover { color: var(--ink); }
.nav-cta {
  background: var(--ink); color: #fff; font-weight: 600; font-size: 14.5px;
  padding: 11px 20px; border-radius: 999px; display: inline-flex; align-items: center; gap: 8px;
  transition: background .2s, transform .2s;
}
.nav-cta:hover { background: var(--brand-deep); transform: translateY(-1px); }
.nav-cta span { transition: transform .2s; }
.nav-cta:hover span { transform: translateX(3px); }

/* ---------- hero ---------- */
.hero {
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: center;
  gap: clamp(28px, 5vw, 64px); padding: clamp(36px, 6vw, 76px) 0 clamp(30px, 4vw, 56px);
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--brand-deep); margin-bottom: 18px;
}
.eyebrow span { width: 26px; height: 2px; background: var(--brand); border-radius: 2px; }
.eyebrow.light { color: #E8A87C; }
.eyebrow.light span { background: #E8A87C; }
.hero h1 { font-size: clamp(42px, 6.2vw, 74px); margin-bottom: 20px; }
.hero-copy > p { font-size: clamp(16px, 1.6vw, 19px); color: var(--muted); max-width: 46ch; margin-bottom: 30px; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--brand); color: #fff; font-weight: 700; font-size: 16px;
  padding: 16px 28px; border-radius: 999px; box-shadow: var(--shadow-soft);
  transition: background .2s, transform .2s, box-shadow .2s;
}
.primary:hover { background: var(--brand-deep); transform: translateY(-2px); box-shadow: var(--shadow); }
.hero-proof { display: flex; align-items: center; gap: 12px; }
.hero-proof b { font-family: 'Fraunces', serif; font-size: 26px; }
.hero-proof b i { color: var(--brand); font-style: normal; font-size: 20px; }
.hero-proof small { color: var(--muted); font-size: 12.5px; line-height: 1.35; }
.hero-media { position: relative; }
.hero-media img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--brand-soft);
  border-radius: clamp(24px, 3vw, 40px); box-shadow: var(--shadow);
}
.hero-chip {
  position: absolute; left: 18px; bottom: 18px;
  background: color-mix(in srgb, #fff 80%, transparent); backdrop-filter: blur(10px);
  padding: 10px 16px; border-radius: 999px; font-size: 13.5px; font-weight: 600;
  border: 1px solid rgba(255,255,255,.6); box-shadow: var(--shadow-soft);
}

/* ---------- güven şeridi ---------- */
.trust {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  padding: 8px 0 clamp(36px, 5vw, 64px);
}
.trust > div {
  display: flex; align-items: center; gap: 13px; background: var(--surface);
  border: 1px solid var(--line); border-radius: 18px; padding: 15px 18px;
}
.trust i {
  font-style: normal; width: 40px; height: 40px; flex: none; display: grid; place-items: center;
  background: var(--brand-soft); color: var(--brand-deep); border-radius: 12px; font-size: 17px;
}
.trust b { font-size: 14.5px; display: block; }
.trust small { color: var(--muted); font-size: 12.5px; }

/* ---------- bölüm başlıkları ---------- */
.section-head { max-width: 640px; margin-bottom: clamp(26px, 4vw, 44px); }
.section-head h2 { font-size: clamp(30px, 4vw, 46px); margin-bottom: 12px; }
.section-head p { color: var(--muted); font-size: 16.5px; }

/* ---------- ürün grid ---------- */
.catalog { padding-bottom: clamp(40px, 6vw, 80px); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.4vw, 26px); }
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card.active { border-color: var(--brand); box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 22%, transparent), var(--shadow-soft); }
.card-media { position: relative; display: block; width: 100%; overflow: hidden; aspect-ratio: 1; background: var(--brand-soft); padding: 0; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card-media img { transform: scale(1.05); }
.card-badge {
  position: absolute; top: 14px; left: 14px; background: var(--brand); color: #fff;
  font-size: 12.5px; font-weight: 700; padding: 6px 12px; border-radius: 999px;
  box-shadow: var(--shadow-soft);
}
.card-soldout {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: rgba(36, 30, 26, .55); color: #fff; font-weight: 700; font-size: 18px;
  backdrop-filter: blur(2px);
}
.card-body { display: flex; flex-direction: column; gap: 4px; padding: 18px 18px 20px; flex: 1; }
.card-name { font-family: 'Fraunces', serif; font-size: 20px; font-weight: 600; }
.card-sub { color: var(--muted); font-size: 13px; }
.card-price { display: flex; align-items: baseline; gap: 10px; margin: 10px 0 14px; }
.card-price strong { font-size: 21px; letter-spacing: -.01em; }
.card-price del { color: var(--muted); font-size: 14.5px; }
.card-cta {
  margin-top: auto; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 1.5px solid var(--ink); border-radius: 999px; padding: 11px 16px;
  font-weight: 600; font-size: 14.5px; transition: background .2s, color .2s, border-color .2s;
}
.card-cta:hover { background: var(--ink); color: #fff; }
.card-cta span { transition: transform .2s; }
.card-cta:hover span { transform: translateX(3px); }

/* ---------- ürün detay ---------- */
.product {
  display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(26px, 4vw, 56px);
  align-items: start; padding-bottom: clamp(44px, 6vw, 84px); scroll-margin-top: 90px;
}
.gallery-wrap { position: relative; }
.gallery {
  position: relative; border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 1; background: var(--brand-soft); box-shadow: var(--shadow);
}
.gallery figure { position: absolute; inset: 0; opacity: 0; transition: opacity .35s ease; }
.gallery figure.active { opacity: 1; }
.gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery figcaption {
  position: absolute; right: 16px; bottom: 16px; background: rgba(36,30,26,.6); color: #fff;
  font-size: 12px; font-weight: 500; padding: 6px 12px; border-radius: 999px; backdrop-filter: blur(6px);
}
.gallery-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px;
  display: grid; place-items: center; background: rgba(255,255,255,.92); border-radius: 50%;
  font-size: 17px; box-shadow: var(--shadow-soft); transition: background .2s; z-index: 2;
}
.gallery-arrow:hover { background: #fff; }
.gallery-arrow.prev { left: 14px; }
.gallery-arrow.next { right: 14px; }
.gallery-dots { position: absolute; left: 50%; transform: translateX(-50%); bottom: 14px; display: flex; gap: 7px; z-index: 2; }
.gallery-dots button { width: 9px; height: 9px; border-radius: 999px; background: rgba(255,255,255,.55); transition: all .2s; padding: 0; }
.gallery-dots button.active { background: #fff; width: 22px; }
.image-badge {
  position: absolute; top: 16px; left: 16px; background: color-mix(in srgb, #fff 85%, transparent);
  backdrop-filter: blur(8px); font-size: 13px; font-weight: 600; padding: 8px 14px;
  border-radius: 999px; box-shadow: var(--shadow-soft); z-index: 2;
}
.rating { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; font-size: 14px; }
.rating span { color: var(--brand); letter-spacing: 2px; }
.rating u { text-decoration: none; color: var(--muted); font-size: 13px; }
.product-kicker { color: var(--brand-deep); font-weight: 600; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 6px; }
.product-info h2 { font-size: clamp(30px, 3.6vw, 44px); margin-bottom: 12px; }
.description { color: var(--muted); font-size: 16px; max-width: 52ch; margin-bottom: 18px; }
.price-row { display: flex; align-items: baseline; gap: 14px; margin-bottom: 14px; flex-wrap: wrap; }
.price-row strong { font-size: 34px; font-family: 'Fraunces', serif; letter-spacing: -.02em; }
.price-row del { color: var(--muted); font-size: 18px; }
.price-row span {
  background: var(--brand-soft); color: var(--brand-deep); font-size: 13px; font-weight: 700;
  padding: 5px 12px; border-radius: 999px;
}
.stock { display: flex; align-items: center; gap: 9px; font-size: 14px; color: var(--muted); margin-bottom: 18px; }
.stock i { width: 9px; height: 9px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px color-mix(in srgb, var(--success) 18%, transparent); animation: pulse 2s ease-in-out infinite; }
.stock b { color: var(--ink); }
.features { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 9px 16px; margin-bottom: 24px; }
.features li { display: flex; align-items: center; gap: 9px; font-size: 14.5px; }
.features i { font-style: normal; color: var(--success); font-weight: 700; }
.buy-row { display: flex; gap: 14px; align-items: stretch; flex-wrap: wrap; margin-bottom: 14px; }
.quantity {
  display: flex; align-items: center; gap: 4px; background: var(--surface);
  border: 1.5px solid var(--line); border-radius: 999px; padding: 4px;
}
.quantity button { width: 42px; height: 42px; border-radius: 50%; font-size: 19px; font-weight: 600; transition: background .2s; }
.quantity button:hover { background: var(--brand-soft); }
.quantity b { min-width: 28px; text-align: center; font-size: 17px; }
.buy-row .primary { flex: 1; justify-content: center; min-width: 240px; }
.mini-trust { display: flex; gap: 18px; flex-wrap: wrap; color: var(--muted); font-size: 13.5px; font-weight: 500; }

/* ---------- marquee ---------- */
.marquee { overflow: hidden; background: var(--dark); color: #F0E4D7; padding: 15px 0; white-space: nowrap; }
.marquee div { display: inline-block; font-family: 'Fraunces', serif; font-size: 15px; letter-spacing: .22em; animation: marquee 30s linear infinite; }
.marquee i { color: var(--brand); font-style: normal; margin: 0 22px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px transparent; } }

/* ---------- story ---------- */
.story { padding: clamp(48px, 7vw, 90px) 0; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.4vw, 26px); }
.story-grid article {
  position: relative; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 26px 28px; overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease;
}
.story-grid article:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.story-grid b {
  position: absolute; top: 14px; right: 18px; font-family: 'Fraunces', serif;
  font-size: 54px; color: color-mix(in srgb, var(--brand) 14%, transparent); font-weight: 700;
}
.story-grid i {
  font-style: normal; width: 46px; height: 46px; display: grid; place-items: center;
  background: var(--brand-soft); color: var(--brand-deep); border-radius: 14px;
  font-size: 19px; margin-bottom: 18px;
}
.story-grid h3 { font-size: 21px; margin-bottom: 8px; }
.story-grid p { color: var(--muted); font-size: 14.5px; }

/* ---------- sipariş ---------- */
.checkout-wrap { background: var(--dark); border-radius: clamp(28px, 4vw, 48px) clamp(28px, 4vw, 48px) 0 0; }
.checkout {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px, 5vw, 70px);
  padding: clamp(48px, 7vw, 92px) 0; color: #F5EDE4; scroll-margin-top: 40px;
}
.checkout-copy h2 { font-size: clamp(32px, 4.4vw, 52px); margin-bottom: 16px; }
.checkout-copy h2 em { color: #E8A87C; }
.checkout-copy > p { color: #C9B8A9; font-size: 16px; max-width: 44ch; margin-bottom: 26px; }
.checkout-product {
  display: flex; gap: 14px; align-items: center; background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 14px; margin-bottom: 26px;
}
.checkout-product img { width: 72px; height: 72px; object-fit: cover; border-radius: 12px; background: var(--brand-soft); }
.checkout-product small { color: #B39F8E; display: block; font-size: 12px; }
.checkout-product b { font-size: 16.5px; display: block; margin: 2px 0; }
.checkout-product span { color: #E8A87C; font-size: 14px; font-weight: 600; }
.checkout-steps { list-style: none; display: grid; gap: 12px; }
.checkout-steps li { display: flex; align-items: center; gap: 12px; color: #C9B8A9; font-size: 14.5px; }
.checkout-steps b {
  width: 28px; height: 28px; flex: none; display: grid; place-items: center;
  background: rgba(232, 168, 124, .16); color: #E8A87C; border-radius: 50%; font-size: 13px;
}
.order-form {
  background: var(--bg); color: var(--ink); border-radius: var(--radius);
  padding: clamp(24px, 3vw, 36px); display: grid; gap: 15px; box-shadow: var(--shadow);
}
.hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 4px; }
.form-heading span {
  font-family: 'Fraunces', serif; width: 40px; height: 40px; display: grid; place-items: center;
  background: var(--brand-soft); color: var(--brand-deep); border-radius: 12px; font-weight: 700;
}
.form-heading b { display: block; font-size: 16.5px; }
.form-heading small { color: var(--muted); font-size: 12.5px; }
.order-form label { display: grid; gap: 7px; font-weight: 600; font-size: 13.5px; }
.order-form label small { color: var(--muted); font-weight: 400; }
.order-form input:not([type="checkbox"]), .order-form textarea {
  font: inherit; font-weight: 500; padding: 13px 16px; border-radius: 13px;
  border: 1.5px solid var(--line); background: var(--surface); color: var(--ink);
  transition: border-color .2s, box-shadow .2s; width: 100%;
}
.order-form input:focus, .order-form textarea:focus {
  outline: none; border-color: var(--brand);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 16%, transparent);
}
.order-form textarea { resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.consent { display: flex !important; gap: 11px; align-items: flex-start; font-weight: 400 !important; font-size: 12.5px !important; color: var(--muted); line-height: 1.5; }
.consent input { margin-top: 3px; accent-color: var(--brand); width: 16px; height: 16px; flex: none; }
.form-result { display: flex; gap: 12px; align-items: flex-start; border-radius: 14px; padding: 14px 16px; font-size: 14px; }
.form-result i { font-style: normal; font-weight: 800; width: 26px; height: 26px; flex: none; display: grid; place-items: center; border-radius: 50%; }
.form-result small { display: block; margin-top: 2px; }
.form-result.success { background: color-mix(in srgb, var(--success) 12%, #fff); color: var(--success); }
.form-result.success i { background: var(--success); color: #fff; }
.form-result.error { background: color-mix(in srgb, var(--error) 10%, #fff); color: var(--error); }
.form-result.error i { background: var(--error); color: #fff; }
.submit {
  background: var(--brand); color: #fff; font-weight: 700; font-size: 16.5px;
  padding: 17px 24px; border-radius: 999px; display: inline-flex; justify-content: center; gap: 10px;
  transition: background .2s, transform .2s; box-shadow: var(--shadow-soft);
}
.submit:hover:not(:disabled) { background: var(--brand-deep); transform: translateY(-2px); }
.submit:disabled { opacity: .6; cursor: not-allowed; }
.secure { text-align: center; color: var(--muted); font-size: 12.5px; }

/* ---------- footer ---------- */
.footer {
  display: flex; align-items: center; justify-content: space-between; gap: 22px;
  padding: 34px 0 44px; flex-wrap: wrap;
}
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 64px; height: 64px; border-radius: 16px; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.footer-brand p { color: var(--muted); font-size: 13.5px; margin-top: 2px; }
.footer-links { display: flex; gap: 22px; color: var(--muted); font-size: 14px; font-weight: 500; }
.footer-links a:hover { color: var(--ink); }

/* ---------- mobil bar ---------- */
.mobile-bar {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60;
  display: none; align-items: center; justify-content: space-between; gap: 14px;
  background: color-mix(in srgb, var(--dark) 92%, transparent); backdrop-filter: blur(12px);
  color: #F5EDE4; border-radius: 20px; padding: 12px 12px 12px 20px; box-shadow: var(--shadow);
}
.mobile-bar small { display: block; color: #B39F8E; font-size: 11.5px; }
.mobile-bar b { font-size: 17px; }
.mobile-bar button { background: var(--brand); color: #fff; font-weight: 700; padding: 12px 20px; border-radius: 14px; }

/* ---------- reveal animasyonları ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee div, .stock i { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; }
  .hero-media { order: -1; }
  .trust { grid-template-columns: 1fr 1fr; }
  .cards { grid-template-columns: 1fr 1fr; }
  .product { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .checkout { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .nav-links { display: none; }
  .announcement { font-size: 11px; }
  .cards { gap: 12px; }
  .card-body { padding: 13px 13px 15px; }
  .card-name { font-size: 16.5px; }
  .card-price strong { font-size: 17px; }
  .card-price del { font-size: 12.5px; }
  .card-cta { font-size: 13px; padding: 10px 12px; }
  .features { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .mobile-bar { display: flex; padding-bottom: calc(12px + env(safe-area-inset-bottom)); }
  .footer { padding-bottom: 130px; }
}
