/*
Theme Name: Wye Knot River Craft
Theme URI: https://wye-knot.co.uk/
Author: Wye Knot
Author URI: https://wye-knot.co.uk/
Description: A bespoke WooCommerce-ready WordPress theme for Wye Knot with a calmer, editorial boutique design for gifts, homeware and UK-wide online shopping from a real Builth Wells shop.
Version: 3.4.16
Requires at least: 6.2
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wye-knot-river-craft
Tags: custom-background, custom-logo, e-commerce, one-column, two-columns, blog, featured-images, footer-widgets, threaded-comments, translation-ready
*/

:root {
  --wk-charcoal: #12100d;
  --wk-charcoal-soft: #1f1b16;
  --wk-cream: #f5eddf;
  --wk-cream-soft: #fbf7ef;
  --wk-stone: #d9cab4;
  --wk-stone-light: #eee3d0;
  --wk-oak: #c39355;
  --wk-oak-dark: #8a6335;
  --wk-rope: #b78a55;
  --wk-green: #566b54;
  --wk-green-dark: #3f513f;
  --wk-ink: #22201c;
  --wk-muted: #6f6559;
  --wk-white: #ffffff;
  --wk-border: rgba(90, 62, 31, 0.22);
  --wk-shadow: 0 18px 45px rgba(30, 20, 10, 0.14);
  --wk-radius: 18px;
  --wk-serif: Georgia, 'Times New Roman', serif;
  --wk-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--wk-cream-soft);
  color: var(--wk-ink);
  font-family: var(--wk-sans);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
}
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--wk-oak-dark); }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  z-index: 9999;
  background: var(--wk-oak);
  color: var(--wk-charcoal);
  padding: .75rem 1rem;
  border-radius: 999px;
}

/* Layout */
.wk-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.wk-narrow { width: min(860px, calc(100% - 40px)); margin-inline: auto; }
.wk-section { padding: clamp(3rem, 6vw, 6rem) 0; }
.wk-section-tight { padding: clamp(2rem, 4vw, 3.5rem) 0; }
.wk-paper {
  background:
    radial-gradient(circle at 16% 20%, rgba(255,255,255,.7), transparent 26%),
    linear-gradient(180deg, #fbf7ef 0%, #f3eadb 100%);
}
.wk-stone {
  background:
    radial-gradient(circle at 15% 20%, rgba(109, 95, 75, .08) 0 1px, transparent 2px),
    radial-gradient(circle at 80% 70%, rgba(109, 95, 75, .06) 0 1px, transparent 2px),
    linear-gradient(180deg, #f4ecde, #eadfcf);
  background-size: 60px 60px, 80px 80px, auto;
}
.wk-dark { background: var(--wk-charcoal); color: var(--wk-cream); }
.wk-grid { display: grid; gap: clamp(1.25rem, 3vw, 2rem); }
.wk-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wk-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wk-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.wk-six { grid-template-columns: repeat(6, minmax(0, 1fr)); }

/* Typography */
.wk-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: var(--wk-oak);
  font-size: .82rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
}
.wk-eyebrow::after {
  content: '';
  width: 56px;
  height: 8px;
  display: inline-block;
  background: linear-gradient(90deg, transparent, var(--wk-oak), transparent);
  mask: linear-gradient(#000 0 0) center/100% 1px no-repeat;
  -webkit-mask: linear-gradient(#000 0 0) center/100% 1px no-repeat;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--wk-serif);
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 1rem;
  color: inherit;
}
h1 { font-size: clamp(2.6rem, 7vw, 5.8rem); letter-spacing: -0.045em; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -0.025em; }
h3 { font-size: clamp(1.35rem, 2vw, 1.85rem); }
p { margin: 0 0 1rem; }
.wk-lead { font-size: clamp(1.06rem, 2vw, 1.25rem); color: var(--wk-muted); }
.wk-dark .wk-lead { color: rgba(245, 237, 223, .78); }
.wk-centred { text-align: center; }
.wk-knot-divider {
  width: 120px;
  height: 14px;
  margin: 1rem auto 2rem;
  position: relative;
}
.wk-knot-divider::before,
.wk-knot-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 45px;
  height: 1px;
  background: var(--wk-rope);
}
.wk-knot-divider::before { left: 0; }
.wk-knot-divider::after { right: 0; }
.wk-knot-divider span,
.wk-knot-mini {
  display: inline-block;
  width: 25px;
  height: 14px;
  border: 3px solid var(--wk-rope);
  border-radius: 50%;
  position: relative;
}
.wk-knot-divider span { position: absolute; left: 50%; transform: translateX(-50%); }
.wk-knot-divider span::after,
.wk-knot-mini::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 14px;
  border: 3px solid var(--wk-rope);
  border-radius: 50%;
  left: 8px;
  top: -3px;
}

/* Buttons */
.wk-button,
.button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 48px;
  padding: .75rem 1.25rem;
  border-radius: 0;
  border: 1px solid var(--wk-oak);
  background: var(--wk-oak);
  color: var(--wk-charcoal) !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .82rem;
  font-weight: 800;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
  cursor: pointer;
}
.wk-button:hover,
.button:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background: var(--wk-green);
  border-color: var(--wk-green);
  color: var(--wk-cream) !important;
  transform: translateY(-1px);
}
.wk-button--ghost {
  background: transparent;
  color: var(--wk-cream) !important;
  border-color: rgba(245,237,223,.65);
}
.wk-button--ghost:hover { background: var(--wk-cream); color: var(--wk-charcoal) !important; }
.wk-button--dark { background: var(--wk-charcoal); color: var(--wk-cream) !important; border-color: var(--wk-charcoal); }

/* Header */
.wk-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(18, 16, 13, .96);
  color: var(--wk-cream);
  border-bottom: 1px solid rgba(245,237,223,.08);
  backdrop-filter: blur(12px);
}
.admin-bar .wk-site-header { top: 32px; }
.wk-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
  min-height: 90px;
}
.wk-brand { display: flex; align-items: center; gap: .9rem; text-decoration: none; }
.wk-logo-image,
.custom-logo-link img,
.custom-logo {
  display: block;
  width: auto;
  max-width: min(420px, 100%);
  max-height: 76px;
}
.wk-site-title { display: none; }
.wk-nav { justify-self: end; }
.wk-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: clamp(.9rem, 2vw, 1.6rem); }
.wk-nav a { color: var(--wk-cream); text-decoration: none; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.wk-nav a:hover { color: var(--wk-oak); }
.wk-header-actions { display: flex; align-items: center; gap: .9rem; }
.wk-icon-link { color: var(--wk-cream); text-decoration: none; position: relative; display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 1px solid rgba(245,237,223,.14); }
.wk-icon-link:hover { background: rgba(255,255,255,.08); color: var(--wk-oak); }
.wk-cart-count { position: absolute; top: -7px; right: -8px; min-width: 20px; height: 20px; border-radius: 20px; background: var(--wk-oak); color: var(--wk-charcoal); font-size: .7rem; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.wk-menu-toggle { display: none; background: transparent; border: 1px solid rgba(245,237,223,.22); color: var(--wk-cream); padding: .65rem .8rem; text-transform: uppercase; letter-spacing: .08em; }

/* Hero */
.wk-hero {
  min-height: clamp(620px, 78vh, 820px);
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(18,16,13,.88) 0%, rgba(18,16,13,.68) 42%, rgba(18,16,13,.25) 100%),
    radial-gradient(circle at 75% 45%, rgba(210,154,84,.25), transparent 28%),
    linear-gradient(135deg, #2b241d, #695943 45%, #18130f);
  color: var(--wk-cream);
}
.wk-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 42px;
  background: var(--wk-cream-soft);
  clip-path: polygon(0 35%, 10% 55%, 25% 30%, 45% 62%, 65% 38%, 85% 58%, 100% 32%, 100% 100%, 0 100%);
}
.wk-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .8fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); padding: clamp(4rem, 8vw, 7rem) 0; }
.wk-hero-copy { max-width: 740px; }
.wk-hero h1 { margin-top: .75rem; margin-bottom: 1.2rem; max-width: 780px; }
.wk-hero .wk-lead { max-width: 620px; }
.wk-hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.wk-hero-card {
  background: rgba(245,237,223,.10);
  border: 1px solid rgba(245,237,223,.16);
  box-shadow: var(--wk-shadow);
  padding: clamp(1rem, 2vw, 1.4rem);
  backdrop-filter: blur(8px);
}
.wk-still-life {
  aspect-ratio: 4 / 4.7;
  border-radius: 30px 30px 8px 8px;
  overflow: hidden;
  background-color: #2e261f;
  background-size: cover;
  background-position: center;
  position: relative;
}
.wk-still-life::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18,16,13,.08), rgba(18,16,13,.38));
}
.wk-hero-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: .85rem 1rem;
  text-align: center;
  border-radius: 999px;
  background: rgba(83, 100, 81, .88);
  color: var(--wk-cream);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .72rem;
  font-weight: 700;
  border: 1px solid rgba(245,237,223,.25);
}

/* Feature strip */
.wk-feature-strip { background: var(--wk-cream-soft); border-bottom: 1px solid var(--wk-border); }
.wk-feature-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.5rem 0;
}
.wk-feature-icon {
  width: 48px;
  height: 48px;
  color: var(--wk-oak-dark);
}
.wk-feature-card h3 { font-size: 1.15rem; margin-bottom: .35rem; text-transform: uppercase; letter-spacing: .06em; }
.wk-feature-card p { color: var(--wk-muted); margin: 0; font-size: .95rem; }

/* Category cards */
.wk-cat-card {
  display: grid;
  gap: .85rem;
  text-decoration: none;
  text-align: center;
  color: var(--wk-ink);
}
.wk-cat-image {
  aspect-ratio: 1/1;
  border-radius: 16px;
  background-color: var(--wk-stone-light);
  background-size: cover;
  background-position: center;
  box-shadow: var(--wk-shadow);
  border: 1px solid rgba(117,82,44,.15);
  position: relative;
  overflow: hidden;
}
.wk-cat-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18,16,13,.02), rgba(18,16,13,.18));
}
.wk-cat-card h3 { margin: .2rem 0 0; font-size: 1rem; text-transform: uppercase; letter-spacing: .06em; }
.wk-cat-card:hover .wk-cat-image { transform: translateY(-3px); }
.wk-cat-card .wk-cat-image { transition: transform .18s ease; }

/* Product cards */
.wk-product-section .products,
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem !important;
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce ul.products li.product,
.wk-product-card {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  background: var(--wk-white);
  border: 1px solid rgba(90,62,31,.12);
  box-shadow: 0 12px 28px rgba(30,20,10,.08);
  padding: 0 0 1rem !important;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  transition: transform .18s ease, box-shadow .18s ease;
}
.woocommerce ul.products li.product:hover,
.wk-product-card:hover { transform: translateY(-3px); box-shadow: var(--wk-shadow); }
.wk-placeholder-image {
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  background-color: var(--wk-stone-light);
}
.wk-placeholder-copy { padding: 1rem; }
.wk-placeholder-copy h3 {
  font-family: var(--wk-sans);
  font-size: 1rem;
  margin: 0 0 .4rem;
}
.wk-placeholder-price {
  margin: 0 0 .5rem;
  font-weight: 800;
  color: var(--wk-charcoal);
}
.wk-placeholder-copy p:last-child { color: var(--wk-muted); font-size: .92rem; }
.woocommerce ul.products li.product a img { margin: 0 0 1rem !important; width: 100%; aspect-ratio: 1/1; object-fit: cover; background: var(--wk-stone-light); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--wk-sans); font-size: .95rem !important; line-height: 1.35; padding: 0 1rem !important; color: var(--wk-ink); min-height: 2.8em; }
.woocommerce ul.products li.product .price { padding: 0 1rem; color: var(--wk-charcoal) !important; font-weight: 800; }
.woocommerce span.onsale { background: var(--wk-green) !important; color: var(--wk-cream) !important; min-height: auto !important; min-width: auto !important; padding: .3rem .55rem !important; border-radius: 0 !important; line-height: 1.2 !important; text-transform: uppercase; letter-spacing: .08em; font-size: .7rem; }
.woocommerce ul.products li.product .button { margin: .65rem 1rem 0 !important; width: calc(100% - 2rem); }
.wk-new-ribbon {
  display: inline-flex;
  background: var(--wk-oak);
  color: var(--wk-charcoal);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .7rem;
  padding: .34rem .6rem;
  position: absolute;
  left: .8rem;
  top: .8rem;
  z-index: 5;
}

/* Visit block */
.wk-visit-panel {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  overflow: hidden;
  background: var(--wk-charcoal);
  color: var(--wk-cream);
  box-shadow: var(--wk-shadow);
}
.wk-visit-copy { padding: clamp(2rem, 4vw, 3.5rem); }
.wk-visit-image {
  min-height: 440px;
  background-color: #2f261f;
  background-size: cover;
  background-position: center;
  position: relative;
}
.wk-visit-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18,16,13,.08), rgba(18,16,13,.28));
}
.wk-contact-list { list-style: none; margin: 1.4rem 0; padding: 0; display: grid; gap: .8rem; color: rgba(245,237,223,.82); }
.wk-contact-list li { display: grid; grid-template-columns: 26px 1fr; gap: .65rem; }

/* Service bar */
.wk-service-bar { background: linear-gradient(90deg, #ead8bb, #f5ead8); border-top: 1px solid var(--wk-border); border-bottom: 1px solid var(--wk-border); }
.wk-service-item { display: grid; grid-template-columns: auto 1fr; gap: .9rem; align-items: center; padding: 1.3rem 0; }
.wk-service-item strong { display: block; text-transform: uppercase; font-size: .8rem; letter-spacing: .08em; }
.wk-service-item span { display: block; color: var(--wk-muted); font-size: .9rem; line-height: 1.35; }
.wk-service-icon { width: 34px; height: 34px; color: var(--wk-oak-dark); }

/* Content */
.wk-page-header { padding: clamp(3rem, 8vw, 6rem) 0; background: var(--wk-charcoal); color: var(--wk-cream); }
.wk-page-content { padding: clamp(2.5rem, 6vw, 5rem) 0; }
.wk-entry { background: var(--wk-white); padding: clamp(1.5rem, 4vw, 3rem); box-shadow: var(--wk-shadow); border: 1px solid rgba(90,62,31,.12); }
.wk-entry :where(h2,h3,h4) { margin-top: 1.5em; }
.wk-entry ul, .wk-entry ol { padding-left: 1.3rem; }
.wk-post-card { background: var(--wk-white); padding: 1.4rem; border: 1px solid rgba(90,62,31,.12); box-shadow: 0 10px 22px rgba(30,20,10,.07); }
.wk-post-card a { text-decoration: none; }
.wk-post-meta { color: var(--wk-muted); font-size: .88rem; }

/* WooCommerce layout */
.woocommerce .woocommerce-breadcrumb { color: var(--wk-muted); font-size: .88rem; margin-bottom: 1rem; }
.woocommerce .woocommerce-breadcrumb a { color: var(--wk-oak-dark); }
.woocommerce-result-count, .woocommerce-ordering { margin-bottom: 1.5rem !important; }
.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary { width: auto !important; float: none !important; }
.woocommerce div.product div.images img { border-radius: 16px; background: var(--wk-stone-light); box-shadow: var(--wk-shadow); }
.woocommerce div.product .product_title { font-size: clamp(2.1rem, 5vw, 4rem); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--wk-oak-dark); font-size: 1.45rem; font-weight: 800; }
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; margin: 1.5rem 0; }
.woocommerce .quantity .qty { min-height: 48px; border: 1px solid var(--wk-border); padding: .5rem; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0 !important; border-bottom: 1px solid var(--wk-border); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-bottom: 0 !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 0 !important; background: transparent !important; border: 1px solid var(--wk-border) !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: var(--wk-cream) !important; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--wk-oak) !important; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--wk-oak-dark) !important; }
.woocommerce-cart table.cart td.actions .coupon .input-text { min-height: 48px; min-width: 220px; border: 1px solid var(--wk-border); padding: .65rem; }

/* Footer */
.wk-site-footer { background: var(--wk-charcoal); color: var(--wk-cream); }
.wk-footer-top { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.wk-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr) 1.25fr; gap: clamp(1.5rem, 3vw, 3rem); }
.wk-footer-logo { max-width: 220px; margin-bottom: 1rem; }
.wk-footer-title { font-family: var(--wk-serif); text-transform: uppercase; letter-spacing: .12em; color: var(--wk-oak); font-size: .95rem; margin-bottom: .85rem; }
.wk-footer-menu { list-style: none; padding: 0; margin: 0; display: grid; gap: .35rem; }
.wk-footer-menu a { color: rgba(245,237,223,.78); text-decoration: none; }
.wk-footer-menu a:hover { color: var(--wk-oak); }
.wk-newsletter-form { display: grid; grid-template-columns: 1fr auto; margin-top: 1rem; }
.wk-newsletter-form input { min-width: 0; border: 0; padding: .85rem; background: var(--wk-cream); color: var(--wk-charcoal); }
.wk-newsletter-form button { border: 0; background: var(--wk-oak); color: var(--wk-charcoal); padding: 0 1rem; font-weight: 800; }
.wk-footer-bottom { border-top: 1px solid rgba(245,237,223,.12); padding: 1rem 0; color: rgba(245,237,223,.58); font-size: .88rem; }
.wk-footer-bottom .wk-container { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }

/* Forms */
input[type='text'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='search'], textarea, select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--wk-border);
  background: var(--wk-white);
  padding: .7rem .85rem;
  color: var(--wk-ink);
}
textarea { min-height: 150px; }
label { font-weight: 700; }

/* Utility */
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }
.alignwide { width: min(1180px, calc(100% - 40px)); margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; margin-left: calc(50% - 50vw); }

/* Responsive */
@media (max-width: 1100px) {
  .wk-six { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wk-four, .wk-product-section .products, .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wk-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .admin-bar .wk-site-header { top: 0; }
  .wk-header-inner { grid-template-columns: 1fr auto; min-height: 74px; }
  .wk-nav { display: none; grid-column: 1 / -1; justify-self: stretch; }
  .wk-nav.is-open { display: block; }
  .wk-nav ul { display: grid; gap: 0; padding: .75rem 0 1rem; }
  .wk-nav a { display: block; padding: .75rem 0; border-top: 1px solid rgba(245,237,223,.10); }
  .wk-menu-toggle { display: inline-flex; }
  .wk-header-actions { gap: .5rem; }
  .wk-logo-image, .custom-logo-link img, .custom-logo { max-height: 60px; }
  .wk-hero-inner, .wk-two, .wk-visit-panel, .woocommerce div.product { grid-template-columns: 1fr; }
  .wk-hero { min-height: auto; }
  .wk-still-life { aspect-ratio: 16/9; max-height: 380px; }
}
@media (max-width: 680px) {
  .wk-container, .wk-narrow { width: min(100% - 28px, 1180px); }
  .wk-three, .wk-four, .wk-six, .wk-product-section .products, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wk-feature-card, .wk-service-item { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .wk-hero-actions { display: grid; }
  .wk-button { width: 100%; }
  .wk-footer-grid { grid-template-columns: 1fr; }
  .wk-newsletter-form { grid-template-columns: 1fr; }
  .wk-newsletter-form button { min-height: 48px; }
  .woocommerce ul.products li.product .button { font-size: .7rem; padding-inline: .4rem; }
}
@media (max-width: 440px) {
  .wk-three, .wk-four, .wk-six, .wk-product-section .products, .woocommerce ul.products { grid-template-columns: 1fr; }
  .wk-logo-image, .custom-logo-link img, .custom-logo { max-height: 48px; }
  .wk-icon-link { display: none; }
}

/* Version 1.2.0 elegant homepage refinements */
.wk-site-header {
  background: rgba(13, 12, 10, .985);
}
.wk-header-inner {
  min-height: 100px;
}
.wk-logo-image,
.custom-logo-link img,
.custom-logo {
  max-height: 82px;
  width: auto;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.28));
}
.wk-nav a {
  font-size: .84rem;
  letter-spacing: .095em;
}

.wk-hero-elegant {
  min-height: clamp(650px, 78vh, 880px);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.wk-hero-elegant .wk-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 760px) 1fr;
  min-height: inherit;
  align-items: center;
  padding: clamp(5rem, 8vw, 8.5rem) 0 clamp(5rem, 8vw, 8rem);
}
.wk-hero-elegant .wk-hero-copy {
  max-width: 780px;
}
.wk-hero-elegant .wk-eyebrow {
  margin-bottom: 1.1rem;
}
.wk-hero-elegant h1 {
  max-width: 780px;
  font-size: clamp(3rem, 6.3vw, 6.7rem);
  line-height: .98;
  letter-spacing: -.055em;
  text-shadow: 0 4px 28px rgba(0,0,0,.45);
}
.wk-hero-elegant .wk-lead {
  max-width: 610px;
  color: rgba(245,237,223,.86);
  font-size: clamp(1.04rem, 1.7vw, 1.22rem);
}
.wk-hero-seal {
  justify-self: end;
  align-self: start;
  margin-top: clamp(1rem, 3vw, 3rem);
  width: 138px;
  height: 138px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--wk-cream);
  background: rgba(79, 98, 76, .86);
  border: 1px solid rgba(245,237,223,.38);
  box-shadow: inset 0 0 0 8px rgba(18,16,13,.16), 0 18px 45px rgba(0,0,0,.32);
  padding: 1rem;
}
.wk-hero-seal span {
  display: block;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .64rem;
  line-height: 1.45;
  font-weight: 800;
}
.wk-hero-seal em {
  display: block;
  width: 42px;
  height: 42px;
  color: var(--wk-oak);
  margin-top: .35rem;
}
.wk-hero-seal svg { width: 100%; height: 100%; }

.wk-feature-strip-elegant {
  background: #fffaf2;
  border-bottom: 1px solid rgba(90,62,31,.10);
}
.wk-feature-strip-elegant .wk-feature-card {
  padding: 2.1rem 0;
  align-items: center;
}
.wk-feature-strip-elegant .wk-feature-card:not(:last-child) {
  border-right: 1px dotted rgba(138,99,53,.45);
  padding-right: 2rem;
}
.wk-feature-strip-elegant .wk-feature-icon {
  width: 58px;
  height: 58px;
}

.wk-categories-section {
  padding-top: clamp(3rem, 5vw, 5.2rem);
  padding-bottom: clamp(3.2rem, 5.2vw, 5.6rem);
  background:
    radial-gradient(circle at 16% 14%, rgba(255,255,255,.95), transparent 28%),
    linear-gradient(180deg, #fcf7ee 0%, #f1e7d7 100%);
}
.wk-category-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(1.15rem, 2.2vw, 2.2rem);
  align-items: start;
}
.wk-category-grid .wk-cat-image {
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(39,29,18,.12);
}
.wk-category-grid .wk-cat-card h3 {
  font-family: var(--wk-serif);
  font-size: clamp(.95rem, 1.1vw, 1.12rem);
  line-height: 1.16;
  margin-top: .9rem;
}
.wk-category-grid .wk-cat-card h3::after {
  content: '';
  display: block;
  width: 52px;
  height: 9px;
  margin: .55rem auto 0;
  background: linear-gradient(90deg, transparent, var(--wk-rope), transparent);
  mask: linear-gradient(#000 0 0) center/100% 1px no-repeat;
  -webkit-mask: linear-gradient(#000 0 0) center/100% 1px no-repeat;
}

.wk-home-commerce-section {
  background: linear-gradient(180deg, #fffaf2 0%, #faf1e3 100%);
  padding-top: clamp(3rem, 5vw, 5rem);
  padding-bottom: 0;
}
.wk-home-commerce-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
  align-items: stretch;
  gap: 0;
}
.wk-home-products {
  padding: clamp(1rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2.75rem) clamp(2.5rem, 5vw, 4rem) 0;
}
.wk-section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.wk-home-products .products,
.wk-home-products .wk-preview-products {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(.9rem, 1.6vw, 1.4rem) !important;
}
.wk-home-products .woocommerce ul.products li.product,
.wk-home-products .wk-product-card {
  background: #fff;
  border-radius: 8px;
}
.wk-placeholder-copy {
  padding: .85rem .95rem 1rem;
}
.wk-placeholder-copy h3 {
  min-height: 2.7em;
}
.wk-placeholder-copy p:last-child {
  display: none;
}

.wk-visit-panel-compact {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  min-height: 440px;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}
.wk-visit-panel-compact .wk-visit-copy {
  padding: clamp(2rem, 3.3vw, 3.25rem);
}
.wk-visit-panel-compact .wk-visit-copy h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
}
.wk-visit-panel-compact .wk-visit-image {
  min-height: 100%;
}

.wk-service-bar {
  background:
    linear-gradient(90deg, rgba(183,138,85,.08), rgba(255,255,255,.05)),
    linear-gradient(180deg, #ead6b8, #f2e4cd);
}
.wk-service-item {
  padding: 1.6rem 0;
}
.wk-site-footer {
  background: #0d0c0a;
}
.wk-footer-top .wk-logo-image,
.wk-footer-top .custom-logo-link img,
.wk-footer-top .custom-logo {
  max-height: 70px;
  max-width: 300px;
}

@media (max-width: 1200px) {
  .wk-home-commerce-grid { grid-template-columns: 1fr; }
  .wk-home-products { padding-right: 0; }
  .wk-visit-panel-compact { margin-top: 2rem; }
}
@media (max-width: 1100px) {
  .wk-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wk-hero-seal { display: none; }
  .wk-hero-elegant .wk-hero-inner { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .wk-logo-image, .custom-logo-link img, .custom-logo { max-height: 64px; max-width: 300px; }
  .wk-header-inner { min-height: 82px; }
  .wk-hero-elegant { min-height: 620px; background-position: 60% center; }
  .wk-hero-elegant h1 { font-size: clamp(2.6rem, 11vw, 4.6rem); }
  .wk-visit-panel-compact { grid-template-columns: 1fr; }
  .wk-visit-panel-compact .wk-visit-image { min-height: 340px; }
  .wk-feature-strip-elegant .wk-feature-card:not(:last-child) { border-right: 0; padding-right: 0; }
}
@media (max-width: 680px) {
  .wk-logo-image, .custom-logo-link img, .custom-logo { max-height: 52px; max-width: 220px; }
  .wk-hero-elegant { min-height: auto; background-position: 64% center; }
  .wk-hero-elegant .wk-hero-inner { padding-top: 5rem; padding-bottom: 5rem; }
  .wk-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wk-home-products .products,
  .wk-home-products .wk-preview-products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 440px) {
  .wk-category-grid { grid-template-columns: 1fr; }
  .wk-home-products .products,
  .wk-home-products .wk-preview-products { grid-template-columns: 1fr !important; }
}


/* =========================================================
   Wye Knot v4 refinement
   More elegant, editorial, bespoke homepage treatment.
   ========================================================= */

.wk-container {
  width: min(1320px, calc(100% - 56px));
}

.wk-site-header {
  background: rgba(12, 11, 9, .98);
  border-bottom: 1px solid rgba(210, 170, 108, .14);
}

.wk-header-inner {
  min-height: 92px;
  grid-template-columns: minmax(260px, auto) 1fr auto;
}

.wk-brand {
  align-self: center;
}

.wk-logo-image,
.custom-logo-link img,
.custom-logo {
  max-width: 355px;
  max-height: 72px;
  object-fit: contain;
}

.wk-nav ul {
  gap: clamp(1.05rem, 1.9vw, 1.75rem);
}

.wk-nav a {
  font-size: .78rem;
  letter-spacing: .115em;
  position: relative;
}

.wk-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.65rem;
  height: 1px;
  background: var(--wk-oak);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
}

.wk-nav a:hover::after,
.current-menu-item > a::after {
  transform: scaleX(1);
}

/* Cleaner full-width hero */
.wk-hero-elegant {
  min-height: clamp(610px, 74vh, 780px);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.wk-hero-elegant::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 44%, rgba(191, 139, 75, .10), transparent 34%),
    linear-gradient(90deg, rgba(8,7,6,.96) 0%, rgba(8,7,6,.86) 34%, rgba(8,7,6,.43) 64%, rgba(8,7,6,.18) 100%);
  z-index: 1;
}

.wk-hero-elegant::after {
  height: 38px;
  background: #fffaf2;
  clip-path: polygon(0 50%, 16% 68%, 32% 42%, 49% 64%, 66% 42%, 84% 62%, 100% 42%, 100% 100%, 0 100%);
  z-index: 2;
}

.wk-hero-elegant .wk-hero-inner {
  position: relative;
  z-index: 3;
  display: block;
  min-height: inherit;
  padding: clamp(6rem, 9vw, 8.4rem) 0 clamp(5rem, 8vw, 7.4rem);
}

.wk-hero-elegant .wk-hero-copy {
  max-width: 690px;
}

.wk-hero-elegant .wk-eyebrow {
  margin-bottom: 1.05rem;
}

.wk-hero-elegant h1 {
  max-width: 690px;
  font-size: clamp(3.35rem, 5.5vw, 6.15rem);
  line-height: .99;
  letter-spacing: -.055em;
  margin-bottom: 1.25rem;
  text-shadow: 0 6px 30px rgba(0,0,0,.54);
}

.wk-hero-elegant .wk-lead {
  max-width: 580px;
  color: rgba(255, 250, 242, .86);
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  line-height: 1.75;
}

.wk-hero-actions {
  margin-top: 2.1rem;
}

.wk-hero-seal {
  display: none;
}

/* Refined feature strip */
.wk-feature-strip-elegant {
  background: #fffaf2;
  border-bottom: 1px solid rgba(90,62,31,.10);
}

.wk-feature-strip-elegant .wk-container {
  width: min(1160px, calc(100% - 56px));
}

.wk-feature-strip-elegant .wk-feature-card {
  padding: 2.35rem 1.5rem;
  gap: 1.15rem;
}

.wk-feature-strip-elegant .wk-feature-card:not(:last-child) {
  border-right: 1px dotted rgba(138,99,53,.38);
}

.wk-feature-strip-elegant .wk-feature-icon {
  width: 52px;
  height: 52px;
  color: var(--wk-oak-dark);
}

.wk-feature-strip-elegant .wk-feature-card h3 {
  font-size: 1.1rem;
  letter-spacing: .08em;
}

/* Category section */
.wk-categories-section {
  padding: clamp(4.5rem, 7vw, 7rem) 0 clamp(4.2rem, 6vw, 6rem);
}

.wk-category-grid {
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(1.4rem, 2.3vw, 2.6rem);
  align-items: start;
}

.wk-category-grid .wk-cat-image {
  border-radius: 14px;
  aspect-ratio: 1 / 1;
  box-shadow: 0 18px 36px rgba(39,29,18,.14);
  transform: translateZ(0);
}

.wk-category-grid .wk-cat-card {
  min-width: 0;
}

.wk-category-grid .wk-cat-card h3 {
  font-size: clamp(1rem, 1.05vw, 1.16rem);
  line-height: 1.15;
  margin-top: 1.05rem;
}

/* New In + Visit section */
.wk-home-commerce-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(255,255,255,.85), transparent 30%),
    linear-gradient(180deg, #fffaf2 0%, #f7eddd 100%);
  padding: clamp(4.5rem, 7vw, 7rem) 0;
}

.wk-home-commerce-grid {
  width: min(1240px, calc(100% - 56px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(460px, .96fr);
  gap: clamp(2.2rem, 4vw, 4rem);
  align-items: start;
}

.wk-home-products {
  padding: 0;
}

.wk-section-heading-row {
  margin-bottom: 1.8rem;
}

.wk-section-heading-row a {
  font-size: .86rem;
  color: var(--wk-oak-dark);
  text-decoration: none;
  font-weight: 700;
}

.wk-home-products .products,
.wk-home-products .wk-preview-products {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 1.4vw, 1.4rem) !important;
}

.wk-home-products .woocommerce ul.products li.product,
.wk-home-products .wk-product-card {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(90,62,31,.10);
  box-shadow: 0 16px 30px rgba(33,23,13,.09);
  background: #fff;
}

.wk-placeholder-image,
.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1.12 !important;
}

.wk-placeholder-copy {
  padding: 1rem 1rem 1.1rem;
}

.wk-placeholder-copy h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: .95rem !important;
  line-height: 1.35;
  min-height: 2.8em;
}

.wk-placeholder-price {
  font-size: .98rem;
}

/* Balanced Visit panel */
.wk-visit-panel-v4 {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  min-height: 430px;
  box-shadow: 0 22px 48px rgba(34,23,13,.16);
  border-radius: 0;
  overflow: hidden;
  background: var(--wk-charcoal);
}

.wk-visit-panel-v4 .wk-visit-copy {
  padding: clamp(2.2rem, 3vw, 3.1rem);
}

.wk-visit-panel-v4 .wk-visit-copy h2 {
  font-size: clamp(2.05rem, 3.1vw, 3.15rem);
  line-height: 1.04;
  letter-spacing: -.035em;
}

.wk-visit-panel-v4 .wk-visit-copy p {
  font-size: .98rem;
  color: rgba(245,237,223,.82);
}

.wk-visit-panel-v4 .wk-contact-list {
  font-size: .88rem;
  gap: .65rem;
  margin: 1.1rem 0 1.4rem;
}

.wk-visit-panel-v4 .wk-visit-image {
  min-height: 430px;
  background-size: cover;
  background-position: center;
}

/* Service and footer polish */
.wk-service-bar {
  background:
    linear-gradient(90deg, rgba(183,138,85,.12), rgba(255,255,255,.04)),
    linear-gradient(180deg, #ead4b3, #f3e2c8);
}

.wk-service-bar .wk-container {
  width: min(1160px, calc(100% - 56px));
}

.wk-service-item {
  padding: 1.65rem 0;
}

.wk-site-footer {
  background: #0b0a08;
}

.wk-footer-top {
  padding: clamp(3rem, 5vw, 4.4rem) 0;
}

.wk-footer-grid {
  gap: clamp(2rem, 4vw, 4rem);
}

.wk-footer-top .wk-logo-image,
.wk-footer-top .custom-logo-link img,
.wk-footer-top .custom-logo {
  max-height: 80px;
  max-width: 330px;
}

.wk-footer-bottom {
  border-top: 1px solid rgba(210,170,108,.16);
}

/* WooCommerce cards made less default */
.woocommerce ul.products li.product {
  border-radius: 12px;
  overflow: hidden;
}

.woocommerce ul.products li.product .button {
  border-radius: 0;
}

/* Responsive refinement */
@media (max-width: 1180px) {
  .wk-home-commerce-grid {
    grid-template-columns: 1fr;
  }

  .wk-home-products .products,
  .wk-home-products .wk-preview-products {
    max-width: 760px;
  }

  .wk-visit-panel-v4 {
    max-width: 860px;
  }
}

@media (max-width: 1100px) {
  .wk-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 760px;
  }

  .wk-feature-strip-elegant .wk-feature-card:not(:last-child) {
    border-right: 0;
  }
}

@media (max-width: 900px) {
  .wk-container,
  .wk-home-commerce-grid {
    width: min(100% - 32px, 1320px);
  }

  .wk-header-inner {
    min-height: 78px;
    grid-template-columns: 1fr auto;
  }

  .wk-logo-image,
  .custom-logo-link img,
  .custom-logo {
    max-height: 58px;
    max-width: 290px;
  }

  .wk-hero-elegant {
    min-height: 610px;
    background-position: 65% center;
  }

  .wk-hero-elegant .wk-hero-inner {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }

  .wk-hero-elegant h1 {
    font-size: clamp(3rem, 11vw, 5rem);
  }

  .wk-home-products .products,
  .wk-home-products .wk-preview-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: none;
  }

  .wk-visit-panel-v4 {
    grid-template-columns: 1fr;
  }

  .wk-visit-panel-v4 .wk-visit-image {
    min-height: 320px;
  }
}

@media (max-width: 680px) {
  .wk-feature-strip-elegant .wk-feature-card {
    padding: 1.7rem 0;
  }

  .wk-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wk-service-bar .wk-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 460px) {
  .wk-logo-image,
  .custom-logo-link img,
  .custom-logo {
    max-width: 220px;
    max-height: 46px;
  }

  .wk-hero-elegant {
    min-height: 560px;
  }

  .wk-category-grid,
  .wk-home-products .products,
  .wk-home-products .wk-preview-products,
  .wk-service-bar .wk-grid {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   Wye Knot v5 refinement
   Fixes alignment and removes WordPress-like section/grid feel.
   ========================================================= */

.wk-container { width: min(1320px, calc(100% - 64px)); }

.wk-site-header {
  background: #0b0a08;
  border-bottom: 1px solid rgba(211, 170, 104, .20);
}

.wk-header-inner {
  min-height: 96px;
  grid-template-columns: minmax(330px, auto) 1fr auto;
}

.wk-logo-image,
.custom-logo-link img,
.custom-logo {
  max-width: 390px;
  max-height: 78px;
}

.wk-nav { justify-self: center; }
.wk-nav ul { gap: clamp(1.25rem, 2vw, 2.1rem); }
.wk-nav a { font-size: .76rem; letter-spacing: .13em; }

/* Hero: cleaner, no ghost text, stronger editorial alignment */
.wk-hero-elegant {
  min-height: clamp(620px, 72vh, 760px);
  background-position: center right;
  isolation: isolate;
}

.wk-hero-elegant::before {
  background:
    radial-gradient(circle at 21% 48%, rgba(198, 146, 80, .12), transparent 32%),
    linear-gradient(90deg, rgba(6,5,4,.98) 0%, rgba(8,7,6,.90) 34%, rgba(8,7,6,.48) 63%, rgba(8,7,6,.18) 100%);
}

.wk-hero-elegant .wk-hero-inner {
  width: min(1260px, calc(100% - 64px));
  padding-top: clamp(6.5rem, 9vw, 9rem);
  padding-bottom: clamp(5.2rem, 7vw, 7.4rem);
}

.wk-hero-elegant .wk-hero-copy { max-width: 650px; }

.wk-hero-elegant h1 {
  font-size: clamp(3.4rem, 5.25vw, 6rem);
  max-width: 650px;
  line-height: .99;
}

.wk-hero-elegant .wk-lead { max-width: 560px; }

/* Feature strip alignment */
.wk-feature-strip-elegant .wk-container {
  width: min(1120px, calc(100% - 64px));
}

.wk-feature-strip-elegant .wk-feature-card {
  padding: 2.3rem 1.8rem;
}

.wk-feature-strip-elegant .wk-feature-card p { max-width: 260px; }

/* Bespoke category cards: larger 3x2 editorial panels, not tiny WordPress icons */
.wk-categories-section {
  background:
    radial-gradient(circle at 10% 8%, rgba(255,255,255,.9), transparent 24%),
    linear-gradient(180deg, #fffaf2 0%, #f4ead9 100%);
  padding: clamp(4.8rem, 7vw, 7.2rem) 0 clamp(5rem, 7vw, 7rem);
}

.wk-category-grid {
  width: min(1160px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.4rem, 2.4vw, 2.1rem);
}

.wk-category-grid .wk-cat-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 22px 45px rgba(36, 25, 14, .15);
  border: 1px solid rgba(89, 62, 34, .16);
  min-height: 250px;
  background: #17120e;
}

.wk-category-grid .wk-cat-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,8,6,.06) 0%, rgba(10,8,6,.10) 38%, rgba(10,8,6,.74) 100%);
  z-index: 1;
  pointer-events: none;
}

.wk-category-grid .wk-cat-image {
  aspect-ratio: 1.48 / 1;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  height: 100%;
  min-height: 250px;
  transition: transform .28s ease, filter .28s ease;
}

.wk-category-grid .wk-cat-image::before { display: none; }

.wk-category-grid .wk-cat-card:hover .wk-cat-image {
  transform: scale(1.045);
  filter: saturate(1.04) contrast(1.04);
}

.wk-category-grid .wk-cat-card h3 {
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1.15rem;
  z-index: 2;
  margin: 0;
  color: #fffaf2;
  text-align: left;
  font-size: clamp(1.28rem, 1.65vw, 1.72rem);
  line-height: 1.05;
  text-shadow: 0 3px 12px rgba(0,0,0,.50);
}

.wk-category-grid .wk-cat-card h3::after {
  margin: .68rem 0 0;
  width: 66px;
  background: linear-gradient(90deg, var(--wk-oak), transparent);
  mask: none;
  -webkit-mask: none;
  height: 1px;
}

/* Commerce/visit: balanced two-column bespoke editorial block */
.wk-home-commerce-section {
  background:
    radial-gradient(circle at 11% 14%, rgba(255,255,255,.82), transparent 28%),
    linear-gradient(180deg, #fffaf2 0%, #f7eddc 100%);
  padding: clamp(5.2rem, 8vw, 8.2rem) 0;
}

.wk-home-commerce-grid {
  width: min(1180px, calc(100% - 64px));
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(0, .94fr);
  align-items: stretch;
  gap: clamp(2.8rem, 4.5vw, 5rem);
}

.wk-home-products { padding: 0; }

.wk-section-heading-row {
  min-height: 86px;
  align-items: flex-end;
  border-bottom: 1px solid rgba(138,99,53,.18);
  padding-bottom: 1.1rem;
  margin-bottom: 1.55rem;
}

.wk-home-products .products,
.wk-home-products .wk-preview-products {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(1.25rem, 2vw, 1.75rem) !important;
  max-width: none;
}

.wk-home-products .woocommerce ul.products li.product,
.wk-home-products .wk-product-card {
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(35, 24, 13, .12);
  border: 1px solid rgba(90,62,31,.12);
}

.wk-home-products .woocommerce ul.products li.product a img,
.wk-placeholder-image {
  aspect-ratio: 1.08 / 1 !important;
}

.wk-placeholder-copy { padding: 1.05rem 1.15rem 1.2rem; }

.wk-placeholder-copy h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem !important;
  min-height: auto;
}

.wk-new-ribbon {
  border-radius: 999px;
  font-size: .66rem;
  padding: .34rem .62rem;
}

.wk-visit-panel-v4 {
  position: relative;
  display: block;
  min-height: 620px;
  overflow: hidden;
  border-radius: 18px;
  background: #100e0b;
  box-shadow: 0 28px 60px rgba(36, 24, 12, .20);
}

.wk-visit-panel-v4 .wk-visit-image {
  position: absolute;
  inset: 0;
  min-height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.wk-visit-panel-v4 .wk-visit-image::before {
  display: block;
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12,10,8,.94) 0%, rgba(12,10,8,.78) 42%, rgba(12,10,8,.18) 100%),
    linear-gradient(180deg, rgba(12,10,8,.10), rgba(12,10,8,.35));
}

.wk-visit-panel-v4 .wk-visit-copy {
  position: relative;
  z-index: 1;
  max-width: 355px;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.4rem, 4vw, 3.6rem);
}

.wk-visit-panel-v4 .wk-visit-copy h2 {
  font-size: clamp(2.45rem, 4vw, 4rem);
  line-height: .98;
}

.wk-visit-panel-v4 .wk-contact-list {
  margin: 1.35rem 0 1.65rem;
}

.wk-visit-panel-v4 .wk-button { align-self: flex-start; }

/* Service bar: less blocky */
.wk-service-bar {
  background: linear-gradient(180deg, #ead2ad, #f0debf);
  border-top: 1px solid rgba(116,79,38,.20);
  border-bottom: 1px solid rgba(116,79,38,.22);
}

.wk-service-bar .wk-container { width: min(1140px, calc(100% - 64px)); }
.wk-service-item { padding: 1.55rem 0; }

/* Footer alignment */
.wk-footer-grid {
  grid-template-columns: 1.7fr .9fr .95fr .9fr 1.25fr;
  align-items: start;
}

.wk-footer-top .wk-logo-image,
.wk-footer-top .custom-logo-link img,
.wk-footer-top .custom-logo {
  max-width: 345px;
  max-height: 82px;
}

/* Better desktop alignment for admin/coming soon bar interruption */
.wk-feature-strip { position: relative; z-index: 2; }

@media (max-width: 1180px) {
  .wk-home-commerce-grid { grid-template-columns: 1fr; }
  .wk-visit-panel-v4 { min-height: 560px; }
  .wk-visit-panel-v4 .wk-visit-copy { min-height: 560px; }
}

@media (max-width: 980px) {
  .wk-header-inner { grid-template-columns: 1fr auto; }
  .wk-nav { justify-self: stretch; }
  .wk-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wk-feature-strip-elegant .wk-feature-card { padding-inline: 0; }
}

@media (max-width: 760px) {
  .wk-container,
  .wk-home-commerce-grid,
  .wk-hero-elegant .wk-hero-inner,
  .wk-service-bar .wk-container {
    width: min(100% - 32px, 1320px);
  }
  .wk-logo-image,
  .custom-logo-link img,
  .custom-logo { max-width: 260px; max-height: 58px; }
  .wk-hero-elegant { min-height: 610px; background-position: 70% center; }
  .wk-home-products .products,
  .wk-home-products .wk-preview-products { grid-template-columns: 1fr 1fr !important; }
  .wk-visit-panel-v4 .wk-visit-copy { max-width: 100%; }
}

@media (max-width: 560px) {
  .wk-category-grid,
  .wk-home-products .products,
  .wk-home-products .wk-preview-products { grid-template-columns: 1fr !important; }
  .wk-category-grid .wk-cat-card,
  .wk-category-grid .wk-cat-image { min-height: 220px; }
  .wk-visit-panel-v4,
  .wk-visit-panel-v4 .wk-visit-copy { min-height: 520px; }
}


/* =========================================================
   Wye Knot v6 SEO/content refinement
   Adds a light editorial SEO section and fixes category imagery.
   ========================================================= */

/* Ensure the large category cards show their imagery properly. */
.wk-category-grid .wk-cat-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  opacity: .98;
}

.wk-category-grid .wk-cat-card::after {
  background:
    linear-gradient(180deg, rgba(10,8,6,.02) 0%, rgba(10,8,6,.12) 38%, rgba(10,8,6,.68) 100%);
}

.wk-category-grid .wk-cat-desc {
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1.2rem;
  z-index: 2;
  margin: 0;
  color: rgba(255,250,242,.82);
  font-size: .86rem;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
  text-align: left;
}

.wk-category-grid .wk-cat-card h3 {
  bottom: 1.55rem;
  transition: bottom .2s ease;
}

.wk-category-grid .wk-cat-card:hover h3,
.wk-category-grid .wk-cat-card:focus h3 {
  bottom: 4.9rem;
}

.wk-category-grid .wk-cat-card:hover .wk-cat-desc,
.wk-category-grid .wk-cat-card:focus .wk-cat-desc {
  opacity: 1;
  transform: translateY(0);
}

/* Elegant homepage SEO content block. */
.wk-seo-story-section {
  background:
    radial-gradient(circle at 13% 22%, rgba(255,255,255,.92), transparent 26%),
    linear-gradient(180deg, #f7eddc 0%, #fffaf2 100%);
  padding: clamp(4rem, 6vw, 6.4rem) 0 clamp(3.4rem, 5.5vw, 5.6rem);
  border-top: 1px solid rgba(138,99,53,.10);
  border-bottom: 1px solid rgba(138,99,53,.10);
}

.wk-seo-story {
  width: min(1120px, calc(100% - 64px));
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.wk-seo-story-copy h2 {
  max-width: 780px;
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  line-height: 1.06;
  letter-spacing: -.035em;
}

.wk-seo-story-copy p {
  max-width: 760px;
  color: var(--wk-muted);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
}

.wk-seo-story-links {
  display: grid;
  gap: .85rem;
  padding: clamp(1.3rem, 2.5vw, 2rem);
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(138,99,53,.16);
  box-shadow: 0 18px 45px rgba(35,24,13,.08);
}

.wk-seo-story-links::before {
  content: 'Popular collections';
  display: block;
  color: var(--wk-oak-dark);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .72rem;
  font-weight: 800;
  margin-bottom: .25rem;
}

.wk-seo-story-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(138,99,53,.16);
  padding: .72rem 0;
  font-family: var(--wk-serif);
  font-size: 1.12rem;
}

.wk-seo-story-links a::after {
  content: '→';
  color: var(--wk-oak-dark);
  font-family: var(--wk-sans);
}

.wk-seo-story-links a:last-child {
  border-bottom: 0;
}

.wk-seo-story-links a:hover {
  color: var(--wk-oak-dark);
}

/* Make the commercial section sit tighter after the new SEO block. */
.wk-home-commerce-section {
  padding-top: clamp(4.5rem, 6.5vw, 7rem);
}

/* Avoid category hover text causing issues on touch devices. */
@media (hover: none) {
  .wk-category-grid .wk-cat-card h3 {
    bottom: 1.55rem;
  }

  .wk-category-grid .wk-cat-desc {
    display: none;
  }
}

@media (max-width: 900px) {
  .wk-seo-story {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 1120px);
  }

  .wk-seo-story-links {
    max-width: 560px;
  }
}

@media (max-width: 560px) {
  .wk-category-grid .wk-cat-card h3 {
    bottom: 1.3rem;
  }

  .wk-seo-story-section {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .wk-seo-story-links a {
    font-size: 1rem;
  }
}


/* =========================================================
   Wye Knot v7 elegance refinement
   Reworks New In as an editorial product feature and polishes footer/SEO.
   ========================================================= */

.wk-seo-story-section {
  position: relative;
  overflow: hidden;
}

.wk-seo-story-section::before {
  content: '';
  position: absolute;
  width: 520px;
  height: 140px;
  left: max(2rem, calc((100vw - 1120px) / 2));
  top: 2rem;
  opacity: .055;
  background: currentColor;
  color: var(--wk-oak-dark);
  clip-path: polygon(0 50%, 78% 50%, 100% 35%, 100% 65%, 78% 50%, 0 50%);
}

.wk-seo-story-copy h2 {
  max-width: 720px;
}

.wk-seo-story-links {
  background:
    linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.58)),
    linear-gradient(135deg, rgba(183,138,85,.08), transparent);
}

/* Editorial New In area */
.wk-home-commerce-section {
  padding-top: clamp(4.8rem, 7vw, 7.6rem);
  padding-bottom: clamp(5rem, 7vw, 7.8rem);
}

.wk-home-commerce-grid-v7 {
  width: min(1240px, calc(100% - 64px));
  grid-template-columns: minmax(0, 1.07fr) minmax(420px, .93fr);
  gap: clamp(3rem, 5vw, 5.4rem);
  align-items: stretch;
}

.wk-section-heading-row-v7 {
  border-bottom: 0;
  min-height: auto;
  padding-bottom: 0;
  margin-bottom: 1.9rem;
}

.wk-section-heading-row-v7 p {
  margin: .4rem 0 0;
  max-width: 500px;
  color: var(--wk-muted);
}

.wk-editorial-products {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, .85fr);
  grid-template-rows: repeat(3, minmax(130px, 1fr));
  gap: clamp(1rem, 1.8vw, 1.45rem);
  min-height: 620px;
}

.wk-editorial-product {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  text-decoration: none;
  color: var(--wk-ink);
  background: #fff;
  border: 1px solid rgba(90,62,31,.10);
  box-shadow: 0 22px 48px rgba(35,24,13,.12);
  transition: transform .2s ease, box-shadow .2s ease;
}

.wk-editorial-product:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 65px rgba(35,24,13,.18);
}

.wk-editorial-product--featured {
  grid-row: 1 / span 3;
}

.wk-editorial-product-image {
  display: block;
  background-size: cover;
  background-position: center;
  min-height: 100%;
  height: 100%;
  transition: transform .28s ease, filter .28s ease;
}

.wk-editorial-product:hover .wk-editorial-product-image {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.04);
}

.wk-editorial-product--featured .wk-editorial-product-image {
  position: absolute;
  inset: 0;
}

.wk-editorial-product--featured::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,8,6,.02) 0%, rgba(10,8,6,.12) 36%, rgba(10,8,6,.78) 100%);
  z-index: 1;
}

.wk-editorial-product--featured .wk-editorial-product-copy {
  position: absolute;
  left: 1.45rem;
  right: 1.45rem;
  bottom: 1.45rem;
  z-index: 2;
  color: #fffaf2;
}

.wk-editorial-product--featured .wk-editorial-product-copy strong {
  font-family: var(--wk-serif);
  display: block;
  font-size: clamp(1.7rem, 2.6vw, 2.7rem);
  line-height: 1.02;
  letter-spacing: -.03em;
  text-shadow: 0 3px 16px rgba(0,0,0,.45);
}

.wk-editorial-product--side {
  display: grid;
  grid-template-columns: 42% 1fr;
  min-height: 0;
}

.wk-editorial-product--side .wk-editorial-product-image {
  min-height: 100%;
}

.wk-editorial-product--side .wk-editorial-product-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1rem 1rem 1.05rem;
}

.wk-editorial-product--side .wk-editorial-product-copy strong {
  display: block;
  font-family: var(--wk-serif);
  font-size: clamp(1.04rem, 1.3vw, 1.28rem);
  line-height: 1.12;
}

.wk-editorial-product-price {
  display: block;
  margin-top: .45rem;
  color: inherit;
  font-weight: 800;
}

.wk-editorial-view {
  display: inline-flex;
  margin-top: .65rem;
  color: var(--wk-oak-dark);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
}

.wk-editorial-product--featured .wk-editorial-view {
  color: var(--wk-oak);
}

.wk-editorial-product .wk-new-ribbon {
  z-index: 3;
}

.wk-visit-panel-v7 {
  min-height: 620px;
  border-radius: 20px;
}

.wk-visit-panel-v7 .wk-visit-image::before {
  background:
    linear-gradient(90deg, rgba(12,10,8,.90) 0%, rgba(12,10,8,.72) 42%, rgba(12,10,8,.20) 100%),
    linear-gradient(180deg, rgba(12,10,8,.08), rgba(12,10,8,.28));
}

.wk-visit-panel-v7 .wk-visit-copy {
  max-width: 390px;
  padding: clamp(2.5rem, 4vw, 3.8rem);
}

.wk-visit-panel-v7 .wk-visit-copy h2 {
  font-size: clamp(2.55rem, 4.1vw, 4.25rem);
}

.wk-visit-panel-v7 .wk-visit-copy p {
  max-width: 330px;
}

/* Footer becomes more bespoke and local */
.wk-footer-brand-block {
  max-width: 350px;
}

.wk-footer-visit {
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(210,170,108,.18);
  display: grid;
  gap: .3rem;
  color: rgba(245,237,223,.68);
  font-size: .88rem;
}

.wk-footer-visit strong {
  color: var(--wk-oak);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
}

.wk-footer-grid {
  grid-template-columns: minmax(260px, 1.7fr) .85fr .95fr .85fr minmax(240px, 1.15fr);
}

.wk-footer-title {
  position: relative;
  padding-bottom: .65rem;
}

.wk-footer-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, var(--wk-oak), transparent);
}

.wk-newsletter-form {
  border: 1px solid rgba(210,170,108,.16);
}

.wk-newsletter-form input {
  background: rgba(255,250,242,.94);
}

/* Hide older preview-card styling in this section if cached classes collide. */
.wk-home-products-v7 .wk-preview-products,
.wk-home-products-v7 .products {
  display: none !important;
}

@media (max-width: 1180px) {
  .wk-home-commerce-grid-v7 {
    grid-template-columns: 1fr;
    width: min(100% - 64px, 900px);
  }

  .wk-editorial-products {
    min-height: 580px;
  }
}

@media (max-width: 780px) {
  .wk-home-commerce-grid-v7 {
    width: min(100% - 32px, 900px);
  }

  .wk-editorial-products {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: auto;
  }

  .wk-editorial-product--featured {
    grid-row: auto;
    min-height: 390px;
  }

  .wk-editorial-product--side {
    grid-template-columns: 38% 1fr;
    min-height: 170px;
  }

  .wk-visit-panel-v7,
  .wk-visit-panel-v7 .wk-visit-copy {
    min-height: 540px;
  }
}

@media (max-width: 520px) {
  .wk-editorial-product--side {
    grid-template-columns: 1fr;
  }

  .wk-editorial-product--side .wk-editorial-product-image {
    min-height: 210px;
  }

  .wk-editorial-product--featured {
    min-height: 330px;
  }
}


/* =========================================================
   Wye Knot v8 discovery refinement
   Wider retail discovery layout inspired by premium marketplace browsing,
   without losing the warm Wye Knot brand.
   ========================================================= */

.wk-container {
  width: min(1420px, calc(100% - 72px));
}

.wk-discovery-strip {
  background: #0d0b09;
  color: rgba(255,250,242,.82);
  border-top: 1px solid rgba(211,170,104,.14);
  border-bottom: 1px solid rgba(211,170,104,.14);
}

.wk-discovery-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: .7rem;
  flex-wrap: wrap;
  padding: .75rem 0;
}

.wk-discovery-inner span {
  margin-right: .35rem;
  color: var(--wk-oak);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .72rem;
  font-weight: 800;
}

.wk-discovery-inner a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .35rem .8rem;
  border: 1px solid rgba(245,237,223,.16);
  border-radius: 999px;
  color: rgba(255,250,242,.86);
  text-decoration: none;
  font-size: .86rem;
  background: rgba(255,255,255,.035);
}

.wk-discovery-inner a:hover {
  color: var(--wk-charcoal);
  background: var(--wk-oak);
  border-color: var(--wk-oak);
}

.wk-categories-section-v8 {
  padding: clamp(5rem, 7vw, 7.5rem) 0;
  background:
    radial-gradient(circle at 10% 7%, rgba(255,255,255,.9), transparent 24%),
    linear-gradient(180deg, #fffaf2 0%, #f1e5d2 100%);
}

.wk-categories-v8-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, .75fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  width: min(1280px, calc(100% - 72px));
}

.wk-categories-v8-head h2 {
  font-size: clamp(2.5rem, 4.2vw, 4.6rem);
  margin-bottom: 0;
}

.wk-categories-v8-head p {
  margin: 0;
  color: var(--wk-muted);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
}

.wk-collection-layout {
  width: min(1280px, calc(100% - 72px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 245px;
  gap: clamp(1.15rem, 2vw, 1.85rem);
}

.wk-collection-card {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 22px;
  color: #fffaf2;
  text-decoration: none;
  background: #17120e;
  box-shadow: 0 24px 52px rgba(36, 25, 14, .16);
  border: 1px solid rgba(89, 62, 34, .16);
  isolation: isolate;
}

.wk-collection-card--large {
  grid-column: span 2;
  grid-row: span 2;
}

.wk-collection-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .3s ease, filter .3s ease;
  z-index: -2;
}

.wk-collection-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,8,6,.03) 0%, rgba(10,8,6,.16) 38%, rgba(10,8,6,.78) 100%);
  z-index: -1;
}

.wk-collection-card:hover .wk-collection-image {
  transform: scale(1.045);
  filter: saturate(1.05) contrast(1.05);
}

.wk-collection-copy {
  position: absolute;
  left: clamp(1.2rem, 2vw, 1.8rem);
  right: clamp(1.2rem, 2vw, 1.8rem);
  bottom: clamp(1.2rem, 2vw, 1.8rem);
  display: grid;
  gap: .55rem;
}

.wk-collection-copy strong {
  font-family: var(--wk-serif);
  font-size: clamp(1.55rem, 2.6vw, 3rem);
  line-height: .98;
  text-shadow: 0 3px 16px rgba(0,0,0,.44);
}

.wk-collection-card--small .wk-collection-copy strong {
  font-size: clamp(1.12rem, 1.5vw, 1.55rem);
}

.wk-collection-copy em {
  max-width: 420px;
  font-style: normal;
  color: rgba(255,250,242,.82);
  line-height: 1.45;
}

.wk-collection-card--small .wk-collection-copy em {
  display: none;
}

.wk-collection-copy span {
  color: var(--wk-oak);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
  font-weight: 800;
}

.wk-curated-edits-section {
  background: #0d0b09;
  color: #fffaf2;
  padding: clamp(4rem, 6vw, 6.6rem) 0;
}

.wk-curated-edits-head {
  width: min(1260px, calc(100% - 72px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .55fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
}

.wk-curated-edits-head h2 {
  font-size: clamp(2.2rem, 3.8vw, 4.4rem);
  margin: .35rem 0 0;
}

.wk-curated-edits-head p {
  margin: 0;
  color: rgba(255,250,242,.72);
}

.wk-curated-edits-grid {
  width: min(1260px, calc(100% - 72px));
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid rgba(211,170,104,.22);
  border-left: 1px solid rgba(211,170,104,.22);
}

.wk-curated-edits-grid a {
  min-height: 168px;
  padding: clamp(1.1rem, 2vw, 1.65rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fffaf2;
  text-decoration: none;
  border-right: 1px solid rgba(211,170,104,.22);
  border-bottom: 1px solid rgba(211,170,104,.22);
  background:
    radial-gradient(circle at 12% 16%, rgba(211,170,104,.12), transparent 32%),
    rgba(255,255,255,.02);
}

.wk-curated-edits-grid a:hover {
  background:
    radial-gradient(circle at 12% 16%, rgba(211,170,104,.22), transparent 32%),
    rgba(255,255,255,.06);
}

.wk-curated-edits-grid strong {
  font-family: var(--wk-serif);
  font-size: clamp(1.1rem, 1.45vw, 1.5rem);
  line-height: 1.08;
}

.wk-curated-edits-grid span {
  color: rgba(255,250,242,.68);
  font-size: .88rem;
  line-height: 1.4;
}

/* Make the story/content section feel part of discovery journey */
.wk-seo-story-section {
  background:
    radial-gradient(circle at 13% 22%, rgba(255,255,255,.92), transparent 26%),
    linear-gradient(180deg, #fffaf2 0%, #f6ead8 100%);
}

.wk-seo-story {
  width: min(1200px, calc(100% - 72px));
}

/* Wider lower commerce area to match full-screen direction. */
.wk-home-commerce-grid-v7 {
  width: min(1280px, calc(100% - 72px));
}

/* Footer should also feel broader and more confident. */
.wk-footer-grid,
.wk-service-bar .wk-container,
.wk-footer-bottom .wk-container {
  width: min(1280px, calc(100% - 72px));
}

@media (max-width: 1180px) {
  .wk-collection-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wk-curated-edits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wk-categories-v8-head,
  .wk-curated-edits-head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .wk-container,
  .wk-categories-v8-head,
  .wk-collection-layout,
  .wk-curated-edits-head,
  .wk-curated-edits-grid,
  .wk-seo-story,
  .wk-home-commerce-grid-v7,
  .wk-footer-grid,
  .wk-service-bar .wk-container,
  .wk-footer-bottom .wk-container {
    width: min(100% - 32px, 1280px);
  }

  .wk-collection-layout {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .wk-collection-card--large {
    grid-column: span 1;
    grid-row: span 1;
  }

  .wk-collection-card--small .wk-collection-copy em {
    display: block;
  }

  .wk-curated-edits-grid {
    grid-template-columns: 1fr;
  }

  .wk-discovery-inner {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: .85rem;
  }

  .wk-discovery-inner a,
  .wk-discovery-inner span {
    flex: 0 0 auto;
  }
}

/* =========================================================
   Wye Knot v9 retail discovery refinement
   Adds search, secondary shop navigation, favourites and occasion routes.
   ========================================================= */

.wk-shopping-dock {
  background: #0b0a08;
  color: var(--wk-cream);
  border-top: 1px solid rgba(210,170,108,.15);
  border-bottom: 1px solid rgba(210,170,108,.16);
  padding: 1.05rem 0 1.15rem;
}

.wk-shopping-dock-inner {
  width: min(1320px, calc(100% - 64px));
  display: grid;
  grid-template-columns: minmax(320px, 520px) 1fr;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
}

.wk-home-search {
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid rgba(210,170,108,.26);
  background: rgba(255,250,242,.06);
  min-height: 48px;
}

.wk-home-search input[type='search'] {
  border: 0;
  background: transparent;
  color: var(--wk-cream);
  padding: .85rem 1rem;
  min-height: 48px;
}

.wk-home-search input[type='search']::placeholder {
  color: rgba(245,237,223,.62);
}

.wk-home-search button {
  border: 0;
  border-left: 1px solid rgba(210,170,108,.22);
  background: var(--wk-oak);
  color: var(--wk-charcoal);
  padding: 0 1rem;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: .76rem;
  font-weight: 900;
}

.wk-shop-route-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .6rem .75rem;
}

.wk-shop-route-nav a {
  color: rgba(245,237,223,.78);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: .72rem;
  font-weight: 800;
  border: 1px solid rgba(210,170,108,.18);
  padding: .55rem .7rem;
  background: rgba(255,255,255,.03);
}

.wk-shop-route-nav a:hover {
  color: var(--wk-charcoal);
  background: var(--wk-oak);
  border-color: var(--wk-oak);
}

.wk-discovery-strip {
  border-top: 0;
}

/* Customer favourites product row */
.wk-favourites-section {
  background:
    radial-gradient(circle at 9% 18%, rgba(255,255,255,.78), transparent 24%),
    linear-gradient(180deg, #fffaf2 0%, #f6ead8 100%);
  padding: clamp(4.8rem, 7vw, 7.4rem) 0;
  border-top: 1px solid rgba(138,99,53,.10);
}

.wk-favourites-head {
  width: min(1240px, calc(100% - 64px));
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(1.8rem, 3vw, 2.6rem);
}

.wk-favourites-head h2 {
  max-width: 780px;
}

.wk-favourites-head a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .8rem;
  font-weight: 800;
  color: var(--wk-oak-dark);
}

.wk-favourites-grid {
  width: min(1240px, calc(100% - 64px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.7rem);
}

.wk-favourite-card {
  display: grid;
  grid-template-rows: minmax(260px, 1fr) auto;
  background: #fff;
  color: var(--wk-ink);
  text-decoration: none;
  border: 1px solid rgba(90,62,31,.12);
  box-shadow: 0 18px 42px rgba(33,23,13,.10);
  overflow: hidden;
  border-radius: 16px;
  transition: transform .18s ease, box-shadow .18s ease;
}

.wk-favourite-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 55px rgba(33,23,13,.16);
}

.wk-favourite-image {
  display: block;
  min-height: 260px;
  background-size: cover;
  background-position: center;
  transition: transform .25s ease;
}

.wk-favourite-card:hover .wk-favourite-image {
  transform: scale(1.035);
}

.wk-favourite-copy {
  display: grid;
  gap: .35rem;
  padding: 1rem 1.05rem 1.15rem;
}

.wk-favourite-copy em {
  color: var(--wk-oak-dark);
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .68rem;
  font-weight: 900;
}

.wk-favourite-copy strong {
  font-family: var(--wk-serif);
  font-size: clamp(1.05rem, 1.3vw, 1.35rem);
  line-height: 1.12;
}

.wk-favourite-copy span {
  font-weight: 800;
}

/* Occasion discovery */
.wk-occasion-section {
  background: #0b0a08;
  color: var(--wk-cream);
  padding: clamp(4.5rem, 7vw, 7.4rem) 0;
  border-top: 1px solid rgba(210,170,108,.18);
  border-bottom: 1px solid rgba(210,170,108,.18);
}

.wk-occasion-inner {
  width: min(1240px, calc(100% - 64px));
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.wk-occasion-copy h2 {
  max-width: 560px;
  font-size: clamp(2.3rem, 4vw, 4.4rem);
  line-height: .98;
}

.wk-occasion-copy p {
  max-width: 520px;
  color: rgba(245,237,223,.72);
}

.wk-occasion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(210,170,108,.20);
  background: rgba(255,255,255,.03);
}

.wk-occasion-grid a {
  min-height: 108px;
  display: flex;
  align-items: flex-end;
  padding: 1.15rem;
  color: var(--wk-cream);
  text-decoration: none;
  font-family: var(--wk-serif);
  font-size: 1.18rem;
  border-right: 1px solid rgba(210,170,108,.16);
  border-bottom: 1px solid rgba(210,170,108,.16);
  background:
    linear-gradient(135deg, rgba(183,138,85,.12), transparent 58%);
  transition: background .18s ease, color .18s ease;
}

.wk-occasion-grid a:nth-child(3n) {
  border-right: 0;
}

.wk-occasion-grid a:nth-last-child(-n+3) {
  border-bottom: 0;
}

.wk-occasion-grid a:hover {
  background: var(--wk-oak);
  color: var(--wk-charcoal);
}

/* Make homepage sections breathe after new discovery sections. */
.wk-categories-section-v8 {
  padding-top: clamp(4.5rem, 6vw, 6.6rem);
}

.wk-curated-edits-section {
  border-top: 1px solid rgba(210,170,108,.12);
}

@media (max-width: 1100px) {
  .wk-shopping-dock-inner,
  .wk-occasion-inner {
    grid-template-columns: 1fr;
  }

  .wk-shop-route-nav {
    justify-content: flex-start;
  }

  .wk-favourites-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .wk-shopping-dock-inner,
  .wk-favourites-head,
  .wk-favourites-grid,
  .wk-occasion-inner {
    width: min(100% - 32px, 1240px);
  }

  .wk-favourites-head {
    display: grid;
  }

  .wk-home-search {
    grid-template-columns: 1fr;
  }

  .wk-home-search button {
    min-height: 44px;
    border-left: 0;
    border-top: 1px solid rgba(210,170,108,.22);
  }

  .wk-occasion-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wk-occasion-grid a:nth-child(3n) {
    border-right: 1px solid rgba(210,170,108,.16);
  }

  .wk-occasion-grid a:nth-child(2n) {
    border-right: 0;
  }

  .wk-occasion-grid a:nth-last-child(-n+3) {
    border-bottom: 1px solid rgba(210,170,108,.16);
  }

  .wk-occasion-grid a:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  .wk-favourites-grid,
  .wk-occasion-grid {
    grid-template-columns: 1fr;
  }

  .wk-occasion-grid a,
  .wk-occasion-grid a:nth-child(2n),
  .wk-occasion-grid a:nth-child(3n) {
    border-right: 0;
  }

  .wk-occasion-grid a:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(210,170,108,.16);
  }

  .wk-occasion-grid a:last-child {
    border-bottom: 0;
  }
}


/* =========================================================
   Wye Knot v10 refinement
   Separates search/popular search, improves collection imagery,
   and replaces the awkward dark mood/occasion blocks with one elegant section.
   ========================================================= */

/* Search now feels like its own premium utility area, not a black strip. */
.wk-shopping-dock {
  background:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,.72), transparent 26%),
    linear-gradient(180deg, #fffaf2 0%, #f5ead8 100%);
  color: var(--wk-ink);
  border-top: 1px solid rgba(138,99,53,.12);
  border-bottom: 1px solid rgba(138,99,53,.12);
  padding: 1.35rem 0;
}

.wk-shopping-dock-inner {
  width: min(1220px, calc(100% - 72px));
  grid-template-columns: minmax(340px, 560px) 1fr;
}

.wk-home-search {
  background: #fff;
  border: 1px solid rgba(138,99,53,.20);
  box-shadow: 0 14px 35px rgba(35,24,13,.08);
  min-height: 54px;
}

.wk-home-search input[type='search'] {
  color: var(--wk-ink);
  min-height: 54px;
}

.wk-home-search input[type='search']::placeholder {
  color: rgba(72, 55, 37, .56);
}

.wk-home-search button {
  min-height: 54px;
  border-left: 1px solid rgba(138,99,53,.16);
}

.wk-shop-route-nav {
  justify-content: flex-end;
}

.wk-shop-route-nav a {
  color: var(--wk-ink);
  background: rgba(255,255,255,.50);
  border-color: rgba(138,99,53,.16);
}

.wk-shop-route-nav a:hover {
  color: var(--wk-charcoal);
  background: var(--wk-oak);
  border-color: var(--wk-oak);
}

/* Popular searches are now a separate, lighter row. */
.wk-discovery-strip {
  background: #0d0b09;
  color: rgba(255,250,242,.82);
  border-top: 0;
  border-bottom: 1px solid rgba(211,170,104,.16);
}

.wk-discovery-inner {
  width: min(1220px, calc(100% - 72px));
  min-height: 52px;
}

.wk-discovery-inner a {
  min-height: 30px;
  padding: .28rem .72rem;
  font-size: .8rem;
  background: rgba(255,255,255,.04);
}

/* Shop the Collection: better clarity, lighter overlay, sharper image presentation. */
.wk-categories-section-v8 {
  padding-top: clamp(4.6rem, 6.5vw, 6.8rem);
  padding-bottom: clamp(4.7rem, 6.5vw, 6.9rem);
}

.wk-collection-card {
  box-shadow: 0 22px 48px rgba(36,25,14,.14);
}

.wk-collection-image {
  background-position: center;
  filter: saturate(1.05) contrast(1.04) brightness(1.06);
}

.wk-collection-card::after {
  background:
    linear-gradient(180deg, rgba(10,8,6,.00) 0%, rgba(10,8,6,.07) 35%, rgba(10,8,6,.62) 100%);
}

.wk-collection-card:hover .wk-collection-image {
  transform: scale(1.03);
  filter: saturate(1.08) contrast(1.06) brightness(1.08);
}

.wk-collection-copy {
  bottom: clamp(1.1rem, 1.8vw, 1.55rem);
}

.wk-collection-copy strong {
  text-shadow: 0 3px 14px rgba(0,0,0,.54);
}

.wk-collection-copy em {
  color: rgba(255,250,242,.88);
  text-shadow: 0 2px 10px rgba(0,0,0,.42);
}

/* New single occasion section. */
.wk-occasion-section-v10 {
  background:
    radial-gradient(circle at 12% 15%, rgba(255,255,255,.86), transparent 28%),
    linear-gradient(180deg, #fffaf2 0%, #f4ead8 100%);
  color: var(--wk-ink);
  padding: clamp(4.8rem, 7vw, 7.4rem) 0;
  border-top: 1px solid rgba(138,99,53,.10);
  border-bottom: 1px solid rgba(138,99,53,.10);
}

.wk-occasion-v10 {
  width: min(1240px, calc(100% - 72px));
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(2.4rem, 5vw, 5.5rem);
  align-items: center;
}

.wk-occasion-v10-head h2 {
  max-width: 560px;
  font-size: clamp(2.35rem, 4.2vw, 4.55rem);
  line-height: .98;
  margin-bottom: 1rem;
}

.wk-occasion-v10-head p {
  max-width: 500px;
  color: var(--wk-muted);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
}

.wk-occasion-v10-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .95rem;
}

.wk-occasion-v10-grid a {
  min-height: 150px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: var(--wk-ink);
  background:
    linear-gradient(135deg, rgba(255,255,255,.82), rgba(255,255,255,.46)),
    radial-gradient(circle at 12% 16%, rgba(183,138,85,.12), transparent 32%);
  border: 1px solid rgba(138,99,53,.16);
  box-shadow: 0 14px 34px rgba(35,24,13,.07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.wk-occasion-v10-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(138,99,53,.34);
  box-shadow: 0 20px 45px rgba(35,24,13,.12);
}

.wk-occasion-v10-grid strong {
  display: block;
  font-family: var(--wk-serif);
  font-size: clamp(1.08rem, 1.45vw, 1.45rem);
  line-height: 1.08;
}

.wk-occasion-v10-grid span {
  color: var(--wk-muted);
  font-size: .9rem;
  line-height: 1.4;
}

/* Remove old dark section styling if cached selectors still apply. */
.wk-curated-edits-section {
  display: none !important;
}

.wk-occasion-section:not(.wk-occasion-section-v10) {
  display: none !important;
}

/* Give the SEO section a cleaner break after occasion. */
.wk-seo-story-section {
  border-top: 0;
}

/* Responsive */
@media (max-width: 1100px) {
  .wk-shopping-dock-inner,
  .wk-occasion-v10 {
    grid-template-columns: 1fr;
  }

  .wk-shop-route-nav {
    justify-content: flex-start;
  }

  .wk-occasion-v10-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .wk-shopping-dock-inner,
  .wk-discovery-inner,
  .wk-occasion-v10 {
    width: min(100% - 32px, 1240px);
  }

  .wk-home-search {
    grid-template-columns: 1fr;
  }

  .wk-home-search button {
    border-left: 0;
    border-top: 1px solid rgba(138,99,53,.16);
  }
}

@media (max-width: 560px) {
  .wk-occasion-v10-grid {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   Wye Knot v11 refinement
   Softer typography, cleaner shop route row and calmer New In section.
   ========================================================= */

/* Refine heading weight/scale without changing SEO heading structure. */
.wk-categories-v8-head h2,
.wk-favourites-head h2,
.wk-occasion-v10-head h2,
.wk-seo-story-copy h2,
.wk-section-heading-row-v11 h2,
.wk-visit-panel-v11 .wk-visit-copy h2 {
  font-weight: 500;
  letter-spacing: -.045em;
}

.wk-categories-v8-head h2 {
  font-size: clamp(2.2rem, 3.65vw, 4rem);
}

.wk-favourites-head h2 {
  font-size: clamp(2.05rem, 3vw, 3.45rem);
  max-width: 660px;
}

.wk-occasion-v10-head h2 {
  font-size: clamp(2.1rem, 3.45vw, 3.8rem);
}

.wk-seo-story-copy h2 {
  font-size: clamp(1.9rem, 2.75vw, 3.1rem);
}

.wk-section-heading-row-v11 h2 {
  font-size: clamp(1.95rem, 2.8vw, 3.05rem);
}

.wk-visit-panel-v11 .wk-visit-copy h2 {
  font-size: clamp(2.25rem, 3.55vw, 3.7rem);
}

/* Make top search/navigation calmer and prevent awkward wrapping. */
.wk-shopping-dock-inner {
  grid-template-columns: minmax(360px, 600px) minmax(0, 1fr);
  gap: clamp(1.2rem, 2.5vw, 2rem);
}

.wk-shop-route-nav {
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-end;
  scrollbar-width: thin;
  padding-bottom: .15rem;
}

.wk-shop-route-nav a {
  white-space: nowrap;
  flex: 0 0 auto;
  font-size: .68rem;
  padding: .52rem .66rem;
}

.wk-discovery-inner {
  gap: .55rem;
}

.wk-discovery-inner a {
  font-size: .78rem;
}

/* Calmer 4-card New In row. */
.wk-home-commerce-section-v11 {
  background:
    radial-gradient(circle at 10% 18%, rgba(255,255,255,.9), transparent 24%),
    linear-gradient(180deg, #fffaf2 0%, #f6ead9 100%);
}

.wk-home-commerce-v11 {
  width: min(1280px, calc(100% - 72px));
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(390px, .94fr);
  gap: clamp(3rem, 5vw, 5.2rem);
  align-items: start;
}

.wk-newin-v11 {
  min-width: 0;
}

.wk-section-heading-row-v11 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.65rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(138,99,53,.14);
}

.wk-section-heading-row-v11 p {
  max-width: 520px;
  margin: .35rem 0 0;
  color: var(--wk-muted);
}

.wk-section-heading-row-v11 a {
  white-space: nowrap;
  text-decoration: none;
  color: var(--wk-oak-dark);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-weight: 800;
}

.wk-newin-grid-v11 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.6vw, 1.45rem);
}

.wk-newin-card-v11 {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(90,62,31,.10);
  box-shadow: 0 18px 42px rgba(35,24,13,.10);
  text-decoration: none;
  color: var(--wk-ink);
  transition: transform .18s ease, box-shadow .18s ease;
}

.wk-newin-card-v11:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(35,24,13,.14);
}

.wk-newin-image-v11 {
  display: block;
  aspect-ratio: 1 / 1.08;
  background-size: cover;
  background-position: center;
  transition: transform .25s ease, filter .25s ease;
}

.wk-newin-card-v11:hover .wk-newin-image-v11 {
  transform: scale(1.025);
  filter: saturate(1.04) contrast(1.03);
}

.wk-newin-copy-v11 {
  display: grid;
  gap: .32rem;
  padding: 1rem 1rem 1.1rem;
}

.wk-newin-copy-v11 strong {
  font-family: var(--wk-serif);
  font-size: 1.05rem;
  line-height: 1.15;
  font-weight: 600;
}

.wk-newin-copy-v11 span {
  font-weight: 800;
  color: var(--wk-ink);
}

.wk-newin-copy-v11 em {
  margin-top: .25rem;
  color: var(--wk-oak-dark);
  font-style: normal;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
}

/* Keep visit feature elegant beside the simpler New In row. */
.wk-visit-panel-v11 {
  min-height: 520px;
  border-radius: 18px;
}

.wk-visit-panel-v11 .wk-visit-copy {
  min-height: 520px;
  max-width: 370px;
}

.wk-visit-panel-v11 .wk-visit-image::before {
  background:
    linear-gradient(90deg, rgba(12,10,8,.89) 0%, rgba(12,10,8,.70) 42%, rgba(12,10,8,.18) 100%),
    linear-gradient(180deg, rgba(12,10,8,.06), rgba(12,10,8,.24));
}

/* Hide older editorial product layout if cached section styles collide. */
.wk-home-commerce-section-v11 .wk-editorial-products {
  display: none !important;
}

@media (max-width: 1180px) {
  .wk-home-commerce-v11 {
    grid-template-columns: 1fr;
    width: min(100% - 64px, 980px);
  }

  .wk-shop-route-nav {
    justify-content: flex-start;
  }

  .wk-visit-panel-v11 {
    max-width: 760px;
  }
}

@media (max-width: 860px) {
  .wk-shopping-dock-inner {
    grid-template-columns: 1fr;
  }

  .wk-newin-grid-v11 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wk-section-heading-row-v11 {
    display: grid;
  }
}

@media (max-width: 560px) {
  .wk-home-commerce-v11 {
    width: min(100% - 32px, 980px);
  }

  .wk-newin-grid-v11 {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   Wye Knot v12 layout refinement
   Makes New In full-width and changes Visit Us to a wider banner.
   ========================================================= */

/* Full-width New In section */
.wk-newin-full-section {
  background:
    radial-gradient(circle at 10% 18%, rgba(255,255,255,.9), transparent 24%),
    linear-gradient(180deg, #fffaf2 0%, #f6ead9 100%);
  padding: clamp(4.8rem, 7vw, 7.4rem) 0 clamp(3.8rem, 5.5vw, 5.6rem);
  border-top: 1px solid rgba(138,99,53,.10);
}

.wk-newin-full {
  width: min(1280px, calc(100% - 72px));
}

.wk-newin-full-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  max-width: none;
  margin-bottom: clamp(1.8rem, 3vw, 2.5rem);
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(138,99,53,.14);
}

.wk-newin-full-head h2 {
  font-size: clamp(2rem, 2.85vw, 3.25rem);
  font-weight: 500;
  letter-spacing: -.045em;
}

.wk-newin-full-head p {
  max-width: 590px;
  margin: .35rem 0 0;
  color: var(--wk-muted);
}

.wk-newin-full-head a {
  white-space: nowrap;
  text-decoration: none;
  color: var(--wk-oak-dark);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-weight: 800;
}

.wk-newin-row-v12 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.25rem, 2vw, 1.85rem);
}

.wk-newin-card-v12 {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(90,62,31,.10);
  box-shadow: 0 20px 45px rgba(35,24,13,.10);
  text-decoration: none;
  color: var(--wk-ink);
  transition: transform .18s ease, box-shadow .18s ease;
}

.wk-newin-card-v12:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 62px rgba(35,24,13,.15);
}

.wk-newin-image-v12 {
  display: block;
  aspect-ratio: 1 / 1.05;
  background-size: cover;
  background-position: center;
  transition: transform .25s ease, filter .25s ease;
}

.wk-newin-card-v12:hover .wk-newin-image-v12 {
  transform: scale(1.025);
  filter: saturate(1.04) contrast(1.03);
}

.wk-newin-copy-v12 {
  display: grid;
  gap: .35rem;
  padding: 1.05rem 1.05rem 1.15rem;
}

.wk-newin-copy-v12 strong {
  font-family: var(--wk-serif);
  font-size: clamp(1.02rem, 1.25vw, 1.22rem);
  line-height: 1.12;
  font-weight: 600;
}

.wk-newin-copy-v12 span {
  font-weight: 800;
  color: var(--wk-ink);
}

.wk-newin-copy-v12 em {
  margin-top: .25rem;
  color: var(--wk-oak-dark);
  font-style: normal;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
}

/* Wider, calmer Visit banner */
.wk-visit-banner-section {
  background:
    linear-gradient(180deg, #f6ead9 0%, #fffaf2 100%);
  padding: 0 0 clamp(4.8rem, 7vw, 7.4rem);
}

.wk-visit-banner-v12 {
  width: min(1280px, calc(100% - 72px));
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  min-height: 430px;
  overflow: hidden;
  border-radius: 22px;
  background: #0d0b09;
  color: var(--wk-cream);
  box-shadow: 0 28px 70px rgba(36,24,12,.18);
}

.wk-visit-banner-copy {
  padding: clamp(2.3rem, 4vw, 4.1rem);
  align-self: center;
}

.wk-visit-banner-copy h2 {
  max-width: 480px;
  font-size: clamp(2.2rem, 3.55vw, 4.05rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -.045em;
}

.wk-visit-banner-copy p {
  max-width: 520px;
  color: rgba(245,237,223,.78);
}

.wk-visit-banner-copy .wk-contact-list {
  margin: 1.25rem 0 1.6rem;
  max-width: 520px;
}

.wk-visit-banner-image {
  min-height: 430px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.wk-visit-banner-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13,11,9,.10), rgba(13,11,9,.14)),
    linear-gradient(180deg, rgba(13,11,9,.04), rgba(13,11,9,.18));
}

.wk-visit-banner-copy .wk-button {
  align-self: flex-start;
}

/* Make sure previous cramped New In/Visit layouts do not show if cached selector blocks collide. */
.wk-home-commerce-section-v11,
.wk-home-commerce-section-v12-old {
  display: none !important;
}

/* Keep the service bar tight after the new Visit banner. */
.wk-visit-banner-section + .wk-service-bar {
  border-top: 1px solid rgba(116,79,38,.18);
}

/* Responsive */
@media (max-width: 1100px) {
  .wk-newin-row-v12 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wk-visit-banner-v12 {
    grid-template-columns: 1fr;
  }

  .wk-visit-banner-image {
    min-height: 330px;
  }
}

@media (max-width: 720px) {
  .wk-newin-full,
  .wk-visit-banner-v12 {
    width: min(100% - 32px, 1280px);
  }

  .wk-newin-full-head {
    display: grid;
    gap: 1rem;
  }
}

@media (max-width: 520px) {
  .wk-newin-row-v12 {
    grid-template-columns: 1fr;
  }

  .wk-visit-banner-copy {
    padding: 2rem;
  }
}


/* =========================================================
   Wye Knot v13 product card typography refinement
   Softer product typography across homepage and WooCommerce grids.
   ========================================================= */

/* Homepage product card labels */
.wk-favourite-copy em,
.wk-new-ribbon,
.wk-editorial-product .wk-new-ribbon,
.woocommerce ul.products li.product .onsale {
  font-size: .66rem;
  line-height: 1.1;
  letter-spacing: .13em;
  font-weight: 800;
}

/* Homepage product titles: refined, less heavy, still readable */
.wk-favourite-copy strong,
.wk-newin-copy-v11 strong,
.wk-editorial-product-copy strong,
.wk-placeholder-copy h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-weight: 500 !important;
  font-size: clamp(1.02rem, 1.05vw, 1.18rem) !important;
  line-height: 1.18 !important;
  letter-spacing: -.018em;
}

/* Featured/editorial product titles should still have presence, but less weight */
.wk-editorial-product--featured .wk-editorial-product-copy strong {
  font-weight: 500 !important;
  font-size: clamp(1.55rem, 2.2vw, 2.25rem) !important;
  line-height: 1.04 !important;
}

/* Product price styling */
.wk-favourite-copy > span,
.wk-newin-copy-v11 > span,
.wk-editorial-product-price,
.wk-placeholder-price,
.woocommerce ul.products li.product .price {
  font-weight: 700 !important;
  font-size: .95rem !important;
  line-height: 1.3;
  color: var(--wk-ink);
}

/* Product card copy spacing */
.wk-favourite-copy,
.wk-newin-copy-v11,
.wk-placeholder-copy,
.woocommerce ul.products li.product .wk-product-card-copy {
  padding-top: 1.05rem;
  padding-bottom: 1.15rem;
}

.wk-favourite-copy {
  gap: .42rem;
}

/* View item links should feel refined, not shouty */
.wk-newin-copy-v11 em,
.wk-editorial-view,
.wk-favourites-head a,
.wk-section-heading-row-v11 a {
  font-size: .72rem;
  letter-spacing: .10em;
  font-weight: 800;
}

/* Slightly softer card radius/shadow for elegance */
.wk-favourite-card,
.wk-newin-card-v11,
.wk-editorial-product,
.woocommerce ul.products li.product {
  box-shadow: 0 16px 38px rgba(35,24,13,.095);
}

.wk-favourite-card:hover,
.wk-newin-card-v11:hover,
.wk-editorial-product:hover,
.woocommerce ul.products li.product:hover {
  box-shadow: 0 22px 52px rgba(35,24,13,.13);
}

/* Mobile keeps product names readable without becoming heavy */
@media (max-width: 720px) {
  .wk-favourite-copy strong,
  .wk-newin-copy-v11 strong,
  .wk-editorial-product-copy strong,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.05rem !important;
  }
}


/* =========================================================
   Wye Knot v14 occasion card typography refinement
   Softens the Shop by Occasion cards for a more elegant boutique feel.
   ========================================================= */

.wk-occasion-v10-grid a {
  padding: 1.2rem 1.25rem;
  border-color: rgba(138,99,53,.12);
  box-shadow: 0 12px 30px rgba(35,24,13,.055);
  background:
    linear-gradient(135deg, rgba(255,255,255,.88), rgba(255,255,255,.54)),
    radial-gradient(circle at 12% 16%, rgba(183,138,85,.08), transparent 32%);
}

.wk-occasion-v10-grid a:hover {
  box-shadow: 0 18px 40px rgba(35,24,13,.10);
}

.wk-occasion-v10-grid strong {
  font-weight: 500;
  font-size: clamp(1rem, 1.18vw, 1.22rem);
  line-height: 1.14;
  letter-spacing: -0.012em;
}

.wk-occasion-v10-grid span {
  font-size: .87rem;
  line-height: 1.46;
  color: rgba(72,55,37,.70);
}

/* Soften any older occasion-grid selectors if they are still present in cached CSS. */
.wk-occasion-grid a {
  font-weight: 500;
  font-size: 1.05rem;
}



/* =========================================================
   Wye Knot v15 occasion card spacing refinement
   Pulls short descriptions up under headings for a cleaner, more elegant layout.
   ========================================================= */

.wk-occasion-v10-grid a {
  justify-content: flex-start;
  gap: 1.05rem;
  min-height: 132px;
  padding: 1.15rem 1.25rem;
}

.wk-occasion-v10-grid span {
  margin-top: 0;
}

@media (max-width: 720px) {
  .wk-occasion-v10-grid a {
    min-height: 120px;
  }
}


/* =========================================================
   Wye Knot v16 product card typography refinement
   Softens product card titles, prices and action text for a more elegant feel.
   ========================================================= */

/* Customer favourites / general product cards */
.wk-favourites-grid .product .woocommerce-loop-product__title,
.wk-favourites-grid .wk-product-card h3,
.wk-favourite-copy strong,
.wk-newin-copy-v11 strong,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-weight: 500 !important;
  font-size: clamp(1rem, 1.1vw, 1.18rem) !important;
  line-height: 1.14 !important;
  letter-spacing: -0.012em;
}

.wk-favourites-grid .price,
.wk-favourite-copy span,
.wk-newin-copy-v11 span,
.woocommerce ul.products li.product .price {
  font-weight: 700 !important;
  font-size: .97rem !important;
  line-height: 1.25;
}

.wk-favourites-grid .wk-card-label,
.wk-favourite-copy em,
.wk-newin-copy-v11 em,
.wk-new-ribbon {
  font-size: .69rem !important;
  letter-spacing: .11em;
  font-weight: 700 !important;
}

.wk-newin-copy-v11 {
  gap: .24rem;
}

.wk-favourites-grid .product,
.wk-newin-card-v11,
.woocommerce ul.products li.product {
  box-shadow: 0 14px 34px rgba(35,24,13,.08);
}

.wk-favourites-grid .product:hover,
.wk-newin-card-v11:hover,
.woocommerce ul.products li.product:hover {
  box-shadow: 0 20px 44px rgba(35,24,13,.11);
}


/* =========================================================
   Wye Knot v17 WooCommerce product-source refinement
   Product cards now use lighter title classes and live WooCommerce data.
   ========================================================= */

.wk-product-title {
  display: block;
  font-family: var(--wk-serif);
  font-weight: 400 !important;
  font-size: clamp(1rem, 1.05vw, 1.14rem) !important;
  line-height: 1.16 !important;
  letter-spacing: -0.008em;
  color: inherit;
}

.wk-product-price {
  display: block;
  margin-top: .22rem;
  font-weight: 650 !important;
  font-size: .94rem !important;
  line-height: 1.25;
  color: var(--wk-ink);
}

.wk-favourite-copy .wk-product-title,
.wk-newin-copy-v12 .wk-product-title,
.wk-newin-copy-v11 .wk-product-title,
.wk-editorial-product-copy .wk-product-title {
  font-weight: 400 !important;
}

.wk-favourite-copy,
.wk-newin-copy-v12,
.wk-newin-copy-v11 {
  gap: .24rem;
}

.wk-favourite-copy strong,
.wk-newin-copy-v12 strong,
.wk-newin-copy-v11 strong,
.wk-editorial-product-copy strong {
  font-weight: 400 !important;
}

.wk-favourite-copy span:not(.wk-product-title):not(.wk-product-price),
.wk-newin-copy-v12 span:not(.wk-product-title):not(.wk-product-price),
.wk-newin-copy-v11 span:not(.wk-product-title):not(.wk-product-price) {
  font-weight: 650 !important;
}

/* Keep WooCommerce archive cards refined too. */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-weight: 400 !important;
}

.woocommerce ul.products li.product .price {
  font-weight: 650 !important;
}


/* =========================================================
   Wye Knot v19 product card action refinement
   Adds subtle View item links and cleans homepage card typography.
   ========================================================= */

.wk-card-view {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: .45rem;
  color: var(--wk-oak-dark);
  font-size: .72rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .105em;
  font-weight: 750;
  text-decoration: none;
  border-bottom: 1px solid rgba(138,99,53,.42);
  padding-bottom: .18rem;
}

.wk-favourite-card:hover .wk-card-view,
.wk-newin-card-v12:hover .wk-card-view,
.wk-newin-card-v11:hover .wk-card-view,
.wk-editorial-product:hover .wk-card-view {
  color: var(--wk-charcoal);
  border-bottom-color: var(--wk-charcoal);
}

.wk-favourite-copy,
.wk-newin-copy-v12,
.wk-newin-copy-v11 {
  align-content: start;
}

.wk-favourite-copy .wk-product-title,
.wk-newin-copy-v12 .wk-product-title,
.wk-newin-copy-v11 .wk-product-title {
  font-weight: 400 !important;
}

.wk-favourite-copy .wk-product-price,
.wk-newin-copy-v12 .wk-product-price,
.wk-newin-copy-v11 .wk-product-price {
  margin-top: .25rem;
}

/* Prevent old em action styling from conflicting if cached markup is still present. */
.wk-newin-copy-v12 em,
.wk-newin-copy-v11 em {
  font-style: normal;
  font-weight: 750;
}


/* =========================================================
   Wye Knot v20 final homepage polish
   Header, hero, cards, service bar, footer and product display title refinements.
   ========================================================= */

/* Header should feel slightly more premium and easier to read. */
.wk-site-header { border-bottom-color: rgba(210,170,108,.22); }
.wk-nav ul { gap: clamp(.95rem, 1.55vw, 1.45rem); }
.wk-nav a { font-size: .82rem; letter-spacing: .075em; font-weight: 750; }
.wk-nav a::after { bottom: -.55rem; background: linear-gradient(90deg, transparent, var(--wk-oak), transparent); }
.wk-icon-link { min-width: 38px; min-height: 38px; border-color: rgba(210,170,108,.24); background: rgba(255,255,255,.025); }
.wk-icon-link svg { width: 20px; height: 20px; }

/* Give the hero image a little more product detail without losing drama. */
.wk-hero-elegant::before {
  background:
    radial-gradient(circle at 24% 44%, rgba(191,139,75,.10), transparent 34%),
    linear-gradient(90deg, rgba(8,7,6,.93) 0%, rgba(8,7,6,.80) 34%, rgba(8,7,6,.34) 64%, rgba(8,7,6,.10) 100%);
}
.wk-hero-elegant .wk-lead { color: rgba(255,250,242,.90); }

/* Feature strip clarity. */
.wk-feature-strip-elegant .wk-feature-icon, .wk-feature-icon { width: 58px; height: 58px; }
.wk-feature-card h3 { font-size: .98rem; letter-spacing: .075em; }
.wk-feature-card p { font-size: .92rem; line-height: 1.45; }

/* Product image consistency on homepage cards. */
.wk-favourite-image, .wk-newin-image-v12, .wk-newin-image-v11 {
  background-color: #f3eadc; background-size: cover; background-position: center;
}
.wk-favourite-card, .wk-newin-card-v12, .wk-newin-card-v11 { overflow: hidden; }
.wk-favourite-card:hover .wk-favourite-image, .wk-newin-card-v12:hover .wk-newin-image-v12 { filter: saturate(1.04) contrast(1.03) brightness(1.02); }

/* Softer but clear product cards. */
.wk-favourite-copy, .wk-newin-copy-v12 { padding: 1rem 1.05rem 1.12rem; }
.wk-product-title { font-size: clamp(.98rem, 1vw, 1.10rem) !important; line-height: 1.17 !important; }
.wk-product-price { font-size: .92rem !important; }
.wk-card-view { margin-top: .5rem; }

/* Visit banner: slightly brighter image and clearer location link. */
.wk-visit-banner-v12 { box-shadow: 0 24px 60px rgba(35,24,13,.16); }
.wk-visit-banner-image { filter: brightness(1.10) saturate(1.04) contrast(1.02); }
.wk-visit-banner-image::before { background: linear-gradient(90deg, rgba(12,10,8,.08), rgba(12,10,8,.18)); }
.wk-visit-banner-copy .wk-contact-list { font-size: .92rem; }
.wk-visit-banner-copy .wk-button { margin-top: .65rem; }

/* Service bar: conversion points clearer. */
.wk-service-bar { background: linear-gradient(180deg, #efd8b5, #f7e6ca); }
.wk-service-item { gap: 1rem; }
.wk-service-icon { width: 38px; height: 38px; }
.wk-service-item strong { font-size: .86rem; letter-spacing: .075em; }
.wk-service-item span { font-size: .94rem; color: rgba(72,55,37,.78); }

/* Footer readability and trust. */
.wk-site-footer { font-size: .96rem; }
.wk-footer-grid { align-items: start; }
.wk-footer-menu a, .wk-site-footer p, .wk-footer-visit span { font-size: .95rem; line-height: 1.55; }
.wk-footer-title { font-size: .88rem; letter-spacing: .125em; }
.wk-footer-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: .75rem; }
.wk-footer-actions a, .wk-footer-social a {
  color: var(--wk-oak); text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; font-weight: 800;
  border-bottom: 1px solid rgba(195,147,85,.35); padding-bottom: .12rem;
}
.wk-footer-social { display: flex; gap: .8rem; margin: .85rem 0 1rem; }
.wk-newsletter-form { max-width: 320px; box-shadow: 0 10px 30px rgba(0,0,0,.18); }

/* Mobile polish. */
@media (max-width: 900px) {
  .wk-nav a { font-size: .78rem; }
  .wk-feature-icon { width: 48px; height: 48px; }
}


/* =========================================================
   Wye Knot v21 product-card polish
   Softer card actions, warmer image treatment and cleaner homepage titles.
   ========================================================= */

.wk-card-view {
  font-size: .68rem !important;
  letter-spacing: .075em !important;
  font-weight: 650 !important;
  margin-top: .42rem;
  border-bottom-color: rgba(138,99,53,.28);
  padding-bottom: .16rem;
}

.wk-favourite-card:hover .wk-card-view,
.wk-newin-card-v12:hover .wk-card-view,
.wk-newin-card-v11:hover .wk-card-view,
.wk-editorial-product:hover .wk-card-view {
  border-bottom-color: rgba(37,31,24,.55);
}

/* Helps raw white-background supplier images sit more softly with the boutique palette. */
.wk-favourite-image,
.wk-newin-image-v12,
.wk-newin-image-v11,
.wk-editorial-product-image,
.woocommerce ul.products li.product img {
  background-color: #f4eadb;
}

.wk-favourite-image,
.wk-newin-image-v12,
.wk-newin-image-v11,
.wk-editorial-product-image {
  filter: saturate(.96) contrast(1.015) sepia(.035);
}

/* Keep product-card titles refined and prevent long catalogue names from dominating. */
.wk-favourite-copy .wk-product-title,
.wk-newin-copy-v12 .wk-product-title,
.wk-newin-copy-v11 .wk-product-title {
  font-weight: 400 !important;
  font-size: clamp(.98rem, 1vw, 1.08rem) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.006em;
}

.wk-favourite-copy,
.wk-newin-copy-v12,
.wk-newin-copy-v11 {
  padding-top: .95rem;
}

/* Slightly calmer labels so the image and product name lead the card. */
.wk-favourite-copy em,
.wk-new-ribbon {
  font-size: .64rem !important;
  letter-spacing: .095em !important;
}


/* =========================================================
   Wye Knot v22 favourites/search refinement
   Customer Favourites no longer duplicates New In unless products are featured/sold.
   Header search icon opens an elegant search panel.
   ========================================================= */

.wk-header-actions .wk-icon-link {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font: inherit;
}

.wk-header-search {
  background:
    linear-gradient(180deg, rgba(13,11,9,.99), rgba(13,11,9,.96));
  border-top: 1px solid rgba(210,170,108,.16);
  border-bottom: 1px solid rgba(210,170,108,.18);
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
}

.wk-header-search[hidden] {
  display: none !important;
}

.wk-header-search-inner {
  padding: 1rem 0 1.15rem;
}

.wk-header-search form {
  display: grid;
  grid-template-columns: 1fr auto;
  width: min(760px, 100%);
  margin-left: auto;
  border: 1px solid rgba(210,170,108,.24);
  background: rgba(255,250,242,.06);
}

.wk-header-search input[type='search'] {
  min-height: 48px;
  border: 0;
  background: transparent;
  color: var(--wk-cream);
  padding: .85rem 1rem;
}

.wk-header-search input[type='search']::placeholder {
  color: rgba(245,237,223,.62);
}

.wk-header-search button[type='submit'] {
  min-height: 48px;
  border: 0;
  border-left: 1px solid rgba(210,170,108,.20);
  background: var(--wk-oak);
  color: var(--wk-charcoal);
  padding: 0 1rem;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: .74rem;
  font-weight: 850;
}

.wk-search-toggle[aria-expanded='true'] {
  background: var(--wk-oak);
  color: var(--wk-charcoal);
}

@media (max-width: 640px) {
  .wk-header-search form {
    grid-template-columns: 1fr;
  }

  .wk-header-search button[type='submit'] {
    border-left: 0;
    border-top: 1px solid rgba(210,170,108,.20);
  }
}


/* =========================================================
   Wye Knot v23 shop/category archive refinement
   Elegant archive intro, collection navigation, controls and product cards.
   ========================================================= */

.wk-shop-archive-container {
  width: min(1240px, calc(100% - 56px));
}

.wk-shop-archive-page {
  padding-top: clamp(4.2rem, 6vw, 6.6rem);
  padding-bottom: clamp(4.8rem, 7vw, 7.2rem);
  background:
    radial-gradient(circle at 12% 12%, rgba(255,255,255,.86), transparent 26%),
    linear-gradient(180deg, #fffaf2 0%, #f3eadb 100%);
}

.wk-shop-archive-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
  gap: clamp(2rem, 5vw, 5.2rem);
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3.4rem);
}

.wk-shop-archive-copy h1 {
  max-width: 760px;
  font-size: clamp(3rem, 5.4vw, 6.2rem);
  line-height: .94;
  letter-spacing: -.06em;
  margin-bottom: 1.15rem;
}

.wk-shop-archive-copy p {
  max-width: 760px;
  color: var(--wk-muted);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.75;
}

.wk-shop-archive-card {
  padding: 1.25rem 1.35rem;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(138,99,53,.14);
  box-shadow: 0 18px 45px rgba(35,24,13,.07);
  display: grid;
  gap: .25rem;
}

.wk-shop-archive-card span,
.wk-shop-archive-card em {
  color: var(--wk-oak-dark);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .72rem;
  font-style: normal;
  font-weight: 800;
}

.wk-shop-archive-card strong {
  font-family: var(--wk-serif);
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--wk-ink);
}

.wk-shop-collection-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.6rem;
  padding: .8rem 1rem;
  background: #0d0b09;
  color: rgba(255,250,242,.82);
  overflow: hidden;
}

.wk-shop-collection-nav > span {
  flex: 0 0 auto;
  color: var(--wk-oak);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .7rem;
  font-weight: 850;
}

.wk-shop-collection-nav > div {
  display: flex;
  gap: .55rem;
  overflow-x: auto;
  scrollbar-width: thin;
}

.wk-shop-collection-nav a {
  flex: 0 0 auto;
  color: rgba(255,250,242,.86);
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.12);
  padding: .42rem .68rem;
  border-radius: 999px;
  font-size: .78rem;
}

.wk-shop-collection-nav a:hover {
  color: var(--wk-charcoal);
  background: var(--wk-oak);
  border-color: var(--wk-oak);
}

.wk-shop-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin: 0 0 1.8rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(138,99,53,.14);
}

.woocommerce .wk-shop-controls .woocommerce-result-count,
.woocommerce .wk-shop-controls .woocommerce-ordering {
  float: none !important;
  margin: 0 !important;
}

.woocommerce .wk-shop-controls .woocommerce-result-count {
  color: var(--wk-muted);
  font-size: .92rem;
}

.woocommerce .wk-shop-controls select.orderby {
  min-height: 46px;
  min-width: 220px;
  border: 1px solid rgba(138,99,53,.18);
  background: rgba(255,255,255,.76);
  color: var(--wk-ink);
  padding: .55rem .85rem;
  font-size: .9rem;
}

.woocommerce ul.products {
  clear: both;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 2.8vw, 2.4rem) !important;
  margin-top: 0 !important;
}

.woocommerce ul.products li.product {
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(90,62,31,.10);
  box-shadow: 0 18px 44px rgba(35,24,13,.08);
  min-height: 100%;
  display: flex !important;
  flex-direction: column;
}

.woocommerce ul.products li.product:hover {
  box-shadow: 0 24px 58px rgba(35,24,13,.12);
  transform: translateY(-3px);
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  text-decoration: none;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / .94;
  height: auto;
  object-fit: contain;
  object-position: center;
  padding: 1rem;
  margin: 0 !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(244,234,219,.92));
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: auto !important;
  padding: 1rem 1rem .15rem !important;
  font-family: var(--wk-serif);
  font-size: clamp(1.02rem, 1.15vw, 1.2rem) !important;
  font-weight: 400 !important;
  line-height: 1.18 !important;
  letter-spacing: -.01em;
  color: var(--wk-ink);
}

.woocommerce ul.products li.product .price {
  margin-top: auto;
  padding: .3rem 1rem .8rem !important;
  color: var(--wk-ink) !important;
  font-weight: 700 !important;
  font-size: .98rem !important;
}

.woocommerce ul.products li.product .button {
  width: auto !important;
  margin: auto 1rem 1rem !important;
  min-height: 44px;
  border-radius: 0;
  font-size: .72rem;
  letter-spacing: .09em;
  background: var(--wk-oak) !important;
  border-color: var(--wk-oak) !important;
  color: var(--wk-charcoal) !important;
  box-shadow: none !important;
}

.woocommerce ul.products li.product .button:hover {
  background: var(--wk-charcoal) !important;
  border-color: var(--wk-charcoal) !important;
  color: var(--wk-cream) !important;
}

.woocommerce ul.products li.product .wk-new-ribbon {
  top: .85rem;
  left: .85rem;
  font-size: .62rem !important;
  letter-spacing: .08em !important;
}

.wk-shop-seo-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  margin-top: clamp(4rem, 6vw, 6rem);
  padding: clamp(2rem, 4vw, 3.4rem);
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(138,99,53,.14);
  box-shadow: 0 20px 48px rgba(35,24,13,.07);
}

.wk-shop-seo-panel h2 {
  max-width: 660px;
  font-size: clamp(1.9rem, 3vw, 3.15rem);
  line-height: 1.06;
  letter-spacing: -.035em;
  font-weight: 500;
}

.wk-shop-seo-panel p {
  max-width: 720px;
  color: var(--wk-muted);
}

.wk-shop-seo-links {
  display: grid;
  gap: .75rem;
}

.wk-shop-seo-links a {
  display: flex;
  justify-content: space-between;
  padding: .7rem 0;
  border-bottom: 1px solid rgba(138,99,53,.16);
  color: var(--wk-ink);
  text-decoration: none;
  font-family: var(--wk-serif);
  font-size: 1.05rem;
}

.wk-shop-seo-links a:hover {
  color: var(--wk-oak-dark);
}

@media (max-width: 980px) {
  .wk-shop-archive-hero,
  .wk-shop-seo-panel {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .wk-shop-archive-container {
    width: min(100% - 32px, 1240px);
  }

  .wk-shop-controls {
    display: grid;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .wk-shop-collection-nav {
    display: grid;
  }
}


/* =========================================================
   Wye Knot v24 shop/category archive rebuild
   Fixes WooCommerce grid alignment, restores archive intro, and softens the shop layout.
   ========================================================= */

.wk-shop-archive-page {
  padding-top: clamp(3.2rem, 5vw, 5.4rem);
  padding-bottom: clamp(4.8rem, 7vw, 7.2rem);
}

.wk-shop-archive-container {
  width: min(1180px, calc(100% - 56px));
}

.wk-shop-archive-hero {
  width: min(1040px, 100%);
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  padding: clamp(2.2rem, 4.6vw, 4.2rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 310px);
  gap: clamp(1.8rem, 4vw, 4.6rem);
  align-items: end;
  background:
    radial-gradient(circle at 8% 18%, rgba(255,255,255,.92), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.68), rgba(255,255,255,.36));
  border: 1px solid rgba(138,99,53,.13);
  box-shadow: 0 18px 46px rgba(35,24,13,.065);
}

.wk-shop-archive-copy h1 {
  max-width: 720px;
  font-size: clamp(3.1rem, 5vw, 5.6rem);
  line-height: .94;
  letter-spacing: -.058em;
  margin-bottom: 1rem;
  font-weight: 500;
}

.wk-shop-archive-copy p {
  max-width: 760px;
  color: rgba(72,55,37,.76);
  font-size: clamp(1rem, 1.16vw, 1.11rem);
  line-height: 1.72;
}

.wk-shop-archive-card {
  align-self: stretch;
  padding: 1.35rem;
  background: #0d0b09;
  color: var(--wk-cream);
  border: 1px solid rgba(210,170,108,.22);
  box-shadow: 0 16px 36px rgba(35,24,13,.12);
  display: grid;
  align-content: center;
  gap: .25rem;
}

.wk-shop-archive-card strong {
  color: var(--wk-cream);
  font-family: var(--wk-serif);
  font-size: 1.55rem;
  font-weight: 500;
}

.wk-shop-archive-card span,
.wk-shop-archive-card em {
  color: var(--wk-oak);
}

.wk-shop-collection-nav {
  width: min(1040px, 100%);
  margin: 0 auto 1.45rem;
  padding: .9rem 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  background:
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.42));
  border: 1px solid rgba(138,99,53,.14);
  color: var(--wk-ink);
  overflow: hidden;
}

.wk-shop-collection-nav > span {
  color: var(--wk-oak-dark);
}

.wk-shop-collection-nav a {
  color: var(--wk-ink);
  border: 1px solid rgba(138,99,53,.18);
  background: rgba(255,255,255,.42);
  padding: .42rem .72rem;
  border-radius: 999px;
}

.wk-shop-collection-nav a:hover {
  color: var(--wk-charcoal);
  background: var(--wk-oak);
  border-color: var(--wk-oak);
}

.wk-shop-controls {
  width: min(1040px, 100%);
  margin: 0 auto 1.8rem;
}

/* WooCommerce clearfix pseudo-elements become empty grid cells. Remove them for proper alignment. */
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  content: none !important;
  display: none !important;
}

.woocommerce ul.products {
  width: min(1040px, 100%);
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(1.45rem, 2.5vw, 2.1rem) !important;
  clear: both;
  align-items: stretch;
}

.woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  display: flex !important;
  flex-direction: column;
  min-width: 0;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(90,62,31,.10);
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(35,24,13,.075);
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 1rem;
  background:
    radial-gradient(circle at 16% 12%, rgba(255,255,255,.88), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.90), rgba(244,234,219,.94));
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 1rem 1rem .25rem !important;
  font-family: var(--wk-serif);
  font-size: clamp(1rem, 1.08vw, 1.12rem) !important;
  line-height: 1.18 !important;
  font-weight: 400 !important;
  letter-spacing: -.008em;
}

.woocommerce ul.products li.product .price {
  margin-top: auto;
  padding: .25rem 1rem .85rem !important;
  font-weight: 650 !important;
  font-size: .94rem !important;
}

.woocommerce ul.products li.product .button {
  margin: auto 1rem 1rem !important;
  width: auto !important;
  min-height: 40px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: 1px solid rgba(138,99,53,.34) !important;
  color: var(--wk-oak-dark) !important;
  font-size: .68rem !important;
  letter-spacing: .085em;
  box-shadow: none !important;
}

.woocommerce ul.products li.product .button:hover {
  background: var(--wk-oak) !important;
  color: var(--wk-charcoal) !important;
  border-color: var(--wk-oak) !important;
}

.wk-shop-seo-panel {
  width: min(1040px, 100%);
  margin: clamp(4rem, 6vw, 6rem) auto 0;
  border-radius: 0;
}

@media (max-width: 980px) {
  .wk-shop-archive-hero,
  .wk-shop-seo-panel {
    grid-template-columns: 1fr;
  }
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .wk-shop-archive-container {
    width: min(100% - 32px, 1180px);
  }
  .wk-shop-archive-hero {
    padding: 1.6rem;
  }
  .wk-shop-collection-nav,
  .wk-shop-controls {
    display: grid;
  }
  .woocommerce ul.products {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================================
   Wye Knot v25 shop archive / Faire-style filter drawer
   Clean shop/category discovery without a permanent sidebar.
   ========================================================= */

.wk-shop-archive-container {
  width: min(1360px, calc(100% - 64px));
}

.wk-shop-archive-page {
  padding-top: clamp(3rem, 5vw, 5.6rem);
  background:
    radial-gradient(circle at 12% 9%, rgba(255,255,255,.9), transparent 28%),
    linear-gradient(180deg, #fffaf2 0%, #f2e6d4 100%);
}

.wk-shop-archive-hero-v25 {
  width: min(1220px, 100%);
  margin: 0 auto clamp(1.5rem, 3vw, 2.4rem);
  padding: 0 0 clamp(1.4rem, 3vw, 2rem);
  display: block;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.wk-shop-archive-hero-v25 .wk-shop-archive-copy h1 {
  max-width: 900px;
  font-size: clamp(3rem, 5.6vw, 6.4rem);
  line-height: .94;
  margin-bottom: 1rem;
}

.wk-shop-archive-hero-v25 .wk-shop-archive-copy p {
  max-width: 780px;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
}

.wk-shop-archive-trust {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.2rem;
}

.wk-shop-archive-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border: 1px solid rgba(138,99,53,.16);
  background: rgba(255,255,255,.48);
  padding: .35rem .7rem;
  border-radius: 999px;
  color: rgba(72,55,37,.82);
  font-size: .78rem;
  font-weight: 700;
}

/* Hide the old browse bar styling where still present and replace with cleaner toolbar. */
.wk-shop-toolbar-v25 {
  width: min(1220px, 100%);
  margin: 0 auto 1.5rem;
  border-top: 1px solid rgba(138,99,53,.13);
  border-bottom: 1px solid rgba(138,99,53,.13);
  padding: .9rem 0;
}

.wk-shop-toolbar-main {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.wk-filter-toggle {
  flex: 0 0 auto;
  min-height: 42px;
  border: 1px solid rgba(37,31,24,.20);
  background: #1f1b16;
  color: #fffaf2;
  border-radius: 999px;
  padding: 0 1.1rem;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .02em;
  cursor: pointer;
}

.wk-filter-toggle span {
  color: var(--wk-oak);
  margin-left: .25rem;
}

.wk-shop-chip-row {
  display: flex;
  align-items: center;
  gap: .55rem;
  overflow-x: auto;
  scrollbar-width: thin;
}

.wk-shop-chip-row a {
  flex: 0 0 auto;
  text-decoration: none;
  color: var(--wk-ink);
  border: 1px solid rgba(138,99,53,.16);
  background: rgba(255,255,255,.48);
  min-height: 34px;
  border-radius: 999px;
  padding: .45rem .75rem;
  font-size: .78rem;
}

.wk-shop-chip-row a:hover {
  background: var(--wk-oak);
  border-color: var(--wk-oak);
  color: var(--wk-charcoal);
}

.wk-filter-drawer[hidden] {
  display: none !important;
}

.wk-filter-drawer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(13,11,9,.38);
  backdrop-filter: blur(3px);
}

.wk-filter-drawer-panel {
  width: min(420px, calc(100vw - 28px));
  min-height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  background: #fffaf2;
  box-shadow: 20px 0 60px rgba(0,0,0,.24);
  padding: clamp(1.1rem, 2.2vw, 1.6rem);
}

.wk-filter-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(138,99,53,.16);
}

.wk-filter-drawer-head strong {
  font-family: var(--wk-serif);
  font-size: 2rem;
  font-weight: 500;
}

.wk-filter-close {
  border: 1px solid rgba(37,31,24,.14);
  background: #1f1b16;
  color: #fffaf2;
  border-radius: 999px;
  padding: .55rem .85rem;
  cursor: pointer;
  font-size: .82rem;
}

.wk-filter-search {
  padding: 1rem 0;
}

.wk-filter-search form {
  border: 1px solid rgba(138,99,53,.16);
  border-radius: 999px;
  background: #fff;
}

.wk-filter-search input[type='search'] {
  width: 100%;
  min-height: 44px;
  border: 0;
  background: transparent;
  padding: .7rem 1rem;
}

.wk-filter-group {
  padding: 1.1rem 0;
  border-top: 1px solid rgba(138,99,53,.14);
}

.wk-filter-group h3 {
  margin: 0 0 .7rem;
  font-family: var(--wk-sans);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .76rem;
  color: var(--wk-oak-dark);
}

.wk-filter-group > div {
  display: grid;
  gap: .45rem;
}

.wk-filter-group a {
  color: var(--wk-ink);
  text-decoration: none;
  padding: .25rem 0;
}

.wk-filter-group a::before {
  content: '';
  display: inline-block;
  width: .78rem;
  height: .78rem;
  border: 1px solid rgba(37,31,24,.38);
  margin-right: .55rem;
  vertical-align: -.1rem;
  background: rgba(255,255,255,.4);
}

.wk-filter-group a:hover {
  color: var(--wk-oak-dark);
}

.wk-filter-drawer-foot {
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  background: linear-gradient(180deg, rgba(255,250,242,.82), #fffaf2 40%);
  padding-top: 1rem;
  margin-top: 1rem;
}

.wk-filter-clear {
  color: var(--wk-muted);
  font-size: .86rem;
}

/* Controls become a cleaner Faire-style line. */
.wk-shop-controls {
  width: min(1220px, 100%);
  margin: 0 auto 1.5rem;
  border-bottom: 1px solid rgba(138,99,53,.12);
  padding-bottom: 1rem;
}

.wk-shop-controls .woocommerce-result-count {
  color: rgba(72,55,37,.72);
}

/* Wider, more premium product grid. */
.woocommerce ul.products {
  width: min(1220px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(1.1rem, 2vw, 1.65rem) !important;
}

.woocommerce ul.products li.product {
  border-radius: 18px;
  background: rgba(255,255,255,.76);
  border-color: rgba(138,99,53,.10);
  box-shadow: 0 16px 40px rgba(35,24,13,.075);
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1.08;
  background: #f4eadb;
}

.woocommerce ul.products li.product .button {
  background: transparent !important;
  color: var(--wk-oak-dark) !important;
  border: 1px solid rgba(138,99,53,.22) !important;
  min-height: 38px;
  letter-spacing: .075em;
}

.woocommerce ul.products li.product .button:hover {
  background: var(--wk-oak) !important;
  color: var(--wk-charcoal) !important;
}

/* Make the lower SEO panel less boxy and more editorial. */
.wk-shop-seo-panel {
  width: min(1220px, 100%);
  border-radius: 0;
  background:
    radial-gradient(circle at 12% 15%, rgba(255,255,255,.9), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.70), rgba(255,255,255,.40));
}

@media (max-width: 1180px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 780px) {
  .wk-shop-archive-container {
    width: min(100% - 32px, 1360px);
  }

  .wk-shop-toolbar-main {
    align-items: flex-start;
    flex-direction: column;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 520px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   Wye Knot v3.3 boutique redesign
   A calmer editorial homepage, lighter header, simpler discovery journey,
   refined typography and less template-like spacing.
   ========================================================= */

:root {
  --wk-charcoal: #0d0b08;
  --wk-charcoal-soft: #17130f;
  --wk-cream: #f3eadc;
  --wk-cream-soft: #fcf8f1;
  --wk-stone: #d8c7ad;
  --wk-stone-light: #efe3d0;
  --wk-oak: #b98243;
  --wk-oak-dark: #7a4e24;
  --wk-rope: #b68653;
  --wk-green: #58684f;
  --wk-green-dark: #3d4d3c;
  --wk-ink: #1f1a15;
  --wk-muted: #6b6258;
  --wk-white: #fffdf9;
  --wk-border: rgba(99, 68, 39, .14);
  --wk-shadow: 0 28px 70px rgba(39, 27, 16, .10);
  --wk-radius: 24px;
  --wk-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --wk-sans: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

body {
  background: var(--wk-cream-soft);
  color: var(--wk-ink);
  font-family: var(--wk-sans);
  font-size: 17px;
  letter-spacing: .005em;
}

.wk-container {
  width: min(1180px, calc(100% - 64px));
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--wk-serif);
  font-weight: 500;
  letter-spacing: -.025em;
}

h1 { letter-spacing: -.045em; }

.wk-eyebrow {
  color: var(--wk-oak-dark);
  font-size: .72rem;
  letter-spacing: .18em;
  font-weight: 700;
}

.wk-eyebrow::after {
  width: 44px;
  opacity: .65;
}

.wk-button,
.button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  border-radius: 999px;
  padding: .78rem 1.18rem;
  min-height: 44px;
  letter-spacing: .12em;
  font-size: .74rem;
  font-weight: 750;
  box-shadow: none;
}

.wk-button:hover,
.button:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  transform: translateY(-1px);
}

.wk-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--wk-oak-dark);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .76rem;
  font-weight: 750;
  border-bottom: 1px solid rgba(122, 78, 36, .28);
}

.wk-text-link--light {
  color: rgba(255, 250, 242, .88);
  border-bottom-color: rgba(255, 250, 242, .32);
}

.wk-text-link:hover,
.wk-text-link--light:hover {
  color: var(--wk-oak);
}

/* Header */
.wk-site-header,
.wk-site-header--boutique {
  background: rgba(11, 9, 7, .93);
  border-bottom: 1px solid rgba(211, 170, 104, .16);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.wk-header-inner {
  min-height: 74px;
  grid-template-columns: auto 1fr auto;
  gap: clamp(1.1rem, 2.4vw, 2.4rem);
}

.wk-brand--wordmark {
  display: grid;
  gap: .08rem;
  color: var(--wk-cream);
  min-width: 132px;
}

.wk-brand-name,
.wk-wordmark-main {
  display: block;
  font-family: var(--wk-serif);
  font-size: clamp(1.7rem, 2.2vw, 2.35rem);
  line-height: .84;
  letter-spacing: -.035em;
  font-weight: 600;
}

.wk-brand-place,
.wk-wordmark-sub {
  display: block;
  color: rgba(243, 234, 220, .72);
  font-size: .68rem;
  line-height: 1;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 700;
}

.wk-nav {
  justify-self: center;
}

.wk-nav ul {
  gap: clamp(.95rem, 1.8vw, 1.85rem);
}

.wk-nav a {
  color: rgba(243, 234, 220, .83);
  font-size: .73rem;
  letter-spacing: .14em;
  font-weight: 650;
  padding: 1.7rem 0;
}

.wk-nav a:hover {
  color: var(--wk-oak);
}

.wk-nav a::after {
  bottom: 1.25rem;
  opacity: .9;
}

.wk-header-actions {
  gap: .45rem;
}

.wk-header-link,
.wk-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 .72rem;
  color: rgba(243, 234, 220, .82);
  background: transparent;
  border: 1px solid rgba(243, 234, 220, .14);
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .68rem;
  font-weight: 750;
  line-height: 1;
}

.wk-header-link:hover,
.wk-menu-toggle:hover {
  color: var(--wk-charcoal);
  background: var(--wk-oak);
  border-color: var(--wk-oak);
}

.wk-basket-link {
  gap: .45rem;
}

.wk-cart-count {
  position: static;
  min-width: 20px;
  height: 20px;
  background: rgba(243, 234, 220, .12);
  color: currentColor;
  font-size: .68rem;
}

.wk-header-search {
  background: rgba(11, 9, 7, .97);
  border-top: 1px solid rgba(243, 234, 220, .10);
}

.wk-header-search-inner {
  padding: 1rem 0 1.15rem;
}

.wk-header-search form {
  width: min(720px, 100%);
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .6rem;
}

.wk-header-search input[type='search'] {
  border-radius: 999px;
  border-color: rgba(243, 234, 220, .18);
  background: rgba(255, 255, 255, .08);
  color: var(--wk-cream);
  padding-left: 1rem;
}

.wk-header-search input[type='search']::placeholder {
  color: rgba(243, 234, 220, .50);
}

.wk-header-search button {
  border: 0;
  border-radius: 999px;
  background: var(--wk-oak);
  color: var(--wk-charcoal);
  padding: 0 1rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .72rem;
  font-weight: 800;
}

/* Hero */
.wk-hero-elegant,
.wk-hero {
  min-height: clamp(620px, 76vh, 820px);
  background-size: cover;
  background-position: center;
  isolation: isolate;
}

.wk-hero-elegant::after,
.wk-hero::after {
  display: none !important;
}

.wk-hero-elegant::before {
  background:
    radial-gradient(circle at 22% 38%, rgba(185, 130, 67, .16), transparent 34%),
    linear-gradient(90deg, rgba(7, 6, 5, .86) 0%, rgba(7, 6, 5, .70) 38%, rgba(7, 6, 5, .18) 72%, rgba(7, 6, 5, .04) 100%);
}

.wk-hero-inner,
.wk-hero-elegant .wk-hero-inner {
  grid-template-columns: minmax(0, .95fr) minmax(260px, .55fr);
  padding: clamp(5.6rem, 9vw, 8.8rem) 0 clamp(5rem, 8vw, 8rem);
}

.wk-hero-copy,
.wk-hero-elegant .wk-hero-copy {
  max-width: 690px;
}

.wk-hero-elegant h1,
.wk-hero h1 {
  max-width: 700px;
  margin: .8rem 0 1.15rem;
  font-size: clamp(3.35rem, 7.2vw, 6.9rem);
  line-height: .88;
  letter-spacing: -.055em;
}

.wk-hero-elegant .wk-lead,
.wk-hero .wk-lead {
  max-width: 560px;
  color: rgba(255, 250, 242, .84);
  font-size: clamp(1.05rem, 1.55vw, 1.23rem);
  line-height: 1.55;
}

.wk-hero-actions {
  gap: 1.2rem;
  align-items: center;
  margin-top: 2.1rem;
}

.wk-hero-seal {
  width: clamp(150px, 16vw, 210px);
  height: clamp(150px, 16vw, 210px);
  justify-self: end;
  opacity: .62;
  border-color: rgba(243, 234, 220, .24);
  color: rgba(243, 234, 220, .76);
  transform: rotate(16deg);
}

.wk-hero-seal span {
  font-size: .72rem;
  letter-spacing: .17em;
}

/* Remove the template-like search and popular-search rows from the homepage. */
.wk-shopping-dock,
.wk-discovery-strip {
  display: none !important;
}

/* Trust line */
.wk-trust-line {
  background: #fffaf2;
  border-bottom: 1px solid rgba(99, 68, 39, .12);
}

.wk-trust-line-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(.9rem, 3vw, 2.6rem);
  flex-wrap: wrap;
  color: rgba(31, 26, 21, .72);
  font-size: .82rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  font-weight: 700;
}

.wk-trust-line-inner span {
  position: relative;
}

.wk-trust-line-inner span + span::before {
  content: '';
  position: absolute;
  left: calc(clamp(.9rem, 3vw, 2.6rem) / -2);
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(122, 78, 36, .45);
}

/* Editorial collections */
.wk-boutique-collections,
.wk-categories-section-v8 {
  padding: clamp(5rem, 7vw, 7.2rem) 0;
  background:
    radial-gradient(circle at 11% 9%, rgba(255,255,255,.92), transparent 26%),
    linear-gradient(180deg, #fffaf2 0%, #f3e7d4 100%);
}

.wk-categories-v8-head {
  width: min(1140px, calc(100% - 64px));
  grid-template-columns: minmax(0, .82fr) minmax(320px, .72fr);
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3.2rem);
}

.wk-categories-v8-head h2 {
  font-size: clamp(2.85rem, 5.5vw, 5.2rem);
  line-height: .92;
  text-transform: none;
}

.wk-categories-v8-head p {
  max-width: 560px;
  color: rgba(31, 26, 21, .66);
  font-size: 1.03rem;
  line-height: 1.62;
}

.wk-collection-layout--boutique {
  width: min(1140px, calc(100% - 64px));
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1.12fr) minmax(0, .88fr) minmax(0, .88fr);
  grid-template-rows: repeat(2, minmax(220px, 250px));
  grid-auto-rows: minmax(220px, 250px);
  gap: clamp(1rem, 2vw, 1.55rem);
}

.wk-collection-layout--boutique .wk-collection-card,
.wk-collection-layout--boutique .wk-collection-card--large,
.wk-collection-layout--boutique .wk-collection-card--small {
  grid-column: auto;
  grid-row: auto;
}

.wk-collection-layout--boutique .wk-collection-card:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.wk-collection-layout--boutique .wk-collection-card:nth-child(2) {
  grid-column: 3 / span 2;
  grid-row: 1;
}

.wk-collection-layout--boutique .wk-collection-card:nth-child(3) {
  grid-column: 3;
  grid-row: 2;
}

.wk-collection-layout--boutique .wk-collection-card:nth-child(4) {
  grid-column: 4;
  grid-row: 2;
}

.wk-collection-card {
  border-radius: 24px;
  box-shadow: 0 26px 70px rgba(38, 25, 13, .12);
}

.wk-collection-card::after {
  background: linear-gradient(180deg, rgba(8, 6, 4, .02) 0%, rgba(8, 6, 4, .12) 42%, rgba(8, 6, 4, .68) 100%);
}

.wk-collection-copy {
  gap: .45rem;
}

.wk-collection-copy strong {
  font-size: clamp(1.75rem, 3vw, 3.5rem);
  line-height: .9;
}

.wk-collection-card--small .wk-collection-copy strong {
  font-size: clamp(1.25rem, 1.65vw, 1.7rem);
}

.wk-collection-copy em {
  color: rgba(255, 250, 242, .84);
  font-size: .98rem;
}

.wk-collection-copy span {
  color: rgba(255, 250, 242, .82);
  letter-spacing: .12em;
  font-size: .70rem;
}

/* One quieter product section */
.wk-curated-this-week,
.wk-favourites-section {
  background:
    radial-gradient(circle at 8% 16%, rgba(255,255,255,.88), transparent 26%),
    linear-gradient(180deg, #fffaf2 0%, #f6eddf 100%);
  padding: clamp(4.8rem, 7vw, 7.25rem) 0;
}

.wk-favourites-head {
  width: min(1140px, calc(100% - 64px));
  align-items: end;
  margin-bottom: clamp(1.6rem, 3vw, 2.35rem);
}

.wk-favourites-head h2 {
  max-width: 640px;
  font-size: clamp(2.35rem, 4.4vw, 4.35rem);
  line-height: .94;
}

.wk-favourites-head a {
  color: var(--wk-oak-dark);
  letter-spacing: .13em;
  font-size: .72rem;
  border-bottom: 1px solid rgba(122, 78, 36, .22);
}

.wk-favourites-grid {
  width: min(1140px, calc(100% - 64px));
  gap: clamp(1rem, 2vw, 1.45rem);
}

.wk-curated-card,
.wk-favourite-card {
  border-radius: 18px;
  background: rgba(255, 253, 249, .92);
  border: 1px solid rgba(99, 68, 39, .10);
  box-shadow: 0 18px 46px rgba(38, 25, 13, .08);
}

.wk-curated-card:hover,
.wk-favourite-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(38, 25, 13, .13);
}

.wk-favourite-image {
  min-height: 285px;
  background-color: #f4eadb;
}

.wk-favourite-copy {
  padding: 1.05rem 1.1rem 1.18rem;
  gap: .34rem;
}

.wk-favourite-copy em {
  color: rgba(122, 78, 36, .78);
  font-size: .62rem;
  letter-spacing: .15em;
}

.wk-product-title {
  font-family: var(--wk-serif);
  font-weight: 600 !important;
  font-size: clamp(1.08rem, 1.25vw, 1.28rem) !important;
  letter-spacing: -.015em;
}

.wk-product-price {
  color: rgba(31, 26, 21, .72) !important;
  font-weight: 700 !important;
}

.wk-card-view {
  color: var(--wk-oak-dark);
  border-bottom-color: rgba(122, 78, 36, .22);
}

/* Local story */
.wk-local-story-section,
.wk-seo-story-section {
  padding: clamp(5.2rem, 7vw, 7.5rem) 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.78), transparent 25%),
    linear-gradient(180deg, #f5ead8 0%, #fffaf2 100%);
  border-top: 1px solid rgba(99, 68, 39, .09);
}

.wk-seo-story {
  width: min(1140px, calc(100% - 64px));
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(320px, .82fr);
  gap: clamp(2rem, 5vw, 4.8rem);
  align-items: stretch;
}

.wk-seo-story-copy {
  align-self: center;
}

.wk-seo-story-copy h2 {
  max-width: 720px;
  font-size: clamp(2.45rem, 4.4vw, 4.6rem);
  line-height: .94;
  margin-bottom: 1.2rem;
}

.wk-seo-story-copy p {
  max-width: 660px;
  color: rgba(31, 26, 21, .70);
  font-size: 1.02rem;
  line-height: 1.68;
}

.wk-story-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.6rem;
}

.wk-story-link-list a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: .45rem .82rem;
  border-radius: 999px;
  border: 1px solid rgba(99, 68, 39, .16);
  background: rgba(255, 253, 249, .62);
  color: var(--wk-ink);
  text-decoration: none;
  font-size: .83rem;
  font-weight: 650;
}

.wk-story-link-list a:hover {
  background: var(--wk-oak);
  border-color: var(--wk-oak);
  color: var(--wk-charcoal);
}

.wk-seo-story-media {
  position: relative;
  min-height: 520px;
  border-radius: 30px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: var(--wk-shadow);
}

.wk-seo-story-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 6, 4, .02) 0%, rgba(8, 6, 4, .18) 52%, rgba(8, 6, 4, .58) 100%);
}

.wk-seo-story-media span {
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.3rem;
  z-index: 1;
  color: #fffaf2;
  font-family: var(--wk-serif);
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  line-height: 1;
}

/* Gift routes */
.wk-gift-routes-section,
.wk-occasion-section-v10 {
  background: #fffaf2;
  color: var(--wk-ink);
  padding: clamp(4.6rem, 7vw, 6.7rem) 0;
  border-top: 1px solid rgba(99, 68, 39, .10);
  border-bottom: 1px solid rgba(99, 68, 39, .10);
}

.wk-occasion-v10 {
  width: min(1140px, calc(100% - 64px));
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(2rem, 5vw, 4.5rem);
}

.wk-occasion-v10-head h2 {
  max-width: 560px;
  font-size: clamp(2.4rem, 4.4vw, 4.55rem);
  line-height: .92;
}

.wk-occasion-v10-head p {
  max-width: 500px;
  color: rgba(31, 26, 21, .68);
  line-height: 1.65;
}

.wk-gift-route-list,
.wk-occasion-v10-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(99, 68, 39, .14);
  border-left: 1px solid rgba(99, 68, 39, .14);
}

.wk-gift-route-list a,
.wk-occasion-v10-grid a {
  min-height: 132px;
  padding: 1.18rem;
  border: 0;
  border-right: 1px solid rgba(99, 68, 39, .14);
  border-bottom: 1px solid rgba(99, 68, 39, .14);
  border-radius: 0;
  box-shadow: none;
  background: rgba(255, 253, 249, .40);
}

.wk-gift-route-list a:hover,
.wk-occasion-v10-grid a:hover {
  transform: none;
  background: rgba(185, 130, 67, .14);
  box-shadow: none;
}

.wk-gift-route-list strong,
.wk-occasion-v10-grid strong {
  font-size: clamp(1.24rem, 1.8vw, 1.75rem);
}

.wk-gift-route-list span,
.wk-occasion-v10-grid span {
  font-size: .92rem;
}

/* Visit block */
.wk-visit-banner-section {
  padding: clamp(5rem, 7vw, 7.2rem) 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.72), transparent 28%),
    linear-gradient(180deg, #f3e7d4 0%, #f7eddf 100%);
}

.wk-visit-banner-v12 {
  width: min(1140px, calc(100% - 64px));
  grid-template-columns: minmax(0, .78fr) minmax(0, 1fr);
  min-height: 500px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(38, 25, 13, .16);
}

.wk-visit-banner-copy {
  padding: clamp(2.4rem, 5vw, 4.8rem);
}

.wk-visit-banner-copy h2 {
  font-size: clamp(2.5rem, 4.6vw, 4.9rem);
  line-height: .9;
}

.wk-visit-banner-copy p {
  color: rgba(243, 234, 220, .75);
}

.wk-visit-banner-copy .wk-contact-list {
  color: rgba(243, 234, 220, .76);
  line-height: 1.5;
}

.wk-visit-banner-copy .wk-contact-list li > span:first-child {
  width: 8px;
  min-width: 8px;
  height: 8px;
  margin-top: .5rem;
  overflow: hidden;
  border-radius: 50%;
  background: var(--wk-oak);
  color: transparent;
}

.wk-visit-banner-image {
  min-height: 500px;
}

.wk-visit-banner-image::before {
  background: linear-gradient(90deg, rgba(13, 11, 8, .02), rgba(13, 11, 8, .14));
}

/* Service and footer */
.wk-service-bar {
  background: #f0dfc6;
  border-top: 1px solid rgba(99, 68, 39, .12);
  border-bottom: 1px solid rgba(99, 68, 39, .12);
}

.wk-service-bar .wk-container {
  width: min(1140px, calc(100% - 64px));
}

.wk-service-item {
  align-items: center;
}

.wk-service-icon {
  background: rgba(122, 78, 36, .10);
}

.wk-site-footer,
.wk-site-footer--boutique {
  background: #0a0907;
  color: var(--wk-cream);
}

.wk-footer-top {
  padding: clamp(3.2rem, 5.5vw, 5.4rem) 0;
}

.wk-footer-grid {
  width: min(1140px, calc(100% - 64px));
  grid-template-columns: minmax(260px, 1.45fr) minmax(140px, .7fr) minmax(160px, .82fr) minmax(220px, 1fr);
  gap: clamp(1.7rem, 4vw, 4rem);
}

.wk-footer-logo {
  max-width: 190px;
}

.wk-footer-title {
  color: var(--wk-oak);
  font-family: var(--wk-sans);
  letter-spacing: .17em;
  font-size: .73rem;
}

.wk-footer-menu {
  gap: .44rem;
}

.wk-footer-menu a,
.wk-site-footer p,
.wk-footer-visit span {
  color: rgba(243, 234, 220, .68);
  font-size: .94rem;
}

.wk-footer-actions a {
  color: var(--wk-oak);
}

.wk-newsletter-form {
  max-width: 330px;
  border: 1px solid rgba(243, 234, 220, .10);
  border-radius: 999px;
  overflow: hidden;
  box-shadow: none;
  background: rgba(255,255,255,.05);
}

.wk-newsletter-form input {
  background: transparent;
  color: var(--wk-cream);
  padding-left: 1rem;
}

.wk-newsletter-form input::placeholder {
  color: rgba(243, 234, 220, .44);
}

.wk-newsletter-form button {
  border-radius: 999px;
  margin: .25rem;
  min-height: 38px;
}

.wk-footer-bottom {
  border-top-color: rgba(243, 234, 220, .09);
}

.wk-footer-bottom .wk-container {
  width: min(1140px, calc(100% - 64px));
}

/* Product archives also get the calmer card treatment. */
.woocommerce ul.products li.product {
  border-radius: 18px;
  background: rgba(255, 253, 249, .86);
  border-color: rgba(99, 68, 39, .10);
  box-shadow: 0 18px 44px rgba(38, 25, 13, .08);
}

.woocommerce ul.products li.product a img {
  border-radius: 14px 14px 0 0;
}

/* Responsive */
@media (max-width: 1120px) {
  .wk-nav ul { gap: 1rem; }
  .wk-nav a { font-size: .68rem; }
  .wk-favourites-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .wk-header-inner {
    grid-template-columns: 1fr auto;
    min-height: 70px;
  }

  .wk-nav {
    justify-self: stretch;
  }

  .wk-nav a {
    padding: .85rem 0;
  }

  .wk-menu-toggle {
    display: inline-flex;
  }

  .wk-header-link span:first-child,
  .wk-search-toggle {
    font-size: 0;
  }

  .wk-search-toggle::before {
    content: 'Search';
    font-size: .68rem;
  }

  .wk-brand-name,
  .wk-wordmark-main {
    font-size: 1.78rem;
  }

  .wk-hero-inner,
  .wk-hero-elegant .wk-hero-inner,
  .wk-seo-story,
  .wk-occasion-v10,
  .wk-visit-banner-v12 {
    grid-template-columns: 1fr;
  }

  .wk-hero-seal {
    display: none;
  }

  .wk-collection-layout--boutique {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(220px, 260px));
  }

  .wk-collection-layout--boutique .wk-collection-card:nth-child(1),
  .wk-collection-layout--boutique .wk-collection-card:nth-child(2),
  .wk-collection-layout--boutique .wk-collection-card:nth-child(3),
  .wk-collection-layout--boutique .wk-collection-card:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }

  .wk-collection-layout--boutique .wk-collection-card:nth-child(1),
  .wk-collection-layout--boutique .wk-collection-card:nth-child(2) {
    grid-column: span 2;
  }

  .wk-seo-story-media,
  .wk-visit-banner-image {
    min-height: 360px;
  }

  .wk-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body { font-size: 16px; }

  .wk-container,
  .wk-categories-v8-head,
  .wk-collection-layout--boutique,
  .wk-favourites-head,
  .wk-favourites-grid,
  .wk-seo-story,
  .wk-occasion-v10,
  .wk-visit-banner-v12,
  .wk-service-bar .wk-container,
  .wk-footer-grid,
  .wk-footer-bottom .wk-container {
    width: min(100% - 32px, 1180px);
  }

  .wk-header-search form {
    grid-template-columns: 1fr;
  }

  .wk-hero-elegant,
  .wk-hero {
    min-height: auto;
    background-position: 58% center;
  }

  .wk-hero-inner,
  .wk-hero-elegant .wk-hero-inner {
    padding: 4.4rem 0;
  }

  .wk-hero-elegant h1,
  .wk-hero h1 {
    font-size: clamp(3.1rem, 15vw, 4.8rem);
  }

  .wk-hero-actions {
    display: grid;
    justify-items: start;
  }

  .wk-button {
    width: auto;
  }

  .wk-trust-line-inner {
    justify-content: flex-start;
    gap: .9rem 1.5rem;
    padding: .9rem 0;
    font-size: .72rem;
  }

  .wk-trust-line-inner span + span::before {
    display: none;
  }

  .wk-categories-v8-head,
  .wk-favourites-head {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wk-collection-layout--boutique {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: minmax(250px, auto);
  }

  .wk-collection-layout--boutique .wk-collection-card:nth-child(1),
  .wk-collection-layout--boutique .wk-collection-card:nth-child(2) {
    grid-column: auto;
  }

  .wk-favourites-grid,
  .wk-gift-route-list,
  .wk-occasion-v10-grid,
  .wk-footer-grid {
    grid-template-columns: 1fr;
  }

  .wk-favourite-image {
    min-height: 250px;
  }

  .wk-visit-banner-copy {
    padding: 2rem;
  }
}

@media (max-width: 460px) {
  .wk-header-link,
  .wk-basket-link {
    display: none;
  }

  .wk-brand-name,
  .wk-wordmark-main {
    font-size: 1.55rem;
  }

  .wk-brand-place,
  .wk-wordmark-sub {
    font-size: .58rem;
  }
}

/* Compatibility selectors for the Elegant Boutique homepage markup. */
.wk-trust-ribbon {
  background: rgba(255,250,242,.72);
  border-bottom: 1px solid rgba(124,85,46,.12);
}

.wk-trust-ribbon-inner {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem 1.15rem;
  flex-wrap: wrap;
  color: rgba(54,45,35,.72);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 650;
}

.wk-trust-ribbon-inner span {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
}

.wk-trust-ribbon-inner span + span::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(124,85,46,.42);
}

.wk-boutique-collections {
  padding: clamp(4.7rem, 7vw, 7rem) 0;
  background:
    radial-gradient(circle at 12% 9%, rgba(255,255,255,.92), transparent 22rem),
    linear-gradient(180deg, #fffaf2 0%, #f2e6d4 100%);
}

.wk-section-intro {
  width: min(1160px, calc(100% - 64px));
  margin-inline: auto;
  margin-bottom: clamp(2rem, 4vw, 3.4rem);
}

.wk-section-intro--split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .72fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
}

.wk-section-intro h2 {
  max-width: 720px;
  font-size: clamp(2.6rem, 4.7vw, 5rem);
  line-height: .94;
  margin-bottom: 0;
}

.wk-section-intro p {
  max-width: 560px;
  color: rgba(64,54,42,.72);
  line-height: 1.72;
  margin: 0;
}

.wk-collection-layout--edited {
  width: min(1160px, calc(100% - 64px));
  grid-template-columns: 1.08fr .86fr .86fr;
  grid-template-rows: minmax(290px, 34vw) minmax(250px, 25vw);
}

.wk-story-section {
  padding: clamp(4.8rem, 7vw, 7.6rem) 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(255,255,255,.82), transparent 19rem),
    linear-gradient(180deg, #fffaf2 0%, #f4eadb 100%);
  border-top: 1px solid rgba(124,85,46,.09);
}

.wk-story-panel {
  width: min(1160px, calc(100% - 64px));
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(360px, .74fr);
  gap: clamp(2.2rem, 5vw, 5.8rem);
  align-items: center;
}

.wk-story-copy {
  max-width: 660px;
}

.wk-story-copy h2 {
  max-width: 640px;
  font-size: clamp(2.55rem, 4.8vw, 5rem);
  line-height: .92;
}

.wk-story-copy p {
  color: rgba(64,54,42,.75);
  font-size: 1.02rem;
  line-height: 1.78;
}

.wk-story-links {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1rem;
  margin-top: 1.4rem;
}

.wk-story-links a {
  color: var(--wk-oak-dark);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .7rem;
  font-weight: 750;
  border-bottom: 1px solid rgba(124,85,46,.26);
  padding-bottom: .18rem;
}

.wk-story-links a:hover {
  color: var(--wk-green-dark);
  border-bottom-color: var(--wk-green-dark);
}

.wk-story-image {
  display: block;
  aspect-ratio: 4 / 4.8;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(35,24,13,.16);
  border: 1px solid rgba(124,85,46,.12);
}

.wk-occasion-minimal {
  padding: clamp(4.2rem, 6vw, 6.6rem) 0;
  background: linear-gradient(180deg, #f0e2ce 0%, #fbf7ef 100%);
  border-top: 1px solid rgba(124,85,46,.1);
  color: var(--wk-ink);
}

.wk-occasion-minimal .wk-occasion-v10 {
  width: min(1120px, calc(100% - 64px));
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(360px, 1fr);
  gap: clamp(1.8rem, 4vw, 4.4rem);
  align-items: start;
}

.wk-occasion-minimal .wk-occasion-v10-head h2 {
  font-size: clamp(2.1rem, 4vw, 4.1rem);
  line-height: .94;
}

.wk-occasion-minimal .wk-occasion-v10-head p {
  max-width: 460px;
  color: rgba(64,54,42,.72);
}

.wk-occasion-minimal .wk-occasion-v10-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}

.wk-occasion-minimal .wk-occasion-v10-grid a {
  min-height: auto;
  display: grid;
  gap: .18rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(124,85,46,.16);
  border-radius: 16px;
  background: rgba(255,250,242,.58);
  color: var(--wk-ink);
  box-shadow: 0 12px 28px rgba(35,24,13,.045);
}

.wk-occasion-minimal .wk-occasion-v10-grid a:hover {
  background: #fffaf2;
  color: var(--wk-ink);
  border-color: rgba(124,85,46,.34);
  transform: translateY(-2px);
}

.wk-occasion-minimal .wk-occasion-v10-grid strong {
  font-family: var(--wk-serif);
  font-size: clamp(1.18rem, 1.65vw, 1.55rem);
  line-height: 1.02;
  color: var(--wk-ink);
}

.wk-occasion-minimal .wk-occasion-v10-grid span {
  display: block;
  color: rgba(64,54,42,.66);
  font-size: .9rem;
}

.wk-service-bar--quiet {
  background: #ead8bd;
}

@media (max-width: 1180px) {
  .wk-section-intro--split,
  .wk-story-panel,
  .wk-occasion-minimal .wk-occasion-v10 {
    grid-template-columns: 1fr;
  }

  .wk-collection-layout--edited {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(270px, auto));
  }
}

@media (max-width: 900px) {
  .wk-section-intro,
  .wk-collection-layout--edited,
  .wk-story-panel,
  .wk-occasion-minimal .wk-occasion-v10 {
    width: min(100% - 32px, 1160px);
  }

  .wk-section-intro--split,
  .wk-story-panel,
  .wk-occasion-minimal .wk-occasion-v10 {
    grid-template-columns: 1fr;
  }

  .wk-trust-ribbon-inner {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    min-height: 58px;
  }

  .wk-trust-ribbon-inner span {
    flex: 0 0 auto;
  }

  .wk-collection-layout--edited,
  .wk-occasion-minimal .wk-occasion-v10-grid {
    grid-template-columns: 1fr;
  }

  .wk-story-image {
    min-height: 330px;
    aspect-ratio: 16 / 11;
  }
}

/* Compatibility for the current simplified homepage class names. */
.wk-trust-ribbon {
  background: #fffaf4;
  border-bottom: 1px solid rgba(126, 91, 50, .13);
}

.wk-trust-ribbon-inner {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .65rem 1.4rem;
  flex-wrap: wrap;
  color: rgba(72,55,37,.75);
  font-size: .81rem;
}

.wk-trust-ribbon-inner span {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  white-space: nowrap;
}

.wk-trust-ribbon-inner span:not(:last-child)::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(126, 91, 50, .36);
  margin-left: .65rem;
}

.wk-section-intro--split {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(340px, .72fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.wk-section-intro--split h2 {
  font-size: clamp(2.35rem, 4.1vw, 4.35rem);
  line-height: .98;
  margin-bottom: 0;
}

.wk-section-intro--split p {
  max-width: 580px;
  margin: 0;
  color: rgba(72,55,37,.72);
  line-height: 1.76;
}

.wk-curated-head {
  grid-template-columns: minmax(0, 1fr) auto;
}

.wk-curated-head > a {
  color: var(--wk-oak-dark);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .075em;
  font-size: .74rem;
  font-weight: 800;
}

.wk-curated-copy em {
  color: rgba(126,91,50,.72);
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .62rem;
  font-weight: 800;
}

.wk-story-section {
  background:
    radial-gradient(circle at 86% 18%, rgba(255,255,255,.72), transparent 26%),
    linear-gradient(180deg, #f5e8d5 0%, #fffaf4 100%);
}

.wk-story-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .72fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: stretch;
}

.wk-story-copy {
  align-self: center;
}

.wk-story-copy h2 {
  max-width: 760px;
  margin: .2rem 0 1.2rem;
  font-size: clamp(2.35rem, 4.1vw, 4.35rem);
  line-height: .98;
}

.wk-story-copy p {
  max-width: 680px;
  color: rgba(72,55,37,.72);
  line-height: 1.76;
}

.wk-story-links {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1rem;
  margin-top: 1.35rem;
}

.wk-story-links a {
  color: var(--wk-oak-dark);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .075em;
  font-size: .74rem;
  font-weight: 800;
  border-bottom: 1px solid rgba(126,91,50,.24);
  padding-bottom: .12rem;
}

.wk-story-image {
  min-height: clamp(350px, 42vw, 500px);
  border-radius: var(--wk-radius);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 70px rgba(35,24,13,.16);
}

.wk-occasion-minimal .wk-occasion-v10-grid {
  border-radius: 18px;
  overflow: hidden;
}

.wk-occasion-minimal .wk-occasion-v10-grid a {
  background: rgba(255,255,255,.52);
}

@media (max-width: 1080px) {
  .wk-section-intro--split,
  .wk-story-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .wk-trust-ribbon-inner {
    justify-content: flex-start;
    padding: .85rem 0;
  }

  .wk-trust-ribbon-inner span:not(:last-child)::after {
    display: none;
  }

  .wk-curated-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .wk-story-image {
    min-height: 330px;
  }
}

/* Final wordmark and compact-header corrections. */
.wk-wordmark-main {
  display: block;
  font-family: var(--wk-serif);
  font-size: clamp(2rem, 2.55vw, 2.85rem);
  line-height: .82;
  font-weight: 500;
  letter-spacing: -.045em;
}

.wk-wordmark-sub {
  display: block;
  font-family: var(--wk-sans);
  color: rgba(244,234,219,.66);
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: .58rem;
  line-height: 1;
  font-style: normal;
  font-weight: 650;
  margin-top: .22rem;
}

@media (max-width: 560px) {
  .wk-search-toggle {
    display: inline-flex;
  }

  .wk-basket-link span:first-child {
    display: inline;
  }

  .wk-wordmark-main {
    font-size: 1.72rem;
  }

  .wk-wordmark-sub {
    font-size: .5rem;
    letter-spacing: .18em;
  }
}

/* Product cards for the simplified curated homepage row. */
.wk-curated-grid {
  width: min(1140px, calc(100% - 64px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.45rem);
}

.wk-curated-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  color: var(--wk-ink);
  text-decoration: none;
}

.wk-curated-image {
  display: block;
  min-height: 285px;
  aspect-ratio: 1 / 1.08;
  background-size: cover;
  background-position: center;
  background-color: #f4eadb;
  transition: transform .25s ease, filter .25s ease;
}

.wk-curated-card:hover .wk-curated-image {
  transform: scale(1.025);
  filter: saturate(1.04) contrast(1.03) brightness(1.02);
}

.wk-curated-copy {
  display: grid;
  align-content: start;
  gap: .34rem;
  padding: 1.05rem 1.1rem 1.18rem;
}

@media (max-width: 1120px) {
  .wk-curated-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .wk-curated-grid {
    width: min(100% - 32px, 1140px);
    grid-template-columns: 1fr;
  }

  .wk-curated-image {
    min-height: 250px;
  }
}

/* Final collection collage positions for the edited four-card homepage layout. */
.wk-collection-layout--edited {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(235px, 280px));
  gap: clamp(1rem, 2vw, 1.55rem);
}

.wk-collection-layout--edited .wk-collection-card,
.wk-collection-layout--edited .wk-collection-card--large,
.wk-collection-layout--edited .wk-collection-card--small {
  grid-column: auto;
  grid-row: auto;
}

.wk-collection-layout--edited .wk-collection-card:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.wk-collection-layout--edited .wk-collection-card:nth-child(2) {
  grid-column: 3 / span 2;
  grid-row: 1;
}

.wk-collection-layout--edited .wk-collection-card:nth-child(3) {
  grid-column: 3;
  grid-row: 2;
}

.wk-collection-layout--edited .wk-collection-card:nth-child(4) {
  grid-column: 4;
  grid-row: 2;
}

@media (max-width: 1180px) {
  .wk-collection-layout--edited {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: minmax(290px, auto);
  }

  .wk-collection-layout--edited .wk-collection-card:nth-child(1),
  .wk-collection-layout--edited .wk-collection-card:nth-child(2),
  .wk-collection-layout--edited .wk-collection-card:nth-child(3),
  .wk-collection-layout--edited .wk-collection-card:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 900px) {
  .wk-collection-layout--edited {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(300px, auto);
  }
}

/* Final footer correction after removing placeholder newsletter/social blocks. */
.wk-footer-grid {
  grid-template-columns: minmax(260px, 1.35fr) minmax(130px, .62fr) minmax(150px, .72fr) minmax(130px, .6fr) minmax(210px, .9fr);
}

.wk-footer-contact-block p {
  max-width: 280px;
}

@media (max-width: 1120px) {
  .wk-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .wk-footer-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Wye Knot v3.4.0 category archive copy placement and media polish
   ========================================================= */

/* WooCommerce's default category description is removed in PHP; if a plugin prints one, keep it tidy. */
.woocommerce-products-header .term-description,
.woocommerce-products-header .page-description {
  max-width: 760px;
  margin: 0 auto 1.5rem;
  color: rgba(72,55,37,.74);
  font-size: 1rem;
  line-height: 1.72;
}

/* Only the controlled media frame should behave like a product photo. */
.woocommerce ul.products li.product .wk-product-card-media {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 14px 14px 0 0;
  background:
    radial-gradient(circle at 16% 12%, rgba(255,255,255,.92), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(244,234,219,.96));
}

.woocommerce ul.products li.product .wk-product-card-media .wk-product-card-img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: 0 !important;
  padding: 1rem !important;
  aspect-ratio: auto !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.woocommerce ul.products li.product .wk-product-card-media .wk-product-card-img--placeholder {
  opacity: .9;
}

/* WordPress can convert emoji in product names into tiny images. Do not let those inherit product-photo styles. */
.woocommerce ul.products li.product img.emoji,
.woocommerce ul.products li.product .woocommerce-loop-product__title img,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link > img.emoji {
  display: inline-block !important;
  width: 1em !important;
  height: 1em !important;
  max-width: 1em !important;
  min-width: 0 !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  padding: 0 !important;
  margin: 0 .18em 0 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  vertical-align: -.12em !important;
}

.wk-shop-story-copy p + p {
  margin-top: .95rem;
}

.wk-shop-story-copy h2 {
  max-width: 700px;
}


/* v3.4.0 category archive cleanup */
.wk-shop-archive-container > .term-description,
.wk-shop-archive-container > .page-description,
.wk-shop-archive-container > .woocommerce-products-header,
.wk-shop-archive-container .woocommerce-products-header__description,
.term-description.wk-default-term-description-hidden {
  display: none !important;
}
.wk-shop-story-copy .wk-story-custom-copy p {
  margin: 0 0 1rem;
}
.wk-shop-story-copy .wk-story-custom-copy p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   Wye Knot v3.4.0 product-category copy controls
   ========================================================= */
/* Defensive fallback: the theme displays category copy below the bespoke H1, so any
   WooCommerce/plugin copy printed directly above the title is hidden. */
body.tax-product_cat .wk-shop-archive-container > p:first-child,
body.tax-product_cat .wk-shop-archive-container > .term-description,
body.tax-product_cat .wk-shop-archive-container > .page-description,
body.tax-product_cat .wk-shop-archive-container > .woocommerce-products-header,
body.tax-product_tag .wk-shop-archive-container > p:first-child,
body.tax-product_tag .wk-shop-archive-container > .term-description,
body.tax-product_tag .wk-shop-archive-container > .page-description,
body.tax-product_tag .wk-shop-archive-container > .woocommerce-products-header,
body.post-type-archive-product .wk-shop-archive-container > .woocommerce-products-header,
body.post-type-archive-product .wk-shop-archive-container > .term-description,
body.post-type-archive-product .wk-shop-archive-container > .page-description,
.wk-default-term-description-hidden {
  display: none !important;
}

.wk-shop-archive-hero .wk-shop-archive-copy > .wk-shop-archive-description,
.wk-shop-archive-hero .wk-shop-archive-copy > .wk-shop-archive-description p {
  max-width: 760px;
}

.wk-shop-archive-hero .wk-shop-archive-copy > .wk-shop-archive-description p {
  margin: 0;
}

.wk-shop-archive-hero .wk-shop-archive-copy > .wk-shop-archive-description p + p {
  margin-top: .75rem;
}

.wk-shop-story-copy .wk-story-custom-copy p:first-child {
  margin-top: 0;
}
