/* ==========================================================================
   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 center;
  background-size: 72%;
  border-radius: 4px;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.bkp-hero__stage img { max-height: 600px; width: auto; max-width: 92%; 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: 400px; padding: 22px; }
  .bkp-hero__stage img { max-height: 380px; }
  .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; }
}

/* ==========================================================================
   BKH — hand-coded homepage (wireframe-exact, blue-diagonal hero)
   ========================================================================== */
.bkh { font-family: 'Urbanist', sans-serif; color: var(--bk-ink); background: #fff; overflow-x: hidden; }
.bkh *, .bkh *::before, .bkh *::after { box-sizing: border-box; }

.bkh-eyebrow {
  font: 600 12px/1 'Urbanist', sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--bk-gold);
  margin: 0 0 14px;
}
.bkh-eyebrow--light { color: rgba(255,255,255,.65); }

/* ---------- hero ---------- */
.bkh-hero { position: relative; background: #fbfbfc; overflow: hidden; }
.bkh-hero__diagonal {
  position: absolute;
  top: 0; right: 0; bottom: 130px; left: 46%;
  background: var(--bk-blue);
  clip-path: polygon(38% 0, 100% 0, 100% 100%, 0% 100%);
}
.bkh-hero__inner {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
  padding: 70px 56px 0;
}
.bkh-hero__copy { position: relative; z-index: 2; padding-top: 60px; max-width: 540px; }
.bkh-hero__ghost {
  position: absolute;
  top: -34px; left: -4px;
  font: 800 96px/1 'Urbanist', sans-serif;
  background: linear-gradient(180deg, rgba(44,69,196,.14), rgba(44,69,196,0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
  pointer-events: none;
  z-index: -1;
}
.bkh-hero__title { font: 800 46px/1.2 'Urbanist', sans-serif; color: #17181c; margin: 90px 0 22px; }
.bkh-hero__title span { color: var(--bk-blue); }
.bkh-hero__sub { font: 400 16px/1.6 'Urbanist', sans-serif; color: #55585f; margin: 0 0 30px; max-width: 420px; }
.bkh-hero__cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--bk-blue);
  color: #fff;
  text-decoration: none;
  font: 600 15px/1 'Urbanist', sans-serif;
  padding: 17px 26px;
  border-radius: 8px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.bkh-hero__cta:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(44,69,196,.35); color: #fff; }
.bkh-hero__cta span { transition: transform .2s ease; }
.bkh-hero__cta:hover span { transform: translateX(3px); }

.bkh-hero__art { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; }
.bkh-hero__pen {
  position: relative;
  width: 34%;
  max-width: 260px;
  filter: drop-shadow(0 30px 40px rgba(0,0,0,.35));
  transform-origin: center;
}
.bkh-hero__swirl { position: absolute; width: 46%; left: 6%; top: 42%; opacity: .9; }
.bkh-hero__dashes { position: absolute; right: 6%; top: 38%; display: flex; flex-direction: column; gap: 14px; }
.bkh-hero__dashes span { display: block; width: 26px; height: 2px; background: rgba(255,255,255,.55); }
.bkh-hero__dashes span:nth-child(3) { width: 40px; background: #fff; }

.bkh-hero__strip {
  position: relative;
  z-index: 3;
  max-width: 620px;
  margin: 0 auto;
  transform: translateY(50%);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(20,20,40,.14);
  display: flex;
  padding: 26px 34px;
  gap: 20px;
}
.bkh-hero__strip > div {
  flex: 1;
  font: 600 14px/1.35 'Urbanist', sans-serif;
  color: var(--bk-blue);
  display: flex;
  align-items: center;
  gap: 12px;
}
.bkh-ic { font-size: 20px; }

/* ---------- seven cities ---------- */
.bkh-cities { max-width: 1400px; margin: 0 auto; padding: 150px 56px 90px; }
.bkh-cities__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 40px; flex-wrap: wrap; }
.bkh-cities__h { font: 600 38px/1.1 'Urbanist', sans-serif; color: #17181c; margin: 0 0 6px; }
.bkh-script { font-family: 'Humble Signation', cursive; font-size: 26px; color: var(--bk-blue); margin: 0; }
.bkh-cities__note { font: 400 14.5px/1.6 'Urbanist', sans-serif; color: #6b6e74; max-width: 340px; text-align: right; }
.bkh-cities__row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bkh-city-photo { position: relative; border-radius: 6px; overflow: hidden; aspect-ratio: 4/3; }
.bkh-city-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.22,.61,.36,1); }
.bkh-city-photo:hover img { transform: scale(1.08); }
.bkh-city-photo__label {
  position: absolute; left: 20px; bottom: 16px; color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,.4);
}
.bkh-city-photo__label strong { display: block; font: 600 19px/1.2 'Urbanist', sans-serif; }
.bkh-city-photo__label span { font: 500 10px/1 'Urbanist', sans-serif; letter-spacing: 1.5px; opacity: .85; }

/* ---------- what makes it special ---------- */
.bkh-special { max-width: 1200px; margin: 0 auto; padding: 40px 56px 110px; text-align: center; }
.bkh-special h2 { font: 600 34px/1.15 'Urbanist', sans-serif; color: #17181c; margin: 0 0 8px; }
.bkh-special__sub { font-family: 'Humble Signation', cursive; font-size: 20px; color: var(--bk-blue); margin: 0 0 50px; }
.bkh-special__diagram { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; }
.bkh-diagram__labels { display: flex; flex-direction: column; gap: 60px; font: 600 12px/1 'Urbanist', sans-serif; letter-spacing: 1px; color: #17181c; }
.bkh-diagram__labels--left { text-align: right; }
.bkh-diagram__labels--right { text-align: left; }
.bkh-diagram__pen { position: relative; width: 220px; }
.bkh-diagram__glow {
  position: absolute; inset: -30% -60%;
  background: radial-gradient(circle, rgba(44,69,196,.28), transparent 70%);
  z-index: 0;
}
.bkh-diagram__pen img { position: relative; z-index: 1; width: 100%; }
.bkh-diagram__script {
  position: absolute; z-index: 2; left: 50%; top: 46%;
  transform: translate(-50%, -50%) rotate(-8deg);
  font-family: 'Humble Signation', cursive;
  font-size: 30px;
  color: rgba(44,69,196,.5);
}
.bkh-special__cta {
  display: inline-block; margin-top: 46px;
  border: 1.5px solid #d7dbe2;
  color: #17181c;
  text-decoration: none;
  font: 600 14px/1 'Urbanist', sans-serif;
  padding: 14px 30px;
  border-radius: 8px;
  transition: all .2s ease;
}
.bkh-special__cta:hover { border-color: var(--bk-blue); color: var(--bk-blue); }

/* ---------- explore other cities ---------- */
.bkh-explore { max-width: 1400px; margin: 0 auto; padding: 20px 56px 60px; text-align: center; }
.bkh-explore h2 { font: 600 34px/1.15 'Urbanist', sans-serif; color: #17181c; margin: 0 0 8px; }
.bkh-explore__sub { font: 400 15px/1.5 'Urbanist', sans-serif; color: #5b5e64; margin: 0 0 34px; }
.bkh-explore__row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bkh-city {
  position: relative; display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
  min-height: 360px; background-size: cover; background-position: center;
  text-decoration: none; border-radius: 4px; overflow: hidden;
}
.bkh-city__pen {
  position: absolute; top: 32px; left: 50%; transform: translateX(-50%);
  height: 200px; width: auto;
  filter: drop-shadow(0 12px 20px rgba(0,0,0,.28));
  transition: transform .45s cubic-bezier(.22,.61,.36,1);
}
.bkh-city:hover .bkh-city__pen { transform: translateX(-50%) rotate(-5deg) translateY(-8px); }
.bkh-city__name { font: 600 15px/1 'Urbanist', sans-serif; color: #17181c; margin-bottom: 4px; }
.bkh-city__price { font: 500 12.5px/1 'Urbanist', sans-serif; color: #6b6e74; margin-bottom: 14px; }
.bkh-city__bar { width: 100%; color: #fff; font: 600 13.5px/1 'Urbanist', sans-serif; padding: 13px 0; text-align: center; }
.bkh-shopall {
  display: inline-block; margin-top: 34px;
  font: 600 13px/1 'Urbanist', sans-serif; letter-spacing: 1.5px;
  color: #17181c; text-decoration: none; border-bottom: 1px solid #17181c; padding-bottom: 3px;
}

/* ---------- ratings ---------- */
.bkh-ratings {
  display: flex; justify-content: center; gap: 46px; flex-wrap: wrap;
  padding: 30px 20px; border-top: 1px solid #eee; border-bottom: 1px solid #eee;
  font: 500 13px/1 'Urbanist', sans-serif; color: #9aa0a6;
}
.bkh-rating span { color: var(--bk-amber); margin-right: 6px; }

/* ---------- blue quote ---------- */
.bkh-quote { background: var(--bk-blue); color: #fff; text-align: center; padding: 90px 40px; }
.bkh-quote blockquote {
  font-family: 'Humble Signation', cursive !important;
  font-size: 30px; line-height: 1.5;
  margin: 0 0 22px !important;
  padding: 0 !important;
  font-weight: 400;
  color: #fff !important;
  background: none !important;
  border: none !important;
  max-width: 700px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.bkh-quote__cite { font: 500 12px/1 'Urbanist', sans-serif; letter-spacing: 2px; text-transform: uppercase; opacity: .7; margin: 0 0 28px; }
.bkh-quote__cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: var(--bk-blue);
  text-decoration: none; font: 600 14px/1 'Urbanist', sans-serif;
  padding: 14px 26px; border-radius: 8px;
  transition: transform .2s ease;
}
.bkh-quote__cta:hover { transform: translateY(-2px); color: var(--bk-blue); }

/* ---------- seven pens seven stories + map ---------- */
.bkh-story { max-width: 1400px; margin: 0 auto; padding: 70px 56px 0; }
.bkh-story__row { display: flex; justify-content: space-between; gap: 50px; border-bottom: 1px solid #eee; padding-bottom: 46px; flex-wrap: wrap; }
.bkh-story__row h3 { font: 600 22px/1.4 'Urbanist', sans-serif; color: #17181c; margin: 0; max-width: 480px; }
.bkh-story__row p { font: 400 14.5px/1.6 'Urbanist', sans-serif; color: #6b6e74; max-width: 420px; margin: 0; }
.bkh-map { position: relative; padding: 50px 0 70px; }
.bkh-map__svg { width: 100%; height: auto; display: block; }
.bkh-map__pin {
  position: absolute; transform: translate(-50%, -50%);
  font: 600 11px/1 'Urbanist', sans-serif; letter-spacing: 2px;
  color: #6b6e74; background: rgba(255,255,255,.85); padding: 3px 8px; border-radius: 4px;
}

/* ---------- luxury gifting ---------- */
.bkh-gift {
  background: linear-gradient(135deg, #1c2b8f 0%, var(--bk-blue) 60%, #2436a0 100%);
  color: #fff;
  display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center;
  padding: 90px 56px; max-width: 1500px; margin: 0 auto;
}
.bkh-gift h2 { font: 600 40px/1.2 'Urbanist', sans-serif; margin: 0 0 20px; }
.bkh-gift__desc { font: 400 15px/1.6 'Urbanist', sans-serif; color: rgba(255,255,255,.8); margin: 0 0 22px; max-width: 460px; }
.bkh-gift__list { list-style: none; padding: 0; margin: 0 0 30px; display: flex; flex-direction: column; gap: 10px; }
.bkh-gift__list li { font: 400 14px/1.4 'Urbanist', sans-serif; color: rgba(255,255,255,.9); padding-left: 24px; position: relative; }
.bkh-gift__list li::before { content: '\2713'; position: absolute; left: 0; color: var(--bk-amber); font-weight: 700; }
.bkh-gift__cta {
  display: inline-block; background: var(--bk-amber); color: #17181c;
  text-decoration: none; font: 600 14px/1 'Urbanist', sans-serif;
  padding: 15px 28px; border-radius: 8px; margin-bottom: 16px;
  transition: transform .2s ease;
}
.bkh-gift__cta:hover { transform: translateY(-2px); color: #17181c; }
.bkh-gift__fine { font: 400 12px/1 'Urbanist', sans-serif; color: rgba(255,255,255,.6); margin: 0; }
.bkh-gift__art { position: relative; text-align: center; }
.bkh-gift__art img { max-width: 90%; filter: drop-shadow(0 30px 50px rgba(0,0,0,.4)); }
.bkh-gift__hover { font: 400 12px/1.6 'Urbanist', sans-serif; color: rgba(255,255,255,.55); margin-top: 14px; }

/* ---------- final CTA ---------- */
.bkh-final { text-align: center; padding: 110px 40px; background: radial-gradient(ellipse at center, rgba(44,69,196,.12), transparent 65%); }
.bkh-final h2 { font: 600 40px/1.15 'Urbanist', sans-serif; color: #17181c; margin: 0 0 16px; }
.bkh-final p { font: 400 15px/1.6 'Urbanist', sans-serif; color: #6b6e74; max-width: 460px; margin: 0 auto 30px; }
.bkh-final__cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--bk-blue); color: #fff; text-decoration: none;
  font: 600 15px/1 'Urbanist', sans-serif; padding: 16px 28px; border-radius: 8px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.bkh-final__cta:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(44,69,196,.35); color: #fff; }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .bkh-hero__inner { grid-template-columns: 1fr; text-align: center; }
  .bkh-hero__copy { margin: 0 auto; padding-top: 30px; }
  .bkh-hero__ghost { display: none; }
  .bkh-hero__art { margin-top: 40px; }
  .bkh-hero__strip { flex-direction: column; transform: translateY(30px); }
  .bkh-cities__row, .bkh-explore__row { grid-template-columns: 1fr; }
  .bkh-special__diagram { grid-template-columns: 1fr; }
  .bkh-diagram__labels { flex-direction: row; justify-content: space-around; gap: 10px; text-align: center !important; }
  .bkh-gift { grid-template-columns: 1fr; text-align: center; }
  .bkh-gift__list { align-items: center; }
  .bkh-gift__list li { padding-left: 0; }
  .bkh-gift__list li::before { display: none; }
  .bkh-story__row { flex-direction: column; text-align: center; }
}
@media (max-width: 640px) {
  .bkh-hero__inner, .bkh-cities, .bkh-special, .bkh-explore, .bkh-story, .bkh-gift { padding-left: 22px; padding-right: 22px; }
  .bkh-hero__title { font-size: 32px; }
  .bkh-cities__head { flex-direction: column; align-items: flex-start; }
  .bkh-cities__note { text-align: left; }
  .bkh-ratings { gap: 18px; }
  .bkh-quote blockquote { font-size: 22px; }
}

/* ==========================================================================
   BKS — hand-coded shop page (theme slideshow hero + city grid)
   ========================================================================== */
.bks { font-family: 'Urbanist', sans-serif; color: var(--bk-ink); background: #F4F4F6; }
.bks *, .bks *::before, .bks *::after { box-sizing: border-box; }

.bks-eyebrow {
  font: 600 12px/1 'Urbanist', sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #9a938a;
  margin: 0 0 10px;
}

/* ---------- hero ---------- */
.bks-hero { display: grid; grid-template-columns: 59.5% 1fr; min-height: 560px; }
.bks-hero__art { position: relative; overflow: hidden; }
.bks-hero__slide {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  will-change: clip-path, transform;
  pointer-events: none;
}
.bks-hero__slide.on { opacity: 1; }
.bks-hero__panel { background: #EFEBE3; padding: 40px 56px 44px; }
.bks-hero__h { font: 600 40px/1.15 'Urbanist', sans-serif; color: #17181c; margin: 0 0 4px; }
.bks-hero__h em {
  font-family: 'Humble Signation', cursive;
  font-style: normal;
  font-size: 44px;
  color: #E8A33D;
  transition: color .5s ease;
}
.bks-hero__sub { font: 400 14.5px/1.5 'Urbanist', sans-serif; color: #55585f; margin: 0 0 18px; }
.bks-hero__sub strong { font-weight: 700; color: #17181c; }
.bks-paper { border-radius: 8px; }
.bks-paper .bk-ink__canvas { height: 270px; }
.bks-paper::before { background: none; }
.bks-choose {
  font: 600 11px/1 'Urbanist', sans-serif;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #6b665e;
  margin: 22px 0 12px;
}
.bks-pens { display: flex; gap: 12px; flex-wrap: wrap; }
.bks-pen {
  display: inline-flex; align-items: center; gap: 9px;
  background: #fff;
  border: 1.5px solid transparent;
  border-radius: 24px;
  font: 600 13.5px/1 'Urbanist', sans-serif;
  color: #17181c;
  padding: 9px 18px 9px 10px;
  cursor: pointer;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.bks-pen__dot { width: 26px; height: 26px; border-radius: 50%; }
.bks-pen.on { border-color: #17181c; box-shadow: 0 4px 14px rgba(0,0,0,.12); }

/* ---------- catalog ---------- */
.bks-catalog {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 56px 40px 90px;
}
.bks-filters__t {
  font: 600 11px/1 'Urbanist', sans-serif;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #9aa0a6;
  margin: 0 0 8px;
}
.bks-filter {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  border-top: 1px solid #e3e0da;
  font: 600 12.5px/1 'Urbanist', sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #17181c;
  padding: 18px 4px;
  cursor: pointer;
}
.bks-filter:last-child { border-bottom: 1px solid #e3e0da; }

.bks-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 24px; }
.bks-card {
  display: flex; flex-direction: column;
  text-decoration: none;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s ease;
}
.bks-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(30,25,10,.15); }
.bks-card__art {
  position: relative;
  display: block;
  aspect-ratio: 327/300;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.bks-card__pen {
  position: absolute; top: 8%; left: 50%;
  transform: translateX(-50%) ;
  height: 74%;
  filter: drop-shadow(0 12px 20px rgba(0,0,0,.28));
  transition: transform .45s cubic-bezier(.22,.61,.36,1);
}
.bks-card:hover .bks-card__pen { transform: translateX(-50%) rotate(-5deg) translateY(-6px); }
.bks-card__meta {
  display: flex; flex-direction: column; align-items: center;
  padding: 12px 0 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.6));
}
.bks-card__meta strong { font: 600 16px/1.3 'Urbanist', sans-serif; color: #17181c; }
.bks-card__meta span { font: 500 12.5px/1.4 'Urbanist', sans-serif; color: #8b8e94; }
.bks-card__bar {
  display: block;
  text-align: center;
  color: #fff;
  font: 600 14px/1 'Urbanist', sans-serif;
  padding: 15px 0;
  transition: filter .25s ease;
}
.bks-card:hover .bks-card__bar { filter: brightness(.92); }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .bks-hero { grid-template-columns: 1fr; }
  .bks-hero__art { min-height: 320px; }
  .bks-catalog { grid-template-columns: 1fr; }
  .bks-filters { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
  .bks-filters__t { width: 100%; }
  .bks-filter, .bks-filter:last-child { border: 1px solid #e3e0da; border-radius: 20px; padding: 10px 16px; width: auto; }
  .bks-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .bks-hero__panel { padding: 28px 22px 34px; }
  .bks-hero__h { font-size: 30px; }
  .bks-hero__h em { font-size: 34px; }
  .bks-catalog { padding: 36px 20px 60px; }
  .bks-grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   Experience layer — ink trail, page swipe, postcard stamp, pen sound
   ========================================================================== */

/* ink trail canvas over hero art */
.bk-trail {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

/* ink swipe page transition overlay */
.bk-swipe {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #2C45C4;
  transform: translateY(100%);
  pointer-events: none;
  will-change: transform;
}

/* postcard stamp on shop cards */
.bks-stamp {
  position: absolute;
  top: 14px; right: 14px;
  width: 74px; height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed currentColor;
  border-radius: 50%;
  font: 700 11px/1.15 'Urbanist', sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(-14deg) scale(1.35);
  opacity: 0;
  transition: opacity .3s ease, transform .3s cubic-bezier(.22,.61,.36,1);
  pointer-events: none;
  padding: 8px;
  mix-blend-mode: multiply;
}
.bks-stamp::after {
  content: '';
  position: absolute;
  inset: 5px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .5;
}
.bks-card:hover .bks-stamp { opacity: .85; transform: rotate(-14deg) scale(1); }

/* pen sound toggle */
.bk-sound {
  position: absolute;
  right: 10px; bottom: 10px;
  z-index: 6;
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1px solid #e3dccd;
  background: rgba(255,255,255,.85);
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease;
}
.bk-sound:hover { transform: scale(1.1); }

/* ==========================================================================
   World-class PDP layer — exact PDF frame, pen cursor, ink motion
   ========================================================================== */

/* --- THE REAL ornamental frame from the PDF (border-image) --- */
.bk-culture-wrap {
  border: 64px solid transparent;
  border-image: url('frame-border.png') 258 198 round;
  outline: none;
  border-radius: 0;
  background: #FBF6EA;
  padding: 20px 30px 34px;
}

/* cursor: default (custom pen cursor removed per feedback) */
.bk-ink__canvas { cursor: crosshair; }

/* --- ink scroll-progress line --- */
.bk-progress {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 3px;
  z-index: 99998;
  pointer-events: none;
  color: #2C45C4;
  --p: 0%;
}
.bk-progress::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: var(--p);
  background: currentColor;
  transition: width .08s linear;
}
.bk-progress__nib {
  position: absolute;
  left: var(--p);
  top: -3px;
  width: 9px; height: 9px;
  margin-left: -4px;
  background: currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  transition: left .08s linear;
}

/* --- PDP title word-reveal wrappers --- */
.bkp-w { display: inline-block; overflow: hidden; vertical-align: bottom; }
.bkp-w > span { display: inline-block; will-change: transform; }

/* --- heading ink underline --- */
.bk-underline {
  display: block;
  width: 180px;
  height: 12px;
  margin: 10px auto 0;
  color: var(--bk-page-ink, #DF5549);
}

/* --- add-to-cart ink splash --- */
.bkp-atc { position: relative; overflow: hidden; }
.bk-splash {
  position: absolute;
  width: 12px; height: 12px;
  margin: -6px 0 0 -6px;
  background: rgba(255,255,255,.65);
  border-radius: 47% 53% 44% 56% / 55% 46% 54% 45%;
  animation: bk-splash .65s ease-out forwards;
  pointer-events: none;
}
@keyframes bk-splash {
  0% { transform: scale(.4) rotate(0deg); opacity: 1; }
  100% { transform: scale(16) rotate(40deg); opacity: 0; }
}

/* main image needs a visible default clip state */
#bkp-main-img { clip-path: circle(75% at 50% 50%); }

@media (max-width: 900px) {
  .bk-culture-wrap { border-width: 34px; padding: 14px 10px 20px; }
}

/* art that carries its own etched frame skips the outer one */
.bk-culture-wrap--selfframed { border-image: none; border: none; padding: 46px 34px 34px; }

/* ==========================================================================
   Living PDP — echo type depth, floating pen, ink studio
   ========================================================================== */

/* hero stage: layered composition (echo type behind floating pen) */
.bkp-hero__stage { overflow: hidden; }
.bkp-echo {
  position: absolute;
  left: 50%; top: 44%;
  transform: translate(-50%, -50%);
  font: 800 158px/1 'Urbanist', sans-serif;
  letter-spacing: 6px;
  background: linear-gradient(180deg, rgba(232,163,61,.24), rgba(232,163,61,.02));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}
#bkp-main-img {
  position: relative;
  z-index: 1;
  max-height: 600px;
  filter: drop-shadow(0 34px 28px rgba(30,20,5,.30));
  will-change: transform;
}

/* char-split title */
.bkp-c { display: inline-block; will-change: transform; }

/* ---------- ink studio ---------- */
.bk-modes { display: inline-flex; gap: 0; border: 1.5px solid #d7dbe2; border-radius: 22px; overflow: hidden; margin: 0 12px 0 0; vertical-align: middle; }
.bk-mode {
  background: #fff;
  border: none;
  font: 600 12px/1 'Urbanist', sans-serif;
  letter-spacing: 1px;
  color: var(--bk-slate);
  padding: 10px 16px;
}
.bk-mode.on { background: var(--bk-page-ink, #2C45C4); color: #fff; }
.bk-ink__save {
  font: 600 12px/1 'Urbanist', sans-serif;
  letter-spacing: 1.5px;
  color: #fff;
  background: var(--bk-page-ink, #2C45C4);
  border: none;
  border-radius: 20px;
  padding: 10px 18px;
  margin-left: 10px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.bk-ink__save:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,0,0,.18); }

/* typed handwriting overlay */
.bk-typed {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 46px;
  font-family: 'Humble Signation', cursive;
  font-size: 44px;
  line-height: 1.3;
  flex-wrap: wrap;
  gap: 0 2px;
  pointer-events: none;
  overflow: hidden;
}
.bk-typein {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  border: none;
  border-top: 1px dashed #e0d8c4;
  background: rgba(255,253,248,.9);
  font: 500 14px/1 'Urbanist', sans-serif;
  color: #6b665e;
  padding: 13px 20px;
  outline: none;
  display: none;
}
.bk-mode-type .bk-typein { display: block; }
.bk-mode-type .bk-ink__canvas { pointer-events: none; }
.bk-mode-draw .bk-typed { display: none; }
.bk-mode-draw .bk-typein { display: none; }

/* culture art: crisp, contained (native-scale cap, no stretch blur) */
.bk-map { max-width: 1000px; }
.bk-map img { width: 100%; }

@media (max-width: 900px) {
  .bkp-echo { font-size: 54px; }
  #bkp-main-img { max-height: 300px; }
  .bk-typed { font-size: 30px; padding: 20px 22px; }
}

/* ==========================================================================
   Editions pass — header logo, chapter rail, crisp culture art, FAQ align
   ========================================================================== */

/* header cart: wireframe look (no blue pill) */
.elementor-location-header .elementor-menu-cart__toggle .elementor-button {
  background: transparent !important;
  color: #17181c !important;
  border: none !important;
  padding: 6px 4px !important;
  font: 600 12px/1 'Urbanist', sans-serif !important;
  letter-spacing: 2px;
}

/* chapter rail (Editions-style wayfinding) */
.bk-rail {
  position: fixed;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bk-rail a {
  display: flex;
  align-items: baseline;
  gap: 8px;
  text-decoration: none;
  color: #b4b0a6;
  transition: color .25s ease;
}
.bk-rail a i {
  font: 600 10px/1 'Playfair Display', serif;
  font-style: normal;
  width: 18px;
  text-align: right;
}
.bk-rail a span {
  font: 600 10.5px/1 'Urbanist', sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity .25s ease, transform .25s ease;
}
.bk-rail a.on { color: var(--bk-page-ink, #2C45C4); }
.bk-rail a.on span, .bk-rail:hover a span { opacity: 1; transform: none; }
@media (max-width: 1180px) { .bk-rail { display: none; } }

/* culture art: enhanced asset can run wide and crisp */
.bk-map { max-width: 1080px; }

/* FAQ alignment polish */
.bkp-faq { max-width: 780px; }
.bkp-faq__list summary {
  gap: 12px;
  justify-content: center;
  text-align: center;
}
.bkp-faq__list summary::after { flex: 0 0 auto; margin-left: 0; }
.bkp-faq__list details > div { padding: 0 24px 18px; text-align: center; }
.bkp-faq__cta { margin-top: 2px; }

/* smooth section drench: main owns the colour, sections stay transparent */
main.bkp section:not(.bkp-craft) { background-color: transparent !important; }

/* blueprint wireframe (true SVG line-draw) */
#bkp-wire {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  height: 88%;
  z-index: 1;
  pointer-events: none;
  overflow: visible;
}
#bkp-wire .wg { stroke: var(--bk-page-ink, #2C45C4); stroke-width: 0.8; fill: none; opacity: .35; stroke-dasharray: 4 5; }
#bkp-wire .wp { stroke: var(--bk-page-ink, #2C45C4); stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
#bkp-wire .wl { stroke: var(--bk-page-ink, #2C45C4); stroke-width: 1; fill: none; opacity: .8; }
#bkp-wire .wt { font: 600 13px 'Urbanist', sans-serif; letter-spacing: 1.2px; text-transform: uppercase; fill: #3d4046; }

/* culture section: full-bleed impact */
.bkp-culture { padding-left: 0; padding-right: 0; }
.bk-culture-wrap--selfframed {
  max-width: none;
  width: 100%;
  padding: 46px 0 34px;
}
.bk-culture-wrap--selfframed .bk-map { max-width: min(1560px, 96vw); }


/* global sound toggle */
.bk-audio-toggle {
  position: fixed;
  left: 18px; bottom: 18px;
  z-index: 9999;
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid #e0dacd;
  background: rgba(255,255,255,.92);
  font-size: 17px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
  transition: transform .2s ease;
}
.bk-audio-toggle:hover { transform: scale(1.1); }

/* wireframe now JS-positioned over the photo pen */
#bkp-wire { height: auto; }

/* ---- ambient sound: toggle + onboarding prompt ---- */
.bk-audio {
  position: fixed;
  left: 18px; bottom: 18px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 12px;
}
.bk-audio-toggle {
  flex: 0 0 auto;
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid #e0dacd;
  background: rgba(255,255,255,.94);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0,0,0,.14);
  transition: transform .2s ease, box-shadow .2s ease;
}
.bk-audio-toggle:hover { transform: scale(1.08); }
.bk-audio.on .bk-audio-toggle {
  background: var(--bk-page-ink, #2C45C4);
  border-color: transparent;
}
.bk-audio.on .bk-audio-toggle .bk-audio__ico { filter: brightness(3) grayscale(1); }
/* pulse ring while unused */
.bk-audio--peek:not(.bk-audio--used) .bk-audio-toggle::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--bk-page-ink, #2C45C4);
  animation: bk-ring 1.8s ease-out infinite;
}
.bk-audio-toggle { position: relative; }
@keyframes bk-ring {
  0% { transform: scale(.75); opacity: .8; }
  100% { transform: scale(1.35); opacity: 0; }
}
.bk-audio__hint {
  font: 600 12px/1.4 'Urbanist', sans-serif;
  color: #4a4d53;
  background: rgba(255,255,255,.94);
  border: 1px solid #eee4d4;
  border-radius: 20px;
  padding: 9px 15px;
  max-width: 210px;
  box-shadow: 0 8px 22px rgba(0,0,0,.1);
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity .35s ease, transform .35s ease;
  pointer-events: none;
}
.bk-audio--peek:not(.bk-audio--used) .bk-audio__hint { opacity: 1; transform: none; }
.bk-audio.on .bk-audio__hint,
.bk-audio--used .bk-audio__hint { opacity: 0; }
@media (max-width: 640px) { .bk-audio__hint { display: none; } }
