/*
Theme Name: Shorean
Theme URI: https://shoreano.com
Description: Shorean child theme for Blocksy. Brand tokens recovered from the previous storefront.
Author: DataTracking
Template: blocksy
Version: 1.0.0
Text Domain: shorean
*/

/* ---------- brand tokens ---------- */
:root {
  --bt-blue:      #357284;
  --bt-blue-dark: #2a5b68;
  --bt-coral:     #007565;
  --bt-ink:       #212121;
  --bt-muted:     #4e4b66;
  --bt-line:      #ebebeb;
  --bt-wash:      #f4f4f4;
  --bt-green:     #5fbd74;
  --bt-serif:     "Playfair Display", Georgia, "Times New Roman", serif;
  --bt-sans:      "Source Sans Pro", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body { color: var(--bt-ink); font-family: var(--bt-sans); }

h1,h2,h3,h4,h5,
.entry-title,
.woocommerce-loop-product__title,
.product_title {
  font-family: var(--bt-serif);
  font-weight: 500;
  letter-spacing: .01em;
  color: var(--bt-ink);
}

/* ---------- buttons ---------- */
.wp-block-button__link,
.button, button, input[type=submit],
.woocommerce a.button, .woocommerce button.button,
.woocommerce #respond input#submit,
.single_add_to_cart_button {
  background-color: var(--bt-blue) !important;
  border-color: var(--bt-blue) !important;
  color: #fff !important;
  border-radius: 4px;
  font-family: var(--bt-sans);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .82rem;
  font-weight: 600;
}
.wp-block-button__link:hover,
.button:hover, button:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover,
.single_add_to_cart_button:hover {
  background-color: var(--bt-blue-dark) !important;
  border-color: var(--bt-blue-dark) !important;
}

/* ---------- sale badge ---------- */
.woocommerce span.onsale,
.wc-block-grid__product-onsale {
  background-color: var(--bt-coral) !important;
  color: #fff !important;
  border-radius: 4px;
  font-family: var(--bt-sans);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .7rem;
  font-weight: 700;
}

/* ---------- prices ---------- */
.woocommerce-Price-amount { color: var(--bt-ink); font-weight: 600; }
del .woocommerce-Price-amount { color: var(--bt-muted); font-weight: 400; }
ins .woocommerce-Price-amount { color: var(--bt-coral); }
.stock.in-stock { color: var(--bt-green); }

/* ---------- homepage sections ---------- */
.bt-section { padding: 4rem 0; }
.bt-section--wash { background: var(--bt-wash); }
.bt-shell { width: min(1240px, 92vw); margin-inline: auto; }
.bt-eyebrow {
  font-family: var(--bt-sans);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .72rem;
  font-weight: 700;
  color: var(--bt-blue);
  margin: 0 0 .5rem;
}
.bt-title { font-family: var(--bt-serif); font-size: clamp(1.7rem, 3.4vw, 2.6rem); margin: 0 0 .6rem; }
.bt-lede  { color: var(--bt-muted); max-width: 60ch; margin: 0 auto 2.2rem; }
.bt-center { text-align: center; }

/* hero */
.bt-hero {
  background: linear-gradient(180deg, var(--bt-wash) 0%, #fff 100%);
  padding: clamp(3rem, 8vw, 6.5rem) 0;
  text-align: center;
}
.bt-hero h1 { font-size: clamp(2.1rem, 5.4vw, 4rem); line-height: 1.08; margin: 0 0 1rem; }
.bt-hero p { color: var(--bt-muted); font-size: 1.06rem; max-width: 56ch; margin: 0 auto 1.8rem; }
.bt-cta {
  display: inline-block;
  background: var(--bt-blue);
  color: #fff !important;
  padding: .95rem 2.1rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .8rem;
  font-weight: 700;
  border-radius: 4px;
  transition: background .15s ease;
}
.bt-cta:hover { background: var(--bt-blue-dark); }
.bt-cta--ghost { background: transparent; color: var(--bt-ink) !important; border: 1px solid var(--bt-ink); }
.bt-cta--ghost:hover { background: var(--bt-ink); color: #fff !important; }

/* category tiles */
.bt-cats { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 1.1rem; }
.bt-cat {
  position: relative; display: block; overflow: hidden;
  border: 1px solid var(--bt-line); background: #fff;
  text-decoration: none; color: inherit;
  transition: box-shadow .18s ease, transform .18s ease;
}
.bt-cat:hover { box-shadow: 0 10px 28px rgba(0,0,0,.09); transform: translateY(-2px); }
.bt-cat img { display: block; width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.bt-cat__ph { aspect-ratio: 1/1; background: var(--bt-wash); }
.bt-cat__label { padding: .95rem 1rem; }
.bt-cat__label strong { display: block; font-family: var(--bt-serif); font-size: 1.05rem; font-weight: 500; }
.bt-cat__label span { font-size: .78rem; color: var(--bt-muted); }

/* promo strip */
.bt-promo {
  background: var(--bt-ink); color: #fff;
  padding: clamp(2.4rem, 5vw, 4rem) 0; text-align: center;
}
.bt-promo h2 { color: #fff; font-size: clamp(1.5rem, 3.2vw, 2.3rem); margin: 0 0 .6rem; }
.bt-promo p { color: rgba(255,255,255,.78); margin: 0 0 1.5rem; }

/* trust row */
.bt-trust { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1.4rem; text-align: center; }
.bt-trust__item strong { display: block; font-family: var(--bt-serif); font-size: 1.06rem; margin-bottom: .25rem; }
.bt-trust__item span { font-size: .86rem; color: var(--bt-muted); }
.bt-trust__icon {
  width: 40px; height: 40px; margin: 0 auto .7rem;
  border: 1px solid var(--bt-blue); border-radius: 50%;
  display: grid; place-items: center; color: var(--bt-blue); font-size: 1.05rem;
}

/* product loops inside homepage sections */
.bt-section .woocommerce ul.products { margin: 0; }
.bt-section .woocommerce ul.products li.product { text-align: center; }

@media (max-width: 700px) {
  .bt-section { padding: 2.6rem 0; }
}

/* ---------- footer ---------- */
.bt-footer { background: var(--bt-ink); color: rgba(255,255,255,.72); padding: 3.4rem 0 0; }
.bt-footer__grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 2.2rem; padding-bottom: 2.6rem;
}
.bt-footer h3 {
  color: #fff; font-family: var(--bt-sans); font-size: .76rem;
  text-transform: uppercase; letter-spacing: .14em; font-weight: 700; margin: 0 0 1rem;
}
.bt-footer ul { list-style: none; margin: 0; padding: 0; }
.bt-footer li { margin-bottom: .5rem; font-size: .9rem; }
.bt-footer a { color: rgba(255,255,255,.72); text-decoration: none; }
.bt-footer a:hover { color: #fff; text-decoration: underline; }
.bt-footer__logo {
  font-family: var(--bt-serif); font-size: 1.6rem; color: #fff; margin: 0 0 .3rem; letter-spacing: .02em;
}
.bt-footer__tag { font-size: .88rem; margin: 0 0 1.1rem; color: rgba(255,255,255,.6); }
.bt-footer__addr { font-size: .86rem; line-height: 1.7; color: rgba(255,255,255,.6); margin: 0; }
.bt-footer__pay { font-size: .78rem; margin-top: 1rem; color: rgba(255,255,255,.5); }
.bt-footer__legal {
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 1.2rem 0; font-size: .8rem; color: rgba(255,255,255,.5);
}
@media (max-width: 900px) { .bt-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .bt-footer__grid { grid-template-columns: 1fr; gap: 1.8rem; } }

/* ================= homepage sections (mirrors the previous storefront) ================= */

/* four-panel hero strip */
.bt-hero4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.bt-hero4__panel { position: relative; display: block; overflow: hidden; text-decoration: none; }
.bt-hero4__panel img,
.bt-hero4__ph {
  display: block; width: 100%; height: clamp(300px, 42vw, 620px);
  object-fit: cover; transition: transform .5s ease;
}
.bt-hero4__ph { background: var(--bt-wash); }
.bt-hero4__panel:hover img { transform: scale(1.04); }
.bt-hero4__cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 2.4rem 1rem .95rem;
  background: linear-gradient(to top, rgba(0,0,0,.62), rgba(0,0,0,0));
  color: #fff; font-family: var(--bt-sans);
  font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  text-align: center;
}
@media (max-width: 780px) { .bt-hero4 { grid-template-columns: repeat(2, 1fr); } }

/* blush category band */
.bt-section--blush { background: #eef5f6; }

/* promo cards */
.bt-promos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.bt-promo-card {
  position: relative; min-height: 330px; display: flex; align-items: flex-start;
  background-size: cover; background-position: center; overflow: hidden;
}
.bt-promo-card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(0,0,0,.55), rgba(0,0,0,.15));
}
.bt-promo-card--navy::after { background: linear-gradient(120deg, rgba(19,38,72,.86), rgba(19,38,72,.52)); }
.bt-promo-card--light::after { background: linear-gradient(120deg, rgba(255,255,255,.82), rgba(255,255,255,.42)); }
.bt-promo-card__inner { position: relative; z-index: 1; padding: 2rem 1.9rem; max-width: 84%; }
.bt-promo-card h3 {
  font-family: var(--bt-serif); font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.2; margin: 0 0 1.1rem; color: #fff;
}
.bt-promo-card--light h3 { color: var(--bt-ink); }
.bt-promo-card__eyebrow {
  font-family: var(--bt-sans); font-size: .68rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; margin: 0 0 .5rem; color: #fff;
}
.bt-promo-card--light .bt-promo-card__eyebrow { color: var(--bt-coral); }
.bt-cta--coral { background: var(--bt-coral); }
.bt-cta--coral:hover { background: #005c50; }
@media (max-width: 880px) { .bt-promos { grid-template-columns: 1fr; } }

/* tabs */
.bt-tabs__nav { display: flex; gap: 1.8rem; border-bottom: 1px solid var(--bt-line); margin-bottom: 2rem; }
.bt-tabs__btn {
  background: none !important; border: 0 !important; padding: 0 0 .85rem !important;
  font-family: var(--bt-serif) !important; font-size: 1.22rem !important;
  color: #9a9a9a !important; cursor: pointer; text-transform: none !important;
  letter-spacing: 0 !important; font-weight: 500 !important;
  border-bottom: 2px solid transparent !important; border-radius: 0 !important;
}
.bt-tabs__btn.is-active { color: var(--bt-ink) !important; border-bottom-color: var(--bt-ink) !important; }
.bt-tabs__panel { display: none; }
.bt-tabs__panel.is-active { display: block; }

/* new collection */
.bt-collection { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.bt-coll-card { display: block; text-decoration: none; color: inherit; }
.bt-coll-card img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.bt-coll-card__eyebrow {
  display: block; margin: 1rem 0 .35rem; font-family: var(--bt-sans);
  font-size: .68rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--bt-muted);
}
.bt-coll-card__title { display: block; font-family: var(--bt-serif); font-size: 1.15rem; line-height: 1.35; }
.bt-coll-card:hover .bt-coll-card__title { color: var(--bt-blue); }
@media (max-width: 880px) { .bt-collection { grid-template-columns: 1fr; } }

/* blog */
.bt-blog { display: grid; grid-template-columns: 1.15fr 1fr; gap: 2.2rem; }
.bt-blog__list { display: flex; flex-direction: column; gap: 1.4rem; }
.bt-post__media { position: relative; display: block; overflow: hidden; }
.bt-post__media img { display: block; width: 100%; object-fit: cover; }
.bt-post--lead .bt-post__media img { aspect-ratio: 3/2; }
.bt-post__date {
  position: absolute; top: 0; left: 0; background: #fff; color: var(--bt-ink);
  padding: .5rem .8rem; font-family: var(--bt-sans); font-size: .68rem;
  font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.bt-post__eyebrow {
  font-family: var(--bt-sans); font-size: .66rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--bt-muted); margin: 1rem 0 .4rem;
}
.bt-post h3 { font-family: var(--bt-serif); font-size: 1.1rem; line-height: 1.35; margin: 0 0 .5rem; }
.bt-post--lead h3 { font-size: 1.5rem; text-transform: uppercase; letter-spacing: .01em; }
.bt-post h3 a { color: inherit; text-decoration: none; }
.bt-post h3 a:hover { color: var(--bt-blue); }
.bt-post__excerpt { font-size: .9rem; color: var(--bt-muted); margin: 0 0 .6rem; }
.bt-post__more {
  font-family: var(--bt-sans); font-size: .7rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--bt-coral); text-decoration: none;
}
.bt-blog__list .bt-post { display: grid; grid-template-columns: 120px 1fr; gap: 1rem; align-items: start; }
.bt-blog__list .bt-post__media img { aspect-ratio: 1/1; }
.bt-blog__list .bt-post__eyebrow { margin-top: 0; }
@media (max-width: 900px) { .bt-blog { grid-template-columns: 1fr; } }

/* section heading, left aligned like the original */
.bt-head-left { margin-bottom: 1.6rem; }
.bt-head-left .bt-title { margin: 0; font-size: clamp(1.4rem, 2.6vw, 2rem); }

/* ================= layout corrections (matching the original storefront) ================= */

/* white ground, not Blocksy's grey wash */
body, .site, #main, .site-main, .ct-container, .ct-container-full { background-color: #fff !important; }

/* no page title on the front page */
body.home .entry-header,
body.home .page-title,
body.home .ct-container > .entry-header { display: none !important; }

/* front page runs edge to edge */
body.home #main > .ct-container,
body.home .site-main > .ct-container { max-width: none !important; padding-left: 0 !important; padding-right: 0 !important; }
body.home .site-main { padding-top: 0 !important; }

/* hero breaks the container */
.bt-hero4 { width: 100vw; margin-left: calc(50% - 50vw); }

/* Blocksy's own footer is redundant - we render our own */
footer.ct-footer { display: none !important; }

/* ---------- product cards: strip the noise the original didn't show ---------- */
ul.products li.product .button,
ul.products li.product .added_to_cart,
ul.products li.product .ct-woo-card-actions,
ul.products li.product .product_type_variable,
ul.products li.product .product_type_simple { display: none !important; }

/* category breadcrumb text under titles - clutter */
ul.products li.product .ct-woo-card-extra,
ul.products li.product .woocommerce-loop-product__categories,
ul.products li.product .ct-product-categories,
ul.products li.product .posted_in { display: none !important; }

ul.products li.product .woocommerce-loop-product__title {
  font-size: .84rem !important;
  font-weight: 400 !important;
  letter-spacing: .01em;
  margin: .8rem 0 .35rem !important;
  line-height: 1.4;
}
ul.products li.product .price {
  font-family: var(--bt-sans);
  font-size: .88rem !important;
  font-weight: 600;
}

/* ---------- product grid: 4 / 3 / 2 columns, never 1 ---------- */
.woocommerce ul.products,
ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1.6rem 1.2rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.woocommerce ul.products li.product,
ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
}
@media (max-width: 1024px) {
  .woocommerce ul.products, ul.products { grid-template-columns: repeat(3, minmax(0,1fr)) !important; }
}
@media (max-width: 760px) {
  .woocommerce ul.products, ul.products { grid-template-columns: repeat(2, minmax(0,1fr)) !important; gap: 1.2rem .8rem !important; }
  ul.products li.product .woocommerce-loop-product__title { font-size: .76rem !important; }
}

/* keep product images a consistent shape */
ul.products li.product img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}

/* ---------- category tiles: centred, even ---------- */
.bt-cats { grid-template-columns: repeat(5, minmax(0,1fr)); gap: 1rem; }
.bt-cat { border: 0; text-align: center; }
.bt-cat:hover { box-shadow: none; transform: none; }
.bt-cat img { aspect-ratio: 1/1; }
.bt-cat__label { padding: .8rem .4rem 0; }
.bt-cat__label strong { font-size: .95rem; }
.bt-cat__label span { font-size: .72rem; color: var(--bt-muted); }
@media (max-width: 900px) { .bt-cats { grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (max-width: 560px) { .bt-cats { grid-template-columns: repeat(2, minmax(0,1fr)); } }

/* ---------- footer: stop the menu collapsing into a jumble ---------- */
.bt-footer ul,
.bt-footer .menu,
.bt-footer nav ul {
  display: block !important;
  columns: 1 !important;
}
.bt-footer li { display: block !important; float: none !important; width: auto !important; margin: 0 0 .5rem !important; }
.bt-footer nav { display: block !important; }
.bt-footer .menu-item a { display: inline !important; padding: 0 !important; }

/* ---------- promo cards: legible text ---------- */
.bt-promo-card { min-height: 300px; }
.bt-promo-card--light::after { background: linear-gradient(100deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.72) 45%, rgba(255,255,255,.25) 100%); }
.bt-promo-card h3 { font-size: clamp(1.15rem, 1.6vw, 1.5rem); margin-bottom: 1rem; }

/* ---------- tabs: larger, like the original ---------- */
.bt-tabs__btn { font-size: 1.35rem !important; }
@media (max-width: 560px) { .bt-tabs__nav { gap: 1.1rem; } .bt-tabs__btn { font-size: 1.05rem !important; } }

/* trust row: quieter */
.bt-trust__icon { border-color: var(--bt-line); color: var(--bt-muted); }

/* the actual Blocksy selectors for product-card meta */
ul.products li.product .entry-meta,
ul.products li.product ul.entry-meta,
ul.products li.product .meta-categories,
.ct-woo-card-actions { display: none !important; }

/* trust icons as clean glyphs */
.bt-trust__icon { width: 34px; height: 34px; font-size: 0; position: relative; border-color: var(--bt-line); }
.bt-trust__icon svg { width: 17px; height: 17px; stroke: var(--bt-blue); fill: none; stroke-width: 1.6; }

/* ================= custom header ================= */
header.ct-header, .ct-header { display: none !important; }

.bt-head { position: relative; z-index: 50; background: #fff; }
.bt-head__shell { width: min(1400px, 94vw); margin-inline: auto; }
.bt-head__top { border-bottom: 1px solid var(--bt-line); }
.bt-head__top .bt-head__shell {
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 1rem; min-height: 74px;
}
.bt-head__search { display: flex; align-items: center; gap: .5rem; }
.bt-head__search button { background: none !important; border: 0 !important; padding: 0 !important; cursor: pointer; }
.bt-head__search svg { width: 17px; height: 17px; stroke: var(--bt-ink); fill: none; stroke-width: 1.7; stroke-linecap: round; }
.bt-head__search input[type=search] {
  border: 0; outline: 0; background: none; font-size: .74rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--bt-muted); width: 130px;
}
.bt-head__logo { display: flex; align-items: center; gap: .45rem; text-decoration: none; justify-self: center; }
.bt-head__logo img { max-height: 44px; width: auto; display: block; }
.bt-head__mark { color: var(--bt-coral); font-size: 1.15rem; line-height: 1; }
.bt-head__word { font-family: var(--bt-serif); font-size: 1.85rem; color: var(--bt-ink); letter-spacing: .01em; }
.bt-head__util { display: flex; align-items: center; gap: 1.15rem; justify-self: end; }
.bt-head__util a { display: inline-flex; position: relative; }
.bt-head__util svg { width: 19px; height: 19px; stroke: var(--bt-ink); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.bt-head__count {
  position: absolute; top: -6px; right: -9px; background: var(--bt-coral); color: #fff;
  font-size: .58rem; font-weight: 700; min-width: 15px; height: 15px; border-radius: 8px;
  display: grid; place-items: center; padding: 0 3px;
}
.bt-head__burger { display: none; background: none !important; border: 0 !important; padding: 4px !important; cursor: pointer; }
.bt-head__burger span { display: block; width: 20px; height: 2px; background: var(--bt-ink); margin: 4px 0; }

.bt-head__nav { border-bottom: 1px solid var(--bt-line); }
ul.bt-menu {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 1.7rem; list-style: none; margin: 0; padding: .85rem 0;
}
ul.bt-menu > li { position: relative; }
ul.bt-menu > li > a {
  text-decoration: none; color: var(--bt-ink);
  font-size: .715rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase;
}
ul.bt-menu > li > a:hover { color: var(--bt-blue); }
ul.bt-menu .sub-menu {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  background: #fff; border: 1px solid var(--bt-line); box-shadow: 0 12px 30px rgba(0,0,0,.09);
  list-style: none; margin: 0; padding: .6rem 0; min-width: 236px;
  opacity: 0; visibility: hidden; transition: opacity .14s ease; z-index: 60;
}
ul.bt-menu > li:hover > .sub-menu { opacity: 1; visibility: visible; }
ul.bt-menu .sub-menu a {
  display: block; padding: .46rem 1.1rem; text-decoration: none;
  color: var(--bt-muted); font-size: .78rem; white-space: nowrap;
}
ul.bt-menu .sub-menu a:hover { color: var(--bt-ink); background: var(--bt-wash); }

.bt-drawer { border-bottom: 1px solid var(--bt-line); background: #fff; }
ul.bt-drawer__menu { list-style: none; margin: 0; padding: .5rem 0; }
ul.bt-drawer__menu li { border-top: 1px solid var(--bt-line); }
ul.bt-drawer__menu li:first-child { border-top: 0; }
ul.bt-drawer__menu a {
  display: block; padding: .8rem 3vw; text-decoration: none; color: var(--bt-ink);
  font-size: .78rem; letter-spacing: .1em; text-transform: uppercase;
}
ul.bt-drawer__menu .sub-menu { margin: 0; padding: 0 0 .4rem 1.4rem; list-style: none; }
ul.bt-drawer__menu .sub-menu a { text-transform: none; letter-spacing: 0; color: var(--bt-muted); padding: .45rem 3vw; }

@media (max-width: 900px) {
  .bt-head__nav { display: none; }
  .bt-head__burger { display: block; }
  .bt-head__search input[type=search] { width: 84px; }
  .bt-head__word { font-size: 1.45rem; }
}

/* ================= product cards: uppercase titles like the original ================= */
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2 {
  text-transform: uppercase !important;
  letter-spacing: .07em !important;
  font-family: var(--bt-sans) !important;
  font-size: .66rem !important;
  font-weight: 500 !important;
  color: var(--bt-ink) !important;
  line-height: 1.6 !important;
  margin: .9rem 0 .4rem !important;
}
ul.products li.product .price { font-size: .8rem !important; letter-spacing: .02em; }

/* hero: no caption overlays on the original */
.bt-hero4__cap { display: none; }
.bt-hero4__panel img, .bt-hero4__ph { height: clamp(320px, 37vw, 700px); }

/* ================= light footer ================= */
.bt-foot { background: #fff; border-top: 1px solid var(--bt-line); padding: 3.4rem 0 0; color: var(--bt-ink); }
.bt-foot__grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.25fr;
  gap: clamp(1.6rem, 3vw, 3rem); padding-bottom: 2.6rem;
}
.bt-foot h3 {
  font-family: var(--bt-sans); font-size: .7rem; font-weight: 700;
  letter-spacing: .15em; text-transform: uppercase; margin: 0 0 1rem; color: var(--bt-ink);
}
.bt-foot ul, .bt-foot .menu { list-style: none; margin: 0; padding: 0; display: block !important; }
.bt-foot li { display: block !important; margin: 0 0 .55rem !important; font-size: .82rem; }
.bt-foot a { color: var(--bt-muted); text-decoration: none; }
.bt-foot a:hover { color: var(--bt-blue); }
.bt-foot__logo { font-family: var(--bt-serif); font-size: 1.6rem; margin: 0 0 .35rem; }
.bt-foot__logo span { color: var(--bt-coral); }
.bt-foot__tag { font-size: .84rem; color: var(--bt-muted); margin: 0; max-width: 24ch; }
.bt-foot__details p { font-size: .8rem; color: var(--bt-muted); margin: 0 0 .7rem; line-height: 1.55; }
.bt-foot__details strong { color: var(--bt-ink); font-weight: 600; }
.bt-foot__hours { font-size: .82rem; color: var(--bt-muted); margin: 0; line-height: 1.7; }
.bt-foot__bar {
  border-top: 1px solid var(--bt-line); padding: 1.1rem 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: .78rem; color: var(--bt-muted);
}
.bt-foot__pay { display: inline-flex; align-items: center; gap: .7rem; }
.bt-foot__pay svg { height: 20px; width: auto; }
@media (max-width: 1050px) { .bt-foot__grid { grid-template-columns: 1fr 1fr 1fr; } }
@media (max-width: 620px) {
  .bt-foot__grid { grid-template-columns: 1fr 1fr; gap: 1.6rem; }
  .bt-foot__bar { flex-direction: column; gap: .7rem; }
}

/* ================= front page runs edge to edge ================= */
body.home .site-main,
body.home .ct-container-full,
body.home article.page,
body.home .woocommerce,
body.home .hero-section,
body.home .entry-content,
body.sh-owns-hero .ct-container-full,
body.sh-owns-hero article.page,
body.sh-owns-hero .woocommerce,
body.sh-owns-hero .hero-section,
body.sh-owns-hero .entry-content {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* WordPress constrained-layout children get their own max-width - clear it */
body.home .entry-content.is-layout-constrained > *,
body.home .entry-content.is-layout-flow > *,
body.home .hero-section > *,
body.sh-owns-hero .entry-content.is-layout-constrained > *,
body.sh-owns-hero .entry-content.is-layout-flow > *,
body.sh-owns-hero .hero-section > * {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* hero no longer needs the viewport hack once the container is open */
.bt-hero4 { width: 100%; margin-left: 0; }

/* kill the dead space above the hero */
body.home .site-main,
body.sh-owns-hero .site-main { padding-top: 0 !important; margin-top: 0 !important; }
body.home .woocommerce-notices-wrapper:empty,
body.sh-owns-hero .woocommerce-notices-wrapper:empty { display: none !important; }
body.home article.page,
body.sh-owns-hero article.page { margin: 0 !important; padding: 0 !important; }
body.home .entry-content > section:first-child,
body.sh-owns-hero .entry-content > section:first-child,
body.home .entry-content > .bt-hero4 { margin-top: 0 !important; }

/* inner width for section content */
.bt-shell { width: min(1400px, 92vw); }

/* ---- restore centring after the full-bleed overrides ---- */
body.home .entry-content > section,
body.sh-owns-hero .entry-content > section,
body.home .entry-content > .bt-hero4,
body.home .bt-section {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}
/* the inner shell is what centres content - never let the overrides above reach it */
.bt-section > .bt-shell,
.bt-foot > .bt-shell,
.bt-shell {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: min(1400px, 92vw) !important;
  width: min(1400px, 92vw) !important;
  box-sizing: border-box;
}

/* Blocksy wraps page content in .hero-section (its page-title area) - zero it on home */
body.home .hero-section,
body.sh-owns-hero .hero-section { padding: 0 !important; margin: 0 !important; min-height: 0 !important; }
body.home .hero-section > .entry-header,
body.sh-owns-hero .hero-section > .entry-header,
body.home .page-title-wrap,
body.sh-owns-hero .page-title-wrap,
body.sh-owns-hero .entry-header,
body.sh-owns-hero h1.entry-title { display: none !important; }
body.home .ct-container-full,
body.sh-owns-hero .ct-container-full { padding-top: 0 !important; }
body.home .entry-content,
body.sh-owns-hero .entry-content { row-gap: 0 !important; }
body.home .entry-content > *:first-child,
body.sh-owns-hero .entry-content > *:first-child { margin-top: 0 !important; }
/* promo copy: Title Case sizing to match the original */
.bt-promo-card h3 { font-size: clamp(1.2rem, 1.75vw, 1.65rem); line-height: 1.25; }

/* ================= mobile overflow ================= */
html, body { max-width: 100%; overflow-x: hidden; }
img, svg, video { max-width: 100%; }

/* header must never push past the viewport */
.bt-head__top .bt-head__shell { min-width: 0; }
.bt-head__search { min-width: 0; flex: 0 1 auto; }
.bt-head__search input[type=search] { min-width: 0; width: 100%; max-width: 130px; }
.bt-head__logo { min-width: 0; }
.bt-head__word { white-space: nowrap; }

@media (max-width: 700px) {
  .bt-head__shell { width: min(1400px, 94vw); }
  .bt-head__top .bt-head__shell { grid-template-columns: auto 1fr auto; gap: .6rem; min-height: 62px; }
  .bt-head__search input[type=search] { display: none; }   /* icon-only search on small screens */
  .bt-head__logo { justify-self: center; }
  .bt-head__word { font-size: 1.25rem; }
  .bt-head__util { gap: .85rem; }
  .bt-head__util svg { width: 18px; height: 18px; }
}

/* grids must be allowed to shrink */
.bt-cats, .bt-promos, .bt-collection, .bt-hero4, .bt-blog, .bt-trust, .bt-foot__grid {
  min-width: 0;
}
.bt-cats > *, .bt-promos > *, .bt-collection > *, .bt-hero4 > *, .bt-foot__grid > * { min-width: 0; }

@media (max-width: 560px) {
  .bt-cats { grid-template-columns: repeat(2, minmax(0,1fr)); gap: .7rem; }
  .bt-cat__label strong { font-size: .82rem; }
  .bt-cat__label span { font-size: .66rem; }
  .bt-hero4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .bt-hero4__panel img, .bt-hero4__ph { height: 46vw; }
  .bt-title { font-size: 1.35rem !important; }
  .bt-section { padding: 2.2rem 0; }
}

/* ================================================================
   BRAND COLOUR: coral #ef8b59 (the mark before the wordmark).
   Overrides Blocksy's default blue palette everywhere, and re-points
   the internal tokens so existing rules inherit it without edits.
   ================================================================ */
:root,
html:root {
  /* Blocksy's own accent + accent-hover */
  --theme-palette-color-1: #357284 !important;
  --theme-palette-color-2: #2a5b68 !important;
  /* re-point internal tokens (kept named 'blue' so existing rules pick it up) */
  --bt-blue:      #357284;
  --bt-blue-dark: #2a5b68;
  --bt-accent:      #357284;
  --bt-accent-dark: #2a5b68;
  --bt-accent-tint: #eef5f6;
}

/* Blocksy button/link colours that reference hard-coded values */
:root {
  --theme-button-background-initial-color: #357284 !important;
  --theme-button-background-hover-color:   #2a5b68 !important;
  --theme-link-initial-color:              #357284 !important;
  --theme-link-hover-color:                #2a5b68 !important;
}

/* anything still painting blue: catch links + WooCommerce chrome site-wide */
a { color: var(--bt-accent); }
a:hover { color: var(--bt-accent-dark); }
.bt-head__util a, .bt-head__logo, ul.bt-menu > li > a,
ul.products li.product a, .bt-foot a, .bt-cat, .bt-coll-card { color: inherit; }
ul.bt-menu > li > a:hover,
.bt-foot a:hover,
.bt-coll-card:hover .bt-coll-card__title { color: var(--bt-accent) !important; }

/* WooCommerce accents */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info { border-top-color: var(--bt-accent) !important; }
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before { color: var(--bt-accent) !important; }
.woocommerce span.onsale,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle { background-color: var(--bt-accent) !important; }
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: var(--bt-accent) !important; color: #fff !important; border-color: var(--bt-accent) !important;
}
.woocommerce-tabs ul.tabs li.active a { color: var(--bt-accent) !important; box-shadow: inset 0 -2px 0 var(--bt-accent); }
.star-rating span::before, .woocommerce .star-rating span::before { color: var(--bt-accent) !important; }

/* form focus rings */
input:focus, textarea:focus, select:focus {
  outline: none !important;
  border-color: var(--bt-accent) !important;
  box-shadow: 0 0 0 2px rgba(53,114,132,.22) !important;
}

/* trust icons + eyebrows follow the brand */
.bt-eyebrow { color: var(--bt-accent); }
.bt-trust__icon svg { stroke: var(--bt-accent); }
.bt-cta { background: var(--bt-accent); }
.bt-cta:hover { background: var(--bt-accent-dark); }

/* nav: keep on one line down to the mobile breakpoint */
ul.bt-menu { gap: 1.15rem; flex-wrap: nowrap; }
ul.bt-menu > li > a { font-size: .68rem; letter-spacing: .1em; white-space: nowrap; }
@media (max-width: 1300px) { ul.bt-menu { gap: .85rem; } ul.bt-menu > li > a { font-size: .645rem; letter-spacing: .07em; } }
@media (max-width: 1100px) { ul.bt-menu { gap: .65rem; } ul.bt-menu > li > a { font-size: .61rem; letter-spacing: .05em; } }

/* inner pages: readable measure + consistent heading rhythm */
body:not(.home) .entry-content { max-width: 860px; margin-inline: auto; }
body:not(.home) .entry-content h2 { margin-top: 2.1rem; margin-bottom: .7rem; font-size: 1.5rem; }
body:not(.home) .entry-content h3 { margin-top: 1.5rem; margin-bottom: .5rem; font-size: 1.12rem; }
body:not(.home) .entry-content p,
body:not(.home) .entry-content li { line-height: 1.75; color: #3c3c3c; }
body:not(.home) .entry-content ul { padding-left: 1.15rem; margin-bottom: 1rem; }
body:not(.home) .page-title { font-family: var(--bt-serif); }

/* contact form */
.wpcf7-form p { margin-bottom: 1rem; }
.wpcf7-form label { display: block; font-size: .74rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--bt-ink); }
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form textarea {
  width: 100%; padding: .7rem .85rem; border: 1px solid var(--bt-line); border-radius: 4px;
  font-size: .92rem; margin-top: .35rem; background: #fff;
}
.wpcf7-form .wpcf7-submit { width: auto; padding: .9rem 2.2rem !important; }
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item { margin: 0; }
.wpcf7-form .wpcf7-acceptance label { text-transform: none; letter-spacing: 0; font-weight: 400; font-size: .86rem; display: flex; gap: .5rem; align-items: flex-start; }

/* single product page */
.woocommerce div.product .product_title { font-size: clamp(1.4rem, 2.4vw, 2rem); margin-bottom: .5rem; }
.woocommerce div.product p.price { font-family: var(--bt-sans); font-size: 1.25rem; font-weight: 600; }
.woocommerce div.product form.cart .button { padding: .95rem 2rem !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { font-family: var(--bt-sans); font-size: .76rem; letter-spacing: .09em; text-transform: uppercase; }
.woocommerce div.product table.variations td { padding: .4rem 0; }
.woocommerce div.product .variations label { font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }

/* shop / archive header */
.woocommerce .woocommerce-products-header__title,
.woocommerce-page h1.page-title { font-family: var(--bt-serif); font-weight: 500; }
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering select { font-size: .82rem; }

/* ---- warm Blocksy's neutrals: its defaults are cool blue-greys that fight the coral ---- */
:root, html:root {
  --theme-palette-color-3: #4e4b66 !important;   /* body text        (was #3A4F66) */
  --theme-palette-color-4: #212121 !important;   /* headings         (was #192a3d) */
  --theme-palette-color-5: #ebebeb !important;   /* borders          (was #e1e8ed) */
  --theme-palette-color-6: #f7f3f1 !important;   /* light fills      (was #f2f5f7) */
  --theme-palette-color-7: #fdfbfa !important;   /* lightest fill    (was #FAFBFC) */
}

/* page title band: warm blush, serif, matching the homepage bands */
.hero-section,
.page-title-wrap,
body:not(.home) .hero-section {
  background-color: var(--bt-accent-tint) !important;
}
body:not(.home) .hero-section { padding: 3.2rem 0 !important; }
.page-title, .woocommerce-products-header__title, h1.entry-title {
  font-family: var(--bt-serif) !important;
  font-weight: 500 !important;
  font-size: clamp(1.7rem, 3vw, 2.4rem) !important;
  color: var(--bt-ink) !important;
}
/* the inner content of non-home pages keeps a white ground */
body:not(.home) .site-main > .ct-container,
body:not(.home) .site-main > .ct-container-full { background: #fff !important; }

/* archive toolbar */
.woocommerce .woocommerce-result-count {
  font-family: var(--bt-sans); font-size: .72rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--bt-muted);
}
.woocommerce .woocommerce-ordering select {
  border: 1px solid var(--bt-line); padding: .55rem .8rem; border-radius: 4px; font-size: .82rem;
}
/* breadcrumbs */
.woocommerce .woocommerce-breadcrumb {
  font-family: var(--bt-sans); font-size: .68rem; letter-spacing: .09em;
  text-transform: uppercase; color: var(--bt-muted); margin-bottom: 1.6rem;
}
.woocommerce .woocommerce-breadcrumb a { color: var(--bt-accent); }

/* ================================================================
   ARCHIVE / PAGE HERO BANDS
   Blocksy paints the category's own thumbnail as a full-width hero
   background. A product cut-out cropped to a wide banner is
   unreadable (and unrecognisable), so we use the warm band instead.
   ================================================================ */
.hero-section,
.hero-section[data-type="type-1"],
.hero-section[data-type="type-2"],
[data-prefix="woo_categories"] .hero-section,
[data-prefix="product_cat"] .hero-section,
[data-prefix="woo_archive"] .hero-section,
[data-prefix="single_page"] .hero-section,
[data-prefix="blog"] .hero-section {
  background-image: none !important;
  background-color: var(--bt-accent-tint) !important;
}
/* nothing dark left behind the text */
.hero-section::before,
.hero-section::after { display: none !important; }
.hero-section .page-title,
.hero-section .entry-meta,
.hero-section .woocommerce-breadcrumb,
.hero-section .term-description,
.hero-section a {
  color: var(--bt-ink) !important;
  text-shadow: none !important;
}
.hero-section .entry-meta,
.hero-section .term-description { color: var(--bt-muted) !important; }
.hero-section .woocommerce-breadcrumb a { color: var(--bt-accent) !important; }

/* SAFETY NET: if any hero ever does get a background image again,
   force a scrim and light text so the copy stays readable. */
.hero-section[style*="background-image"] {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}
.hero-section[style*="background-image"]::after {
  display: block !important;
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.30), rgba(0,0,0,.55));
}
.hero-section[style*="background-image"] > * { position: relative; z-index: 1; }
.hero-section[style*="background-image"] .page-title,
.hero-section[style*="background-image"] .entry-meta,
.hero-section[style*="background-image"] a { color: #fff !important; }

/* the homepage has its own hero - never let this band appear there */
body.home .hero-section { background-color: transparent !important; padding: 0 !important; }

/* Blocksy renders the term thumbnail as a real <img> inside the hero
   (figure.ct-media-container), not a CSS background. Remove it: a product
   cut-out stretched to a wide banner is neither readable nor recognisable. */
.hero-section > figure,
.hero-section figure.ct-media-container,
.hero-section .ct-media-container,
.hero-section[data-type="type-2"] > figure { display: none !important; }

.hero-section {
  background-color: var(--bt-accent-tint) !important;
  padding: 3.4rem 0 !important;
  min-height: 0 !important;
  text-align: center;
}
.hero-section .entry-header { padding: 0 !important; }
.hero-section .page-title { margin: 0 !important; }
body.home .hero-section { padding: 0 !important; background: transparent !important; }

/* title band must run full width on inner pages too */
body:not(.home) .hero-section {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  max-width: none !important;
}
body:not(.home) .hero-section .entry-header {
  width: min(1400px, 92vw); margin-inline: auto !important;
}

/* contact details block */
ul.bt-contact-list { list-style: none; margin: 1.6rem 0 2.4rem; padding: 0; display: grid; gap: 1rem; }
ul.bt-contact-list li { display: grid; gap: .15rem; padding-bottom: .9rem; border-bottom: 1px solid var(--bt-line); }
ul.bt-contact-list strong {
  font-family: var(--bt-sans); font-size: .68rem; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase; color: var(--bt-muted);
}
ul.bt-contact-list span { font-size: .98rem; color: var(--bt-ink); }
@media (min-width: 620px) { ul.bt-contact-list { grid-template-columns: 1fr 1fr; gap: 1.1rem 2rem; } }

/* ================= Shorean homepage sections ================= */
/* Rebuilt to mirror the previous storefront section-for-section.            */

.sh-shell { width: min(1440px, 100% - 4rem); margin-inline: auto; }
.sh-sec   { padding: clamp(2.6rem, 5vw, 4.6rem) 0; }
.sh-center { text-align: center; }

.sh-h2 {
  font-family: var(--bt-serif); font-weight: 500; line-height: 1.12;
  font-size: clamp(1.75rem, 3.4vw, 2.9rem);
  margin: 0 0 1.6rem; color: var(--bt-ink); text-transform: capitalize;
}
.sh-eyebrow {
  font-family: var(--bt-sans); font-size: .72rem; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--bt-blue); margin: 0 0 .55rem;
}

/* Buttons. Deliberately not .button so Blocksy/Woo styles don't reach them. */
.sh-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .95rem 2.1rem; border: 1px solid transparent; border-radius: 4px;
  font-family: var(--bt-sans); font-size: .74rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; text-decoration: none;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
  cursor: pointer; white-space: nowrap;
}
.sh-btn--dark  { background: var(--bt-ink) !important; color: #fff !important; }
.sh-btn--dark:hover  { background: var(--bt-blue) !important; color: #fff !important; }
.sh-btn--light { background: #fff !important; color: var(--bt-ink) !important; }
.sh-btn--light:hover { background: var(--bt-ink) !important; color: #fff !important; }

/* ---------- 1. hero slider ---------- */
.sh-hero { position: relative; overflow: hidden; background: var(--bt-wash); }
.sh-hero__track { display: grid; }
.sh-hero__slide {
  grid-area: 1 / 1; display: grid; grid-template-columns: 55% 45%;
  min-height: clamp(460px, 46vw, 680px);
  opacity: 0; visibility: hidden; transition: opacity .7s ease;
}
.sh-hero__slide.is-active { opacity: 1; visibility: visible; }
.sh-hero__slide--flip .sh-hero__panel { order: 2; }
.sh-hero__slide--flip .sh-hero__media { order: 1; }

.sh-hero__panel {
  position: relative; display: grid; align-items: center;
  padding: clamp(2.4rem, 5vw, 5rem) clamp(1.5rem, 5vw, 5.5rem);
  background-image: var(--sh-hero-bg); background-size: cover; background-position: center;
  background-color: var(--bt-blue);
}
.sh-hero__panel::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(20,58,68,.62), rgba(20,58,68,.34));
}
.sh-hero__copy { position: relative; z-index: 1; max-width: 34rem; }
.sh-hero__title {
  font-family: var(--bt-serif); font-weight: 500; color: #fff;
  font-size: clamp(2.1rem, 4.4vw, 4rem); line-height: 1.06;
  margin: 0 0 1.1rem; text-transform: capitalize;
}
.sh-hero__lede {
  color: rgba(255,255,255,.9); font-size: clamp(.95rem, 1.05vw, 1.05rem);
  line-height: 1.65; margin: 0 0 2rem; max-width: 30rem;
}
.sh-hero__media { position: relative; overflow: hidden; background: var(--bt-blue-dark); }
.sh-hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.sh-hero__dots {
  position: absolute; z-index: 3; left: clamp(1.5rem, 5vw, 5.5rem); bottom: 1.8rem;
  display: flex; gap: .6rem;
}
.sh-hero__dot {
  width: 10px; height: 10px; padding: 0; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.85); background: transparent !important;
  cursor: pointer; transition: background-color .2s ease;
}
.sh-hero__dot.is-active { background: #fff !important; }

@media (max-width: 860px) {
  .sh-hero__slide { grid-template-columns: 1fr; min-height: 0; }
  .sh-hero__slide--flip .sh-hero__panel,
  .sh-hero__slide--flip .sh-hero__media { order: initial; }
  .sh-hero__panel { background-image: var(--sh-hero-bg-sm, var(--sh-hero-bg)); min-height: 420px; }
  .sh-hero__copy { max-width: none; }
  .sh-hero__media { aspect-ratio: 16 / 10; }
  .sh-hero__dots { left: 50%; transform: translateX(-50%); bottom: auto; top: calc(420px - 2.4rem); }
}

/* ---------- 2. popular category ---------- */
.sh-popular { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: clamp(.8rem, 1.6vw, 1.6rem); }
.sh-pop { display: block; text-decoration: none; color: inherit; text-align: center; }
.sh-pop__media { display: block; overflow: hidden; border-radius: 4px; background: var(--bt-wash); }
.sh-pop img {
  display: block; width: 100%; aspect-ratio: 3/4; object-fit: cover;
  transition: transform .5s ease;
}
.sh-pop:hover img { transform: scale(1.04); }
.sh-pop__label { display: block; padding: 1rem .4rem 0; }
.sh-pop__label strong {
  display: block; font-family: var(--bt-sans); font-size: .8rem; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase; color: var(--bt-ink);
}
.sh-pop__label span { display: block; margin-top: .3rem; font-size: .78rem; color: var(--bt-muted); }
.sh-pop:hover .sh-pop__label strong { color: var(--bt-blue); }

.sh-popular__foot {
  display: grid; justify-items: center; gap: 1.4rem;
  margin-top: clamp(2rem, 3.5vw, 3rem); text-align: center;
}
.sh-popular__foot p { margin: 0; max-width: 52ch; color: var(--bt-muted); line-height: 1.7; }

@media (max-width: 860px) { .sh-popular { grid-template-columns: repeat(2, minmax(0,1fr)); } }

/* ---------- 3/7. product rail (carousel) ---------- */
.sh-rail { position: relative; }
.sh-rail__viewport { overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; scrollbar-width: none; }
.sh-rail__viewport::-webkit-scrollbar { display: none; }
/* Beat the 4/3/2-column grid rules further up the sheet. */
.sh-rail__viewport ul.products {
  display: flex !important; grid-template-columns: none !important;
  gap: clamp(.8rem, 1.6vw, 1.5rem); margin: 0 !important; padding: 0 !important;
  list-style: none; scroll-snap-type: x mandatory;
}
.sh-rail__viewport ul.products > li.product {
  flex: 0 0 clamp(190px, 19%, 260px); width: auto !important;
  margin: 0 !important; scroll-snap-align: start;
}
.sh-rail__arrow {
  position: absolute; top: 34%; z-index: 2; width: 44px; height: 44px;
  display: grid; place-items: center; border-radius: 50%;
  background: #fff !important; border: 1px solid var(--bt-line) !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.1); cursor: pointer; padding: 0;
  transition: background-color .2s ease, opacity .2s ease;
}
.sh-rail__arrow svg { width: 20px; height: 20px; fill: none; stroke: var(--bt-ink); stroke-width: 1.8; }
.sh-rail__arrow:hover { background: var(--bt-ink) !important; }
.sh-rail__arrow:hover svg { stroke: #fff; }
.sh-rail__arrow[disabled] { opacity: .3; cursor: default; }
.sh-rail__arrow--prev { left: -22px; }
.sh-rail__arrow--next { right: -22px; }
.sh-rail__dots { display: flex; justify-content: center; gap: .5rem; margin-top: 1.8rem; }
.sh-rail__dot {
  width: 9px; height: 9px; padding: 0; border-radius: 50%;
  background: var(--bt-line) !important; border: 0 !important; cursor: pointer;
}
.sh-rail__dot.is-active { background: var(--bt-blue) !important; }
@media (max-width: 1520px) {
  .sh-rail__arrow--prev { left: 4px; }
  .sh-rail__arrow--next { right: 4px; }
}
@media (max-width: 620px) {
  .sh-rail__viewport ul.products > li.product { flex-basis: 62%; }
  .sh-rail__arrow { display: none; }
}

/* ---------- 4. featured band ---------- */
.sh-featured {
  position: relative; overflow: hidden; isolation: isolate;
  background-size: cover; background-position: center;
  padding: clamp(3.4rem, 7vw, 7rem) 0;
}
.sh-featured::before {
  content: ''; position: absolute; inset: 0; z-index: -2;
  background: linear-gradient(180deg, rgba(0,0,0,.58), rgba(0,0,0,.68));
}
.sh-featured__word {
  position: absolute; z-index: -1; top: 50%; left: 0;
  transform: translateY(-50%); width: min(700px, 56%);
  opacity: .12; pointer-events: none; filter: brightness(3);
}
.sh-featured__inner {
  position: relative; display: grid; grid-template-columns: 35% 1fr;
  gap: clamp(1.8rem, 4vw, 4rem); align-items: center;
}
.sh-featured__copy .sh-eyebrow { color: rgba(255,255,255,.85); }
.sh-featured__copy .sh-h2 { color: #fff; margin-bottom: 1rem; }
.sh-featured__lede { color: rgba(255,255,255,.86); line-height: 1.7; margin: 0 0 2rem; max-width: 40ch; }
/* Two cards, on a dark ground: give the tiles a light plate so the Woo card
   text (dark by default) stays legible. */
.sh-featured__products ul.products {
  display: grid !important; grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  gap: clamp(1rem, 2vw, 1.6rem); margin: 0 !important; padding: 0 !important; list-style: none;
}
.sh-featured__products ul.products > li.product {
  width: auto !important; margin: 0 !important;
  background: #fff; border-radius: 4px; padding: 1rem 1rem 1.4rem;
}
@media (max-width: 900px) {
  .sh-featured__inner { grid-template-columns: 1fr; }
  .sh-featured__lede { max-width: none; }
}

/* ---------- 5. wide promo ---------- */
.sh-promo {
  position: relative; background-size: cover; background-position: center;
  display: grid; align-items: center; min-height: clamp(340px, 42vw, 800px);
  padding: clamp(2.5rem, 5vw, 4rem) 0; color: #fff; text-align: center;
}
.sh-promo::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.46));
}
.sh-promo .sh-shell { position: relative; z-index: 1; }
.sh-promo__inner { width: min(680px, 100%); margin-inline: auto; }
.sh-promo__title {
  font-family: var(--bt-serif); font-weight: 500; color: #fff;
  font-size: clamp(1.85rem, 3.8vw, 3.2rem); line-height: 1.14; margin: 0 0 1rem;
}
.sh-promo__title span { font-style: italic; }
.sh-promo p { color: rgba(255,255,255,.92); margin: 0 0 .4rem; line-height: 1.7; }
.sh-promo p + p { margin-bottom: 2rem; }

/* ---------- 6. two split banners ---------- */
.sh-banners { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 2vw, 1.6rem); }
.sh-banner {
  position: relative; overflow: hidden; border-radius: 4px;
  background-size: cover; background-position: center;
  min-height: clamp(240px, 26vw, 400px);
  display: grid; align-items: end;
}
.sh-banner::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.06) 30%, rgba(0,0,0,.62));
}
.sh-banner__inner { position: relative; z-index: 1; padding: clamp(1.4rem, 2.6vw, 2.4rem); }
.sh-banner__inner p {
  color: #fff; margin: 0 0 1.3rem; line-height: 1.65;
  font-size: clamp(.95rem, 1.15vw, 1.08rem); max-width: 34ch;
}
@media (max-width: 800px) { .sh-banners { grid-template-columns: 1fr; } }

/* ---------- 7. best items tabs ---------- */
.sh-tabs .bt-tabs__nav {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: clamp(1.2rem, 3vw, 2.8rem); margin: 0 0 clamp(1.8rem, 3vw, 2.6rem);
  border-bottom: 1px solid var(--bt-line);
}
.sh-tabs .bt-tabs__btn {
  background: transparent !important; border: 0 !important; padding: 0 0 .9rem;
  color: var(--bt-muted) !important; cursor: pointer;
  font-family: var(--bt-sans) !important; font-size: .78rem !important; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  border-bottom: 2px solid transparent !important; margin-bottom: -1px;
  border-radius: 0 !important;
}
.sh-tabs .bt-tabs__btn.is-active {
  color: var(--bt-ink) !important; border-bottom-color: var(--bt-blue) !important;
}
.sh-tabs .bt-tabs__panel { display: none; }
.sh-tabs .bt-tabs__panel.is-active { display: block; }

/* ---------- 8. brand collage ---------- */
.sh-collage { display: grid; grid-template-columns: 1fr 1.6fr; gap: clamp(1rem, 2vw, 1.6rem); align-items: stretch; }
.sh-collage + .sh-collage { margin-top: clamp(1rem, 2vw, 1.6rem); }
.sh-collage--flip { grid-template-columns: 1.6fr 1fr; }
.sh-collage--flip .sh-collage__panel { order: 2; }
.sh-collage--flip .sh-collage__photo { order: 1; }
.sh-collage__panel {
  background: #f1eee9; border-radius: 4px; display: grid; align-content: center;
  justify-items: start; gap: .2rem; padding: clamp(1.8rem, 3.4vw, 3.2rem);
}
.sh-collage__title {
  font-family: var(--bt-serif); font-weight: 500; font-style: italic;
  font-size: clamp(1.7rem, 3.2vw, 2.7rem); line-height: 1.1;
  margin: 0 0 1.5rem; color: var(--bt-ink); text-transform: lowercase;
}
.sh-collage__photo {
  position: relative; display: block; overflow: hidden; border-radius: 4px;
  background: var(--bt-wash); min-height: clamp(240px, 25vw, 380px);
}
.sh-collage__photo img {
  position: absolute; inset: 0; display: block; width: 100%; height: 100%;
  object-fit: cover; transition: transform .6s ease;
}
.sh-collage__photo:hover img { transform: scale(1.03); }
@media (max-width: 800px) {
  .sh-collage { grid-template-columns: 1fr; }
  .sh-collage--flip .sh-collage__panel,
  .sh-collage--flip .sh-collage__photo { order: initial; }
}

/* ---------- 9. journal ---------- */
.sh-journal {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr));
  gap: clamp(1.2rem, 2.4vw, 2.2rem); text-align: left;
  margin: 0 0 clamp(2rem, 3.5vw, 3rem);
}
.sh-jcard { display: grid; gap: 1rem; }
.sh-jcard__media { display: block; overflow: hidden; border-radius: 4px; background: var(--bt-wash); }
.sh-jcard__media img { display: block; width: 100%; aspect-ratio: 3/2; object-fit: cover; transition: transform .5s ease; }
.sh-jcard__media:hover img { transform: scale(1.04); }
.sh-jcard__meta {
  display: flex; align-items: center; gap: .7rem; margin: 0;
  font-family: var(--bt-sans); font-size: .7rem; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase; color: var(--bt-muted);
}
.sh-jcard__cat { color: var(--bt-blue); }
.sh-jcard h3 { font-family: var(--bt-serif); font-weight: 500; font-size: 1.22rem; line-height: 1.3; margin: .4rem 0 0; }
.sh-jcard h3 a { color: var(--bt-ink); text-decoration: none; }
.sh-jcard h3 a:hover { color: var(--bt-blue); }
@media (max-width: 860px) { .sh-journal { grid-template-columns: 1fr; } }

/* ---------- 10. paradise band ---------- */
.sh-paradise {
  position: relative; background-size: cover; background-position: center 30%;
  min-height: clamp(280px, 32vw, 460px); display: grid; place-items: center;
  padding: clamp(2.4rem, 5vw, 4rem) 1.5rem; text-align: center;
}
.sh-paradise::before {
  content: ''; position: absolute; inset: 0;
  /* Bright water washes the heading out, so darken the centre as well as
     the top-to-bottom sweep. */
  background:
    radial-gradient(62% 62% at 50% 52%, rgba(0,0,0,.44), rgba(0,0,0,0) 72%),
    linear-gradient(180deg, rgba(0,0,0,.26), rgba(0,0,0,.46));
}
.sh-paradise__title {
  position: relative; z-index: 1; margin: 0; color: #fff;
  font-family: var(--bt-serif); font-weight: 500; line-height: 1.12;
  font-size: clamp(1.9rem, 4.2vw, 3.4rem);
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}

/* ---------- 11. instagram marquee ---------- */
.sh-marquee { overflow: hidden; padding: clamp(1.6rem, 3vw, 2.6rem) 0; background: #fff; }
.sh-marquee__track { display: flex; width: max-content; animation: sh-marquee 38s linear infinite; }
.sh-marquee__item {
  flex: 0 0 auto; padding: 0 1.6rem; white-space: nowrap;
  font-family: var(--bt-serif); font-weight: 500; line-height: 1.1;
  font-size: clamp(1.5rem, 3.6vw, 3rem); color: var(--bt-ink);
}
.sh-marquee__item em { font-style: italic; color: var(--bt-blue); }
@keyframes sh-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .sh-marquee__track { animation: none; }
}

/* ---------- 12. trust row ---------- */
.sh-sec--trust { padding-top: 0; }
.sh-trust {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr));
  gap: clamp(1.2rem, 2.4vw, 2.4rem);
  padding: clamp(1.8rem, 3vw, 2.6rem) 0;
  border-top: 1px solid var(--bt-line); border-bottom: 1px solid var(--bt-line);
}
.sh-trust__item { display: flex; align-items: center; gap: 1rem; }
.sh-trust__icon { flex: 0 0 auto; display: grid; place-items: center; width: 42px; height: 42px; }
.sh-trust__icon svg { width: 30px; height: 30px; fill: none; stroke: var(--bt-blue); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.sh-trust__item strong {
  display: block; font-family: var(--bt-sans); font-size: .8rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--bt-ink); margin-bottom: .2rem;
}
.sh-trust__item span { display: block; font-size: .85rem; color: var(--bt-muted); line-height: 1.5; }
@media (max-width: 980px) { .sh-trust { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .sh-trust { grid-template-columns: 1fr; } }

/* ---------- 13. newsletter ---------- */
.sh-news { background: var(--bt-blue); color: #fff; padding: clamp(2.4rem, 4.5vw, 4rem) 0; }
.sh-news__inner {
  display: grid; grid-template-columns: 1fr auto; gap: clamp(1.4rem, 3vw, 3rem);
  align-items: center;
}
.sh-news__title {
  font-family: var(--bt-serif); font-weight: 500; color: #fff;
  font-size: clamp(1.4rem, 2.6vw, 2.1rem); margin: 0 0 .4rem;
}
.sh-news__copy p { margin: 0; color: rgba(255,255,255,.85); line-height: 1.6; }
.sh-news__form { display: flex; gap: .6rem; flex-wrap: wrap; }
.sh-news__form input[type=email] {
  min-width: 260px; flex: 1 1 260px; padding: .95rem 1.1rem;
  border: 1px solid rgba(255,255,255,.4); border-radius: 4px;
  background: rgba(255,255,255,.12); color: #fff; font-size: .95rem;
}
.sh-news__form input[type=email]::placeholder { color: rgba(255,255,255,.7); }
.sh-news__form input[type=email]:focus { outline: 2px solid #fff; outline-offset: 1px; background: rgba(255,255,255,.2); }
.sh-news__form .sh-btn--dark { background: #fff !important; color: var(--bt-blue) !important; }
.sh-news__form .sh-btn--dark:hover { background: var(--bt-ink) !important; color: #fff !important; }
.sh-news__thanks { margin: 0; font-weight: 600; color: #fff; }
@media (max-width: 860px) {
  .sh-news__inner { grid-template-columns: 1fr; }
  .sh-news__form input[type=email] { min-width: 0; }
}

/* ---------- shared: shell width on narrow screens ---------- */
@media (max-width: 600px) { .sh-shell { width: min(1440px, 100% - 2.4rem); } }

/* ---------- announcement bar ---------- */
.sh-bar { background: var(--bt-ink); color: rgba(255,255,255,.82); font-size: .78rem; }
.sh-bar__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 40px; padding-block: .45rem;
}
.sh-bar__note { margin: 0; letter-spacing: .02em; }
.sh-bar__links { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.sh-bar__links a {
  color: rgba(255,255,255,.82) !important; text-decoration: none;
  font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
}
.sh-bar__links a:hover { color: #fff !important; }
@media (max-width: 780px) {
  .sh-bar__inner { justify-content: center; }
  .sh-bar__links { display: none; }
}

/* ---------- footer additions ---------- */
.bt-foot__brand .bt-foot__logo {
  display: inline-block; text-decoration: none; color: var(--bt-ink) !important;
}
.bt-foot__brand .bt-foot__logo img { max-height: 44px; width: auto; }
.bt-foot__paypng { display: block; margin-top: 1.3rem; height: 32px; width: auto; }
.bt-foot__legal {
  border-top: 1px solid var(--bt-line); padding: 1.3rem 0 .4rem;
  font-size: .78rem; color: var(--bt-muted); line-height: 1.7;
}
.bt-foot__legal p { margin: 0 0 .5rem; max-width: 92ch; }
.bt-foot__legal strong { color: var(--bt-ink); font-weight: 600; }
.bt-foot__contact { display: flex; flex-wrap: wrap; gap: .55rem; align-items: center; }
.bt-foot__bar { border-top: 0; padding-top: .4rem; }

/* The drawer's extra site links, mirroring the announcement bar on mobile. */
.bt-drawer__extra {
  display: grid; gap: .1rem; margin-top: 1rem;
  padding-top: 1rem; border-top: 1px solid var(--bt-line);
}
.bt-drawer__extra a {
  padding: .6rem 0; text-decoration: none; color: var(--bt-ink) !important;
  font-size: .8rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
}

/* The homepage ends on a full-bleed band, so Blocksy's content padding just
   opens a white gap above the footer. */
body.home .site-main,
body.home .entry-content,
body.home article.page { padding-bottom: 0 !important; margin-bottom: 0 !important; }
body.home .bt-foot { padding-top: 2.6rem; }

/* ================= standing pages ================= */

/* Page hero band under the nav. */
.sh-phero { background: var(--bt-accent-tint); padding: clamp(2.4rem, 5vw, 4.2rem) 0; }
.sh-phero__title {
  font-family: var(--bt-serif); font-weight: 500; margin: 0;
  font-size: clamp(1.9rem, 4vw, 3.2rem); line-height: 1.1; color: var(--bt-ink);
}
.sh-phero__lede {
  margin: 1rem 0 0; max-width: 62ch; color: var(--bt-muted);
  font-size: clamp(.98rem, 1.15vw, 1.1rem); line-height: 1.75;
}

.sh-narrow { max-width: 68ch; margin-inline: auto; }
.sh-sec--vision { background: var(--bt-wash); }
.sh-sec--vision p, .sh-cta-band p { color: var(--bt-muted); line-height: 1.8; margin: 0 0 1.8rem; }

/* Three value cards. */
.sh-why {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr));
  gap: clamp(1.4rem, 3vw, 2.8rem); text-align: center;
}
.sh-why__card { display: grid; justify-items: center; gap: .5rem; }
.sh-why__icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: .6rem; }
.sh-why__icon svg {
  width: 44px; height: 44px; fill: none; stroke: var(--bt-blue);
  stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round;
}
.sh-why__card h3 {
  font-family: var(--bt-serif); font-weight: 500; font-size: 1.28rem;
  line-height: 1.25; margin: 0;
}
.sh-why__card p { margin: 0; color: var(--bt-muted); line-height: 1.75; max-width: 34ch; }
@media (max-width: 860px) { .sh-why { grid-template-columns: 1fr; } }

/* Copy beside a media stack. */
.sh-split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(1.8rem, 4vw, 4rem); align-items: center;
}
.sh-split__copy p { color: var(--bt-muted); line-height: 1.8; margin: 0 0 1.1rem; }
.sh-split__copy p:last-child { margin-bottom: 0; }
.sh-split__media { display: grid; gap: clamp(.8rem, 1.6vw, 1.4rem); }
.sh-split__media img {
  display: block; width: 100%; aspect-ratio: 16/9;
  object-fit: cover; border-radius: 4px;
}
@media (max-width: 860px) { .sh-split { grid-template-columns: 1fr; } }

/* Full-width CTA band. */
.sh-cta-band { background: var(--bt-accent-tint); padding: clamp(2.8rem, 5vw, 4.6rem) 0; }
.sh-cta-band p { max-width: 58ch; margin-inline: auto; }

/* Contact cards. */
.sh-contact {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr));
  gap: clamp(1.2rem, 2.4vw, 2rem);
}
.sh-contact__card {
  border: 1px solid var(--bt-line); border-radius: 4px;
  padding: clamp(1.4rem, 2.4vw, 2rem); background: #fff;
}
.sh-contact__icon { display: block; margin-bottom: 1rem; }
.sh-contact__icon svg {
  width: 30px; height: 30px; fill: none; stroke: var(--bt-blue);
  stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round;
}
.sh-contact__card h3 {
  font-family: var(--bt-sans); font-size: .76rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; margin: 0 0 .6rem; color: var(--bt-ink);
}
.sh-contact__card p { margin: 0; line-height: 1.7; color: var(--bt-ink); font-size: .96rem; }
.sh-contact__card p span { color: var(--bt-muted); font-size: .88rem; }
.sh-contact__card a { color: var(--bt-blue) !important; text-decoration: none; }
.sh-contact__card a:hover { text-decoration: underline; }
@media (max-width: 860px) { .sh-contact { grid-template-columns: 1fr; } }

/* These pages also end on a full-bleed band. */
body.page .site-main > .ct-container-full > article.page > .entry-content > .sh-news:last-child { margin-bottom: 0; }

/* Section shells centre their own content; the container-opening rules above
   must never reach them. */
.sh-sec > .sh-shell,
.sh-featured > .sh-shell,
.sh-promo > .sh-shell,
.sh-phero > .sh-shell,
.sh-cta-band > .sh-shell,
.sh-news > .sh-shell,
.sh-shell {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: min(1440px, 100% - 4rem) !important;
  width: min(1440px, 100% - 4rem) !important;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .sh-sec > .sh-shell, .sh-featured > .sh-shell, .sh-promo > .sh-shell,
  .sh-phero > .sh-shell, .sh-cta-band > .sh-shell, .sh-news > .sh-shell, .sh-shell {
    max-width: min(1440px, 100% - 2.4rem) !important;
    width: min(1440px, 100% - 2.4rem) !important;
  }
}

/* Blocksy's page-title band holds nothing on pages that ship their own hero. */
body.home .hero-section,
body.sh-owns-hero .hero-section { display: none !important; }
/* WordPress block spacing adds a bottom margin to the last shortcode block. */
body.sh-owns-hero .entry-content > section { margin-bottom: 0 !important; }
