:root {
  --apd-red: #ff5436;
  --apd-red-dark: #dc3b22;
  --apd-ink: #111318;
  --apd-card: #1b1e24;
  --apd-surface: #262a31;
  --apd-text: #17191e;
  --apd-muted: #626975;
  --apd-border: #d9dde3;
  --apd-soft: #f1f4f7;
  --apd-paper: #f7f7f4;
  --apd-white: #fff;
  --apd-success: #1d8f5a;
  --apd-warning: #d99a21;
  --apd-radius-sm: 12px;
  --apd-radius: 20px;
  --apd-radius-lg: 32px;
  --apd-shadow: 0 22px 55px rgba(17, 19, 24, .11);
  --apd-container: min(1320px, calc(100vw - 48px));
}

html { scroll-behavior: smooth; }
body.apd-active { margin: 0; background: var(--apd-paper); color: var(--apd-text); font-family: Onest, Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.apd-active * { box-sizing: border-box; }
body.apd-active img { max-width: 100%; height: auto; }
body.apd-active a { color: inherit; }
body.apd-active .wp-site-blocks { padding: 0; }
body.apd-active .wp-block-post-content { margin: 0; }
body.apd-active .wp-block-post-content > * { max-width: none; margin-block-start: 0; margin-block-end: 0; }
body.apd-active .wp-block-shortcode { margin: 0; }
.apd-container { width: var(--apd-container); margin-inline: auto; }
.apd-main { overflow: hidden; }
.apd-site-shell { min-height: 100vh; }
.apd-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--apd-red); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.apd-kicker::before { width: 28px; height: 2px; background: currentColor; content: ""; }
.apd-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 13px 24px; border: 1px solid var(--apd-red); border-radius: 999px; background: var(--apd-red); color: var(--apd-white) !important; font-size: 15px; font-weight: 800; line-height: 1; text-decoration: none; cursor: pointer; transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease; }
.apd-button:hover { transform: translateY(-2px); border-color: var(--apd-red-dark); background: var(--apd-red-dark); box-shadow: 0 12px 24px rgba(255, 84, 54, .22); }
.apd-button--small { min-height: 44px; padding: 11px 19px; font-size: 14px; }
.apd-button--ghost { border-color: rgba(255,255,255,.58); background: rgba(17,19,24,.22); backdrop-filter: blur(8px); }
.apd-button--ghost:hover { border-color: var(--apd-white); background: var(--apd-white); color: var(--apd-ink) !important; }
.apd-button--outline { border-color: var(--apd-border); background: transparent; color: var(--apd-text) !important; }
.apd-button--outline:hover { border-color: var(--apd-red); color: var(--apd-white) !important; }
.apd-button--full { width: 100%; }
.apd-text-link, .apd-link-arrow { color: var(--apd-red) !important; font-weight: 800; text-decoration: none; }
.apd-center { margin-top: 36px; text-align: center; }

.apd-topbar { position: relative; z-index: 80; background: var(--apd-ink); color: rgba(255,255,255,.78); font-size: 12px; }
.apd-topbar__inner { display: flex; min-height: 35px; align-items: center; justify-content: flex-end; gap: 30px; }
.apd-topbar a { color: var(--apd-white) !important; font-weight: 700; text-decoration: none; }
.apd-header { position: sticky; z-index: 70; top: var(--wp-admin--admin-bar--height, 0); border-bottom: 1px solid rgba(217,221,227,.8); background: rgba(255,255,255,.95); backdrop-filter: blur(16px); transition: box-shadow .25s ease, background .25s ease; }
.apd-header.is-scrolled { box-shadow: 0 10px 30px rgba(17,19,24,.09); }
.apd-header__inner { display: flex; min-height: 82px; align-items: center; gap: 30px; }
.apd-logo { display: flex; flex: 0 0 auto; align-items: center; gap: 12px; text-decoration: none; }
.apd-logo img { width: 48px; height: 48px; object-fit: contain; }
.apd-logo span { display: grid; gap: 2px; }
.apd-logo strong { color: var(--apd-ink); font-size: 19px; line-height: 1; }
.apd-logo small { color: var(--apd-muted); font-size: 11px; }
.apd-nav { display: flex; flex: 1 1 auto; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 30px); }
.apd-nav a { position: relative; color: var(--apd-ink) !important; font-size: 14px; font-weight: 700; text-decoration: none; }
.apd-nav a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--apd-red); content: ""; transform: scaleX(0); transition: transform .22s ease; }
.apd-nav a:hover::after { transform: scaleX(1); }
.apd-menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--apd-border); border-radius: 12px; background: var(--apd-white); }
.apd-menu-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--apd-ink); }

.apd-hero { position: relative; min-height: 730px; display: grid; align-items: center; color: var(--apd-white); }
.apd-hero__media { position: absolute; inset: 0; background: url('../images/hero.jpg') center 52% / cover no-repeat; transform: scale(1.01); }
.apd-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,12,16,.93) 0%, rgba(10,12,16,.78) 44%, rgba(10,12,16,.22) 78%, rgba(10,12,16,.12) 100%), linear-gradient(0deg, rgba(17,19,24,.42), transparent 45%); }
.apd-hero__content { position: relative; z-index: 1; padding-block: 90px 70px; }
.apd-hero h1 { max-width: 880px; margin: 0; font-size: clamp(46px, 6vw, 86px); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.apd-hero__lead { max-width: 700px; margin: 28px 0 0; color: rgba(255,255,255,.82); font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }
.apd-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 35px; }
.apd-hero__facts { display: flex; max-width: 760px; margin-top: 72px; border-top: 1px solid rgba(255,255,255,.28); }
.apd-hero__facts div { display: grid; flex: 1; gap: 5px; padding: 26px 24px 0 0; }
.apd-hero__facts strong { font-size: clamp(23px, 3vw, 38px); }
.apd-hero__facts span { color: rgba(255,255,255,.64); font-size: 13px; }

.apd-search-strip { position: relative; z-index: 4; margin-top: -48px; }
.apd-global-search { display: grid; grid-template-columns: 260px 1fr; align-items: center; gap: 30px; padding: 30px 34px; border-radius: var(--apd-radius); background: var(--apd-white); box-shadow: var(--apd-shadow); }
.apd-global-search > label { font-size: 20px; font-weight: 850; }
.apd-global-search > div { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.apd-global-search input, .apd-catalog-toolbar input, .apd-catalog-toolbar select, .apd-lead-form input, .apd-lead-form textarea { width: 100%; min-height: 52px; padding: 13px 17px; border: 1px solid var(--apd-border); border-radius: 12px; background: var(--apd-white); color: var(--apd-text); font: inherit; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.apd-global-search input:focus, .apd-catalog-toolbar input:focus, .apd-catalog-toolbar select:focus, .apd-lead-form input:focus, .apd-lead-form textarea:focus { border-color: var(--apd-red); box-shadow: 0 0 0 4px rgba(255,84,54,.12); }

.apd-section { padding: 108px 0; }
.apd-section--soft { background: var(--apd-soft); }
.apd-section--dark { background: var(--apd-ink); color: var(--apd-white); }
.apd-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.apd-section-heading > div { max-width: 820px; }
.apd-section-heading h2 { margin: 0; font-size: clamp(36px, 4.4vw, 62px); line-height: 1.05; letter-spacing: -.045em; text-wrap: balance; }
.apd-section-heading p { max-width: 750px; margin: 18px 0 0; color: var(--apd-muted); font-size: 18px; line-height: 1.65; }
.apd-section-heading > a { flex: 0 0 auto; padding-bottom: 5px; color: var(--apd-red) !important; font-weight: 850; text-decoration: none; }
.apd-section-heading--dark p { color: rgba(255,255,255,.64); }

.apd-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.apd-category-card { position: relative; min-height: 265px; padding: 28px; overflow: hidden; border: 1px solid var(--apd-border); border-radius: var(--apd-radius); background: var(--apd-white); text-decoration: none; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.apd-category-card::before { position: absolute; right: -44px; bottom: -44px; width: 130px; height: 130px; border: 18px solid rgba(255,84,54,.08); border-radius: 50%; content: ""; }
.apd-category-card:hover { transform: translateY(-7px); border-color: rgba(255,84,54,.5); box-shadow: var(--apd-shadow); }
.apd-category-card__num { color: var(--apd-red); font-size: 13px; font-weight: 850; }
.apd-category-card h3 { margin: 35px 0 12px; font-size: 23px; line-height: 1.17; }
.apd-category-card p { margin: 0 0 25px; color: var(--apd-muted); font-size: 14px; line-height: 1.55; }
.apd-category-card .apd-link-arrow { position: absolute; bottom: 25px; left: 28px; }

.apd-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.apd-service-grid--featured { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.apd-service-card { display: flex; min-height: 270px; flex-direction: column; padding: 26px; border: 1px solid var(--apd-border); border-radius: var(--apd-radius); background: var(--apd-white); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.apd-service-card:hover { transform: translateY(-5px); border-color: rgba(255,84,54,.48); box-shadow: 0 18px 40px rgba(17,19,24,.1); }
.apd-service-card--dark { border-color: rgba(255,255,255,.09); background: var(--apd-card); }
.apd-service-card__top { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--apd-muted); font-size: 12px; }
.apd-service-card--dark .apd-service-card__top { color: rgba(255,255,255,.5); }
.apd-service-card__top strong { flex: 0 0 auto; color: var(--apd-red); font-size: 15px; }
.apd-service-card h3 { margin: 27px 0 12px; font-size: 21px; line-height: 1.25; }
.apd-service-card h3 a { text-decoration: none; }
.apd-service-card p { margin: 0 0 24px; color: var(--apd-muted); font-size: 14px; line-height: 1.6; }
.apd-service-card--dark p { color: rgba(255,255,255,.56); }
.apd-service-card .apd-link-arrow { margin-top: auto; }

.apd-split-feature { display: grid; min-height: 660px; grid-template-columns: 1fr 1fr; background: var(--apd-card); color: var(--apd-white); }
.apd-split-feature__image { background: url('../images/welding.jpg') center / cover no-repeat; }
.apd-split-feature__content { display: grid; align-items: center; padding: 70px clamp(40px, 7vw, 120px); }
.apd-split-feature__content > div { max-width: 620px; }
.apd-split-feature h2 { margin: 0; font-size: clamp(42px, 5vw, 70px); line-height: 1.03; letter-spacing: -.05em; }
.apd-split-feature p { margin: 26px 0 34px; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.7; }

.apd-symptom-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.apd-symptom-card { display: grid; min-height: 150px; align-content: space-between; padding: 24px; border: 1px solid var(--apd-border); border-radius: var(--apd-radius); background: var(--apd-white); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.apd-symptom-card:hover { transform: translateY(-4px); border-color: var(--apd-red); }
.apd-symptom-card span { font-size: 18px; font-weight: 750; }
.apd-symptom-card strong { color: var(--apd-red); font-size: 13px; }

.apd-steps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.apd-step { position: relative; min-height: 168px; padding: 22px; border: 1px solid var(--apd-border); border-radius: var(--apd-radius); background: var(--apd-white); color: var(--apd-text); }
.apd-section--dark .apd-step { border-color: rgba(255,255,255,.1); background: var(--apd-card); color: var(--apd-white); }
.apd-step span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--apd-red); color: var(--apd-white); font-size: 13px; font-weight: 850; }
.apd-step h3 { margin: 35px 0 0; font-size: 17px; line-height: 1.35; }

.apd-about-preview { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(45px, 7vw, 100px); }
.apd-about-preview h2, .apd-story-grid h2 { margin: 0 0 25px; font-size: clamp(38px, 4.5vw, 62px); line-height: 1.06; letter-spacing: -.045em; }
.apd-about-preview p, .apd-story-grid p { color: var(--apd-muted); font-size: 17px; line-height: 1.75; }
.apd-about-preview figure, .apd-story-grid figure { margin: 0; overflow: hidden; border-radius: var(--apd-radius-lg); box-shadow: var(--apd-shadow); }
.apd-about-preview figure img, .apd-story-grid figure img { display: block; width: 100%; min-height: 520px; object-fit: cover; }
.apd-inline-links { display: flex; gap: 25px; margin-top: 30px; }
.apd-inline-links a { color: var(--apd-red) !important; font-weight: 850; text-decoration: none; }

.apd-location-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.apd-location-grid--all { grid-template-columns: repeat(4, 1fr); }
.apd-location-card { display: flex; min-height: 235px; flex-direction: column; padding: 24px; border: 1px solid var(--apd-border); border-radius: var(--apd-radius); background: var(--apd-white); text-decoration: none; transition: transform .22s ease, border-color .22s ease; }
.apd-location-card:hover { transform: translateY(-5px); border-color: var(--apd-red); }
.apd-location-card--dark { border-color: rgba(255,255,255,.1); background: var(--apd-card); }
.apd-location-card > span { color: var(--apd-red); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.apd-location-card h3 { margin: 25px 0 11px; font-size: 23px; }
.apd-location-card p { margin: 0 0 24px; color: var(--apd-muted); font-size: 13px; line-height: 1.55; }
.apd-location-card--dark p { color: rgba(255,255,255,.55); }
.apd-location-card strong { margin-top: auto; color: var(--apd-red); font-size: 13px; }
.apd-location-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.apd-location-links a { padding: 10px 14px; border: 1px solid var(--apd-border); border-radius: 999px; background: var(--apd-white); font-size: 13px; font-weight: 750; text-decoration: none; }
.apd-location-links a:hover { border-color: var(--apd-red); color: var(--apd-red); }

.apd-brand-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.apd-brand-cloud span { padding: 14px 20px; border: 1px solid var(--apd-border); border-radius: 999px; background: var(--apd-white); font-size: 16px; font-weight: 750; }
.apd-brand-groups { display: grid; gap: 50px; }
.apd-brand-groups section { display: grid; grid-template-columns: 260px 1fr; gap: 40px; border-bottom: 1px solid var(--apd-border); padding-bottom: 48px; }
.apd-brand-groups h2 { margin: 0; font-size: 31px; }
.apd-brand-groups section > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.apd-brand-groups a { display: block; padding: 16px 18px; border: 1px solid var(--apd-border); border-radius: 12px; background: var(--apd-white); font-weight: 750; text-decoration: none; }
.apd-brand-groups a:hover { border-color: var(--apd-red); color: var(--apd-red); }

.apd-faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.apd-faq-layout h2 { margin: 0; font-size: clamp(38px, 4.5vw, 60px); line-height: 1.06; letter-spacing: -.04em; }
.apd-faq-layout > div:first-child p { color: var(--apd-muted); font-size: 17px; line-height: 1.7; }
.apd-accordion { border-top: 1px solid var(--apd-border); }
.apd-faq-item { border-bottom: 1px solid var(--apd-border); }
.apd-faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; font-size: 18px; font-weight: 800; cursor: pointer; list-style: none; }
.apd-faq-item summary::-webkit-details-marker { display: none; }
.apd-faq-item summary span { display: grid; width: 31px; height: 31px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--apd-red); color: var(--apd-white); transition: transform .2s ease; }
.apd-faq-item[open] summary span { transform: rotate(45deg); }
.apd-faq-item div { padding: 0 55px 20px 0; }
.apd-faq-item p { margin: 0; color: var(--apd-muted); line-height: 1.7; }
.apd-faq-single { max-width: 920px; }

.apd-contact-band { padding: 100px 0; background: var(--apd-red); color: var(--apd-white); }
.apd-contact-band .apd-kicker { color: var(--apd-white); }
.apd-contact-band__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 8vw, 115px); align-items: center; }
.apd-contact-band h2 { margin: 0; font-size: clamp(42px, 5vw, 70px); line-height: 1.02; letter-spacing: -.05em; }
.apd-contact-band p { max-width: 570px; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.7; }
.apd-phone-large { display: inline-block; margin-top: 18px; color: var(--apd-white) !important; font-size: clamp(25px, 3vw, 42px); font-weight: 900; text-decoration: none; }
.apd-lead-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; padding: 28px; border-radius: var(--apd-radius); background: var(--apd-white); color: var(--apd-text); box-shadow: 0 25px 70px rgba(17,19,24,.18); }
.apd-lead-form label { display: grid; gap: 7px; }
.apd-lead-form label > span { font-size: 12px; font-weight: 800; }
.apd-form-wide { grid-column: 1 / -1; }
.apd-consent { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px !important; color: var(--apd-muted); font-size: 12px; }
.apd-consent input { width: 18px !important; min-height: 18px !important; margin-top: 1px; }
.apd-honeypot { position: absolute !important; left: -9999px; }
.apd-form-status { min-height: 20px; color: var(--apd-muted); font-size: 13px; }
.apd-form-status.is-error { color: #b31f12; }
.apd-form-status.is-success { color: var(--apd-success); }

.apd-page-hero, .apd-service-hero, .apd-location-hero { padding: 95px 0 85px; background: var(--apd-ink); color: var(--apd-white); }
.apd-page-hero { background-image: radial-gradient(circle at 85% 0, rgba(255,84,54,.18), transparent 34%); }
.apd-page-hero--areas { background-image: linear-gradient(90deg, rgba(17,19,24,.92),rgba(17,19,24,.7)), url('../images/alignment.jpg'); background-position: center; background-size: cover; }
.apd-page-hero--price { background-image: linear-gradient(90deg, rgba(17,19,24,.94),rgba(17,19,24,.73)), url('../images/tires.jpg'); background-position: center; background-size: cover; }
.apd-page-hero h1, .apd-location-hero h1 { max-width: 980px; margin: 12px 0 18px; font-size: clamp(46px, 6vw, 78px); line-height: 1; letter-spacing: -.055em; }
.apd-page-hero > .apd-container > p, .apd-location-hero > .apd-container > p { max-width: 780px; margin: 0; color: rgba(255,255,255,.67); font-size: 19px; line-height: 1.65; }
.apd-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; color: rgba(255,255,255,.55); font-size: 12px; }
.apd-breadcrumbs a { color: rgba(255,255,255,.76) !important; text-decoration: none; }
.apd-breadcrumbs > * + *::before { margin-right: 8px; content: "·"; }
.apd-source-note { display: inline-flex; margin-top: 28px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.76); font-size: 12px; }

.apd-catalog-toolbar { display: grid; grid-template-columns: 1fr 320px auto; gap: 16px; align-items: end; margin-bottom: 35px; padding: 22px; border: 1px solid var(--apd-border); border-radius: var(--apd-radius); background: var(--apd-white); }
.apd-catalog-toolbar label { display: grid; gap: 8px; }
.apd-catalog-toolbar label span { font-size: 12px; font-weight: 800; }
.apd-catalog-count { display: grid; min-width: 90px; justify-items: center; }
.apd-catalog-count strong { font-size: 28px; }
.apd-catalog-count span { color: var(--apd-muted); font-size: 11px; }
.apd-empty { margin-top: 25px; padding: 30px; border: 1px dashed var(--apd-border); border-radius: var(--apd-radius); text-align: center; }

.apd-price-table-wrap { overflow-x: auto; border: 1px solid var(--apd-border); border-radius: var(--apd-radius); background: var(--apd-white); }
.apd-price-table { width: 100%; min-width: 990px; border-collapse: collapse; }
.apd-price-table th { padding: 18px 20px; background: var(--apd-ink); color: var(--apd-white); text-align: left; font-size: 12px; }
.apd-price-table td { padding: 17px 20px; border-bottom: 1px solid var(--apd-border); font-size: 14px; vertical-align: top; }
.apd-price-table tr:last-child td { border-bottom: 0; }
.apd-price-table td:first-child { width: 40%; }
.apd-price-table td a { font-weight: 800; text-decoration: none; }
.apd-price-table td a:hover { color: var(--apd-red); }
.apd-price-table td small { display: block; margin-top: 5px; color: var(--apd-warning); }
.apd-disclaimer { margin: 24px 0 0; padding-left: 18px; border-left: 3px solid var(--apd-red); color: var(--apd-muted); font-size: 13px; line-height: 1.65; }

.apd-content-callout { margin-top: 70px; padding: 55px; border-radius: var(--apd-radius-lg); background: var(--apd-ink); color: var(--apd-white); }
.apd-content-callout h2 { margin: 0 0 12px; font-size: 40px; }
.apd-content-callout p { max-width: 700px; color: rgba(255,255,255,.65); line-height: 1.7; }
.apd-story-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 80px; align-items: center; }
.apd-story-grid h2:not(:first-child) { margin-top: 50px; font-size: 35px; }
.apd-value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.apd-value-grid article { min-height: 210px; padding: 26px; border: 1px solid var(--apd-border); border-radius: var(--apd-radius); background: var(--apd-white); }
.apd-value-grid h3 { margin: 0 0 14px; font-size: 22px; }
.apd-value-grid p { margin: 0; color: var(--apd-muted); line-height: 1.65; }

.apd-contact-grid, .apd-location-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 35px; align-items: stretch; }
.apd-contact-panel { display: grid; gap: 1px; overflow: hidden; border: 1px solid var(--apd-border); border-radius: var(--apd-radius); background: var(--apd-border); }
.apd-contact-panel > div { display: grid; gap: 7px; padding: 23px; background: var(--apd-white); }
.apd-contact-panel span { color: var(--apd-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.apd-contact-panel strong, .apd-contact-panel a { font-size: 18px; font-weight: 850; text-decoration: none; }
.apd-contact-panel > .apd-button { margin: 22px; }
.apd-map { display: grid; min-height: 480px; place-items: center; align-content: center; gap: 12px; padding: 30px; overflow: hidden; border-radius: var(--apd-radius); background: linear-gradient(135deg, #dadfe5, #f1f3f4); text-align: center; }
.apd-map button { padding: 14px 20px; border: 0; border-radius: 999px; background: var(--apd-ink); color: var(--apd-white); font: inherit; font-weight: 800; cursor: pointer; }
.apd-map p { margin: 0; color: var(--apd-muted); font-size: 12px; }
.apd-map iframe { width: 100%; height: 100%; min-height: 480px; border: 0; }
.apd-address-card { display: grid; gap: 10px; margin-top: 30px; padding: 25px; border-radius: var(--apd-radius); background: var(--apd-ink); color: var(--apd-white); }
.apd-address-card span, .apd-address-card small { color: rgba(255,255,255,.58); }
.apd-address-card strong { font-size: 24px; }

.apd-service-hero { background-image: radial-gradient(circle at 80% 0, rgba(255,84,54,.22), transparent 36%); }
.apd-service-hero__grid { display: grid; grid-template-columns: 1fr 340px; gap: 70px; align-items: end; }
.apd-service-hero h1 { max-width: 900px; margin: 0; font-size: clamp(44px, 5.8vw, 76px); line-height: 1; letter-spacing: -.055em; }
.apd-service-hero__grid > div:first-child > p { max-width: 820px; margin: 25px 0 0; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.67; }
.apd-price-summary { display: grid; gap: 9px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--apd-radius); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.apd-price-summary span { color: rgba(255,255,255,.55); font-size: 12px; }
.apd-price-summary strong { color: var(--apd-red); font-size: 34px; }
.apd-price-summary small { color: rgba(255,255,255,.58); line-height: 1.5; }
.apd-review-note { margin-top: 10px; padding: 10px; border-radius: 8px; background: rgba(217,154,33,.16); color: #ffd486; font-size: 11px; line-height: 1.45; }
.apd-service-content { display: grid; grid-template-columns: 1fr 330px; gap: 70px; align-items: start; }
.apd-service-content h2, .apd-two-columns h2, .apd-category-intro h2 { margin: 0 0 22px; font-size: clamp(30px, 3vw, 43px); letter-spacing: -.035em; }
.apd-service-content__main p { color: var(--apd-muted); font-size: 17px; line-height: 1.78; }
.apd-source-line { margin-top: 28px; padding: 18px; border-radius: 12px; background: var(--apd-soft); color: var(--apd-muted); font-size: 13px; }
.apd-service-aside { position: sticky; top: 115px; padding: 25px; border: 1px solid var(--apd-border); border-radius: var(--apd-radius); background: var(--apd-white); }
.apd-service-aside h2 { font-size: 25px; }
.apd-service-aside p { color: var(--apd-muted); line-height: 1.6; }
.apd-service-aside .apd-text-link { display: block; margin-top: 18px; text-align: center; }
.apd-two-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px; }
.apd-check-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.apd-check-list li { position: relative; padding: 15px 18px 15px 52px; border: 1px solid var(--apd-border); border-radius: 12px; background: var(--apd-white); line-height: 1.5; }
.apd-check-list li::before { position: absolute; top: 14px; left: 16px; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: rgba(29,143,90,.11); color: var(--apd-success); content: "✓"; font-size: 13px; font-weight: 900; }
.apd-service-price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.apd-service-price-grid > div { display: grid; min-height: 145px; align-content: space-between; gap: 10px; padding: 23px; border: 1px solid var(--apd-border); border-radius: var(--apd-radius); background: var(--apd-white); }
.apd-service-price-grid span { color: var(--apd-muted); font-size: 12px; }
.apd-service-price-grid strong { color: var(--apd-red); font-size: 25px; }
.apd-service-price-grid small { color: var(--apd-muted); font-size: 10px; }
.apd-category-intro { max-width: 850px; margin-bottom: 35px; }
.apd-category-intro p { color: var(--apd-muted); font-size: 17px; line-height: 1.7; }
.apd-prose { max-width: 900px; }
.apd-prose h2 { margin-top: 45px; font-size: 32px; }
.apd-prose p { color: var(--apd-muted); font-size: 17px; line-height: 1.75; }

.apd-footer { padding: 75px 0 25px; background: #0b0d11; color: var(--apd-white); }
.apd-footer__grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 90px; }
.apd-footer__brand { margin-bottom: 18px; font-size: 30px; font-weight: 900; }
.apd-footer p { max-width: 480px; color: rgba(255,255,255,.52); line-height: 1.7; }
.apd-footer h2 { margin: 0 0 20px; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; }
.apd-footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.apd-footer a, .apd-footer span { color: rgba(255,255,255,.65) !important; font-size: 14px; text-decoration: none; }
.apd-footer a:hover { color: var(--apd-white) !important; }
.apd-footer__bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 60px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }
.apd-mobile-actions { display: none; }

@media (max-width: 1180px) {
  :root { --apd-container: min(100% - 40px, 1120px); }
  .apd-nav { gap: 15px; }
  .apd-header__cta { display: none; }
  .apd-category-grid { grid-template-columns: repeat(3, 1fr); }
  .apd-service-grid--featured { grid-template-columns: repeat(2, 1fr); }
  .apd-location-grid { grid-template-columns: repeat(3, 1fr); }
  .apd-location-grid--all { grid-template-columns: repeat(3, 1fr); }
  .apd-steps { grid-template-columns: repeat(3, 1fr); }
  .apd-service-price-grid { grid-template-columns: repeat(2, 1fr); }
  .apd-value-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 920px) {
  .apd-topbar__inner span:first-child { display: none; }
  .apd-topbar__inner { justify-content: space-between; }
  .apd-header__inner { min-height: 70px; }
  .apd-menu-toggle { display: block; margin-left: auto; }
  .apd-nav { position: absolute; top: 70px; right: 20px; left: 20px; display: none; align-items: stretch; padding: 18px; border: 1px solid var(--apd-border); border-radius: var(--apd-radius); background: var(--apd-white); box-shadow: var(--apd-shadow); flex-direction: column; }
  .apd-nav.is-open { display: flex; }
  .apd-nav a { padding: 10px; }
  .apd-nav a::after { display: none; }
  .apd-hero { min-height: 680px; }
  .apd-hero__shade { background: linear-gradient(90deg, rgba(10,12,16,.92), rgba(10,12,16,.68)); }
  .apd-global-search { grid-template-columns: 1fr; }
  .apd-category-grid, .apd-service-grid, .apd-symptom-grid { grid-template-columns: repeat(2, 1fr); }
  .apd-split-feature { grid-template-columns: 1fr; }
  .apd-split-feature__image { min-height: 460px; }
  .apd-about-preview, .apd-story-grid { grid-template-columns: 1fr; }
  .apd-about-preview figure { order: -1; }
  .apd-location-grid, .apd-location-grid--all { grid-template-columns: repeat(2, 1fr); }
  .apd-faq-layout, .apd-contact-band__grid, .apd-contact-grid, .apd-location-intro { grid-template-columns: 1fr; gap: 45px; }
  .apd-brand-groups section { grid-template-columns: 1fr; }
  .apd-brand-groups section > div { grid-template-columns: repeat(3, 1fr); }
  .apd-catalog-toolbar { grid-template-columns: 1fr 1fr; }
  .apd-catalog-count { display: none; }
  .apd-service-hero__grid, .apd-service-content { grid-template-columns: 1fr; }
  .apd-service-aside { position: static; }
  .apd-footer__grid { grid-template-columns: 1fr 1fr; gap: 50px; }
  .apd-footer__grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --apd-container: calc(100% - 28px); }
  body.apd-active { padding-bottom: 58px; }
  .apd-topbar { display: none; }
  .apd-logo small { display: none; }
  .apd-logo strong { font-size: 17px; }
  .apd-hero { min-height: 690px; }
  .apd-hero__content { padding-block: 70px 40px; }
  .apd-hero h1 { font-size: 44px; line-height: 1.01; }
  .apd-hero__lead { font-size: 17px; }
  .apd-hero__facts { margin-top: 48px; }
  .apd-hero__facts div { padding-right: 10px; }
  .apd-hero__facts strong { font-size: 21px; }
  .apd-hero__facts span { font-size: 10px; }
  .apd-search-strip { margin-top: 0; padding-top: 18px; background: var(--apd-paper); }
  .apd-global-search { padding: 20px; gap: 16px; }
  .apd-global-search > div { grid-template-columns: 1fr; }
  .apd-global-search > label { font-size: 18px; }
  .apd-section { padding: 72px 0; }
  .apd-section-heading { align-items: flex-start; margin-bottom: 30px; flex-direction: column; gap: 16px; }
  .apd-section-heading h2 { font-size: 37px; }
  .apd-section-heading p { font-size: 16px; }
  .apd-category-grid, .apd-service-grid, .apd-service-grid--featured, .apd-symptom-grid, .apd-location-grid, .apd-location-grid--all { grid-template-columns: 1fr; }
  .apd-category-card { min-height: 235px; }
  .apd-split-feature__image { min-height: 340px; }
  .apd-split-feature__content { padding: 55px 25px; }
  .apd-split-feature h2 { font-size: 42px; }
  .apd-steps { grid-template-columns: repeat(2, 1fr); }
  .apd-step { min-height: 145px; padding: 18px; }
  .apd-step h3 { margin-top: 25px; font-size: 14px; }
  .apd-about-preview figure img, .apd-story-grid figure img { min-height: 360px; }
  .apd-inline-links { flex-direction: column; gap: 12px; }
  .apd-brand-cloud span { padding: 11px 14px; font-size: 13px; }
  .apd-brand-groups section > div { grid-template-columns: repeat(2, 1fr); }
  .apd-faq-item summary { font-size: 16px; }
  .apd-contact-band { padding: 72px 0; }
  .apd-contact-band h2 { font-size: 40px; }
  .apd-lead-form { grid-template-columns: 1fr; padding: 20px; }
  .apd-form-wide { grid-column: auto; }
  .apd-page-hero, .apd-service-hero, .apd-location-hero { padding: 70px 0 62px; }
  .apd-page-hero h1, .apd-location-hero h1, .apd-service-hero h1 { font-size: 43px; }
  .apd-page-hero > .apd-container > p, .apd-location-hero > .apd-container > p { font-size: 16px; }
  .apd-catalog-toolbar { grid-template-columns: 1fr; padding: 16px; }
  .apd-service-price-grid, .apd-two-columns, .apd-value-grid { grid-template-columns: 1fr; }
  .apd-content-callout { padding: 30px 24px; }
  .apd-content-callout h2 { font-size: 32px; }
  .apd-map, .apd-map iframe { min-height: 370px; }
  .apd-price-summary strong { font-size: 29px; }
  .apd-footer { padding-top: 55px; }
  .apd-footer__grid { grid-template-columns: 1fr; gap: 35px; }
  .apd-footer__grid > div:first-child { grid-column: auto; }
  .apd-footer__bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .apd-mobile-actions { position: fixed; z-index: 100; right: 0; bottom: 0; left: 0; display: grid; height: 58px; grid-template-columns: 1fr 1fr; background: var(--apd-ink); }
  .apd-mobile-actions a { display: grid; place-items: center; color: var(--apd-white) !important; font-size: 14px; font-weight: 850; text-decoration: none; }
  .apd-mobile-actions a:last-child { background: var(--apd-red); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* 0.3.0 interface corrections */
body.apd-active { min-height: 100vh; padding-bottom: 0 !important; }
body.apd-active .wp-site-blocks { min-height: 100vh; padding-bottom: 0 !important; }
body.apd-active .wp-site-blocks > *:last-child { margin-bottom: 0 !important; }
.apd-site-shell { display: flex; min-height: 100vh; flex-direction: column; }
.apd-main { flex: 1 0 auto; }
.apd-footer { flex: 0 0 auto; margin: 0 !important; }
.apd-header { position: sticky !important; top: 0 !important; z-index: 1000; }
body.admin-bar .apd-header { top: 32px !important; }

/* Compact useful page heading instead of a decorative empty first screen. */
.apd-page-hero, .apd-service-hero, .apd-location-hero {
  padding: 34px 0 40px !important;
  border-bottom: 1px solid var(--apd-border);
  background: var(--apd-white) !important;
  background-image: none !important;
  color: var(--apd-text) !important;
}
.apd-page-hero .apd-kicker, .apd-service-hero .apd-kicker, .apd-location-hero .apd-kicker { margin-bottom: 10px; }
.apd-page-hero h1, .apd-location-hero h1, .apd-service-hero h1 {
  max-width: 980px; margin: 4px 0 12px; font-size: clamp(34px, 4.4vw, 58px); line-height: 1.04; letter-spacing: -.045em;
}
.apd-page-hero > .apd-container > p, .apd-location-hero > .apd-container > p,
.apd-service-hero__grid > div:first-child > p { max-width: 900px; margin: 14px 0 0; color: var(--apd-muted); font-size: 17px; line-height: 1.65; }
.apd-breadcrumbs { margin-bottom: 16px; color: var(--apd-muted); }
.apd-breadcrumbs a { color: var(--apd-muted) !important; }
.apd-source-note { margin-top: 18px; border-color: var(--apd-border); color: var(--apd-muted); background: var(--apd-soft); }
.apd-service-hero__grid { grid-template-columns: minmax(0,1fr) 290px; gap: 36px; align-items: center; }
.apd-service-hero .apd-hero__actions, .apd-location-hero .apd-hero__actions { margin-top: 22px; }
.apd-service-hero .apd-button--outline { border-color: var(--apd-border); color: var(--apd-text) !important; }
.apd-location-hero .apd-button--ghost { border-color: var(--apd-border); background: var(--apd-white); color: var(--apd-text) !important; }
.apd-price-summary { padding: 22px; }
.apd-service-lead { margin-top: 0 !important; color: var(--apd-text) !important; font-size: 20px !important; font-weight: 650; line-height: 1.65 !important; }

/* Real embedded map is visible immediately. */
.apd-map { min-height: 480px; padding: 0; background: var(--apd-soft); }
.apd-map iframe { display: block; width: 100%; min-height: 480px; height: 100%; border: 0; }

/* Footer columns remain vertical with predictable spacing. */
.apd-footer { padding-bottom: 28px; }
.apd-footer__grid { align-items: start; }
.apd-footer__column, .apd-footer__about { display: block !important; }
.apd-footer__column ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.apd-footer__column li { display: block; margin: 0; padding: 0; line-height: 1.55; }
.apd-footer__column a, .apd-footer__column span { display: inline; white-space: normal; }
.apd-footer__route { display: inline-block; margin-top: 10px; color: var(--apd-white) !important; font-weight: 750; }
.apd-footer__bottom { margin-bottom: 0; }

/* Modal callback form. */
body.apd-modal-open { overflow: hidden; }
.apd-modal[hidden] { display: none !important; }
.apd-modal { position: fixed; z-index: 2000; inset: 0; display: grid; place-items: center; padding: 24px; opacity: 0; pointer-events: none; transition: opacity .18s ease; }
.apd-modal.is-open { opacity: 1; pointer-events: auto; }
.apd-modal__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(11,13,17,.72); backdrop-filter: blur(6px); cursor: pointer; }
.apd-modal__dialog { position: relative; z-index: 1; width: min(720px, 100%); max-height: calc(100vh - 48px); overflow: auto; padding: 38px; border-radius: 28px; background: var(--apd-white); box-shadow: 0 32px 90px rgba(0,0,0,.3); transform: translateY(16px) scale(.985); transition: transform .18s ease; }
.apd-modal.is-open .apd-modal__dialog { transform: translateY(0) scale(1); }
.apd-modal__close { position: absolute; top: 18px; right: 18px; display: grid; width: 44px; height: 44px; place-items: center; padding: 0; border: 1px solid var(--apd-border); border-radius: 50%; background: var(--apd-soft); color: var(--apd-ink); cursor: pointer; }
.apd-modal__close span { display: grid; width: 100%; height: 100%; place-items: center; font-size: 30px; font-weight: 350; line-height: 1; transform: translateY(-1px); }
.apd-modal__close:hover { border-color: var(--apd-red); background: var(--apd-red); color: var(--apd-white); }
.apd-modal__copy { padding-right: 52px; }
.apd-modal__copy h2 { margin: 0 0 12px; font-size: clamp(31px, 5vw, 46px); line-height: 1.04; letter-spacing: -.04em; }
.apd-modal__copy p { margin: 0 0 24px; color: var(--apd-muted); line-height: 1.65; }
.apd-lead-form--popup { padding: 0; box-shadow: none; }

@media (max-width: 782px) { body.admin-bar .apd-header { top: 46px !important; } }
@media (max-width: 920px) {
  .apd-service-hero__grid { grid-template-columns: 1fr; }
  .apd-price-summary { max-width: 360px; }
}
@media (max-width: 640px) {
  body.apd-active { padding-bottom: 0 !important; }
  .apd-footer { padding-bottom: 82px; }
  .apd-page-hero, .apd-service-hero, .apd-location-hero { padding: 26px 0 30px !important; }
  .apd-page-hero h1, .apd-location-hero h1, .apd-service-hero h1 { font-size: 35px; }
  .apd-modal { padding: 10px; align-items: end; }
  .apd-modal__dialog { width: 100%; max-height: calc(100vh - 20px); padding: 28px 18px 20px; border-radius: 24px 24px 18px 18px; }
  .apd-modal__close { top: 12px; right: 12px; width: 42px; height: 42px; }
  .apd-modal__copy { padding-right: 44px; }
}
