/* AH sitewide styles - do not edit directly, generated from preview-full.html */

:root {
  --ah-dark: #151A25;
  --ah-dark-2: #1F2635;
  --ah-dark-3: #2A3247;
  --ah-blue: #406BA9;
  --ah-blue-2: #2C4A7A;
  --ah-blue-3: #35578D;
  --ah-blue-light: #E8EFF7;
  --ah-star: #F59E0B;
  --ah-success: #059669;
  --ah-warm: #FAF8F5;
  --ah-white: #FFFFFF;
  --n-50: #F8FAFC; --n-100: #F1F5F9; --n-200: #E2E8F0; --n-300: #CBD5E1;
  --n-400: #94A3B8; --n-500: #64748B; --n-600: #475569; --n-700: #334155;
  --n-800: #1E293B; --n-900: #0F172A;
  --radius: 16px; --radius-sm: 12px; --radius-pill: 999px;
  --font: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  --shadow-sm: 0 2px 8px rgba(15,23,42,0.04);
  --shadow: 0 8px 24px rgba(15,23,42,0.08);
  --shadow-lg: 0 24px 48px rgba(15,23,42,0.12);
  --shadow-blue: 0 8px 24px rgba(64,107,169,0.35);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); font-size: 15px; line-height: 1.6; color: var(--ah-dark); background: #fff; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ========== PREVIEW WRAPPER ========== */
.preview-banner { background: linear-gradient(90deg, #F59E0B, #EF4444); color: #fff; padding: 12px 20px; text-align: center; font-size: 13px; font-weight: 600; letter-spacing: 0.01em; }
.preview-banner strong { color: #fff; text-transform: uppercase; letter-spacing: 0.05em; }
.section-label { background: #FEF3C7; color: #92400E; padding: 8px 20px; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; border-top: 2px dashed #FCD34D; }
.section-label strong { color: #78350F; }

/* ========== SHARED ========== */
.ah-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.ah-section { padding: 80px 0; }
.ah-eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--ah-blue); margin-bottom: 14px; }
.ah-h1 { font-size: clamp(36px, 5vw, 60px); font-weight: 800; line-height: 1.05; letter-spacing: -0.03em; }
.ah-h2 { font-size: clamp(28px, 3.5vw, 42px); font-weight: 700; line-height: 1.1; letter-spacing: -0.025em; }
.ah-h3 { font-size: clamp(20px, 2vw, 24px); font-weight: 700; line-height: 1.25; letter-spacing: -0.015em; }
.ah-lead { font-size: 16px; line-height: 1.6; color: var(--n-500); max-width: 500px; }

.ah-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 26px; border-radius: var(--radius-pill); font-size: 14px; font-weight: 700; letter-spacing: 0.01em; transition: all 0.25s ease; white-space: nowrap; }
.ah-btn--primary { background: var(--ah-blue); color: #fff; box-shadow: var(--shadow-blue); }
.ah-btn--primary:hover { background: var(--ah-blue-3); transform: translateY(-2px); box-shadow: 0 14px 32px rgba(64,107,169,0.45); }
.ah-btn--secondary { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.2); }
.ah-btn--secondary:hover { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.4); }
.ah-btn--outline { background: transparent; color: var(--ah-dark); border: 1.5px solid var(--n-200); }
.ah-btn--outline:hover { border-color: var(--ah-dark); }
.ah-btn--sm { padding: 10px 18px; font-size: 13px; }

/* ========== ANNOUNCEMENT BAR ========== */
.ah-announce { background: var(--ah-dark); color: #fff; overflow: hidden; padding: 10px 0; font-size: 13px; font-weight: 500; }
.ah-announce__track { display: flex; gap: 60px; white-space: nowrap; animation: ah-marquee 30s linear infinite; }
.ah-announce__item { display: inline-flex; align-items: center; gap: 8px; }
.ah-announce__item svg { color: var(--ah-blue); width: 16px; height: 16px; flex-shrink: 0; }
@keyframes ah-marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ========== HEADER ========== */
.ah-header { background: #fff; border-bottom: 1px solid var(--n-100); position: sticky; top: 0; z-index: 100; padding: 18px 0; }
.ah-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ah-logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 18px; letter-spacing: 0.02em; color: var(--ah-dark); }
.ah-logo__mark { width: 34px; height: 34px; background: var(--ah-dark); color: #fff; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 800; }
.ah-nav { display: flex; gap: 32px; }
.ah-nav a { font-size: 14px; font-weight: 500; color: var(--n-700); transition: color 0.2s; }
.ah-nav a:hover { color: var(--ah-blue); }
.ah-header__actions { display: flex; align-items: center; gap: 16px; }
.ah-header__icon { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background 0.2s; color: var(--ah-dark); }
.ah-header__icon:hover { background: var(--n-100); }
.ah-header__icon svg { width: 20px; height: 20px; }
.ah-header__cart { position: relative; }
.ah-header__cart-count { position: absolute; top: 4px; right: 4px; background: var(--ah-blue); color: #fff; font-size: 10px; font-weight: 700; padding: 2px 6px; border-radius: 10px; min-width: 18px; text-align: center; }

/* ========== HERO ========== */
.ah-hero { background: var(--ah-warm); padding: 60px 0 80px; overflow: hidden; }
.ah-hero__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.ah-hero__pill { display: inline-flex; align-items: center; gap: 8px; background: #fff; padding: 8px 16px; border-radius: var(--radius-pill); font-size: 12px; font-weight: 600; color: var(--ah-dark); margin-bottom: 22px; box-shadow: var(--shadow-sm); }
.ah-hero__pill-tag { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; background: var(--ah-blue-light); color: var(--ah-blue); border-radius: 4px; font-size: 10px; font-weight: 800; }
.ah-hero__title { margin-bottom: 20px; }
.ah-hero__title span { color: var(--ah-blue); }
.ah-hero__lead { margin-bottom: 32px; }
.ah-hero__cta-row { display: flex; gap: 12px; margin-bottom: 32px; flex-wrap: wrap; }
.ah-hero__reviews { display: flex; align-items: center; gap: 14px; }
.ah-hero__reviews-avatars { display: flex; }
.ah-hero__reviews-avatar { width: 36px; height: 36px; border-radius: 50%; border: 2px solid #fff; background: linear-gradient(135deg, #406BA9, #2C4A7A); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 12px; font-weight: 700; margin-left: -8px; }
.ah-hero__reviews-avatar:first-child { margin-left: 0; background: linear-gradient(135deg, #F59E0B, #DC2626); }
.ah-hero__reviews-avatar:nth-child(2) { background: linear-gradient(135deg, #059669, #10B981); }
.ah-hero__reviews-avatar:nth-child(3) { background: linear-gradient(135deg, #6366F1, #8B5CF6); }
.ah-hero__reviews-text { font-size: 13px; }
.ah-hero__reviews-stars { color: var(--ah-star); letter-spacing: 1px; font-size: 13px; }
.ah-hero__reviews-name { color: var(--n-600); font-weight: 500; }
.ah-hero__reviews-name strong { color: var(--ah-dark); font-weight: 700; }

.ah-hero__visual { position: relative; display: flex; align-items: center; justify-content: center; }
.ah-hero__phone { position: relative; width: 300px; height: 600px; background: linear-gradient(180deg, #2a2f3f, #1a1f2e); border-radius: 46px; padding: 10px; box-shadow: 0 40px 80px rgba(15,23,42,0.3); animation: ah-float 6s ease-in-out infinite; z-index: 2; }
.ah-hero__phone-notch { position: absolute; top: 22px; left: 50%; transform: translateX(-50%); width: 110px; height: 26px; background: #0a0a0a; border-radius: 22px; z-index: 3; }
.ah-hero__phone-screen { width: 100%; height: 100%; border-radius: 38px; overflow: hidden; background: #0a0a0a; position: relative; }
.ah-hero__phone-screen::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, #406BA9 0%, #2C4A7A 60%, #1A2E4E 100%); }
.ah-hero__phone-content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 2; color: #fff; padding: 30px; text-align: center; }
.ah-hero__phone-content-heart { font-size: 60px; margin-bottom: 20px; }
.ah-hero__phone-content-name { font-size: 28px; font-weight: 700; letter-spacing: 0.08em; margin-bottom: 6px; }
.ah-hero__phone-content-year { font-size: 13px; opacity: 0.85; letter-spacing: 0.1em; }
.ah-hero__floating { position: absolute; background: #fff; padding: 12px 16px; border-radius: 14px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 10px; z-index: 3; font-size: 12px; font-weight: 600; }
.ah-hero__floating--1 { top: 40px; left: -20px; animation: ah-float2 5s ease-in-out infinite; }
.ah-hero__floating--2 { bottom: 80px; right: -30px; animation: ah-float2 5s ease-in-out infinite 1.5s; }
.ah-hero__floating--icon { width: 32px; height: 32px; background: var(--ah-blue-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--ah-blue); }
.ah-hero__floating--icon svg { width: 18px; height: 18px; }
.ah-hero__glow { position: absolute; width: 500px; height: 500px; background: radial-gradient(circle, rgba(64,107,169,0.15) 0%, transparent 70%); left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 0; }

@keyframes ah-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes ah-float2 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ========== TRUST STRIP ========== */
.ah-trust-strip { background: #fff; border-top: 1px solid var(--n-100); border-bottom: 1px solid var(--n-100); padding: 32px 0; }
.ah-trust-strip__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.ah-trust-item { display: flex; align-items: center; gap: 14px; }
.ah-trust-item__icon { width: 44px; height: 44px; background: var(--ah-blue-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--ah-blue); flex-shrink: 0; }
.ah-trust-item__icon svg { width: 22px; height: 22px; }
.ah-trust-item__title { font-size: 14px; font-weight: 700; color: var(--ah-dark); margin-bottom: 2px; }
.ah-trust-item__sub { font-size: 12px; color: var(--n-500); }

/* ========== SHOP BY BRAND ========== */
.ah-brands { background: #fff; }
.ah-brands__header { text-align: center; margin-bottom: 44px; }
.ah-brands__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.ah-brand-card { background: var(--n-50); border-radius: var(--radius); padding: 28px 20px; text-align: center; transition: all 0.3s cubic-bezier(0.16,1,0.3,1); cursor: pointer; border: 1.5px solid transparent; position: relative; }
.ah-brand-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--ah-blue-light); background: #fff; }
.ah-brand-card__visual { width: 60px; height: 90px; margin: 0 auto 14px; background: linear-gradient(135deg, #E2E8F0, #CBD5E1); border-radius: 12px; position: relative; transition: transform 0.3s; }
.ah-brand-card:hover .ah-brand-card__visual { transform: rotate(-5deg) scale(1.05); }
.ah-brand-card__visual::before { content: ''; position: absolute; top: 6px; left: 50%; transform: translateX(-50%); width: 20px; height: 3px; background: rgba(0,0,0,0.15); border-radius: 3px; }
.ah-brand-card__name { font-size: 14px; font-weight: 700; color: var(--ah-dark); margin-bottom: 2px; }
.ah-brand-card__count { font-size: 11px; color: var(--n-500); }

/* ========== DESIGN STUDIO (USP) ========== */
.ah-studio { background: var(--ah-dark); color: #fff; position: relative; overflow: hidden; }
.ah-studio::before { content: ''; position: absolute; top: -200px; right: -200px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(64,107,169,0.15) 0%, transparent 60%); pointer-events: none; }
.ah-studio__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.ah-studio__eyebrow { color: var(--ah-blue) !important; }
.ah-studio__title { color: #fff; margin-bottom: 20px; }
.ah-studio__title span { color: var(--ah-blue); }
.ah-studio__lead { color: rgba(255,255,255,0.7); margin-bottom: 32px; }
.ah-studio__steps { display: grid; gap: 14px; margin-bottom: 32px; }
.ah-studio__step { display: flex; gap: 16px; align-items: flex-start; padding: 16px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; transition: all 0.3s; }
.ah-studio__step:hover { background: rgba(255,255,255,0.06); border-color: rgba(64,107,169,0.4); }
.ah-studio__step-num { flex-shrink: 0; width: 32px; height: 32px; background: var(--ah-blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; }
.ah-studio__step-title { font-size: 14px; font-weight: 700; margin-bottom: 2px; }
.ah-studio__step-desc { font-size: 13px; color: rgba(255,255,255,0.6); }
.ah-studio__cta-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.ah-studio__price { font-size: 13px; color: rgba(255,255,255,0.6); }
.ah-studio__price strong { color: #fff; font-weight: 700; font-size: 16px; }

.ah-studio__visual { display: flex; justify-content: center; align-items: center; position: relative; min-height: 500px; }
.ah-studio__phone { position: relative; width: 260px; height: 520px; background: linear-gradient(180deg, #2a2f3f, #1a1f2e); border-radius: 42px; padding: 8px; box-shadow: 0 40px 80px rgba(0,0,0,0.5); animation: ah-float 6s ease-in-out infinite; z-index: 2; }
.ah-studio__phone-notch { position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 90px; height: 22px; background: #0a0a0a; border-radius: 20px; z-index: 4; }
.ah-studio__phone-badge { position: absolute; top: 24px; right: -50px; background: #fff; color: var(--ah-dark); padding: 6px 14px; border-radius: 16px; font-size: 11px; font-weight: 700; z-index: 5; box-shadow: 0 8px 20px rgba(0,0,0,0.2); }
.ah-studio__phone-badge svg { width: 12px; height: 12px; color: var(--ah-blue); }
.ah-studio__phone-screen { position: relative; width: 100%; height: 100%; border-radius: 34px; overflow: hidden; background: #0a0a0a; }
.ah-design { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; opacity: 0; transition: opacity 0.8s ease; padding: 24px; text-align: center; }
.ah-design.is-active { opacity: 1; }
.ah-design--photo { background: linear-gradient(135deg, #406BA9, #2C4A7A); color: #fff; }
.ah-design--photo .heart { font-size: 60px; margin-bottom: 20px; }
.ah-design--photo .name { font-size: 26px; font-weight: 800; letter-spacing: 0.08em; }
.ah-design--photo .year { font-size: 13px; opacity: 0.85; margin-top: 6px; }
.ah-design--name { background: #151A25; color: #fff; }
.ah-design--name .mono { font-size: 120px; font-weight: 800; color: var(--ah-blue); line-height: 1; font-family: 'Playfair Display', Georgia, serif; }
.ah-design--name .sub { font-size: 11px; letter-spacing: 0.4em; margin-top: 14px; opacity: 0.7; text-transform: uppercase; }
.ah-design--pattern { background: repeating-linear-gradient(45deg, #406BA9 0 20px, #2C4A7A 20px 40px); }
.ah-design--quote { background: #fff; color: var(--ah-dark); }
.ah-design--quote .text { font-family: Georgia, serif; font-style: italic; font-size: 22px; line-height: 1.3; padding: 0 18px; }
.ah-design--quote .dash { width: 40px; height: 2px; background: var(--ah-blue); margin: 16px auto 0; }

@keyframes ah-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

/* ========== BEST SELLERS ========== */
.ah-bestsellers { background: var(--n-50); }
.ah-bestsellers__header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; flex-wrap: wrap; gap: 16px; }
.ah-bestsellers__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ah-product { background: #fff; border-radius: var(--radius); overflow: hidden; transition: all 0.3s cubic-bezier(0.16,1,0.3,1); position: relative; cursor: pointer; }
.ah-product:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.ah-product__badge { position: absolute; top: 12px; left: 12px; background: var(--ah-blue); color: #fff; font-size: 10px; font-weight: 700; padding: 4px 8px; border-radius: 6px; letter-spacing: 0.05em; z-index: 2; }
.ah-product__badge--sale { background: #DC2626; }
.ah-product__wishlist { position: absolute; top: 12px; right: 12px; width: 32px; height: 32px; background: rgba(255,255,255,0.9); backdrop-filter: blur(4px); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 2; transition: all 0.2s; }
.ah-product__wishlist:hover { background: #fff; color: #DC2626; }
.ah-product__wishlist svg { width: 16px; height: 16px; }
.ah-product__image { aspect-ratio: 1; background: linear-gradient(135deg, var(--n-100), var(--n-200)); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.ah-product__image-mock { width: 90px; height: 180px; background: var(--ah-dark); border-radius: 20px; position: relative; transition: transform 0.4s cubic-bezier(0.16,1,0.3,1); }
.ah-product__image-mock::before { content: ''; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 30px; height: 4px; background: rgba(0,0,0,0.4); border-radius: 4px; }
.ah-product:hover .ah-product__image-mock { transform: rotate(-6deg) scale(1.05); }
.ah-product--variant-1 .ah-product__image-mock { background: linear-gradient(135deg, #406BA9, #2C4A7A); }
.ah-product--variant-2 .ah-product__image-mock { background: linear-gradient(135deg, #151A25, #2A3247); }
.ah-product--variant-3 .ah-product__image-mock { background: linear-gradient(135deg, #94A3B8, #64748B); }
.ah-product--variant-4 .ah-product__image-mock { background: linear-gradient(135deg, #F59E0B, #DC2626); }
.ah-product__info { padding: 18px 16px; }
.ah-product__category { font-size: 11px; color: var(--n-500); font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 4px; }
.ah-product__name { font-size: 15px; font-weight: 700; color: var(--ah-dark); margin-bottom: 8px; line-height: 1.3; }
.ah-product__meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.ah-product__price { font-size: 16px; font-weight: 800; color: var(--ah-dark); }
.ah-product__price-old { font-size: 13px; color: var(--n-400); text-decoration: line-through; margin-left: 6px; font-weight: 500; }
.ah-product__rating { display: flex; align-items: center; gap: 4px; font-size: 12px; color: var(--n-500); font-weight: 500; }
.ah-product__rating-star { color: var(--ah-star); }
.ah-product__features { display: flex; gap: 6px; padding: 0 16px 16px; flex-wrap: wrap; }
.ah-product__feature { font-size: 10px; font-weight: 600; padding: 3px 8px; background: var(--n-100); color: var(--n-600); border-radius: 6px; }

/* ========== CASE MATERIALS ========== */
.ah-materials { background: #fff; }
.ah-materials__header { text-align: center; margin-bottom: 48px; }
.ah-materials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ah-material { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; cursor: pointer; transition: transform 0.4s cubic-bezier(0.16,1,0.3,1); }
.ah-material:hover { transform: translateY(-4px); }
.ah-material__bg { position: absolute; inset: 0; }
.ah-material--1 .ah-material__bg { background: linear-gradient(135deg, #1E293B, #0F172A); }
.ah-material--2 .ah-material__bg { background: linear-gradient(135deg, #94A3B8, #475569); }
.ah-material--3 .ah-material__bg { background: linear-gradient(135deg, #406BA9, #2C4A7A); }
.ah-material--4 .ah-material__bg { background: linear-gradient(135deg, #E2E8F0, #CBD5E1); }
.ah-material--5 .ah-material__bg { background: linear-gradient(135deg, #78350F, #451A03); }
.ah-material--6 .ah-material__bg { background: linear-gradient(135deg, #7C2D12, #451A03); }
.ah-material__content { position: absolute; inset: 0; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; z-index: 2; }
.ah-material--4 .ah-material__content { color: var(--ah-dark); }
.ah-material__count { align-self: flex-start; font-size: 11px; padding: 4px 10px; background: rgba(255,255,255,0.15); backdrop-filter: blur(6px); border-radius: 999px; font-weight: 600; }
.ah-material--4 .ah-material__count { background: rgba(0,0,0,0.1); }
.ah-material__title { font-size: 22px; font-weight: 800; margin-bottom: 4px; letter-spacing: -0.015em; }
.ah-material__desc { font-size: 13px; opacity: 0.8; margin-bottom: 12px; }
.ah-material__cta { font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; opacity: 0.9; }
.ah-material__cta svg { width: 14px; height: 14px; transition: transform 0.2s; }
.ah-material:hover .ah-material__cta svg { transform: translateX(4px); }

/* ========== GET INSPIRED ========== */
.ah-inspire { background: var(--ah-warm); }
.ah-inspire__header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 36px; flex-wrap: wrap; gap: 16px; }
.ah-inspire__filters { display: flex; gap: 8px; flex-wrap: wrap; }
.ah-chip { background: #fff; border: 1px solid var(--n-200); color: var(--n-600); padding: 8px 16px; border-radius: var(--radius-pill); font-size: 12px; font-weight: 600; transition: all 0.2s; }
.ah-chip:hover { border-color: var(--ah-dark); color: var(--ah-dark); }
.ah-chip.is-active { background: var(--ah-dark); border-color: var(--ah-dark); color: #fff; }
.ah-inspire__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.ah-case { position: relative; border-radius: var(--radius-sm); overflow: hidden; aspect-ratio: 3/5; cursor: pointer; transition: all 0.35s cubic-bezier(0.16,1,0.3,1); }
.ah-case:hover { transform: translateY(-6px) rotate(-2deg); box-shadow: var(--shadow-lg); }
.ah-case--monogram { background: linear-gradient(135deg, #FCD5CE, #FFB5A7); }
.ah-case--pet { background: var(--ah-dark); }
.ah-case--pattern { background: repeating-linear-gradient(45deg, #406BA9 0 10px, #2C4A7A 10px 20px); }
.ah-case--photo { background: linear-gradient(160deg, #406BA9, #2C4A7A); }
.ah-case--quote { background: #2d2d2d; }
.ah-case--business { background: linear-gradient(135deg, #383C65, #151A25); }
.ah-case__content { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 16px; }
.ah-case__content .letter { font-size: 56px; font-weight: 800; color: #6B4423; font-family: 'Playfair Display', Georgia, serif; }
.ah-case__content .pet { font-size: 48px; color: var(--ah-blue); }
.ah-case__content .photo-icon { font-size: 42px; color: #fff; }
.ah-case__content .quote { font-family: Georgia, serif; font-style: italic; font-size: 15px; color: var(--ah-blue); text-align: center; }
.ah-case__content .biz { color: #fff; font-size: 24px; font-weight: 800; letter-spacing: 0.15em; }
.ah-case__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 60%); opacity: 0; transition: opacity 0.3s; display: flex; align-items: flex-end; padding: 12px; color: #fff; }
.ah-case:hover .ah-case__overlay { opacity: 1; }
.ah-case__label { font-size: 12px; font-weight: 700; }
.ah-case__label-price { font-size: 11px; opacity: 0.8; display: block; margin-top: 2px; font-weight: 500; }

/* ========== WHY CHOOSE US ========== */
.ah-why { background: #fff; }
.ah-why__header { text-align: center; margin-bottom: 48px; }
.ah-why__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ah-feature { padding: 28px 24px; border-radius: var(--radius); border: 1px solid var(--n-100); transition: all 0.3s; position: relative; overflow: hidden; }
.ah-feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--ah-blue-light); }
.ah-feature__icon { width: 52px; height: 52px; background: var(--ah-blue-light); border-radius: 14px; display: flex; align-items: center; justify-content: center; color: var(--ah-blue); margin-bottom: 20px; transition: all 0.3s; }
.ah-feature:hover .ah-feature__icon { background: var(--ah-blue); color: #fff; transform: rotate(-6deg); }
.ah-feature__icon svg { width: 26px; height: 26px; }
.ah-feature__title { font-size: 17px; font-weight: 800; margin-bottom: 8px; color: var(--ah-dark); }
.ah-feature__desc { font-size: 13px; line-height: 1.55; color: var(--n-500); }

/* ========== TRUSTED BY UK ========== */
.ah-trust-section { background: var(--n-50); }
.ah-trust-section__header { text-align: center; margin-bottom: 48px; }
.ah-trust-section__badge { display: inline-flex; align-items: center; gap: 6px; background: #fff; padding: 6px 14px; border-radius: var(--radius-pill); font-size: 11px; font-weight: 700; color: var(--ah-dark); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; box-shadow: var(--shadow-sm); }
.ah-trust-section__badge svg { width: 14px; height: 14px; color: var(--ah-blue); }
.ah-trust-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 40px; }
.ah-stat { background: #fff; border: 1px solid var(--n-100); border-radius: var(--radius); padding: 28px 20px; text-align: center; transition: all 0.3s; }
.ah-stat:hover { transform: translateY(-4px); border-color: var(--ah-blue); }
.ah-stat__num { font-size: 42px; font-weight: 800; color: var(--ah-blue); line-height: 1; letter-spacing: -0.03em; margin-bottom: 6px; }
.ah-stat__label { font-size: 12px; color: var(--n-500); font-weight: 600; }
.ah-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ah-testimonial { background: #fff; border: 1px solid var(--n-100); border-radius: var(--radius); padding: 24px; transition: all 0.3s; }
.ah-testimonial:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.ah-testimonial__stars { color: var(--ah-star); font-size: 15px; letter-spacing: 2px; margin-bottom: 12px; }
.ah-testimonial__text { font-size: 14px; line-height: 1.55; color: var(--n-700); margin-bottom: 18px; }
.ah-testimonial__author { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--n-100); }
.ah-testimonial__avatar { width: 40px; height: 40px; background: linear-gradient(135deg, var(--ah-blue), var(--ah-blue-2)); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; flex-shrink: 0; }
.ah-testimonial__name { font-size: 14px; font-weight: 700; color: var(--ah-dark); }
.ah-testimonial__loc { font-size: 11px; color: var(--n-500); display: flex; align-items: center; gap: 4px; }
.ah-testimonial__loc svg { width: 11px; height: 11px; color: var(--ah-blue); }

/* ========== NEWSLETTER ========== */
.ah-newsletter { background: var(--ah-dark); color: #fff; }
.ah-newsletter__inner { max-width: 720px; margin: 0 auto; text-align: center; }
.ah-newsletter__badge { display: inline-block; background: var(--ah-blue); color: #fff; padding: 6px 14px; border-radius: var(--radius-pill); font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 20px; }
.ah-newsletter__title { color: #fff; margin-bottom: 14px; }
.ah-newsletter__lead { color: rgba(255,255,255,0.7); margin: 0 auto 32px; max-width: 480px; }
.ah-newsletter__form { display: flex; gap: 8px; max-width: 480px; margin: 0 auto 20px; padding: 6px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); border-radius: var(--radius-pill); }
.ah-newsletter__input { flex: 1; background: transparent; border: none; padding: 12px 20px; color: #fff; font-family: inherit; font-size: 14px; outline: none; }
.ah-newsletter__input::placeholder { color: rgba(255,255,255,0.5); }
.ah-newsletter__submit { background: var(--ah-blue); color: #fff; padding: 12px 26px; border-radius: var(--radius-pill); font-weight: 700; font-size: 14px; transition: all 0.25s; }
.ah-newsletter__submit:hover { background: var(--ah-blue-3); }
.ah-newsletter__note { font-size: 12px; color: rgba(255,255,255,0.5); }

/* ========== FAQ ========== */
.ah-faq { background: #fff; }
.ah-faq__header { text-align: center; margin-bottom: 48px; }
.ah-faq__list { max-width: 720px; margin: 0 auto; }
.ah-faq-item { border-bottom: 1px solid var(--n-100); }
.ah-faq-item__q { width: 100%; text-align: left; padding: 22px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 16px; font-weight: 700; color: var(--ah-dark); transition: color 0.2s; }
.ah-faq-item__q:hover { color: var(--ah-blue); }
.ah-faq-item__toggle { width: 28px; height: 28px; border-radius: 50%; background: var(--n-50); display: flex; align-items: center; justify-content: center; transition: all 0.3s; flex-shrink: 0; }
.ah-faq-item.is-open .ah-faq-item__toggle { background: var(--ah-blue); color: #fff; transform: rotate(180deg); }
.ah-faq-item__toggle svg { width: 14px; height: 14px; }
.ah-faq-item__a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; }
.ah-faq-item.is-open .ah-faq-item__a { max-height: 300px; padding-bottom: 22px; }
.ah-faq-item__a p { font-size: 14px; line-height: 1.65; color: var(--n-600); }

/* ========== FOOTER (simplified) ========== */
.ah-footer { background: var(--ah-dark); color: rgba(255,255,255,0.6); padding: 30px 0 30px; }
.ah-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.ah-footer__col-title { color: #fff; font-size: 13px; font-weight: 700; margin-bottom: 16px; letter-spacing: 0.05em; }
.ah-footer__col ul { list-style: none; }
.ah-footer__col li { padding: 6px 0; font-size: 13px; }
.ah-footer__col a:hover { color: #fff; }
.ah-footer__brand-logo { color: #fff; margin-bottom: 16px; }
.ah-footer__desc { font-size: 13px; line-height: 1.55; margin-bottom: 20px; max-width: 320px; }
.ah-footer__socials { display: flex; gap: 10px; }
.ah-footer__social { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.ah-footer__social:hover { background: var(--ah-blue); color: #fff; }
.ah-footer__social svg { width: 16px; height: 16px; }
.ah-footer__bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; align-items: center; font-size: 12px; flex-wrap: wrap; gap: 12px; }
.ah-footer__payment { display: flex; gap: 8px; align-items: center; }
.ah-footer__payment-chip { padding: 4px 10px; background: rgba(255,255,255,0.08); border-radius: 4px; font-size: 10px; font-weight: 700; letter-spacing: 0.05em; }

/* ========== SCROLL REVEAL ========== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16,1,0.3,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal[data-delay="1"] { transition-delay: 0.08s; }
.reveal[data-delay="2"] { transition-delay: 0.16s; }
.reveal[data-delay="3"] { transition-delay: 0.24s; }
.reveal[data-delay="4"] { transition-delay: 0.32s; }
.reveal[data-delay="5"] { transition-delay: 0.4s; }

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .ah-section { padding: 64px 0; }
  .ah-hero__inner, .ah-studio__inner { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .ah-hero__cta-row, .ah-hero__reviews, .ah-studio__cta-row { justify-content: center; }
  .ah-hero__reviews-avatars, .ah-lead { margin-left: auto; margin-right: auto; }
  .ah-brands__grid { grid-template-columns: repeat(3, 1fr); }
  .ah-bestsellers__grid { grid-template-columns: repeat(2, 1fr); }
  .ah-materials__grid { grid-template-columns: repeat(2, 1fr); }
  .ah-inspire__grid { grid-template-columns: repeat(3, 1fr); }
  .ah-why__grid { grid-template-columns: repeat(2, 1fr); }
  .ah-testimonials { grid-template-columns: 1fr; }
  .ah-trust-strip__inner { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .ah-footer__grid { grid-template-columns: 1fr 1fr; }
  .ah-nav { display: none; }
  .ah-hero__phone { width: 240px; height: 480px; }
}
@media (max-width: 640px) {
  .ah-section { padding: 48px 0; }
  .ah-container { padding: 0 16px; }
  .ah-brands__grid { grid-template-columns: repeat(2, 1fr); }
  .ah-bestsellers__grid { grid-template-columns: 1fr 1fr; }
  .ah-materials__grid { grid-template-columns: 1fr; }
  .ah-inspire__grid { grid-template-columns: repeat(2, 1fr); }
  .ah-why__grid { grid-template-columns: 1fr; }
  .ah-trust-stats { grid-template-columns: repeat(2, 1fr); }
  .ah-trust-strip__inner { grid-template-columns: 1fr; }
  .ah-bestsellers__header, .ah-inspire__header { flex-direction: column; align-items: flex-start; }
  .ah-footer__grid { grid-template-columns: 1fr; gap: 24px; }
  .ah-hero__floating--1, .ah-hero__floating--2 { display: none; }
  .ah-newsletter__form { flex-direction: column; padding: 8px; border-radius: 20px; }
  .ah-newsletter__submit { width: 100%; }
  .ah-hero__phone { width: 220px; height: 440px; }
  .ah-studio__phone { width: 220px; height: 440px; }
  .ah-studio__phone-badge { display: none; }
}

/* --- FIX 1: Header icon visibility (theme overrides currentColor) --- */
.ah-header__icon svg { color: var(--ah-dark) !important; }
.ah-header__icon svg path, .ah-header__icon svg circle, .ah-header__icon svg rect,
.ah-header__icon svg polyline, .ah-header__icon svg polygon, .ah-header__icon svg line {
  stroke: currentColor !important; fill: none !important;
}
.ah-header__cart svg path { fill: none !important; }

/* --- FIX 2: Mobile hamburger + drawer --- */
.ah-mobile-menu-btn { display: none; width: 40px; height: 40px; border-radius: 50%; align-items: center; justify-content: center; color: var(--ah-dark); background: none; border: none; cursor: pointer; }
.ah-mobile-menu-btn:hover { background: var(--n-100); }
.ah-mobile-menu-btn svg { width: 22px; height: 22px; color: var(--ah-dark); }
.ah-mobile-drawer { position: fixed; top: 0; right: -100%; width: 85%; max-width: 360px; height: 100vh; background: #fff; z-index: 200; padding: 32px 24px; transition: right 0.35s cubic-bezier(0.16,1,0.3,1); overflow-y: auto; box-shadow: -10px 0 40px rgba(0,0,0,0.15); }
.ah-mobile-drawer.is-open { right: 0; }
.ah-mobile-drawer__close { position: absolute; top: 20px; right: 20px; background: var(--n-100); border: none; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--ah-dark); }
.ah-mobile-drawer__close svg { width: 18px; height: 18px; }
.ah-mobile-drawer__logo { margin-bottom: 24px; }
.ah-mobile-drawer__nav { display: flex; flex-direction: column; gap: 0; margin-top: 24px; }
.ah-mobile-drawer__nav a { padding: 16px 0; font-size: 16px; font-weight: 600; color: var(--ah-dark); border-bottom: 1px solid var(--n-100); transition: color 0.2s; }
.ah-mobile-drawer__nav a:hover { color: var(--ah-blue); }
.ah-mobile-drawer__cta { margin-top: 24px; }
.ah-mobile-drawer__cta .ah-btn { width: 100%; }
.ah-mobile-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 199; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.ah-mobile-backdrop.is-open { opacity: 1; pointer-events: auto; }

@media (max-width: 1024px) {
  .ah-mobile-menu-btn { display: inline-flex !important; }
  .ah-header__actions .ah-header__icon:not(.ah-header__cart) { display: none; }
}

/* --- FIX 3: Force white text on all dark material tiles --- */
.ah-material--1 .ah-material__title, .ah-material--1 .ah-material__desc, .ah-material--1 .ah-material__count, .ah-material--1 .ah-material__cta,
.ah-material--2 .ah-material__title, .ah-material--2 .ah-material__desc, .ah-material--2 .ah-material__count, .ah-material--2 .ah-material__cta,
.ah-material--3 .ah-material__title, .ah-material--3 .ah-material__desc, .ah-material--3 .ah-material__count, .ah-material--3 .ah-material__cta,
.ah-material--5 .ah-material__title, .ah-material--5 .ah-material__desc, .ah-material--5 .ah-material__count, .ah-material--5 .ah-material__cta,
.ah-material--6 .ah-material__title, .ah-material--6 .ah-material__desc, .ah-material--6 .ah-material__count, .ah-material--6 .ah-material__cta {
  color: #fff !important;
}
.ah-material--4 .ah-material__title, .ah-material--4 .ah-material__desc { color: var(--ah-dark) !important; }
.ah-material--4 .ah-material__count, .ah-material--4 .ah-material__cta { color: var(--n-600) !important; }

/* --- FIX 4: Logo image styling --- */
.ah-logo-link { display: inline-flex; align-items: center; text-decoration: none; }
.ah-logo-img { height: 40px; width: auto; display: block; }
.ah-logo-img--dark { filter: brightness(0); }
.ah-logo-img--light { filter: brightness(0) invert(1); }
@media (max-width: 640px) { .ah-logo-img { height: 32px; } }

/* --- FORCE LOGO SIZE (theme overrides removed) --- */
header.ah-header .ah-logo-link { display: inline-flex !important; align-items: center !important; text-decoration: none !important; padding: 0 !important; }
header.ah-header .ah-logo-img,
.ah-mobile-drawer .ah-logo-img,
footer.ah-footer .ah-logo-img {
  height: 32px !important;
  max-height: 32px !important;
  width: auto !important;
  max-width: 180px !important;
  display: block !important;
  object-fit: contain !important;
}
@media (max-width: 640px) {
  header.ah-header .ah-logo-img { height: 26px !important; max-height: 26px !important; max-width: 140px !important; }
}

/* --- BULLETPROOF ICONS via CSS background-image (data URI SVGs) --- */
header.ah-header .ah-header__icon,
.ah-mobile-menu-btn {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px 22px;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  position: relative !important;
  color: transparent !important;
  font-size: 0 !important;
  transition: background-color 0.2s ease !important;
}
header.ah-header .ah-header__icon:hover,
.ah-mobile-menu-btn:hover { background-color: #F1F5F9 !important; }

/* Hide any inline SVG inside these buttons (they weren't rendering anyway) */
header.ah-header .ah-header__icon svg,
.ah-mobile-menu-btn svg { display: none !important; }

/* Icon shapes as CSS background */
.ah-icon--search { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23151A25' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>") !important; }
.ah-icon--user { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23151A25' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/><circle cx='12' cy='7' r='4'/></svg>") !important; }
.ah-icon--cart { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23151A25' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z'/><line x1='3' y1='6' x2='21' y2='6'/><path d='M16 10a4 4 0 0 1-8 0'/></svg>") !important; }
.ah-icon--menu { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23151A25' stroke-width='2.5' stroke-linecap='round'><line x1='3' y1='6' x2='21' y2='6'/><line x1='3' y1='12' x2='21' y2='12'/><line x1='3' y1='18' x2='21' y2='18'/></svg>") !important; }

/* Cart badge positioning (relative to icon) */
header.ah-header .ah-header__cart .ah-header__cart-count {
  position: absolute !important;
  top: 2px !important;
  right: 2px !important;
  background: #406BA9 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  padding: 2px 6px !important;
  border-radius: 10px !important;
  min-width: 18px !important;
  text-align: center !important;
  line-height: 1.2 !important;
}

/* Nav no-wrap */
.ah-nav a { white-space: nowrap !important; }

/* Ensure header inner uses correct flexbox */
.ah-header__inner { flex-wrap: nowrap !important; }
.ah-header__actions { flex-shrink: 0 !important; }

/* --- KILL theme button overrides on filter chips + all buttons in our sections --- */
.ah-inspire__filters button.ah-chip,
.ah-inspire button.ah-chip,
button.ah-chip,
.ah-chip {
  padding: 6px 14px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  border: 1px solid #E2E8F0 !important;
  color: #475569 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  text-shadow: none !important;
  margin: 0 !important;
}
button.ah-chip:hover, .ah-chip:hover { border-color: #151A25 !important; color: #151A25 !important; }
button.ah-chip.is-active, .ah-chip.is-active { background: #151A25 !important; border-color: #151A25 !important; color: #fff !important; }

@media (max-width: 640px) {
  button.ah-chip, .ah-chip {
    padding: 5px 12px !important;
    font-size: 11px !important;
  }
  .ah-inspire__filters { gap: 6px !important; }
}

/* --- Also kill theme button styles on FAQ buttons, newsletter form, and CTAs --- */
.ah-faq-item button.ah-faq-item__q { background: transparent !important; padding: 22px 0 !important; border: none !important; margin: 0 !important; box-shadow: none !important; text-transform: none !important; letter-spacing: 0 !important; }

/* --- Header container fixes: ensure icons stay inside --- */
header.ah-header { overflow: visible !important; }
header.ah-header .ah-container.ah-header__inner {
  padding-left: 20px !important;
  padding-right: 20px !important;
  max-width: 100% !important;
  overflow: visible !important;
}
header.ah-header .ah-header__actions {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
}
@media (max-width: 640px) {
  header.ah-header .ah-container.ah-header__inner {
    padding-left: 14px !important;
    padding-right: 14px !important;
    gap: 8px !important;
  }
  header.ah-header .ah-header__actions { gap: 2px !important; }
  header.ah-header .ah-header__icon, .ah-mobile-menu-btn {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    background-size: 20px 20px !important;
  }
}

/* --- Show all icons on mobile too (theme is overriding my hide rule) --- */
@media (max-width: 1024px) {
  header.ah-header .ah-header__icon:not(.ah-header__cart) { display: inline-flex !important; }
}

/* --- FIX: Wishlist heart icon on product cards (SVGs invisible from theme) --- */
.ah-product__wishlist {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23151A25' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 16px 16px !important;
  color: transparent !important;
  font-size: 0 !important;
}
.ah-product__wishlist:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='%23DC2626' stroke='%23DC2626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/></svg>") !important;
}
.ah-product__wishlist svg { display: none !important; }

/* --- FIX: Mobile drawer close button (X icon) --- */
.ah-mobile-drawer__close {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23151A25' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><line x1='18' y1='6' x2='6' y2='18'/><line x1='6' y1='6' x2='18' y2='18'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 16px 16px !important;
  color: transparent !important;
  font-size: 0 !important;
}
.ah-mobile-drawer__close svg { display: none !important; }

/* --- FIX: Hamburger visible only on tablet/mobile (hide on desktop) --- */
.ah-mobile-menu-btn { display: none !important; }
@media (max-width: 1024px) {
  header.ah-header .ah-mobile-menu-btn { display: inline-flex !important; }
}

/* --- SHOP BY DEVICE: 2 large horizontal cards --- */
.ah-brands__grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
}
.ah-brand-card {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  padding: 32px !important;
  background: #F8FAFC !important;
  border-radius: 20px !important;
  border: 1.5px solid transparent !important;
  text-decoration: none !important;
  color: inherit !important;
  transition: all 0.35s cubic-bezier(0.16,1,0.3,1) !important;
  text-align: left !important;
  cursor: pointer;
}
.ah-brand-card:hover {
  transform: translateY(-4px);
  border-color: #E8EFF7 !important;
  background: #fff !important;
  box-shadow: 0 20px 40px rgba(15,23,42,0.08);
}
.ah-brand-card__visual {
  width: 100px !important;
  height: 150px !important;
  border-radius: 16px !important;
  position: relative;
  flex-shrink: 0;
  margin: 0 !important;
  transition: transform 0.35s cubic-bezier(0.16,1,0.3,1);
}
.ah-brand-card:hover .ah-brand-card__visual { transform: rotate(-6deg) scale(1.05); }
.ah-brand-card__visual::before {
  content: '' !important;
  position: absolute !important;
  top: 10px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 30px !important;
  height: 4px !important;
  background: rgba(0,0,0,0.2) !important;
  border-radius: 3px !important;
}
.ah-brand-card--iphone .ah-brand-card__visual { background: linear-gradient(135deg, #E2E8F0, #94A3B8); }
.ah-brand-card--samsung .ah-brand-card__visual { background: linear-gradient(135deg, #1D3557, #457B9D); }

.ah-brand-card__info { flex: 1; }
.ah-brand-card__name {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #151A25 !important;
  margin-bottom: 6px !important;
  letter-spacing: -0.02em !important;
  line-height: 1.15 !important;
}
.ah-brand-card__count {
  font-size: 13px !important;
  color: #64748B !important;
  margin-bottom: 16px !important;
  font-weight: 500 !important;
}
.ah-brand-card__cta {
  display: inline-flex !important;
  align-items: center !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #406BA9 !important;
  transition: gap 0.2s;
}

@media (max-width: 767px) {
  .ah-brands__grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .ah-brand-card { padding: 20px !important; gap: 16px !important; }
  .ah-brand-card__visual { width: 70px !important; height: 110px !important; }
  .ah-brand-card__name { font-size: 18px !important; }
  .ah-brand-card__count { font-size: 12px !important; margin-bottom: 10px !important; }
}

/* ===== HIDE SHOPTIMIZER THEME CHROME (theme-builder header/footer replace it) ===== */
.header-widget-region,
.site-header,
.storefront-handheld-footer-bar,
#masthead,
header.site-header,
.woocommerce-breadcrumb,
.archive-header,
#site-navigation,
.main-navigation,
.ecommerce-topbar,
.top-bar {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/* Also hide Shoptimizer's footer if it sneaks in */
.site-footer,
#colophon:not(.ah-footer) {
  display: none !important;
}

/* Ensure no top padding/margin on body wrapper */
body.shoptimizer,
body.wp-embed-responsive,
body #page,
body .site {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Make the announcement bar + header start right at the top */
.ah-announce { margin-top: 0 !important; padding-top: 8px !important; padding-bottom: 8px !important; }
.ah-header { margin-top: 0 !important; padding-top: 14px !important; padding-bottom: 14px !important; }
@media (max-width: 640px) {
  .ah-announce { padding-top: 6px !important; padding-bottom: 6px !important; font-size: 12px !important; }
  .ah-header { padding-top: 10px !important; padding-bottom: 10px !important; }
}

/* Ensure #content (Shoptimizer wraps everything in a content div) has no padding */
#content.site-content { padding-top: 0 !important; padding-bottom: 0 !important; }
#page > #content { padding: 0 !important; }
/* ===== LEGAL PAGES (Privacy / T&C / Refund) ===== */
.ah-legal { max-width: 800px; margin: 0 auto; padding: 60px 20px 100px; font-family: 'Manrope', sans-serif; color: #151A25; }
.ah-legal__header { margin-bottom: 36px; padding-bottom: 28px; border-bottom: 1px solid #F1F5F9; }
.ah-legal__eyebrow { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase; color: #406BA9; margin-bottom: 12px; }
.ah-legal__title { font-size: clamp(30px, 4.5vw, 44px); font-weight: 800; letter-spacing: -0.025em; margin: 0 0 12px; line-height: 1.1; color: #151A25; }
.ah-legal__meta { display: flex; flex-wrap: wrap; gap: 20px; font-size: 13px; color: #64748B; margin-top: 10px; }
.ah-legal__meta span strong { color: #334155; font-weight: 600; margin-right: 4px; }
.ah-legal__intro { font-size: 16px; line-height: 1.7; color: #475569; margin: 0 0 40px; max-width: 680px; }

.ah-legal__toc { background: #F8FAFC; border-radius: 16px; padding: 22px 26px; margin-bottom: 48px; }
.ah-legal__toc-title { font-size: 11px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; color: #64748B; margin-bottom: 12px; }
.ah-legal__toc ol { padding: 0; margin: 0; list-style: none; counter-reset: toc; column-count: 2; column-gap: 24px; }
.ah-legal__toc li { padding: 5px 0; counter-increment: toc; position: relative; padding-left: 26px; break-inside: avoid; }
.ah-legal__toc li::before { content: counter(toc, decimal-leading-zero); position: absolute; left: 0; font-size: 11px; color: #406BA9; font-weight: 800; top: 8px; letter-spacing: 0.5px; }
.ah-legal__toc a { color: #151A25; font-size: 13.5px; font-weight: 500; text-decoration: none; transition: color 0.2s; line-height: 1.35; display: block; }
.ah-legal__toc a:hover { color: #406BA9; }

.ah-legal__section { margin-bottom: 40px; scroll-margin-top: 100px; }
.ah-legal__section-num { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; color: #406BA9; margin-bottom: 8px; }
.ah-legal__section-title { font-size: clamp(20px, 2.5vw, 24px); font-weight: 800; letter-spacing: -0.015em; margin: 0 0 16px; line-height: 1.25; color: #151A25; }
.ah-legal__section p { font-size: 15px; line-height: 1.7; color: #334155; margin: 0 0 14px; }
.ah-legal__section ul, .ah-legal__section ol { padding-left: 22px; margin: 12px 0; }
.ah-legal__section li { font-size: 15px; line-height: 1.65; color: #334155; padding: 3px 0; }
.ah-legal__section h3 { font-size: 15px; font-weight: 700; margin: 22px 0 8px; color: #151A25; }
.ah-legal__section strong { color: #151A25; font-weight: 700; }
.ah-legal__section a { color: #406BA9; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.ah-legal__section a:hover { text-decoration-thickness: 2px; }

.ah-legal__callout { background: #E8EFF7; border-left: 3px solid #406BA9; padding: 16px 20px; border-radius: 10px; margin: 18px 0; }
.ah-legal__callout--warn { background: #FEF3C7; border-color: #F59E0B; }
.ah-legal__callout p { margin: 0; font-size: 14px; line-height: 1.6; color: #334155; }
.ah-legal__callout p + p { margin-top: 8px; }
.ah-legal__callout strong.callout-label { display: block; margin-bottom: 6px; font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; color: #406BA9; font-weight: 800; }
.ah-legal__callout--warn strong.callout-label { color: #92400E; }

.ah-legal__contact { background: #151A25; color: #fff; border-radius: 20px; padding: 32px; margin-top: 56px; }
.ah-legal__contact-title { color: #fff; font-size: 22px; font-weight: 800; margin: 0 0 8px; letter-spacing: -0.015em; }
.ah-legal__contact p { color: rgba(255,255,255,0.7); font-size: 14px; line-height: 1.6; margin: 0 0 18px; }
.ah-legal__contact-list { display: grid; gap: 10px; }
.ah-legal__contact-detail { display: flex; align-items: baseline; gap: 12px; font-size: 14px; color: #fff; }
.ah-legal__contact-detail strong { min-width: 76px; color: rgba(255,255,255,0.55); font-weight: 500; text-transform: uppercase; font-size: 11px; letter-spacing: 1.2px; }
.ah-legal__contact-detail a { color: #fff; text-decoration: none; border-bottom: 1px dotted rgba(255,255,255,0.4); }
.ah-legal__contact-detail a:hover { border-bottom-color: #fff; }

@media (max-width: 640px) {
  .ah-legal { padding: 40px 16px 80px; }
  .ah-legal__toc ol { column-count: 1; }
  .ah-legal__contact { padding: 24px; }
  .ah-legal__contact-detail { flex-direction: column; gap: 4px; }
  .ah-legal__contact-detail strong { min-width: 0; }
}
/* --- LEGAL V2 --- editorial style, matches Mous / Casetify / premium DTC brands --- */
.legal { font-family: 'Manrope', -apple-system, sans-serif; color: #151A25; }

/* HERO */
.legal-hero { background: linear-gradient(180deg, #151A25 0%, #1F2740 100%); color: #fff; padding: 88px 24px 96px; position: relative; overflow: hidden; }
.legal-hero::after { content: ''; position: absolute; right: -120px; top: 50%; transform: translateY(-50%); width: 480px; height: 480px; background: radial-gradient(circle, rgba(64,107,169,0.18) 0%, transparent 65%); pointer-events: none; }
.legal-hero__inner { max-width: 1120px; margin: 0 auto; position: relative; z-index: 2; }
.legal-crumbs { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.55); margin-bottom: 32px; }
.legal-crumbs a { color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
.legal-crumbs a:hover { color: #fff; }
.legal-crumbs .sep { color: rgba(255,255,255,0.28); }
.legal-crumbs .current { color: rgba(255,255,255,0.9); }
.legal-hero__title { font-size: clamp(34px, 5.5vw, 56px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; margin: 0 0 22px; color: #fff; max-width: 800px; }
.legal-hero__lead { font-size: clamp(16px, 1.35vw, 19px); line-height: 1.6; color: rgba(255,255,255,0.72); max-width: 640px; margin: 0 0 40px; font-weight: 400; }
.legal-hero__meta { display: flex; gap: 40px; flex-wrap: wrap; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.1); max-width: 720px; }
.legal-hero__meta-item { display: flex; flex-direction: column; gap: 6px; }
.legal-hero__meta-label { font-size: 11px; color: rgba(255,255,255,0.5); font-weight: 500; letter-spacing: 0.4px; }
.legal-hero__meta-value { font-size: 14px; color: #fff; font-weight: 600; letter-spacing: -0.005em; }

/* BODY GRID */
.legal-body { padding: 72px 24px 120px; background: #fff; }
.legal-body__inner { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 240px 1fr; gap: 88px; align-items: start; }

/* SIDEBAR TOC */
.legal-toc { position: sticky; top: 96px; align-self: start; }
.legal-toc__title { font-size: 12px; font-weight: 700; color: #64748B; letter-spacing: 0.4px; text-transform: uppercase; margin: 0 0 18px; padding-bottom: 14px; border-bottom: 1px solid #F1F5F9; }
.legal-toc__list { list-style: none; margin: 0; padding: 0; }
.legal-toc__list li { padding: 0; }
.legal-toc__list a { display: block; padding: 8px 0 8px 14px; margin-left: -16px; font-size: 14px; color: #475569; text-decoration: none; transition: color 0.2s, border-color 0.2s; line-height: 1.4; border-left: 2px solid transparent; font-weight: 500; }
.legal-toc__list a:hover { color: #151A25; border-left-color: #E2E8F0; }
.legal-toc__list a.is-active { color: #406BA9; font-weight: 600; border-left-color: #406BA9; }

/* CONTENT */
.legal-content { max-width: 720px; min-width: 0; }
.legal-content h2 { font-size: clamp(22px, 2.2vw, 28px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.25; margin: 56px 0 18px; color: #151A25; scroll-margin-top: 96px; }
.legal-content h2:first-child, .legal-content > *:first-child.legal-content h2 { margin-top: 0; }
.legal-content > h2:first-child, .legal-content > section:first-child > h2 { margin-top: 0; }
.legal-content h3 { font-size: 17px; font-weight: 700; line-height: 1.3; margin: 28px 0 10px; color: #151A25; letter-spacing: -0.005em; }
.legal-content p { font-size: 16px; line-height: 1.75; color: #334155; margin: 0 0 16px; }
.legal-content ul, .legal-content ol { margin: 12px 0 20px; padding-left: 22px; }
.legal-content li { font-size: 16px; line-height: 1.7; color: #334155; padding: 4px 0; }
.legal-content li::marker { color: #94A3B8; }
.legal-content strong { color: #151A25; font-weight: 700; }
.legal-content a { color: #406BA9; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.legal-content a:hover { text-decoration-thickness: 2px; }

/* NOTES (subtle callouts) */
.legal-note { background: #F8FAFC; padding: 20px 24px; border-radius: 12px; margin: 24px 0; border-left: 3px solid #406BA9; }
.legal-note.is-warn { background: #FFFBEB; border-left-color: #F59E0B; }
.legal-note p { margin: 0; font-size: 15px; line-height: 1.65; color: #334155; }
.legal-note p + p { margin-top: 8px; }
.legal-note strong { color: #151A25; }

/* CLOSING */
.legal-signoff { margin-top: 72px; padding-top: 40px; border-top: 1px solid #F1F5F9; }
.legal-signoff h3 { font-size: 22px; font-weight: 700; margin: 0 0 12px; color: #151A25; letter-spacing: -0.015em; }
.legal-signoff p { font-size: 16px; line-height: 1.7; color: #475569; margin: 0 0 14px; }
.legal-signoff__contact { display: grid; gap: 8px; margin-top: 22px; padding: 22px 24px; background: #F8FAFC; border-radius: 12px; }
.legal-signoff__contact div { font-size: 15px; color: #334155; line-height: 1.5; }
.legal-signoff__contact strong { color: #64748B; font-weight: 500; margin-right: 12px; min-width: 70px; display: inline-block; font-size: 13px; }
.legal-signoff__contact a { color: #406BA9; text-decoration: none; font-weight: 600; }
.legal-signoff__contact a:hover { text-decoration: underline; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .legal-body__inner { gap: 56px; grid-template-columns: 220px 1fr; }
}
@media (max-width: 900px) {
  .legal-hero { padding: 64px 20px 76px; }
  .legal-hero__meta { gap: 24px; padding-top: 24px; }
  .legal-body { padding: 48px 20px 80px; }
  .legal-body__inner { grid-template-columns: 1fr; gap: 40px; }
  .legal-toc { position: static; padding: 20px 24px; background: #F8FAFC; border-radius: 12px; }
  .legal-toc__title { border-bottom: none; padding-bottom: 8px; margin-bottom: 8px; }
  .legal-toc__list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
  .legal-toc__list a { padding: 6px 0 6px 12px; margin-left: -14px; }
}
@media (max-width: 600px) {
  .legal-hero { padding: 48px 16px 56px; }
  .legal-hero__meta { gap: 20px; }
  .legal-body { padding: 32px 16px 64px; }
  .legal-content h2 { margin: 40px 0 12px; }
  .legal-content p, .legal-content li { font-size: 15px; }
  .legal-toc__list { grid-template-columns: 1fr; }
  .legal-signoff__contact { padding: 18px 20px; }
  .legal-signoff__contact strong { display: block; margin-bottom: 2px; }
}
/* --- CONTACT PAGE (element-level tuning on top of native Elementor widgets) --- */
body .elementor-element.ah-contact-hero { background: linear-gradient(180deg, #151A25 0%, #1F2740 100%); position: relative; overflow: hidden; }
body .elementor-element.ah-contact-hero::after { content: ''; position: absolute; right: -140px; top: 50%; transform: translateY(-50%); width: 520px; height: 520px; background: radial-gradient(circle, rgba(64,107,169,0.18) 0%, transparent 62%); pointer-events: none; z-index: 0; }
body .elementor-element.ah-contact-hero > .e-con-inner { position: relative; z-index: 2; }
.ah-contact-hero .ah-contact-eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #60A5FA; margin: 0 0 14px; font-family: 'Manrope', sans-serif; }
.ah-contact-hero .ah-contact-title { font-family: 'Manrope', sans-serif; color: #fff !important; font-size: clamp(34px, 5vw, 52px) !important; font-weight: 800 !important; letter-spacing: -0.03em; line-height: 1.05; margin: 0 0 20px !important; }
.ah-contact-hero .ah-contact-lead p { font-size: clamp(16px, 1.3vw, 18px); line-height: 1.65; color: rgba(255,255,255,0.72); max-width: 640px; margin: 0 0 32px; font-family: 'Manrope', sans-serif; }
.ah-contact-hero .ah-contact-meta { display: flex; gap: 40px; flex-wrap: wrap; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.1); }
.ah-contact-hero .ah-contact-meta > div { color: rgba(255,255,255,0.85); font-family: 'Manrope', sans-serif; font-size: 14px; }
.ah-contact-hero .ah-contact-meta strong { display: block; color: rgba(255,255,255,0.5); font-size: 11px; font-weight: 500; letter-spacing: 0.4px; text-transform: uppercase; margin-bottom: 4px; }

/* Method icon boxes */
.ah-method-box .elementor-icon-box-wrapper { background: #fff; border: 1.5px solid #F1F5F9; border-radius: 18px; padding: 28px 24px !important; transition: all 0.35s cubic-bezier(0.16,1,0.3,1); text-align: left; height: 100%; }
.ah-method-box:hover .elementor-icon-box-wrapper { transform: translateY(-4px); border-color: #E8EFF7; box-shadow: 0 16px 32px rgba(15,23,42,0.08); }
.ah-method-box .elementor-icon-box-icon { margin-bottom: 18px !important; margin-right: 0 !important; }
.ah-method-box .elementor-icon { width: 52px; height: 52px; display: inline-flex !important; align-items: center; justify-content: center; background: #E8EFF7; color: #406BA9 !important; border-radius: 14px; font-size: 22px !important; transition: all 0.3s; }
.ah-method-box .elementor-icon svg { width: 22px !important; height: 22px !important; fill: currentColor !important; }
.ah-method-box:hover .elementor-icon { background: #406BA9; color: #fff !important; transform: rotate(-6deg); }
.ah-method-box .elementor-icon-box-title { font-family: 'Manrope', sans-serif !important; font-size: 17px !important; font-weight: 800 !important; color: #151A25 !important; margin: 0 0 8px !important; letter-spacing: -0.01em; }
.ah-method-box .elementor-icon-box-title a { color: #151A25 !important; }
.ah-method-box .elementor-icon-box-description { font-family: 'Manrope', sans-serif !important; font-size: 14px !important; line-height: 1.55 !important; color: #64748B !important; margin: 0 !important; }

/* Section eyebrow + heading */
.ah-contact-section-eyebrow p { font-size: 12px !important; font-weight: 700 !important; letter-spacing: 2px !important; text-transform: uppercase; color: #406BA9 !important; font-family: 'Manrope', sans-serif; margin: 0 0 12px !important; }
.ah-contact-h2 { font-family: 'Manrope', sans-serif !important; color: #151A25 !important; font-size: clamp(24px, 3vw, 34px) !important; font-weight: 800 !important; letter-spacing: -0.025em !important; line-height: 1.15 !important; margin: 0 0 12px !important; }
.ah-contact-h3 { font-family: 'Manrope', sans-serif !important; color: #151A25 !important; font-size: 17px !important; font-weight: 800 !important; letter-spacing: -0.01em !important; margin: 0 0 10px !important; }
.ah-contact-sub p { font-family: 'Manrope', sans-serif; font-size: 15px; line-height: 1.65; color: #64748B; margin: 0 0 24px; }

/* Form widget */
body .elementor-element.ah-contact-form-wrap { background: #fff; border-radius: 20px; padding: 32px !important; border: 1px solid #F1F5F9; box-shadow: 0 4px 24px rgba(15,23,42,0.04); }
.ah-contact-form-wrap .elementor-form { font-family: 'Manrope', sans-serif !important; }
.ah-contact-form-wrap .elementor-form label { font-size: 13px !important; font-weight: 600 !important; color: #334155 !important; margin-bottom: 6px !important; }
.ah-contact-form-wrap .elementor-field-group { margin-bottom: 14px !important; }
.ah-contact-form-wrap .elementor-field { font-family: 'Manrope', sans-serif !important; font-size: 14px !important; padding: 12px 16px !important; border: 1.5px solid #E2E8F0 !important; border-radius: 12px !important; background: #F8FAFC !important; color: #151A25 !important; transition: all 0.2s !important; box-shadow: none !important; }
.ah-contact-form-wrap .elementor-field:focus { border-color: #406BA9 !important; background: #fff !important; outline: none !important; box-shadow: 0 0 0 3px rgba(64,107,169,0.12) !important; }
.ah-contact-form-wrap textarea.elementor-field { min-height: 130px !important; resize: vertical !important; }
.ah-contact-form-wrap .elementor-field-type-submit { padding-top: 8px !important; }
.ah-contact-form-wrap button[type=submit].elementor-button { background: #406BA9 !important; color: #fff !important; padding: 14px 32px !important; border-radius: 999px !important; font-family: 'Manrope', sans-serif !important; font-size: 14px !important; font-weight: 700 !important; letter-spacing: 0.01em !important; border: none !important; box-shadow: 0 6px 20px rgba(64,107,169,0.28) !important; transition: all 0.2s !important; width: auto !important; }
.ah-contact-form-wrap button[type=submit].elementor-button:hover { background: #35578D !important; transform: translateY(-1px) !important; box-shadow: 0 10px 28px rgba(64,107,169,0.36) !important; }

/* Info sidebar */
body .elementor-element.ah-contact-info { background: #F8FAFC; border-radius: 20px; padding: 32px !important; border: 1px solid #F1F5F9; }
.ah-contact-info-block { padding: 18px 0; border-bottom: 1px solid #E2E8F0; }
.ah-contact-info-block:last-child { border-bottom: none; }
.ah-contact-info-block:first-child { padding-top: 0; }
.ah-contact-info-text p { font-family: 'Manrope', sans-serif !important; font-size: 14px !important; line-height: 1.65 !important; color: #475569 !important; margin: 0 !important; }
.ah-contact-info-text p + p { margin-top: 4px !important; }
.ah-contact-info-text strong { color: #151A25; }
.ah-contact-info-text a { color: #406BA9 !important; text-decoration: none !important; font-weight: 600; }
.ah-contact-info-text a:hover { text-decoration: underline !important; }

/* FAQ CTA section */
body .elementor-element.ah-contact-cta { background: #151A25; position: relative; overflow: hidden; }
body .elementor-element.ah-contact-cta::after { content: ''; position: absolute; left: -140px; bottom: -140px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(64,107,169,0.2) 0%, transparent 60%); pointer-events: none; }
.ah-contact-cta h2.elementor-heading-title { color: #fff !important; font-family: 'Manrope', sans-serif !important; font-size: clamp(24px, 3vw, 34px) !important; font-weight: 800 !important; letter-spacing: -0.025em !important; margin: 0 0 12px !important; }
.ah-contact-cta .elementor-widget-text-editor p { color: rgba(255,255,255,0.7) !important; font-family: 'Manrope', sans-serif !important; font-size: 16px !important; line-height: 1.6 !important; margin: 0 0 24px !important; }
.ah-contact-cta .elementor-button { background: #fff !important; color: #151A25 !important; padding: 14px 30px !important; border-radius: 999px !important; font-family: 'Manrope', sans-serif !important; font-size: 14px !important; font-weight: 700 !important; letter-spacing: 0.01em !important; border: none !important; transition: all 0.2s !important; }
.ah-contact-cta .elementor-button:hover { background: #E8EFF7 !important; transform: translateY(-1px) !important; }

/* Responsive tweaks */
@media (max-width: 768px) {
  .ah-contact-hero .ah-contact-meta { gap: 20px; padding-top: 20px; }
  body .elementor-element.ah-contact-form-wrap,
  body .elementor-element.ah-contact-info { padding: 22px !important; border-radius: 16px; }
  .ah-method-box .elementor-icon-box-wrapper { padding: 22px 20px !important; }
}
/* --- CONTACT PAGE FIXES v2 --- */

/* HERO text: target actual content elements, not widget wrappers */
body .elementor-element.ah-contact-hero .ah-contact-eyebrow p { color: #60A5FA !important; font-size: 12px !important; font-weight: 700 !important; letter-spacing: 2px !important; text-transform: uppercase !important; margin: 0 0 14px !important; font-family: 'Manrope', sans-serif !important; }
body .elementor-element.ah-contact-hero .ah-contact-title .elementor-heading-title { color: #fff !important; font-family: 'Manrope', sans-serif !important; font-size: clamp(34px, 5vw, 52px) !important; font-weight: 800 !important; letter-spacing: -0.03em !important; line-height: 1.05 !important; margin: 0 0 20px !important; }
body .elementor-element.ah-contact-hero .ah-contact-lead p { color: rgba(255,255,255,0.72) !important; font-size: clamp(16px, 1.3vw, 18px) !important; line-height: 1.65 !important; margin: 0 0 32px !important; font-family: 'Manrope', sans-serif !important; max-width: 640px; }
body .elementor-element.ah-contact-hero .ah-contact-meta { display: flex !important; gap: 40px !important; flex-wrap: wrap !important; padding-top: 28px !important; border-top: 1px solid rgba(255,255,255,0.1) !important; }
body .elementor-element.ah-contact-hero .ah-contact-meta > div { color: rgba(255,255,255,0.85) !important; font-family: 'Manrope', sans-serif !important; font-size: 14px !important; }
body .elementor-element.ah-contact-hero .ah-contact-meta strong { display: block !important; color: rgba(255,255,255,0.5) !important; font-size: 11px !important; font-weight: 500 !important; letter-spacing: 0.4px !important; text-transform: uppercase !important; margin-bottom: 4px !important; }

/* FAQ CTA (dark) text: force white on actual content */
body .elementor-element.ah-contact-cta h2.elementor-heading-title,
body .elementor-element.ah-contact-cta .elementor-heading-title { color: #fff !important; font-family: 'Manrope', sans-serif !important; font-size: clamp(24px, 3vw, 34px) !important; font-weight: 800 !important; letter-spacing: -0.025em !important; margin: 0 0 12px !important; }
body .elementor-element.ah-contact-cta .elementor-widget-text-editor p { color: rgba(255,255,255,0.7) !important; font-family: 'Manrope', sans-serif !important; font-size: 16px !important; line-height: 1.6 !important; margin: 0 0 24px !important; }
body .elementor-element.ah-contact-cta .elementor-button { background: #fff !important; color: #151A25 !important; padding: 14px 30px !important; border-radius: 999px !important; font-family: 'Manrope', sans-serif !important; font-size: 14px !important; font-weight: 700 !important; border: none !important; }
body .elementor-element.ah-contact-cta .elementor-button:hover { background: #E8EFF7 !important; transform: translateY(-1px) !important; }

/* FORM: Target ACTUAL input/select/textarea, NOT the wrappers (fixes "double input" look for select) */
.ah-contact-form-wrap input.elementor-field-textual,
.ah-contact-form-wrap textarea.elementor-field-textual,
.ah-contact-form-wrap select.elementor-field-textual {
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px !important;
  padding: 12px 16px !important;
  border: 1.5px solid #E2E8F0 !important;
  border-radius: 12px !important;
  background: #F8FAFC !important;
  color: #151A25 !important;
  transition: all 0.2s !important;
  box-shadow: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
  height: auto !important;
  min-height: 44px !important;
}

/* CRITICAL: reset the select wrapper so it doesn't look like a second input around the select */
.ah-contact-form-wrap .elementor-field.elementor-select-wrapper {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  position: relative !important;
  display: block !important;
  box-shadow: none !important;
  height: auto !important;
  min-height: 0 !important;
}
.ah-contact-form-wrap .elementor-field.elementor-select-wrapper .select-caret-down-wrapper {
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
  color: #64748B !important;
  z-index: 2 !important;
}
.ah-contact-form-wrap .elementor-field.elementor-select-wrapper select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding-right: 40px !important;
  cursor: pointer !important;
}

/* Focus state */
.ah-contact-form-wrap input.elementor-field-textual:focus,
.ah-contact-form-wrap textarea.elementor-field-textual:focus,
.ah-contact-form-wrap select.elementor-field-textual:focus {
  border-color: #406BA9 !important;
  background: #fff !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(64,107,169,0.12) !important;
}

.ah-contact-form-wrap textarea.elementor-field-textual { min-height: 130px !important; resize: vertical !important; }

/* FORCE ICON BOXES INTO A ROW on desktop (fixes the 3-columns-stacking issue) */
@media (min-width: 1024px) {
  body .ah-contact-methods-row.e-con > .e-con-inner {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
    align-items: stretch !important;
  }
  body .ah-contact-methods-row.e-con > .e-con-inner > .e-con {
    flex: 1 1 0 !important;
    width: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  body .ah-contact-methods-row.e-con > .e-con-inner {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 14px !important;
  }
  body .ah-contact-methods-row.e-con > .e-con-inner > .e-con {
    flex: 1 1 0 !important;
    width: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
  }
}
@media (max-width: 767px) {
  body .ah-contact-methods-row.e-con > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }
  body .ah-contact-methods-row.e-con > .e-con-inner > .e-con {
    width: 100% !important;
  }
}

/* FORCE FORM + INFO SPLIT ROW on desktop */
@media (min-width: 900px) {
  body .ah-contact-body-row.e-con > .e-con-inner {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 32px !important;
    align-items: flex-start !important;
  }
  body .ah-contact-body-row.e-con > .e-con-inner > .e-con:first-child {
    flex: 0 0 60% !important;
    max-width: 60% !important;
    min-width: 0 !important;
  }
  body .ah-contact-body-row.e-con > .e-con-inner > .e-con:last-child {
    flex: 0 0 calc(40% - 32px) !important;
    max-width: calc(40% - 32px) !important;
    min-width: 0 !important;
  }
}
@media (max-width: 899px) {
  body .ah-contact-body-row.e-con > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }
  body .ah-contact-body-row.e-con > .e-con-inner > .e-con {
    width: 100% !important;
  }
}

/* --- END CONTACT FIXES v2 --- */
/* ==== MOBILE DRAWER NAV FIX (override inline flex-row on the ul) ==== */
.ah-mobile-drawer__nav ul.ah-menu-list, .ah-mobile-drawer nav.ah-mobile-drawer__nav ul { display:flex !important; flex-direction:column !important; gap:0 !important; width:100% !important; list-style:none !important; margin:0 !important; padding:0 !important; }
.ah-mobile-drawer__nav ul.ah-menu-list > li, .ah-mobile-drawer__nav li.menu-item { width:100% !important; display:block !important; margin:0 !important; }
.ah-mobile-drawer__nav ul.ah-menu-list > li > a, .ah-mobile-drawer__nav li.menu-item > a { display:flex !important; align-items:center !important; width:100% !important; padding:16px 0 !important; font-family:'Manrope',sans-serif !important; font-size:16px !important; font-weight:600 !important; color:var(--ah-dark, #151A25) !important; border-bottom:1px solid var(--n-100, #EEF2F7) !important; text-decoration:none !important; box-sizing:border-box !important; }
.ah-mobile-drawer__nav ul.ah-menu-list > li > a:hover, .ah-mobile-drawer__nav li.menu-item > a:hover { color:var(--ah-blue, #406BA9) !important; }
.ah-mobile-drawer__nav li .icon-wrapper { margin-left:auto !important; }
.ah-mobile-drawer__nav ul.ah-menu-list ul.sub-menu, .ah-mobile-drawer__nav li.menu-item ul { display:flex !important; flex-direction:column !important; width:100% !important; list-style:none !important; margin:0 !important; padding:0 0 0 16px !important; }
.ah-mobile-drawer__nav ul.ah-menu-list ul.sub-menu a { font-size:14px !important; font-weight:500 !important; color:var(--n-500, #64748B) !important; padding:12px 0 !important; }

/* FOOTER TOP PADDING MOBILE */
@media (max-width:600px){ .ah-footer { padding-top:20px !important; } }

/* ==== MATERIAL TEXTURE OVERLAY ==== */
.ah-material { position:relative !important; overflow:hidden !important; }
.ah-material__bg { position:absolute !important; inset:0 !important; overflow:hidden !important; }
.ah-material__bg::before { content:'' !important; position:absolute !important; inset:0 !important; background:radial-gradient(circle at 78% 18%, rgba(255,255,255,0.16), transparent 55%) !important; pointer-events:none !important; }
.ah-material--1 .ah-material__bg::after { content:'' !important; position:absolute !important; inset:0 !important; opacity:0.35 !important; background-image:repeating-linear-gradient(45deg, rgba(255,255,255,0.06) 0 2px, transparent 2px 6px), repeating-linear-gradient(-45deg, rgba(255,255,255,0.06) 0 2px, transparent 2px 6px) !important; background-size:8px 8px !important; pointer-events:none !important; }
.ah-material--2 .ah-material__bg::after { content:'' !important; position:absolute !important; inset:0 !important; opacity:0.4 !important; background-image:radial-gradient(rgba(255,255,255,0.18) 1.4px, transparent 1.6px) !important; background-size:18px 18px !important; pointer-events:none !important; }
.ah-material--3 .ah-material__bg::after { content:'' !important; position:absolute !important; inset:0 !important; opacity:0.3 !important; background-image:repeating-linear-gradient(135deg, rgba(255,255,255,0.10) 0 3px, transparent 3px 12px) !important; pointer-events:none !important; }
.ah-material--4 .ah-material__bg::after { content:'' !important; position:absolute !important; inset:0 !important; opacity:0.5 !important; background-image:linear-gradient(rgba(15,23,42,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(15,23,42,0.05) 1px, transparent 1px) !important; background-size:22px 22px !important; pointer-events:none !important; }
.ah-material--5 .ah-material__bg::after { content:'' !important; position:absolute !important; inset:0 !important; opacity:0.4 !important; background-image:radial-gradient(rgba(0,0,0,0.22) 1.5px, transparent 1.8px), radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1.4px) !important; background-size:14px 14px, 20px 20px !important; background-position:0 0, 7px 7px !important; pointer-events:none !important; }
.ah-material--6 .ah-material__bg::after { content:'' !important; position:absolute !important; inset:0 !important; opacity:0.5 !important; background-image:repeating-radial-gradient(circle at 82% 22%, rgba(255,255,255,0.10) 0 2px, transparent 2px 16px) !important; pointer-events:none !important; }
.ah-material__content { position:relative !important; z-index:2 !important; }
.ah-material::after { content:'' !important; position:absolute !important; left:0 !important; right:0 !important; bottom:0 !important; height:55% !important; background:linear-gradient(to top, rgba(0,0,0,0.28), transparent) !important; pointer-events:none !important; z-index:1 !important; }
.ah-material--2::after, .ah-material--4::after { background:linear-gradient(to top, rgba(15,23,42,0.10), transparent) !important; }


/* ==== MATERIAL CTA BOTTOM FIX ==== */
.ah-material__content { display:flex !important; flex-direction:column !important; justify-content:flex-start !important; padding:22px !important; }
.ah-material__count { align-self:flex-start !important; flex:0 0 auto !important; }
.ah-material__content > div:last-child { flex:1 1 auto !important; display:flex !important; flex-direction:column !important; justify-content:center !important; margin:0 !important; }
.ah-material__desc { margin-bottom:14px !important; }
.ah-material__cta { margin-bottom:0 !important; }

/* ==== NEWSLETTER INPUT BORDER FIX ==== */
.ah-newsletter__input, .ah-newsletter__input:focus, .ah-newsletter__input:active, .ah-newsletter__input:hover {
  border:none !important;
  outline:none !important;
  box-shadow:none !important;
  -webkit-box-shadow:none !important;
  background:transparent !important;
  background-image:none !important;
  -webkit-appearance:none !important;
  appearance:none !important;
}
.ah-newsletter__form .ah-newsletter__input { border-width:0 !important; }
