/*
Theme Name: Rawkology Atelier
Theme URI: https://rawkology.com/
Author: Rawkology
Description: A lightweight Metro-inspired WooCommerce theme for a transparent jewellery boutique.
Version: 3.1.2
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: rawkology
*/

:root {
  --ink: #16150f;
  --muted: #6b6862;
  --line: #e6e3dd;
  --soft: #f7f7f7;
  --wash: #faf9f7;
  --paper: #fff;
  --container: 1320px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 0; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 3px; }
a:hover { color: #444; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: var(--ink);
  font-family: "Josefin Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

button, .button, .wp-element-button,
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button, .woocommerce a.button.alt,
.woocommerce button.button.alt {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 0;
  border-radius: 0;
  background: #111;
  color: #fff;
  cursor: pointer;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, opacity .2s ease, transform .2s ease;
}
button:hover, .button:hover, .wp-element-button:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce input.button:hover, .woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover { background: #333; color: #fff; }

input[type="text"], input[type="email"], input[type="tel"], input[type="search"],
input[type="number"], input[type="password"], textarea, select {
  width: 100%;
  min-height: 50px;
  padding: 11px 14px;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
  color: #111;
}
textarea { min-height: 150px; }
:focus-visible { outline: 2px solid #111; outline-offset: 3px; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  z-index: 10000;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  overflow: visible;
  border: 2px solid #111;
  background: #fff;
  color: #111;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  white-space: normal;
}
.container { width: min(calc(100% - 30px), var(--container)); margin-inline: auto; }
.site-main { min-height: 55vh; }

/* Header */
.site-header {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.header-main {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  width: min(calc(100% - 40px), 1200px);
  min-height: 92px;
}
.brand {
  display: inline-flex;
  width: max-content;
  flex-direction: column;
  color: #111;
  text-decoration: none;
}
.brand:hover { color: #111; }
.brand-name {
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .9;
  text-transform: uppercase;
}
.brand-tag {
  margin-top: 7px;
  padding-left: 2px;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .42em;
  line-height: 1;
  text-transform: uppercase;
}
.primary-nav { min-width: 0; }
.primary-nav > ul,
.primary-nav > div > ul {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.15vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-nav li { position: relative; margin: 0; list-style: none; }
.primary-nav a {
  display: block;
  padding: 31px 0 29px;
  color: #111;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  white-space: nowrap;
}
.primary-nav .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 3px 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}
.primary-nav .sub-menu {
  visibility: hidden;
  position: absolute;
  z-index: 20;
  top: 78px;
  left: -22px;
  min-width: 210px;
  margin: 0;
  padding: 12px 22px;
  border: 1px solid #eee;
  background: #fff;
  opacity: 0;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
  transition: opacity .2s ease, visibility .2s ease;
}
.primary-nav li:hover > .sub-menu,
.primary-nav li:focus-within > .sub-menu { visibility: visible; opacity: 1; }
.primary-nav .sub-menu a { padding: 7px 0; font-size: 14px; line-height: 22px; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 1px; }
.icon-link, .menu-toggle {
  display: inline-grid;
  position: relative;
  width: 42px;
  height: 42px;
  min-height: 42px;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  text-decoration: none;
}
.icon-link:hover, .menu-toggle:hover { background: #f3f3f3; color: #111; }
.cart-count {
  position: absolute;
  top: -1px;
  right: -1px;
  display: grid;
  min-width: 18px;
  height: 18px;
  place-items: center;
  padding: 0 4px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}
.cart-total {
  margin-left: 3px;
  color: #555;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.cart-total .woocommerce-Price-currencySymbol { margin-right: 1px; }
.menu-toggle { display: none; }
.search-drawer { display: none; padding: 14px 0; border-top: 1px solid #eee; background: #fff; }
.search-drawer.is-open { display: block; }
.woocommerce-product-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  max-width: 760px;
  margin: 0 auto;
}

/* Catalog, search and split hero */
.metro-home { padding: 0 0 20px; }
.metro-layout {
  display: grid;
  grid-template-columns: calc(25% - 10px) calc(75% - 10px);
  gap: 20px;
  align-items: start;
}
.category-menu { background: #fafafa; }
.category-menu-title {
  display: grid;
  width: 100%;
  height: 60px;
  min-height: 60px;
  grid-template-columns: 34px 1fr auto;
  gap: 10px;
  align-items: center;
  justify-content: start;
  padding: 0 27px;
  background: #111;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}
.category-menu-title:hover { background: #111; }
.category-menu-title svg { width: 27px; height: 27px; }
.category-toggle-mark { opacity: 0; }
.category-menu ul { margin: 0; padding: 0; list-style: none; }
.category-menu ul.is-collapsed { display: none; }
/* The list ships collapsed so mobile does not flash an overlay over the hero before
   site.js runs. From 1025px up it is a plain sidebar, so keep it open even without JS. */
@media (min-width: 1025px) {
  .category-menu ul.is-collapsed { display: block; }
}
.category-menu li { margin: 0; border-bottom: 1px solid #e8e8e8; }
.category-menu a {
  display: flex;
  min-height: 52.7px;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  color: #222;
  font-size: 15px;
  text-decoration: none;
  transition: padding .2s ease, background .2s ease;
}
.category-menu a:hover { padding-left: 31px; background: #fff; color: #111; }
.category-menu .view-all a { font-weight: 700; }
.metro-content { min-width: 0; }
.catalog-search {
  display: grid;
  height: 60px;
  grid-template-columns: minmax(0, 1fr) 240px 60px;
  margin: 0 0 20px;
  border: 1px solid #e7e7e7;
  background: #fff;
}
.catalog-search input[type="search"],
.catalog-search select {
  height: 58px;
  min-height: 58px;
  border: 0;
  background: transparent;
  color: #777;
  font-size: 15px;
}
.catalog-search input[type="search"] { padding-inline: 20px; }
.catalog-search select {
  padding-inline: 26px 40px;
  border-left: 1px solid #e7e7e7;
  color: #555;
}
.catalog-search button {
  width: 60px;
  height: 60px;
  min-height: 60px;
  padding: 0;
  transform: translateY(-1px);
}
.catalog-search button svg { width: 26px; height: 26px; }
.metro-slider {
  position: relative;
  height: 457px;
  overflow: hidden;
  background: #f8f8f8;
}
.metro-slide {
  visibility: hidden;
  position: absolute;
  inset: 0;
  opacity: 0;
  background: #f8f8f8;
  transition: opacity .5s ease, visibility .5s ease;
}
.metro-slide.is-active { visibility: visible; opacity: 1; }
.metro-slide > img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
}
.slide-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: 50%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 34px 45px 72px 74px;
}
.slide-copy h1, .slide-copy h2 {
  margin: 0 0 19px;
  font-size: clamp(39px, 3.55vw, 48px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.2;
  white-space: nowrap;
}
.slide-copy h1 span, .slide-copy h2 span {
  display: inline-block;
  padding: 2px 10px 0;
  background: #111;
  color: #fff;
}
.slide-copy p {
  max-width: 350px;
  margin: 0 0 31px;
  color: #333;
  font-size: 16px;
  line-height: 1.75;
}
.slide-cta {
  position: relative;
  display: inline-block;
  padding-bottom: 7px;
  color: #111;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.slide-cta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 31px;
  height: 2px;
  background: currentColor;
  transform: translateX(-50%);
  transition: width .2s ease;
}
.slide-cta:hover { color: #111; }
.slide-cta:hover::after { width: 100%; }
.slider-dots {
  position: absolute;
  z-index: 5;
  bottom: 31px;
  left: 74px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #aaa;
}
.slider-dots button {
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  padding: 0;
  background: transparent;
  color: #aaa;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.slider-dots button:hover { background: transparent; color: #111; }
.slider-dots button.is-active { color: #111; font-size: 30px; }

/* Image promos */
.collection-promos { padding: 0 0 75px; }
.promo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.promo-card {
  position: relative;
  min-height: 305px;
  overflow: hidden;
  background: #eee;
  color: #111;
  text-decoration: none;
}
.promo-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease;
}
.promo-card:hover > img { transform: scale(1.025); }
.promo-copy {
  position: absolute;
  z-index: 2;
  bottom: 45px;
  left: 45px;
  display: flex;
  flex-direction: column;
  color: #111;
}
.promo-copy strong {
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}
.promo-copy span { margin-top: 4px; font-family: "Josefin Sans", Arial, sans-serif; font-size: 20px; }
.promo-copy i { width: 30px; height: 2px; margin-top: 14px; background: currentColor; }
.promo-card-dark .promo-copy { color: #fff; }

/* Product isotope-style section */
.products-section { padding: 0 0 100px; }
.metro-section-head { margin-bottom: 50px; text-align: center; }
.metro-section-head h2 {
  margin: 0 0 23px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: .005em;
}
.product-tabs { display: flex; align-items: center; justify-content: center; gap: 25px; overflow-x: auto; }
.product-tabs button {
  position: relative;
  width: auto;
  min-height: 30px;
  padding: 0;
  background: transparent;
  color: #999;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.product-tabs button:hover, .product-tabs button.is-active { background: transparent; color: #111; }
.product-tabs button.is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #111;
}
.metro-product-grid .woocommerce { margin: 0; }
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px 20px;
  margin: 0;
}
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product {
  position: relative;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  text-align: left;
}
.woocommerce ul.products li.product.is-filtered-out { display: none !important; }
.woocommerce ul.products li.product a { text-decoration: none; }
.woocommerce ul.products li.product a img {
  width: 100%;
  margin: 0 0 16px;
  aspect-ratio: 570 / 653;
  background: #f5f5f5;
  object-fit: contain;
  transition: opacity .2s ease;
}
.woocommerce ul.products li.product:hover a img { opacity: .94; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: -webkit-box;
  min-height: 42px;
  padding: 0;
  overflow: hidden;
  color: #111;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.woocommerce ul.products li.product .price {
  display: block;
  margin-top: 3px;
  color: #111;
  font-size: 15px;
  font-weight: 500;
}
.woocommerce ul.products li.product .star-rating { margin: 7px 0; font-size: 12px; }
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
  position: absolute;
  right: 12px;
  bottom: 70px;
  left: 12px;
  min-height: 42px;
  margin: 0;
  padding: 0 12px;
  opacity: 0;
  transform: translateY(8px);
}
.woocommerce ul.products li.product:hover .button,
.woocommerce ul.products li.product:focus-within .button,
.woocommerce ul.products li.product:hover .added_to_cart,
.woocommerce ul.products li.product:focus-within .added_to_cart {
  opacity: 1;
  transform: translateY(0);
}
.woocommerce span.onsale {
  z-index: 3;
  top: 10px;
  left: 10px;
  min-width: 43px;
  min-height: 28px;
  padding: 0 7px;
  border-radius: 2px;
  background: #111;
  font-size: 12px;
  line-height: 28px;
}
.product-filter-empty { margin: 30px 0 0; color: #777; text-align: center; }
.view-all-products { margin-top: 58px; text-align: center; }
.view-all-products a {
  display: inline-block;
  min-width: 180px;
  padding: 14px 23px;
  border: 1px solid #111;
  color: #111;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.view-all-products a:hover { background: #111; color: #fff; }
.catalog-review {
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  gap: 45px;
  align-items: center;
  padding: 45px;
  border: 1px solid #ddd;
  background: #fafafa;
}
.catalog-review span { color: #777; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.catalog-review h3 { margin: 6px 0 0; font-size: 28px; }
.catalog-review p { margin: 0; color: #666; font-size: 14px; }
.button-outline { border: 1px solid #111 !important; background: transparent !important; color: #111 !important; }

/* Lower reference sections */
.clearance-banner {
  position: relative;
  height: 445px;
  overflow: hidden;
  background: #eee;
}
.clearance-banner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.clearance-inner { position: relative; height: 100%; }
.clearance-copy {
  display: flex;
  width: min(470px, 47%);
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 55px;
}
.clearance-copy h2 { margin: 0 0 17px; font-size: 42px; line-height: 1.15; }
.clearance-copy p { max-width: 405px; margin: 0 0 25px; color: #444; line-height: 1.7; }
.feature-promos { padding: 80px 0 90px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.feature-banner {
  position: relative;
  height: 440px;
  overflow: hidden;
  background: #eee;
  color: #111;
  text-decoration: none;
}
.feature-banner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease;
}
.feature-banner:hover > img { transform: scale(1.025); }
.feature-copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 55px;
  display: flex;
  flex-direction: column;
  color: #111;
  transform: translateY(-50%);
}
.feature-copy strong {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.feature-copy b { font-family: "Josefin Sans", Arial, sans-serif; font-size: 45px; line-height: 1; }
.feature-copy small {
  width: max-content;
  margin-top: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.feature-banner-dark .feature-copy { color: #fff; }
.inspiration-posts { padding: 0 0 95px; }
.inspiration-posts > .container > h2 { margin: 0 0 48px; font-size: 28px; text-align: center; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.post-card { color: #111; text-decoration: none; }
.post-card img {
  width: 100%;
  margin-bottom: 22px;
  aspect-ratio: 465 / 290;
  object-fit: cover;
  transition: transform .25s ease;
}
.post-card:hover img { transform: translateY(-3px); }
.post-card > span {
  color: #999;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.post-card h3 { margin: 8px 0 15px; font-size: 20px; font-weight: 500; line-height: 1.45; }
.post-card i { font-size: 12px; font-style: normal; font-weight: 700; text-transform: uppercase; }
.newsletter-band { display: flex; min-height: 250px; align-items: center; background: #f7f7f7; }
.newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.newsletter-inner span { color: #777; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.newsletter-inner h2 { margin: 8px 0 0; font-size: 30px; }

/* Pages and WooCommerce */
.content-shell { padding: 65px 0 95px; }
.content-shell > article, .page-panel { max-width: 900px; margin: 0 auto; }
.entry-header { margin-bottom: 35px; }
.entry-title, .woocommerce-products-header__title.page-title,
.woocommerce div.product .product_title { font-size: clamp(38px, 5vw, 64px); letter-spacing: -.035em; }
.entry-content h2 { margin-top: 2em; font-size: 30px; }
.entry-content h3 { margin-top: 1.6em; font-size: 23px; }
.entry-content p, .entry-content li { color: #4f4f4f; }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 14px; border: 1px solid #ddd; text-align: left; }
.policy-updated { display: inline-block; margin-bottom: 24px; padding: 6px 10px; background: #f4f4f4; color: #666; font-size: 12px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 30px; }
.contact-card, .service-card, .story-point { padding: 27px; border: 1px solid #e4e4e4; }
.shop-shell { padding: 45px 0 95px; }
.woocommerce .woocommerce-breadcrumb { margin: 0 0 22px; color: #777; font-size: 13px; }
.woocommerce-products-header__title.page-title { margin: 0 0 25px; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 30px; color: #777; }
.woocommerce div.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(35px, 7vw, 85px);
}
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: auto; }
.woocommerce div.product .product_title { margin: 0 0 18px; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: #111; font-size: 22px; }
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related { grid-column: 1 / -1; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: #111; background: #f5f5f5; }
.woocommerce-message::before, .woocommerce-info::before { color: #111; }
.woocommerce-cart table.cart img { width: 82px; }

/* Footer */
.site-footer { border: 0; background: #111; color: #fff; }
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  padding: 80px 0 50px;
}
.site-footer .brand, .site-footer .brand:hover { color: #fff; }
.site-footer .brand-name { font-size: 28px; }
.footer-brand p { max-width: 300px; color: #aaa; font-size: 13px; line-height: 1.75; }
.footer-brand a { color: #ccc; }
.footer-title { margin: 0 0 18px; color: #fff; font-size: 18px; font-weight: 500; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 7px 0; }
.footer-links a { color: #aaa; font-size: 13px; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom {
  display: grid;
  min-height: 138px;
  grid-template-columns: 1fr auto auto;
  gap: 32px;
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid #2c2c2c;
  color: #888;
  font-size: 12px;
}
.copyright-area { display: flex; flex-direction: column; gap: 3px; }
.footer-social {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #444;
  border-radius: 50%;
  color: #ddd;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}
.footer-social:hover { border-color: #fff; color: #fff; }
.payment-marks { display: flex; align-items: center; gap: 8px; }
.payment-marks img { width: 84px; height: 42px; border-radius: 4px; }

@media (max-width: 1100px) {
  .header-main { grid-template-columns: 190px minmax(0, 1fr) auto; gap: 15px; }
  .primary-nav > ul, .primary-nav > div > ul { gap: 17px; }
  .primary-nav a { font-size: 14px; }
  .cart-total { display: none; }
  .slide-copy { padding-left: 45px; }
  .slider-dots { left: 45px; }
}

@media (max-width: 1024px) {
  .header-main {
    min-height: 54px;
    grid-template-columns: auto 1fr;
    width: min(calc(100% - 28px), var(--container));
  }
  .brand-name { font-size: 23px; }
  .brand-tag { margin-top: 5px; font-size: 6px; }
  .primary-nav {
    display: none;
    grid-column: 1 / -1;
    padding: 8px 0 18px;
    border-top: 1px solid #eee;
  }
  .primary-nav.is-open { display: block; }
  .primary-nav > ul, .primary-nav > div > ul { display: block; }
  .primary-nav a { padding: 8px 0; line-height: 24px; }
  .primary-nav .sub-menu {
    visibility: visible;
    position: static;
    display: none;
    min-width: 0;
    padding: 0 0 0 18px;
    border: 0;
    opacity: 1;
    box-shadow: none;
  }
  .primary-nav li:focus-within > .sub-menu { display: block; }
  .header-actions { justify-self: end; }
  .menu-toggle { display: inline-grid; }
}

@media (max-width: 991px) {
  .metro-home { padding-top: 18px; }
  .metro-layout { grid-template-columns: 1fr; gap: 18px; }
  .category-menu-title {
    height: 44px;
    min-height: 44px;
    grid-template-columns: 28px 1fr auto;
    padding: 0 20px;
    font-size: 16px;
  }
  .category-menu-title svg { width: 20px; height: 20px; }
  .category-toggle-mark { opacity: 1; }
  .category-menu a { min-height: 48px; }
  .catalog-search { margin-bottom: 18px; }
  .metro-slider { height: 457px; }
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .catalog-review { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 45px 30px; }
}

@media (max-width: 767px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-actions { gap: 0; }
  .header-actions .search-toggle { display: inline-grid; }
  .icon-link, .menu-toggle { width: 38px; height: 38px; min-height: 38px; }
  .catalog-search { grid-template-columns: minmax(0, 1fr) 125px 54px; height: 54px; }
  .catalog-search input[type="search"], .catalog-search select { height: 52px; min-height: 52px; font-size: 13px; }
  .catalog-search select { padding-inline: 12px 24px; }
  .catalog-search button { width: 54px; height: 54px; min-height: 54px; }
  .metro-slider { height: 311px; }
  .metro-slide > img { display: none; }
  .slide-copy { width: 100%; padding: 34px 30px 67px; }
  .slide-copy h1, .slide-copy h2 { margin-bottom: 12px; font-size: 34px; white-space: normal; }
  .slide-copy p { max-width: 430px; margin-bottom: 18px; font-size: 14px; }
  .slide-cta { font-size: 12px; }
  .slider-dots { bottom: 20px; left: 30px; }
  .slider-dots button { font-size: 14px; }
  .slider-dots button.is-active { font-size: 24px; }
  .promo-grid, .feature-grid { grid-template-columns: 1fr; }
  .promo-card { min-height: 305px; }
  .collection-promos { padding-bottom: 65px; }
  .metro-section-head { margin-bottom: 38px; }
  .product-tabs { justify-content: flex-start; gap: 22px; padding: 0 4px 3px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 16px; }
  .clearance-banner { height: 390px; }
  .clearance-banner > img { object-position: 62% center; opacity: .58; }
  .clearance-copy { width: 76%; padding-left: 25px; }
  .clearance-copy h2 { font-size: 35px; }
  .feature-promos { padding: 60px 0 70px; }
  .feature-banner { height: 400px; }
  .post-grid { grid-template-columns: 1fr; gap: 45px; }
  .post-card img { margin-bottom: 18px; }
  .newsletter-inner { align-items: flex-start; flex-direction: column; justify-content: center; gap: 25px; }
  .newsletter-inner h2 { font-size: 25px; }
  .catalog-review { grid-template-columns: 1fr; padding: 30px 24px; }
  .contact-grid { grid-template-columns: 1fr; }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related { grid-column: 1; }
  .footer-bottom { grid-template-columns: 1fr auto; }
  .payment-marks { grid-column: 1 / -1; }
}

@media (max-width: 575px) {
  .category-menu a { padding-inline: 19px; }
  .catalog-search { grid-template-columns: minmax(0, 1fr) 105px 50px; }
  .catalog-search input[type="search"] { padding-inline: 13px; }
  .catalog-search select { padding-inline: 8px 20px; }
  .catalog-search button { width: 50px; }
  .promo-copy { bottom: 35px; left: 30px; }
  .promo-copy strong { font-size: 21px; }
  .woocommerce ul.products { grid-template-columns: 1fr; gap: 45px; }
  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product .added_to_cart { opacity: 1; transform: none; }
  .products-section { padding-bottom: 80px; }
  .clearance-copy { width: 90%; padding-left: 10px; }
  .feature-copy { left: 32px; }
  .feature-copy b { font-size: 38px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; padding-top: 65px; }
  .footer-brand p { max-width: none; }
  .footer-bottom { min-height: 180px; grid-template-columns: 1fr; gap: 20px; }
  .payment-marks { grid-column: auto; }
  .footer-social { display: none; }
}

@media (hover: none) {
  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product .added_to_cart { opacity: 1; transform: none; }
}

/* Metro Home 1 alignment — v2.2 */
.container {
  width: 100%;
  max-width: 1320px;
  padding-right: 10px;
  padding-left: 10px;
}

/* Header geometry */
.site-header { border-bottom: 0; }
.header-main {
  width: 100%;
  max-width: 1320px;
  min-height: 92px;
  grid-template-columns: 330px minmax(0, 1fr) 205px;
  gap: 0;
  padding-right: 15px;
  padding-left: 15px;
}
.header-main .brand { width: 150px; }
.header-main .brand-name { font-size: 25px; line-height: .92; }
.header-main .brand-tag { margin-top: 7px; font-size: 6px; letter-spacing: .39em; }
.primary-nav > ul,
.primary-nav > div > ul { justify-content: flex-start; gap: 0; }
.primary-nav a { padding: 32px 15px; line-height: 26px; }
.header-actions { gap: 0; }
.icon-link {
  width: 28px;
  height: 42px;
  min-height: 42px;
  margin-left: 16px;
}
.icon-link svg { width: 28px; height: 28px; }
.icon-link:hover { background: transparent; }
.cart-count {
  top: 0;
  right: auto;
  left: 17px;
  min-width: 22px;
  width: 22px;
  height: 22px;
  padding: 0;
  font-size: 12px;
  line-height: 22px;
}
.cart-total { margin-left: 15px; color: #444; font-size: 20px; line-height: 1; }

/* Catalog / search / slider */
.metro-home { padding: 0 0 20px; }
.metro-layout {
  grid-template-columns: calc(25% - 15px) calc(75% - 5px);
  gap: 20px;
}
.category-menu { background: #f9f9f9; }
.category-menu-title {
  height: 60px;
  min-height: 60px;
  padding: 5px 10px 0 25px;
  border-radius: 4px 4px 0 0;
  font-size: 20px;
  line-height: 26px;
}
.category-menu li { border-color: #e4e4e4; }
.category-menu li:last-child { border-bottom: 0; }
.category-menu a {
  height: 52px;
  min-height: 52px;
  padding: 12px 35px 12px 30px;
  color: #111;
  line-height: 28px;
}
.category-menu a:hover { padding-left: 35px; background: #eee; }
.catalog-search {
  height: 60px;
  grid-template-columns: minmax(0, 1fr) 253px 60px;
  border-color: #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.catalog-search input[type="search"],
.catalog-search select,
.catalog-search button { height: 58px; min-height: 58px; }
.catalog-search button { transform: none; }
.catalog-search button svg { width: 24px; height: 24px; }
.metro-slider {
  height: 457px;
  border-radius: 4px;
  background: #f9f9f9;
}
.metro-slide { display: none; visibility: visible; opacity: 1; transition: none; }
.metro-slide.is-active { display: block; }
.metro-slide > img { object-position: right center; }
.slide-copy {
  align-items: flex-start;
  justify-content: center;
  padding: 0 30px 12px;
  text-align: left;
}
.slide-copy h1,
.slide-copy h2 {
  margin: 0;
  /* Must reset the nowrap set at :371 - with a hard 48px it overflowed the
     copy column and the slider's overflow:hidden sliced the first letter off
     between 768px and 1167px. */
  white-space: normal;
  font-size: clamp(32px, 3.4vw, 48px);
  letter-spacing: 0;
  line-height: 1.2;
}
.slide-copy h1 span,
.slide-copy h2 span { padding: 8px 16px 1px; }
.slide-copy p {
  width: min(100%, 315px);
  margin: 15px 0 0;
  color: #111;
  line-height: 28px;
}
.slide-copy .slide-cta { margin-top: 35px; }
.slider-dots { bottom: 46px; left: 8.8%; }

/* Image promo row */
.collection-promos { padding: 0 0 10px; }
.promo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.promo-card { min-height: 305px; border-radius: 3px; }
.promo-card > img { transition-duration: .3s; }
.promo-card:hover > img { transform: scale(1.1); }
.promo-copy { bottom: 35px; left: 45px; color: #111; }
.promo-copy strong { font-size: 22px; line-height: 1.3; }
.promo-copy span { margin-top: 5px; font-size: 20px; line-height: 1.3; }
.promo-copy i { margin-top: 10px; }
.promo-card-dark .promo-copy { color: #111; }

/* Products */
.products-section { padding: 75px 0 100px; }
.metro-section-head { margin-bottom: 50px; }
.product-tabs { gap: 0; }
.product-tabs button {
  min-height: 34px;
  margin: 0 15px;
  padding: 0 0 12px;
  font-size: 18px;
}
.product-tabs button.is-active::after { height: 2px; }
.woocommerce ul.products { column-gap: 30px; row-gap: 48px; }
.metro-products li.product { min-width: 0; }
.metro-product-card {
  position: relative;
  min-width: 0;
  padding-bottom: 52px;
  overflow: hidden;
}
.metro-product-content { transition: transform .3s ease; }
.metro-product-link { display: block; color: #111; }
.metro-product-thumb {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 15px;
  aspect-ratio: 570 / 653;
  overflow: hidden;
  background: #fff;
}
.woocommerce ul.products.metro-products li.product .metro-product-thumb img {
  width: 100%;
  height: 100%;
  margin: 0;
  aspect-ratio: auto;
  background: #fff;
  object-fit: contain;
  transition: transform .3s ease;
}
.metro-product-card:hover .metro-product-thumb img { transform: scale(1.025); }
.metro-sale-label {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  min-width: 45px;
  padding: 4px 8px;
  border-radius: 2px;
  background: #111;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.metro-product-title {
  display: block;
  height: 21px;
  overflow: hidden;
  color: #111;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.metro-product-rating {
  display: block;
  min-height: 18px;
  margin: 5px 0 1px;
}
.metro-product-rating .star-rating { float: none; margin: 0; font-size: 12px; }
.rating-placeholder { display: block; height: 18px; }
.metro-product-price {
  display: block;
  color: #111;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.metro-product-price .price { margin: 0; color: inherit; font-size: inherit; line-height: inherit; }
.metro-product-actions {
  display: flex;
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 46px;
  align-items: stretch;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}
.metro-product-card:hover .metro-product-content,
.metro-product-card:focus-within .metro-product-content { transform: translateY(-12px); }
.metro-product-card:hover .metro-product-actions,
.metro-product-card:focus-within .metro-product-actions {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.metro-product-actions .metro-card-view,
.woocommerce ul.products.metro-products li.product .metro-product-actions .button,
.woocommerce ul.products.metro-products li.product .metro-product-actions .added_to_cart {
  display: inline-flex;
  position: static;
  flex: 1 1 50%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 8px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  opacity: 1;
  transform: none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.woocommerce ul.products.metro-products li.product .metro-product-actions .button,
.woocommerce ul.products.metro-products li.product .metro-product-actions .added_to_cart {
  border-left: 0;
  background: #111;
  color: #fff;
}
.view-all-products { margin-top: 58px; }
.view-all-products a {
  position: relative;
  min-width: 0;
  padding: 0 0 8px;
  border: 0;
  font-size: 14px;
}
.view-all-products a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background: #111;
  transition: width .2s ease;
}
.view-all-products a:hover { background: transparent; color: #111; }
.view-all-products a:hover::after { width: 100%; }

/* Clearance and lower feature sections */
.clearance-banner { height: auto; min-height: 445px; }
.clearance-banner > img { object-position: center; }
.clearance-inner { display: flex; min-height: 445px; align-items: center; }
.clearance-copy {
  width: min(470px, 47%);
  height: auto;
  justify-content: flex-start;
  padding-left: 55px;
}
.clearance-copy h2 { margin-bottom: 17px; font-size: 36px; line-height: 1.2; }
.clearance-copy p { margin-bottom: 25px; }
.clearance-cta {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  padding: 0 35px;
  background: #fff;
  color: #111;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}
.clearance-cta:hover { background: #111; color: #fff; }
.feature-promos { padding: 70px 0 55px; }
.feature-grid { gap: 20px; }
.feature-banner { height: 440px; overflow: visible; background: transparent; }
.feature-banner > img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 100px;
  width: calc(100% - 100px);
  border-radius: 3px;
}
.feature-banner:hover > img { transform: scale(1.02); }
.feature-copy {
  top: auto;
  bottom: 30px;
  left: 30px;
  color: #111;
  transform: none;
}
.feature-banner-dark .feature-copy { top: 20px; bottom: auto; color: #111; }
.feature-copy strong { margin-bottom: 9px; }
.feature-copy b { font-size: 30px; line-height: 1.1; }
.feature-copy small { margin-top: 18px; }

/* Posts */
.inspiration-posts { padding: 0 0 50px; }
.inspiration-posts > .container > h2 { margin-bottom: 48px; font-size: 28px; }
.post-card { display: block; }
.post-thumb-area {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 5px;
}
.post-card .post-thumb-area img {
  width: 100%;
  margin: 0;
  aspect-ratio: 465 / 290;
  object-fit: cover;
  transition: transform .35s ease;
}
.post-card:hover .post-thumb-area img { transform: scale(1.06); }
.post-date {
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 70px;
  height: 70px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-style: normal;
  line-height: 1;
  transition: background .2s ease, color .2s ease;
}
.post-date b { font-size: 22px; }
.post-date span { margin-top: 5px; font-size: 12px; text-transform: uppercase; }
.post-card:hover .post-date { background: #111; color: #fff; }
.post-content { display: block; }
.post-content > span { color: #888; font-size: 15px; font-weight: 400; text-transform: none; }
.post-content h3 { margin: 7px 0 0; font-size: 22px; line-height: 1.4; }

/* Functional support form in the reference newsletter band */
.newsletter-band { min-height: 0; padding: 90px 0; }
.newsletter-inner { display: grid; grid-template-columns: 390px minmax(0, 1fr); gap: 60px; }
.newsletter-inner h2 {
  margin: 0;
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
}
.newsletter-form-wrap { min-width: 0; }
.newsletter-form { display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 12px; }
.newsletter-form input[type="email"] {
  height: 50px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 25px;
}
.newsletter-form button { min-height: 50px; border-radius: 25px; font-size: 14px; text-transform: uppercase; }
.form-trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; }
.form-status { margin: 0 0 10px; font-size: 13px; line-height: 1.4; }
.form-status.is-success { color: #326b39; }
.form-status.is-error { color: #9e2525; }

/* Footer */
.footer-grid { gap: 30px; padding: 80px 10px 30px; }
.site-footer .brand-name { font-size: 25px; }
.site-footer .brand-tag { color: #999; }
.footer-contact { margin: 30px 0 0; padding: 0; list-style: none; }
.footer-contact li { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin: 15px 0; color: #aaa; font-size: 15px; line-height: 1.6; }
.footer-contact a { color: #aaa; text-decoration: none; }
.footer-contact a:hover { color: #fff; }
.footer-title { position: relative; margin: 0 0 27px; padding-bottom: 20px; font-size: 20px; }
.footer-title::after { content: ""; position: absolute; bottom: 0; left: 0; width: 50px; height: 3px; background: #fff; }
.footer-links li { margin: 15px 0; line-height: 1.4; }
.footer-links a { font-size: 15px; }
.footer-bottom {
  display: flex;
  min-height: 0;
  justify-content: space-between;
  gap: 30px;
  padding: 45px 10px;
  font-size: 15px;
}
.copyright-area { flex-direction: row; gap: 18px; flex-wrap: wrap; }
.footer-social {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
}
.payment-marks img { width: auto; height: 36px; border-radius: 3px; filter: grayscale(1); transition: filter .2s ease; }
.payment-marks img:hover { filter: grayscale(0); }

/* Starts at 1025px: at and below 1024px the category list becomes an absolute
   overlay (and site.js collapses it), so the sidebar track must not be reserved. */
@media (min-width: 1025px) and (max-width: 1199px) {
  .header-main { grid-template-columns: 250px minmax(0, 1fr) auto; }
  .primary-nav a { padding-right: 11px; padding-left: 11px; font-size: 14px; }
  .cart-total { display: none; }
  .metro-layout { grid-template-columns: calc(25% - 15px) calc(75% - 5px); }
}

@media (max-width: 1024px) {
  /* The category column is an overlay from here down; reserving a 25% track
     left an empty ~236x477px block beside the hero in the 992-1024 band. */
  .metro-layout { grid-template-columns: 1fr; gap: 10px; }
  .header-main {
    min-height: 54px;
    grid-template-columns: auto 1fr;
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
  }
  .header-main .brand { width: auto; }
  .header-main .brand-name { font-size: 23px; }
  .primary-nav { display: none; grid-column: 1 / -1; padding: 8px 0 18px; border-top: 1px solid #eee; }
  .primary-nav.is-open { display: block; }
  .primary-nav > ul,
  .primary-nav > div > ul { display: block; }
  .primary-nav a { padding: 8px 0; line-height: 24px; }
  .header-actions { justify-self: end; }
  .header-actions .search-toggle { display: inline-grid; }
  .icon-link { width: 38px; height: 38px; min-height: 38px; margin-left: 0; }
  .icon-link svg { width: 21px; height: 21px; }
  .cart-count { top: -1px; left: 23px; width: 18px; min-width: 18px; height: 18px; font-size: 10px; line-height: 18px; }
  .cart-total { display: none; }
  .menu-toggle { display: inline-grid; }
  .category-menu { position: relative; z-index: 20; }
  .category-menu ul {
    position: absolute;
    z-index: 30;
    top: 60px;
    right: 0;
    left: 0;
    background: #f9f9f9;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .11);
  }
  .category-toggle-mark { opacity: 1; }
}

@media (max-width: 991px) {
  .container { padding-right: 14px; padding-left: 14px; }
  .header-main {
    min-height: 60px;
    grid-template-columns: auto 1fr;
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
  }
  .header-main .brand { width: auto; }
  .header-main .brand-name { font-size: 23px; }
  .primary-nav { display: none; grid-column: 1 / -1; padding: 8px 0 18px; border-top: 1px solid #eee; }
  .primary-nav.is-open { display: block; }
  .primary-nav > ul,
  .primary-nav > div > ul { display: block; }
  .primary-nav a { padding: 8px 0; line-height: 24px; }
  .header-actions { justify-self: end; }
  .icon-link { width: 38px; height: 38px; min-height: 38px; margin-left: 0; }
  .icon-link svg { width: 21px; height: 21px; }
  .cart-count { top: -1px; left: 23px; width: 18px; min-width: 18px; height: 18px; font-size: 10px; line-height: 18px; }
  .menu-toggle { display: inline-grid; }
  .metro-home { padding-top: 10px; }
  .metro-layout { grid-template-columns: 1fr; gap: 10px; }
  .metro-content { padding-bottom: 10px; }
  .category-menu-title {
    height: 44px;
    min-height: 44px;
    grid-template-columns: 28px 1fr auto;
    padding: 0 20px;
    font-size: 16px;
  }
  .category-toggle-mark { opacity: 1; }
  .category-menu ul { top: 44px; }
  .category-menu a { height: 48px; min-height: 48px; padding-top: 10px; padding-bottom: 10px; }
  .catalog-search {
    height: 44px;
    grid-template-columns: minmax(0, 1fr) 148px 60px;
    margin-bottom: 20px;
  }
  .catalog-search input[type="search"],
  .catalog-search select { min-width: 0; height: 42px; min-height: 42px; }
  /* The 148px track leaves only ~80px of content box against the base
     padding-inline of 26px/40px, which clipped "All Categories" to "All Categ". */
  .catalog-search select { padding-inline: 10px 22px; font-size: 14px; }
  .catalog-search button { width: 60px; height: 42px; min-height: 42px; }
  .promo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .feature-banner { height: 330px; }
  .feature-banner > img { left: 70px; width: calc(100% - 70px); }
  .newsletter-inner { grid-template-columns: 1fr; gap: 25px; text-align: center; }
  .newsletter-inner h2 { line-height: 1.2; }
  .footer-grid { padding-right: 14px; padding-left: 14px; }
  .footer-bottom { padding-right: 14px; padding-left: 14px; }
}

@media (max-width: 767px) {
  .catalog-search { grid-template-columns: minmax(0, 1fr) 148px 54px; }
  .catalog-search button { width: 54px; }
  .metro-slider { height: 339px; }
  .metro-slide > img { display: none; }
  .slide-copy {
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    padding: 0 30px 28px;
  }
  .slide-copy h1,
  .slide-copy h2 { font-size: 34px; white-space: normal; }
  .slide-copy h1 span,
  .slide-copy h2 span { padding: 5px 10px 0; }
  .slide-copy p { width: 100%; max-width: 430px; margin-top: 12px; font-size: 14px; line-height: 24px; }
  .slide-copy .slide-cta { margin-top: 18px; }
  .slider-dots { bottom: 20px; left: 30px; }
  .promo-grid,
  .feature-grid { grid-template-columns: 1fr; }
  .promo-card { min-height: 150px; }
  .products-section { padding-top: 65px; }
  .product-tabs { justify-content: flex-start; padding: 0 0 4px; }
  .product-tabs button { margin: 0 12px 0 0; font-size: 16px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 16px; }
  .clearance-banner,
  .clearance-inner { min-height: 390px; }
  .clearance-banner > img { object-position: 65% center; opacity: .55; }
  .clearance-copy { width: 82%; padding-left: 15px; }
  .clearance-copy h2 { font-size: 34px; }
  .feature-promos { padding: 60px 0 55px; }
  .feature-banner { height: 370px; }
  .feature-banner > img { left: 70px; width: calc(100% - 70px); }
  .feature-copy { left: 20px; }
  .post-grid { grid-template-columns: 1fr; gap: 45px; }
  .newsletter-band { padding: 70px 0; }
  .newsletter-form { grid-template-columns: minmax(0, 1fr) 155px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 575px) {
  .header-actions .search-toggle { display: inline-grid; }
  .catalog-search { grid-template-columns: minmax(0, 1fr) 50px; }
  .catalog-search select { display: none; }
  .catalog-search button { width: 50px; }
  .promo-card { min-height: 150px; }
  .promo-copy { bottom: 28px; left: 28px; }
  .metro-section-head { margin-bottom: 35px; }
  .metro-section-head h2 { font-size: 26px; }
  .product-tabs { flex-wrap: wrap; justify-content: center; gap: 6px 12px; overflow: visible; scroll-snap-type: none; }
  .product-tabs button { margin: 0; padding-bottom: 6px; scroll-snap-align: none; }
  .woocommerce ul.products,
  .woocommerce ul.products.metro-products { grid-template-columns: 1fr; gap: 42px; }
  .metro-product-card { padding-bottom: 42px; }
  .metro-product-thumb { margin-bottom: 11px; }
  .metro-product-title { font-size: 14px; }
  .metro-product-rating { min-height: 12px; margin: 2px 0; }
  .rating-placeholder { height: 12px; }
  .metro-product-price { font-size: 16px; line-height: 21px; }
  .metro-product-actions { visibility: visible; height: 38px; opacity: 1; transform: none; }
  .metro-product-actions .metro-card-view { display: none; }
  .woocommerce ul.products.metro-products li.product .metro-product-actions .button,
  .woocommerce ul.products.metro-products li.product .metro-product-actions .added_to_cart {
    min-height: 38px;
    border-left: 1px solid #111;
    font-size: 10px;
  }
  .metro-product-card:hover .metro-product-content,
  .metro-product-card:focus-within .metro-product-content { transform: none; }
  .feature-banner { height: 300px; }
  .feature-banner > img { left: 55px; width: calc(100% - 55px); }
  .feature-copy b { font-size: 27px; }
  .post-date { bottom: 18px; left: 18px; width: 62px; height: 62px; }
  .newsletter-inner { text-align: center; }
  .newsletter-inner h2 { font-size: 25px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 65px; }
  .footer-bottom { gap: 20px; padding-top: 35px; padding-bottom: 35px; }
  .copyright-area { flex-direction: column; gap: 2px; }
  .footer-social { display: inline-flex; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .promo-card { min-height: 170px; }
}

@media (max-width: 480px) {
  .clearance-banner,
  .clearance-inner { min-height: 491px; }
  .footer-grid { padding-top: 50px; padding-bottom: 10px; }
  .footer-bottom { align-items: center; text-align: center; }
  .copyright-area { align-items: center; }
  .payment-marks { justify-content: center; }
}

@media (hover: none) {
  .metro-product-actions { visibility: visible; opacity: 1; transform: none; }
  .metro-product-card:hover .metro-product-content,
  .metro-product-card:focus-within .metro-product-content { transform: none; }
}

/* GMC transparency and fulfilment disclosures */
.editorial-image-label {
  position: absolute;
  z-index: 6;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 4px 9px 3px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 2px;
  background: rgba(17, 17, 17, .72);
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}
.post-thumb-area .editorial-image-label { top: 12px; right: 12px; }
.catalog-source-notice {
  max-width: 920px;
  margin: -12px auto 42px;
  padding: 15px 18px;
  border-left: 3px solid #111;
  background: #f7f7f7;
  color: #444;
  font-size: 14px;
  line-height: 1.65;
  text-align: left;
}
.catalog-source-notice strong { color: #111; }
.product-trust-panel {
  clear: both;
  margin: 30px 0 12px;
  padding: 24px;
  border: 1px solid #ddd;
  border-top: 3px solid #111;
  background: #fafafa;
  color: #333;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.62;
}
.product-trust-panel h2 {
  margin: 0 0 15px;
  color: #111;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 23px;
  line-height: 1.2;
}
.product-order-facts { margin: 0 0 16px 18px; padding: 0; }
.product-order-facts li { margin: 8px 0; }
.product-trust-panel p { margin: 12px 0 0; }
.source-media-note { color: #555; }
.product-source-links { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.product-source-links a,
.product-trust-panel a,
.rawkology-fulfilment-notice a,
.rawkology-checkout-policies a { color: #111; text-decoration: underline; text-underline-offset: 3px; }
.availability-caveat {
  padding-top: 12px;
  border-top: 1px solid #ddd;
  font-weight: 500;
}
.product-source-panel {
  clear: both;
  margin: 18px 0 12px;
  padding: 24px;
  border: 1px solid #ddd;
  border-top: 3px solid #777;
  background: #fff;
  color: #333;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.62;
}
.product-source-panel h2 {
  margin: 0 0 15px;
  color: #111;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 23px;
  line-height: 1.2;
}
.product-source-facts { margin: 0 0 14px 18px; padding: 0; }
.product-source-facts li { margin: 8px 0; }
.product-source-panel p { margin: 12px 0 0; }
.product-source-panel a { color: #111; text-decoration: underline; text-underline-offset: 3px; }

/* Contact page form */
.rawkology-contact-form-wrap { margin: 28px 0 8px; }
.rawkology-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  padding: 26px;
  border: 1px solid #ddd;
  border-top: 3px solid #111;
  background: #fafafa;
}
.contact-field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.contact-field-full,
.rawkology-contact-form > .contact-privacy-note,
.rawkology-contact-form > button { grid-column: 1 / -1; }
.contact-field label { color: #111; font-size: 13px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.contact-field .required { color: #9e2525; }
.contact-field .optional { color: #777; font-weight: 400; text-transform: none; letter-spacing: 0; }
.rawkology-contact-form input[type="text"],
.rawkology-contact-form input[type="email"],
.rawkology-contact-form select,
.rawkology-contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: #222;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
.rawkology-contact-form textarea { resize: vertical; min-height: 140px; }
.rawkology-contact-form input:focus-visible,
.rawkology-contact-form select:focus-visible,
.rawkology-contact-form textarea:focus-visible,
.rawkology-contact-form button:focus-visible { outline: 2px solid #111; outline-offset: 2px; }
.contact-privacy-note { margin: 0; color: #555; font-size: 13px; line-height: 1.6; }
.rawkology-contact-form button {
  justify-self: start;
  min-height: 50px;
  padding: 0 34px;
  border: 0;
  border-radius: 25px;
  background: #111;
  color: #fff;
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}
.rawkology-contact-form button:hover { background: #333; }
@media (max-width: 767px) {
  .rawkology-contact-form { grid-template-columns: 1fr; padding: 20px 17px; }
  .rawkology-contact-form button { justify-self: stretch; width: 100%; }
}
.rawkology-fulfilment-notice,
.rawkology-checkout-policies {
  margin: 0 0 24px;
  padding: 16px 18px;
  border-left: 3px solid #111;
  background: #f5f5f5;
  color: #333;
  font-size: 14px;
  line-height: 1.65;
}
.rawkology-checkout-policies { margin: 0 0 20px; border: 1px solid #ddd; border-left: 3px solid #111; }
.rawkology-payment-unavailable {
  margin: 0 0 20px;
  padding: 16px 18px;
  border: 1px solid #c94b42;
  border-left-width: 4px;
  background: #fff7f6;
  color: #6d211c;
  font-size: 14px;
  line-height: 1.6;
}
.rawkology-payment-unavailable a { color: inherit; font-weight: 700; text-decoration: underline; }
.woocommerce #payment .rawkology-order-disabled,
.woocommerce #payment .rawkology-order-disabled:hover {
  width: 100%;
  cursor: not-allowed;
  opacity: .58;
  background: #555;
  color: #fff;
}
.footer-policy-link { align-self: center; color: #bbb; font-size: 14px; text-decoration: none; }
.footer-policy-link:hover { color: #fff; }

@media (max-width: 767px) {
  .editorial-image-label { top: 8px; right: 8px; min-height: 22px; padding: 3px 7px; font-size: 9px; }
  .catalog-source-notice { margin-top: -8px; margin-bottom: 32px; }
  .product-trust-panel { padding: 19px 17px; }
  .product-trust-panel h2 { font-size: 21px; }
  .product-source-panel { padding: 19px 17px; }
  .product-source-panel h2 { font-size: 21px; }
  .product-source-links { flex-direction: column; gap: 6px; }
  .footer-policy-link { align-self: flex-start; }
}

@media (max-width: 480px) {
  .footer-policy-link { align-self: center; }
}

/* Brand image system */
.brand { line-height: 0; }
.brand-logo {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.header-main .brand { width: 180px; }
.site-footer .brand { width: 190px; }
.site-footer .brand-logo {
  width: 190px;
  filter: invert(1);
  opacity: .96;
}

@media (max-width: 1024px) {
  .header-main .brand { width: 145px; }
  .brand-logo-header { width: 145px; }
}

@media (max-width: 380px) {
  .header-main .brand { width: 128px; }
  .brand-logo-header { width: 128px; }
}

/* Secondary pages and WooCommerce surfaces — v2.5 */
.content-shell { padding: 54px 0 90px; }
.content-shell > .container > article,
.content-shell .page-panel {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.entry-header { margin-bottom: 30px; }
.eyebrow {
  margin: 0 0 10px;
  color: #777;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4;
  text-transform: uppercase;
}
.entry-title,
.shop-shell .page-title,
.shop-shell div.product .product_title {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 54px);
  letter-spacing: -.025em;
  line-height: 1.12;
  overflow-wrap: anywhere;
}
.entry-content { min-width: 0; }
.entry-content > :first-child { margin-top: 0; }
.entry-content > :last-child { margin-bottom: 0; }
.entry-content a:not(.button) { text-decoration-thickness: 1px; }
.entry-content table { max-width: 100%; }
.page-panel {
  padding: clamp(32px, 6vw, 64px);
  border: 1px solid #e2e2e2;
  background: #fafafa;
  text-align: center;
}
.page-panel .entry-title { margin-bottom: 16px; }
.page-panel-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 28px; }
.page-panel .woocommerce-product-search { max-width: 560px; margin: 28px auto 0; }
.search-results-list { display: grid; gap: 24px; }
.content-shell .page-panel-header,
.content-shell .search-results-list,
.content-shell .navigation.pagination { width: 100%; max-width: 900px; margin-right: auto; margin-left: auto; }
.search-result-card {
  padding: 26px 28px;
  border: 1px solid #e3e3e3;
  background: #fff;
}
.search-result-card .entry-header { margin-bottom: 12px; }
.search-result-card .entry-title { font-size: clamp(25px, 3vw, 34px); }
.search-result-card .entry-title a { text-decoration: none; }
.navigation.pagination { margin-top: 38px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.nav-links .page-numbers {
  display: inline-grid;
  min-width: 42px;
  min-height: 42px;
  place-items: center;
  padding: 6px 12px;
  border: 1px solid #ddd;
  text-decoration: none;
}
.nav-links .current,
.nav-links a:hover { border-color: #111; background: #111; color: #fff; }

/* Core Woo archive and product wrapper. */
.shop-shell { padding: 42px 0 95px; }
.shop-shell > .container { min-width: 0; }
.woocommerce .woocommerce-breadcrumb { margin: 0 0 24px; line-height: 1.5; }
.shop-shell .page-title { margin-bottom: 26px; }
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering { margin-bottom: 32px; }
.woocommerce .woocommerce-ordering select { min-width: 250px; }
.woocommerce ul.products:not(.metro-products) { clear: both; }
.woocommerce ul.products:not(.metro-products) li.product { min-width: 0; }
.woocommerce ul.products:not(.metro-products) li.product .button,
.woocommerce ul.products:not(.metro-products) li.product .added_to_cart {
  display: flex;
  position: static;
  width: 100%;
  min-height: 46px;
  margin: 14px 0 0;
  opacity: 1;
  transform: none;
}
.woocommerce ul.products:not(.metro-products) li.product .added_to_cart { margin-top: 8px; }
.woocommerce nav.woocommerce-pagination { margin-top: 50px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { margin: 0 4px; border: 1px solid #ddd; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span { min-width: 42px; min-height: 42px; padding: 11px; }

.woocommerce div.product { align-items: start; min-width: 0; }
.woocommerce div.product div.images,
.woocommerce div.product div.summary { min-width: 0; }
.single-product .woocommerce-product-gallery__image > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: #fff;
}
.single-product .woocommerce-product-gallery__image > a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(54px, 1fr));
  gap: 10px;
  margin-top: 12px;
}
.woocommerce.single-product div.product div.images .flex-control-thumbs li {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs img {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid #e7e7e7;
  background: #fff;
  object-fit: contain;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
  border-color: #111;
}
@media (min-width: 992px) {
  .woocommerce.single-product div.product div.images.woocommerce-product-gallery {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
    align-items: stretch;
  }
  .woocommerce.single-product div.product div.images .flex-viewport {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }
  .woocommerce.single-product div.product div.images .flex-control-thumbs {
    display: flex;
    grid-column: 1;
    grid-row: 1;
    flex-direction: column;
    gap: 8px;
    height: 100%;
    margin: 0;
  }
  .woocommerce.single-product div.product div.images .flex-control-thumbs li {
    flex: 1 1 0;
    min-height: 0;
  }
  .woocommerce.single-product div.product div.images .flex-control-thumbs img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }
}
.shop-shell .product_title { margin-bottom: 16px; }
.shop-shell div.product .product_title { font-size: clamp(36px, 3.2vw, 46px); }
.woocommerce div.product.product-type-simple form.cart { display: flex; align-items: stretch; gap: 10px; margin: 26px 0 0; }
.woocommerce div.product.product-type-simple form.cart .quantity { float: none; margin: 0; }
.woocommerce div.product.product-type-simple form.cart .qty { width: 78px; min-height: 50px; }
.woocommerce div.product.product-type-simple form.cart .single_add_to_cart_button { min-height: 50px; }
.woocommerce div.product .product_meta { margin-top: 24px; padding-top: 20px; border-top: 1px solid #e4e4e4; font-size: 14px; }
.woocommerce div.product .woocommerce-tabs { margin-top: 45px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding-left: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: #ddd; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0 5px 0 0; border-color: #ddd; border-radius: 0; background: #f7f7f7; }
.woocommerce div.product .woocommerce-tabs .panel { padding: 28px 0 10px; }
.woocommerce div.product .related { margin-top: 55px; }
.woocommerce div.product .related > h2 { margin-bottom: 32px; font-size: 32px; }
.woocommerce .quantity .qty { padding-right: 6px; padding-left: 6px; text-align: center; }

/* Shared notices, fields and tables. */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  margin: 0 0 26px;
  padding: 18px 20px 18px 52px;
  border: 1px solid #ddd;
  border-top: 3px solid #111;
  background: #f7f7f7;
  color: #333;
  line-height: 1.55;
}
.woocommerce-error { border-top-color: #b6372f; }
.woocommerce-error::before { color: #b6372f; }
.woocommerce form .form-row { margin: 0 0 18px; padding: 0; }
.woocommerce form .form-row label { margin-bottom: 7px; color: #333; font-size: 14px; font-weight: 500; line-height: 1.45; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  min-height: 50px;
  border: 1px solid #d6d6d6;
  background: #fff;
}
.woocommerce form .form-row textarea { min-height: 130px; resize: vertical; }
.woocommerce form .form-row .required { color: #a72b24; }
.woocommerce .select2-container { width: 100% !important; }
.woocommerce .select2-container .select2-selection--single { height: 50px; border-color: #d6d6d6; border-radius: 0; }
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered { padding-left: 14px; line-height: 48px; }
.woocommerce .select2-container .select2-selection--single .select2-selection__arrow { height: 48px; }
.woocommerce table.shop_table { border-color: #ddd; border-radius: 0; border-collapse: collapse; }
.woocommerce table.shop_table th,
.woocommerce table.shop_table td { padding: 15px 16px; border-color: #e2e2e2; }
.woocommerce table.shop_table th { color: #222; font-weight: 600; }

/* Cart. */
.woocommerce-cart .content-shell > .container > article,
.woocommerce-checkout .content-shell > .container > article { max-width: 1300px; }
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title { font-size: clamp(40px, 4vw, 54px); }
.woocommerce-cart .rawkology-fulfilment-notice,
.woocommerce-checkout .rawkology-fulfilment-notice { margin-bottom: 30px; }
.woocommerce-cart table.cart img { width: 82px; }
.woocommerce-cart table.cart .product-name a { font-weight: 500; }
.woocommerce-cart table.cart .product-remove a.remove {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin: auto;
  font-size: 25px;
  line-height: 1;
}
.woocommerce-cart table.cart td.actions { padding: 18px 14px; }
.woocommerce-cart table.cart td.actions .coupon { display: flex; align-items: stretch; gap: 10px; }
.woocommerce-cart .coupon #coupon_code { width: 170px; min-width: 170px; margin: 0; }
.woocommerce-cart button[name="update_cart"]:disabled[disabled] { color: #fff !important; opacity: .5; }
/* WooCommerce floats .cart_totals right at 48% and leaves the other 52% empty.
   Right-align it in a flex row instead so there is no void beside the totals. */
.woocommerce-cart .cart-collaterals {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
.woocommerce-cart .cart-collaterals::before,
.woocommerce-cart .cart-collaterals::after { display: none; }
.woocommerce-cart .cart-collaterals .cart_totals {
  float: none;
  width: min(520px, 100%);
}
.woocommerce-cart .cart-collaterals .cart_totals { padding: 28px; border: 1px solid #ddd; background: #fafafa; }
.woocommerce-cart .cart_totals h2 { margin-bottom: 20px; font-size: 28px; }
.woocommerce-cart .wc-proceed-to-checkout { padding: 20px 0 0; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: flex !important;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin: 0;
}

/* Checkout. */
.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(430px, .94fr);
  column-gap: 50px;
  align-items: start;
}
.woocommerce-checkout #customer_details { grid-column: 1; grid-row: 1 / 3; min-width: 0; }
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 { float: none; width: 100%; }
.woocommerce-checkout #customer_details .col-2 { margin-top: 28px; }
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading { margin: 0 0 22px; font-size: 28px; }
.woocommerce-checkout #order_review_heading { grid-column: 2; grid-row: 1; }
.woocommerce-checkout #order_review {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
  padding: 26px;
  border: 1px solid #ddd;
  background: #fff;
}
.woocommerce-checkout #order_review table { margin-bottom: 24px; }
.woocommerce-checkout #payment {
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
}
.woocommerce-checkout #payment ul.payment_methods { padding: 20px; border-bottom-color: #ddd; background: #fafafa; }
.woocommerce-checkout #payment ul.payment_methods li { line-height: 1.5; }
.woocommerce-checkout #payment > .form-row.place-order { margin: 0; padding: 22px; }
.woocommerce-checkout #payment .payment_box.payment_method_mecom_paypal {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
.woocommerce-checkout #payment .payment_box.payment_method_mecom_paypal::before { display: none !important; }
.woocommerce-checkout #payment .woocommerce-privacy-policy-text { font-size: 13px; line-height: 1.6; }
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .validate-required label,
.woocommerce-checkout #ship-to-different-address label {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
}
.woocommerce-checkout #terms,
.woocommerce-checkout #ship-to-different-address-checkbox {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 0;
}
.woocommerce-checkout #mecom-paypal-credit-form-container {
  width: 100%;
  max-width: 760px;
  margin: 18px auto 0;
}
.woocommerce-checkout iframe#payment-paypal-area { display: block; width: 100% !important; max-width: 100%; border: 0; }
.woocommerce-checkout:not(.rk-show-checkout-errors) .woocommerce-invalid:not(.rk-field-touched) label,
.woocommerce-checkout:not(.rk-show-checkout-errors) .woocommerce-validated:not(.rk-field-touched) label { color: #333; }
.woocommerce-checkout:not(.rk-show-checkout-errors) .woocommerce-invalid:not(.rk-field-touched) input.input-text,
.woocommerce-checkout:not(.rk-show-checkout-errors) .woocommerce-validated:not(.rk-field-touched) input.input-text,
.woocommerce-checkout:not(.rk-show-checkout-errors) .woocommerce-invalid:not(.rk-field-touched) .select2-selection,
.woocommerce-checkout:not(.rk-show-checkout-errors) .woocommerce-validated:not(.rk-field-touched) .select2-selection { border-color: #d6d6d6 !important; }

/* My Account: logged-out and signed-in states. */
.woocommerce-account:not(.logged-in) .content-shell > .container > article { max-width: 720px; }
.woocommerce-account:not(.logged-in) .entry-header { text-align: center; }
.woocommerce-account:not(.logged-in) .entry-content > .woocommerce > h2 { margin-bottom: 22px; font-size: 30px; text-align: center; }
.woocommerce-account:not(.logged-in) form.login,
.woocommerce-account:not(.logged-in) form.register,
.woocommerce-account form.lost_reset_password {
  max-width: 620px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fafafa;
}
.woocommerce-account .password-input { display: block; width: 100%; }
.woocommerce-account .password-input .show-password-input {
  top: 3px;
  right: 3px;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  background: transparent;
  color: #333;
}
.woocommerce-account .password-input .show-password-input:hover { background: #eee; color: #111; }
.woocommerce-account .woocommerce-form-login__rememberme { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; margin-right: 16px; }
.woocommerce-account .woocommerce-form-login__rememberme input { width: 18px; height: 18px; margin: 0; }
.woocommerce-account .woocommerce-form-login__submit { min-width: 125px; }
.woocommerce-account .lost_password { margin-bottom: 0; }
.woocommerce-account form.lost_reset_password .form-row-first { float: none; width: 100%; }
.account-access-note {
  margin: 0 auto 26px;
  padding: 16px 18px;
  border-left: 3px solid #111;
  background: #f5f5f5;
  color: #444;
  font-size: 14px;
  line-height: 1.65;
}
.account-access-note a { color: #111; }
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 27%;
  padding: 18px;
  border: 1px solid #ddd;
  background: #fafafa;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation li + li { border-top: 1px solid #e2e2e2; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 11px 12px; text-decoration: none; }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover { background: #111; color: #fff; }
.woocommerce-account .woocommerce-MyAccount-content { width: 69%; }
.woocommerce-account .woocommerce-MyAccount-content table { width: 100%; }

@media (max-width: 991px) {
  .content-shell { padding-top: 46px; padding-bottom: 75px; }
  .shop-shell { padding-top: 34px; padding-bottom: 75px; }
  .woocommerce-checkout form.checkout { grid-template-columns: 1fr; row-gap: 0; }
  .woocommerce-checkout #customer_details { grid-column: 1; grid-row: auto; }
  .woocommerce-checkout #order_review_heading { grid-column: 1; grid-row: auto; margin-top: 34px; }
  .woocommerce-checkout #order_review { grid-column: 1; grid-row: auto; }
  .header-actions .icon-link,
  .header-actions .menu-toggle { width: 44px; height: 44px; min-height: 44px; }
  .header-actions .cart-count { left: 27px; }
}

@media (max-width: 767px) {
  .entry-title,
  .shop-shell .page-title,
  .shop-shell div.product .product_title,
  .woocommerce-cart .entry-title,
  .woocommerce-checkout .entry-title { font-size: clamp(34px, 10vw, 42px); }
  .shop-shell div.product .product_title { font-size: clamp(31px, 9vw, 36px); line-height: 1.14; }
  .entry-content h2 { font-size: 26px; }
  .entry-content h3 { font-size: 21px; }
  .content-shell > .container > article { max-width: none; }
  .shop-shell .woocommerce-breadcrumb { margin-bottom: 18px; }
  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering { float: none; width: 100%; margin-bottom: 14px; }
  .woocommerce .woocommerce-ordering select { width: 100%; min-width: 0; }
  .woocommerce div.product.product-type-simple form.cart { flex-wrap: wrap; }
  .woocommerce div.product.product-type-simple form.cart .single_add_to_cart_button { flex: 1 1 210px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; overflow-x: auto; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li { flex: 0 0 auto; }
  .woocommerce div.product .related { margin-top: 40px; }
  .woocommerce div.product .related > h2 { font-size: 28px; }
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error { padding: 16px 16px 16px 45px; }
  .rawkology-fulfilment-notice,
  .rawkology-checkout-policies { padding: 15px 16px; }
  .woocommerce-cart table.shop_table_responsive tr.cart_item td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 14px;
    text-align: right !important;
  }
  .woocommerce-cart table.shop_table_responsive tr.cart_item td::before { float: none; flex: 0 0 auto; }
  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-remove { display: block; padding: 4px 8px; text-align: left !important; }
  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-remove::before { display: none; }
  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-thumbnail { display: none; }
  .woocommerce-cart table.cart td.actions .coupon { display: grid; grid-template-columns: 1fr auto; width: 100%; }
  .woocommerce-cart .coupon #coupon_code { width: 100%; min-width: 0; }
  .woocommerce-cart table.cart td.actions button[name="update_cart"] { width: 100%; margin-top: 10px; }
  .woocommerce-cart .cart-collaterals .cart_totals { width: 100%; padding: 22px 18px; }
  .woocommerce-checkout #order_review { padding: 18px 15px; }
  .woocommerce-checkout #payment ul.payment_methods,
  .woocommerce-checkout #payment > .form-row.place-order { padding: 17px 15px; }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content { float: none; width: 100%; }
  .woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 28px; }
  .search-result-card { padding: 22px 20px; }
}

@media (max-width: 480px) {
  .content-shell { padding-top: 38px; padding-bottom: 64px; }
  .page-panel { padding: 30px 20px; }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last { float: none; width: 100%; }
  .woocommerce-account:not(.logged-in) form.login,
  .woocommerce-account:not(.logged-in) form.register,
  .woocommerce-account form.lost_reset_password { padding: 23px 18px; }
  .woocommerce-cart table.cart td.actions .coupon { grid-template-columns: 1fr; }
  .woocommerce-cart table.cart td.actions .coupon .button { width: 100%; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

/* Dedicated accepted-payment row below the footer navigation. */
.footer-payment-strip {
  border-top: 1px solid #292929;
  background: #090909;
}
.footer-payment-inner {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.payment-label {
  color: #c8c8c8;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
}
.footer-payment-strip .payment-marks { display: flex; align-items: center; gap: 10px; }
.footer-payment-strip .payment-marks img {
  width: auto;
  height: 41px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  filter: none;
}

.footer-bottom .footer-social {
  display: inline-flex;
  width: auto;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 0;
  color: #bbb;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.footer-bottom .footer-social svg { width: 20px; height: 20px; flex: 0 0 20px; }
.footer-bottom .footer-social:hover,
.footer-bottom .footer-social:focus-visible { color: #fff; }
.footer-bottom .footer-social:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }

@media (max-width: 575px) {
  .footer-payment-inner { min-height: 112px; flex-direction: column; gap: 12px; text-align: center; }
  .footer-payment-strip .payment-marks img { height: 38px; }
}

/* Premium, unified WooCommerce product cards — v2.6.3. */
.woocommerce ul.products li.product {
  display: flex;
  min-width: 0;
  align-self: stretch;
}
.woocommerce ul.products li.product > .rk-product-card {
  display: flex;
  width: 100%;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e8e3db;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(17, 17, 17, .045);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.woocommerce ul.products li.product > .rk-product-card:hover,
.woocommerce ul.products li.product > .rk-product-card:focus-within {
  border-color: #d4cdc2;
  box-shadow: 0 18px 42px rgba(17, 17, 17, .105);
  transform: translateY(-4px);
}
.rk-card-media {
  position: relative;
  margin: 10px 10px 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
.woocommerce ul.products li.product .rk-card-image-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  overflow: hidden;
}
.woocommerce ul.products li.product .rk-card-image-link img {
  width: 100%;
  height: 100%;
  margin: 0;
  aspect-ratio: auto;
  background: transparent;
  object-fit: contain;
  opacity: 1;
  transform: scale(1);
  transition: transform .35s ease;
}
.woocommerce ul.products li.product > .rk-product-card:hover .rk-card-image-link img,
.woocommerce ul.products li.product > .rk-product-card:focus-within .rk-card-image-link img {
  opacity: 1;
  transform: scale(1.035);
}
.rk-card-image-action {
  display: inline-flex;
  position: absolute;
  right: 12px;
  bottom: 12px;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(17, 17, 17, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: #111;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .02em;
  opacity: 0;
  transform: translateY(7px);
  transition: opacity .25s ease, transform .25s ease;
}
.rk-product-card:hover .rk-card-image-action,
.rk-product-card:focus-within .rk-card-image-action { opacity: 1; transform: translateY(0); }
.rk-card-status {
  display: inline-flex;
  position: absolute;
  z-index: 2;
  top: 11px;
  min-height: 28px;
  align-items: center;
  padding: 6px 9px;
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 4px 12px rgba(17, 17, 17, .06);
  color: #333;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.rk-card-status { right: 11px; border-color: #111; background: #111; color: #fff; text-transform: uppercase; }
.rk-card-body {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 16px 16px 17px;
}
.rk-card-category {
  display: block;
  margin: 0 0 7px;
  color: #8a735e;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .rk-card-body .woocommerce-loop-product__title {
  display: -webkit-box;
  min-height: 44px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.woocommerce ul.products li.product .rk-card-body .woocommerce-loop-product__title a {
  color: #171717;
  text-decoration: none;
}
.woocommerce ul.products li.product .rk-card-body .woocommerce-loop-product__title a:hover { color: #6e5946; }
.rk-card-rating {
  display: flex;
  min-height: 18px;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  color: #777;
  font-size: 11px;
}
.rk-card-rating .star-rating { float: none; margin: 0; font-size: 12px; }
.woocommerce ul.products li.product .rk-card-price {
  margin-top: auto;
  padding-top: 14px;
  color: #111;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}
.rk-card-price del { margin-right: 5px; color: #8d8d8d; font-size: 13px; font-weight: 400; }
.rk-card-price ins { text-decoration: none; }
.rk-card-trust {
  display: flex;
  min-height: 18px;
  align-items: center;
  gap: 7px;
  margin: 8px 0 0;
  color: #6f6f6f;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.35;
}
.rk-card-trust > span {
  position: relative;
  width: 16px;
  height: 12px;
  flex: 0 0 16px;
  border: 1.5px solid #8a735e;
  border-radius: 2px;
}
.rk-card-trust > span::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -4px;
  width: 4px;
  height: 6px;
  border: 1.5px solid #8a735e;
  border-left: 0;
  border-radius: 0 2px 2px 0;
}
.rk-card-trust > span::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: -4px;
  width: 3px;
  height: 3px;
  border: 1px solid #8a735e;
  border-radius: 50%;
  background: #fff;
  box-shadow: -10px 0 0 -1px #fff, -10px 0 0 0 #8a735e;
}
.rk-card-actions {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 8px;
  margin-top: 15px;
}
.woocommerce ul.products li.product .rk-card-actions .rk-card-details,
.woocommerce ul.products li.product .rk-card-actions .button,
.woocommerce ul.products li.product .rk-card-actions .added_to_cart {
  display: inline-flex;
  position: static;
  width: 100%;
  min-width: 0;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-family: var(--ui-font, "Roboto", Arial, sans-serif);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.15;
  opacity: 1;
  transform: none;
  text-align: center;
  text-transform: none;
}
.woocommerce ul.products li.product .rk-card-actions .rk-card-details { background: #fff; color: var(--ink); }
.woocommerce ul.products li.product .rk-card-actions .rk-card-details:hover { background: #f2eee8; }
.woocommerce ul.products li.product .rk-card-actions .button { background: var(--ink); color: #fff; }
.woocommerce ul.products li.product .rk-card-actions .button:hover { background: #35322b; border-color: #35322b; }
.woocommerce ul.products li.product .rk-card-actions .added_to_cart {
  grid-column: 1 / -1;
  margin-top: 0;
  border-color: #d7d1c8;
  background: #f7f5f1;
  color: #171717;
}
.woocommerce ul.products li.product .rk-card-actions .button.loading { padding-right: 30px; }
.woocommerce ul.products.metro-products { align-items: stretch; }
.woocommerce ul.products.metro-products li.product { min-width: 0; }

@media (max-width: 991px) {
  .woocommerce ul.products { column-gap: 20px; row-gap: 30px; }
}

@media (max-width: 767px) {
  .woocommerce ul.products,
  .woocommerce ul.products.metro-products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .rk-card-media { margin: 8px 8px 0; }
  .woocommerce ul.products li.product .rk-card-image-link { padding: 10px; }
  .rk-card-body { padding: 13px 12px 14px; }
  .woocommerce ul.products li.product .rk-card-body .woocommerce-loop-product__title {
    min-height: 41px;
    font-size: 14px;
    line-height: 1.45;
  }
  .woocommerce ul.products li.product .rk-card-price { padding-top: 11px; font-size: 17px; }
  .rk-card-trust { font-size: 9px; }
  .rk-card-actions { grid-template-columns: 1fr; gap: 7px; margin-top: 12px; }
  .woocommerce ul.products li.product .rk-card-actions .rk-card-details { display: none; }
  .woocommerce ul.products li.product .rk-card-actions .button { grid-column: 1; min-height: 44px; font-size: 10px; }
  .rk-card-image-action { display: none; }
}

@media (max-width: 340px) {
  .woocommerce ul.products,
  .woocommerce ul.products.metro-products { grid-template-columns: 1fr; gap: 24px; }
  .rk-card-media { margin: 10px 10px 0; }
  .woocommerce ul.products li.product .rk-card-image-link { padding: 16px; }
  .rk-card-body { padding: 16px; }
  .woocommerce ul.products li.product .rk-card-body .woocommerce-loop-product__title { min-height: 44px; font-size: 16px; line-height: 1.38; }
  .rk-card-trust { font-size: 10px; }
  .rk-card-actions { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); }
  .woocommerce ul.products li.product .rk-card-actions .rk-card-details { display: inline-flex; }
  .woocommerce ul.products li.product .rk-card-actions .button { grid-column: auto; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .woocommerce ul.products li.product > .rk-product-card,
  .woocommerce ul.products li.product .rk-card-image-link img,
  .rk-card-image-action { transition: none; }
  .woocommerce ul.products li.product > .rk-product-card:hover,
  .woocommerce ul.products li.product > .rk-product-card:focus-within { transform: none; }
}

/* Conversion-focused editorial video sections — v2.7.2. */
.motion-lookbook { padding: 10px 0; }
.motion-lookbook-frame,
.motion-story-media {
  position: relative;
  overflow: hidden;
  background: #dcd7cf;
  isolation: isolate;
}
.motion-lookbook-frame { min-height: 305px; border-radius: 4px; }
.motion-lookbook-frame::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 12, 12, .88) 0%, rgba(12, 12, 12, .68) 34%, rgba(12, 12, 12, .08) 72%);
  pointer-events: none;
}
.rk-motion-video {
  display: block;
  width: 100%;
  height: 100%;
  background: #dcd7cf;
  object-fit: cover;
}
.motion-lookbook-frame > .rk-motion-video,
.motion-story-media > .rk-motion-video { position: absolute; inset: 0; }
.motion-lookbook-overlay {
  display: flex;
  position: relative;
  z-index: 2;
  width: min(52%, 620px);
  min-height: 305px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 34px 48px;
  color: #fff;
}
.motion-story-eyebrow {
  display: block;
  margin-bottom: 11px;
  color: #8a735e;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.3;
  text-transform: uppercase;
}
.motion-lookbook .motion-story-eyebrow { color: #e8d8c6; }
.motion-lookbook-overlay h2,
.motion-story-copy h2 {
  margin: 0;
  color: inherit;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -.025em;
}
.motion-lookbook-overlay h2 { font-size: clamp(34px, 3.3vw, 48px); line-height: 1.05; }
.motion-lookbook-overlay p {
  max-width: 510px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
  line-height: 1.55;
}
.motion-lookbook-actions,
.motion-story-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; }
.motion-lookbook-actions { margin-top: 21px; }
.motion-lookbook-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border: 1px solid rgba(255, 255, 255, .82);
  color: #fff;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}
.motion-lookbook-actions a:first-child,
.motion-lookbook-actions a:hover { background: #fff; color: #111; }
.motion-editorial-label {
  position: absolute;
  z-index: 4;
  top: 12px;
  right: 12px;
  min-height: 25px;
  padding: 5px 8px;
  background: rgba(17, 17, 17, .78);
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 15px;
  text-transform: uppercase;
}
.rk-video-control {
  display: inline-flex;
  position: absolute;
  z-index: 5;
  right: 14px;
  bottom: 14px;
  min-width: 86px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  background: rgba(17, 17, 17, .78);
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(8px);
}
.rk-video-control:hover { background: #111; }
.rk-video-control:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.rk-video-control-icon { display: block; position: relative; width: 12px; height: 14px; flex: 0 0 12px; }
.rk-video-control.is-paused .rk-video-control-icon::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
}
.rk-video-control:not(.is-paused) .rk-video-control-icon::before,
.rk-video-control:not(.is-paused) .rk-video-control-icon::after {
  content: "";
  position: absolute;
  top: 1px;
  width: 3px;
  height: 12px;
  border-radius: 1px;
  background: currentColor;
}
.rk-video-control:not(.is-paused) .rk-video-control-icon::before { left: 1px; }
.rk-video-control:not(.is-paused) .rk-video-control-icon::after { right: 1px; }

.motion-story { padding: 82px 0; background: #f4f1ec; }
.motion-story-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(38px, 5.5vw, 78px);
  align-items: center;
}
.motion-story-copy { min-width: 0; padding-left: clamp(0px, 2vw, 24px); }
.motion-story-copy h2 { max-width: 520px; color: #161616; font-size: clamp(38px, 4vw, 56px); line-height: 1.08; }
.motion-story-copy > p {
  max-width: 560px;
  margin: 19px 0 0;
  color: #555;
  font-size: 16px;
  line-height: 1.75;
}
.motion-story-actions { margin-top: 28px; }
.motion-story-actions .motion-primary {
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid #111;
  border-radius: 0;
  background: #111;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
.motion-story-actions .motion-primary:hover { background: #6e5946; border-color: #6e5946; }
.motion-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.motion-text-link span { transition: transform .2s ease; }
.motion-text-link:hover span { transform: translateX(4px); }
.motion-story-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}
.motion-story-benefits li {
  position: relative;
  padding: 7px 10px 7px 27px;
  border: 1px solid #d9d2c8;
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  color: #5e554d;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.2;
}
.motion-story-benefits li::before {
  content: "✓";
  position: absolute;
  top: 6px;
  left: 10px;
  color: #6e5946;
  font-weight: 700;
}
.motion-story-media { width: 100%; min-height: 0; aspect-ratio: 16 / 10; border-radius: 7px; box-shadow: 0 24px 60px rgba(17, 17, 17, .12); }
.motion-story-media::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: inherit;
  pointer-events: none;
}

@media (max-width: 991px) {
  .motion-lookbook-frame { min-height: 335px; }
  .motion-lookbook-overlay { width: 64%; min-height: 335px; padding: 30px 36px; }
  .motion-story { padding: 68px 0; }
  .motion-story-grid { grid-template-columns: 1fr; gap: 34px; }
  .motion-story-copy { padding: 0 18px; }
  .motion-story-copy h2 { max-width: 650px; }
  .motion-story-media { min-height: 0; aspect-ratio: 16 / 9; }
}

@media (max-width: 575px) {
  .motion-lookbook { padding-top: 8px; padding-bottom: 8px; }
  .motion-lookbook-frame { min-height: 430px; }
  .motion-lookbook-frame::after { background: linear-gradient(0deg, rgba(12, 12, 12, .92) 0%, rgba(12, 12, 12, .66) 52%, rgba(12, 12, 12, .06) 88%); }
  .motion-lookbook-frame > .rk-motion-video { object-position: center; }
  .motion-lookbook-overlay {
    width: 100%;
    min-height: 430px;
    justify-content: flex-end;
    padding: 95px 22px 24px;
  }
  .motion-lookbook-overlay h2 { max-width: 300px; font-size: 35px; }
  .motion-lookbook-overlay p { max-width: 310px; font-size: 14px; }
  .motion-lookbook-actions { gap: 9px; }
  .motion-lookbook-actions a { min-height: 42px; padding: 8px 13px; font-size: 10px; }
  .motion-lookbook .rk-video-control { top: 48px; bottom: auto; }
  .motion-editorial-label { top: 10px; right: 10px; }
  .motion-story { padding: 55px 0; }
  .motion-story-copy { padding: 0 6px; }
  .motion-story-copy h2 { font-size: 36px; }
  .motion-story-copy > p { font-size: 15px; line-height: 1.65; }
  .motion-story-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .motion-story-actions .motion-primary { width: 100%; }
  .motion-story-media { aspect-ratio: 16 / 10; }
  .motion-story-media > .rk-motion-video { object-position: center; }
  .motion-story-benefits { gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-lookbook-actions a,
  .motion-text-link span { transition: none; }
}


/* Embedded maps (Contact page) */
.rk-map {
  position: relative;
  margin: 18px 0 6px;
  border: 1px solid #ddd;
  background: #f4f4f4;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.rk-map iframe { display: block; width: 100%; height: 100%; border: 0; }
@supports not (aspect-ratio: 16 / 9) {
  .rk-map { height: 340px; }
}
@media (max-width: 767px) {
  .rk-map { aspect-ratio: 4 / 3; }
  @supports not (aspect-ratio: 4 / 3) { .rk-map { height: 260px; } }
}
.footer-contact small { display: block; margin-top: 3px; color: #999; font-size: 12px; line-height: 1.45; }

.rawkology-checkout-policies ul { margin: 10px 0 0 18px; padding: 0; }
.rawkology-checkout-policies li { margin: 7px 0; }
.rawkology-checkout-policies p { margin: 12px 0 0; }


/* ── Product buy column ─────────────────────────────────────────────── */
.single-product div.product p.price,
.single-product div.product span.price { font-size: 30px; line-height: 1.2; color: #111; }
.single-product div.product form.cart .button {
  min-height: 54px;
  padding: 0 40px;
  border-radius: 27px;
  font-size: 15px;
  letter-spacing: .06em;
}
.rk-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: #555;
  font-size: 13px;
}
.rk-assurances li { position: relative; padding-left: 16px; }
.rk-assurances li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #111;
}
.rk-delivery-box {
  margin: 20px 0 0;
  padding: 18px 20px;
  border: 1px solid #e2e2e2;
  background: #fafafa;
  font-size: 14px;
  line-height: 1.6;
}
.rk-delivery-box h2 {
  margin: 0 0 12px;
  font-size: 17px;
  letter-spacing: .02em;
}
.rk-delivery-box dl {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 8px 14px;
  margin: 0;
}
.rk-delivery-box dt { color: #111; font-weight: 500; }
.rk-delivery-box dd { margin: 0; color: #555; }
.rk-delivery-box a { color: #111; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 480px) {
  .rk-delivery-box dl { grid-template-columns: 1fr; gap: 2px; }
  .rk-delivery-box dt { margin-top: 8px; }
}

/* Tab panels: give the moved policy text room to breathe */
.woocommerce-Tabs-panel h2 { margin: 26px 0 10px; font-size: 21px; }
.woocommerce-Tabs-panel h2:first-child { margin-top: 0; }
.woocommerce-Tabs-panel p { max-width: 68ch; }


/* ── Full-bleed hero ─────────────────────────────────────────────────── */
.hero-full { position: relative; margin: 0 0 6px; }
.hero-full .metro-slider {
  position: relative;
  width: 100%;
  height: clamp(420px, 52vw, 620px);
  overflow: hidden;
  background: #efece7;
}
.hero-full .metro-slide { position: absolute; inset: 0; display: none; }
.hero-full .metro-slide.is-active { display: block; }
.hero-full .metro-slide > img {
  /* display:block is load-bearing: two leftover mobile rules from the old split
     hero (.metro-slide > img { display:none }) still apply below 992px. */
  display: block;
  position: static;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* Legibility over photography without a heavy black scrim */
.hero-full .metro-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(20,18,16,.52) 0%, rgba(20,18,16,.24) 40%, rgba(20,18,16,0) 68%);
}
.hero-full .slide-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: min(620px, 92%);
  padding: 0 0 0 clamp(24px, 6vw, 90px);
  text-align: left;
}
.hero-full .slide-copy h1,
.hero-full .slide-copy h2 {
  margin: 0 0 14px;
  text-shadow: 0 1px 18px rgba(0,0,0,.45);
  max-width: 15ch;
  color: #fff;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  white-space: normal;
  letter-spacing: 0;
}
.hero-full .slide-copy h1 span,
.hero-full .slide-copy h2 span { padding: 0; background: none; }
.hero-full .slide-copy p {
  margin: 0 0 26px;
  text-shadow: 0 1px 12px rgba(0,0,0,.5);
  max-width: 46ch;
  color: rgba(255,255,255,.92);
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.6;
}
.slide-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-full .slide-cta {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 30px;
  border: 1px solid #fff;
  border-radius: 25px;
  background: #fff;
  color: #111;
  font-size: 14px;
  letter-spacing: .04em;
  text-decoration: none;
}
.hero-full .slide-cta:hover { background: #f0ece6; color: #111; }
.hero-full .slide-cta-ghost { background: transparent; color: #fff; }
.hero-full .slide-cta-ghost:hover { background: rgba(255,255,255,.16); color: #fff; }
.hero-full .slider-dots {
  position: absolute;
  z-index: 3;
  right: clamp(20px, 4vw, 48px);
  bottom: 24px;
  display: flex;
  gap: 10px;
}
.hero-full .slider-dots button {
  width: 34px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background: rgba(255,255,255,.45);
  cursor: pointer;
}
.hero-full .slider-dots button.is-active { background: #fff; }
.hero-caption {
  margin: 10px auto 0;
  color: #9a9a9a;
  font-size: 12px;
  line-height: 1.5;
}

/* Category strip replaces the black sidebar slab */
.hero-categories { border-bottom: 1px solid var(--line); }
.hero-categories .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 34px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.hero-categories a {
  color: #444;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
}
.hero-categories a:hover { color: #111; }
@media (max-width: 900px) {
  /* The angled scrim only darkens the left edge, which is fine beside a wide
     photo but leaves white type sitting on a pale image once the copy spans the
     full width. Switch to a vertical scrim and give the slide more height. */
  .hero-full .metro-slide::after {
    background: linear-gradient(180deg, rgba(20,18,16,0) 0%, rgba(20,18,16,.12) 30%, rgba(20,18,16,.58) 62%, rgba(20,18,16,.80) 100%);
  }
  .hero-full .slide-copy {
    width: 100%;
    justify-content: flex-end;
    padding: 0 22px 84px;
  }
  .hero-full .slide-copy h1,
  .hero-full .slide-copy h2 { max-width: 100%; }
  .hero-full .slide-copy p { max-width: 100%; margin-bottom: 20px; }
  .slide-actions { width: 100%; }
  .hero-full .slide-cta { flex: 1 1 auto; justify-content: center; }
  /* Dots sat over the second button once the copy filled the slide. */
  .hero-full .slider-dots { right: auto; left: 22px; bottom: 26px; }
  /* The jewellery sits in the right half of these landscape shots; a centre crop
     on a narrow viewport lands on empty stone and the hero reads as a grey box. */
  .hero-full .metro-slide > img { display: block; object-position: 72% center; }
}
@media (max-width: 767px) {
  .hero-full .metro-slider { height: clamp(430px, 92vw, 520px); }
  .hero-categories .container { gap: 6px 18px; }
  .hero-categories a { font-size: 12px; letter-spacing: .06em; }
}

/* ====================================================================
 * Home rebuild — light, trust-first layout
 * ================================================================= */
/* ── Announcement bar ─────────────────────────────────────────────── */
.announce-bar { background: #16150f; color: #f3f1ec; font-size: 13px; }
.announce-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; min-height: 40px; flex-wrap: wrap;
}
.announce-list { display: flex; flex-wrap: wrap; gap: 6px 26px; margin: 0; padding: 0; list-style: none; }
.announce-list li { position: relative; padding-left: 15px; color: #d9d5cc; }
.announce-list li::before {
  content: ""; position: absolute; top: 7px; left: 0;
  width: 5px; height: 5px; border-radius: 50%; background: #8f8877;
}
.announce-link { color: #fff; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
@media (max-width: 900px) {
  .announce-list li:nth-child(n+3) { display: none; }
  .announce-inner { justify-content: center; }
}

/* ── Buttons ──────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 0 30px; border-radius: 26px;
  border: 1px solid var(--ink); font-size: 14px; letter-spacing: .04em;
  text-decoration: none; transition: background .15s, color .15s;
}
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: #34312a; color: #fff; }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-small { min-height: 42px; padding: 0 20px; font-size: 13px; border-radius: 21px; }

/* ── Hero ─────────────────────────────────────────────────────────── */
.home-hero { padding: 44px 0 40px; background: var(--paper); }
.home-hero-grid {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 46px; align-items: center;
}
.eyebrow {
  margin: 0 0 12px; color: var(--muted);
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
}
.home-hero-copy h1 {
  margin: 0 0 16px; max-width: 17ch;
  font-size: clamp(30px, 3.3vw, 46px); line-height: 1.12;
}
.lede { margin: 0 0 26px; max-width: 52ch; color: #4d4a44; font-size: 16px; line-height: 1.7; }
.home-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.fact-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px; margin: 0; padding: 0; list-style: none;
}
.fact-grid li {
  padding: 14px 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--wash);
}
.fact-grid strong { display: block; margin-bottom: 4px; font-size: 14px; color: var(--ink); }
.fact-grid span { display: block; font-size: 13px; line-height: 1.55; color: var(--muted); }

.home-hero-media { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.hero-tile {
  display: block; position: relative; border: 1px solid var(--line);
  border-radius: 12px; overflow: hidden; background: #fff; text-decoration: none;
}
.hero-tile img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; background: #fff; }
.hero-tile-label {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  box-sizing: border-box; height: 55px; padding: 9px 12px 12px;
  overflow: hidden; color: var(--muted);
  font-size: 12px; line-height: 1.4; border-top: 1px solid var(--line);
}
.hero-tile:hover { border-color: #cdc8bd; }

/* ── Trust strip ──────────────────────────────────────────────────── */
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--wash); }
.trust-inner {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px; padding-top: 20px; padding-bottom: 20px;
}
.trust-inner strong { display: block; font-size: 14px; color: var(--ink); }
.trust-inner span { display: block; margin-top: 3px; font-size: 12.5px; color: var(--muted); }

/* ── Sections ─────────────────────────────────────────────────────── */
.home-section { padding: 56px 0; background: var(--paper); }
.home-section-alt { background: var(--wash); }
.section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 20px; margin-bottom: 28px; flex-wrap: wrap;
}
.section-head h2 { margin: 0 0 6px; font-size: clamp(23px, 2.2vw, 30px); }
.section-head p { margin: 0; color: var(--muted); font-size: 14.5px; }
.section-link { color: var(--ink); font-size: 14px; text-decoration: underline; text-underline-offset: 4px; white-space: nowrap; }

/* ── Departments ──────────────────────────────────────────────────── */
.dept-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.dept-card {
  display: block; border: 1px solid var(--line); border-radius: 12px;
  overflow: hidden; background: #fff; text-decoration: none;
}
.dept-card:hover { border-color: #cdc8bd; }
.dept-media { display: block; position: relative; aspect-ratio: 4 / 3; min-height: 0; overflow: hidden; background: #fff; }
.dept-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.dept-body { display: block; padding: 13px 15px 16px; border-top: 1px solid var(--line); }
.dept-body strong { display: block; font-size: 15px; color: var(--ink); }
.dept-body span { display: block; margin-top: 3px; font-size: 12.5px; color: var(--muted); }

/* ── Video ────────────────────────────────────────────────────────── */
.home-video { background: var(--paper); }
.video-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 42px; align-items: center; }
.video-copy h2 { margin: 0 0 14px; font-size: clamp(23px, 2.2vw, 32px); }
.video-copy p { margin: 0 0 18px; color: #4d4a44; line-height: 1.7; }
.video-points { margin: 0 0 24px; padding-left: 18px; color: var(--muted); font-size: 14.5px; }
.video-points li { margin: 7px 0; }
.video-frame { position: relative; }
.video-embed {
  position: relative; aspect-ratio: 16 / 9; overflow: hidden;
  border: 1px solid var(--line); border-radius: 14px; background: #efece7;
}
.video-embed iframe,
.video-embed video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }

/* ── Guides ───────────────────────────────────────────────────────── */
.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.guide-card {
  display: flex; flex-direction: column; border: 1px solid var(--line);
  border-radius: 12px; overflow: hidden; background: #fff; text-decoration: none;
}
.guide-card:hover { border-color: #cdc8bd; }
.guide-media { display: block; position: relative; aspect-ratio: 16 / 10; min-height: 0; overflow: hidden; background: var(--wash); }
.guide-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.guide-body { display: block; padding: 18px 20px 22px; }
.guide-meta { display: block; margin-bottom: 8px; color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.guide-body strong { display: block; margin-bottom: 8px; font-size: 17px; line-height: 1.35; color: var(--ink); }
.guide-excerpt { display: block; margin-bottom: 14px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.guide-more { display: block; font-size: 13.5px; color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

/* ── About + business card ────────────────────────────────────────── */
.about-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 44px; align-items: start; }
.about-grid h2 { margin: 0 0 16px; font-size: clamp(23px, 2.2vw, 32px); max-width: 20ch; }
.about-grid p { margin: 0 0 16px; color: #4d4a44; line-height: 1.75; max-width: 60ch; }
.business-card { padding: 26px 28px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.business-card h3 { margin: 0 0 18px; font-size: 19px; }
.business-card dl { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 12px 16px; margin: 0 0 22px; font-size: 14px; }
.business-card dt { color: var(--muted); }
.business-card dd { margin: 0; color: var(--ink); line-height: 1.55; }
.business-card a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

/* ── Logistics strip ──────────────────────────────────────────────── */
.logistics-strip { background: #16150f; color: #f3f1ec; }
.logistics-inner {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px; padding-top: 22px; padding-bottom: 22px;
}
.logistics-inner span { display: block; color: #a49d8d; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.logistics-inner strong { display: block; margin-top: 5px; font-size: 15px; color: #fff; }

/* ── Journal archive + single ─────────────────────────────────────── */
.journal-head { padding: 44px 0 8px; }
.journal-head h1 { margin: 0 0 10px; font-size: clamp(28px, 3vw, 40px); }
.journal-head p { margin: 0; max-width: 60ch; color: var(--muted); line-height: 1.7; }
.journal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; padding: 34px 0 60px; }
.entry-article { padding: 34px 0 60px; }
.entry-article .entry-header { margin-bottom: 26px; }
.entry-article .entry-header h1 { margin: 0 0 10px; font-size: clamp(27px, 3vw, 40px); max-width: 24ch; }
.entry-article .entry-meta { color: var(--muted); font-size: 13px; }
.entry-article .entry-cover { margin: 0 0 30px; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); }
.entry-article .entry-cover img { display: block; width: 100%; height: auto; }
.entry-article .entry-content { max-width: 72ch; }
.entry-article .entry-content h2 { margin: 34px 0 12px; font-size: 24px; }
.entry-article .entry-content h3 { margin: 26px 0 10px; font-size: 19px; }
.entry-article .entry-content p,
.entry-article .entry-content li { color: #4a4741; line-height: 1.8; }
.entry-article .entry-content ul,
.entry-article .entry-content ol { padding-left: 20px; }
.journal-cta {
  margin: 40px 0 0; padding: 24px 26px; border: 1px solid var(--line);
  border-radius: 14px; background: var(--wash);
}
.journal-cta h2 { margin: 0 0 8px; font-size: 20px; }
.journal-cta p { margin: 0 0 16px; color: var(--muted); }

/* ── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .dept-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trust-inner { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .home-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .video-grid, .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .guide-grid, .journal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .logistics-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .announce-list li:nth-child(n+2) { display: none; }
  .home-hero { padding: 28px 0 30px; }
  .home-section { padding: 40px 0; }
  .fact-grid, .dept-grid, .guide-grid, .journal-grid, .trust-inner { grid-template-columns: 1fr; }
  .home-hero-media { grid-template-columns: repeat(2, 1fr); }
  .home-hero-actions .btn { flex: 1 1 100%; }
  .business-card dl { grid-template-columns: 1fr; gap: 3px; }
  .business-card dt { margin-top: 10px; }
}

/* ── Product imagery sits on a tile, never on bare white ──────────────── */
.single-product .woocommerce-product-gallery__image > a {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--wash);
}
.single-product .woocommerce-product-gallery__image > a img { padding: 10px; }
.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--wash);
}
.woocommerce ul.products li.product a img {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--wash);
  padding: 8px;
}


/* =====================================================================
 * 3.1.0 — one design system
 *
 * The theme grew two of everything: square black WooCommerce buttons in
 * Josefin Sans next to pill buttons in Roboto, two page-header treatments,
 * and reading columns that ran to 1320px on some pages and 640px on others.
 * Everything below reconciles them. It is deliberately last in the file so
 * it wins on cascade order without a single !important that isn't needed to
 * beat WooCommerce's own inline-ish rules.
 * ================================================================== */

:root {
  --radius-pill: 26px;
  --radius-card: 12px;
  --measure: 760px;
  --ui-font: "Roboto", Arial, Helvetica, sans-serif;
  --display-font: "Josefin Sans", Arial, sans-serif;
}

/* ── Buttons: one shape, one font, everywhere ─────────────────────────── */
button,
.button,
.wp-element-button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.wc-block-components-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border: 1px solid var(--ink);
  border-radius: var(--radius-pill);
  background: var(--ink);
  color: #fff;
  font-family: var(--ui-font);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
button:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce #respond input#submit:hover,
.wc-block-components-button:hover {
  background: #35322b;
  border-color: #35322b;
  color: #fff;
}

/* Secondary / outline treatment, used by the product cards and empty states */
.btn-ghost,
.button-secondary,
.woocommerce a.button.wc-backward,
.woocommerce ul.products li.product a.button:not(.add_to_cart_button) {
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
}
.btn-ghost:hover,
.button-secondary:hover,
.woocommerce a.button.wc-backward:hover,
.woocommerce ul.products li.product a.button:not(.add_to_cart_button):hover {
  background: var(--ink);
  color: #fff;
}
.btn-small { min-height: 42px; padding: 0 22px; font-size: 13px; }

/* Quantity fields sit next to a 48px pill, so match the height and radius. */
.woocommerce .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon input[type="text"] {
  height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  text-align: center;
}

/* Form fields, one treatment */
input[type="text"], input[type="email"], input[type="tel"], input[type="url"],
input[type="password"], input[type="search"], input[type="number"], select, textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 12px 14px;
  font-family: var(--ui-font);
  font-size: 15px;
}
input:focus, select:focus, textarea:focus {
  outline: 2px solid rgba(22, 21, 15, .35);
  outline-offset: 1px;
  border-color: var(--ink);
}
textarea { min-height: 140px; }

/* ── Page header, shared by every non-shop template ───────────────────── */
.page-hero {
  margin: 0 0 34px;
  padding: 46px 0 26px;
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.page-hero .eyebrow { margin-bottom: 10px; }
.page-hero .entry-title,
.page-hero h1 {
  margin: 0 auto;
  max-width: 22ch;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.14;
}
.page-hero p:not(.eyebrow) {
  margin: 14px auto 0;
  max-width: 62ch;
  color: var(--muted);
  font-size: 16px;
}

/* ── Reading measure for prose pages ──────────────────────────────────── */
.content-shell { padding-bottom: 72px; min-height: 58vh; }
.content-shell .entry-content { margin: 0 auto; max-width: var(--measure); }
.content-shell.is-shop-flow .entry-content { max-width: none; }

.content-shell .entry-content > h2 { margin: 40px 0 12px; font-size: 26px; }
.content-shell .entry-content > h3 { margin: 30px 0 10px; font-size: 19px; }
.content-shell .entry-content > h2:first-child,
.content-shell .entry-content > h3:first-child { margin-top: 0; }
.content-shell .entry-content p,
.content-shell .entry-content li { line-height: 1.8; }
.content-shell .entry-content ul,
.content-shell .entry-content ol { padding-left: 20px; }
.content-shell .entry-content iframe { width: 100%; border-radius: var(--radius-card); }
.content-shell .entry-content table {
  width: 100%; border-collapse: collapse; margin: 20px 0;
}
.content-shell .entry-content th,
.content-shell .entry-content td {
  padding: 10px 12px; border-bottom: 1px solid var(--line); text-align: left;
}

/* ── Empty states: 404, empty cart, no search results ─────────────────── */
.empty-state {
  margin: 0 auto;
  max-width: 720px;
  padding: 34px 32px 36px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--wash);
  text-align: center;
}
.empty-state > p { margin: 0 auto 22px; max-width: 56ch; color: #4d4a44; }
.empty-state-search { margin: 0 auto 22px; max-width: 440px; }
.empty-state-search form { display: flex; gap: 8px; }
.empty-state-search input[type="search"] { flex: 1 1 auto; }
.empty-state-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.cart-suggest { margin-top: 56px; }

/* WooCommerce's own empty-cart notice, tidied to match */
/* Our own empty-state panel says this better, so drop the stock notice. */
.woocommerce-cart .cart-empty.woocommerce-info,
.woocommerce-cart .return-to-shop { display: none; }

/* ── Notices ──────────────────────────────────────────────────────────── */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top: 0;
  border-left: 3px solid var(--ink);
  border-radius: 10px;
  background: var(--wash);
  font-family: var(--ui-font);
}
.woocommerce-error { border-left-color: #b3261e; }

/* ── Account page ─────────────────────────────────────────────────────── */
.woocommerce-account .woocommerce { margin: 0 auto; max-width: 760px; }
.woocommerce-account .u-columns.col2-set { gap: 24px; }
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 28px 30px 30px;
}
.woocommerce form.login h2 { margin-top: 0; }

/* ── Product tabs: wrap on small screens instead of clipping ──────────── */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 0 0 22px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0; border: 1px solid var(--line); border-radius: 999px; background: var(--wash);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block; padding: 10px 18px; font-family: var(--ui-font); font-size: 14px; color: var(--muted);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: var(--ink); border-color: var(--ink); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: #fff; }

/* ── Pagination ───────────────────────────────────────────────────────── */
.woocommerce nav.woocommerce-pagination ul,
.pagination .nav-links {
  display: flex; gap: 8px; justify-content: center; border: 0; padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li,
.pagination .nav-links .page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 999px;
  font-family: var(--ui-font); font-size: 14px;
}
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 42px; height: 42px; padding: 0 12px;
  border: 1px solid var(--line); border-radius: 999px;
  font-family: var(--ui-font); font-size: 14px;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.pagination .nav-links .page-numbers.current {
  background: var(--ink); border-color: var(--ink); color: #fff;
}

/* ── Search results list ──────────────────────────────────────────────── */
.search-results-list { display: grid; gap: 16px; max-width: var(--measure); margin: 0 auto; }
.search-result-card {
  padding: 20px 22px; border: 1px solid var(--line); border-radius: var(--radius-card); background: #fff;
}
.search-result-card .entry-title { margin: 0 0 6px; font-size: 19px; }
.search-result-card .entry-content p { margin: 0; color: var(--muted); }

/* ── Chrome details ───────────────────────────────────────────────────── */
.primary-nav a,
.header-actions,
.cart-total,
.footer-links a,
.footer-contact,
.breadcrumb,
.woocommerce-breadcrumb { font-family: var(--ui-font); }
.footer-title { font-family: var(--display-font); }

.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--ui-font); }
.woocommerce ul.products li.product .price { font-family: var(--ui-font); }

@media (max-width: 782px) {
  .page-hero { padding: 30px 0 20px; margin-bottom: 26px; }
  .empty-state { padding: 26px 20px 28px; }
  .empty-state-search form { flex-direction: column; }
  .empty-state-actions .btn { flex: 1 1 100%; }
  .content-shell { padding-bottom: 48px; }
}
