/*
Theme Name:        Carats and You
Theme URI:         https://caratsandyou.ca
Author:            Carats and You
Author URI:        https://caratsandyou.ca
Description:       A luxury fine jewellery theme for Carats and You — designed for WooCommerce with Canadian e-commerce, GST/HST, and shipping integrations. Jewellery That Speaks To You!
Version:           1.0.0
Requires at least: 6.0
Tested up to:      6.5
Requires PHP:      8.0
License:           Private
License URI:       https://caratsandyou.ca
Text Domain:       carats-and-you
Tags:              woocommerce, jewellery, luxury, ecommerce, canada

--- BRAND COLOURS ---
Navy Blue (Primary):  #1B2A4A
Gold (Accent):        #C9A84C
Gold Light:           #E8D5A3
Cream Background:     #FAF7F2
Charcoal Text:        #1C1A17
*/

/* ═══════════════════════════════════════
   DESIGN TOKENS
═══════════════════════════════════════ */
:root {
  /* Brand — derived from logo */
  --navy:          #1B2A4A;
  --navy-dark:     #111A2E;
  --navy-soft:     #2A3D5E;
  --gold:          #C9A84C;
  --gold-light:    #E8D5A3;
  --gold-pale:     #FAF5E9;
  --gold-dark:     #9A7A2E;
  --cream:         #FAF7F2;
  --cream-dark:    #F0EAE0;
  --charcoal:      #1C1A17;
  --charcoal-soft: #2D2A24;
  --warm-gray:     #7A7369;
  --light-border:  rgba(201,168,76,0.25);

  /* Typography */
  --serif: 'Cormorant Garamond', 'Georgia', serif;
  --sans:  'Jost', 'Helvetica Neue', sans-serif;

  /* Spacing */
  --container: 1300px;
  --section-pad: 100px 40px;
  --radius-sm: 2px;
  --radius-md: 4px;
}

/* ═══════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--charcoal);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--gold); }
ul, ol { list-style: none; }
button, input, select, textarea { font-family: inherit; }

/* ═══════════════════════════════════════
   CONTAINER
═══════════════════════════════════════ */
.container {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

/* ═══════════════════════════════════════
   TYPOGRAPHY
═══════════════════════════════════════ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.15;
  color: var(--charcoal);
}

h1 { font-size: clamp(36px, 5vw, 64px); }
h2 { font-size: clamp(28px, 4vw, 48px); }
h3 { font-size: clamp(20px, 2.5vw, 30px); }
h4 { font-size: 20px; }
h5 { font-size: 16px; }

p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

.section-eyebrow {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.28em;
  color: var(--gold);
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
}

.section-title {
  font-family: var(--serif);
  font-weight: 300;
  color: var(--charcoal);
  margin-bottom: 16px;
}

.section-title em { font-style: italic; color: var(--gold-dark); }

.section-desc {
  font-family: var(--sans);
  color: var(--warm-gray);
  font-weight: 300;
  line-height: 1.8;
  max-width: 540px;
}

/* ═══════════════════════════════════════
   BUTTONS
═══════════════════════════════════════ */
.btn,
button.btn,
a.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 15px 36px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  line-height: 1;
}

.btn-primary {
  background: var(--gold);
  color: var(--charcoal);
  border-color: var(--gold);
}
.btn-primary:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--charcoal); }

.btn-dark {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.btn-dark:hover { background: var(--navy-dark); border-color: var(--navy-dark); color: #fff; }

.btn-outline {
  background: transparent;
  color: var(--charcoal);
  border-color: var(--light-border);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold-dark); }

.btn-outline-white {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.35);
}
.btn-outline-white:hover { border-color: var(--gold); color: var(--gold-light); }

/* WooCommerce button overrides */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: var(--navy);
  color: #fff;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0;
  padding: 14px 28px;
  transition: background 0.2s;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { background: var(--navy-dark); color: #fff; }

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce #respond input#submit.alt {
  background: var(--gold);
  color: var(--charcoal);
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover { background: var(--gold-dark); color: #fff; }

/* ═══════════════════════════════════════
   ANNOUNCEMENT BAR
═══════════════════════════════════════ */
.announcement-bar {
  background: var(--navy);
  color: var(--gold-light);
  text-align: center;
  padding: 10px 20px;
  font-size: 12px;
  letter-spacing: 0.12em;
  font-family: var(--sans);
  font-weight: 300;
}

/* ═══════════════════════════════════════
   HEADER
═══════════════════════════════════════ */
#masthead {
  background: var(--cream);
  border-bottom: 1px solid var(--light-border);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow 0.3s;
}

#masthead.scrolled { box-shadow: 0 2px 20px rgba(27,42,74,0.08); }

.site-header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 84px;
}

/* Logo */
.site-branding { text-align: center; }

.site-branding img.custom-logo {
  max-height: 56px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.site-title {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--navy);
  line-height: 1;
}

.site-tagline {
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.25em;
  color: var(--gold);
  text-transform: uppercase;
  margin-top: 3px;
}

/* Navigation */
.main-navigation { display: flex; }
.main-navigation ul { display: flex; gap: 28px; align-items: center; }

.main-navigation a {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--charcoal);
  text-transform: uppercase;
  transition: color 0.2s;
  position: relative;
  padding-bottom: 2px;
}

.main-navigation a::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width 0.3s;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a { color: var(--gold-dark); }
.main-navigation a:hover::after { width: 100%; }

/* Header icons */
.header-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}

.header-icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--charcoal);
  padding: 4px;
  display: flex;
  align-items: center;
  transition: color 0.2s;
  position: relative;
}

.header-icon-btn:hover { color: var(--gold); }

.header-icon-btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }

.cart-count {
  position: absolute;
  top: -5px; right: -7px;
  background: var(--gold);
  color: #fff;
  font-size: 9px;
  font-family: var(--sans);
  width: 16px; height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

/* Mobile hamburger */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--charcoal);
  padding: 4px;
}

/* ═══════════════════════════════════════
   GOLD DIVIDER
═══════════════════════════════════════ */
.gold-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 auto;
  width: fit-content;
}

.gold-divider::before,
.gold-divider::after {
  content: '';
  width: 50px;
  height: 1px;
  background: var(--gold);
}

.gold-divider-icon { color: var(--gold); font-size: 14px; }

/* ═══════════════════════════════════════
   BREADCRUMB
═══════════════════════════════════════ */
.breadcrumb-wrapper {
  border-bottom: 1px solid var(--light-border);
  padding: 12px 0;
}

.breadcrumb-wrapper .container {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--warm-gray);
  font-weight: 300;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb-wrapper a { color: var(--warm-gray); transition: color 0.2s; }
.breadcrumb-wrapper a:hover { color: var(--gold); }
.breadcrumb-sep { opacity: 0.4; }
.breadcrumb-current { color: var(--charcoal); }

/* ═══════════════════════════════════════
   PAGE HERO (inner pages)
═══════════════════════════════════════ */
.page-hero {
  background: var(--navy);
  padding: 80px 40px 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(201,168,76,0.08) 0%, transparent 60%);
}

.page-hero .section-eyebrow { color: var(--gold); }
.page-hero h1 { color: #fff; font-size: clamp(32px, 5vw, 56px); }
.page-hero p { color: rgba(255,255,255,0.5); font-weight: 300; font-size: 15px; margin-top: 8px; }

/* ═══════════════════════════════════════
   WOOCOMMERCE — PRODUCT ARCHIVE
═══════════════════════════════════════ */
.woocommerce-page .woocommerce,
.woocommerce-shop .woocommerce { max-width: var(--container); margin: 0 auto; padding: 60px 40px; }

/* Shop layout */
.woocommerce-page .woocommerce { display: grid; grid-template-columns: 260px 1fr; gap: 60px; align-items: start; }

/* Sidebar */
.woocommerce-sidebar { padding-top: 8px; }

.widget_product_categories .product-categories li a,
.widget_layered_nav ul li a {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--warm-gray);
  font-weight: 300;
  transition: color 0.2s;
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
}

.widget_product_categories .product-categories li a:hover,
.widget_layered_nav ul li a:hover { color: var(--gold-dark); }

.widget-title, .widgettitle {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--charcoal);
  font-weight: 500;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--light-border);
}

/* Product grid */
ul.products { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 28px !important; margin: 0 !important; }

li.product { list-style: none !important; }

/* Product card */
.woocommerce ul.products li.product a img {
  aspect-ratio: 1;
  object-fit: cover;
  background: var(--cream-dark);
  border: 1px solid var(--light-border);
  transition: transform 0.35s;
}

.woocommerce ul.products li.product:hover a img { transform: scale(1.03); }

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--serif) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: var(--charcoal) !important;
  padding: 14px 0 4px !important;
}

.woocommerce ul.products li.product .price {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--charcoal);
  font-weight: 400;
}

.woocommerce ul.products li.product .price del { color: var(--warm-gray); font-size: 12px; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }

/* Product card — add to cart */
.woocommerce ul.products li.product .button {
  display: block !important;
  text-align: center !important;
  width: 100% !important;
  margin-top: 12px !important;
  font-size: 10px !important;
  letter-spacing: 0.14em !important;
}

/* Product image wrapper */
.woocommerce ul.products li.product .cay-product-img-wrap {
  position: relative;
  overflow: hidden;
}

.woocommerce ul.products li.product .onsale {
  background: var(--navy) !important;
  color: var(--gold-light) !important;
  font-family: var(--sans) !important;
  font-size: 9px !important;
  letter-spacing: 0.1em !important;
  border-radius: 0 !important;
  min-height: auto !important;
  min-width: auto !important;
  padding: 4px 10px !important;
  line-height: 1.4 !important;
}

/* Toolbar */
.woocommerce-ordering select,
.woocommerce-result-count {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--warm-gray);
  font-weight: 300;
}

/* ═══════════════════════════════════════
   WOOCOMMERCE — SINGLE PRODUCT (PDP)
═══════════════════════════════════════ */
.woocommerce div.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: var(--container);
  margin: 60px auto;
  padding: 0 40px;
}

.woocommerce div.product div.images { position: sticky; top: 104px; }

/* Gallery */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper img {
  border: 1px solid var(--light-border);
}

/* Summary */
.woocommerce div.product div.summary { padding-top: 0; }

.woocommerce div.product .product_title {
  font-family: var(--serif) !important;
  font-size: clamp(28px, 3.5vw, 44px) !important;
  font-weight: 400 !important;
  color: var(--charcoal) !important;
  line-height: 1.15 !important;
  margin-bottom: 12px !important;
}

.woocommerce div.product .price {
  font-family: var(--serif);
  font-size: 32px;
  color: var(--charcoal);
  font-weight: 400;
  margin-bottom: 0;
}

.woocommerce div.product .price del { font-size: 16px; color: var(--warm-gray); }

.woocommerce div.product .woocommerce-product-details__short-description {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--warm-gray);
  line-height: 1.9;
  font-weight: 300;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid var(--light-border);
  border-bottom: 1px solid var(--light-border);
}

/* Variations */
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal);
  font-weight: 500;
  padding: 8px 0;
}

.woocommerce div.product form.cart .variations select {
  border: 1px solid var(--light-border);
  padding: 10px 16px;
  font-family: var(--sans);
  font-size: 13px;
  background: #fff;
  border-radius: 0;
  color: var(--charcoal);
}

/* Qty */
.woocommerce .quantity input.qty {
  border: 1px solid var(--light-border);
  border-radius: 0;
  font-family: var(--sans);
  font-size: 15px;
  padding: 12px 16px;
  width: 72px;
  text-align: center;
}

/* Add to cart */
.woocommerce div.product form.cart .single_add_to_cart_button {
  font-size: 11px !important;
  letter-spacing: 0.15em !important;
  padding: 16px 40px !important;
  border-radius: 0 !important;
  flex: 1;
}

/* Tabs */
.woocommerce div.product .woocommerce-tabs {
  grid-column: 1 / -1;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid var(--light-border);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--light-border);
  margin-bottom: 0;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--warm-gray);
  padding: 14px 28px;
  display: block;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--navy);
  border-bottom-color: var(--gold);
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 40px 0;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--warm-gray);
  line-height: 1.9;
  font-weight: 300;
}

/* ═══════════════════════════════════════
   WOOCOMMERCE — CART
═══════════════════════════════════════ */
.woocommerce-cart .woocommerce {
  max-width: var(--container);
  margin: 0 auto;
  padding: 60px 40px;
}

.woocommerce table.shop_table {
  border: none !important;
  border-collapse: collapse !important;
}

.woocommerce table.shop_table th {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--warm-gray);
  font-weight: 500;
  padding: 12px 0 !important;
  border-bottom: 1px solid var(--light-border) !important;
  border-top: none !important;
}

.woocommerce table.shop_table td {
  border: none !important;
  border-bottom: 1px solid var(--light-border) !important;
  padding: 24px 16px 24px 0 !important;
  vertical-align: middle !important;
}

.woocommerce table.shop_table .product-name a {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 400;
  color: var(--charcoal);
}

/* Cart totals */
.woocommerce .cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
  max-width: 440px;
  margin-left: auto;
}

.woocommerce .cart_totals h2 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.woocommerce .cart_totals table {
  border: none !important;
}

.woocommerce .cart_totals table th,
.woocommerce .cart_totals table td {
  border-bottom: 1px solid var(--light-border) !important;
  padding: 12px 0 !important;
  font-family: var(--sans);
  font-size: 14px;
}

/* Tax notice — Canada */
.woocommerce .cart_totals table .tax-rate-HST td,
.woocommerce .cart_totals table .tax-rate-GST td {
  color: var(--warm-gray);
  font-size: 13px;
}

/* ═══════════════════════════════════════
   WOOCOMMERCE — CHECKOUT
═══════════════════════════════════════ */
.woocommerce-checkout .woocommerce {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 40px;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 60px;
}

.woocommerce form .form-row label {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--warm-gray);
  font-weight: 500;
  margin-bottom: 6px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
  border: 1px solid var(--light-border) !important;
  border-radius: 0 !important;
  padding: 12px 16px !important;
  font-family: var(--sans) !important;
  font-size: 14px !important;
  color: var(--charcoal) !important;
  background: #fff !important;
  width: 100% !important;
  transition: border-color 0.2s !important;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: var(--gold) !important;
  outline: none !important;
}

/* Order review */
#order_review_heading {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

/* Payment methods */
.woocommerce-checkout #payment { background: var(--gold-pale) !important; border-radius: 0 !important; }
.woocommerce-checkout #payment ul.payment_methods { border-bottom: 1px solid var(--light-border) !important; padding: 20px !important; }
.woocommerce-checkout #payment div.place-order { padding: 20px !important; }

/* ═══════════════════════════════════════
   WOOCOMMERCE — MY ACCOUNT
═══════════════════════════════════════ */
.woocommerce-account .woocommerce {
  max-width: var(--container);
  margin: 0 auto;
  padding: 60px 40px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 60px;
}

.woocommerce-MyAccount-navigation ul { display: flex; flex-direction: column; gap: 2px; }

.woocommerce-MyAccount-navigation ul li a {
  font-family: var(--sans);
  font-size: 12px;
  letter---spacing: 0.1em;
  text-transform: uppercase;
  color: var(--warm-gray);
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid var(--light-border);
  font-weight: 400;
  transition: color 0.2s;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a { color: var(--gold-dark); }

/* ═══════════════════════════════════════
   FOOTER
═══════════════════════════════════════ */
#colophon {
  background: #0D1524;
  color: rgba(255,255,255,0.45);
}

.footer-top {
  max-width: var(--container);
  margin: 0 auto;
  padding: 80px 40px 60px;
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  gap: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.footer-brand .site-title { color: #fff; font-size: 22px; }
.footer-brand .site-tagline { color: var(--gold); margin-bottom: 20px; display: block; }

.footer-brand img.footer-logo { max-height: 52px; width: auto; margin-bottom: 16px; }

.footer-brand p {
  font-family: var(--sans);
  font-size: 13px;
  color: rgba(255,255,255,0.35);
  line-height: 1.85;
  font-weight: 300;
  max-width: 290px;
  margin-bottom: 0;
}

.footer-col-title {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  display: block;
}

.footer-menu ul { display: flex; flex-direction: column; gap: 10px; }
.footer-menu ul li a {
  font-family: var(--sans);
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  font-weight: 300;
  transition: color 0.2s;
}
.footer-menu ul li a:hover { color: var(--gold-light); }

.footer-contact p {
  font-family: var(--sans);
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  font-weight: 300;
  margin-bottom: 8px;
  line-height: 1.6;
}

.footer-bottom {
  max-width: var(--container);
  margin: 0 auto;
  padding: 28px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-copy {
  font-family: var(--sans);
  font-size: 11px;
  color: rgba(255,255,255,0.2);
  letter-spacing: 0.04em;
}

.footer-payments {
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer-payment-badge {
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 3px 8px;
}

.footer-social { display: flex; gap: 12px; }
.footer-social a {
  width: 32px; height: 32px;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.4);
  font-size: 12px;
  transition: border-color 0.2s, color 0.2s;
}
.footer-social a:hover { border-color: var(--gold); color: var(--gold); }

/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 1024px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
  .woocommerce-page .woocommerce { grid-template-columns: 1fr; }
  ul.products { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 768px) {
  .site-header-inner { grid-template-columns: auto 1fr auto; height: 68px; }
  .main-navigation { display: none; }
  .main-navigation.is-open { display: flex; position: fixed; inset: 0; top: 68px; background: var(--cream); flex-direction: column; align-items: center; justify-content: center; z-index: 999; }
  .main-navigation.is-open ul { flex-direction: column; gap: 24px; }
  .main-navigation.is-open a { font-size: 14px; }
  .menu-toggle { display: flex; }
  .woocommerce div.product { grid-template-columns: 1fr; gap: 40px; }
  .woocommerce div.product div.images { position: static; }
  .woocommerce-checkout .woocommerce { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  ul.products { grid-template-columns: repeat(2, 1fr) !important; gap: 16px !important; }
  .container { padding-left: 20px; padding-right: 20px; }
}

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

/* ═══════════════════════════════════════
   UTILITIES
═══════════════════════════════════════ */
.text-center { text-align: center; }
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mt-4 { margin-top: 40px; }
.mb-1 { margin-bottom: 8px; }
.mb-2 { margin-bottom: 16px; }
.mb-3 { margin-bottom: 24px; }
.mb-4 { margin-bottom: 40px; }

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}
