:root {
  --navy: #062f70;
  --navy-deep: #031f4e;
  --blue: #0879cf;
  --sky: #19ace2;
  --aqua: #67d4e8;
  --sun: #f8b918;
  --ink: #0d2d57;
  --muted: #56718e;
  --mist: #eef9fd;
  --line: #c9e6f2;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(4, 47, 99, 0.14);
  --radius: 22px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--sun); color: var(--navy-deep); padding: 10px 16px; border-radius: 8px; font-weight: 900; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(6,47,112,.12); backdrop-filter: blur(14px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 68px; height: 68px; object-fit: contain; }
.brand strong { display: block; color: var(--navy); font-family: Impact, "Arial Narrow", sans-serif; font-size: 1.38rem; letter-spacing: .035em; text-transform: uppercase; line-height: 1; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.site-nav { display: flex; align-items: center; gap: 19px; font-size: .88rem; font-weight: 800; }
.site-nav a:not(.button) { position: relative; padding-block: 8px; }
.site-nav a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 3px; border-radius: 99px; background: var(--sun); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a.is-current::after { right: 0; }
.menu-button { display: none; border: 1px solid var(--line); color: var(--navy); background: var(--white); border-radius: 999px; padding: 9px 15px; font-weight: 900; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 21px; border: 0; border-radius: 999px; background: var(--blue); color: white; font-weight: 900; cursor: pointer; box-shadow: 0 12px 30px rgba(4,56,117,.16); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(4,56,117,.23); }
.button-small { min-height: 42px; padding: 9px 18px; }
.button-sun { background: var(--sun); color: var(--navy-deep); }
.button-ghost { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.55); color: white; box-shadow: none; }
.button-secondary { background: var(--navy); }
.button-light { background: white; color: var(--navy); }
.text-link { color: var(--blue); font-weight: 900; }

.hero { position: relative; min-height: 710px; overflow: hidden; background: var(--navy-deep); color: white; }
.hero-photo { position: absolute; inset: 0; background-image: url('assets/hero-apartment-pool-arizona.jpg'); background-size: cover; background-position: center 52%; filter: saturate(.95); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,31,78,.96) 0%, rgba(3,31,78,.86) 47%, rgba(3,31,78,.55) 72%, rgba(3,31,78,.28) 100%); }
.hero-layout { position: relative; z-index: 2; display: flex; align-items: center; min-height: 710px; padding-block: 86px 122px; }
.hero-copy { width: min(100%, 780px); }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: .78rem; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: var(--aqua); }
.hero h1 { max-width: 760px; margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(3.8rem, 8.1vw, 7.7rem); font-weight: 900; letter-spacing: .01em; line-height: .88; text-transform: uppercase; }
.hero-lead { max-width: 680px; margin: 26px 0 0; color: #e7f6fc; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-contact { display: flex; gap: 34px; margin-top: 34px; font-size: 1.05rem; font-weight: 900; }
.hero-contact a { display: grid; }
.hero-contact span { color: var(--aqua); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.wave-edge { position: absolute; z-index: 3; left: -4%; right: -4%; bottom: -72px; height: 120px; background: white; border-radius: 50% 50% 0 0 / 48% 48% 0 0; transform: rotate(-1.2deg); }

.promise-strip { position: relative; z-index: 4; margin-top: -32px; }
.promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.promise-grid article { position: relative; padding: 25px 24px; }
.promise-grid article + article { border-left: 1px solid var(--line); }
.promise-grid span { color: var(--sky); font-size: .72rem; font-weight: 950; }
.promise-grid strong { display: block; color: var(--navy); font-family: Impact, "Arial Narrow", sans-serif; font-size: 1.75rem; letter-spacing: .05em; text-transform: uppercase; }
.promise-grid p { margin: 3px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.45; }

.section { padding: 102px 0; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading h2, .why-copy h2, .catalog-copy h2, .contact-card h2, .page-hero h1 { margin: 0; color: var(--navy); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(2.7rem, 5vw, 5rem); letter-spacing: .015em; line-height: .96; text-transform: uppercase; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr .78fr; gap: 60px; align-items: end; }
.split-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 320px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, white, #f7fcfe); box-shadow: 0 15px 40px rgba(4,53,111,.08); }
.service-number { color: var(--sky); font-size: .75rem; font-weight: 950; }
.service-card h3 { margin: auto 0 12px; color: var(--navy); font-size: 1.45rem; line-height: 1.14; }
.service-card p { margin: 0 0 22px; color: var(--muted); }
.service-card a { color: var(--blue); font-weight: 900; }

.catalog-callout { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--navy-deep), var(--navy) 58%, #07599c); color: white; }
.catalog-callout::before, .catalog-callout::after { content: ""; position: absolute; left: -10%; width: 120%; height: 100px; border-radius: 50%; border-top: 16px solid rgba(103,212,232,.42); transform: rotate(-2deg); }
.catalog-callout::before { top: 28px; }
.catalog-callout::after { bottom: -76px; border-top-color: rgba(25,172,226,.8); }
.catalog-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .78fr; gap: 70px; align-items: center; }
.catalog-copy h2, .contact-card h2 { color: white; }
.catalog-copy > p:not(.eyebrow) { max-width: 650px; color: #d7eef7; font-size: 1.08rem; }
.category-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 30px; }
.category-pills span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: #eefcff; font-size: .82rem; font-weight: 800; }
.catalog-panel { padding: 28px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); background: rgba(255,255,255,.1); backdrop-filter: blur(10px); box-shadow: var(--shadow); }
.catalog-panel-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; text-transform: uppercase; font-size: .75rem; font-weight: 900; letter-spacing: .08em; }
.catalog-panel-top strong { color: var(--sun); font-size: 2.2rem; }
.catalog-panel ul { list-style: none; padding: 0; margin: 0; }
.catalog-panel li { display: flex; justify-content: space-between; gap: 18px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.16); }
.catalog-panel b { color: var(--aqua); white-space: nowrap; }
.catalog-panel p { margin: 18px 0 0; color: #bddbe8; font-size: .82rem; }

.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 74px; align-items: center; }
.why-visual { position: relative; }
.why-visual img { width: 100%; min-height: 560px; object-fit: cover; border-radius: 180px 24px 24px 24px; box-shadow: var(--shadow); }
.experience-badge { position: absolute; right: -24px; bottom: 32px; width: 175px; padding: 22px; border-radius: 20px; background: var(--sun); color: var(--navy-deep); box-shadow: var(--shadow); }
.experience-badge strong { display: block; font-family: Impact, sans-serif; font-size: 3.4rem; line-height: 1; }
.experience-badge span { font-size: .78rem; font-weight: 900; line-height: 1.25; }
.why-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.check-list { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 30px; font-weight: 750; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 950; }

.contact-band { padding-top: 0; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 48px; padding: 54px; border-radius: 30px; background: var(--navy-deep); color: white; box-shadow: var(--shadow); }
.contact-card p:not(.eyebrow) { max-width: 700px; color: #d4eaf4; }
.contact-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; min-width: 270px; }

.site-footer { padding: 58px 0 24px; background: #021633; color: #bfd8e6; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .6fr; gap: 54px; }
.footer-grid h2 { margin: 0 0 14px; color: white; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a { display: block; margin: 7px 0; color: #e6f6fb; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 84px; }
.footer-brand strong { color: white; font-family: Impact, sans-serif; font-size: 1.7rem; text-transform: uppercase; }
.footer-brand p { max-width: 340px; margin: 4px 0 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); font-size: .82rem; }

/* Shared interior pages */
.page-hero { position: relative; overflow: hidden; padding: 86px 0 92px; background: linear-gradient(135deg, var(--navy-deep), var(--navy) 58%, #075d9f); color: white; }
.page-hero::after { content: ""; position: absolute; left: -8%; right: -8%; bottom: -92px; height: 120px; border-radius: 50% 50% 0 0; background: white; transform: rotate(-1deg); }
.page-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .55fr; gap: 72px; align-items: center; }
.page-hero h1 { color: white; }
.page-hero p:not(.eyebrow) { max-width: 710px; margin: 22px 0 0; color: #d9edf6; font-size: 1.12rem; }
.hero-stat-card { display: grid; place-items: center; min-height: 260px; padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: 32px; background: rgba(255,255,255,.1); text-align: center; backdrop-filter: blur(10px); }
.hero-stat-card strong { color: var(--sun); font-family: Impact, sans-serif; font-size: 6rem; line-height: .9; }
.hero-stat-card span { max-width: 220px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.hero-stat-card p { margin: 12px 0 0 !important; color: #bdd9e7 !important; font-size: .78rem !important; }
.section-compact { padding: 54px 0 96px; }
.button-outline { border: 1px solid var(--line); background: white; color: var(--navy); box-shadow: none; }

/* Catalog and order builder */
.catalog-toolbar { position: sticky; top: 86px; z-index: 35; padding: 18px 0 15px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); box-shadow: 0 12px 35px rgba(4,47,99,.07); backdrop-filter: blur(12px); }
.toolbar-top { display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.search-field { flex: 1; }
.search-field span, .order-details label, .repair-form label { display: grid; gap: 7px; color: var(--ink); font-size: .79rem; font-weight: 900; }
.search-field input { width: 100%; max-width: 620px; min-height: 48px; padding: 10px 15px; border: 1px solid #b8dbea; border-radius: 12px; color: var(--ink); background: white; outline: none; }
.search-field input:focus, .order-details input:focus, .order-details textarea:focus, .repair-form input:focus, .repair-form select:focus, .repair-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(8,121,207,.12); }
.results-count { color: var(--muted); font-size: .85rem; white-space: nowrap; }
.results-count strong { color: var(--navy); font-size: 1.2rem; }
.filter-row { display: flex; gap: 8px; margin-top: 13px; padding-bottom: 2px; overflow-x: auto; scrollbar-width: thin; }
.filter-button { flex: 0 0 auto; min-height: 36px; padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); background: white; font-size: .78rem; font-weight: 850; cursor: pointer; }
.filter-button.is-active { border-color: var(--navy); background: var(--navy); color: white; }
.catalog-workspace { background: #f6fbfd; }
.catalog-workspace-grid { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 28px; align-items: start; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.product-card { display: flex; flex-direction: column; min-height: 245px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 10px 30px rgba(4,47,99,.06); }
.product-meta { display: flex; justify-content: space-between; align-items: start; gap: 12px; }
.product-group { color: var(--blue); font-size: .68rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.product-card h2 { margin: 14px 0 5px; color: var(--ink); font-size: 1.14rem; line-height: 1.25; }
.product-card p { margin: 0; color: var(--muted); font-size: .85rem; }
.product-actions { display: flex; align-items: end; gap: 10px; margin-top: auto; padding-top: 20px; }
.quantity-field { display: grid; gap: 4px; color: var(--muted); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.quantity-field input { width: 66px; min-height: 42px; padding: 7px; border: 1px solid var(--line); border-radius: 10px; text-align: center; }
.add-button { flex: 1; min-height: 42px; border: 0; border-radius: 10px; background: var(--blue); color: white; font-weight: 900; cursor: pointer; }
.add-button:hover { background: var(--navy); }
.empty-state { padding: 60px 30px; border: 1px dashed #9bcfe3; border-radius: var(--radius); background: white; text-align: center; }
.empty-state h2 { margin: 0; color: var(--navy); }
.order-panel { position: sticky; top: 228px; max-height: calc(100vh - 250px); overflow-y: auto; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); scrollbar-width: thin; }
.order-panel-heading { display: flex; justify-content: space-between; align-items: start; gap: 16px; }
.order-panel-heading .eyebrow { margin-bottom: 3px; }
.order-panel-heading h2 { margin: 0; color: var(--navy); font-size: 1.45rem; }
.cart-count, .nav-cart-count { display: inline-grid; place-items: center; min-width: 28px; height: 28px; border-radius: 999px; background: var(--sun); color: var(--navy-deep); font-size: .78rem; font-weight: 950; }
.nav-cart-count { margin-left: 5px; min-width: 23px; height: 23px; }
.cart-empty { margin-top: 18px; padding: 18px; border-radius: 12px; background: var(--mist); color: var(--muted); font-size: .88rem; }
.cart-empty p { margin: 0; }
.cart-items { display: grid; gap: 10px; margin-top: 16px; }
.cart-item { padding: 12px; border: 1px solid var(--line); border-radius: 12px; }
.cart-item-top { display: flex; justify-content: space-between; gap: 12px; }
.cart-item strong { font-size: .84rem; line-height: 1.3; }
.cart-item-controls { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.cart-item-controls button { width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 8px; color: var(--navy); background: white; cursor: pointer; }
.cart-item-controls span { min-width: 20px; text-align: center; font-weight: 900; }
.cart-item-controls .remove-item { width: auto; margin-left: auto; padding-inline: 8px; color: #8d2c2c; font-size: .7rem; }
.cart-quote-note { margin-top: 16px; padding: 14px 16px; border-radius: 12px; background: #fff7dd; color: #68551f; font-size: .76rem; line-height: 1.45; }
.cart-quote-note p { margin: 0; }
.order-details { display: grid; gap: 12px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.order-details h3 { margin: 0 0 2px; color: var(--navy); font-size: 1rem; }
.order-details input, .order-details textarea, .repair-form input, .repair-form select, .repair-form textarea { width: 100%; min-height: 43px; padding: 9px 11px; border: 1px solid #b8dbea; border-radius: 10px; color: var(--ink); background: white; outline: none; }
.order-details textarea, .repair-form textarea { resize: vertical; }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.order-submit { width: 100%; }
.form-note { margin: 0; color: var(--muted); font-size: .72rem; }
.form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.order-submit:disabled { cursor: wait; opacity: .72; }
.help-strip { padding: 54px 0; background: var(--navy); color: white; }
.help-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.help-strip h2 { margin: 0; font-family: Impact, sans-serif; font-size: clamp(2rem, 4vw, 3.8rem); letter-spacing: .02em; line-height: 1; text-transform: uppercase; }
.help-strip-inner > div:last-child { display: flex; gap: 36px; }
.help-strip a { color: var(--aqua); font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.help-strip a strong { color: white; font-size: 1.1rem; }

/* Repair page */
.repair-hero { min-height: 620px; display: grid; align-items: center; background: var(--navy-deep); }
.repair-photo, .repair-shade { position: absolute; inset: 0; }
.repair-photo { background: url('https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1900&q=85') center 58% / cover no-repeat; }
.repair-shade { background: linear-gradient(90deg, rgba(3,31,78,.97) 0%, rgba(3,31,78,.9) 52%, rgba(3,31,78,.52)); }
.repair-hero-content { grid-template-columns: 1.12fr .58fr; }
.repair-capabilities { padding: 30px; border: 1px solid rgba(255,255,255,.24); border-radius: 24px; background: rgba(3,31,78,.5); backdrop-filter: blur(10px); }
.repair-capabilities ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; list-style: none; padding: 0; margin: 0; }
.repair-capabilities li { position: relative; padding-left: 17px; color: white; font-weight: 800; }
.repair-capabilities li::before { content: ""; position: absolute; left: 0; top: .65em; width: 7px; height: 7px; border-radius: 50%; background: var(--sun); }
.repair-section { background: #f6fbfd; }
.repair-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: start; }
.repair-intro { position: sticky; top: 120px; }
.repair-intro h2 { margin: 0; color: var(--navy); font-family: Impact, sans-serif; font-size: clamp(2.5rem, 5vw, 4.4rem); letter-spacing: .015em; line-height: .96; text-transform: uppercase; }
.repair-intro > p:not(.eyebrow) { color: var(--muted); }
.contact-stack { display: grid; gap: 10px; margin: 30px 0; }
.contact-stack a { display: grid; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.contact-stack span { color: var(--muted); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.contact-stack strong { color: var(--blue); }
.equipment-note { padding: 20px; border-left: 5px solid var(--sun); border-radius: 0 14px 14px 0; background: #fff9e5; }
.equipment-note p { margin: 5px 0 0; color: #6e5a25; font-size: .85rem; }
.repair-form { display: grid; gap: 17px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.form-section { display: flex; align-items: center; gap: 13px; margin-top: 10px; padding-top: 22px; border-top: 1px solid var(--line); }
.form-section:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.form-step { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border-radius: 50%; background: var(--sun); color: var(--navy-deep); font-weight: 950; }
.form-section h3 { margin: 0; color: var(--navy); font-size: 1.08rem; }
.form-section p { margin: 1px 0 0; color: var(--muted); font-size: .75rem; }
.form-submit { width: 100%; }
.repair-services { background: white; }
.repair-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.repair-service-grid article { padding: 28px; border-radius: var(--radius); background: var(--mist); }
.repair-service-grid span { color: var(--sky); font-weight: 950; }
.repair-service-grid h3 { margin: 20px 0 8px; color: var(--navy); font-size: 1.45rem; }
.repair-service-grid p { margin: 0; color: var(--muted); }

/* Resource library */
.resources-hero { min-height: 450px; padding-bottom: 110px; background-image: linear-gradient(90deg, rgba(2,25,50,.94) 0%, rgba(4,53,111,.82) 48%, rgba(4,53,111,.34) 100%), url("assets/hero-apartment-pool-arizona.jpg"); background-position: center; background-size: cover; }
.resources-hero .page-hero-grid { grid-template-columns: minmax(0, 760px); }
.resources-section { background: #f6fbfd; }
.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.resource-card { display: grid; grid-template-columns: 42% 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 12px 34px rgba(4,47,99,.07); }
.resource-card-featured { grid-column: 1 / -1; grid-template-columns: 34% 1fr; }
.resource-preview { min-height: 330px; padding: 16px; background: linear-gradient(135deg, #dff5fb, #bce6f5); }
.resource-preview img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 10px; box-shadow: 0 12px 28px rgba(4,47,99,.16); }
.resource-card:not(.resource-card-featured) .resource-preview { min-height: 390px; }
.resource-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 28px; }
.resource-copy h2 { margin: 0; color: var(--navy); font-size: 1.6rem; line-height: 1.15; }
.resource-copy > p:not(.eyebrow) { color: var(--muted); }
.resource-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.resource-disclaimer { padding: 10px 12px; border-radius: 10px; background: #fff7dd; color: #68551f !important; font-size: .72rem; }
.resource-preview-sds { display: grid; place-items: center; background: linear-gradient(145deg, var(--navy-deep), var(--blue)); }
.sds-resource-mark { display: grid; place-items: center; width: min(100%, 250px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: white; background: rgba(255,255,255,.1); text-align: center; box-shadow: inset 0 0 0 14px rgba(255,255,255,.05); }
.sds-resource-mark span { color: var(--aqua); font-size: 1rem; font-weight: 950; letter-spacing: .2em; }
.sds-resource-mark strong { color: var(--sun); font-family: Impact, sans-serif; font-size: 6rem; line-height: .8; }
.sds-resource-mark small { font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

/* Safety data sheet library */
.sds-hero { padding-bottom: 105px; }
.sds-toolbar { position: sticky; top: 86px; z-index: 35; padding: 18px 0 15px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); box-shadow: 0 12px 35px rgba(4,47,99,.07); backdrop-filter: blur(12px); }
.sds-library { background: #f6fbfd; }
.sds-notice { display: flex; align-items: center; gap: 18px; margin-bottom: 30px; padding: 20px 22px; border: 1px solid #f3d47b; border-radius: 16px; background: #fff9e5; }
.sds-notice-mark { display: grid; place-items: center; flex: 0 0 54px; height: 54px; border-radius: 12px; background: var(--sun); color: var(--navy-deep); font-weight: 950; }
.sds-notice strong { color: var(--navy); }
.sds-notice p { margin: 3px 0 0; color: #6e5a25; font-size: .86rem; }
.sds-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.sds-card { display: flex; flex-direction: column; min-height: 220px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 10px 30px rgba(4,47,99,.06); }
.sds-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.sds-pdf-badge { padding: 5px 8px; border-radius: 7px; background: #e9f6fb; color: var(--blue); font-size: .7rem; font-weight: 950; letter-spacing: .08em; }
.sds-card-category { color: var(--muted); font-size: .68rem; font-weight: 850; text-align: right; }
.sds-card h2 { margin: 20px 0; color: var(--navy); font-size: 1.18rem; line-height: 1.25; }
.sds-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: auto; }
.sds-actions .button { flex: 1 1 120px; min-height: 42px; padding: 9px 12px; font-size: .78rem; }

/* Sales and support team */
.contact-hero { min-height: 500px; padding-bottom: 105px; background-image: linear-gradient(90deg, rgba(2,25,50,.95) 0%, rgba(4,53,111,.82) 50%, rgba(4,53,111,.3) 100%), url("assets/arizona-commercial-pool.jpg"); background-position: center 58%; background-size: cover; }
.contact-hero .hero-stat-card { border-color: rgba(255,255,255,.34); background: rgba(2,25,50,.62); box-shadow: 0 22px 60px rgba(0,0,0,.22); }
.team-section { background: #f6fbfd; }
.team-profile-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.team-profile { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 12px 30px rgba(4,47,99,.07); transition: transform .2s ease, box-shadow .2s ease; }
.team-profile:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(4,47,99,.12); }
.team-profile-media { overflow: hidden; aspect-ratio: 4 / 5; background: var(--navy-deep); }
.team-profile-media img { width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.team-profile-body { padding: 19px 18px 22px; }
.team-profile-body .eyebrow { margin-bottom: 8px; font-size: .66rem; }
.team-profile-body h2 { margin: 0; color: var(--navy); font-size: 1.28rem; line-height: 1.08; }
.team-role { min-height: 34px; margin: 8px 0 14px; color: #b35e00; font-size: .72rem; font-weight: 950; letter-spacing: .055em; line-height: 1.35; text-transform: uppercase; }
.team-profile .text-link { font-size: .82rem; }
.team-inline-links { display: flex; flex-wrap: wrap; gap: 8px 14px; }

@media (max-width: 980px) {
  .menu-button { display: inline-flex; }
  .site-nav { position: absolute; left: 0; right: 0; top: 86px; display: none; align-items: stretch; flex-direction: column; gap: 8px; padding: 20px; background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 10px 12px; }
  .promise-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
  .promise-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .promise-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .split-heading, .catalog-layout, .two-column { grid-template-columns: 1fr; gap: 42px; }
  .why-visual { width: min(100%, 700px); }
  .contact-card { align-items: flex-start; flex-direction: column; }
  .contact-actions { justify-content: flex-start; }
  .page-hero-grid, .repair-hero-content, .repair-layout { grid-template-columns: 1fr; }
  .catalog-workspace-grid { grid-template-columns: 1fr; }
  .order-panel { position: static; max-height: none; }
  .repair-intro { position: static; }
  .resource-card, .resource-card-featured { grid-template-columns: 40% 1fr; }
  .sds-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .team-profile-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { min-height: 74px; }
  .brand img { width: 55px; height: 55px; }
  .brand small { display: none; }
  .site-nav { top: 74px; }
  .catalog-toolbar { top: 74px; }
  .sds-toolbar { top: 74px; }
  .hero { min-height: 760px; }
  .hero-layout { min-height: 760px; padding-block: 72px 118px; }
  .hero h1 { font-size: clamp(3.45rem, 19vw, 5.5rem); }
  .hero-contact { flex-direction: column; gap: 14px; }
  .button-row .button { width: 100%; }
  .promise-grid, .service-grid { grid-template-columns: 1fr; }
  .promise-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 76px 0; }
  .split-heading { gap: 18px; }
  .service-card { min-height: 260px; }
  .why-visual img { min-height: 430px; border-radius: 100px 20px 20px 20px; }
  .experience-badge { right: 12px; bottom: 18px; }
  .contact-card { padding: 34px 24px; }
  .contact-actions, .contact-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 70px 0 100px; }
  .page-hero-grid { gap: 36px; }
  .hero-stat-card { min-height: 190px; }
  .hero-stat-card strong { font-size: 4.6rem; }
  .toolbar-top, .help-strip-inner { align-items: stretch; flex-direction: column; }
  .results-count { display: none; }
  .product-grid, .field-pair, .repair-capabilities ul, .repair-service-grid, .resource-grid { grid-template-columns: 1fr; }
  .catalog-workspace-grid { display: block; }
  .order-panel { margin-top: 28px; }
  .help-strip-inner > div:last-child { flex-direction: column; gap: 16px; }
  .repair-form { padding: 24px 18px; }
  .resource-card, .resource-card-featured { grid-column: auto; grid-template-columns: 1fr; }
  .resource-preview, .resource-card:not(.resource-card-featured) .resource-preview { min-height: 320px; }
  .sds-grid { grid-template-columns: 1fr; }
  .sds-notice { align-items: flex-start; }
  .team-profile-grid { grid-template-columns: 1fr; }
  .team-profile { display: grid; grid-template-columns: 108px minmax(0, 1fr); }
  .team-profile-media { height: 100%; min-height: 168px; aspect-ratio: auto; }
  .team-profile-body { padding: 18px 16px; }
  .team-role { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
