/*
Theme Name: SGS Groom
Theme URI: https://nzgroomingsupplies.co.nz
Author: SGS Groom
Description: Custom theme for SGS Groom — Sharpening, Tools & Grooming
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
License: Private
Text Domain: sgs-groom
*/

/* ── VARIABLES ── */
:root {
  --bg:         #1c1917;
  --charcoal:   #2d2926;
  --dark:       #252120;
  --cream:      #ede9e1;
  --warm-white: #f5f2ec;
  --muted:      #8a7f76;
  --gold:       #c4a06a;
  --gold-light: #d4b882;
  --border:     rgba(196,160,106,0.22);
  --card-bg:    rgba(45,41,38,0.8);
}

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--cream);
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
}

body::before {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  opacity: .025;
  pointer-events: none;
  z-index: 9999;
}

a { color: var(--gold); text-decoration: none; transition: color .3s; }
a:hover { color: var(--gold-light); }
img { max-width: 100%; height: auto; display: block; }
p { margin-bottom: 1rem; }
h1,h2,h3,h4,h5,h6 { font-weight: 300; line-height: 1.2; }

/* ── NAV ── */
#site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 4rem;
  background: rgba(28,25,23,0.97);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.site-logo { display: flex; align-items: center; gap: .8rem; text-decoration: none; }
.site-logo img { height: 44px; width: 44px; object-fit: contain; filter: brightness(0) invert(1) sepia(1) saturate(1.5) hue-rotate(358deg) brightness(.82); }
.site-logo-text { font-family: 'Montserrat', sans-serif; font-size: 1.1rem; font-weight: 500; letter-spacing: .25em; color: var(--gold); line-height: 1; }
.site-logo-text span { color: var(--cream); font-weight: 300; }

#site-navigation ul { list-style: none; display: flex; gap: 2.5rem; align-items: center; margin: 0; padding: 0; }
#site-navigation a { color: var(--cream); text-decoration: none; font-size: .68rem; font-weight: 400; letter-spacing: .18em; text-transform: uppercase; opacity: .7; transition: opacity .3s, color .3s; }
#site-navigation a:hover,
#site-navigation .current-menu-item > a,
#site-navigation .current-menu-parent > a { opacity: 1; color: var(--gold-light); }

/* Dropdown */
#site-navigation .menu-item-has-children { position: relative; }
#site-navigation .sub-menu { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: rgba(22,19,17,.98); border: 1px solid var(--border); min-width: 160px; padding: .75rem 0; z-index: 200; margin: 0; }
#site-navigation .menu-item-has-children:hover .sub-menu { display: block; }
#site-navigation .sub-menu li { padding: 0; }
#site-navigation .sub-menu a { display: block; padding: .7rem 1.4rem; font-size: .65rem; letter-spacing: .18em; opacity: .7; white-space: nowrap; }
#site-navigation .sub-menu a:hover { opacity: 1; color: var(--gold-light); background: rgba(196,160,106,.07); }

/* Mobile menu toggle */
.menu-toggle { display: none; background: none; border: 1px solid var(--border); color: var(--cream); padding: .5rem .8rem; cursor: pointer; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }

/* ── GOLD DIVIDER ── */
.gold-divider { height: 1px; background: linear-gradient(to right, transparent, var(--gold), transparent); margin: 0 6rem; }

/* ── HERO ── */
#hero { min-height: 100vh; min-height: 100svh; display: grid; grid-template-columns: 1fr 1fr; }

.hero-left { display: flex; flex-direction: column; justify-content: center; padding: 8rem 4rem 6rem 6rem; position: relative; z-index: 2; }
.hero-tag { font-size: .68rem; font-weight: 500; letter-spacing: .35em; color: var(--gold); text-transform: uppercase; margin-bottom: 2rem; display: flex; align-items: center; gap: .8rem; }
.hero-tag::before { content: ''; display: block; width: 1.5rem; height: 1px; background: var(--gold); }
.hero-h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem,5vw,5.5rem); font-weight: 300; line-height: 1.05; color: #e8e0d0; margin-bottom: .5rem; }
.hero-h1 em { font-style: italic; color: var(--gold); }
.hero-dots { display: flex; gap: 1rem; margin: 1.5rem 0 2.5rem; flex-wrap: wrap; }
.hero-dots span { font-size: .62rem; font-weight: 500; letter-spacing: .25em; text-transform: uppercase; color: var(--muted); padding: .4rem 1rem; border: 1px solid var(--border); }
.hero-desc { font-size: .88rem; line-height: 2.1; font-weight: 300; color: rgba(237,233,225,.6); max-width: 40ch; margin-bottom: 3rem; }
.hero-cta { display: inline-flex; align-items: center; gap: .8rem; background: var(--gold); color: var(--bg); padding: 1rem 2.4rem; font-size: .65rem; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; text-decoration: none; transition: background .3s, transform .3s; width: fit-content; }
.hero-cta:hover { background: var(--gold-light); color: var(--bg); transform: translateX(4px); }
.hero-cta::after { content: '→'; font-size: .9rem; }

.hero-right { position: relative; min-height: 100vh; min-height: 100svh; overflow: hidden; background: var(--charcoal); }
.hero-salon-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; z-index: 0; transform: translateZ(0); backface-visibility: hidden; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(28,25,23,.55) 0%, transparent 35%), linear-gradient(to top, rgba(14,13,11,.4) 0%, transparent 22%); z-index: 1; pointer-events: none; }
.hero-badge { position: absolute; top: 6rem; left: 1.5rem; z-index: 2; }
.hero-badge-inner { width: 55px; height: 55px; border: 1px solid rgba(196,160,106,.45); border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(12,10,9,.5); backdrop-filter: blur(6px); }
.hero-badge-inner img { width: 38px; height: 38px; object-fit: contain; filter: brightness(0) invert(1) sepia(1) saturate(1.5) hue-rotate(358deg) brightness(.9); }

/* ── SECTIONS ── */
.site-section { padding: 8rem 6rem; }
.section-label { font-size: .6rem; font-weight: 600; letter-spacing: .45em; color: var(--gold); text-transform: uppercase; margin-bottom: 1.2rem; display: flex; align-items: center; gap: 1rem; }
.section-label::before { content: ''; display: block; width: 2rem; height: 1px; background: var(--gold); flex-shrink: 0; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem,3.5vw,3.5rem); font-weight: 300; line-height: 1.15; color: var(--warm-white); margin-bottom: 2rem; }
.section-title em { font-style: italic; color: var(--gold-light); }

/* ── ABOUT ── */
#about { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; background: var(--charcoal); padding: 8rem 6rem; }
.about-text p { font-size: .92rem; line-height: 2.2; color: rgba(237,233,225,.7); margin-bottom: 1.5rem; }
.about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: 2rem; }
.value-item { padding: 1.4rem 1.5rem; border: 1px solid var(--border); border-left: 2px solid var(--gold); }
.value-item h4 { font-size: .62rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-light); margin-bottom: .5rem; }
.value-item p { font-size: .78rem; color: var(--muted); line-height: 1.7; margin-bottom: 0; }

/* About visual */
.about-visual { position: relative; height: 480px; display: flex; align-items: center; justify-content: center; }
.about-box { position: absolute; border: 1px solid var(--border); }
.about-box-1 { inset: 0 2rem 2rem 0; background: linear-gradient(135deg, rgba(196,160,106,.07), transparent); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.about-box-1::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(-45deg,transparent,transparent 40px,rgba(196,160,106,.03) 40px,rgba(196,160,106,.03) 41px); }
.about-logo-wrap { position: relative; z-index: 2; width: 200px; height: 200px; display: flex; align-items: center; justify-content: center; overflow: visible; animation: logoFloat 6s ease-in-out 1.3s infinite; }
.about-logo-wrap::before { content: ''; position: absolute; inset: -14%; z-index: -1; background: radial-gradient(circle at 50% 48%, rgba(212,184,130,.16), rgba(212,184,130,0) 60%); animation: logoHalo 9s ease-in-out infinite; pointer-events: none; }
.about-logo-img { width: 100%; filter: brightness(0) invert(1) sepia(1) saturate(1.5) hue-rotate(358deg) brightness(.88); animation: logoReveal 1.3s cubic-bezier(.22,1,.36,1) both; }
.about-logo-wrap::after { content: ''; position: absolute; inset: 0; -webkit-mask: url(assets/logo.png) center/contain no-repeat; mask: url(assets/logo.png) center/contain no-repeat; background: linear-gradient(105deg, rgba(255,250,235,0) 40%, rgba(255,250,238,.28) 48%, rgba(255,252,242,.6) 50%, rgba(255,250,238,.28) 52%, rgba(255,250,235,0) 60%); background-size: 260% 260%; mix-blend-mode: screen; animation: logoSheen 7s cubic-bezier(.37,0,.2,1) infinite; pointer-events: none; }
.about-box-2 { bottom: 0; right: 0; width: 110px; height: 110px; background: var(--gold); display: flex; align-items: center; justify-content: center; }
.about-box-2 span { font-family: 'Montserrat', sans-serif; font-size: .9rem; font-weight: 600; letter-spacing: .15em; color: var(--bg); text-align: center; line-height: 1.4; text-transform: uppercase; }
.particle { position: absolute; width: 2px; height: 2px; border-radius: 50%; background: var(--gold); opacity: 0; animation: particleRise var(--dur) ease-out var(--delay) infinite; z-index: 3; pointer-events: none; }

/* ── TOOLS ── */
#tools { background: var(--bg); padding: 8rem 6rem; }
.brands-row { display: flex; gap: 2rem; margin: 3rem 0; flex-wrap: wrap; }
.brand-card { flex: 1; min-width: 220px; padding: 2.5rem 2rem; border: 1px solid var(--border); background: var(--card-bg); text-align: center; position: relative; overflow: hidden; transition: border-color .3s, transform .3s; cursor: pointer; text-decoration: none; display: block; }
.brand-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .4s; transform-origin: left; }
.brand-card:hover { border-color: rgba(196,160,106,.5); transform: translateY(-4px); }
.brand-card:hover::before { transform: scaleX(1); }
.brand-name { font-family: 'Montserrat', sans-serif; font-size: 1.1rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--warm-white); margin-bottom: .75rem; }
.brand-desc { font-size: .76rem; font-weight: 300; color: var(--muted); line-height: 1.8; }
.brand-tag { display: inline-block; margin-top: 1rem; padding: .3rem .85rem; border: 1px solid var(--border); font-size: .58rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
.tools-note { text-align: center; margin-top: 2rem; font-size: .78rem; font-weight: 300; color: var(--muted); font-style: italic; }

/* ── SHARPENING ── */
#sharpening { background: linear-gradient(160deg, var(--charcoal) 0%, var(--dark) 100%); position: relative; overflow: hidden; padding: 8rem 6rem; }
#sharpening::before { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(196,160,106,.06) 0%, transparent 70%); pointer-events: none; }
.sharp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; margin-top: 4rem; }
.sharp-features { display: grid; gap: 1.2rem; }
.sharp-feature { display: flex; gap: 1.5rem; align-items: flex-start; padding: 1.5rem; border: 1px solid var(--border); transition: background .3s; }
.sharp-feature:hover { background: rgba(196,160,106,.04); }
.sharp-num { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 300; color: var(--gold); opacity: .35; line-height: 1; flex-shrink: 0; width: 2.5rem; }
.sharp-feature h4 { font-size: .68rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--warm-white); margin-bottom: .5rem; }
.sharp-feature p { font-size: .78rem; font-weight: 300; color: var(--muted); line-height: 1.9; margin-bottom: 0; }
.sharp-info { padding-top: 1rem; }
.sharp-info p { font-size: .88rem; font-weight: 300; line-height: 2.2; color: rgba(237,233,225,.62); margin-bottom: 2rem; }
.sharp-highlight { padding: 2rem; border-left: 2px solid var(--gold); background: rgba(196,160,106,.05); margin-top: 2rem; }
.sharp-highlight p { font-size: 1rem; font-style: italic; font-weight: 300; color: var(--gold-light); margin-bottom: 0; line-height: 1.9; font-family: 'Cormorant Garamond', serif; }

/* ── GROOMING ── */
#grooming { background: var(--charcoal); padding: 8rem 6rem; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; margin-top: 3rem; }
.service-card { padding: 2.2rem 1.8rem; border: 1px solid var(--border); background: var(--card-bg); position: relative; overflow: hidden; transition: transform .3s; }
.service-card:hover { transform: translateY(-5px); }
.service-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, var(--gold), transparent); opacity: 0; transition: opacity .3s; }
.service-card:hover::after { opacity: 1; }
.service-icon { font-size: 2rem; margin-bottom: 1.2rem; display: block; }
.service-card h3 { font-size: .7rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--warm-white); margin-bottom: .6rem; }
.service-card p { font-size: .76rem; font-weight: 300; color: var(--muted); line-height: 1.9; margin-bottom: 0; }

/* ── CONTACT ── */
#contact { background: var(--bg); text-align: center; padding: 8rem 6rem 6rem; }
#contact .section-label { justify-content: center; }
#contact .section-label::before { display: none; }
.contact-tagline { font-size: .85rem; font-weight: 300; color: rgba(237,233,225,.5); max-width: 44ch; margin: 0 auto 3.5rem; line-height: 2.1; }
.contact-info-box { display: flex; flex-direction: column; align-items: center; gap: 1.2rem; padding: 2.5rem 3rem; border: 1px solid var(--border); background: var(--card-bg); max-width: 440px; margin: 0 auto 3rem; }
.contact-person { text-align: center; padding-bottom: 1rem; border-bottom: 1px solid var(--border); width: 100%; }
.contact-name { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 400; color: var(--warm-white); letter-spacing: .06em; }
.contact-details { display: flex; flex-direction: column; gap: .9rem; width: 100%; }
.contact-detail-item { display: flex; align-items: center; gap: 1rem; text-decoration: none; color: rgba(237,233,225,.72); font-size: .82rem; font-weight: 300; letter-spacing: .05em; transition: color .3s; justify-content: center; }
.contact-detail-item:hover { color: var(--gold-light); }
.contact-buttons { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 4rem; }
.contact-btn { padding: 1rem 2.5rem; font-size: .62rem; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; text-decoration: none; font-family: 'Montserrat', sans-serif; transition: all .3s; display: inline-flex; align-items: center; gap: .75rem; }
.contact-btn-primary { background: var(--gold); color: var(--bg); }
.contact-btn-primary:hover { background: var(--gold-light); color: var(--bg); transform: translateY(-2px); }
.contact-btn-outline { border: 1px solid var(--border); color: var(--cream); }
.contact-btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* ── WOOCOMMERCE / SHOP ── */
.woo-page-hero { padding: 9rem 6rem 5rem; background: linear-gradient(160deg, var(--charcoal) 0%, var(--bg) 100%); border-bottom: 1px solid var(--border); position: relative; overflow: hidden; }
.woo-page-hero::before { content: ''; position: absolute; top: -40%; right: -10%; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(196,160,106,.06) 0%, transparent 70%); pointer-events: none; }
.woo-page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.5rem,5vw,4.5rem); font-weight: 300; color: var(--warm-white); line-height: 1.1; margin-bottom: 1rem; }
.woo-page-hero h1 em { font-style: italic; color: var(--gold); }
.woo-page-hero p { font-size: .85rem; font-weight: 300; color: rgba(237,233,225,.58); line-height: 2; max-width: 52ch; }

.woo-section { padding: 6rem; }

/* Product grid */
ul.products { list-style: none; display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; margin: 0; padding: 0; }
ul.products li.product { border: 1px solid var(--border); background: var(--card-bg); overflow: hidden; transition: transform .35s, border-color .35s; position: relative; }
ul.products li.product:hover { transform: translateY(-6px); border-color: rgba(196,160,106,.45); }
ul.products li.product::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .4s; z-index: 1; }
ul.products li.product:hover::before { transform: scaleX(1); }

.woocommerce-loop-product__link { text-decoration: none; }
.woocommerce-loop-product__link img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .5s; }
ul.products li.product:hover img { transform: scale(1.04); }

.woo-product-info { padding: 1.4rem 1.6rem 1.6rem; }
.woocommerce-loop-product__title { font-size: .95rem; font-weight: 500; color: var(--warm-white); margin-bottom: .6rem; line-height: 1.4; font-family: 'Montserrat', sans-serif; }
.woo-product-desc { font-size: .75rem; font-weight: 300; color: var(--muted); line-height: 1.9; margin-bottom: 1.2rem; }
.woo-product-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 1rem; border-top: 1px solid var(--border); gap: 1rem; }
.price { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: var(--gold); line-height: 1; }
.price ins { text-decoration: none; }
.price del { font-size: 1rem; opacity: .5; margin-right: .5rem; }

.button.add_to_cart_button,
.woocommerce-loop-product__link.button,
a.button { display: inline-flex; align-items: center; gap: .5rem; padding: .6rem 1.2rem; border: 1px solid var(--border); font-size: .6rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--cream); text-decoration: none; transition: all .3s; white-space: nowrap; font-family: 'Montserrat', sans-serif; background: transparent; cursor: pointer; }
.button.add_to_cart_button:hover,
a.button:hover { background: var(--gold); color: var(--bg); border-color: var(--gold); }

/* Badges */
.onsale { position: absolute; top: 1rem; left: 1rem; background: #8a5c5c; color: #fff; padding: .3rem .85rem; font-size: .55rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; z-index: 2; border-radius: 0; }
.new-badge { position: absolute; top: 1rem; left: 1rem; background: var(--gold); color: var(--bg); padding: .3rem .85rem; font-size: .55rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; z-index: 2; }

/* Single product */
.single-product-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; padding: 9rem 6rem 6rem; align-items: start; }
.product-gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.product-summary { padding-top: 2rem; }
.product-summary .product_title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem,3vw,3.2rem); font-weight: 300; color: var(--warm-white); margin-bottom: 1rem; }
.product-summary .price { font-size: 2rem; display: block; margin-bottom: 1.5rem; }
.product-summary .woocommerce-product-details__short-description { font-size: .88rem; font-weight: 300; color: rgba(237,233,225,.7); line-height: 2; margin-bottom: 2rem; }
.product-summary .woocommerce-variation-add-to-cart,
.product-summary form.cart { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; }
.product-summary .qty { background: var(--charcoal); border: 1px solid var(--border); color: var(--cream); padding: .7rem 1rem; width: 70px; font-family: 'Montserrat', sans-serif; }
.product-summary .single_add_to_cart_button { background: var(--gold); color: var(--bg); border: none; padding: .85rem 2.5rem; font-size: .65rem; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; cursor: pointer; font-family: 'Montserrat', sans-serif; transition: background .3s; }
.product-summary .single_add_to_cart_button:hover { background: var(--gold-light); }
.woocommerce-tabs { margin-top: 3rem; border-top: 1px solid var(--border); padding-top: 2rem; }
.woocommerce-tabs ul.tabs { list-style: none; display: flex; gap: 2rem; margin-bottom: 2rem; padding: 0; border-bottom: 1px solid var(--border); }
.woocommerce-tabs ul.tabs li a { font-size: .7rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); padding-bottom: .75rem; display: block; border-bottom: 1px solid transparent; margin-bottom: -1px; transition: all .3s; }
.woocommerce-tabs ul.tabs li.active a { color: var(--gold); border-bottom-color: var(--gold); }

/* Page hero for brand/taxonomy pages */
.page-hero { padding: 9rem 6rem 5rem; background: linear-gradient(160deg, var(--charcoal) 0%, var(--bg) 100%); border-bottom: 1px solid var(--border); position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: -40%; right: -10%; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(196,160,106,.06) 0%, transparent 70%); pointer-events: none; }
.page-hero-label { font-size: .6rem; font-weight: 600; letter-spacing: .45em; color: var(--gold); text-transform: uppercase; margin-bottom: 1rem; display: flex; align-items: center; gap: 1rem; }
.page-hero-label::before { content: ''; display: block; width: 2rem; height: 1px; background: var(--gold); flex-shrink: 0; }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.5rem,5vw,4.5rem); font-weight: 300; color: var(--warm-white); line-height: 1.1; margin-bottom: 1rem; }
.page-hero p { font-size: .85rem; font-weight: 300; color: rgba(237,233,225,.58); line-height: 2; max-width: 52ch; }

/* CTA strip */
.cta-strip { text-align: center; padding: 5rem 6rem; background: var(--charcoal); }
.cta-strip p { font-size: .88rem; font-weight: 300; color: rgba(237,233,225,.55); max-width: 46ch; margin: 1rem auto 2.5rem; line-height: 2.1; }
.cta-strip .cta-btn { display: inline-flex; align-items: center; gap: .75rem; background: var(--gold); color: var(--bg); padding: 1rem 2.8rem; font-size: .65rem; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; text-decoration: none; font-family: 'Montserrat', sans-serif; transition: all .3s; }
.cta-strip .cta-btn:hover { background: var(--gold-light); color: var(--bg); transform: translateY(-2px); }

/* Woo notices */
.woocommerce-error, .woocommerce-info, .woocommerce-message { background: var(--charcoal); border-left: 3px solid var(--gold); color: var(--cream); padding: 1rem 1.5rem; margin-bottom: 2rem; list-style: none; font-size: .85rem; }

/* ── FOOTER ── */
#site-footer { border-top: 1px solid var(--border); padding: 2rem 6rem; display: flex; align-items: center; justify-content: space-between; background: var(--bg); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.footer-logo { display: flex; align-items: center; gap: .6rem; font-family: 'Montserrat', sans-serif; font-size: .85rem; font-weight: 600; letter-spacing: .22em; color: var(--gold); }
.footer-logo img { height: 32px; width: 32px; object-fit: contain; filter: brightness(0) invert(1) sepia(1) saturate(1.5) hue-rotate(358deg) brightness(.82); }
.footer-logo a { color: var(--gold); text-decoration: none; }
#site-footer p { margin: 0; }

/* ── ANIMATIONS ── */
@keyframes logoReveal {
  0%   { opacity: 0; transform: scale(1.06); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes logoFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}
@keyframes logoHalo {
  0%, 100% { opacity: .5; transform: scale(.98); }
  50%      { opacity: 1;  transform: scale(1.02); }
}
@keyframes logoSheen {
  0%   { background-position: 135% 135%; }
  34%  { background-position: -35% -35%; }
  100% { background-position: -35% -35%; }
}
@keyframes particleRise {
  0%   { transform: translateY(0) scale(1);      opacity: 0; }
  15%  { opacity: .8; }
  100% { transform: translateY(-100px) scale(.15); opacity: 0; }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── REVEAL ── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── MOBILE ── */
@media (max-width: 900px) {
  #site-header { padding: 1rem 1.5rem; }
  #site-navigation ul { gap: 1rem; }
  #site-navigation a { font-size: .62rem; }
  #hero { grid-template-columns: 1fr; }
  .hero-right { min-height: 60vw; }
  .hero-left { padding: 7rem 2rem 3rem; }
  #about { grid-template-columns: 1fr; gap: 3rem; padding: 5rem 2rem; }
  .about-visual { display: none; }
  .sharp-grid { grid-template-columns: 1fr; gap: 3rem; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .site-section, #tools, #sharpening, #grooming, #contact { padding: 5rem 2rem; }
  .gold-divider { margin: 0 2rem; }
  #site-footer { flex-direction: column; gap: 1rem; text-align: center; padding: 1.5rem 2rem; }
  .brands-row { flex-direction: column; }
  ul.products { grid-template-columns: 1fr 1fr; gap: 1.2rem; }
  .woo-section { padding: 4rem 2rem; }
  .woo-page-hero, .page-hero { padding: 8rem 2rem 4rem; }
  .single-product-wrap { grid-template-columns: 1fr; gap: 3rem; padding: 8rem 2rem 4rem; }
  .cta-strip { padding: 4rem 2rem; }
  .menu-toggle { display: block; }
  #site-navigation.toggled ul { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(28,25,23,.98); border-bottom: 1px solid var(--border); padding: 1rem 2rem; gap: .5rem; }
  #site-navigation:not(.toggled) ul { display: none; }
}
@media (max-width: 500px) {
  .services-grid, ul.products { grid-template-columns: 1fr; }
  .contact-buttons { flex-direction: column; align-items: center; }
}
