/* ==========================================================================
   BEAKLET brand layer — fonts, PDP styling, signature interactions
   ========================================================================== */

/* ---- Brand fonts ---- */
@font-face {
  font-family: 'Urbanist';
  src: url('fonts/Urbanist.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Humble Signation';
  src: url('fonts/HumbleSignation.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

:root {
  --bk-blue: #2C45C4;
  --bk-charcoal: #374151;
  --bk-gold: #92816D;
  --bk-slate: #64748B;
  --bk-ivory: #F9FAFB;
  --bk-coral: #DF5549;
  --bk-amber: #DFA14A;
  --bk-cream: #FAF8F5;
  --bk-teal: #1F7A72;
  --bk-ink: #1A1A1A;
}

body, button, input, select, textarea {
  font-family: 'Urbanist', sans-serif;
}

/* ---- scroll reveal ---- */
.bk-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s cubic-bezier(.22,.61,.36,1), transform .8s cubic-bezier(.22,.61,.36,1);
}
.bk-reveal.bk-in {
  opacity: 1;
  transform: none;
}

/* ---- PDP buy column ---- */
.single-product form.cart .variations select { display: none !important; }

.bk-variant-pills { display: flex; gap: 10px; margin: 4px 0 10px; }
.bk-variant-pill {
  border: 1.5px solid var(--bk-coral);
  color: var(--bk-coral);
  background: transparent;
  font: 600 13px/1 'Urbanist', sans-serif;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
  transition: all .22s ease;
}
.bk-variant-pill:hover { background: rgba(223,85,73,.08); }
.bk-variant-pill.on {
  background: var(--bk-coral);
  color: #fff;
  box-shadow: 0 6px 18px rgba(223,85,73,.35);
}
.single-product .variations label {
  font: 600 11px/1 'Urbanist', sans-serif;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #9aa0a6;
}
.single_add_to_cart_button {
  background: var(--bk-coral) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font: 600 15px/1 'Urbanist', sans-serif !important;
  letter-spacing: .5px;
  padding: 16px 32px !important;
  width: 100%;
  transition: transform .2s ease, box-shadow .2s ease !important;
}
.single_add_to_cart_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(223,85,73,.4);
}
.single-product .quantity .qty {
  border-radius: 8px;
  border: 1px solid #e5decf;
  height: 48px;
  font-family: 'Urbanist', sans-serif;
}

/* gallery */
.single-product div.product div.images .flex-control-thumbs { display: flex; justify-content: center; gap: 4px; margin-top: 18px; }
.single-product div.product div.images .flex-control-thumbs li {
  border: 1.5px solid #eee4d4;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  width: 74px;
  transition: border-color .2s ease, transform .2s ease;
}
.single-product div.product div.images .flex-control-thumbs li:hover { transform: translateY(-3px); }
.single-product div.product div.images .flex-control-thumbs li img.flex-active { border: none; }
.single-product div.product div.images .flex-control-thumbs li:has(img.flex-active) { border-color: var(--bk-coral); }

/* ---- ink playground (write-with-it canvas) ---- */
.bk-ink {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}
.bk-ink__eyebrow {
  font: 600 12px/1 'Urbanist', sans-serif;
  letter-spacing: 3px;
  color: var(--bk-gold);
  text-transform: uppercase;
  margin: 0 0 14px;
}
.bk-ink__title {
  font: 600 40px/1.15 'Urbanist', sans-serif;
  color: var(--bk-ink);
  margin: 0 0 6px;
}
.bk-ink__script {
  font-family: 'Humble Signation', cursive;
  font-size: 30px;
  color: var(--bk-blue);
  margin: 0 0 22px;
}
.bk-ink__hint { font: 400 15px/1.6 'Urbanist', sans-serif; color: #666; margin: 0 0 26px; }
.bk-swatches { display: flex; gap: 14px; align-items: center; margin-bottom: 22px; }
.bk-swatch {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1.5px #ddd, 0 4px 10px rgba(0,0,0,.12);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.bk-swatch:hover { transform: scale(1.12); }
.bk-swatch.on { box-shadow: 0 0 0 2.5px currentColor, 0 4px 12px rgba(0,0,0,.18); transform: scale(1.12); }
.bk-ink__clear {
  font: 600 12px/1 'Urbanist', sans-serif;
  letter-spacing: 1.5px;
  color: var(--bk-slate);
  background: none;
  border: 1px solid #d7dbe2;
  border-radius: 20px;
  padding: 9px 18px;
  cursor: pointer;
  transition: all .2s ease;
}
.bk-ink__clear:hover { border-color: var(--bk-slate); background: #f2f4f7; }
.bk-ink__paper {
  position: relative;
  background:
    repeating-linear-gradient(transparent, transparent 38px, #e8e2d5 38px, #e8e2d5 39px),
    #FFFDF8;
  border: 1px solid #eee4d4;
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(60,45,20,.10);
  overflow: hidden;
}
.bk-ink__paper::before {
  content: '';
  position: absolute; inset: 0;
  background: url('watermark.png') center/52% no-repeat;
  opacity: .12;
  pointer-events: none;
}
.bk-ink__canvas { display: block; width: 100%; height: 420px; cursor: crosshair; touch-action: none; }
.bk-ink__placeholder {
  position: absolute; top: 42%; left: 0; right: 0;
  text-align: center;
  font-family: 'Humble Signation', cursive;
  font-size: 34px;
  color: rgba(44,69,196,.25);
  pointer-events: none;
  transition: opacity .4s ease;
}

/* ---- illustration hotspots ---- */
.bk-map { position: relative; max-width: 1180px; margin: 0 auto; }
.bk-map img { display: block; width: 100%; height: auto; border-radius: 6px; }
.bk-spot { position: absolute; transform: translate(-50%, -50%); z-index: 4; }
.bk-spot__dot {
  width: 22px; height: 22px;
  background: var(--bk-coral);
  border: 3px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,.25);
  position: relative;
  transition: transform .2s ease;
}
.bk-spot__dot::after {
  content: '';
  position: absolute; inset: -9px;
  border: 2px solid rgba(223,85,73,.5);
  border-radius: 50%;
  animation: bk-pulse 2s ease-out infinite;
}
@keyframes bk-pulse {
  0% { transform: scale(.6); opacity: 1; }
  100% { transform: scale(1.4); opacity: 0; }
}
.bk-spot:hover .bk-spot__dot { transform: scale(1.18); }
.bk-spot__card {
  position: absolute;
  bottom: 34px; left: 50%;
  transform: translateX(-50%) translateY(8px);
  width: 260px;
  background: #FFFDF8;
  border: 1px solid #d9c9a8;
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(60,45,20,.22);
  padding: 16px 18px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s cubic-bezier(.22,.61,.36,1);
  pointer-events: none;
  z-index: 9;
}
.bk-spot:hover .bk-spot__card,
.bk-spot.tapped .bk-spot__card {
  opacity: 1; visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.bk-spot__card h5 {
  font: 700 15px/1.3 'Urbanist', sans-serif;
  color: var(--bk-ink);
  margin: 0 0 4px;
}
.bk-spot__card .bk-spot__loc {
  font: 600 11px/1.4 'Urbanist', sans-serif;
  color: var(--bk-teal);
  margin: 0 0 8px;
}
.bk-spot__card p {
  font: 400 12.5px/1.55 'Urbanist', sans-serif;
  color: #5b5346;
  margin: 0;
}

/* ornamental frame for culture section */
.bk-culture-wrap {
  border: 2px solid #B79B6E;
  outline: 1px solid #B79B6E;
  outline-offset: 5px;
  border-radius: 4px;
  background: #FBF6EA;
  padding: 46px 34px 34px;
  max-width: 1240px;
  margin: 0 auto;
}

/* ---- explore-cities cards ---- */
.bk-city-card { overflow: hidden; border-radius: 4px; transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s ease; }
.bk-city-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(30,25,10,.16); }
.bk-city-card .elementor-widget-image img { transition: transform .5s cubic-bezier(.22,.61,.36,1); }
.bk-city-card:hover .elementor-widget-image img { transform: rotate(-4deg) translateY(-6px) scale(1.04); }

/* ---- glass craftsmanship cards ---- */
.bk-glass {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 252, 246, .68) !important;
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: 0 10px 30px rgba(90,70,30,.10);
  transition: transform .3s ease, box-shadow .3s ease;
}
.bk-glass:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(90,70,30,.16); }

/* accordion styling */
.single-product .elementor-accordion .elementor-tab-title,
.single-product .elementor-accordion .elementor-tab-title a {
  font-family: 'Urbanist', sans-serif !important;
}

/* header polish */
.elementor-location-header { border-bottom: 1px solid #efeae0; }

/* kill UiCore's JS-injected sticky add-to-cart (duplicate buy UI) */
.uicore-sticky-add-to-cart { display: none !important; }

/* ==========================================================================
   BKP — hand-coded product page (wireframe-exact)
   ========================================================================== */
.bkp { font-family: 'Urbanist', sans-serif; color: var(--bk-ink); background: #fff; }
.bkp *, .bkp *::before, .bkp *::after { box-sizing: border-box; }
.bkp button { font-family: 'Urbanist', sans-serif; }
.bkp section { margin: 0; }

.bkp-eyebrow {
  display: block;
  font: 600 12px/1 'Urbanist', sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--bk-amber);
}
.bkp-eyebrow--gold { color: var(--bk-gold); text-align: center; }
.bkp-eyebrow--teal { color: #3FB9A5; text-align: center; }

/* ---------- hero ---------- */
/* wireframe proportions: 1512px canvas, gallery 59%, gutter ~4% */
.bkp-hero {
  display: grid;
  grid-template-columns: 59% 1fr;
  gap: 46px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 44px 56px 78px;
}
.bkp-hero__stage {
  position: relative;
  background-color: #FFFDF9;
  background-repeat: no-repeat;
  background-position: center 18%;
  background-size: 78%;
  border-radius: 4px;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.bkp-hero__stage img { max-height: 480px; width: auto; max-width: 88%; object-fit: contain; }
.bkp-hero__zoom {
  position: absolute; top: 16px; right: 16px;
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid #e3dccd;
  background: #fff;
  color: #6b6b6b;
  font-size: 16px;
  cursor: pointer;
}
.bkp-hero__thumbs { display: flex; gap: 10px; justify-content: center; margin-top: 16px; }
.bkp-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px; height: 72px;
  min-height: 72px; max-height: 72px;
  overflow: hidden;
  border: 1.5px solid #e8e0cf;
  border-radius: 10px;
  background: #fff;
  padding: 6px;
  cursor: pointer;
  transition: border-color .2s, transform .2s;
}
.bkp-thumb img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.bkp-thumb:hover { transform: translateY(-2px); }
.bkp-thumb.on { border-color: var(--bk-coral); }

.bkp-hero__meta { display: flex; justify-content: space-between; align-items: center; }
.bkp-hero__icons button {
  background: none; border: none;
  font-size: 19px; color: #444;
  cursor: pointer; padding: 4px 6px;
}
.bkp-title { font: 600 40px/1.12 'Urbanist', sans-serif; margin: 10px 0 10px; color: #17181c; }
.bkp-sub { font: 400 15.5px/1.55 'Urbanist', sans-serif; color: #62656d; margin: 0 0 18px; }
.bkp-price { font: 500 20px/1 'Urbanist', sans-serif; margin: 0 0 22px; }

.bkp-label {
  font: 600 11px/1 'Urbanist', sans-serif;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #9aa0a6;
  margin: 0 0 10px;
}
.bkp-pills { display: flex; gap: 10px; margin: 0 0 18px; }
.bkp-pill {
  border: 1.5px solid var(--bk-coral);
  color: var(--bk-coral);
  background: #fff;
  font: 600 13.5px/1 'Urbanist', sans-serif;
  padding: 11px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: all .22s ease;
}
.bkp-pill:hover { background: rgba(223,85,73,.07); }
.bkp-pill.on { background: var(--bk-coral); color: #fff; box-shadow: 0 6px 16px rgba(223,85,73,.32); }

.bkp-nib { display: flex; align-items: center; gap: 16px; margin: 0 0 18px; }
.bkp-nib__label { margin: 0; color: #17181c; text-transform: none; letter-spacing: 0; font-size: 14px; font-weight: 600; }
.bkp-nib__opts { display: flex; gap: 14px; }
.bkp-nib__opts button {
  background: none; border: none;
  font: 500 13.5px/1 'Urbanist', sans-serif;
  color: #6a6d73;
  cursor: pointer;
  padding: 4px 2px;
  border-bottom: 2px solid transparent;
}
.bkp-nib__opts button.on { color: #17181c; font-weight: 700; border-color: #17181c; }

.bkp-offer {
  background: #FBF6EA;
  border: 1px solid #eee0c2;
  border-radius: 8px;
  font: 400 12.5px/1.55 'Urbanist', sans-serif;
  color: #5c5647;
  padding: 12px 16px;
  margin: 0 0 20px;
}
.bkp-offer strong {
  display: block;
  font: 700 11px/1 'Urbanist', sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #17181c;
  margin-bottom: 5px;
}

.bkp-buyrow { display: flex; gap: 14px; margin-bottom: 10px; }
.bkp-qty {
  display: flex; align-items: center;
  border: 1px solid #e2dccd;
  border-radius: 8px;
  overflow: hidden;
  flex: 0 0 auto;
}
.bkp-qty button {
  width: 40px; height: 48px;
  background: #fff; border: none;
  font-size: 17px; color: #444;
  cursor: pointer;
}
.bkp-qty input {
  width: 44px; height: 48px;
  border: none;
  text-align: center;
  font: 600 15px/1 'Urbanist', sans-serif;
  -moz-appearance: textfield;
}
.bkp-qty input::-webkit-outer-spin-button, .bkp-qty input::-webkit-inner-spin-button { -webkit-appearance: none; }
/* !important guards: UiCore paints all <button>s brand-blue */
.bkp .bkp-atc {
  flex: 1;
  background: var(--bk-coral) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font: 600 15px/1 'Urbanist', sans-serif !important;
  letter-spacing: .4px;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.bkp .bkp-atc:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(223,85,73,.38); background: var(--bk-coral) !important; }
.bkp .bkp-pill { background: #fff; }
.bkp .bkp-pill.on { background: var(--bk-coral) !important; color: #fff !important; }
.bkp .bkp-qty button, .bkp .bkp-hero__zoom, .bkp .bkp-nib__opts button, .bkp .bk-ink__clear, .bkp .bk-swatch {
  background-color: transparent;
}
.bkp .bkp-qty button { background-color: #fff !important; color: #444 !important; }
.bkp-ship { font: 400 12.5px/1 'Urbanist', sans-serif; color: #6a6d73; margin: 4px 0 24px; }
.bkp-ship strong { font-weight: 700; color: #17181c; }

.bkp-specs__head {
  display: flex; justify-content: space-between; align-items: center;
  font: 600 16px/1 'Urbanist', sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee4d4;
}
.bkp-specs__head span { color: #b6b0a3; font-size: 18px; }
.bkp-specs table { width: 100%; border-collapse: collapse; }
.bkp-specs tr { border-bottom: 1px solid #f0e9da; }
.bkp-specs td { padding: 11px 0; font: 400 13.5px/1.4 'Urbanist', sans-serif; color: #17181c; }
.bkp-specs td:first-child {
  font: 600 10.5px/1 'Urbanist', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--bk-amber);
  width: 30%;
}
.bkp-specs td:last-child { text-align: right; }

.bkp-acc { margin-top: 6px; }
.bkp-acc details { border-bottom: 1px solid #eee4d4; }
.bkp-acc summary {
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  font: 600 15px/1 'Urbanist', sans-serif;
  padding: 15px 0;
  cursor: pointer;
  color: #17181c;
}
.bkp-acc summary::-webkit-details-marker { display: none; }
.bkp-acc summary::after { content: '+'; color: #9aa0a6; font-size: 17px; transition: transform .25s; }
.bkp-acc details[open] summary { color: var(--bk-coral); }
.bkp-acc details[open] summary::after { transform: rotate(45deg); }
.bkp-acc details > div { font: 400 13.5px/1.6 'Urbanist', sans-serif; color: #5c5f66; padding: 0 0 16px; }
.bkp-sku { font: 400 12px/1 'Urbanist', sans-serif; color: #9aa0a6; margin: 14px 0 0; }

/* ---------- ink band ---------- */
.bkp-inkband { background: #fff; padding: 88px 40px; border-top: 1px solid #f4efe4; }

/* ---------- craftsmanship ---------- */
.bkp-craft {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 86px 40px;
}
.bkp-craft::before { content: ''; position: absolute; inset: 0; background: rgba(255,251,242,.75); }
.bkp-craft__inner { position: relative; max-width: 1280px; margin: 0 auto; text-align: center; }
.bkp-craft__h {
  font: 600 44px/1.15 'Playfair Display', serif;
  color: #17181c;
  margin: 16px 0 44px;
}
.bkp-craft__h em { color: var(--bk-coral); font-style: italic; }
.bkp-craft__cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.bkp-card {
  text-align: left;
  background: rgba(255,252,246,.68);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(90,70,30,.10);
  padding: 26px 22px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.bkp-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(90,70,30,.16); }
.bkp-card__ic { font-size: 19px; color: #17181c; }
.bkp-card h4 { font: 600 17px/1.3 'Playfair Display', serif; margin: 12px 0 8px; color: #17181c; }
.bkp-card p { font: 400 13px/1.6 'Urbanist', sans-serif; color: #5c5647; margin: 0; }

/* ---------- culture ---------- */
.bkp-culture { background: #FDFAF2; padding: 66px 40px; }
.bkp-culture__ornament { text-align: center; color: #B79B6E; letter-spacing: 12px; font-size: 14px; margin-bottom: 12px; }
.bkp-culture__h { font: 600 44px/1.1 'Urbanist', sans-serif; text-align: center; color: #17181c; margin: 10px 0 4px; }
.bkp-culture__h span { color: var(--bk-amber); }
.bkp-culture__city {
  font: 500 17px/1 'Urbanist', sans-serif;
  letter-spacing: 7px;
  text-transform: uppercase;
  text-align: center;
  color: #17181c;
  margin: 0 0 34px;
}

/* ---------- explore ---------- */
.bkp-explore { max-width: 1400px; margin: 0 auto; padding: 86px 56px; text-align: center; }
.bkp-explore h2 { font: 600 36px/1.15 'Urbanist', sans-serif; color: #17181c; margin: 0 0 8px; }
.bkp-explore__sub { font: 400 16px/1.5 'Urbanist', sans-serif; color: #5b5e64; margin: 0 0 40px; }
.bkp-explore__row { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bkp-city {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  border-radius: 4px;
  overflow: hidden;
}
.bkp-city__pen {
  position: absolute;
  top: 44px; left: 50%;
  transform: translateX(-50%);
  height: 250px;
  width: auto;
  filter: drop-shadow(0 14px 22px rgba(0,0,0,.28));
  transition: transform .45s cubic-bezier(.22,.61,.36,1);
}
.bkp-city:hover .bkp-city__pen { transform: translateX(-50%) rotate(-5deg) translateY(-8px); }
.bkp-city__name { font: 600 16px/1 'Urbanist', sans-serif; color: #17181c; margin-bottom: 4px; }
.bkp-city__price { font: 500 13px/1 'Urbanist', sans-serif; color: #6b6e74; margin-bottom: 14px; }
.bkp-city__bar {
  width: 100%;
  background: #A08A63;
  color: #fff;
  font: 600 14px/1 'Urbanist', sans-serif;
  padding: 14px 0;
  transition: background .25s;
}
.bkp-city:hover .bkp-city__bar { background: #8a744e; }
.bkp-explore__next {
  position: absolute;
  right: -18px; top: 50%;
  transform: translateY(-50%);
  width: 44px; height: 44px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.16);
  font-size: 17px;
  cursor: pointer;
  z-index: 3;
}
.bkp-explore__progress {
  width: 180px; height: 4px;
  border-radius: 2px;
  background: #e8e4da;
  margin: 34px auto 0;
  overflow: hidden;
}
.bkp-explore__progress span { display: block; width: 42%; height: 100%; border-radius: 2px; background: #17181c; }

/* ---------- FAQ ---------- */
.bkp-faq { max-width: 860px; margin: 0 auto; padding: 66px 40px 90px; text-align: center; }
.bkp-faq__pre { font: 500 16px/1 'Urbanist', sans-serif; color: #17181c; margin: 0 0 8px; }
.bkp-faq h2 { font: 600 34px/1.2 'Urbanist', sans-serif; color: var(--bk-blue); margin: 0 0 34px; }
.bkp-faq__list { text-align: left; }
.bkp-faq__list details { border-bottom: 1px solid #e9e5db; }
.bkp-faq__list summary {
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  font: 500 17px/1.4 'Urbanist', sans-serif;
  color: #17181c;
  padding: 18px 0;
  cursor: pointer;
}
.bkp-faq__list summary::-webkit-details-marker { display: none; }
.bkp-faq__list summary::after { content: '\2304'; color: #9aa0a6; font-size: 16px; margin-left: 16px; transition: transform .25s; }
.bkp-faq__list details[open] summary::after { transform: rotate(180deg); }
.bkp-faq__list details > div { font: 400 14px/1.65 'Urbanist', sans-serif; color: #5c5f66; padding: 0 0 18px; }
.bkp-faq__still { font: 400 13.5px/1 'Urbanist', sans-serif; color: #8b8e94; margin: 26px 0 16px; }
.bkp-faq__cta {
  display: inline-block;
  background: var(--bk-blue);
  color: #fff;
  font: 600 14px/1 'Urbanist', sans-serif;
  text-decoration: none;
  border-radius: 8px;
  padding: 15px 28px;
  transition: transform .2s, box-shadow .2s;
}
.bkp-faq__cta:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(44,69,196,.35); color: #fff; }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .bkp-hero { grid-template-columns: 1fr; gap: 34px; }
  .bkp-craft__cards { grid-template-columns: repeat(2, 1fr); }
  .bkp-explore__row { grid-template-columns: 1fr; }
  .bkp-explore__next { display: none; }
  .bkp-city { min-height: 380px; }
}
@media (max-width: 640px) {
  .bkp-hero { padding: 24px 20px 50px; }
  .bkp-hero__stage { min-height: 340px; padding: 22px; }
  .bkp-hero__stage img { max-height: 300px; }
  .bkp-title { font-size: 30px; }
  .bkp-craft, .bkp-culture, .bkp-inkband { padding-left: 20px; padding-right: 20px; }
  .bkp-craft__cards { grid-template-columns: 1fr; }
  .bkp-craft__h, .bkp-culture__h { font-size: 32px; }
  .bkp-explore { padding: 60px 20px; }
  .bkp-faq { padding: 50px 20px 70px; }
  .bkp-buyrow { flex-direction: column; }
  .bkp-qty { justify-content: center; }
}

/* mobile */
@media (max-width: 900px) {
  .bk-ink { grid-template-columns: 1fr; gap: 26px; }
  .bk-ink__canvas { height: 300px; }
  .bk-ink__title { font-size: 30px; }
  .bk-spot__card { width: 210px; }
}
