:root {
    --aahr-navy: #071a33;
    --aahr-navy-2: #0d2a4c;
    --aahr-blue: #183f69;
    --aahr-red: #bc1f32;
    --aahr-red-dark: #901426;
    --aahr-gold: #c7a269;
    --aahr-ink: #142033;
    --aahr-muted: #607083;
    --aahr-cream: #f7f3ec;
    --aahr-warm: #eee6da;
    --aahr-white: #ffffff;
    --aahr-line: #dce2e9;
    --aahr-soft-line: rgba(7, 26, 51, 0.1);
    --aahr-shadow-sm: 0 10px 30px rgba(7, 26, 51, 0.08);
    --aahr-shadow: 0 24px 70px rgba(7, 26, 51, 0.16);
    --aahr-radius-sm: 12px;
    --aahr-radius: 22px;
    --aahr-radius-lg: 32px;
    --aahr-shell: 1240px;
}

* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    overflow-x: clip;
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

body {
    overflow-x: hidden;
    overflow-x: clip;
    margin: 0;
    background: var(--aahr-white);
    color: var(--aahr-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.aahr-menu-open,
body.aahr-lightbox-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

button,
input,
select,
textarea {
    font: inherit;
}

a {
    color: inherit;
}

h1,
h2,
h3,
h4,
p,
figure,
blockquote {
    margin-top: 0;
}

h1,
h2,
h3,
h4 {
    color: var(--aahr-navy);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 700;
    line-height: 0.99;
    letter-spacing: -0.025em;
}

h1 {
    font-size: clamp(3.5rem, 7vw, 6.8rem);
}

h2 {
    font-size: clamp(2.65rem, 5vw, 4.6rem);
}

h3 {
    font-size: clamp(1.65rem, 2.8vw, 2.25rem);
}

p:last-child,
blockquote:last-child {
    margin-bottom: 0;
}

address {
    font-style: normal;
}

.aahr-shell {
    width: min(var(--aahr-shell), calc(100% - 48px));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    z-index: 10000;
    top: 8px;
    left: -9999px;
    padding: 12px 18px;
    border-radius: 8px;
    background: #fff;
    color: var(--aahr-navy);
    font-weight: 800;
    box-shadow: var(--aahr-shadow-sm);
}

.skip-link:focus {
    left: 8px;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Utility, promotion, and primary navigation */
.aahr-utility-bar {
    background: #041326;
    color: #c9d6e4;
    font-size: 0.75rem;
    letter-spacing: 0.02em;
}

.aahr-utility-inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.aahr-utility-links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.aahr-utility-links a {
    color: #e8eef5;
    text-decoration: none;
}

.aahr-utility-phone {
    font-weight: 800;
    color: #fff !important;
}

.aahr-promotion-bar {
    position: relative;
    z-index: 102;
    background: linear-gradient(90deg, var(--aahr-red-dark), var(--aahr-red));
    color: #fff;
}

.aahr-promotion-inner {
    min-height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    text-align: center;
    font-size: 0.79rem;
}

.aahr-promotion-inner > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.aahr-promotion-inner strong {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.aahr-promotion-inner span {
    color: #ffe8eb;
}

.aahr-promotion-inner a {
    flex: 0 0 auto;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.aahr-site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid rgba(7, 26, 51, 0.08);
    backdrop-filter: blur(18px);
    transition: box-shadow 180ms ease, background 180ms ease;
}

.aahr-site-header.is-scrolled {
    box-shadow: 0 12px 35px rgba(7, 26, 51, 0.11);
}

.aahr-header-inner {
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.aahr-brand {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    width: 220px;
}

.aahr-brand-lockup {
    width: 100%;
    display: block;
    color: var(--aahr-navy);
    line-height: 0;
    text-decoration: none;
}

.aahr-brand-logo {
    width: 100%;
    max-width: 100%;
    max-height: 58px;
    display: block;
    object-fit: contain;
    object-position: left center;
}

.aahr-primary-nav {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aahr-primary-nav ul {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.aahr-primary-nav li {
    position: relative;
}

.aahr-primary-nav a {
    position: relative;
    display: block;
    padding: 34px 0 31px;
    color: var(--aahr-navy);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.aahr-primary-nav > ul > li > a::after,
.aahr-primary-nav .menu > li > a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 24px;
    left: 0;
    height: 2px;
    background: var(--aahr-red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.aahr-primary-nav a:hover::after,
.aahr-primary-nav .current-menu-item > a::after,
.aahr-primary-nav .current_page_item > a::after {
    transform: scaleX(1);
}

.aahr-primary-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: -22px;
    min-width: 245px;
    display: none;
    align-items: stretch;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--aahr-line);
    border-radius: 14px;
    box-shadow: var(--aahr-shadow);
}

.aahr-primary-nav li:hover > .sub-menu,
.aahr-primary-nav li:focus-within > .sub-menu {
    display: grid;
}

.aahr-primary-nav .sub-menu a {
    padding: 11px 12px;
    border-radius: 8px;
    text-transform: none;
    letter-spacing: 0;
}

.aahr-primary-nav .sub-menu a:hover {
    background: var(--aahr-cream);
}

.aahr-primary-nav .sub-menu a::after {
    display: none;
}

.aahr-header-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 18px;
}

.aahr-header-phone {
    display: grid;
    gap: 1px;
    color: var(--aahr-navy);
    text-decoration: none;
    line-height: 1.2;
}

.aahr-header-phone span {
    color: var(--aahr-muted);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.aahr-header-phone strong {
    font-size: 0.97rem;
}

.aahr-menu-toggle {
    display: none;
    align-items: center;
    gap: 9px;
    padding: 10px 12px;
    border: 1px solid var(--aahr-line);
    border-radius: 10px;
    background: #fff;
    color: var(--aahr-navy);
    font-weight: 800;
    cursor: pointer;
}

.aahr-menu-icon {
    width: 20px;
    display: grid;
    gap: 4px;
}

.aahr-menu-icon span {
    width: 100%;
    height: 2px;
    display: block;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
}

.aahr-menu-toggle[aria-expanded="true"] .aahr-menu-icon span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.aahr-menu-toggle[aria-expanded="true"] .aahr-menu-icon span:nth-child(2) {
    opacity: 0;
}

.aahr-menu-toggle[aria-expanded="true"] .aahr-menu-icon span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* Buttons and text links */
.aahr-button-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
}

.aahr-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.83rem;
    font-weight: 800;
    letter-spacing: 0.025em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.aahr-button:hover {
    transform: translateY(-2px);
}

.aahr-button:focus-visible,
.aahr-gallery-filters button:focus-visible,
.aahr-menu-toggle:focus-visible,
.aahr-lightbox-close:focus-visible {
    outline: 3px solid rgba(199, 162, 105, 0.65);
    outline-offset: 3px;
}

.aahr-button-primary {
    background: linear-gradient(135deg, var(--aahr-red), var(--aahr-red-dark));
    color: #fff;
    box-shadow: 0 13px 30px rgba(188, 31, 50, 0.22);
}

.aahr-button-primary:hover {
    box-shadow: 0 17px 36px rgba(188, 31, 50, 0.3);
}

.aahr-button-secondary {
    border-color: #c8d1dc;
    background: #fff;
    color: var(--aahr-navy);
}

.aahr-button-secondary:hover {
    border-color: var(--aahr-navy);
    box-shadow: var(--aahr-shadow-sm);
}

.aahr-button-light {
    background: #fff;
    color: var(--aahr-navy);
}

.aahr-button-outline-light {
    border-color: rgba(255, 255, 255, 0.52);
    background: transparent;
    color: #fff;
}

.aahr-button-outline-light:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.aahr-button-small {
    min-height: 44px;
    padding: 11px 17px;
    font-size: 0.74rem;
}

.aahr-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--aahr-red);
    font-weight: 800;
    text-decoration: none;
}

.aahr-text-link span {
    transition: transform 160ms ease;
}

.aahr-text-link:hover span {
    transform: translateX(4px);
}

/* Shared section patterns */
.aahr-section {
    padding: 105px 0;
}

.aahr-warm-section {
    background: var(--aahr-cream);
}

.aahr-kicker,
.aahr-project-type {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--aahr-red);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    line-height: 1.4;
    text-transform: uppercase;
}

.aahr-kicker-light {
    color: #f2c6cd;
}

.aahr-section-heading {
    margin-bottom: 48px;
}

.aahr-section-heading h2 {
    max-width: 820px;
    margin-bottom: 0;
}

.aahr-section-heading p {
    color: var(--aahr-muted);
    font-size: 1.05rem;
}

.aahr-section-heading-split {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    align-items: end;
    gap: 60px;
}

.aahr-section-heading-split > p,
.aahr-section-heading-split > div:last-child p {
    margin-bottom: 14px;
}

.aahr-section-heading-center {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.aahr-section-heading-center h2 {
    margin-right: auto;
    margin-left: auto;
}

.aahr-lead {
    color: #43546a;
    font-size: 1.13rem;
    line-height: 1.75;
}

.aahr-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 72px;
}

.aahr-split-wide {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.aahr-centered-action {
    margin-top: 34px;
    text-align: center;
}

.aahr-fine-print,
.aahr-gallery-disclaimer {
    color: var(--aahr-muted);
    font-size: 0.76rem;
    line-height: 1.65;
}

/* Home hero */
.aahr-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(199, 162, 105, 0.18), transparent 26%),
        linear-gradient(135deg, #f9f6f0 0%, #fff 46%, #eef2f5 100%);
}

.aahr-hero::after {
    content: "";
    position: absolute;
    right: -230px;
    bottom: -300px;
    width: 650px;
    height: 650px;
    border: 1px solid rgba(188, 31, 50, 0.12);
    border-radius: 50%;
}

.aahr-hero-grid {
    position: relative;
    z-index: 1;
    min-height: 720px;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
    align-items: center;
    gap: 72px;
    padding: 78px 0 88px;
}

.aahr-hero-copy h1 {
    max-width: 770px;
    margin-bottom: 27px;
}

.aahr-hero-copy h1 em {
    display: block;
    color: var(--aahr-red);
    font-style: italic;
    font-weight: 600;
}

.aahr-hero-copy > p {
    max-width: 680px;
    margin-bottom: 31px;
    color: #46566b;
    font-size: 1.12rem;
    line-height: 1.72;
}

.aahr-hero-proof {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 36px;
    color: var(--aahr-muted);
    font-size: 0.78rem;
}

.aahr-hero-proof span {
    padding: 0 18px;
    border-left: 1px solid #cbd3dc;
}

.aahr-hero-proof span:first-child {
    padding-left: 0;
    border-left: 0;
}

.aahr-hero-proof strong {
    display: block;
    color: var(--aahr-navy);
    font-size: 0.88rem;
}

.aahr-hero-visual {
    position: relative;
    min-height: 585px;
}

.aahr-hero-image-wrap {
    position: absolute;
    inset: 0 30px 38px 0;
    overflow: hidden;
    border-radius: 36px;
    box-shadow: var(--aahr-shadow);
}

.aahr-hero-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 58%, rgba(7, 26, 51, 0.24));
    pointer-events: none;
}

.aahr-hero-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aahr-hero-card {
    position: absolute;
    z-index: 2;
    display: grid;
    gap: 4px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 17px 45px rgba(7, 26, 51, 0.18);
    backdrop-filter: blur(14px);
}

.aahr-hero-card strong {
    color: var(--aahr-navy);
    font-size: 0.9rem;
}

.aahr-hero-card small {
    color: var(--aahr-muted);
    font-size: 0.69rem;
}

.aahr-hero-card-rating {
    right: 0;
    bottom: 0;
    width: 285px;
}

.aahr-hero-card-local {
    top: 35px;
    left: -35px;
    width: 180px;
}

.aahr-stars {
    color: #d59a20;
    font-family: Inter, sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
}

/* Trust strip */
.aahr-trust-strip {
    border-top: 1px solid var(--aahr-line);
    border-bottom: 1px solid var(--aahr-line);
    background: #fff;
}

.aahr-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.aahr-trust-grid > div {
    min-height: 115px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 23px 26px;
    border-right: 1px solid var(--aahr-line);
}

.aahr-trust-grid > div:first-child {
    padding-left: 0;
}

.aahr-trust-grid > div:last-child {
    padding-right: 0;
    border-right: 0;
}

.aahr-trust-icon {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--aahr-cream);
    color: var(--aahr-red);
    font-size: 0.7rem;
    font-weight: 800;
}

.aahr-trust-grid p {
    display: grid;
    gap: 2px;
    margin: 0;
}

.aahr-trust-grid strong {
    color: var(--aahr-navy);
    font-size: 0.87rem;
}

.aahr-trust-grid small {
    color: var(--aahr-muted);
    font-size: 0.72rem;
}

/* Service cards */
.aahr-services-section {
    background: #fff;
}

.aahr-service-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 26px;
}

.aahr-service-card {
    position: relative;
    min-height: 565px;
    overflow: hidden;
    border-radius: var(--aahr-radius-lg);
    background: var(--aahr-navy);
    box-shadow: var(--aahr-shadow-sm);
}

.aahr-service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 520ms ease;
}

.aahr-service-card:hover img {
    transform: scale(1.035);
}

.aahr-service-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 26, 51, 0.02) 24%, rgba(7, 26, 51, 0.91) 100%);
}

.aahr-service-card-overlay {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 42px;
    color: #fff;
}

.aahr-service-card-overlay > span {
    display: block;
    margin-bottom: 9px;
    color: #f0c7cd;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.aahr-service-card-overlay h3 {
    max-width: 590px;
    margin-bottom: 13px;
    color: #fff;
    font-size: clamp(2.35rem, 4vw, 3.35rem);
}

.aahr-service-card-overlay p {
    max-width: 650px;
    margin-bottom: 20px;
    color: #dbe5ee;
    font-size: 0.93rem;
}

.aahr-service-card-overlay a {
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
}

/* Project previews and cards */
.aahr-projects-preview {
    background: var(--aahr-cream);
}

.aahr-before-after-feature {
    display: grid;
    grid-template-columns: minmax(310px, 0.72fr) minmax(0, 1.28fr);
    gap: 44px;
    align-items: center;
    padding: 38px;
    border: 1px solid rgba(7, 26, 51, 0.1);
    border-radius: var(--aahr-radius-lg);
    background: #fff;
    box-shadow: var(--aahr-shadow-sm);
}

.aahr-before-after-copy h3 {
    margin-bottom: 18px;
    font-size: clamp(2.2rem, 4vw, 3.35rem);
}

.aahr-before-after-copy > p {
    color: var(--aahr-muted);
}

.aahr-before-after-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.aahr-before-after-pair figure {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    margin: 0;
    border-radius: 18px;
    background: #e9edf0;
}

.aahr-before-after-pair figure > span {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(7, 26, 51, 0.85);
    color: #fff;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aahr-before-after-pair figure:nth-child(2) > span {
    background: var(--aahr-red);
}

.aahr-before-after-pair a {
    display: block;
    height: 100%;
}

.aahr-before-after-pair img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aahr-check-list {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 24px 0 29px;
    list-style: none;
}

.aahr-check-list li {
    position: relative;
    padding-left: 28px;
    color: #43546a;
}

.aahr-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--aahr-red);
    font-weight: 900;
}

.aahr-check-list-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aahr-project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}

.aahr-project-grid-preview {
    margin-top: 28px;
}

.aahr-project-card {
    display: block;
    overflow: hidden;
    border: 1px solid var(--aahr-line);
    border-radius: var(--aahr-radius);
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(7, 26, 51, 0.055);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.aahr-project-card:hover {
    border-color: rgba(188, 31, 50, 0.35);
    transform: translateY(-5px);
    box-shadow: var(--aahr-shadow-sm);
}

.aahr-project-image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e9edf1;
}

.aahr-project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms ease;
}

.aahr-project-card:hover .aahr-project-image img {
    transform: scale(1.035);
}

.aahr-project-body {
    padding: 25px;
}

.aahr-project-body > span,
.aahr-gallery-item > div > span {
    display: block;
    margin-bottom: 7px;
    color: var(--aahr-red);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.aahr-project-body h3,
.aahr-gallery-item h3 {
    margin-bottom: 10px;
    font-size: 1.9rem;
}

.aahr-project-body p,
.aahr-gallery-item p {
    margin: 0;
    color: var(--aahr-muted);
    font-size: 0.86rem;
}

/* Team and values */
.aahr-why-section {
    background: #fff;
}

.aahr-team-image {
    position: relative;
}

.aahr-team-image > img {
    width: 100%;
    min-height: 590px;
    object-fit: cover;
    border-radius: var(--aahr-radius-lg);
    box-shadow: var(--aahr-shadow);
}

.aahr-image-caption {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    display: grid;
    gap: 3px;
    padding: 18px 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--aahr-shadow-sm);
    backdrop-filter: blur(14px);
}

.aahr-image-caption strong {
    color: var(--aahr-navy);
}

.aahr-image-caption span {
    color: var(--aahr-muted);
    font-size: 0.78rem;
}

.aahr-value-list {
    display: grid;
    gap: 0;
    margin: 34px 0;
    border-top: 1px solid var(--aahr-line);
}

.aahr-value-list article {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    padding: 22px 0;
    border-bottom: 1px solid var(--aahr-line);
}

.aahr-value-list article > span {
    color: var(--aahr-red);
    font-size: 0.74rem;
    font-weight: 800;
}

.aahr-value-list h3 {
    margin-bottom: 4px;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    letter-spacing: 0;
}

.aahr-value-list p {
    margin: 0;
    color: var(--aahr-muted);
    font-size: 0.86rem;
}

/* Reviews */
.aahr-reviews-section {
    background: #f8f9fa;
}

.aahr-review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.aahr-review-grid-large {
    align-items: stretch;
}

.aahr-review-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 31px;
    border: 1px solid var(--aahr-line);
    border-radius: var(--aahr-radius);
    background: #fff;
    box-shadow: 0 8px 26px rgba(7, 26, 51, 0.05);
}

.aahr-review-card blockquote {
    flex: 1;
    margin: 18px 0 27px;
    color: #405168;
    font-size: 0.96rem;
    font-style: italic;
    line-height: 1.78;
}

.aahr-review-card footer {
    display: grid;
    gap: 2px;
    padding-top: 18px;
    border-top: 1px solid var(--aahr-line);
}

.aahr-review-card footer strong {
    color: var(--aahr-navy);
    font-size: 0.9rem;
}

.aahr-review-card footer span {
    color: var(--aahr-muted);
    font-size: 0.73rem;
}

/* Process */
.aahr-process-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--aahr-navy), var(--aahr-navy-2));
    color: #d6e1ec;
}

.aahr-process-section::before {
    content: "";
    position: absolute;
    top: -250px;
    right: -220px;
    width: 540px;
    height: 540px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.aahr-process-section .aahr-shell {
    position: relative;
    z-index: 1;
}

.aahr-process-section h2,
.aahr-process-section h3 {
    color: #fff;
}

.aahr-process-section .aahr-section-heading p {
    color: #c4d1df;
}

.aahr-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.aahr-process-grid article {
    min-height: 260px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
}

.aahr-process-grid article > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin-bottom: 50px;
    border-radius: 50%;
    background: var(--aahr-red);
    color: #fff;
    font-size: 0.73rem;
    font-weight: 800;
}

.aahr-process-grid h3 {
    margin-bottom: 11px;
    font-size: 2rem;
}

.aahr-process-grid p {
    margin: 0;
    color: #c8d5e2;
    font-size: 0.84rem;
}

/* Offer and service area */
.aahr-offer-section {
    padding-bottom: 0;
    background: #fff;
}

.aahr-offer-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) auto;
    align-items: center;
    gap: 45px;
    padding: 52px;
    border-radius: var(--aahr-radius-lg);
    background: linear-gradient(135deg, var(--aahr-red-dark), var(--aahr-red));
    color: #fff;
    box-shadow: 0 25px 65px rgba(144, 20, 38, 0.25);
}

.aahr-offer-card::after {
    content: "";
    position: absolute;
    right: -130px;
    bottom: -180px;
    width: 370px;
    height: 370px;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 50%;
}

.aahr-offer-card > * {
    position: relative;
    z-index: 1;
}

.aahr-offer-card h2 {
    max-width: 780px;
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(2.55rem, 4vw, 4rem);
}

.aahr-offer-card p {
    max-width: 760px;
    margin-bottom: 10px;
    color: #ffe5e8;
}

.aahr-offer-card small {
    display: block;
    max-width: 760px;
    color: #f6cbd1;
    font-size: 0.72rem;
}

.aahr-service-area-preview {
    background: #fff;
}

.aahr-city-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.aahr-city-grid-large {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aahr-city-grid a {
    display: grid;
    gap: 4px;
    padding: 18px 20px;
    border: 1px solid var(--aahr-line);
    border-radius: 13px;
    background: #fff;
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.aahr-city-grid a:hover {
    border-color: rgba(188, 31, 50, 0.4);
    transform: translateY(-2px);
    box-shadow: var(--aahr-shadow-sm);
}

.aahr-city-grid strong {
    color: var(--aahr-navy);
    font-size: 0.9rem;
}

.aahr-city-grid span {
    color: var(--aahr-muted);
    font-size: 0.67rem;
}

/* Internal page hero */
.aahr-page-hero {
    position: relative;
    overflow: hidden;
    padding: 108px 0 112px;
    background:
        radial-gradient(circle at 80% 0%, rgba(199, 162, 105, 0.22), transparent 28%),
        linear-gradient(135deg, #06172c, #0d3159);
    color: #d7e4ef;
}

.aahr-page-hero::after {
    content: "";
    position: absolute;
    right: -220px;
    bottom: -350px;
    width: 650px;
    height: 650px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.aahr-page-hero .aahr-shell {
    position: relative;
    z-index: 1;
}

.aahr-page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
    align-items: end;
    gap: 70px;
}

.aahr-page-hero h1 {
    max-width: 990px;
    margin-bottom: 22px;
    color: #fff;
    font-size: clamp(3.7rem, 7vw, 6.7rem);
}

.aahr-page-hero p {
    max-width: 820px;
    margin-bottom: 0;
    color: #d5e1ec;
    font-size: 1.08rem;
}

.aahr-page-hero .aahr-button-row {
    margin-top: 30px;
}

.aahr-page-hero-stat {
    display: grid;
    gap: 5px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
}

.aahr-page-hero-stat strong {
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 2.25rem;
    line-height: 1;
}

.aahr-page-hero-stat span,
.aahr-page-hero-stat a {
    color: #cbd9e7;
    font-size: 0.82rem;
    text-decoration: none;
}

/*
 * Generic WordPress article content only.
 *
 * Do not apply these narrow-reading-column rules to <main class="aahr-content">.
 * The homepage and AAHR service/content-library templates use that class as a
 * full-width page namespace. Scoping to an element that is also .aahr-shell
 * prevents the entire page from being capped at 920px and left aligned.
 */
.aahr-shell.aahr-content {
    max-width: 920px;
    padding-top: 74px;
    padding-bottom: 100px;
}

.aahr-shell.aahr-content h2 {
    margin-top: 50px;
    font-size: 3.15rem;
}

.aahr-shell.aahr-content h3 {
    margin-top: 35px;
    font-size: 2.1rem;
}

.aahr-shell.aahr-content p,
.aahr-shell.aahr-content li {
    font-size: 1.02rem;
}

.aahr-shell.aahr-content a {
    color: var(--aahr-red);
}

/* Defensive full-width reset for AAHR page templates and content-library output. */
main.aahr-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.aahr-single-image {
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: var(--aahr-radius);
    box-shadow: var(--aahr-shadow);
}

.aahr-inline-cta {
    margin-top: 50px;
    padding: 35px;
    border-radius: var(--aahr-radius);
    background: var(--aahr-cream);
}

.aahr-inline-cta h2 {
    margin-top: 0;
}

.aahr-post-card {
    padding: 28px 0;
    border-bottom: 1px solid var(--aahr-line);
}

.aahr-post-card h2 {
    margin: 0 0 10px;
    font-size: 2.5rem;
}

.aahr-post-card a {
    color: var(--aahr-navy);
    text-decoration: none;
}

/* Projects page */
.aahr-projects-hero .aahr-page-hero-stat {
    max-width: 330px;
    justify-self: end;
}

.aahr-before-after-project-page {
    padding: 42px;
    background: var(--aahr-cream);
}

.aahr-project-details {
    display: grid;
    gap: 0;
    margin: 26px 0 0;
    border-top: 1px solid var(--aahr-line);
}

.aahr-project-details > div {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 16px;
    padding: 13px 0;
    border-bottom: 1px solid var(--aahr-line);
}

.aahr-project-details dt {
    color: var(--aahr-muted);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.aahr-project-details dd {
    margin: 0;
    color: var(--aahr-navy);
    font-size: 0.82rem;
    font-weight: 700;
}

.aahr-gallery-section {
    background: #f8f9fa;
}

.aahr-gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 28px;
}

.aahr-gallery-filters button {
    min-height: 42px;
    padding: 9px 16px;
    border: 1px solid #cbd4de;
    border-radius: 999px;
    background: #fff;
    color: var(--aahr-navy);
    font-size: 0.75rem;
    font-weight: 800;
    cursor: pointer;
    transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}

.aahr-gallery-filters button:hover,
.aahr-gallery-filters button.is-active {
    border-color: var(--aahr-navy);
    background: var(--aahr-navy);
    color: #fff;
}

.aahr-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.aahr-gallery-item {
    overflow: hidden;
    border: 1px solid var(--aahr-line);
    border-radius: var(--aahr-radius);
    background: #fff;
    box-shadow: 0 8px 24px rgba(7, 26, 51, 0.05);
    transition: opacity 180ms ease, transform 180ms ease;
}

.aahr-gallery-item.is-hidden {
    display: none;
}

.aahr-gallery-item-wide {
    grid-column: span 2;
}

.aahr-gallery-item > a {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e7ebef;
}

.aahr-gallery-item-wide > a {
    aspect-ratio: 16 / 7.7;
}

.aahr-gallery-item > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms ease;
}

.aahr-gallery-item:hover > a img {
    transform: scale(1.035);
}

.aahr-gallery-zoom {
    position: absolute;
    right: 13px;
    bottom: 13px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(7, 26, 51, 0.86);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 800;
}

.aahr-gallery-item > div {
    padding: 23px;
}

.aahr-gallery-disclaimer {
    max-width: 980px;
    margin: 30px auto 0;
    text-align: center;
}

.aahr-project-plan-section {
    background: #fff;
}

.aahr-plan-card {
    padding: 36px;
    border: 1px solid var(--aahr-line);
    border-radius: var(--aahr-radius);
    background: #fff;
    box-shadow: var(--aahr-shadow-sm);
}

.aahr-plan-card h3 {
    margin-bottom: 13px;
}

.aahr-plan-card p {
    color: var(--aahr-muted);
}

.aahr-lightbox[hidden] {
    display: none;
}

.aahr-lightbox {
    position: fixed;
    z-index: 10000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 40px;
    background: rgba(2, 10, 20, 0.93);
}

.aahr-lightbox figure {
    max-width: min(1200px, 92vw);
    max-height: 88vh;
    display: grid;
    gap: 12px;
    margin: 0;
}

.aahr-lightbox img {
    max-width: 100%;
    max-height: 80vh;
    margin: auto;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.4);
}

.aahr-lightbox figcaption {
    color: #fff;
    font-size: 0.86rem;
    font-weight: 700;
    text-align: center;
}

.aahr-lightbox-close {
    position: absolute;
    top: 18px;
    right: 22px;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
}

/* Service-page hero */
.aahr-service-hero {
    position: relative;
    min-height: 715px;
    display: grid;
    align-items: end;
    overflow: hidden;
    background: var(--aahr-navy);
}

.aahr-service-hero-media {
    position: absolute;
    inset: 0;
}

.aahr-service-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 18, 35, 0.97) 0%, rgba(5, 18, 35, 0.8) 43%, rgba(5, 18, 35, 0.12) 78%, rgba(5, 18, 35, 0.05) 100%);
}

.aahr-service-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.aahr-service-hero-grid {
    position: relative;
    z-index: 1;
    width: min(var(--aahr-shell), calc(100% - 48px));
    display: grid;
    grid-template-columns: minmax(0, 0.76fr) minmax(300px, 1.24fr);
    padding: 100px 0 96px;
}

.aahr-service-hero-copy {
    grid-column: 1;
}

.aahr-service-hero h1 {
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(3.7rem, 6.5vw, 6.4rem);
}

.aahr-service-hero p {
    margin-bottom: 31px;
    color: #d4e0eb;
    font-size: 1.05rem;
}

.aahr-window-hero .aahr-service-hero-media img {
    object-position: center 46%;
}

.aahr-local-proof {
    border-bottom: 1px solid var(--aahr-line);
    background: #fff;
}

.aahr-local-proof .aahr-shell {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
}

.aahr-local-proof span {
    padding: 0 23px;
    border-left: 1px solid var(--aahr-line);
    color: var(--aahr-navy);
    font-size: 0.76rem;
    font-weight: 800;
}

.aahr-local-proof span:first-child {
    border-left: 0;
}

.aahr-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.aahr-capability-grid article {
    min-height: 260px;
    padding: 30px;
    border: 1px solid var(--aahr-line);
    border-radius: var(--aahr-radius);
    background: #fff;
    box-shadow: 0 8px 24px rgba(7, 26, 51, 0.04);
}

.aahr-capability-grid article > span {
    display: block;
    margin-bottom: 42px;
    color: var(--aahr-red);
    font-size: 0.72rem;
    font-weight: 800;
}

.aahr-capability-grid h3 {
    margin-bottom: 12px;
    font-size: 2rem;
}

.aahr-capability-grid p {
    margin: 0;
    color: var(--aahr-muted);
    font-size: 0.87rem;
}

.aahr-image-stack {
    position: relative;
    min-height: 620px;
}

.aahr-image-stack-main {
    width: 82%;
    height: 560px;
    object-fit: cover;
    border-radius: var(--aahr-radius-lg);
    box-shadow: var(--aahr-shadow);
}

.aahr-image-stack-small {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border: 8px solid var(--aahr-cream);
    border-radius: 24px;
    box-shadow: var(--aahr-shadow-sm);
}

.aahr-manufacturer-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0 22px;
}

.aahr-manufacturer-list span {
    padding: 10px 13px;
    border: 1px solid var(--aahr-line);
    border-radius: 999px;
    background: #fff;
    color: var(--aahr-navy);
    font-size: 0.74rem;
    font-weight: 800;
}

.aahr-window-image-card {
    overflow: hidden;
    border-radius: var(--aahr-radius-lg);
    background: var(--aahr-navy);
    box-shadow: var(--aahr-shadow);
}

.aahr-window-image-card img {
    width: 100%;
    min-height: 480px;
    object-fit: cover;
}

.aahr-window-image-card > div {
    display: grid;
    gap: 3px;
    padding: 22px 25px;
    color: #fff;
}

.aahr-window-image-card span {
    color: #cdd9e5;
    font-size: 0.78rem;
}

/* Booking and contact */
.aahr-booking-section,
.aahr-estimate-section {
    background: var(--aahr-cream);
}

.aahr-booking-card {
    display: grid;
    grid-template-columns: 0.68fr 1.32fr;
    overflow: hidden;
    border: 1px solid var(--aahr-line);
    border-radius: var(--aahr-radius-lg);
    background: #fff;
    box-shadow: var(--aahr-shadow);
}

.aahr-booking-intro {
    padding: 46px;
    background: var(--aahr-navy);
    color: #d5e0eb;
}

.aahr-booking-intro h2 {
    color: #fff;
    font-size: 3.4rem;
}

.aahr-booking-intro .aahr-check-list li {
    color: #d5e0eb;
}

.aahr-booking-intro .aahr-fine-print {
    color: #aebfd0;
}

.aahr-meetings {
    min-height: 760px;
    background: #fff;
}

.aahr-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.aahr-contact-card {
    min-height: 260px;
    padding: 34px;
    border: 1px solid var(--aahr-line);
    border-radius: var(--aahr-radius);
    background: #fff;
    box-shadow: var(--aahr-shadow-sm);
}

.aahr-contact-card > span {
    color: var(--aahr-red);
    font-size: 0.71rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.aahr-contact-card h2 {
    margin: 35px 0 15px;
    font-size: clamp(2rem, 3vw, 2.8rem);
    overflow-wrap: anywhere;
}

.aahr-contact-card h2 a {
    text-decoration: none;
}

.aahr-contact-card p {
    color: var(--aahr-muted);
}

/* Estimate form */
.aahr-estimate-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr);
    align-items: start;
    gap: 32px;
}

.aahr-estimate-aside {
    position: sticky;
    top: 125px;
    padding: 36px;
    border-radius: var(--aahr-radius);
    background: var(--aahr-navy);
    color: #d2dfeb;
    box-shadow: var(--aahr-shadow-sm);
}

.aahr-estimate-aside h2 {
    color: #fff;
    font-size: 3rem;
}

.aahr-estimate-reasons {
    display: grid;
    gap: 0;
    margin: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.aahr-estimate-reasons > div {
    display: grid;
    gap: 4px;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.aahr-estimate-reasons strong {
    color: #fff;
    font-size: 0.84rem;
}

.aahr-estimate-reasons span {
    color: #b9c9d8;
    font-size: 0.74rem;
}

.aahr-estimate-aside .aahr-fine-print {
    color: #9eb1c5;
}

.aahr-estimate-form-card {
    padding: 42px;
    border: 1px solid var(--aahr-line);
    border-radius: var(--aahr-radius-lg);
    background: #fff;
    box-shadow: var(--aahr-shadow-sm);
}

.aahr-form-message {
    margin-bottom: 28px;
    padding: 15px 17px;
    border-radius: 10px;
    font-size: 0.84rem;
}

.aahr-form-success {
    border: 1px solid #8bc8a2;
    background: #eaf8ef;
    color: #195e34;
}

.aahr-form-error {
    border: 1px solid #df9aa5;
    background: #fff0f2;
    color: #8b1728;
}

.aahr-form-error a {
    font-weight: 800;
}

.aahr-form-section {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 15px;
    align-items: start;
    margin: 9px 0 24px;
    padding-top: 30px;
    border-top: 1px solid var(--aahr-line);
}

.aahr-form-section:first-of-type {
    padding-top: 0;
    border-top: 0;
}

.aahr-form-section > span {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--aahr-red);
    color: #fff;
    font-size: 0.74rem;
    font-weight: 800;
}

.aahr-form-section h3 {
    margin-bottom: 3px;
    font-family: Inter, sans-serif;
    font-size: 1.15rem;
    letter-spacing: 0;
}

.aahr-form-section p {
    margin: 0;
    color: var(--aahr-muted);
    font-size: 0.78rem;
}

.aahr-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 35px;
}

.aahr-field {
    display: grid;
    gap: 7px;
}

.aahr-field-full {
    grid-column: 1 / -1;
}

.aahr-field > span {
    color: var(--aahr-navy);
    font-size: 0.77rem;
    font-weight: 800;
}

.aahr-field input,
.aahr-field select,
.aahr-field textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 13px;
    border: 1px solid #bcc7d2;
    border-radius: 10px;
    background: #fff;
    color: var(--aahr-ink);
    outline: none;
    transition: border-color 150ms ease, box-shadow 150ms ease;
}

.aahr-field textarea {
    min-height: 130px;
    resize: vertical;
}

.aahr-field input:focus,
.aahr-field select:focus,
.aahr-field textarea:focus {
    border-color: var(--aahr-blue);
    box-shadow: 0 0 0 3px rgba(24, 63, 105, 0.12);
}

.aahr-form-consent {
    margin: 0 0 16px;
    color: var(--aahr-muted);
    font-size: 0.72rem;
}

.aahr-checkbox {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    align-items: start;
    margin-bottom: 23px;
    color: var(--aahr-muted);
    font-size: 0.7rem;
}

.aahr-checkbox input {
    margin-top: 3px;
}

.aahr-submit-button {
    width: 100%;
    border: 0;
    cursor: pointer;
}

.aahr-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Footer */
.aahr-final-cta {
    background: var(--aahr-red);
    color: #ffe7ea;
}

.aahr-final-cta-inner {
    min-height: 310px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.aahr-final-cta h2 {
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(3rem, 5vw, 4.8rem);
}

.aahr-final-cta p {
    max-width: 780px;
    margin: 0;
}

.aahr-site-footer {
    padding: 72px 0 28px;
    background: #041326;
    color: #bccbd9;
}

.aahr-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 48px;
}

.aahr-footer-logo {
    width: min(100%, 280px);
    display: inline-block;
    line-height: 0;
}

.aahr-footer-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.aahr-footer-about p {
    max-width: 340px;
    margin-top: 24px;
    font-size: 0.83rem;
}

.aahr-footer-tagline {
    color: #fff;
    font-weight: 700;
}

.aahr-site-footer h3 {
    margin-bottom: 18px;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aahr-site-footer a {
    display: block;
    margin: 8px 0;
    color: #cfdae5;
    font-size: 0.79rem;
    text-decoration: none;
}

.aahr-site-footer a:hover {
    color: #fff;
}

.aahr-footer-contact address {
    margin-top: 15px;
    color: #aebdcb;
    font-size: 0.76rem;
}

.aahr-footer-phone {
    color: #fff !important;
    font-size: 1.08rem !important;
    font-weight: 800;
}

.aahr-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.aahr-social-links a {
    margin: 0;
}

.aahr-footer-bottom {
    display: grid;
    grid-template-columns: 0.8fr 1.4fr auto;
    align-items: center;
    gap: 24px;
    margin-top: 52px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: #91a4b7;
    font-size: 0.66rem;
}

.aahr-footer-bottom > div {
    display: flex;
    justify-content: flex-end;
    gap: 13px;
}

.aahr-footer-bottom a {
    margin: 0;
    font-size: inherit;
}

.aahr-mobile-action-bar {
    display: none;
}

/* Responsive */
@media (max-width: 1180px) {
    .aahr-header-inner {
        gap: 20px;
    }

    .aahr-primary-nav ul {
        gap: 19px;
    }

    .aahr-header-phone {
        display: none;
    }

    .aahr-hero-grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
        gap: 44px;
    }

    .aahr-city-grid,
    .aahr-city-grid-large {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1010px) {
    .aahr-site-header {
        position: sticky;
        /* A filtered ancestor becomes the containing block for fixed children in
           Chromium/WebKit. Disable the desktop blur so the mobile drawer can
           reliably fill the viewport beneath the header. */
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    body.aahr-menu-open {
        overflow: hidden;
    }

    body.aahr-menu-open::before {
        content: "";
        position: fixed;
        z-index: 90;
        top: var(--aahr-mobile-nav-top, 0px);
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(7, 26, 51, 0.38);
    }

    .aahr-menu-toggle {
        position: relative;
        z-index: 220;
        display: inline-flex;
        margin-left: auto;
    }

    .aahr-primary-nav {
        position: fixed;
        z-index: 210;
        top: var(--aahr-mobile-nav-top, 0px);
        right: 0;
        bottom: 0;
        left: auto;
        width: min(390px, 100vw);
        max-width: 100%;
        min-height: 0;
        display: block;
        padding: 18px 24px max(90px, env(safe-area-inset-bottom));
        background: #fff;
        box-shadow: -20px 0 60px rgba(7, 26, 51, 0.24);
        opacity: 0;
        transform: translate3d(105%, 0, 0);
        visibility: hidden;
        pointer-events: none;
        transition: transform 220ms ease, opacity 180ms ease, visibility 220ms ease;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .aahr-primary-nav.is-open {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        visibility: visible;
        pointer-events: auto;
    }

    .aahr-primary-nav ul {
        width: 100%;
        display: grid;
        align-items: stretch;
        gap: 0;
        padding: 0;
        margin: 0;
    }

    .aahr-primary-nav li {
        width: 100%;
        border-bottom: 1px solid var(--aahr-line);
    }

    .aahr-primary-nav a {
        width: 100%;
        padding: 16px 2px;
        font-size: 0.86rem;
        white-space: normal;
    }

    .aahr-primary-nav > ul > li > a::after,
    .aahr-primary-nav .menu > li > a::after {
        display: none;
    }

    .aahr-primary-nav .sub-menu {
        position: static;
        display: grid;
        min-width: 0;
        padding: 0 0 12px 13px;
        border: 0;
        box-shadow: none;
    }

    .aahr-primary-nav .sub-menu li {
        border: 0;
    }

    .aahr-primary-nav .sub-menu a {
        padding: 9px 10px;
    }

    .aahr-header-actions .aahr-button {
        display: none;
    }

    .aahr-hero-grid {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 55px;
        padding: 70px 0 85px;
    }

    .aahr-hero-copy {
        max-width: 780px;
    }

    .aahr-hero-visual {
        min-height: 650px;
    }

    .aahr-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .aahr-trust-grid > div:nth-child(2) {
        border-right: 0;
    }

    .aahr-trust-grid > div:nth-child(-n + 2) {
        border-bottom: 1px solid var(--aahr-line);
    }

    .aahr-trust-grid > div:first-child,
    .aahr-trust-grid > div:nth-child(3) {
        padding-left: 0;
    }

    .aahr-section-heading-split,
    .aahr-split,
    .aahr-split-wide,
    .aahr-page-hero-grid,
    .aahr-before-after-feature,
    .aahr-booking-card,
    .aahr-estimate-layout {
        grid-template-columns: 1fr;
    }

    .aahr-section-heading-split {
        align-items: start;
        gap: 20px;
    }

    .aahr-service-grid {
        grid-template-columns: 1fr;
    }

    .aahr-service-card {
        min-height: 590px;
    }

    .aahr-before-after-feature {
        gap: 32px;
    }

    .aahr-project-grid,
    .aahr-review-grid,
    .aahr-gallery-grid,
    .aahr-capability-grid,
    .aahr-contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aahr-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aahr-team-image > img {
        min-height: auto;
        aspect-ratio: 4 / 3.2;
    }

    .aahr-offer-card {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .aahr-page-hero-stat,
    .aahr-projects-hero .aahr-page-hero-stat {
        max-width: 520px;
        justify-self: start;
    }

    .aahr-service-hero-grid {
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 0.15fr);
    }

    .aahr-estimate-aside {
        position: static;
    }

    .aahr-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aahr-footer-bottom {
        grid-template-columns: 1fr;
    }

    .aahr-footer-bottom > div {
        justify-content: flex-start;
    }
}

@media (max-width: 720px) {
    body {
        padding-bottom: 69px;
    }

    .aahr-shell {
        width: min(var(--aahr-shell), calc(100% - 28px));
    }

    .aahr-utility-bar {
        display: none;
    }

    .aahr-promotion-inner {
        min-height: 48px;
        justify-content: space-between;
        gap: 12px;
        padding: 7px 0;
        text-align: left;
    }

    .aahr-promotion-inner > div {
        display: grid;
        gap: 0;
        justify-items: start;
    }

    .aahr-promotion-inner > div span {
        max-width: 250px;
        overflow: hidden;
        font-size: 0.66rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .aahr-promotion-inner a {
        font-size: 0.66rem;
        white-space: nowrap;
    }

    .aahr-header-inner {
        min-height: 76px;
    }

    .aahr-brand {
        width: 184px;
    }

    .aahr-brand-logo {
        max-height: 50px;
    }

    .aahr-menu-label {
        display: none;
    }

    .aahr-primary-nav {
        width: 100vw;
        padding-right: max(24px, env(safe-area-inset-right));
        padding-left: max(24px, env(safe-area-inset-left));
    }

    .aahr-section {
        padding: 72px 0;
    }

    .aahr-section-heading {
        margin-bottom: 34px;
    }

    .aahr-hero-grid {
        gap: 42px;
        padding: 53px 0 65px;
    }

    .aahr-hero-copy h1 {
        font-size: clamp(3.4rem, 16vw, 4.8rem);
    }

    .aahr-hero-copy > p {
        font-size: 1rem;
    }

    .aahr-button-row {
        align-items: stretch;
    }

    .aahr-hero-copy .aahr-button-row .aahr-button,
    .aahr-final-cta .aahr-button-row .aahr-button,
    .aahr-offer-card .aahr-button-row .aahr-button,
    .aahr-service-hero .aahr-button-row .aahr-button,
    .aahr-page-hero .aahr-button-row .aahr-button {
        width: 100%;
    }

    .aahr-hero-proof {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .aahr-hero-proof span,
    .aahr-hero-proof span:first-child {
        padding: 0;
        border: 0;
    }

    .aahr-hero-visual {
        min-height: 460px;
    }

    .aahr-hero-image-wrap {
        inset: 0 0 40px;
        border-radius: 24px;
    }

    .aahr-hero-card-local {
        top: 15px;
        left: -6px;
    }

    .aahr-hero-card-rating {
        right: 8px;
        bottom: 0;
        width: min(285px, 88%);
    }

    .aahr-trust-grid {
        grid-template-columns: 1fr;
    }

    .aahr-trust-grid > div,
    .aahr-trust-grid > div:first-child,
    .aahr-trust-grid > div:nth-child(3) {
        min-height: 90px;
        padding: 18px 0;
        border-right: 0;
        border-bottom: 1px solid var(--aahr-line);
    }

    .aahr-trust-grid > div:last-child {
        border-bottom: 0;
    }

    .aahr-service-card {
        min-height: 520px;
        border-radius: 24px;
    }

    .aahr-service-card-overlay {
        padding: 28px;
    }

    .aahr-before-after-feature,
    .aahr-before-after-project-page {
        padding: 24px;
        border-radius: 24px;
    }

    .aahr-before-after-pair {
        grid-template-columns: 1fr;
    }

    .aahr-before-after-pair figure {
        min-height: 390px;
    }

    .aahr-project-grid,
    .aahr-review-grid,
    .aahr-gallery-grid,
    .aahr-capability-grid,
    .aahr-contact-grid,
    .aahr-form-grid {
        grid-template-columns: 1fr;
    }

    .aahr-gallery-item-wide {
        grid-column: auto;
    }

    .aahr-gallery-item-wide > a {
        aspect-ratio: 4 / 3;
    }

    .aahr-check-list-columns {
        grid-template-columns: 1fr;
    }

    .aahr-process-grid {
        grid-template-columns: 1fr;
    }

    .aahr-process-grid article {
        min-height: 220px;
    }

    .aahr-process-grid article > span {
        margin-bottom: 34px;
    }

    .aahr-offer-card {
        padding: 31px 25px;
        border-radius: 24px;
    }

    .aahr-city-grid,
    .aahr-city-grid-large {
        grid-template-columns: 1fr;
    }

    .aahr-page-hero {
        padding: 76px 0 80px;
    }

    .aahr-page-hero h1 {
        font-size: clamp(3.5rem, 15vw, 5rem);
    }

    .aahr-service-hero {
        min-height: 690px;
        align-items: end;
    }

    .aahr-service-hero-media::after {
        background: linear-gradient(180deg, rgba(5, 18, 35, 0.18) 0%, rgba(5, 18, 35, 0.45) 35%, rgba(5, 18, 35, 0.97) 72%);
    }

    .aahr-service-hero-grid {
        grid-template-columns: 1fr;
        padding: 270px 0 55px;
    }

    .aahr-service-hero h1 {
        font-size: clamp(3.35rem, 14vw, 4.7rem);
    }

    .aahr-local-proof .aahr-shell {
        justify-content: flex-start;
        padding: 14px 0;
    }

    .aahr-local-proof span {
        width: 50%;
        padding: 8px 10px;
        border: 0;
        font-size: 0.68rem;
    }

    .aahr-image-stack {
        min-height: 460px;
    }

    .aahr-image-stack-main {
        width: 92%;
        height: 410px;
    }

    .aahr-image-stack-small {
        width: 52%;
        border-width: 5px;
    }

    .aahr-project-details > div {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .aahr-lightbox {
        padding: 18px;
    }

    .aahr-lightbox-close {
        top: 10px;
        right: 10px;
    }

    .aahr-booking-intro,
    .aahr-estimate-form-card,
    .aahr-estimate-aside {
        padding: 28px;
    }

    .aahr-booking-intro h2,
    .aahr-estimate-aside h2 {
        font-size: 2.65rem;
    }

    .aahr-field-full {
        grid-column: auto;
    }

    .aahr-final-cta-inner {
        min-height: 380px;
        display: grid;
        align-content: center;
        gap: 26px;
        padding: 45px 0;
    }

    .aahr-footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .aahr-mobile-action-bar {
        position: fixed;
        z-index: 500;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        gap: 8px;
        padding: 9px;
        border-top: 1px solid var(--aahr-line);
        background: #fff;
        box-shadow: 0 -12px 30px rgba(7, 26, 51, 0.13);
    }

    .aahr-mobile-action-bar a {
        flex: 1;
        display: grid;
        place-items: center;
        min-height: 49px;
        border-radius: 999px;
        background: var(--aahr-navy);
        color: #fff;
        font-size: 0.8rem;
        font-weight: 800;
        text-decoration: none;
    }

    .aahr-mobile-action-bar a:last-child {
        background: var(--aahr-red);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Local service pages */

.aahr-location-hero h1 {
    max-width: 850px;
    font-size: clamp(3.35rem, 5.6vw, 5.45rem);
}

.aahr-location-hero .aahr-page-hero-stat a {
    display: inline-flex;
    margin-top: 12px;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.aahr-location-faq-section {
    background: #fff;
}

.aahr-faq-list {
    display: grid;
    gap: 12px;
}

.aahr-faq-list details {
    overflow: hidden;
    border: 1px solid var(--aahr-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(7, 26, 51, 0.045);
}

.aahr-faq-list summary {
    position: relative;
    padding: 20px 52px 20px 22px;
    color: var(--aahr-navy);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.aahr-faq-list summary::-webkit-details-marker {
    display: none;
}

.aahr-faq-list summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
    color: var(--aahr-red);
    font-size: 1.35rem;
}

.aahr-faq-list details[open] summary::after {
    content: "–";
}

.aahr-faq-list details p {
    padding: 0 22px 22px;
    margin: 0;
    color: var(--aahr-muted);
    font-size: 0.88rem;
}
