/*
Theme Name: Pure Contour V12 Apex AU
Theme URI: https://www.purecontour.au/
Description: Enterprise bare-metal Blocksy child theme for Pure Contour Australia & Oceania. 100/100 Lighthouse, UCP Agentic Schema, Dual Commerce (Retail + Trade 50%), AJAX Quick Add, zero CDN, zero external blocking scripts. V6 Master Baseline.
Author: Project Sentinel
Author URI: https://www.purecontour.au/
Template: blocksy
Version: 12.0.0
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 8.0
License: Proprietary
Text Domain: pure-contour-v12-apex-au
*/


/* ══════════════════════════════════════════════════════════════
   § 1  DESIGN TOKENS  (V6 Master Baseline — LOCKED)
   ══════════════════════════════════════════════════════════════ */

:root {
  --pc-green:        #0A2A1B;
  --pc-green-light:  rgba(10, 42, 27, 0.05);
  --pc-gold:         #C5A880;
  --pc-gold-light:   rgba(197, 168, 128, 0.15);
  --pc-cream:        #FDFBF7;
  --pc-white:        #FFFFFF;
  --pc-text:         #1b2220;
  --pc-muted:        #5e6b65;
  --pc-shadow:       0 12px 36px rgba(10, 42, 27, 0.04);
  --pc-shadow-hover: 0 20px 50px rgba(10, 42, 27, 0.08);
  --pc-radius-card:  1.5rem;
  --pc-radius-btn:   2rem;
  --pc-radius-badge: 3rem;
  --pc-ease:         cubic-bezier(0.165, 0.84, 0.44, 1);
  --pc-duration:     0.35s;
  --pc-font:         'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}


/* ══════════════════════════════════════════════════════════════
   § 2  GLOBAL TYPOGRAPHY (50+ Demographic: min 16px)
   [Absorbed: Snippets 13, 18, 27]
   ══════════════════════════════════════════════════════════════ */

body,
.site-content,
.entry-content,
.woocommerce {
  font-family: var(--pc-font) !important;
  font-size: clamp(16px, 1rem + 0.2vw, 18px) !important;
  line-height: 1.65;
  color: var(--pc-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}


/* ══════════════════════════════════════════════════════════════
   § 3  BLOCKSY LAYOUT OVERRIDES
   [Absorbed: Snippets 13, 17]
   Hides Blocksy's native header/footer — PCAU uses custom
   elements injected via page content + snippets.
   ══════════════════════════════════════════════════════════════ */

.ct-page-title { display: none !important; }

.entry-content {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ct-container {
  max-width: 100% !important;
  padding: 0 !important;
}

.site-main { padding: 0 !important; }

header[data-id="type-1"],
.ct-header { display: none !important; }
footer.ct-footer { display: none !important; }

.wp-site-blocks > * + * { margin-top: 0 !important; }
.wp-site-blocks { padding-top: 0 !important; }
.is-layout-constrained > * + * { margin-top: 0 !important; }


/* ══════════════════════════════════════════════════════════════
   § 4  HEADER & HERO FIX
   [Absorbed: Snippet 20]
   ══════════════════════════════════════════════════════════════ */

#smart-header > div:first-child {
  font-size: 0.875rem !important;
  white-space: nowrap !important;
}

@media (min-width: 768px) {
  #smart-header > div:first-child {
    font-size: 1.5rem !important;
  }
}

#menu-toggle { display: flex !important; }
@media (min-width: 1024px) {
  #menu-toggle { display: none !important; }
}

#smooth-content > nav + section,
#smooth-content section:first-of-type {
  padding-top: 80px !important;
}

@media (min-width: 768px) {
  #smooth-content > nav + section,
  #smooth-content section:first-of-type {
    padding-top: 96px !important;
  }
}


/* ══════════════════════════════════════════════════════════════
   § 5  HOMEPAGE LAYOUT FIX
   [Absorbed: Snippet 28]
   ══════════════════════════════════════════════════════════════ */

body.home .hero-section.is-width-constrained,
body.home .hero-section .entry-header,
body.home .page-title { display: none !important; }

body.home [data-vertical-spacing] {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.home .ct-container-full[data-vertical-spacing] {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.home #main-container > header,
body.home .ct-header { margin-bottom: 0 !important; }

body.home .site-main.hfeed {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.home article.page {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* ══════════════════════════════════════════════════════════════
   § 6  HAVE WE MET BEFORE PAGE LAYOUT
   [Absorbed: Snippet 29]
   ══════════════════════════════════════════════════════════════ */

body.page-id-465 .hero-section.is-width-constrained,
body.page-id-465 .hero-section .entry-header,
body.page-id-465 .ct-page-title,
body.page-id-465 .page-title { display: none !important; }

body.page-id-465 [data-vertical-spacing] {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.page-id-465 .ct-container-full[data-vertical-spacing] {
  padding-top: 0 !important;
}

body.page-id-465 .site-main.hfeed,
body.page-id-465 article.page {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.page-id-465 .entry-content,
body.page-id-465 .ct-container {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}


/* ══════════════════════════════════════════════════════════════
   § 7  PRODUCT GRID — RESPONSIVE
   [Absorbed: Snippet 18 (Mobile Rescue)]
   ══════════════════════════════════════════════════════════════ */

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wc-block-grid__product-title,
.wp-block-post-title,
ul.products li.product h2 {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.25rem) !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
}

.woocommerce ul.products li.product .price,
.wc-block-grid__product-price,
.wp-block-woocommerce-product-price {
  font-size: clamp(0.95rem, 0.85rem + 0.4vw, 1.15rem) !important;
  font-weight: 700 !important;
  color: var(--pc-green);
}

.wc-block-product-categories,
.product-categories,
.widget_product_categories ul,
[class*="category-filter"],
[class*="product-filter"],
.woocommerce-widget-layered-nav ul,
.ct-widget .widget_product_categories ul {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
  padding: 0 !important;
  list-style: none !important;
}

.wc-block-product-categories li a,
.product-categories li a,
.widget_product_categories ul li a,
.woocommerce-widget-layered-nav ul li a {
  display: flex !important;
  align-items: center !important;
  min-height: 48px !important;
  padding: 10px 16px !important;
  font-size: 1rem !important;
  border-radius: 12px !important;
  background: rgba(10, 42, 27, 0.04) !important;
  color: var(--pc-green) !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.wc-block-product-categories li a:hover,
.product-categories li a:hover {
  background: var(--pc-gold-light) !important;
}

@media (min-width: 768px) {
  .wc-block-product-categories,
  .product-categories,
  .widget_product_categories ul,
  [class*="category-filter"],
  [class*="product-filter"] {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
  }
}

.products,
.woocommerce ul.products,
ul.products,
.wp-block-woocommerce-product-collection .wc-block-product-template,
.wc-block-grid__products {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
  padding: 0 !important;
  list-style: none !important;
}

.woocommerce ul.products li.product,
ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

@media (min-width: 768px) {
  .products,
  .woocommerce ul.products,
  ul.products,
  .wp-block-woocommerce-product-collection .wc-block-product-template,
  .wc-block-grid__products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  .products,
  .woocommerce ul.products,
  ul.products,
  .wp-block-woocommerce-product-collection .wc-block-product-template,
  .wc-block-grid__products {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

.woocommerce ul.products li.product img,
.wp-block-woocommerce-product-image img,
.wc-block-grid__product-image img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 5;
  object-fit: cover !important;
  border-radius: 1rem !important;
}

[data-products-columns] { --grid-columns: 1 !important; }
@media (min-width: 768px) { [data-products-columns] { --grid-columns: 2 !important; } }
@media (min-width: 1024px) { [data-products-columns] { --grid-columns: 4 !important; } }


/* ══════════════════════════════════════════════════════════════
   § 8  BUTTONS & TOUCH TARGETS (48px min)
   [Absorbed: Snippets 18, 27]
   ══════════════════════════════════════════════════════════════ */

.woocommerce .button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-components-button,
.wp-element-button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
a.checkout-button,
button.checkout-button,
.woocommerce .wc-proceed-to-checkout a.checkout-button {
  background-color: var(--pc-green) !important;
  color: var(--pc-white) !important;
  border: none !important;
  border-radius: 999px !important;
  font-family: var(--pc-font) !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  padding: 12px 28px !important;
  min-height: 48px !important;
  cursor: pointer !important;
  transition: background 0.3s ease, transform 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.wc-block-components-button:hover {
  background-color: var(--pc-gold) !important;
  color: var(--pc-green) !important;
  transform: translateY(-1px) !important;
}

.woocommerce a.button.add_to_cart_button,
.woocommerce a.button.product_type_simple {
  border-radius: 30px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  transition: all 0.3s var(--pc-ease) !important;
}

.woocommerce a.button.add_to_cart_button:hover,
.woocommerce a.button.product_type_simple:hover {
  background-color: var(--pc-gold) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(197, 168, 128, 0.25) !important;
}


/* ══════════════════════════════════════════════════════════════
   § 9  WC INPUTS
   ══════════════════════════════════════════════════════════════ */

.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="number"],
.woocommerce input[type="password"],
.woocommerce select,
.woocommerce textarea {
  border: 1px solid rgba(10, 42, 27, 0.15);
  border-radius: 0.5rem;
  padding: 10px 14px;
  font-family: var(--pc-font);
  font-size: 1rem;
  transition: border-color 0.3s ease;
  min-height: 48px;
}

.woocommerce input:focus,
.woocommerce select:focus,
.woocommerce textarea:focus {
  border-color: var(--pc-green);
  outline: none;
  box-shadow: 0 0 0 3px rgba(10, 42, 27, 0.08);
}


/* ══════════════════════════════════════════════════════════════
   § 10  WC PAGE WRAPPER
   ══════════════════════════════════════════════════════════════ */

.v12-page-wrapper { box-sizing: border-box; }

.v12-page-wrapper .woocommerce table.shop_table {
  border-collapse: collapse; width: 100%;
  border: 1px solid rgba(10, 42, 27, 0.1); border-radius: 0.75rem; overflow: hidden;
}

.v12-page-wrapper .woocommerce table.shop_table th,
.v12-page-wrapper .woocommerce table.shop_table td {
  padding: 12px 16px; text-align: left;
  border-bottom: 1px solid rgba(10, 42, 27, 0.06);
}

.v12-page-wrapper .woocommerce table.shop_table th {
  background: rgba(10, 42, 27, 0.03); font-weight: 600; font-size: 0.85rem;
  text-transform: uppercase; letter-spacing: 0.5px; color: var(--pc-green);
}

.v12-page-wrapper .woocommerce table.shop_table img {
  border-radius: 0.5rem; max-width: 80px; height: auto;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-radius: 0.75rem;
  font-family: var(--pc-font);
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}

.woocommerce-message { border-top-color: var(--pc-green); }


/* ══════════════════════════════════════════════════════════════
   § 11  STORY BUTTON
   [Absorbed: Snippet 33]
   ══════════════════════════════════════════════════════════════ */

.sentinel-story-btn-wrap {
  text-align: center;
  padding: 0 20px clamp(32px, 5vw, 56px);
  background: var(--pc-cream);
}

.sentinel-story-btn {
  display: inline-block;
  background: var(--pc-green);
  color: var(--pc-gold);
  padding: 16px 40px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  font-family: var(--pc-font);
  font-weight: 600;
  text-decoration: none;
  border-radius: 0;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.sentinel-story-btn:hover {
  background: var(--pc-gold);
  color: var(--pc-green);
  transform: translateY(-2px);
}


/* ══════════════════════════════════════════════════════════════
   § 12  B2B TRADE UI
   [Absorbed: Snippet 19]
   ══════════════════════════════════════════════════════════════ */

.sentinel-trade-badge {
  display: inline-block;
  background: linear-gradient(135deg, #C5A880, #D4B896);
  color: var(--pc-green);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 8px;
  font-family: var(--pc-font);
}

.sentinel-trade-notice {
  background: rgba(197, 168, 128, 0.1);
  border-left: 3px solid var(--pc-gold);
  padding: 12px 16px;
  border-radius: 8px;
  margin: 12px 0 16px;
  font-size: 13px;
  color: var(--pc-green);
  font-family: var(--pc-font);
  line-height: 1.5;
}

.sentinel-trade-icon { color: var(--pc-gold); font-size: 14px; }

body.logged-in #wpadminbar { border-bottom: 2px solid var(--pc-gold); }


/* ══════════════════════════════════════════════════════════════
   § 13  QUICK ADD PRODUCT SHOWCASE
   ══════════════════════════════════════════════════════════════ */

.v12-quick-shop {
  background: var(--pc-cream);
  padding: clamp(40px, 6vw, 80px) 20px;
}

.v12-qs-container {
  max-width: 1200px;
  margin: 0 auto;
}

.v12-qs-heading {
  font-family: var(--pc-font);
  font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
  font-weight: 700;
  color: var(--pc-green);
  text-align: center;
  margin: 0 0 0.5rem;
}

.v12-qs-subheading {
  font-family: var(--pc-font);
  font-size: 1rem;
  color: var(--pc-muted);
  text-align: center;
  margin: 0 0 clamp(24px, 4vw, 48px);
}

.v12-qs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .v12-qs-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .v12-qs-grid { grid-template-columns: repeat(3, 1fr); }
}

.v12-qs-card {
  background: var(--pc-white);
  border-radius: var(--pc-radius-card);
  overflow: hidden;
  box-shadow: var(--pc-shadow);
  transition: transform var(--pc-duration) var(--pc-ease), box-shadow var(--pc-duration) var(--pc-ease);
}

.v12-qs-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--pc-shadow-hover);
}

.v12-qs-img-link { display: block; overflow: hidden; }

.v12-qs-img-link img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.6s var(--pc-ease);
}

.v12-qs-card:hover .v12-qs-img-link img {
  transform: scale(1.03);
}

.v12-qs-info {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.v12-qs-name {
  font-family: var(--pc-font);
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.v12-qs-name a {
  color: var(--pc-green);
  text-decoration: none;
}

.v12-qs-name a:hover { color: var(--pc-gold); }

.v12-qs-price {
  font-family: var(--pc-font);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--pc-green);
}

.v12-qs-add {
  background: var(--pc-green) !important;
  color: var(--pc-white) !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 12px 24px !important;
  font-family: var(--pc-font) !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  min-height: 48px !important;
  cursor: pointer !important;
  transition: all 0.3s var(--pc-ease) !important;
  text-transform: uppercase !important;
}

.v12-qs-add:hover {
  background: var(--pc-gold) !important;
  color: var(--pc-green) !important;
  transform: translateY(-1px) !important;
}

.v12-qs-view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--pc-green);
  border: 2px solid var(--pc-green);
  border-radius: 999px;
  padding: 12px 24px;
  font-family: var(--pc-font);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  min-height: 48px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s var(--pc-ease);
}

.v12-qs-view:hover {
  background: var(--pc-green);
  color: var(--pc-white);
}


/* ══════════════════════════════════════════════════════════════
   § 14  TRADE LOGIN PAGE
   ══════════════════════════════════════════════════════════════ */

.v12-trade-portal {
  padding-top: 140px;
  padding-bottom: 80px;
  min-height: 80vh;
  max-width: 640px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.v12-trade-notice {
  background: var(--pc-cream);
  border: 1px solid rgba(197, 168, 128, 0.3);
  border-radius: var(--pc-radius-card);
  padding: clamp(24px, 3vw, 40px);
  margin-bottom: 2rem;
  text-align: center;
}

.v12-trade-notice h2 {
  font-family: var(--pc-font);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--pc-green);
  margin: 0 0 1rem;
}

.v12-trade-notice p {
  font-family: var(--pc-font);
  font-size: 1rem;
  color: var(--pc-text);
  line-height: 1.7;
  margin: 0;
}

.v12-trade-notice a {
  color: var(--pc-gold);
  font-weight: 600;
  text-decoration: underline;
}


/* ══════════════════════════════════════════════════════════════
   § 15  AJAX STATES & TOAST
   ══════════════════════════════════════════════════════════════ */

.pc-adding { pointer-events: none; opacity: 0.65; position: relative; }

.pc-adding::after {
  content: ''; display: inline-block; width: 16px; height: 16px;
  margin-left: 8px; border: 2px solid rgba(255,255,255,0.4);
  border-top-color: #fff; border-radius: 50%;
  animation: v12Spin 0.6s linear infinite; vertical-align: middle;
}

@keyframes v12Spin { to { transform: rotate(360deg); } }

.pc-added {
  background: var(--pc-green) !important;
  color: #fff !important;
}

.pc-added::after {
  content: '\2713'; display: inline-block; margin-left: 6px;
  font-size: 1rem; animation: none; border: none; width: auto; height: auto;
}

.v12-cart-count { transition: transform 0.3s ease; }
.v12-cart-count.updated { animation: v12Pulse 0.4s ease; }
@keyframes v12Pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.3); } }

.v12-toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: var(--pc-green);
  color: var(--pc-white);
  font-family: var(--pc-font);
  font-size: 0.9rem;
  padding: 14px 24px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(10, 42, 27, 0.2);
  z-index: 99999;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.v12-toast.visible {
  opacity: 1;
  transform: translateY(0);
}


/* ══════════════════════════════════════════════════════════════
   § 16  SCROLL REVEAL
   ══════════════════════════════════════════════════════════════ */

.pc-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s var(--pc-ease), transform 0.8s var(--pc-ease);
}

.pc-fade-up.visible { opacity: 1; transform: translateY(0); }


/* ══════════════════════════════════════════════════════════════
   § 17  ACCESSIBILITY
   ══════════════════════════════════════════════════════════════ */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .pc-fade-up { opacity: 1; transform: none; }
  .pc-adding::after { animation: none; }
  .v12-cart-count { transition: none; }
  .v12-toast { transition: none; }
}


/* ══════════════════════════════════════════════════════════════
   § 18  PCHQ-STYLE FOOTER
   ══════════════════════════════════════════════════════════════ */

.v12-site-footer {
  background: var(--pc-green);
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--pc-font);
  padding: clamp(40px, 6vw, 80px) 20px 0;
  margin-top: 0;
}

.v12-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.v12-footer-brand {
  text-align: center;
  padding-bottom: clamp(24px, 4vw, 48px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: clamp(24px, 4vw, 48px);
}

.v12-footer-tagline {
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto 1.5rem;
  color: rgba(255, 255, 255, 0.7);
}

.v12-footer-cta-row {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.v12-footer-cta {
  display: inline-flex;
  align-items: center;
  padding: 12px 28px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s var(--pc-ease);
  min-height: 48px;
  background: var(--pc-gold);
  color: var(--pc-green);
}

.v12-footer-cta:hover {
  background: var(--pc-white);
  color: var(--pc-green);
  transform: translateY(-2px);
}

.v12-footer-cta--outline {
  background: transparent;
  color: var(--pc-gold);
  border: 1px solid var(--pc-gold);
}

.v12-footer-cta--outline:hover {
  background: var(--pc-gold);
  color: var(--pc-green);
}

.v12-footer-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .v12-footer-columns {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}

.v12-footer-col h4 {
  color: var(--pc-gold);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 1rem;
}

.v12-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.v12-footer-col ul li {
  margin-bottom: 0.6rem;
}

.v12-footer-col ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.v12-footer-col ul li a:hover {
  color: var(--pc-gold);
}

.v12-footer-bottom {
  text-align: center;
  padding: clamp(20px, 3vw, 32px) 0;
  margin-top: clamp(24px, 4vw, 48px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.v12-footer-bottom p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}



/* ══════════════════════════════════════════════════════════════
   V12.4 — WOOCOMMERCE SHOP PAGE STYLING
   HIGH-SPECIFICITY overrides for Blocksy parent theme.
   Brand: Deep Forest Green (#0A2A1B), Luxury Gold (#C5A880)
   Corners: pill-shaped buttons (9999px), cards (1.5rem)
   ══════════════════════════════════════════════════════════════ */

/* ── Hero Banner ────────────────────────────────────────────── */
.v12-shop-hero {
  text-align: center;
  padding: clamp(40px, 7vw, 80px) 24px clamp(24px, 4vw, 48px);
  background: linear-gradient(180deg, #FDFBF7 0%, #FFFFFF 100%);
  border-bottom: 1px solid rgba(10, 42, 27, 0.06);
}

.v12-shop-title {
  font-family: "Poppins", sans-serif !important;
  font-size: clamp(1.75rem, 4vw, 2.75rem) !important;
  font-weight: 700 !important;
  color: #0A2A1B !important;
  letter-spacing: -0.02em;
  margin: 0 0 8px !important;
}

.v12-shop-subtitle {
  font-family: "Poppins", sans-serif !important;
  font-size: clamp(0.85rem, 1.5vw, 1rem) !important;
  font-weight: 300 !important;
  color: #6b7280 !important;
  max-width: 540px;
  margin: 0 auto !important;
  line-height: 1.6;
}

/* ── Sorting & Results Bar ──────────────────────────────────── */
body.woocommerce .woocommerce-result-count,
body .woocommerce .woocommerce-result-count {
  font-family: "Poppins", sans-serif !important;
  font-size: 0.85rem !important;
  color: #6b7280 !important;
}

body.woocommerce .woocommerce-ordering select,
body .woocommerce .woocommerce-ordering select {
  font-family: "Poppins", sans-serif !important;
  border-radius: 0.75rem !important;
  border-color: rgba(10, 42, 27, 0.15) !important;
  padding: 8px 14px !important;
  font-size: 0.85rem !important;
  color: #0A2A1B !important;
  min-height: 44px !important;
}

/* ── Product Grid ───────────────────────────────────────────── */
body.woocommerce ul.products,
body .woocommerce ul.products,
.ct-container ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
  gap: 24px !important;
  padding: clamp(24px, 4vw, 48px) clamp(16px, 3vw, 48px) !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  list-style: none !important;
}

/* ── Product Cards ──────────────────────────────────────────── */
body.woocommerce ul.products li.product,
body .woocommerce ul.products li.product,
.ct-container ul.products li.product {
  border-radius: 1.5rem !important;
  border: 1px solid rgba(10, 42, 27, 0.06) !important;
  background: #FFFFFF !important;
  overflow: hidden !important;
  transition: box-shadow 0.3s ease, transform 0.3s ease !important;
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}

body.woocommerce ul.products li.product:hover,
body .woocommerce ul.products li.product:hover {
  box-shadow: 0 12px 28px -6px rgba(10, 42, 27, 0.12) !important;
  transform: translateY(-3px) !important;
}

/* Blocksy card inner wrapper */
body .woocommerce ul.products li.product .ct-woo-card-inner {
  border-radius: 1.5rem !important;
  overflow: hidden !important;
}

/* ── Product Images ─────────────────────────────────────────── */
body.woocommerce ul.products li.product a img,
body .woocommerce ul.products li.product a img,
body .woocommerce ul.products li.product .ct-media-container img {
  border-radius: 1.5rem 1.5rem 0 0 !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  width: 100% !important;
  height: auto !important;
  background: #FDFBF7 !important;
}

/* ── Product Titles ─────────────────────────────────────────── */
body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce ul.products li.product h2,
body .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  font-family: "Poppins", sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  color: #0A2A1B !important;
  padding: 16px 16px 4px !important;
  margin: 0 !important;
  line-height: 1.35 !important;
}

/* ── Product Prices ─────────────────────────────────────────── */
body.woocommerce ul.products li.product .price,
body .woocommerce ul.products li.product .price {
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #0A2A1B !important;
  padding: 0 16px 12px !important;
}

body .woocommerce ul.products li.product .price ins {
  text-decoration: none !important;
  color: #0A2A1B !important;
  font-weight: 700 !important;
}

body .woocommerce ul.products li.product .price del {
  color: #9ca3af !important;
  font-size: 0.85em !important;
  margin-right: 6px !important;
}

/* ── ADD TO CART BUTTONS (Critical Override) ─────────────────── */
body.woocommerce ul.products li.product .button,
body.woocommerce ul.products li.product a.button,
body .woocommerce ul.products li.product .button,
body .woocommerce ul.products li.product a.button,
body .woocommerce ul.products li.product a.add_to_cart_button,
body .woocommerce ul.products li.product a.product_type_simple,
body .woocommerce ul.products li.product a.product_type_variable,
.ct-container ul.products li.product a.button,
.woocommerce a.button,
.woocommerce button.button {
  font-family: "Poppins", sans-serif !important;
  background-color: #0A2A1B !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 9999px !important;
  padding: 10px 20px !important;
  margin: auto 16px 16px !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  text-align: center !important;
  display: block !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.15s ease !important;
  min-height: 44px !important;
  line-height: 24px !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body.woocommerce ul.products li.product .button:hover,
body .woocommerce ul.products li.product .button:hover,
body .woocommerce ul.products li.product a.button:hover,
body .woocommerce ul.products li.product a.add_to_cart_button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background-color: #C5A880 !important;
  color: #0A2A1B !important;
  transform: scale(1.02) !important;
}

/* ── Sale Badge ─────────────────────────────────────────────── */
body.woocommerce ul.products li.product .onsale,
body .woocommerce ul.products li.product span.onsale,
body .woocommerce span.onsale {
  background-color: #C5A880 !important;
  color: #0A2A1B !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.65rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  border-radius: 9999px !important;
  padding: 5px 14px !important;
  line-height: 1.4 !important;
  min-width: auto !important;
  min-height: auto !important;
}

/* ── Star Ratings (gold, not pink) ──────────────────────────── */
body.woocommerce ul.products li.product .star-rating,
body .woocommerce ul.products li.product .star-rating,
body .woocommerce .star-rating {
  color: #C5A880 !important;
  margin: 4px 16px 0 !important;
}

body .woocommerce .star-rating::before {
  color: rgba(197, 168, 128, 0.25) !important;
}

body .woocommerce .star-rating span::before {
  color: #C5A880 !important;
}

/* ── Pagination ─────────────────────────────────────────────── */
body .woocommerce nav.woocommerce-pagination {
  text-align: center !important;
  padding: 32px 16px 48px !important;
}

body .woocommerce nav.woocommerce-pagination ul li a,
body .woocommerce nav.woocommerce-pagination ul li span.current {
  font-family: "Poppins", sans-serif !important;
  border-radius: 9999px !important;
  padding: 8px 14px !important;
  min-height: 44px !important;
  min-width: 44px !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
}

body .woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #0A2A1B !important;
  color: #FFFFFF !important;
  border-color: #0A2A1B !important;
}

body .woocommerce nav.woocommerce-pagination ul li a:hover {
  background-color: #FDFBF7 !important;
  color: #0A2A1B !important;
}

/* ── Single Product Page Buttons ────────────────────────────── */
body.single-product .woocommerce div.product form.cart .button,
body.single-product .woocommerce div.product .single_add_to_cart_button {
  font-family: "Poppins", sans-serif !important;
  background-color: #0A2A1B !important;
  color: #FFFFFF !important;
  border-radius: 9999px !important;
  border: none !important;
  padding: 14px 32px !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  min-height: 48px !important;
  transition: background-color 0.3s ease, color 0.3s ease !important;
}

body.single-product .woocommerce div.product form.cart .button:hover,
body.single-product .woocommerce div.product .single_add_to_cart_button:hover {
  background-color: #C5A880 !important;
  color: #0A2A1B !important;
}

/* ── Cart & Checkout Buttons ────────────────────────────────── */
body .woocommerce a.button.checkout,
body .woocommerce .checkout-button,
body .woocommerce #place_order,
body .woocommerce .wc-proceed-to-checkout a.button {
  font-family: "Poppins", sans-serif !important;
  background-color: #0A2A1B !important;
  color: #FFFFFF !important;
  border-radius: 1.5rem !important;
  border: none !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  transition: background-color 0.3s ease, color 0.3s ease !important;
}

body .woocommerce a.button.checkout:hover,
body .woocommerce .checkout-button:hover,
body .woocommerce #place_order:hover,
body .woocommerce .wc-proceed-to-checkout a.button:hover {
  background-color: #C5A880 !important;
  color: #0A2A1B !important;
}

/* ── Quantity Input ─────────────────────────────────────────── */
body .woocommerce .quantity .qty,
body .woocommerce input.qty {
  border-radius: 0.75rem !important;
  border-color: rgba(10, 42, 27, 0.15) !important;
  font-family: "Poppins", sans-serif !important;
  min-height: 44px !important;
}



/* ══════════════════════════════════════════════════════════════
   V12.3 Tailwind Compatibility Layer — AUTO-COMPILED
   354 Tailwind utility classes → Vanilla CSS
   Generated from live PCAU pages.
   ══════════════════════════════════════════════════════════════ */

/* Gradient variable defaults */
:root {
  --tw-gradient-from: transparent;
  --tw-gradient-to: transparent;
  --tw-gradient-via: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-ring-color: rgba(59, 130, 246, 0.5);
}

.space-y-2 > * + * { margin-top: 0.5rem; }
.space-y-3 > * + * { margin-top: 0.75rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.space-y-8 > * + * { margin-top: 2rem; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { opacity: .5; } }

.-mt-24 { margin-top: -6rem }
.absolute { position: absolute }
.animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite }
.animate-spin { animation: spin 1s linear infinite }
.aspect-square { aspect-ratio: 1 / 1 }
.backdrop-blur-md { backdrop-filter: blur(12px) }
.backdrop-blur-sm { backdrop-filter: blur(4px) }
.backdrop-blur-xl { backdrop-filter: blur(24px) }
.bg-\[\#03160D\] { background-color: #03160D }
.bg-black { background-color: #000000 }
.bg-brand-cream { background-color: #FDFBF7 }
.bg-brand-gold { background-color: #C5A880 }
.bg-brand-green { background-color: #0A2A1B }
.bg-brand-lightGreen { background-color: rgba(10, 42, 27, 0.05) }
.bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)) }
.bg-gradient-to-tr { background-image: linear-gradient(to top right, var(--tw-gradient-stops)) }
.bg-gray-200 { background-color: #e5e7eb }
.bg-white { background-color: #FFFFFF }
.bg-white\/10 { background-color: rgba(255,255,255,0.1) }
.bg-white\/5 { background-color: rgba(255,255,255,0.05) }
.bg-white\/50 { background-color: rgba(255,255,255,0.5) }
.bg-white\/90 { background-color: rgba(255,255,255,0.9) }
.bg-white\/95 { background-color: rgba(255,255,255,0.95) }
.block { display: block }
.border { border-width: 1px; border-style: solid }
.border-2 { border-width: 2px; border-style: solid }
.border-b { border-bottom-width: 1px; border-bottom-style: solid }
.border-brand-gold { border-color: #C5A880 }
.border-brand-gold\/10 { border-color: rgba(197,168,128,0.1) }
.border-brand-gold\/20 { border-color: rgba(197,168,128,0.2) }
.border-brand-gold\/30 { border-color: rgba(197,168,128,0.3) }
.border-brand-gold\/80 { border-color: rgba(197,168,128,0.8) }
.border-brand-green { border-color: #0A2A1B }
.border-brand-green\/10 { border-color: rgba(10,42,27,0.1) }
.border-brand-green\/20 { border-color: rgba(10,42,27,0.2) }
.border-gray-100 { border-color: #f3f4f6 }
.border-gray-100\/50 { border-color: rgba(243,244,246,0.5) }
.border-gray-200 { border-color: #e5e7eb }
.border-gray-200\/50 { border-color: rgba(229,231,235,0.5) }
.border-gray-200\/60 { border-color: rgba(229,231,235,0.6) }
.border-l-2 { border-left-width: 2px; border-left-style: solid }
.border-t { border-top-width: 1px; border-top-style: solid }
.border-white { border-color: #FFFFFF }
.border-white\/10 { border-color: rgba(255,255,255,0.1) }
.border-white\/20 { border-color: rgba(255,255,255,0.2) }
.border-y { border-top-width: 1px; border-bottom-width: 1px; border-style: solid }
.bottom-6 { bottom: 1.5rem }
.col-span-full { grid-column: 1 / -1 }
.cursor-grab { cursor: grab }
.cursor-pointer { cursor: pointer }
.duration-200 { transition-duration: 200ms }
.duration-300 { transition-duration: 300ms }
.duration-500 { transition-duration: 500ms }
.duration-700 { transition-duration: 700ms }
.ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1) }
.fixed { position: fixed }
.flex { display: flex }
.flex-col { flex-direction: column }
.flex-grow { flex-grow: 1 }
.flex-wrap { flex-wrap: wrap }
.focus\:outline-brand-green:focus { outline-color: #0A2A1B }
.focus\:outline-none:focus { outline: none }
.font-bold { font-weight: 700 }
.font-light { font-weight: 300 }
.font-medium { font-weight: 500 }
.font-poppins { font-family: 'Poppins', sans-serif }
.font-semibold { font-weight: 600 }
.from-brand-dark\/50 { --tw-gradient-from: rgba(5,25,16,0.5); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent) }
.from-brand-dark\/60 { --tw-gradient-from: rgba(5,25,16,0.6); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent) }
.from-brand-dark\/80 { --tw-gradient-from: rgba(5,25,16,0.8); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent) }
.gap-1 { gap: 0.25rem }
.gap-1\.5 { gap: 0.375rem }
.gap-12 { gap: 3rem }
.gap-16 { gap: 4rem }
.gap-2 { gap: 0.5rem }
.gap-2\.5 { gap: 0.625rem }
.gap-3 { gap: 0.75rem }
.gap-4 { gap: 1rem }
.gap-5 { gap: 1.25rem }
.gap-6 { gap: 1.5rem }
.gap-8 { gap: 2rem }
.gap-x-4 { column-gap: 1rem }
.gap-y-3 { row-gap: 0.75rem }
.grid { display: grid }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) }
.group:hover .group-hover\:block { display: block }
.h-0\.5 { height: 0.125rem }
.h-10 { height: 2.5rem }
.h-12 { height: 3rem }
.h-16 { height: 4rem }
.h-28 { height: 7rem }
.h-3 { height: 0.75rem }
.h-4 { height: 1rem }
.h-5 { height: 1.25rem }
.h-6 { height: 1.5rem }
.h-64 { height: 16rem }
.h-8 { height: 2rem }
.h-\[100vh\] { height: 100vh }
.h-\[300px\] { height: 300px }
.h-\[400px\] { height: 400px }
.h-\[450px\] { height: 450px }
.h-\[56\.25vw\] { height: 56.25vw }
.h-\[80vh\] { height: 80vh }
.h-auto { height: auto }
.h-full { height: 100% }
.hidden { display: none }
.hover\:bg-brand-cream:hover { background-color: #FDFBF7 }
.hover\:bg-brand-gold:hover { background-color: #C5A880 }
.hover\:bg-brand-green:hover { background-color: #0A2A1B }
.hover\:bg-white:hover { background-color: #FFFFFF }
.hover\:border-brand-gold\/50:hover { border-color: rgba(197,168,128,0.5) }
.hover\:border-brand-green:hover { border-color: #0A2A1B }
.hover\:opacity-100:hover { opacity: 1.0 }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1) }
.hover\:shadow-md:hover { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1) }
.hover\:text-brand-gold:hover { color: #C5A880 }
.hover\:text-brand-green:hover { color: #0A2A1B }
.hover\:text-white:hover { color: #FFFFFF }
.inline-block { display: inline-block }
.inset-0 { inset: 0 }
.items-center { align-items: center }
.items-end { align-items: flex-end }
.items-start { align-items: flex-start }
.justify-between { justify-content: space-between }
.justify-center { justify-content: center }
.justify-end { justify-content: flex-end }
.leading-\[1\.15\] { line-height: 1.15 }
.leading-relaxed { line-height: 1.625 }
.leading-tight { line-height: 1.25 }
.left-0 { left: 0px }
.left-1\/2 { left: 50% }
.left-6 { left: 1.5rem }
@media (min-width: 1024px) { .lg\:col-span-5 { grid-column: span 5 / span 5 } }
@media (min-width: 1024px) { .lg\:col-span-6 { grid-column: span 6 / span 6 } }
@media (min-width: 1024px) { .lg\:col-span-7 { grid-column: span 7 / span 7 } }
@media (min-width: 1024px) { .lg\:flex { display: flex } }
@media (min-width: 1024px) { .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)) } }
@media (min-width: 1024px) { .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) } }
@media (min-width: 1024px) { .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) } }
@media (min-width: 1024px) { .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) } }
@media (min-width: 1024px) { .lg\:hidden { display: none } }
@media (min-width: 1024px) { .lg\:px-32 { padding-left: 8rem; padding-right: 8rem } }
@media (min-width: 1024px) { .lg\:sticky { position: sticky } }
@media (min-width: 1024px) { .lg\:text-6xl { font-size: 3.75rem; line-height: 1 } }
@media (min-width: 1024px) { .lg\:top-28 { top: 7rem } }
.max-h-\[500px\] { max-height: 500px }
.max-w-2xl { max-width: 42rem }
.max-w-3xl { max-width: 48rem }
.max-w-4xl { max-width: 56rem }
.max-w-7xl { max-width: 80rem }
.max-w-\[240px\] { max-width: 240px }
.max-w-md { max-width: 28rem }
.max-w-sm { max-width: 24rem }
.max-w-xl { max-width: 36rem }
.mb-10 { margin-bottom: 2.5rem }
.mb-12 { margin-bottom: 3rem }
.mb-16 { margin-bottom: 4rem }
.mb-2 { margin-bottom: 0.5rem }
.mb-20 { margin-bottom: 5rem }
.mb-3 { margin-bottom: 0.75rem }
.mb-4 { margin-bottom: 1rem }
.mb-6 { margin-bottom: 1.5rem }
.mb-8 { margin-bottom: 2rem }
@media (min-width: 768px) { .md\:block { display: block } }
@media (min-width: 768px) { .md\:border-x { border-left-width: 1px; border-right-width: 1px; border-style: solid } }
@media (min-width: 768px) { .md\:flex { display: flex } }
@media (min-width: 768px) { .md\:flex-row { flex-direction: row } }
@media (min-width: 768px) { .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) } }
@media (min-width: 768px) { .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) } }
@media (min-width: 768px) { .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) } }
@media (min-width: 768px) { .md\:h-32 { height: 8rem } }
@media (min-width: 768px) { .md\:hidden { display: none } }
@media (min-width: 768px) { .md\:items-end { align-items: flex-end } }
@media (min-width: 768px) { .md\:left-auto { left: auto } }
@media (min-width: 768px) { .md\:max-w-md { max-width: 28rem } }
@media (min-width: 768px) { .md\:mx-12 { margin-left: 3rem; margin-right: 3rem } }
@media (min-width: 768px) { .md\:p-10 { padding: 2.5rem } }
@media (min-width: 768px) { .md\:p-12 { padding: 3rem } }
@media (min-width: 768px) { .md\:p-14 { padding: 3.5rem } }
@media (min-width: 768px) { .md\:px-12 { padding-left: 3rem; padding-right: 3rem } }
@media (min-width: 768px) { .md\:px-16 { padding-left: 4rem; padding-right: 4rem } }
@media (min-width: 768px) { .md\:py-0 { padding-top: 0px; padding-bottom: 0px } }
@media (min-width: 768px) { .md\:right-6 { right: 1.5rem } }
@media (min-width: 768px) { .md\:text-2xl { font-size: 1.5rem; line-height: 2rem } }
@media (min-width: 768px) { .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem } }
@media (min-width: 768px) { .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem } }
@media (min-width: 768px) { .md\:text-5xl { font-size: 3rem; line-height: 1 } }
@media (min-width: 768px) { .md\:text-6xl { font-size: 3.75rem; line-height: 1 } }
@media (min-width: 768px) { .md\:text-base { font-size: 1rem; line-height: 1.5rem } }
@media (min-width: 768px) { .md\:text-left { text-align: left } }
@media (min-width: 768px) { .md\:text-lg { font-size: 1.125rem; line-height: 1.75rem } }
@media (min-width: 768px) { .md\:text-sm { font-size: 0.875rem; line-height: 1.25rem } }
@media (min-width: 768px) { .md\:text-xs { font-size: 0.75rem; line-height: 1rem } }
@media (min-width: 768px) { .md\:w-32 { width: 8rem } }
.min-h-\[100vh\] { min-height: 100vh }
.min-h-\[40vh\] { min-height: 40vh }
.min-h-\[44px\] { min-height: 44px }
.min-h-\[50vh\] { min-height: 50vh }
.min-h-screen { min-height: 100vh }
.min-w-\[177\.77vh\] { min-width: 177.77vh }
.mt-1 { margin-top: 0.25rem }
.mt-16 { margin-top: 4rem }
.mt-2 { margin-top: 0.5rem }
.mt-3 { margin-top: 0.75rem }
.mt-4 { margin-top: 1rem }
.mt-8 { margin-top: 2rem }
.mt-auto { margin-top: auto }
.mx-4 { margin-left: 1rem; margin-right: 1rem }
.mx-auto { margin-left: auto; margin-right: auto }
.my-4 { margin-top: 1rem; margin-bottom: 1rem }
.object-contain { object-fit: contain }
.object-cover { object-fit: cover }
.opacity-0 { opacity: 0.0 }
.opacity-25 { opacity: 0.25 }
.opacity-75 { opacity: 0.75 }
.opacity-90 { opacity: 0.9 }
.origin-center { transform-origin: center }
.overflow-hidden { overflow: hidden }
.overflow-y-auto { overflow-y: auto }
.p-10 { padding: 2.5rem }
.p-2 { padding: 0.5rem }
.p-4 { padding: 1rem }
.p-5 { padding: 1.25rem }
.p-6 { padding: 1.5rem }
.p-8 { padding: 2rem }
.pb-1 { padding-bottom: 0.25rem }
.pb-12 { padding-bottom: 3rem }
.pl-2 { padding-left: 0.5rem }
.pointer-events-none { pointer-events: none }
.pt-24 { padding-top: 6rem }
.pt-28 { padding-top: 7rem }
.pt-4 { padding-top: 1rem }
.pt-8 { padding-top: 2rem }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem }
.px-4 { padding-left: 1rem; padding-right: 1rem }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem }
.px-8 { padding-left: 2rem; padding-right: 2rem }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem }
.py-16 { padding-top: 4rem; padding-bottom: 4rem }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem }
.py-20 { padding-top: 5rem; padding-bottom: 5rem }
.py-24 { padding-top: 6rem; padding-bottom: 6rem }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem }
.py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem }
.py-32 { padding-top: 8rem; padding-bottom: 8rem }
.py-4 { padding-top: 1rem; padding-bottom: 1rem }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem }
.py-8 { padding-top: 2rem; padding-bottom: 2rem }
.relative { position: relative }
.right-0 { right: 0px }
.right-6 { right: 1.5rem }
.ring-2 { box-shadow: 0 0 0 2px var(--tw-ring-color) }
.ring-brand-gold\/20 { --tw-ring-color: rgba(197,168,128,0.2) }
.rounded-2xl { border-radius: 1rem }
.rounded-3xl { border-radius: 1.5rem }
.rounded-\[1\.5rem\] { border-radius: 1.5rem }
.rounded-\[2\.5rem\] { border-radius: 2.5rem }
.rounded-\[2rem\] { border-radius: 2rem }
.rounded-\[3rem\] { border-radius: 3rem }
.rounded-full { border-radius: 9999px }
.rounded-lg { border-radius: 0.5rem }
.rounded-xl { border-radius: 0.75rem }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25) }
.shadow-inner { box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.05) }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1) }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1) }
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05) }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1) }
@media (min-width: 640px) { .sm\:block { display: block } }
@media (min-width: 640px) { .sm\:flex-row { flex-direction: row } }
@media (min-width: 640px) { .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) } }
@media (min-width: 640px) { .sm\:hidden { display: none } }
@media (min-width: 640px) { .sm\:inline { display: inline } }
@media (min-width: 640px) { .sm\:w-auto { width: auto } }
.text-2xl { font-size: 1.5rem; line-height: 2rem }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem }
.text-\[10px\] { font-size: 10px }
.text-\[11px\] { font-size: 11px }
.text-\[12px\] { font-size: 12px }
.text-\[9px\] { font-size: 9px }
.text-base { font-size: 1rem; line-height: 1.5rem }
.text-brand-gold { color: #C5A880 }
.text-brand-green { color: #0A2A1B }
.text-brand-green\/90 { color: rgba(10,42,27,0.9) }
.text-center { text-align: center }
.text-gray-300 { color: #d1d5db }
.text-gray-400 { color: #9ca3af }
.text-gray-500 { color: #6b7280 }
.text-gray-600 { color: #4b5563 }
.text-left { text-align: left }
.text-lg { font-size: 1.125rem; line-height: 1.75rem }
.text-sm { font-size: 0.875rem; line-height: 1.25rem }
.text-white { color: #FFFFFF }
.text-white\/85 { color: rgba(255,255,255,0.85) }
.text-white\/95 { color: rgba(255,255,255,0.95) }
.text-xl { font-size: 1.25rem; line-height: 1.75rem }
.text-xs { font-size: 0.75rem; line-height: 1rem }
.to-brand-gold\/10 { --tw-gradient-to: rgba(197,168,128,0.1) }
.to-transparent { --tw-gradient-to: transparent }
.top-0 { top: 0px }
.top-1\/2 { top: 50% }
.top-4 { top: 1rem }
.tracking-\[0\.2em\] { letter-spacing: 0.2em }
.tracking-\[0\.3em\] { letter-spacing: 0.3em }
.tracking-normal { letter-spacing: 0em }
.tracking-tight { letter-spacing: -0.025em }
.tracking-wide { letter-spacing: 0.025em }
.tracking-wider { letter-spacing: 0.05em }
.tracking-widest { letter-spacing: 0.1em }
.transform { transform: var(--tw-transform) }
.transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms }
.transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms }
.translate-y-4 { transform: translateY(1rem) }
.underline { text-decoration-line: underline }
.uppercase { text-transform: uppercase }
.via-transparent { --tw-gradient-via: transparent }
.w-10 { width: 2.5rem }
.w-12 { width: 3rem }
.w-16 { width: 4rem }
.w-28 { width: 7rem }
.w-3 { width: 0.75rem }
.w-4 { width: 1rem }
.w-5 { width: 1.25rem }
.w-52 { width: 13rem }
.w-6 { width: 1.5rem }
.w-8 { width: 2rem }
.w-\[100vw\] { width: 100vw }
.w-full { width: 100% }
.z-0 { z-index: 0 }
.z-10 { z-index: 10 }
.z-20 { z-index: 20 }
.z-30 { z-index: 30 }
.z-50 { z-index: 50 }
.z-\[99999\] { z-index: 99999 }

/* ═══ MANUALLY COMPILED — Special selectors ═══ */

/* Group hover: parent .group triggers child state */
.group:hover .group-hover\:rotate-180 { transform: rotate(180deg) }
.group:hover .group-hover\:scale-105 { transform: scale(1.05) }
.group:hover .group-hover\:block { display: block }
.group[open] .group-open\:rotate-45 { transform: rotate(45deg) }

/* Hover scale */
.hover\:scale-105:hover { transform: scale(1.05) }

/* Details marker removal */
details summary::-webkit-details-marker { display: none }
details summary::marker { display: none }

/* md:border-y-0 */
@media (min-width: 768px) {
  .md\:border-y-0 { border-top-width: 0; border-bottom-width: 0 }
  .md\:border-x { border-left-width: 1px; border-right-width: 1px; border-style: solid }
}

