/* Patiko — neşeli ve güven veren: krem zemin, güneş sarısı butonlar, koyu petrol yazı, mercan vurgu; Fredoka + Nunito, bol yuvarlak form. */
:root {
  --c-bg: #FFF8EC; --c-surface: #FFFFFF; --c-surface-2: #FFEFD2; --c-text: #12343B; --c-muted: #5E7479;
  --c-line: #F1E1C4; --c-accent: #FFC43D; --c-accent-contrast: #12343B; --c-sale: #E8553A; --c-ok: #2E8B57; --c-warn: #C77A0A;
  --c-coral: #FF7A59; --c-teal: #1F6F78; --c-mint: #DDF3EE;
  --font-display: "Fredoka", system-ui, sans-serif; --font-body: "Nunito", system-ui, sans-serif;
  --radius: 26px; --radius-sm: 14px; --radius-btn: 16px; --container: 1280px; --header-h: 74px;
}
body { font-size: 16px; }
h1, h2, h3 { font-weight: 600; letter-spacing: -.01em; }
.btn { font-family: var(--font-display); font-weight: 600; letter-spacing: .01em; }
.btn--primary { box-shadow: 0 4px 0 #D69A12; transform: translateY(0); transition: transform .12s, box-shadow .12s; }
.btn--primary:hover { filter: none; transform: translateY(1px); box-shadow: 0 3px 0 #D69A12; }
.btn--primary:active { transform: translateY(4px); box-shadow: none; }
.btn--ghost { border: 2px solid var(--c-text); }
.demo-bar { background: var(--c-text); }

/* Kampanya + header */
.pk-promo { background: var(--c-coral); color: #fff; text-align: center; padding: 9px var(--gutter); font-weight: 700; font-size: .88rem; }
.pk-promo p { margin: 0; }
.pk-header { background: var(--c-bg); border-bottom: 2px dashed var(--c-line); }
.pk-header__inner { display: flex; align-items: center; gap: 12px; min-height: var(--header-h); }
.pk-header__logo { text-decoration: none; margin-right: auto; }
.pk-logo { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-display); font-weight: 700; font-size: 1.9rem; color: var(--c-text); letter-spacing: -.02em; }
.pk-logo svg { color: var(--c-coral); transform: rotate(-12deg); }
.pk-nav { display: none; }
.pk-nav a { display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px 6px 6px; border-radius: 999px; background: var(--c-surface); border: 2px solid var(--c-line); text-decoration: none; font-family: var(--font-display); font-weight: 600; transition: border-color .2s, transform .2s; }
.pk-nav a img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; }
.pk-nav a:hover { border-color: var(--c-accent); transform: translateY(-1px); }
.pk-nav a[aria-current] { background: var(--c-accent); border-color: var(--c-accent); }
.pk-header .search input { background: var(--c-surface); border: 2px solid var(--c-line); }
.cart-count { background: var(--c-coral); color: #fff; }

/* Tipografi */
.pk-kicker { display: inline-block; background: var(--c-mint); color: var(--c-teal); font-weight: 800; font-size: .84rem; padding: 6px 14px; border-radius: 999px; margin: 0 0 16px; }
.pk-h2 { font-family: var(--font-display); font-size: clamp(1.7rem, 4vw, 2.5rem); margin: 0 0 22px; }
.pk-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.pk-more { font-weight: 800; color: var(--c-teal); text-decoration: none; }
.pk-section { margin-top: 72px; }

/* Hero */
.pk-hero { padding-top: 24px; }
.pk-hero__inner { display: grid; gap: 28px; align-items: center; }
.pk-hero__title { font-family: var(--font-display); font-size: clamp(2.4rem, 7.5vw, 4.4rem); line-height: 1.02; margin: 0 0 16px; }
.pk-hero__lead { font-size: 1.1rem; color: var(--c-muted); max-width: 470px; margin: 0 0 26px; }
.pk-hero__media { position: relative; }
.pk-hero__media img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: 58% 42% 46% 54% / 48% 44% 56% 52%; box-shadow: 16px 16px 0 var(--c-accent); }
.pk-bubble { position: absolute; right: 4%; top: 6%; background: var(--c-coral); color: #fff; width: 118px; height: 118px; border-radius: 50%; display: grid; place-items: center; text-align: center; font-size: .82rem; line-height: 1.2; transform: rotate(10deg); font-weight: 700; }
.pk-bubble strong { font-family: var(--font-display); font-size: 1.1rem; }

/* Dostunuz kim */
.pk-pets { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.pk-pets a { display: grid; justify-items: center; gap: 2px; text-decoration: none; text-align: center; }
.pk-pets__img { width: min(100%, 220px); aspect-ratio: 1; border-radius: 50%; overflow: hidden; border: 6px solid var(--c-surface); box-shadow: 0 0 0 3px var(--c-line); transition: box-shadow .2s, transform .2s; }
.pk-pets__img img { width: 100%; height: 100%; object-fit: cover; }
.pk-pets a:hover .pk-pets__img { box-shadow: 0 0 0 5px var(--c-accent); transform: rotate(-3deg); }
.pk-pets strong { font-family: var(--font-display); font-size: 1.4rem; margin-top: 8px; }
.pk-pets small { color: var(--c-muted); font-weight: 700; }

/* İhtiyaç çipleri */
.pk-needs { background: var(--c-mint); border-radius: var(--radius); padding: 28px; }
.pk-needs__chips { display: flex; flex-wrap: wrap; gap: 10px; }
.pk-needs__chips a { background: var(--c-surface); color: var(--c-teal); padding: 12px 20px; border-radius: 999px; text-decoration: none; font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; border: 2px solid transparent; }
.pk-needs__chips a:hover { border-color: var(--c-teal); }

/* Kart */
.pk-grid, .listing-page .product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.pk-card { position: relative; display: flex; flex-direction: column; background: var(--c-surface); border-radius: var(--radius); padding: 8px; border: 2px solid var(--c-line); transition: transform .2s, border-color .2s; }
.pk-card:hover { transform: translateY(-3px) rotate(-.4deg); border-color: var(--c-accent); }
.pk-card__media { position: relative; display: block; aspect-ratio: 1; border-radius: 20px; overflow: hidden; background: var(--c-surface-2); }
.pk-card__media img { width: 100%; height: 100%; object-fit: cover; }
.pk-sticker { position: absolute; top: 10px; left: 10px; background: var(--c-accent); color: var(--c-text); font-family: var(--font-display); font-weight: 600; font-size: .78rem; padding: 5px 12px; border-radius: 999px; transform: rotate(-4deg); }
.pk-sticker--sale { background: var(--c-coral); color: #fff; }
.pk-sticker--muted { background: var(--c-text); color: #fff; }
.pk-card__body { display: flex; flex-direction: column; flex: 1; gap: 4px; padding: 12px 8px 6px; }
.pk-card__title { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; line-height: 1.25; margin: 0; }
.pk-card__title a { text-decoration: none; }
.pk-card__title a::after { content: ""; position: absolute; inset: 0; }
.pk-card__meta { display: flex; gap: 10px; flex-wrap: wrap; margin: 0; font-size: .82rem; color: var(--c-muted); font-weight: 700; }
.pk-card__meta small { font-weight: 600; }
.pk-card__foot { margin-top: auto; padding-top: 8px; display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.pk-card .price { font-family: var(--font-display); font-size: 1.15rem; flex-direction: column; gap: 0; }
.pk-card .price__was { font-size: .8rem; }
.pk-add, .pk-choose { position: relative; z-index: 2; width: 44px; height: 44px; border-radius: 14px; border: 0; background: var(--c-accent); color: var(--c-text); font: 700 1.5rem/1 var(--font-display); display: grid; place-items: center; cursor: pointer; box-shadow: 0 3px 0 #D69A12; text-decoration: none; }
.pk-choose { width: auto; padding: 0 14px; font-size: .95rem; background: var(--c-mint); color: var(--c-teal); box-shadow: 0 3px 0 #A9D9CF; }
.pk-add:active, .pk-choose:active { transform: translateY(3px); box-shadow: none; }
.pk-add.is-loading { color: transparent; }

/* Oyun bandı */
.pk-play { position: relative; display: block; border-radius: var(--radius); overflow: hidden; text-decoration: none; min-height: 280px; }
.pk-play img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pk-play span { position: absolute; left: 20px; bottom: 20px; right: 20px; max-width: 440px; background: var(--c-surface); border-radius: 20px; padding: 18px 20px; display: grid; gap: 4px; color: var(--c-muted); }
.pk-play strong { font-family: var(--font-display); font-size: 1.8rem; color: var(--c-text); }
.pk-play em { font-style: normal; font-weight: 800; color: var(--c-coral); }

/* Yorumlar ve veteriner */
.pk-quotes { display: grid; gap: 14px; }
.pk-quote { margin: 0; background: var(--c-surface); border: 2px solid var(--c-line); border-radius: var(--radius); padding: 22px; position: relative; }
.pk-quote::before { content: "🐾"; position: absolute; right: 18px; top: 14px; opacity: .35; font-size: 1.4rem; }
.pk-quote blockquote { margin: 0; }
.pk-quote strong { font-family: var(--font-display); display: block; font-size: 1.2rem; margin-bottom: 4px; }
.pk-quote figcaption { color: var(--c-muted); font-size: .88rem; margin-top: 10px; font-weight: 700; }
.pk-quote a { color: var(--c-teal); }
.pk-vet { display: grid; gap: 24px; align-items: center; background: var(--c-surface-2); border-radius: var(--radius); padding: 24px; }
.pk-vet img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 20px; }
.pk-vet p { color: var(--c-muted); }

/* Listeleme */
.listing-title { font-family: var(--font-display); }
.subcats a { background: var(--c-surface); border: 2px solid var(--c-line); font-family: var(--font-display); font-weight: 600; }
.subcats a:hover { border-color: var(--c-accent); }
.listing-toolbar { border: 0; background: var(--c-surface); border-radius: 999px; padding: 6px 6px 6px 20px; }
.filter-group legend { font-family: var(--font-display); font-size: 1.15rem; }
.listing-filters.is-open { background: var(--c-bg); }
.pagination .is-current { color: var(--c-text); }

/* Ürün detay */
.gallery__main { border-radius: var(--radius); aspect-ratio: 1; }
.gallery__thumb { border-radius: 14px; }
.gallery__thumb img { height: 72px; }
.pdp__title { font-family: var(--font-display); }
.pdp__price { font-family: var(--font-display); font-size: 1.7rem; }
.option__value > span { border: 2px solid var(--c-line); border-radius: 14px; font-weight: 700; }
.pk-fit { background: var(--c-mint); border-radius: var(--radius-sm); padding: 14px 16px; margin: 0 0 18px; }
.pk-fit p { margin: 0 0 6px; }
.pk-fit a { display: inline-block; margin: 2px 4px 2px 0; padding: 3px 10px; background: var(--c-surface); border-radius: 999px; color: var(--c-teal); font-weight: 700; text-decoration: none; font-size: .88rem; }
.pk-fit__vet { font-size: .86rem; color: var(--c-teal); margin: 8px 0 0 !important; }
.trust { border: 0; background: var(--c-surface-2); border-radius: var(--radius-sm); padding: 14px 16px; }
.summary__box, .co-section, .form-card { border-radius: var(--radius); }
.summary__box { background: var(--c-surface); border: 2px solid var(--c-line); }

/* Footer */
.pk-footer { background: var(--c-teal); color: #E3F4F1; border: 0; margin-top: 110px; padding-top: 56px;
  background-image: radial-gradient(circle at 20px 20px, rgba(255,255,255,.06) 6px, transparent 7px), radial-gradient(circle at 60px 50px, rgba(255,255,255,.05) 8px, transparent 9px); background-size: 90px 90px; }
.pk-footer a, .pk-footer p { color: #CFE6E2; }
.pk-footer a:hover { color: #fff; }
.pk-footer .footer-title { color: var(--c-accent); font-family: var(--font-display); letter-spacing: .02em; text-transform: none; font-size: 1.1rem; }
.pk-footer .pk-logo { color: #fff; }
.pk-footer__grid { display: grid; gap: 28px; grid-template-columns: 1fr 1fr; }
.pk-footer__grid > div:first-child { grid-column: 1 / -1; }
.pk-footer__sub { padding-left: 12px !important; font-size: .9rem; }
.pk-footer .footer-legal { border-color: rgba(255,255,255,.15); }
.pk-footer .footer-legal .linklike, .pk-footer .muted { color: #CFE6E2; }

@media (min-width: 600px) {
  .pk-grid, .listing-page .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
  .pk-quotes { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 960px) {
  .pk-nav { display: flex; gap: 8px; margin-right: auto; }
  .pk-header__logo { margin-right: 20px; }
  .pk-header .header-actions .search { width: 240px; }
  .pk-hero__inner { grid-template-columns: 1fr 1.1fr; gap: 56px; }
  .pk-pets { gap: 40px; max-width: 820px; margin: 0 auto; }
  .pk-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
  .listing-page .listing-layout.has-filters .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pk-needs { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding: 32px 40px; }
  .pk-needs .pk-h2 { margin: 0; max-width: 260px; }
  .pk-play { min-height: 380px; }
  .pk-vet { grid-template-columns: 1fr 1.1fr; gap: 48px; padding: 32px; }
  .pk-footer__grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
  .pk-footer__grid > div:first-child { grid-column: auto; }
}
