/*
Theme Name: MTF Aquatics
Theme URI: https://mtf-aquatics.co.uk
Author: MTF Aquatics
Author URI: https://mtf-aquatics.co.uk
Description: A premium WordPress theme for MTF Aquatics - UK tropical fish specialists. WooCommerce compatible with full e-commerce functionality for livestock, equipment, plants and accessories.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mtf-aquatics
Tags: e-commerce, woocommerce, responsive, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments
*/

/* ── DESIGN TOKENS ─────────────────────────────────────────────────────── */
:root {
  --night:    #020B14;
  --abyss:    #040F1E;
  --deep:     #071A2E;
  --navy:     #0A2240;
  --teal:     #00C9B1;
  --teal-dim: rgba(0,201,177,.15);
  --coral:    #FF5C35;
  --gold:     #F7B731;
  --white:    #ffffff;
  --text:     #E4E8EC;
  --muted:    rgba(228,232,236,.6);
  --card-bg:  rgba(10,34,64,.6);
  --glass:    rgba(255,255,255,.04);
  --glass-b:  rgba(255,255,255,.08);
  --r:        8px;
  --r-lg:     16px;
  --max:      1240px;
}

/* ── RESET & BASE ──────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--night);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { text-decoration: none; color: var(--teal); transition: color .2s; }
a:hover { color: var(--coral); }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 40px; }

/* ── SKIP LINK ─────────────────────────────────────────────────────────── */
.skip-link { position: absolute; top: -100px; left: 0; background: var(--teal); color: var(--night); padding: 8px 16px; z-index: 99999; font-weight: 700; }
.skip-link:focus { top: 0; }

/* ── COUNTDOWN BAR ─────────────────────────────────────────────────────── */
#mtf-countdown-bar { position: sticky; top: 0; z-index: 9999; background: #071A2E; border-bottom: 1px solid rgba(0,180,216,.25); font-family: 'DM Sans', sans-serif; }
.mtf-cd-inner { display: flex; align-items: center; justify-content: center; gap: 1.25rem; padding: .55rem 1rem; flex-wrap: wrap; position: relative; }
.mtf-cd-label { color: rgba(255,255,255,.85); font-size: .85rem; letter-spacing: .02em; white-space: nowrap; }
.mtf-cd-label strong { color: #00b4d8; font-weight: 600; }
.mtf-cd-timer { display: flex; align-items: center; gap: .35rem; }
.mtf-cd-unit { display: flex; flex-direction: column; align-items: center; min-width: 2.4rem; }
.mtf-cd-unit span { font-size: 1.15rem; font-weight: 700; color: #00b4d8; line-height: 1; font-variant-numeric: tabular-nums; }
.mtf-cd-unit em { font-style: normal; font-size: .6rem; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .06em; margin-top: 1px; }
.mtf-cd-sep { color: rgba(255,255,255,.3); font-size: 1rem; font-weight: 300; align-self: flex-start; margin-top: 2px; }
.mtf-cd-cta { display: inline-block; padding: .3rem .85rem; background: #00b4d8; color: #071A2E; font-size: .78rem; font-weight: 700; border-radius: 4px; text-decoration: none; letter-spacing: .04em; white-space: nowrap; transition: background .2s; }
.mtf-cd-cta:hover { background: #0096b7; color: #071A2E; }
.mtf-cd-close { background: none; border: none; color: rgba(255,255,255,.4); font-size: 1rem; cursor: pointer; padding: 0 .25rem; line-height: 1; transition: color .2s; position: absolute; right: 1rem; }
.mtf-cd-close:hover { color: rgba(255,255,255,.8); }

/* ── ANNOUNCEMENT BAR ──────────────────────────────────────────────────── */
.ann-bar { background: var(--teal); padding: 11px 40px; text-align: center; font-size: 13px; font-weight: 500; color: var(--night); letter-spacing: .2px; position: relative; z-index: 100; }
.ann-bar strong { font-weight: 700; }

/* ── HEADER ────────────────────────────────────────────────────────────── */
.site-header { background: rgba(2,11,20,.92); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid var(--glass-b); position: sticky; top: 0; z-index: 999; transition: background .3s, box-shadow .3s; }
.site-header.scrolled { background: rgba(2,11,20,.98); box-shadow: 0 4px 32px rgba(0,0,0,.4); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 24px; }
.logo { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: 24px; color: var(--white); letter-spacing: .5px; display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.logo span { color: var(--teal); font-style: italic; }
.logo:hover { color: var(--white); }
.site-nav { display: flex; align-items: center; gap: 4px; flex: 1; justify-content: center; }
.site-nav a { color: rgba(228,232,236,.8); font-size: 13.5px; font-weight: 500; padding: 8px 14px; border-radius: 6px; transition: color .2s, background .2s; white-space: nowrap; }
.site-nav a:hover { color: var(--teal); background: var(--teal-dim); }
.header-icons { display: flex; align-items: center; gap: 16px; }
.header-icons a { color: var(--muted); font-size: 18px; transition: color .2s; }
.header-icons a:hover { color: var(--teal); }
.cart-badge { display: flex; align-items: center; gap: 6px; background: var(--coral); color: #fff; font-size: 11px; font-weight: 700; padding: 6px 14px; border-radius: 20px; transition: background .2s, transform .15s; }
.cart-badge:hover { background: #e04a25; transform: translateY(-1px); color: #fff; }

/* ── HERO ──────────────────────────────────────────────────────────────── */
.hero { min-height: 92vh; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; background: var(--night); }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 55% 70% at 50% 50%, rgba(4,15,30,0) 0%, var(--night) 100%), linear-gradient(175deg, #030d1a 0%, #020B14 55%, #030e1c 100%); }
.hero-spotlight { position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: 0; transition: opacity .5s ease; background: radial-gradient(circle 500px at 50% 50%, rgba(0,201,177,.055) 0%, transparent 70%); }
.hero-species-bg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; z-index: 2; overflow: hidden; }
.species-word { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-style: italic; font-size: clamp(90px, 18vw, 280px); letter-spacing: -0.02em; line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(0,201,177,.11); white-space: nowrap; user-select: none; transition: opacity .55s ease, filter .55s ease, transform .55s ease; transform: translateY(0); }
.species-word.fading { opacity: 0; filter: blur(12px); transform: translateY(-8px); }
.clip-line { display: block; overflow: hidden; line-height: 1.05; }
.clip-inner { display: block; animation: clipReveal .9s cubic-bezier(.16,1,.3,1) both; }
.clip-d1 { animation-delay: .14s; }
.clip-d2 { animation-delay: .28s; }
@keyframes clipReveal { from { transform: translateY(108%); } to { transform: translateY(0); } }
.hero-grain { position: absolute; 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='.055'/%3E%3C/svg%3E"); background-size: 180px; pointer-events: none; z-index: 4; }
.hero-content { position: relative; z-index: 3; max-width: 820px; padding: 0 40px; }
@keyframes hero-in { from { opacity: 0; transform: translateY(20px); filter: blur(6px); } to { opacity: 1; transform: translateY(0); filter: blur(0); } }
.hero-eyebrow { font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--teal); margin-bottom: 24px; animation: hero-in 1s .1s cubic-bezier(.16,1,.3,1) both; }
.hero-title { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-style: italic; font-size: clamp(64px, 9vw, 110px); line-height: .92; letter-spacing: -3px; color: var(--white); margin-bottom: 4px; animation: hero-in 1s .2s cubic-bezier(.16,1,.3,1) both; }
.hero-title .line-2 { color: var(--teal); display: block; }
.hero-rule { width: 60px; height: 2px; background: linear-gradient(90deg, var(--teal), transparent); margin: 28px auto; animation: hero-in 1s .35s cubic-bezier(.16,1,.3,1) both; }
.hero-sub { font-size: 17px; font-weight: 400; color: var(--muted); line-height: 1.7; max-width: 480px; margin: 0 auto 36px; animation: hero-in 1s .4s cubic-bezier(.16,1,.3,1) both; }
.hero-ctas { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; margin-bottom: 52px; animation: hero-in 1s .5s cubic-bezier(.16,1,.3,1) both; }
.btn-primary { background: var(--teal); color: var(--night); font-size: 14px; font-weight: 700; padding: 14px 28px; border-radius: 4px; transition: background .2s, transform .15s, box-shadow .2s; letter-spacing: .3px; display: inline-block; }
.btn-primary:hover { background: #00e5d0; color: var(--night); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,201,177,.3); }
.btn-ghost { border: 1.5px solid rgba(255,255,255,.25); color: rgba(255,255,255,.8); font-size: 14px; font-weight: 500; padding: 13px 24px; border-radius: 4px; transition: border-color .2s, background .2s, color .2s; display: inline-block; }
.btn-ghost:hover { border-color: var(--teal); color: var(--teal); background: var(--teal-dim); }
.hero-stats { display: flex; align-items: center; justify-content: center; gap: 48px; animation: hero-in 1s .65s cubic-bezier(.16,1,.3,1) both; }
.stat { text-align: center; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: 44px; line-height: 1; color: var(--white); }
.stat-num .unit { font-size: 28px; color: var(--teal); }
.stat-label { font-size: 11px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); margin-top: 6px; }
.stat-sep { width: 1px; height: 48px; background: rgba(255,255,255,.12); }
.hero-scroll { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; opacity: .4; animation: bob 2s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(6px); } }
.hero-scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, var(--teal), transparent); }
.hero-scroll span { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }

/* ── TRUST BAR ─────────────────────────────────────────────────────────── */
.trust-bar { background: var(--abyss); border-top: 1px solid var(--glass-b); border-bottom: 1px solid var(--glass-b); padding: 0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 28px 32px; display: flex; align-items: center; gap: 16px; border-right: 1px solid var(--glass-b); transition: background .2s; }
.trust-item:last-child { border-right: none; }
.trust-item:hover { background: var(--glass); }
.trust-icon { font-size: 26px; flex-shrink: 0; filter: drop-shadow(0 0 8px rgba(0,201,177,.4)); }
.trust-label { font-size: 14px; font-weight: 700; color: var(--white); line-height: 1.2; }
.trust-sub { font-size: 12px; color: var(--muted); margin-top: 3px; }

/* ── SECTION HEADERS ───────────────────────────────────────────────────── */
.section-header { text-align: center; margin-bottom: 56px; }
.section-tag { font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; display: block; }
.section-title { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: clamp(36px, 4vw, 52px); line-height: 1.08; color: var(--white); letter-spacing: -.5px; }
.section-body { font-size: 16px; color: var(--muted); line-height: 1.75; max-width: 520px; margin: 16px auto 0; }

/* ── TRANSHIPPING ──────────────────────────────────────────────────────── */
.tranship { background: var(--deep); padding: 96px 0; position: relative; overflow: hidden; }
.tranship::before { content: ''; position: absolute; top: -60%; right: -20%; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(0,201,177,.06) 0%, transparent 70%); pointer-events: none; }
.tranship-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.tranship-tag { font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--teal); margin-bottom: 16px; }
.tranship-title { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: clamp(36px, 3.5vw, 50px); line-height: 1.1; color: var(--white); letter-spacing: -.5px; margin-bottom: 20px; }
.tranship-body { font-size: 16px; color: var(--muted); line-height: 1.8; margin-bottom: 32px; }
.feature-list { list-style: none; margin-bottom: 36px; }
.feature-list li { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--glass-b); font-size: 15px; color: rgba(228,232,236,.85); }
.feature-list li::before { content: ''; width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; border: 1.5px solid var(--teal); border-radius: 50%; background: var(--teal-dim); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%2300C9B1' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 10px; }
.tranship-visual { position: relative; }
.tranship-card { background: var(--card-bg); border: 1px solid var(--glass-b); border-radius: var(--r-lg); padding: 36px; backdrop-filter: blur(12px); position: relative; overflow: hidden; }
.tranship-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--teal), transparent); }
.tranship-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(0,201,177,.1); border: 1px solid rgba(0,201,177,.2); border-radius: 20px; padding: 6px 14px; font-size: 12px; font-weight: 600; color: var(--teal); margin-bottom: 20px; }
.globe-icon { font-size: 48px; margin-bottom: 16px; }
.tranship-card-title { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 400; color: var(--white); margin-bottom: 12px; }
.tranship-card-body { font-size: 14px; color: var(--muted); line-height: 1.7; }
.float-chip { position: absolute; background: var(--abyss); border: 1px solid var(--glass-b); border-radius: 8px; padding: 10px 16px; font-size: 12px; font-weight: 600; color: var(--teal); white-space: nowrap; }
.chip-1 { top: -14px; right: 24px; }
.chip-2 { bottom: -14px; left: 24px; }

/* ── COMMITMENT ────────────────────────────────────────────────────────── */
.commitment { padding: 96px 0; background: var(--abyss); }
.commitment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.commit-card { background: var(--glass); border: 1px solid var(--glass-b); border-radius: var(--r); padding: 32px 28px; position: relative; overflow: hidden; transition: transform .25s, border-color .25s, box-shadow .25s; }
.commit-card:hover { transform: translateY(-6px); border-color: rgba(0,201,177,.3); box-shadow: 0 20px 48px rgba(0,0,0,.3), 0 0 0 1px rgba(0,201,177,.1); }
.commit-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--teal), transparent); opacity: 0; transition: opacity .25s; }
.commit-card:hover::before { opacity: 1; }
.commit-icon { font-size: 32px; margin-bottom: 20px; display: block; filter: drop-shadow(0 0 12px rgba(0,201,177,.3)); }
.commit-title { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.commit-body { font-size: 14px; color: var(--muted); line-height: 1.7; }
.commit-glow { position: absolute; bottom: -40px; right: -40px; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle, var(--teal-dim) 0%, transparent 70%); pointer-events: none; }

/* ── REVIEWS ───────────────────────────────────────────────────────────── */
.reviews { padding: 96px 0; background: var(--night); }
.reviews-wrap { display: flex; flex-direction: column; gap: 32px; }
.google-badge { display: inline-flex; align-items: center; gap: 16px; background: var(--glass); border: 1px solid var(--glass-b); border-radius: 12px; padding: 16px 24px; margin-bottom: 8px; }
.google-score { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 300; color: var(--white); line-height: 1; }
.google-stars { color: var(--gold); font-size: 16px; letter-spacing: 2px; }
.google-count { font-size: 12px; color: var(--muted); margin-top: 2px; }
.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.review-card { background: var(--glass); border: 1px solid var(--glass-b); border-radius: var(--r); padding: 28px; transition: border-color .2s, background .2s; }
.review-card:hover { border-color: rgba(0,201,177,.2); background: rgba(0,201,177,.03); }
.review-header { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.reviewer-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--deep)); border: 1.5px solid rgba(0,201,177,.3); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; color: var(--teal); flex-shrink: 0; }
.reviewer-name { font-size: 14px; font-weight: 600; color: var(--white); }
.reviewer-date { font-size: 12px; color: var(--muted); margin-top: 2px; }
.review-stars { color: var(--gold); font-size: 12px; letter-spacing: 2px; margin-bottom: 10px; }
.review-text { font-size: 14px; color: rgba(228,232,236,.75); line-height: 1.75; }
.review-cta { text-align: center; margin-top: 8px; }
.btn-review { display: inline-flex; align-items: center; gap: 8px; border: 1.5px solid rgba(0,201,177,.3); color: var(--teal); font-size: 13px; font-weight: 600; padding: 12px 24px; border-radius: 4px; transition: background .2s, border-color .2s, transform .15s; }
.btn-review:hover { background: var(--teal-dim); border-color: var(--teal); transform: translateY(-1px); color: var(--teal); }

/* ── NEWSLETTER ────────────────────────────────────────────────────────── */
.newsletter { background: linear-gradient(135deg, #003D36 0%, #00574E 50%, #003D36 100%); padding: 80px 0; text-align: center; position: relative; overflow: hidden; }
.newsletter::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(0,201,177,.08) 0%, transparent 70%); }
.nl-title { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-style: italic; font-size: clamp(36px, 4vw, 52px); color: var(--white); letter-spacing: -.5px; margin-bottom: 12px; position: relative; }
.nl-sub { font-size: 16px; color: rgba(255,255,255,.7); margin-bottom: 8px; position: relative; }
.nl-desc { font-size: 14px; color: rgba(255,255,255,.5); margin-bottom: 32px; position: relative; }
.nl-form { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; max-width: 480px; margin: 0 auto; }
.nl-input { flex: 1; min-width: 240px; background: rgba(255,255,255,.1); border: 1.5px solid rgba(255,255,255,.2); border-radius: 4px; padding: 14px 18px; font-family: 'DM Sans', sans-serif; font-size: 15px; color: var(--white); outline: none; transition: border-color .2s, background .2s; }
.nl-input::placeholder { color: rgba(255,255,255,.4); }
.nl-input:focus { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.15); }
.nl-btn { background: var(--night); color: var(--teal); font-size: 14px; font-weight: 700; padding: 14px 28px; border: none; border-radius: 4px; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: background .2s, transform .15s; white-space: nowrap; }
.nl-btn:hover { background: #040F1E; transform: translateY(-1px); }
.nl-privacy { font-size: 11px; color: rgba(255,255,255,.4); margin-top: 14px; position: relative; }

/* ── FOOTER ────────────────────────────────────────────────────────────── */
.site-footer { background: var(--abyss); border-top: 1px solid var(--glass-b); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid var(--glass-b); }
.footer-brand .logo { font-size: 22px; margin-bottom: 16px; display: inline-flex; }
.footer-desc { font-size: 14px; color: var(--muted); line-height: 1.75; max-width: 280px; margin-bottom: 20px; }
.footer-social { display: flex; gap: 12px; }
.social-btn { width: 36px; height: 36px; border-radius: 50%; background: var(--glass); border: 1px solid var(--glass-b); display: flex; align-items: center; justify-content: center; font-size: 14px; color: var(--muted); transition: background .2s, border-color .2s, color .2s; }
.social-btn:hover { background: var(--teal-dim); border-color: rgba(0,201,177,.3); color: var(--teal); }
.footer-rating { font-size: 12px; color: var(--muted); margin-top: 12px; }
.footer-rating .stars { color: var(--gold); }
.footer-col h4 { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(228,232,236,.4); margin-bottom: 18px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { font-size: 14px; color: var(--muted); transition: color .2s; }
.footer-col a:hover { color: var(--teal); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; font-size: 12px; color: rgba(228,232,236,.25); flex-wrap: wrap; gap: 12px; }

/* ── REVEAL ANIMATIONS ─────────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: .1s; }
.reveal-d2 { transition-delay: .2s; }
.reveal-d3 { transition-delay: .3s; }
.reveal-d4 { transition-delay: .4s; }
.count-up { display: inline-block; }

/* ── ELEMENTOR RESETS ──────────────────────────────────────────────────── */
.elementor-widget-wrap { padding: 0 !important; }
.elementor-section { padding: 0 !important; margin: 0 !important; }
.elementor-column { padding: 0 !important; }
.elementor-widget-html .elementor-widget-container { padding: 0 !important; }

/* ── MOBILE NAV ────────────────────────────────────────────────────────── */
.nav-hamburger { display:none; flex-direction:column; justify-content:center; gap:5px; background:none; border:none; cursor:pointer; padding:6px; width:36px; height:36px; }
.nav-hamburger span { display:block; width:22px; height:2px; background:var(--white); border-radius:2px; transition:transform .2s, opacity .2s; }
.mobile-nav-overlay { display:none; position:fixed; inset:0; background:rgba(0,0,0,.6); z-index:1099; }
.mobile-nav-overlay.is-open { display:block; }
.mobile-nav { position:fixed; top:0; right:-320px; width:300px; height:100vh; background:var(--deep); border-left:1px solid var(--glass-b); z-index:1100; transition:right .3s ease; overflow-y:auto; padding:0 0 40px; }
.mobile-nav.is-open { right:0; }
.mobile-nav-head { display:flex; align-items:center; justify-content:space-between; padding:20px 24px; border-bottom:1px solid var(--glass-b); }
.mobile-nav-close { background:none; border:none; color:var(--muted); font-size:1.2rem; cursor:pointer; padding:4px; transition:color .2s; }
.mobile-nav-close:hover { color:var(--white); }
.mobile-nav-list { list-style:none; padding:12px 0; }
.mobile-nav-list li a { display:block; padding:14px 24px; color:rgba(228,232,236,.85); font-size:15px; font-weight:500; border-bottom:1px solid var(--glass-b); transition:color .2s, background .2s; }
.mobile-nav-list li a:hover { color:var(--teal); background:var(--glass); }
.header-icon-link { color:var(--muted); font-size:18px; transition:color .2s; display:flex; align-items:center; }
.header-icon-link:hover { color:var(--teal); }
.cart-count { background:var(--coral); color:#fff; font-size:10px; font-weight:700; padding:2px 5px; border-radius:10px; margin-left:4px; }
.skip-link.screen-reader-text { position:absolute; left:-9999px; }
.skip-link.screen-reader-text:focus { left:6px; top:6px; z-index:9999; padding:6px 12px; background:var(--teal); color:var(--night); border-radius:4px; font-weight:700; }

/* ── INNER PAGES ───────────────────────────────────────────────────────── */
#main-content { min-height:60vh; }
.page-wrap { padding:60px 0 80px; }
.page-hero { background:linear-gradient(180deg,var(--deep) 0%,var(--night) 100%); border-bottom:1px solid var(--glass-b); padding:60px 0 48px; margin-bottom:48px; }
.page-hero h1 { font-family:'Cormorant Garamond',serif; font-weight:400; font-size:clamp(32px,4vw,52px); color:var(--white); letter-spacing:-.5px; margin-bottom:12px; }
.page-hero p { color:var(--muted); font-size:16px; max-width:560px; }
h1,h2,h3,h4,h5,h6 { color:var(--white); font-family:'Cormorant Garamond',serif; }
.entry-content h1,.entry-content h2,.entry-content h3 { margin-bottom:16px; margin-top:36px; }
.entry-content p { color:var(--muted); line-height:1.8; margin-bottom:1rem; }
.entry-content a { color:var(--teal); }
.entry-content a:hover { color:var(--coral); }
.entry-content ul,.entry-content ol { color:var(--muted); padding-left:1.5rem; margin-bottom:1rem; line-height:1.8; }
.entry-content img { border-radius:var(--r); }
.entry-content table { width:100%; border-collapse:collapse; margin-bottom:1.5rem; }
.entry-content table th { background:var(--deep); color:var(--white); padding:12px 16px; text-align:left; font-size:13px; letter-spacing:.05em; text-transform:uppercase; }
.entry-content table td { padding:12px 16px; border-bottom:1px solid var(--glass-b); color:var(--muted); font-size:14px; }

/* ── WOOCOMMERCE GENERAL ───────────────────────────────────────────────── */
.woocommerce-breadcrumb { color:var(--muted); font-size:13px; padding:16px 0; }
.woocommerce-breadcrumb a { color:var(--teal); }
.woocommerce-breadcrumb a:hover { color:var(--coral); }
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error { border-radius:var(--r); margin-bottom:24px; font-size:14px; }
.woocommerce-notices-wrapper .woocommerce-message { background:rgba(0,201,177,.1); border-color:var(--teal); color:var(--white); }
.woocommerce-notices-wrapper .woocommerce-info { background:var(--glass); border-color:rgba(0,201,177,.3); color:var(--muted); }
.woocommerce-notices-wrapper .woocommerce-error { background:rgba(255,92,53,.1); border-color:var(--coral); color:var(--white); }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select { background:var(--glass); border:1.5px solid var(--glass-b); border-radius:var(--r); color:var(--white); font-family:'DM Sans',sans-serif; font-size:15px; padding:12px 16px; transition:border-color .2s; width:100%; }
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus { border-color:var(--teal); outline:none; }
.woocommerce form .form-row input.input-text::placeholder { color:var(--muted); }
.woocommerce form .form-row label { color:rgba(228,232,236,.7); font-size:13px; font-weight:600; letter-spacing:.04em; margin-bottom:6px; display:block; }
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
.woocommerce #respond input#submit { background:var(--teal); color:var(--night); font-weight:700; border-radius:4px; border:none; padding:12px 24px; font-size:14px; letter-spacing:.3px; transition:background .2s,transform .15s; cursor:pointer; font-family:'DM Sans',sans-serif; }
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover { background:#00e5d0; color:var(--night); transform:translateY(-1px); }
.woocommerce a.button.alt,.woocommerce button.button.alt { background:var(--coral); color:#fff; }
.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover { background:#e04a25; color:#fff; }
.woocommerce .star-rating span::before,.woocommerce .star-rating::before { color:var(--gold); }

/* ── WOOCOMMERCE SHOP / PRODUCT ARCHIVE ────────────────────────────────── */
.woocommerce-page #main-content { background:var(--night); }
.woocommerce .woocommerce-ordering select { background:var(--glass); border:1px solid var(--glass-b); color:var(--white); border-radius:var(--r); padding:8px 12px; font-size:13px; }
.woocommerce ul.products { margin-top:24px; }
.woocommerce ul.products li.product { background:var(--glass); border:1px solid var(--glass-b); border-radius:var(--r); padding:20px; transition:transform .25s,border-color .25s,box-shadow .25s; }
.woocommerce ul.products li.product:hover { transform:translateY(-4px); border-color:rgba(0,201,177,.3); box-shadow:0 16px 40px rgba(0,0,0,.3); }
.woocommerce ul.products li.product a img { border-radius:6px; margin-bottom:14px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color:var(--white); font-family:'DM Sans',sans-serif; font-size:15px; font-weight:600; margin-bottom:8px; padding:0; }
.woocommerce ul.products li.product .price { color:var(--teal); font-weight:700; font-size:16px; }
.woocommerce ul.products li.product .price del { color:var(--muted); font-weight:400; }
.woocommerce ul.products li.product .onsale { background:var(--coral); border-radius:4px; font-size:11px; font-weight:700; letter-spacing:.05em; top:12px; left:12px; line-height:1; padding:5px 9px; }
.woocommerce ul.products li.product .button { width:100%; text-align:center; margin-top:12px; padding:10px 16px; font-size:13px; }
.woocommerce .widget_layered_nav ul li a,.woocommerce .widget_price_filter .price_slider_amount .button { color:var(--teal); }
.woocommerce .widget_price_filter .ui-slider { background:var(--glass-b); }
.woocommerce .widget_price_filter .ui-slider .ui-slider-range { background:var(--teal); }
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle { background:var(--teal); border:2px solid var(--teal); }

/* ── WOOCOMMERCE SINGLE PRODUCT ────────────────────────────────────────── */
.woocommerce div.product { padding:48px 0; }
.woocommerce div.product .woocommerce-product-gallery__image { border-radius:var(--r); overflow:hidden; border:1px solid var(--glass-b); }
.woocommerce div.product .product_title { font-family:'Cormorant Garamond',serif; font-weight:400; font-size:clamp(28px,3.5vw,44px); color:var(--white); letter-spacing:-.3px; }
.woocommerce div.product .woocommerce-product-details__short-description { color:var(--muted); font-size:15px; line-height:1.75; margin:16px 0 24px; border-top:1px solid var(--glass-b); padding-top:16px; }
.woocommerce div.product p.price,
.woocommerce div.product span.price { color:var(--teal); font-size:28px; font-weight:700; margin-bottom:20px; }
.woocommerce div.product p.price del { color:var(--muted); font-size:18px; font-weight:400; }
.woocommerce div.product .stock { font-size:13px; font-weight:600; letter-spacing:.04em; }
.woocommerce div.product .stock.in-stock { color:var(--teal); }
.woocommerce div.product .stock.out-of-stock { color:var(--coral); }
.woocommerce div.product form.cart .button { padding:14px 32px; font-size:15px; }
.woocommerce div.product form.cart .quantity input { background:var(--glass); border:1.5px solid var(--glass-b); color:var(--white); border-radius:var(--r); padding:10px 14px; font-size:15px; width:72px; text-align:center; }
.woocommerce .woocommerce-tabs ul.tabs { border-bottom:1px solid var(--glass-b); padding-left:0; }
.woocommerce .woocommerce-tabs ul.tabs li { background:transparent; border:1px solid transparent; border-bottom:none; border-radius:4px 4px 0 0; margin-right:4px; }
.woocommerce .woocommerce-tabs ul.tabs li a { color:var(--muted); font-weight:600; font-size:14px; padding:10px 20px; }
.woocommerce .woocommerce-tabs ul.tabs li.active { background:var(--glass); border-color:var(--glass-b); border-bottom-color:var(--night); }
.woocommerce .woocommerce-tabs ul.tabs li.active a { color:var(--white); }
.woocommerce .woocommerce-tabs .panel { background:var(--glass); border:1px solid var(--glass-b); border-top:none; border-radius:0 var(--r) var(--r) var(--r); padding:28px; }
.woocommerce .woocommerce-tabs .panel h2 { font-size:18px; color:var(--white); margin-bottom:16px; }
.woocommerce #reviews .woocommerce-Reviews-title { color:var(--white); }
.woocommerce #reviews .review { border-bottom:1px solid var(--glass-b); padding-bottom:20px; margin-bottom:20px; }
.woocommerce #reviews .review .reviewer { color:var(--white); font-weight:600; font-size:14px; }
.woocommerce #reviews .review .description p { color:var(--muted); font-size:14px; }
.woocommerce .related h2,.woocommerce .upsells h2 { color:var(--white); font-family:'Cormorant Garamond',serif; font-size:28px; margin-bottom:24px; }

/* ── WOOCOMMERCE CART ──────────────────────────────────────────────────── */
.woocommerce-cart table.cart { border-collapse:collapse; width:100%; }
.woocommerce-cart table.cart th { background:var(--deep); color:rgba(228,232,236,.5); font-size:11px; letter-spacing:.1em; text-transform:uppercase; padding:12px 16px; font-family:'DM Sans',sans-serif; font-weight:600; border:none; }
.woocommerce-cart table.cart td { padding:16px; border-bottom:1px solid var(--glass-b); color:var(--muted); vertical-align:middle; }
.woocommerce-cart table.cart td.product-name a { color:var(--white); font-weight:600; font-size:15px; }
.woocommerce-cart table.cart td.product-price,.woocommerce-cart table.cart td.product-subtotal { color:var(--teal); font-weight:700; }
.woocommerce-cart table.cart td.product-quantity input { background:var(--glass); border:1.5px solid var(--glass-b); color:var(--white); border-radius:var(--r); padding:8px 12px; width:64px; text-align:center; }
.woocommerce-cart .cart-collaterals .cart_totals { background:var(--glass); border:1px solid var(--glass-b); border-radius:var(--r-lg); padding:28px; }
.woocommerce-cart .cart-collaterals .cart_totals h2 { color:var(--white); font-size:18px; margin-bottom:16px; }
.woocommerce-cart .cart-collaterals .cart_totals table th { background:transparent; color:var(--muted); font-size:13px; letter-spacing:.03em; text-transform:none; padding:10px 0; }
.woocommerce-cart .cart-collaterals .cart_totals table td { color:var(--white); font-weight:600; padding:10px 0; border-color:var(--glass-b); }
.woocommerce-cart .cart-collaterals .cart_totals .order-total td { font-size:20px; color:var(--teal); }
.woocommerce-cart .wc-proceed-to-checkout .checkout-button { display:block; text-align:center; font-size:16px; padding:16px; }

/* ── WOOCOMMERCE CHECKOUT ──────────────────────────────────────────────── */
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout h3#order_review_heading { color:var(--white); font-size:18px; font-weight:600; margin-bottom:16px; }
.woocommerce-checkout #payment { background:var(--glass); border:1px solid var(--glass-b); border-radius:var(--r); padding:24px; }
.woocommerce-checkout #payment ul.payment_methods { border-bottom:1px solid var(--glass-b); margin-bottom:16px; padding-bottom:16px; list-style:none; padding-left:0; }
.woocommerce-checkout #payment ul.payment_methods li label { color:var(--white); font-weight:600; font-size:15px; }
.woocommerce-checkout #payment .payment_box { background:var(--deep); border:1px solid var(--glass-b); border-radius:var(--r); padding:16px; margin-top:12px; }
.woocommerce-checkout #payment .payment_box p { color:var(--muted); font-size:13px; }
.woocommerce-checkout #place_order { width:100%; padding:16px; font-size:16px; }
.woocommerce table.shop_table { border-collapse:collapse; }
.woocommerce table.shop_table th { background:var(--deep); color:rgba(228,232,236,.5); padding:12px 16px; font-size:11px; letter-spacing:.1em; text-transform:uppercase; font-weight:600; }
.woocommerce table.shop_table td { padding:14px 16px; border-bottom:1px solid var(--glass-b); color:var(--muted); }
.woocommerce table.shop_table tfoot tr:last-child td { color:var(--teal); font-weight:700; font-size:18px; }

/* ── WOOCOMMERCE MY ACCOUNT ────────────────────────────────────────────── */
.woocommerce-account .woocommerce-MyAccount-navigation { background:var(--glass); border:1px solid var(--glass-b); border-radius:var(--r-lg); padding:8px; margin-bottom:24px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style:none; padding:0; margin:0; }
.woocommerce-account .woocommerce-MyAccount-navigation li { border-radius:6px; overflow:hidden; }
.woocommerce-account .woocommerce-MyAccount-navigation li a { display:block; padding:12px 18px; color:var(--muted); font-size:14px; font-weight:500; transition:color .2s,background .2s; }
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { color:var(--teal); background:var(--teal-dim); }
.woocommerce-account .woocommerce-MyAccount-content { color:var(--muted); }
.woocommerce-account .woocommerce-MyAccount-content h2 { color:var(--white); font-size:22px; margin-bottom:16px; }
.woocommerce-account .woocommerce-MyAccount-content p { font-size:14px; line-height:1.75; }
.woocommerce-account table.woocommerce-orders-table th { background:var(--deep); color:rgba(228,232,236,.5); font-size:11px; letter-spacing:.08em; text-transform:uppercase; padding:10px 14px; }
.woocommerce-account table.woocommerce-orders-table td { padding:12px 14px; border-bottom:1px solid var(--glass-b); color:var(--muted); font-size:14px; }
.woocommerce-account table.woocommerce-orders-table td a { color:var(--teal); }
.woocommerce-account .woocommerce-order-details__title,
.woocommerce-account .woocommerce-column__title { color:var(--white); }

/* ── RESPONSIVE ────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .commitment-grid,.trust-grid { grid-template-columns:repeat(2,1fr); }
  .tranship-grid { grid-template-columns:1fr; gap:48px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .reviews-grid { grid-template-columns:1fr; }
  .woocommerce-account .woocommerce { display:block; }
  .woocommerce-account .woocommerce-MyAccount-navigation { width:100%; margin-bottom:24px; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul { display:flex; flex-wrap:wrap; gap:4px; }
  .woocommerce-account .woocommerce-MyAccount-navigation li a { padding:8px 14px; white-space:nowrap; }
}
@media (max-width: 768px) {
  .nav-hamburger { display:flex; }
  .site-nav { display:none; }
  .header-icon-link { display:none; }
  .woocommerce-cart table.cart thead { display:none; }
  .woocommerce-cart table.cart td { display:block; border-bottom:none; padding:8px 0; }
  .woocommerce-cart table.cart tr { border-bottom:1px solid var(--glass-b); padding:16px 0; display:block; }
}
@media (max-width: 640px) {
  .container { padding:0 20px; }
  .ann-bar { padding:11px 20px; font-size:12px; }
  .hero-ctas { flex-direction:column; align-items:stretch; text-align:center; }
  .hero-stats { gap:24px; }
  .trust-grid { grid-template-columns:1fr; }
  .commitment-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; }
  .header-inner { gap:12px; }
  .mtf-cd-inner { gap:.6rem; padding:.5rem .75rem; }
  .mtf-cd-label { font-size:.78rem; }
  .mtf-cd-unit span { font-size:.95rem; }
  .mtf-cd-close { position:static; }
  .woocommerce div.product .product_title { font-size:28px; }
  .woocommerce div.product form.cart { flex-direction:column; }
  .page-hero { padding:40px 0 32px; }
}
