/* Harman Kahve — kavurucu atölyesi: kâğıt krem zemin, mürekkep siyahı, yanık turuncu, koyu yeşil; kalın Fraunces başlıklar. */
:root {
  --c-bg: #F5F0E6; --c-surface: #FFFDF8; --c-surface-2: #ECE4D4; --c-text: #1F1B16; --c-muted: #6B6155;
  --c-line: #E0D6C3; --c-accent: #D9622B; --c-accent-contrast: #fff; --c-sale: #B8421B; --c-ok: #2F6B45; --c-warn: #A6621A;
  --c-green: #22392C; --c-ink: #1F1B16;
  --font-display: "Fraunces", Georgia, serif; --font-body: "DM Sans", system-ui, sans-serif;
  --radius: 18px; --radius-sm: 10px; --radius-btn: 999px; --container: 1280px; --header-h: 70px;
}
body { font-size: 16px; }
h1, h2, h3 { font-weight: 700; letter-spacing: -.005em; word-spacing: .04em; font-variation-settings: "opsz" 72; }
.btn { font-weight: 700; }
.btn--primary:hover { background: #BF5020; filter: none; }
.btn--ghost { border-color: var(--c-text); }
.hr-btn-light { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.4); }
.hr-btn-light:hover { background: rgba(255,255,255,.22); }
.demo-bar { background: #0F0D0A; }

/* Üst şerit + header */
.hr-strip { background: var(--c-green); color: #E7EFE3; font-size: .82rem; }
.hr-strip__inner { display: flex; justify-content: space-between; gap: 16px; padding-block: 8px; }
.hr-strip p { margin: 0; }
.hr-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #F08A4B; margin-right: 6px; box-shadow: 0 0 0 4px rgba(240,138,75,.25); animation: hr-pulse 2s ease-in-out infinite; vertical-align: 1px; }
@keyframes hr-pulse { 50% { box-shadow: 0 0 0 7px rgba(240,138,75,0); } }
.hr-header { background: var(--c-bg); border-bottom: 1px solid var(--c-line); }
.hr-logo { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 700; font-size: 1.7rem; letter-spacing: -.03em; }
.hr-logo__bean { width: 16px; height: 22px; border-radius: 50%; background: var(--c-accent); transform: rotate(25deg); position: relative; }
.hr-logo__bean::after { content: ""; position: absolute; left: 7px; top: 3px; bottom: 3px; width: 2px; border-radius: 2px; background: var(--c-bg); transform: rotate(-12deg); }
.hr-nav a { font-weight: 500; font-size: .95rem; padding: 8px 14px; border-radius: 999px; }
.hr-nav a:hover { background: var(--c-surface-2); }
.hr-nav a[aria-current] { background: var(--c-text); color: var(--c-bg); }
.site-nav.hr-nav { gap: 2px; }
.hr-header .search input { background: var(--c-surface); border: 1px solid var(--c-line); }
.cart-count { background: var(--c-accent); }

/* Tipografi */
.hr-kicker { font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #F2B48C; margin: 0 0 14px; }
.hr-h2 { font-size: clamp(1.8rem, 4.5vw, 2.7rem); margin: 0 0 24px; }
.hr-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.hr-more { font-weight: 700; text-decoration: none; color: var(--c-accent); white-space: nowrap; }
.hr-section { margin-top: 72px; }

/* Hero */
.hr-hero { position: relative; color: #fff; background: var(--c-ink); overflow: hidden; }
.hr-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.hr-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,13,10,.85) 0%, rgba(15,13,10,.35) 70%, rgba(15,13,10,.1)); }
.hr-hero__inner { position: relative; z-index: 1; display: grid; gap: 28px; padding-block: 64px 40px; }
.hr-hero__title { font-size: clamp(2.5rem, 8vw, 4.8rem); line-height: 1; margin: 0 0 16px; max-width: 12ch; }
.hr-hero__lead { font-size: 1.1rem; color: #E8DFD2; max-width: 460px; margin: 0 0 28px; }
.hr-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hr-pick { background: var(--c-surface); color: var(--c-text); border-radius: var(--radius); padding: 18px; max-width: 380px; box-shadow: 0 30px 60px -30px rgba(0,0,0,.6); }
.hr-pick__label { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--c-accent); margin: 0 0 12px; }
.hr-pick__link { display: flex; gap: 14px; align-items: center; text-decoration: none; }
.hr-pick__link img { width: 84px; height: 84px; object-fit: cover; border-radius: 12px; }
.hr-pick__link strong { display: block; font-family: var(--font-display); font-size: 1.25rem; }
.hr-pick__link em { color: var(--c-muted); font-size: .9rem; }
.hr-pick__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; padding-top: 14px; border-top: 1px dashed var(--c-line); }
.hr-pick__foot .price { font-size: 1.2rem; }
.hr-pick__foot .btn { min-height: 42px; padding: 0 18px; }

/* Kategori döşemeleri */
.hr-cats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.hr-cat { position: relative; display: block; border-radius: var(--radius); overflow: hidden; aspect-ratio: 1; text-decoration: none; background: var(--c-surface-2); }
.hr-cat img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.hr-cat:hover img { transform: scale(1.06); }
.hr-cat span { position: absolute; left: 10px; bottom: 10px; display: inline-flex; align-items: center; gap: 6px; background: var(--c-surface); padding: 7px 14px; border-radius: 999px; font-weight: 700; font-size: .92rem; }
.hr-cats a:last-child:nth-child(odd) { grid-column: 1 / -1; aspect-ratio: 2 / 1; }

/* Ürün kartı */
.hr-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.hr-card { display: flex; flex-direction: column; background: var(--c-surface); border: 1px solid var(--c-line); border-radius: var(--radius); overflow: hidden; transition: box-shadow .25s, transform .25s; }
.hr-card:hover { box-shadow: 0 18px 40px -24px rgba(31,27,22,.45); transform: translateY(-2px); }
.hr-card__media { position: relative; display: block; aspect-ratio: 1; background: var(--c-surface-2); overflow: hidden; }
.hr-card__media img { width: 100%; height: 100%; object-fit: cover; }
.hr-badge { position: absolute; top: 10px; left: 10px; background: var(--c-text); color: var(--c-bg); font-size: .72rem; font-weight: 700; padding: 5px 10px; border-radius: 999px; }
.hr-badge--sale { background: var(--c-accent); color: #fff; }
.hr-badge--muted { background: var(--c-surface); color: var(--c-muted); }
.hr-card__body { display: flex; flex-direction: column; flex: 1; padding: 12px 12px 12px; gap: 6px; }
.hr-card__title { font-family: var(--font-display); font-size: 1.08rem; line-height: 1.2; margin: 0; }
.hr-card__title a { text-decoration: none; }
.hr-card__title a:hover { color: var(--c-accent); }
.hr-card__notes { font-size: .84rem; color: var(--c-muted); margin: 0; font-style: italic; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hr-chips { list-style: none; padding: 0; margin: 2px 0 0; display: flex; flex-wrap: wrap; gap: 4px; }
.hr-chips li { font-size: .72rem; font-weight: 500; background: var(--c-bg); border: 1px solid var(--c-line); padding: 2px 8px; border-radius: 999px; }
.hr-card__foot { margin-top: auto; padding-top: 10px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.hr-card__foot form { margin: 0; }
.hr-card .price { font-size: 1.02rem; flex-direction: column; gap: 0; }
.hr-card .price__was { font-size: .78rem; }
.hr-add { width: 42px; height: 42px; border-radius: 50%; border: 0; background: var(--c-text); color: var(--c-bg); display: grid; place-items: center; cursor: pointer; transition: background .2s, transform .2s; flex: none; }
.hr-add:hover { background: var(--c-accent); transform: rotate(90deg); }
.hr-add.is-loading svg { opacity: 0; }
.hr-card__out { font-size: .8rem; font-weight: 700; color: var(--c-muted); }

/* Süreç */
.hr-process { background: var(--c-green); color: #E7EFE3; margin-top: 88px; padding: 64px 0; }
.hr-process .hr-h2 { color: #fff; }
.hr-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 28px; }
.hr-steps span { font-family: var(--font-display); font-size: 2.6rem; color: #F08A4B; line-height: 1; }
.hr-steps h3 { color: #fff; font-size: 1.4rem; margin: 8px 0 6px; }
.hr-steps p { color: #C8D6C6; margin: 0; }

/* Demleme */
.hr-brew { display: grid; gap: 28px; align-items: center; }
.hr-brew__img img { border-radius: var(--radius); width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.hr-brew__text p { color: var(--c-muted); }
.hr-recipes { list-style: none; padding: 0; margin: 20px 0 24px; display: grid; gap: 8px; }
.hr-recipes li { display: flex; justify-content: space-between; gap: 12px; padding: 12px 16px; background: var(--c-surface); border: 1px solid var(--c-line); border-radius: var(--radius-sm); font-size: .92rem; }
.hr-recipes span { color: var(--c-muted); text-align: right; }

/* Listeleme */
.hr-listing__head { padding: 8px 0 24px; }
.hr-listing__title { font-size: clamp(2.2rem, 6vw, 3.4rem); margin: 4px 0 8px; }
.hr-listing__intro { color: var(--c-muted); max-width: 620px; margin: 0; }
.hr-listing__layout { display: grid; gap: 20px; }
.hr-side { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.hr-side::-webkit-scrollbar { display: none; }
.hr-side a { flex: none; text-decoration: none; font-weight: 500; padding: 8px 16px; border-radius: 999px; border: 1px solid var(--c-line); background: var(--c-surface); }
.hr-side a[aria-current] { background: var(--c-text); color: var(--c-bg); border-color: var(--c-text); }
.hr-side__title, .hr-side__note { display: none; }
.hr-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.hr-toolbar p { margin: 0; color: var(--c-muted); }
.hr-toolbar select { min-height: 40px; border-radius: 999px; padding: 0 14px; width: auto; }
.hr-toolbar label { font-weight: 500; }

/* Ürün detay */
.gallery__main { border-radius: var(--radius); }
.gallery__main, .gallery__thumb img { aspect-ratio: 1; }
.gallery__thumb img { height: 72px; }
.gallery__thumb { border-radius: 10px; }
.pdp__title { font-size: clamp(1.9rem, 5vw, 2.8rem); }
.pdp__lead { font-family: var(--font-display); font-style: italic; font-size: 1.2rem; color: var(--c-text); }
.hr-spec-card { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--c-line); border: 1px solid var(--c-line); border-radius: var(--radius-sm); overflow: hidden; margin: 0 0 20px; }
.hr-spec-card div { background: var(--c-surface); padding: 10px 14px; }
.hr-spec-card dt { font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--c-muted); }
.hr-spec-card dd { margin: 2px 0 0; font-weight: 500; }
.hr-spec-card div:last-child:nth-child(odd) { grid-column: 1 / -1; }
.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: 1px solid var(--c-line); }

/* Footer */
.hr-footer { background: var(--c-ink); color: #D9CFC0; border: 0; margin-top: 96px; padding-top: 56px; }
.hr-footer a, .hr-footer p, .hr-footer .muted { color: #B3A895; }
.hr-footer a:hover { color: #fff; }
.hr-footer .footer-title { color: #fff; }
.hr-footer .hr-logo { color: #fff; }
.hr-footer .hr-logo__bean::after { background: var(--c-ink); }
.hr-footer__grid { display: grid; gap: 28px; grid-template-columns: 1fr 1fr; }
.hr-footer__brand { grid-column: 1 / -1; }
.hr-roast { display: flex; gap: 10px; align-items: flex-start; background: rgba(255,255,255,.06); border-radius: var(--radius-sm); padding: 12px 14px; color: #E7DDCF; font-size: .9rem; max-width: 320px; }
.hr-roast .hr-dot { margin-top: 6px; }
.hr-footer .footer-legal { border-color: rgba(255,255,255,.1); }
.hr-footer .footer-legal .linklike { color: #B3A895; }

@media (min-width: 600px) {
  .hr-cats { grid-template-columns: repeat(3, 1fr); }
  .hr-cats a:last-child:nth-child(odd) { grid-column: auto; aspect-ratio: 1; }
  .hr-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .hr-steps { grid-template-columns: repeat(3, 1fr); }
  .hr-card__body { padding: 16px; }
}
@media (min-width: 960px) {
  .hr-hero__inner { grid-template-columns: 1fr auto; align-items: end; padding-block: 120px 72px; min-height: 560px; }
  .hr-cats { grid-template-columns: repeat(5, 1fr); }
  .hr-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
  .hr-grid--list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hr-brew { grid-template-columns: 1.1fr 1fr; gap: 64px; }
  .hr-listing__layout { grid-template-columns: 220px 1fr; gap: 40px; align-items: start; }
  .hr-side { flex-direction: column; gap: 2px; overflow: visible; position: sticky; top: calc(var(--header-h) + 20px); }
  .hr-side a { border: 0; background: none; padding: 9px 14px; border-radius: 10px; }
  .hr-side a:hover { background: var(--c-surface-2); }
  .hr-side__title { display: block; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--c-muted); margin: 0 0 6px 14px; }
  .hr-side__note { display: block; margin-top: 20px; padding: 14px; background: var(--c-surface); border: 1px dashed var(--c-line); border-radius: var(--radius-sm); font-size: .84rem; }
  .hr-side__note p { margin: 4px 0 0; color: var(--c-muted); }
  .hr-footer__grid { grid-template-columns: 1.6fr 1fr 1fr 1.2fr; }
  .hr-footer__brand { grid-column: auto; }
}
