/* Arizona Bird Store — Custom Theme */

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body { margin: 0; padding: 0; font-family: 'Open Sans', sans-serif; font-size: 1rem; color: #444; background: #fff; line-height: 1.6; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 0.75em; line-height: 1.3; color: #333; font-weight: 700; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
a { color: #00b8c1; text-decoration: none; }
a:hover { color: #009aa2; text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { margin: 0; padding: 0; list-style: none; }

/* ===== CONTAINER ===== */
.abs-container { max-width: 1010px; margin: 0 auto; padding: 0 20px; }
.container { max-width: 1010px; margin: 0 auto; padding: 0 20px; }

/* ===== TOPBAR ===== */
.abs-topbar { background: #00b8c1; color: rgba(255,255,255,0.9); font-size: 0.8rem; }
.abs-topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 8px 0; }
.abs-topbar-right { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.abs-topbar-right a { color: rgba(255,255,255,0.9); text-decoration: none; transition: color 0.2s; }
.abs-topbar-right a:hover { color: #fff; text-decoration: underline; }
.abs-topbar-phone { color: rgba(255,255,255,0.9); }
.abs-topbar .abs-social a { color: rgba(255,255,255,0.85); }
.abs-topbar .abs-social a:hover { color: #fff; }

/* ===== SOCIAL ICONS ===== */
.abs-social { display: flex; gap: 8px; }
.abs-social a { color: #aaa; display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; transition: color 0.2s; }
.abs-social a:hover { color: #00b8c1; text-decoration: none; }
.abs-social svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.abs-social a.abs-yt svg { fill: currentColor; stroke: none; }

/* ===== LOGO BAR ===== */
.abs-logo-bar { background: #fff; padding: 12px 0; }
.abs-logo-bar .abs-container { display: flex; justify-content: center; }
.abs-logo-bar a { display: inline-block; }
.abs-logo-bar img { height: 78px; width: auto; }

/* ===== NAVIGATION ===== */
.abs-nav { background: #fff; border-bottom: 3px solid #00b8c1; position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
.abs-nav-inner { display: flex; align-items: center; justify-content: center; }
.abs-nav-links { display: flex; gap: 0; }
.abs-nav-links li a { display: block; padding: 13px 18px; color: #555; text-decoration: none; font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; transition: color 0.2s, background 0.2s; }
.abs-nav-links li a:hover { color: #00b8c1; text-decoration: none; }
.abs-nav-links li a.abs-active { color: #00b8c1; }

.abs-hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; }
.abs-hamburger span { display: block; width: 22px; height: 2px; background: #555; border-radius: 2px; transition: all 0.25s; }
.abs-hamburger.abs-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.abs-hamburger.abs-open span:nth-child(2) { opacity: 0; }
.abs-hamburger.abs-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== HERO BANNER ===== */
.abs-hero { background: #000; position: relative; z-index: 0; }
.abs-hero img { width: 100%; height: auto; display: block; }

/* ===== HERO OVERLAP BAND (teal cards over hero bottom) ===== */
.abs-hero-band { background: #00b8c1; padding: 40px 0 36px; margin-top: -54px; position: relative; z-index: 5; }
.abs-hero-band h1 { color: #fff; text-align: center; font-size: 1.9em; margin-bottom: 28px; }
.abs-hero-band .abs-home-cards { margin: 0; }
.abs-hero-band .abs-home-card { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.28); }
.abs-hero-band .abs-home-card h2 { color: #fff; }
.abs-hero-band .abs-home-card p { color: rgba(255,255,255,0.92); }
.abs-hero-band .abs-home-card .abs-card-icon svg { stroke: rgba(255,255,255,0.95); }
.abs-hero-band .abs-btn { background: #fff; color: #009aa2; border-color: #fff; font-weight: 700; }
.abs-hero-band .abs-btn:hover { background: rgba(255,255,255,0.88); color: #007f88; text-decoration: none; border-color: transparent; }

/* ===== PAGE TITLE HERO ===== */
.abs-page-hero { background: #00b8c1; color: #fff; padding: 40px 20px; text-align: center; }
.abs-page-hero h1 { font-size: 2.1em; margin: 0; color: #fff; font-weight: 600; letter-spacing: 0.02em; }

/* ===== SECTIONS ===== */
.abs-section { padding: 50px 0; }
.abs-section-alt { background: #f8f8f8; }

/* ===== HOMEPAGE CARDS (3-col) ===== */
.abs-home-cards { display: flex; gap: 20px; margin: 40px 0 32px; }
.abs-home-card { flex: 1; text-align: center; padding: 28px 20px; border: 1px solid #e0e0e0; border-radius: 6px; }
.abs-home-card h2 { color: #333; margin-bottom: 12px; font-size: 1.25em; }
.abs-home-card p { color: #666; margin-bottom: 20px; font-size: 0.93em; line-height: 1.65; }
.abs-home-card .abs-card-icon { font-size: 2.5em; color: #00b8c1; margin-bottom: 16px; display: block; }

/* ===== BUTTONS ===== */
.abs-btn { display: inline-block; padding: 10px 26px; border-radius: 3px; font-size: 0.88em; font-weight: 600; letter-spacing: 0.03em; text-decoration: none; transition: all 0.2s; border: 2px solid #d0d0d0; color: #444; background: #fff; }
.abs-btn:hover { border-color: #00b8c1; color: #00b8c1; text-decoration: none; }
.abs-btn-teal { background: #00b8c1; color: #fff; border-color: #00b8c1; }
.abs-btn-teal:hover { background: #009aa2; border-color: #009aa2; color: #fff; }

/* ===== VIDEO ===== */
.abs-video-wrap { margin: 8px 0 32px; }
.abs-video-ratio { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; background: #000; border-radius: 2px; }
.abs-video-ratio iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

/* ===== DIVIDER ===== */
.abs-divider { border: 0; border-top: 1px solid #e0e0e0; margin: 8px 0 32px; }
.abs-divider-thick { border: 0; border-top: 3px solid #e8e8e8; margin: 0 0 32px; }

/* ===== ICONBOXES (2-column) ===== */
.abs-iconboxes { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 32px; }
.abs-iconbox { display: flex; gap: 16px; align-items: flex-start; }
.abs-iconbox-icon { flex-shrink: 0; width: 46px; height: 46px; background: #e8f9fa; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #00b8c1; }
.abs-iconbox-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.abs-iconbox-body h3 { font-size: 1em; color: #333; margin-bottom: 6px; }
.abs-iconbox-body p { color: #666; font-size: 0.93em; line-height: 1.6; margin: 0; }

/* ===== STATS ROW ===== */
.abs-stats { background: #00b8c1; }
.abs-stats-inner { display: flex; width: 100%; }
.abs-stat { flex: 1 1 0; min-width: 0; text-align: center; padding: 28px 16px; color: #fff; border-right: 1px solid rgba(255,255,255,0.25); }
.abs-stat:last-child { border-right: none; }
.abs-stat strong { display: block; font-size: 1.05em; font-weight: 700; margin-bottom: 4px; }
.abs-stat span { font-size: 0.88em; opacity: 0.9; }

/* ===== REVIEWS ===== */
.abs-reviews { padding: 52px 0 58px; }
.abs-reviews-header { text-align: center; margin-bottom: 38px; }
.abs-reviews-title { font-size: 1.45em; color: #222; margin: 0 0 8px; }
.abs-reviews-rating { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 0.88em; color: #888; }
.abs-reviews-rating-stars { color: #f5a623; font-size: 1.1em; letter-spacing: 3px; }
/* 3+2 grid: 6 virtual cols, first 3 cards span 2 each, last 2 span 3 each */
.abs-reviews-list { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.abs-review-card { grid-column: span 2; background: #fff; border-radius: 10px; padding: 24px 22px 20px; display: flex; flex-direction: column; box-shadow: 0 2px 14px rgba(0,0,0,0.08); }
.abs-review-card--wide { grid-column: span 3; }
.abs-review-card-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.abs-review-stars { color: #f5a623; font-size: 1.15em; letter-spacing: 3px; line-height: 1; }
.abs-review-google-icon { opacity: 0.55; flex-shrink: 0; }
.abs-review-text { font-size: 0.9em; color: #4a4a4a; line-height: 1.75; flex: 1; margin: 0 0 18px; }
.abs-review-footer { display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 1px solid #f0f2f4; margin-top: auto; }
.abs-review-initial { width: 38px; height: 38px; border-radius: 50%; background: #00b8c1; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1em; flex-shrink: 0; }
.abs-review-byline { display: flex; flex-direction: column; gap: 2px; }
.abs-review-name { font-size: 0.81em; font-weight: 700; color: #333; }
.abs-review-date { font-size: 0.75em; color: #aaa; }
.abs-reviews-cta { text-align: center; margin-top: 32px; }
.abs-reviews-cta a { display: inline-flex; align-items: center; gap: 8px; color: #009aa2; font-weight: 600; font-size: 0.88em; text-decoration: none; border: 1.5px solid #00b8c1; border-radius: 5px; padding: 10px 22px; transition: background 0.15s, color 0.15s; }
.abs-reviews-cta a:hover { background: #00b8c1; color: #fff; }
.abs-reviews-cta img { width: 16px; height: 16px; }

/* ===== CLICK TO CALL ===== */
#abs-ctc { position: fixed; bottom: 24px; left: 20px; z-index: 9998; }
#abs-ctc-btn { width: 54px; height: 54px; border-radius: 50%; background: #00b8c1; color: #fff; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 12px rgba(0,0,0,0.22); transition: transform 0.18s, background 0.18s; }
#abs-ctc-btn:hover { background: #009aa2; transform: scale(1.08); }
#abs-ctc-btn svg { width: 24px; height: 24px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
#abs-ctc-popup { position: absolute; bottom: 66px; left: 0; background: #fff; border-radius: 10px; box-shadow: 0 6px 24px rgba(0,0,0,0.16); padding: 18px 20px 16px; width: 230px; display: none; }
#abs-ctc-popup.abs-ctc-open { display: block; }
.abs-ctc-caption { margin: 0 0 2px; font-size: 1em; font-weight: 700; color: #333; }
.abs-ctc-text { margin: 0 0 14px; font-size: 0.88em; color: #666; }
.abs-ctc-callbtn { display: flex; align-items: center; gap: 8px; background: #00b8c1; color: #fff; border-radius: 5px; padding: 10px 14px; font-weight: 700; font-size: 0.97em; text-decoration: none; transition: background 0.2s; }
.abs-ctc-callbtn:hover { background: #009aa2; color: #fff; text-decoration: none; }
.abs-ctc-callbtn svg { width: 18px; height: 18px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
#abs-ctc-close { position: absolute; top: 8px; right: 10px; background: none; border: none; color: #bbb; cursor: pointer; font-size: 1.3em; line-height: 1; padding: 2px 6px; transition: color 0.15s; }
#abs-ctc-close:hover { color: #666; }

/* ===== CAGE GRID ===== */
.abs-grid-section { padding: 30px 0 50px; }
.abs-grid-intro { margin-bottom: 24px; color: #555; font-size: 0.97em; }
.abs-grid-heading { font-size: 1.3em; color: #444; margin: 0 0 20px; }
.abs-grid-wrap { clear: both; }
.abs-grid { display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.abs-card { display: flex !important; flex-direction: column !important; background: #fff; border: 1px solid #e0e0e0; border-radius: 4px; overflow: hidden; text-decoration: none; color: inherit; transition: box-shadow 0.2s, border-color 0.2s; }
.abs-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,0.1); border-color: #c8c8c8; text-decoration: none; }
.abs-card-img { display: flex !important; justify-content: center; align-items: center; padding: 14px; background: #fafafa; min-height: 160px; }
.abs-card-img img { display: block !important; max-width: 200px; height: 160px; width: 100%; object-fit: contain; }
.abs-card-body { display: flex !important; flex-direction: column !important; flex: 1; padding: 14px 16px; }
.abs-card-body h2 { font-size: 0.9em; color: #333; margin-bottom: 8px; font-weight: 600; }
.abs-card-btn { display: block !important; margin-top: auto; text-align: center; background: #00b8c1; color: #fff; padding: 8px 10px; border-radius: 3px; text-decoration: none; font-size: 0.82em; font-weight: 600; letter-spacing: 0.02em; transition: background 0.2s; }
.abs-card-btn:hover { background: #009aa2; color: #fff; text-decoration: none; }

/* ===== HIGHLIGHT BOX ===== */
.abs-highlight { background: #f0fbfc; border-left: 4px solid #00b8c1; padding: 20px 24px; margin: 0 0 32px; border-radius: 0 4px 4px 0; }
.abs-highlight h2 { font-size: 1.3em; color: #00b8c1; margin-bottom: 12px; }
.abs-highlight p { font-size: 0.95em; color: #444; }
.abs-highlight ul { list-style: disc; padding-left: 20px; }
.abs-highlight ul li { font-size: 0.95em; color: #444; margin-bottom: 6px; }

/* ===== SERVICES PAGE ===== */
.abs-service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 40px; }
.abs-service-box { display: flex; gap: 14px; align-items: flex-start; padding: 20px; background: #fff; border: 1px solid #e8e8e8; border-radius: 4px; }
.abs-service-icon { flex-shrink: 0; width: 44px; height: 44px; background: #e8f9fa; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #00b8c1; font-size: 1.3em; font-weight: 700; }
.abs-service-box h2 { font-size: 1em; color: #333; margin-bottom: 6px; }
.abs-service-box p { color: #666; font-size: 0.93em; margin: 0; }
.abs-notification { background: #00b8c1; color: #fff; padding: 20px 28px; border-radius: 3px; text-align: center; margin-top: 32px; }
.abs-notification p { color: #fff; font-size: 1em; margin: 0; }
.abs-notification a { color: #fff; font-weight: 700; text-decoration: underline; }

/* ===== CONTACT PAGE ===== */
.abs-contact-layout { display: flex; gap: 48px; padding: 40px 0; }
.abs-contact-info { flex: 0 0 340px; }
.abs-contact-info h2 { font-size: 1.3em; margin-bottom: 20px; }
.abs-contact-map { flex: 1; min-width: 0; }
.abs-contact-map iframe { width: 100%; height: 460px; border: 0; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.abs-cinfo-row { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid #f0f0f0; }
.abs-cinfo-row:last-child { border-bottom: none; }
.abs-cinfo-icon { flex-shrink: 0; width: 40px; height: 40px; background: #00b8c1; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.abs-cinfo-icon svg { width: 16px; height: 16px; fill: white; }
.abs-cinfo-label { font-size: 0.75em; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #00b8c1; margin-bottom: 4px; }
.abs-cinfo-value { color: #444; font-size: 0.94em; line-height: 1.65; }
.abs-cinfo-value a { color: inherit; text-decoration: none; }
.abs-cinfo-value a:hover { color: #00b8c1; text-decoration: underline; }

/* ===== ABOUT PAGE ===== */
.abs-two-col { display: flex; gap: 48px; }
.abs-col { flex: 1; min-width: 0; }
.abs-eyebrow { font-size: 0.82em; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: #00b8c1; margin-bottom: 6px; }
.abs-section-title { text-align: center; font-size: 1.5em; margin-bottom: 24px; padding-bottom: 14px; border-bottom: 2px solid #e8e8e8; }
.abs-team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; max-width: 720px; }
.abs-team-member { text-align: center; }
.abs-team-member img { border-radius: 4px; margin: 0 auto 16px; border: 1px solid #e8e8e8; }
.abs-team-member h3 { font-size: 1.15em; color: #333; margin-bottom: 4px; }
.abs-team-title { font-size: 0.88em; color: #00b8c1; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 10px; }
.abs-team-member p { font-size: 0.93em; color: #666; }

/* ===== ABOUT STATS ===== */
.abs-about-stats { display: flex; background: #00b8c1; margin: 32px 0; }
.abs-about-stat { flex: 1; text-align: center; padding: 32px 16px; color: #fff; border-right: 1px solid rgba(255,255,255,0.25); }
.abs-about-stat:last-child { border-right: none; }
.abs-about-stat strong { display: block; font-size: 1.4em; font-weight: 700; margin-bottom: 4px; }
.abs-about-stat span { font-size: 0.88em; opacity: 0.9; }

/* ===== PRODUCT PAGE SUPPORT ===== */
/* Support legacy .container class used in product pages */
main > .container_wrap { width: 100%; }
main > .container_wrap > .container { max-width: 1010px; margin: 0 auto; padding: 0 20px; }

/* abs-product-* styles (duplicated here as fallback alongside inline styles) */
.abs-product-wrap { display: flex; gap: 48px; padding: 40px 0; align-items: flex-start; }
.abs-product-img { flex: 0 0 280px; max-width: 280px; }
.abs-product-img img { max-width: 100%; height: auto; border: 1px solid #e8e8e8; border-radius: 4px; padding: 20px; background: #fff; }
.abs-product-details { flex: 1; min-width: 0; }
.abs-product-details h1 { margin-top: 0; color: #333; font-size: 1.8em; }
.abs-bestfor { background: #f0fbfc; border-left: 4px solid #00b8c1; padding: 10px 16px; margin: 16px 0; border-radius: 0 3px 3px 0; font-size: 0.97em; }
.abs-specs-grid { display: flex; gap: 32px; margin: 24px 0; flex-wrap: wrap; }
.abs-specs-col { flex: 1; min-width: 200px; }
.abs-specs-col h3 { font-size: 0.95em; text-transform: uppercase; letter-spacing: 0.05em; color: #00b8c1; margin-bottom: 10px; border-bottom: 1px solid #e0e0e0; padding-bottom: 6px; }
.abs-specs-col ul { list-style: none; margin: 0; padding: 0; }
.abs-specs-col ul li { padding: 4px 0; font-size: 0.93em; border-bottom: 1px solid #f3f3f3; color: #444; }
.abs-specs-col ul li:last-child { border-bottom: none; }
.abs-cta-box { margin-top: 28px; background: #00b8c1; border-radius: 4px; padding: 18px 24px; color: #fff; text-align: center; }
.abs-cta-box p { margin: 0; font-size: 1em; color: #fff; }
.abs-cta-box a { color: #fff; font-weight: 700; text-decoration: underline; }
.abs-back { margin-bottom: 20px; font-size: 0.9em; }
.abs-back a { color: #00b8c1; text-decoration: none; }
.abs-back a:hover { text-decoration: underline; }

/* ===== FOOTER ===== */
.abs-footer-wrap { background: #333; color: #aaa; padding: 42px 0; }
.abs-footer-cols { display: flex; gap: 40px; }
.abs-footer-col { flex: 1; }
.abs-footer-col h3 { color: #fff; font-size: 0.88em; text-transform: uppercase; letter-spacing: 0.09em; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid #4a4a4a; }
.abs-footer-col ul li { margin-bottom: 7px; }
.abs-footer-col ul li a { color: #aaa; text-decoration: none; font-size: 0.9em; transition: color 0.2s; }
.abs-footer-col ul li a:hover { color: #00b8c1; text-decoration: none; }
.abs-footer-col p { font-size: 0.9em; color: #aaa; margin-bottom: 8px; line-height: 1.65; }
.abs-footer-col strong { color: #ccc; }
.abs-footer-col a { color: #aaa; text-decoration: none; }
.abs-footer-col a:hover { color: #00b8c1; }

/* ===== SOCKET ===== */
.abs-socket { background: #222; color: #666; padding: 10px 0; }
.abs-socket-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.abs-socket span { font-size: 0.82em; }
.abs-socket .abs-social a { color: #555; }
.abs-socket .abs-social a:hover { color: #00b8c1; }

/* ===== SCROLL TO TOP ===== */
.abs-scroll-top { position: fixed; bottom: 28px; right: 24px; background: #00b8c1; color: #fff; width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; font-size: 1.4em; line-height: 1; opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s; z-index: 999; }
.abs-scroll-top.abs-visible { opacity: 1; visibility: visible; }
.abs-scroll-top:hover { background: #009aa2; color: #fff; text-decoration: none; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .abs-hero-band { margin-top: -36px; padding: 36px 0 28px; }
  .abs-home-cards { flex-direction: column; }
  .abs-home-card { flex: 0 0 auto; }
  .abs-grid { grid-template-columns: repeat(2, 1fr); }
  .abs-service-grid { grid-template-columns: 1fr; }
  .abs-contact-layout { flex-direction: column; }
  .abs-contact-info { flex: 0 0 auto; }
  .abs-about-stats { flex-wrap: wrap; }
  .abs-about-stat { flex: 1 1 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.25); }
  .abs-about-stat:nth-last-child(-n+2) { border-bottom: none; }
  .abs-stats-inner { flex-wrap: wrap; }
  .abs-stat { flex: 1 1 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.25); }
  .abs-stat:nth-last-child(-n+2) { border-bottom: none; }
  .abs-iconboxes { grid-template-columns: 1fr; }
  /* Collapse 3+2 review grid to 2-column on tablet */
  .abs-reviews-list { grid-template-columns: repeat(2, 1fr); }
  .abs-review-card, .abs-review-card--wide { grid-column: span 1; }
}

@media (max-width: 768px) {
  .abs-hero-band { margin-top: -24px; padding: 28px 0 22px; }
  .abs-topbar-right { display: none; }
  .abs-reviews-list { grid-template-columns: 1fr; }
  .abs-review-card, .abs-review-card--wide { grid-column: 1 / -1; }
  .abs-logo-bar img { height: 60px; }
  .abs-nav-inner { justify-content: flex-end; position: relative; }
  .abs-nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 3px solid #00b8c1; box-shadow: 0 4px 8px rgba(0,0,0,0.12); z-index: 99; }
  .abs-nav-links.abs-open { display: flex; }
  .abs-nav-links li a { padding: 13px 20px; border-bottom: 1px solid #f2f2f2; font-size: 0.9rem; }
  .abs-hamburger { display: flex; }
  .abs-page-hero h1 { font-size: 1.5em; }
  .abs-grid { grid-template-columns: 1fr; }
  .abs-service-grid { grid-template-columns: 1fr; }
  .abs-footer-cols { flex-direction: column; gap: 28px; }
  .abs-contact-map iframe { height: 320px; }
  .abs-about-stat { flex: 1 1 100%; }
  .abs-stat { flex: 1 1 100%; }
  .abs-team-grid { grid-template-columns: 1fr; max-width: 100%; }
  .abs-two-col { flex-direction: column; gap: 24px; }
  .abs-product-wrap { flex-direction: column; }
  .abs-product-img { flex: 0 0 auto; max-width: 100%; }
  .abs-specs-grid { flex-direction: column; gap: 16px; }
}

@media (max-width: 480px) {
  .abs-page-hero { padding: 28px 16px; }
  .abs-section { padding: 32px 0; }
  .abs-footer-wrap { padding: 32px 0; }
}
