/* ---- FONTS ----
   Served from our own site rather than Google, so visitors'
   browsers don't contact Google on every page. */
@font-face { font-family: 'Nunito'; src: url('/nunito.woff2') format('woff2'); font-weight: 200 1000; font-style: normal; font-display: swap; }
@font-face { font-family: 'Karla'; src: url('/karla.woff2') format('woff2'); font-weight: 200 800; font-style: normal; font-display: swap; }


/* ============================================================
   THE KNOTLINE — shared styles
   ============================================================ */

.kn-page { width: 100%; overflow-x: hidden; }

/* ---- TOKENS ---- */
:root {
  --ink:      #101820;   /* logo black */
  --ink-2:    #2F353C;   /* body copy */
  --ink-3:    #5A626B;   /* secondary copy */
  --ink-4:    #7A828B;   /* muted */
  --gold:     #C9973F;   /* logo gold — fills only */
  --gold-dk:  #8A6420;   /* gold for small text */
  --gold-lt:  #F6EEDF;   /* gold tint background */
  --paper:    #FFFFFF;
  --mist:     #F6F4F1;   /* section tint */
  --line:     #E5E2DD;
  --shell:    1280px;
  --pad:      40px;
  --r:        10px;
}

* { box-sizing: border-box; }

.kn-page, .kn-page * {
  font-family: 'Karla', -apple-system, 'Segoe UI', sans-serif;
}

.kn-page {
  margin-top: 0;
  color: var(--ink-2);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.kn-page h1, .kn-page h2, .kn-page h3, .kn-page .serif {
  font-family: 'Nunito', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0;
  line-height: 1.1;
}

.kn-page p { margin: 0; }
.kn-page img { max-width: 100%; display: block; }
.kn-page a { color: var(--ink); text-decoration: none; }
.kn-page a:hover { color: var(--gold-dk); }
.kn-page ul { margin: 0; padding: 0; list-style: none; }

.kn-page :focus-visible {
  outline: 3px solid var(--gold-dk);
  outline-offset: 2px;
}

.shell {
  max-width: var(--shell);
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
  text-align: center;
}
.btn-ink    { background: var(--ink); color: #fff; }
.btn-ink:hover    { background: #23303C; color: #fff; }
.btn-gold   { background: var(--gold); color: var(--ink); }
.btn-gold:hover   { background: #B8862F; color: var(--ink); }
.btn-line   { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-line:hover   { background: var(--ink); color: #fff; }
.btn-paper  { background: #fff; color: var(--ink); }
.btn-paper:hover  { background: var(--gold-lt); color: var(--ink); }
.btn-sm     { min-height: 44px; padding: 0 20px; font-size: 15px; }
.btn-full   { width: 100%; }

/* ---- HEADER ---- */
.kn-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.kn-header .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
}
.kn-logo img { height: 34px; width: auto; }
.kn-nav { display: flex; align-items: center; gap: 30px; }
.kn-nav a { font-size: 15px; font-weight: 600; color: var(--ink-2); }
.kn-nav a:hover { color: var(--gold-dk); }
.kn-nav .btn { margin-left: 4px; }

.kn-burger {
  display: none;
  width: 48px; height: 48px;
  align-items: center; justify-content: center;
  background: none; border: 1px solid var(--line); border-radius: 8px;
  cursor: pointer;
}
.kn-burger span { display: block; width: 20px; height: 2px; background: var(--ink); position: relative; }
.kn-burger span::before, .kn-burger span::after {
  content: ''; position: absolute; left: 0; width: 20px; height: 2px; background: var(--ink);
}
.kn-burger span::before { top: -6px; }
.kn-burger span::after  { top: 6px; }

/* ---- SECTIONS ---- */
.sec { padding: 84px 0; }
.sec-tight { padding: 56px 0; }
.sec-mist { background: var(--mist); }
.sec-ink  { background: var(--ink); color: #C9CFD6; }
.sec-ink h2, .sec-ink h3 { color: #fff; }

.sec-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}
.sec-head h2 { font-size: clamp(26px, 3.4vw, 37px); }
.sec-head a { font-size: 15px; font-weight: 700; color: var(--gold-dk); }

.lede { font-size: 19px; line-height: 1.6; color: var(--ink-3); max-width: 62ch; }

/* ---- HERO ---- */
.hero { position: relative; background: var(--ink); }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.hero-media::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(16,24,32,.92) 0%, rgba(16,24,32,.75) 45%, rgba(16,24,32,.35) 100%);
}
.hero-in {
  position: relative;
  padding: 104px 0 108px;
  max-width: 660px;
}
.hero h1 {
  color: #fff;
  font-size: clamp(35px, 5.2vw, 58px);
  margin-bottom: 20px;
}
.hero-sub { color: #D6DCE2; font-size: 19px; line-height: 1.6; margin-bottom: 34px; max-width: 52ch; }

/* ---- POSTCODE SEARCH ---- */
.kn-search { background: #fff; border-radius: 12px; padding: 22px; }
.kn-search-row { display: flex; gap: 12px; }
.field { display: flex; flex-direction: column; gap: 7px; flex: 1 1 auto; }
.field label { font-size: 14px; font-weight: 700; color: var(--ink-2); }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #CFCBC4;
  border-radius: 8px;
}
.field textarea { padding: 14px 16px; min-height: 120px; resize: vertical; line-height: 1.5; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--ink);
  outline: 2px solid var(--gold);
  outline-offset: 1px;
}
.kn-search .btn { align-self: flex-end; min-height: 56px; }
.kn-search-note { margin-top: 12px; font-size: 14px; color: var(--ink-4); }

/* ---- CATEGORY TILES ---- */
.cat-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0,1fr)); }
.cat-grid-5 { grid-template-columns: repeat(5, minmax(0,1fr)); }
.cat {
  position: relative;
  display: block;
  border-radius: var(--r);
  overflow: hidden;
  background: var(--ink);
  aspect-ratio: 4 / 3;
}
.cat img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .35s ease, opacity .25s ease;
  opacity: .82;
}
.cat:hover img { transform: scale(1.04); opacity: .95; }
.cat-label {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 44px 18px 16px;
  background: linear-gradient(to top, rgba(16,24,32,.9), rgba(16,24,32,0));
  color: #fff;
}
.cat-label b { display: block; font-size: 18px; font-weight: 700; line-height: 1.25; }
.cat-label span { font-size: 13px; color: #C9CFD6; }
.cat-sm { aspect-ratio: 3 / 2; }
.cat-sm .cat-label b { font-size: 16px; }

/* ---- SUPPLIER CARDS ---- */
.sup-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0,1fr)); }
.sup {
  display: flex; flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .18s ease;
}
.sup:hover { border-color: var(--gold); }
.sup-photo { aspect-ratio: 16 / 10; background: var(--mist); }
.sup-photo img { width: 100%; height: 100%; object-fit: cover; }
.sup-body { padding: 22px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.sup-body h3 { font-size: 20px; }
.sup-meta { display: flex; align-items: center; gap: 8px; font-size: 15px; }
.sup-meta b { color: var(--gold-dk); font-weight: 700; }
.sup-meta span { color: var(--ink-3); }
.sup-blurb { font-size: 15px; line-height: 1.55; color: var(--ink-3); }
.sup-foot {
  margin-top: auto; padding-top: 14px;
  border-top: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between;
  font-size: 15px;
}
.sup-foot .place { color: var(--ink-4); }
.sup-foot .price { font-weight: 700; color: var(--ink); }

/* ---- PILLS / CRUMBS ---- */
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; font-size: 14px; color: var(--ink-4); }
.crumbs a { color: var(--ink-4); }
.crumbs b { color: var(--ink); font-weight: 700; }

.pill {
  display: inline-flex; align-items: center; min-height: 44px;
  padding: 0 18px; border-radius: 999px;
  font-size: 15px; font-weight: 600;
  background: #fff; color: var(--ink-2);
  border: 1px solid #CFCBC4; cursor: pointer;
}
.pill[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.tag {
  display: inline-flex; align-items: center;
  padding: 7px 14px; border-radius: 999px;
  background: var(--gold-lt); color: var(--gold-dk);
  font-size: 14px; font-weight: 700;
}

/* ---- FOOTER ---- */
.kn-footer { background: var(--ink); color: #9CA5AE; padding: 60px 0 36px; }
.kn-footer-top {
  display: grid; gap: 40px;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  padding-bottom: 40px;
  border-bottom: 1px solid #262E37;
}
.kn-footer img.mark { height: 58px; width: auto; margin-bottom: 16px; }
.kn-footer h4 { color: #fff; font-size: 15px; font-weight: 700; margin: 0 0 14px; font-family: 'Karla', sans-serif; }
.kn-footer li { margin-bottom: 10px; }
.kn-footer a { color: #9CA5AE; font-size: 15px; }
.kn-footer a:hover { color: var(--gold); }
.kn-footer-base {
  padding-top: 26px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  font-size: 14px;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1080px) {
  .cat-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .cat-grid-5 { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .sup-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .kn-footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  :root { --pad: 22px; }
  .kn-nav { display: none; }
  .kn-nav.open {
    display: flex; flex-direction: column; align-items: stretch; gap: 4px;
    position: absolute; top: 84px; left: 0; right: 0;
    padding: 16px var(--pad) 24px;
    background: #fff; border-bottom: 1px solid var(--line);
  }
  .kn-nav.open a { padding: 14px 0; font-size: 17px; }
  .kn-nav.open .btn { margin-top: 10px; }
  .kn-burger { display: flex; }
  .sec { padding: 56px 0; }
  .hero-in { padding: 64px 0 72px; }
  .kn-search-row { flex-direction: column; }
  .kn-search .btn { width: 100%; }
  .sec-head { flex-direction: column; align-items: flex-start; gap: 10px; }
}
@media (max-width: 620px) {
  .cat-grid, .cat-grid-5 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sup-grid { grid-template-columns: 1fr; }
  .kn-footer-top { grid-template-columns: 1fr; }
  .kn-footer-base { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .kn-page *, .kn-page *::before, .kn-page *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

/* ---- HOMEPAGE STEPS ---- */
@media (max-width: 860px) { .kn-steps { grid-template-columns: 1fr !important; gap: 28px !important; } }

/* ---- PROFILE GALLERY ---- */
.gallery { display: grid; grid-template-columns: 1.6fr 1fr; gap: 16px; height: 440px; }
.gallery-main, .gallery img { border-radius: 12px; overflow: hidden; }
.gallery-main { display: block; height: 100%; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-side { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.gallery-side img { width: 100%; height: 100%; object-fit: cover; }
.gallery-more { position: relative; display: block; border-radius: 12px; overflow: hidden; }
.gallery-more img { opacity: .4; }
.gallery-more span {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(16,24,32,.55); color: #fff; font-weight: 700;
}

/* ---- PROFILE LAYOUT ---- */
.profile-cols { display: grid; grid-template-columns: minmax(0,1fr) 400px; gap: 48px; align-items: start; }
.profile-side { position: sticky; top: 108px; }

.price-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; max-width: 700px; }
.price-card {
  padding: 20px; background: #fff;
  border: 1px solid var(--line); border-radius: var(--r);
  display: flex; flex-direction: column; gap: 6px;
}
.price-card span { font-size: 15px; font-weight: 600; color: var(--ink-3); }
.price-card b { font-size: 26px; color: var(--ink); }

.review { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); max-width: 700px; }
.review-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.review-head b { font-size: 16px; color: var(--ink); }
.review-head span { font-size: 15px; font-weight: 700; color: var(--gold-dk); }
.review p { font-size: 16px; line-height: 1.6; margin-bottom: 10px; }
.review time { font-size: 13px; color: var(--ink-4); }

.enquiry { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 1px 2px rgba(16,24,32,.04); }
.form-note { margin-top: 12px; font-size: 15px; }
[data-enquiry-error] { color: #A8331F; }
[data-enquiry-ok] { color: #1F6B45; }
.socials { display: flex; gap: 12px; margin-top: 22px; }
.socials a {
  width: 46px; height: 46px; display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line); border-radius: 8px; color: var(--ink-2);
}
.socials a:hover { border-color: var(--gold); color: var(--gold-dk); }

@media (max-width: 1080px) {
  .profile-cols { grid-template-columns: 1fr; gap: 40px; }
  .profile-side { position: static; }
  .enquiry { max-width: 560px; }
}
@media (max-width: 760px) {
  .gallery { grid-template-columns: 1fr; height: auto; }
  .gallery-main { height: 260px; }
  .gallery-side { grid-template-columns: 1fr 1fr; height: 220px; }
  .price-grid { grid-template-columns: 1fr; }
}

/* ---- PLANS ---- */
.plans { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; max-width: 940px; margin: 0 auto; }
.plan {
  position: relative; padding: 40px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  display: flex; flex-direction: column;
}
.plan-dark { background: var(--ink); border-color: var(--ink); color: #C9CFD6; }
.plan-flag {
  position: absolute; top: -14px; left: 40px;
  padding: 6px 16px; border-radius: 999px;
  background: var(--gold); color: var(--ink);
  font-size: 13px; font-weight: 700;
}
.plan-price { display: flex; align-items: baseline; gap: 9px; margin-bottom: 12px; }
.plan-price b { font-size: 54px; line-height: 1; color: var(--ink); }
.plan-price span { font-size: 16px; color: var(--ink-3); }
.ticks { display: flex; flex-direction: column; gap: 13px; margin-bottom: 30px; }
.ticks li { position: relative; padding-left: 30px; font-size: 16px; line-height: 1.5; color: var(--ink-2); }
.ticks li::before {
  content: ''; position: absolute; left: 0; top: 6px;
  width: 18px; height: 10px;
  border-left: 2.5px solid var(--ink); border-bottom: 2.5px solid var(--ink);
  transform: rotate(-45deg);
}
.ticks-dark li { color: #EAEDF0; }
.ticks-dark li::before { border-color: var(--gold); }
.plan .btn { margin-top: auto; }

.faq { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 34px 40px; }
.faq h3 { font-family: 'Karla', sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.faq p { font-size: 16px; line-height: 1.6; color: var(--ink-3); }

@media (max-width: 900px) {
  .plans { grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) { .faq { grid-template-columns: 1fr; } }

/* ---- CATEGORY TILE WITHOUT A PHOTO ---- */
.cat-plain { background: var(--ink); border: 1px solid #2A323B; }
.cat-plain::before {
  content: ''; position: absolute; left: 18px; top: 18px;
  width: 34px; height: 2px; background: var(--gold);
}
.cat-plain .cat-label { background: none; }

/* ---- PHOTO BAND ---- */
.band { position: relative; overflow: hidden; }
.band-media { position: absolute; inset: 0; }
.band-media img { width: 100%; height: 100%; object-fit: cover; opacity: .22; }
.band-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,24,32,.95) 30%, rgba(16,24,32,.6) 100%); }

/* ---- AREA CARDS ---- */
.area-grid { display: grid; gap: 10px; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); }
.area-card {
  display: flex; align-items: center; gap: 12px; min-height: 56px;
  padding: 10px 14px;
  background: #fff; border: 1px solid var(--line); border-radius: 8px;
  transition: border-color .18s ease;
}
.area-card:hover { border-color: var(--gold); }
.area-code {
  flex-shrink: 0; min-width: 32px;
  font-family: 'Nunito', system-ui, sans-serif; font-size: 20px; font-weight: 800; line-height: 1;
  color: var(--gold-dk);
}
.area-name { font-size: 14px; font-weight: 600; line-height: 1.3; color: var(--ink); }
.area-card:hover .area-name { color: var(--gold-dk); }
@media (max-width: 420px) { .area-grid { grid-template-columns: 1fr 1fr; } .area-card { padding: 10px; gap: 8px; } }

/* ---- ABOUT ---- */
.about-cols { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 48px; }
@media (max-width: 900px) { .about-cols { grid-template-columns: 1fr; gap: 34px; } }

/* ---- ABOUT FACTS STRIP ---- */
.about-facts {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px;
  margin-top: 40px; padding-top: 30px; border-top: 1px solid var(--line); max-width: 660px;
}
.about-facts div { display: flex; flex-direction: column; gap: 4px; }
.about-facts b { font-size: 38px; line-height: 1; color: var(--ink); }
.about-facts span { font-size: 15px; color: var(--ink-3); }
@media (max-width: 620px) { .about-facts { gap: 16px; } .about-facts b { font-size: 30px; } }

/* ---- BUTTON LINKS ----
   ".kn-page a" sets link colour and was out-ranking the button
   classes, leaving dark buttons with dark text. These win. */
.kn-page a.btn-ink, .kn-page a.btn-ink:hover   { color: #fff; }
.kn-page a.btn-gold, .kn-page a.btn-gold:hover,
.kn-page a.btn-paper, .kn-page a.btn-paper:hover,
.kn-page a.btn-line                              { color: var(--ink); }
.kn-page a.btn-line:hover                        { color: #fff; }

/* ---- LEGAL PAGES ---- */
.legal-head { max-width: 780px; }
.legal { max-width: 780px; }
.legal h2 { font-size: 23px; margin: 44px 0 14px; }
.legal h3 { font-family: 'Karla', sans-serif; font-size: 18px; font-weight: 700; color: var(--ink); margin: 28px 0 10px; }
.legal p { margin: 0 0 14px; line-height: 1.7; }
.legal ul { list-style: disc; padding-left: 22px; margin: 0 0 16px; }
.legal li { margin-bottom: 8px; line-height: 1.65; }
.legal a { color: var(--gold-dk); text-decoration: underline; text-underline-offset: 2px; }
.legal .legal-part { font-size: 32px; padding-top: 30px; border-top: 1px solid var(--line); }
.legal-summary { background: var(--mist); border-radius: 12px; padding: 24px 28px 12px; margin-bottom: 10px; }
.legal-summary h2 { margin-top: 0 !important; font-size: 22px !important; }
.todo { background: #FFE8A3; color: #5C4400; padding: 1px 6px; border-radius: 4px; font-weight: 600; }

/* ---- SUPPLIER CARDS: PHOTOS, HEART, FEATURED ---- */
.sup-photo { position: relative; overflow: hidden; }
.sup-track { display: flex; width: 100%; height: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; }
.sup-track::-webkit-scrollbar { display: none; }
.sup-slide { flex: 0 0 100%; height: 100%; scroll-snap-align: start; display: block; }
.sup-slide img { width: 100%; height: 100%; object-fit: cover; }
.kn-page a.sup-body, .kn-page a.sup-body:hover { color: inherit; }
.sup-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border-radius: 50%; border: 0;
  background: rgba(255,255,255,.94); color: var(--ink); font-size: 24px; line-height: 1; cursor: pointer; opacity: 0;
  transition: opacity .15s ease; display: flex; align-items: center; justify-content: center; box-shadow: 0 1px 3px rgba(0,0,0,.2); }
.sup-nav[hidden] { display: none; }
.sup-nav.prev { left: 10px; } .sup-nav.next { right: 10px; }
.sup:hover .sup-nav, .sup-nav:focus-visible { opacity: 1; }
@media (hover: none) { .sup-nav { display: none; } }
.sup-dots { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); display: flex; gap: 5px; padding: 4px 7px; border-radius: 999px; background: rgba(16,24,32,.45); pointer-events: none; }
.sup-dots i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.55); }
.sup-dots i.on { background: #fff; }
.sup-badge, .feat-badge { display: inline-block; padding: 4px 11px; border-radius: 999px; background: var(--gold); color: var(--ink);
  font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.sup-badge { position: absolute; top: 10px; left: 10px; }
.feat-badge { margin-bottom: 10px; }
.fav { position: absolute; top: 8px; right: 8px; width: 40px; height: 40px; border-radius: 50%; border: 0; background: rgba(255,255,255,.95);
  display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 1px 3px rgba(0,0,0,.18); }
.fav svg { fill: none; stroke: var(--ink); stroke-width: 2; transition: fill .15s ease; }
.fav[aria-pressed="true"] svg { fill: #C0392B; stroke: #C0392B; }
.fav-big { position: static; width: auto; height: 46px; padding: 0 18px; border-radius: 999px; gap: 8px; border: 1px solid #CFCBC4; box-shadow: none;
  font-family: 'Karla', sans-serif; font-size: 15px; font-weight: 700; color: var(--ink); }
.fav-big:hover { border-color: var(--ink); }
.kn-count { display: inline-flex; align-items: center; justify-content: center; min-width: 20px; height: 20px; padding: 0 6px; margin-left: 2px;
  border-radius: 999px; background: var(--gold); color: var(--ink); font-size: 12px; font-weight: 700; vertical-align: 1px; }
.kn-count[hidden] { display: none; }

/* ---- MAP ON PROFILES ---- */
.kn-map { position: relative; z-index: 0; height: 290px; border-radius: 12px; border: 1px solid var(--line); background: var(--mist); max-width: 700px; }

/* ---- OFFERS, HIGHLIGHTS AND FILTERS ---- */
.sup-deal { display: flex; align-items: flex-start; gap: 8px; margin: -22px -22px 2px; padding: 10px 22px; background: var(--gold-lt); color: var(--gold-dk); font-size: 14px; font-weight: 700; line-height: 1.4; }
.sup-deal svg { flex-shrink: 0; margin-top: 1px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linejoin: round; }
.deal-box { margin-bottom: 34px; padding: 20px 22px; border-radius: 12px; background: var(--gold-lt); border-left: 4px solid var(--gold); }
.deal-box .deal-kicker { display: block; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-dk); margin-bottom: 6px; }
.deal-box b { display: block; font-size: 19px; color: var(--ink); line-height: 1.35; }
.deal-box p { margin-top: 8px; font-size: 15px; line-height: 1.6; color: var(--ink-2); white-space: pre-line; }
.deal-box .deal-how { display: block; margin-top: 10px; font-size: 14px; color: var(--ink-3); }
.hl-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; }
.hl-list li { display: flex; align-items: center; gap: 10px; font-size: 16px; color: var(--ink-2); }
.hl-list svg { flex-shrink: 0; fill: none; stroke: #1F6B45; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.kn-filters { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 14px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.kn-filter-select { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 700; color: var(--ink); }
.kn-filter-select select { min-height: 42px; padding: 0 34px 0 12px; font-family: 'Karla', sans-serif; font-size: 15px; color: var(--ink); background: #fff; border: 1px solid #CFCBC4; border-radius: 8px; }
.kn-filter-check { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 14px; border: 1px solid #CFCBC4; border-radius: 999px; font-size: 15px; font-weight: 600; color: var(--ink-2); cursor: pointer; }
.kn-filter-check input { width: 17px; height: 17px; accent-color: var(--ink); }
.kn-filter-check:has(input:checked) { border-color: var(--ink); background: var(--mist); color: var(--ink); }
.kn-filter-clear { font-size: 15px; font-weight: 700; color: var(--gold-dk); margin-left: auto; }
.kn-filter-count { margin-top: 14px; font-size: 15px; color: var(--ink-3); }
@media (max-width: 620px) {
  .hl-list { grid-template-columns: 1fr; }
  .kn-filters { gap: 10px; }
  .kn-filter-select { width: 100%; }
  .kn-filter-select select { flex: 1; }
  .kn-filter-clear { margin-left: 0; }
}

/* ---- SPOTLIGHT CARD ----
   One per category, per area, per month. Spans the full row of
   the supplier grid, whatever the number of columns. */
.spot { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.spot:hover { border-color: var(--gold); }
.spot-media { display: flex; flex-direction: column; min-width: 0; background: var(--mist); }
.spot-photo { aspect-ratio: auto; flex: 1; min-height: 400px; }
.spot-photo .sup-track { position: absolute; inset: 0; }
.spot-badge { background: var(--ink); color: var(--gold); }
.spot-thumbs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; padding: 6px; background: #fff; }
.spot-thumb { display: block; padding: 0; aspect-ratio: 4 / 3; border: 2px solid transparent; border-radius: 6px; overflow: hidden; background: var(--mist); cursor: pointer; }
.spot-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.spot-thumb.on, .spot-thumb:hover { border-color: var(--gold); }
.spot-media:has(.spot-thumbs) .sup-dots { display: none; }
.spot-body { display: flex; flex-direction: column; gap: 14px; padding: 30px; min-width: 0; }
.spot-kicker { font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-dk); }
.spot .sup-deal { margin: 0; padding: 10px 14px; border-radius: 8px; }
.spot-body h3 { font-size: clamp(24px, 2.6vw, 31px); line-height: 1.15; }
.kn-page .spot-body h3 a { color: var(--ink); }
.kn-page .spot-body h3 a:hover { color: var(--gold-dk); }
.spot-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 15px; }
.spot-meta .place { color: var(--ink-4); }
.spot-blurb { font-size: 16px; line-height: 1.6; color: var(--ink-3); }
.spot-hl { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; list-style: none; padding: 0; margin: 0; }
.spot-hl li { display: flex; align-items: flex-start; gap: 8px; font-size: 15px; line-height: 1.4; color: var(--ink-2); }
.spot-hl svg { flex-shrink: 0; margin-top: 2px; fill: none; stroke: var(--gold-dk); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.spot-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.spot-foot .price { font-size: 18px; font-weight: 700; color: var(--ink); }
.spot-btns { display: flex; gap: 10px; flex-wrap: wrap; }
@media (max-width: 960px) {
  .spot { grid-template-columns: 1fr; }
  .spot-photo { flex: none; min-height: 0; aspect-ratio: 16 / 10; }
}
@media (max-width: 620px) {
  .spot-body { padding: 22px; }
  .spot-hl { grid-template-columns: 1fr; }
  .spot-thumbs { display: none; }
  .spot-media .sup-dots { display: flex !important; }
  .spot-btns, .spot-btns .btn { width: 100%; }
  .spot-btns .btn { justify-content: center; }
}

/* ---- PAGE HEADINGS ----
   The crumbs, title and intro at the top of inner pages. Kept
   slim so the page's content starts near the top of the screen. */
.page-head { padding: 30px 0 28px; }
.page-head.ruled { border-bottom: 1px solid var(--line); }
.page-head .crumbs { margin-bottom: 10px !important; }
.page-head h1 { font-size: clamp(26px, 3vw, 36px) !important; max-width: 34ch !important; margin-bottom: 8px !important; }
.page-head .lede { font-size: 17px; margin-bottom: 0 !important; }
.page-head .kn-search { margin-top: 18px; }
.page-head .g-toc { margin-top: 18px; }
.page-head .g-kicker, .page-head > .shell > p:first-of-type:not(.lede) { margin-bottom: 8px !important; }
.page-head .about-facts { margin-top: 24px; padding-top: 20px; }
.page-head .about-facts b { font-size: 30px; }
@media (max-width: 620px) { .page-head { padding: 22px 0 20px; } }
