:root {
    --ahy-navy: #071a2e;
    --ahy-blue: #0b3d68;
    --ahy-cyan: #149bd7;
    --ahy-orange: #b94700;
    --ahy-orange-dark: #963900;
    --ahy-ink: #152536;
    --ahy-muted: #5d6b78;
    --ahy-line: #dce4ea;
    --ahy-tint: #eef5f8;
    --ahy-white: #fff;
    --ahy-wrap: 1180px;
    --ahy-radius: 8px;
    --ahy-shadow: 0 20px 55px rgba(7, 26, 46, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.ahy-site {
    margin: 0;
    color: var(--ahy-ink);
    background: var(--ahy-white);
    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;
}
body.ahy-site.admin-bar .ahy-header { top: 32px; }
body.ahy-site img { display: block; max-width: 100%; height: auto; }
body.ahy-site a { color: inherit; text-decoration: none; }
body.ahy-site p { margin: 0 0 1.25rem; }
body.ahy-site h1, body.ahy-site h2, body.ahy-site h3 {
    color: inherit;
    font-family: "Arial Narrow", "Roboto Condensed", Inter, sans-serif;
    font-weight: 750;
    letter-spacing: -.035em;
    line-height: 1.08;
    margin: 0 0 1.15rem;
}
body.ahy-site h1 { font-size: clamp(2.7rem, 5.8vw, 5.6rem); max-width: 920px; }
body.ahy-site h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
body.ahy-site h3 { font-size: 1.35rem; }
.ahy-wrap { width: min(calc(100% - 48px), var(--ahy-wrap)); margin-inline: auto; }
.ahy-main { overflow: hidden; }
.ahy-section { padding: 104px 0; }
.ahy-section-tint { background: var(--ahy-tint); }
.ahy-section-dark { color: #fff; background: var(--ahy-navy); }
.ahy-section-dark h2, .ahy-section-dark h3 { color: #fff; }
.ahy-skip-link { position: fixed; left: 12px; top: -100px; z-index: 99999; padding: 10px 16px; background: #fff; color: #000; }
.ahy-skip-link:focus { top: 12px; }

.ahy-header {
    position: fixed;
    z-index: 1000;
    inset: 0 0 auto;
    height: 88px;
    color: #fff;
    background: linear-gradient(180deg, rgba(4, 17, 31, .94), rgba(4, 17, 31, .72));
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    transition: height .25s ease, background .25s ease, box-shadow .25s ease;
}
.ahy-header.is-scrolled { height: 76px; background: rgba(4, 17, 31, .98); box-shadow: 0 8px 30px rgba(0, 0, 0, .2); }
.ahy-header-inner { display: flex; align-items: center; height: 100%; gap: 26px; }
.ahy-brand { display: flex; align-items: center; width: 178px; flex: 0 0 178px; }
.ahy-logo { width: 178px; max-height: 68px; object-fit: contain; }
.ahy-nav { display: flex; align-items: center; justify-content: center; gap: 24px; margin-left: auto; }
.ahy-nav a { position: relative; padding: 30px 0 27px; color: rgba(255,255,255,.82); font-size: .84rem; font-weight: 700; white-space: nowrap; }
.ahy-nav a::after { content: ""; position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; background: var(--ahy-orange); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.ahy-nav a:hover, .ahy-nav a:focus-visible, .ahy-nav a.is-active { color: #fff; }
.ahy-nav a:hover::after, .ahy-nav a:focus-visible::after, .ahy-nav a.is-active::after { transform: scaleX(1); }
.ahy-header-cta { display: inline-flex; align-items: center; gap: 12px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.35); font-size: .84rem; font-weight: 800; white-space: nowrap; transition: background .2s, border .2s; }
.ahy-header-cta:hover { background: var(--ahy-orange); border-color: var(--ahy-orange); }
.ahy-menu-toggle { display: none; margin-left: auto; padding: 10px; border: 0; background: transparent; }
.ahy-menu-toggle > span:not(.screen-reader-text) { display: block; width: 26px; height: 2px; margin: 5px 0; background: #fff; }

.ahy-hero { position: relative; color: #fff; background-color: var(--ahy-navy); background-image: linear-gradient(90deg, rgba(4,17,31,.94) 0%, rgba(4,17,31,.76) 53%, rgba(4,17,31,.22) 100%), var(--hero-image); background-position: center; background-size: cover; }
.ahy-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 7px; background: linear-gradient(90deg, var(--ahy-orange) 0 31%, var(--ahy-cyan) 31% 46%, transparent 46%); }
.ahy-hero-home { min-height: 780px; padding: 180px 0 100px; }
.ahy-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .65fr); gap: 72px; align-items: end; min-height: 500px; }
.ahy-hero-copy h1 { color: #fff; }
.ahy-lead { max-width: 750px; color: rgba(255,255,255,.84); font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.55; }
.ahy-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 20px !important; color: #bce8fb; font-size: .76rem; font-weight: 850; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.ahy-eyebrow::before { content: ""; width: 34px; height: 3px; background: var(--ahy-orange); }
.ahy-eyebrow-dark { color: var(--ahy-blue); }
.ahy-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.ahy-btn { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 25px; border: 1px solid transparent; font-size: .9rem; font-weight: 850; letter-spacing: .01em; transition: transform .2s, background .2s, border .2s; }
.ahy-btn:hover { transform: translateY(-2px); }
.ahy-btn-primary { color: #fff !important; background: var(--ahy-orange); border-color: var(--ahy-orange); }
.ahy-btn-primary:hover { background: var(--ahy-orange-dark); border-color: var(--ahy-orange-dark); }
.ahy-btn-ghost { color: #fff !important; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.06); }
.ahy-btn-ghost:hover { background: rgba(255,255,255,.14); }
.ahy-hero-panel { padding: 32px; background: rgba(5,28,49,.82); border: 1px solid rgba(255,255,255,.2); border-top: 4px solid var(--ahy-orange); backdrop-filter: blur(10px); }
.ahy-panel-label { color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.ahy-check-list { display: grid; gap: 17px; padding: 0; margin: 22px 0 0; list-style: none; }
.ahy-check-list li { display: flex; gap: 13px; align-items: flex-start; color: rgba(255,255,255,.86); font-size: .93rem; }
.ahy-check-list svg { width: 20px; min-width: 20px; color: var(--ahy-orange); }
.ahy-check-list-dark li { color: var(--ahy-ink); }

.ahy-proof { position: relative; z-index: 5; background: #fff; box-shadow: 0 15px 50px rgba(7,26,46,.08); }
.ahy-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ahy-proof-grid > div { padding: 30px 28px; border-right: 1px solid var(--ahy-line); }
.ahy-proof-grid > div:last-child { border: 0; }
.ahy-proof strong { display: block; color: var(--ahy-blue); font-family: "Arial Narrow", sans-serif; font-size: 1.85rem; line-height: 1.15; }
.ahy-proof span { display: block; margin-top: 6px; color: var(--ahy-muted); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .055em; }

.ahy-heading { max-width: 800px; margin-bottom: 48px; }
.ahy-heading-split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; max-width: none; }
.ahy-heading-split > p { color: var(--ahy-muted); font-size: 1.05rem; }
.ahy-heading-center { margin-inline: auto; text-align: center; }
.ahy-heading-center .ahy-eyebrow { justify-content: center; }
.ahy-card-grid { display: grid; gap: 22px; }
.ahy-card-grid-3 { grid-template-columns: repeat(3, 1fr); }
.ahy-card-grid-2 { grid-template-columns: repeat(2, 1fr); }
.ahy-service-card, .ahy-simple-card { position: relative; min-height: 315px; padding: 36px; background: #fff; border: 1px solid var(--ahy-line); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.ahy-service-card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: var(--ahy-shadow); }
.ahy-service-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--ahy-orange); transform: scaleY(0); transform-origin: bottom; transition: transform .25s; }
.ahy-service-card:hover::before { transform: scaleY(1); }
.ahy-service-card-featured { background: var(--ahy-blue); border-color: var(--ahy-blue); color: #fff; }
.ahy-service-card-featured h3, .ahy-service-card-featured a { color: #fff; }
.ahy-service-card-featured p { color: rgba(255,255,255,.78) !important; }
.ahy-card-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 28px; color: var(--ahy-blue); background: var(--ahy-tint); }
.ahy-card-icon svg { width: 28px; }
.ahy-service-card-featured .ahy-card-icon { color: #fff; background: rgba(255,255,255,.12); }
.ahy-card-number { position: absolute; top: 26px; right: 30px; color: #c4d1da !important; font: 700 1rem/1 "Arial Narrow", sans-serif; }
.ahy-service-card p, .ahy-simple-card p { color: var(--ahy-muted); font-size: .95rem; }
.ahy-service-card a { display: inline-flex; gap: 10px; align-items: center; margin-top: 13px; color: var(--ahy-blue); font-size: .84rem; font-weight: 850; }
.ahy-service-card a span { color: var(--ahy-orange); }

.ahy-media-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 74px; align-items: center; }
.ahy-media-grid-reverse { grid-template-columns: .97fr 1.03fr; }
.ahy-media-grid-reverse > :first-child { order: 2; }
.ahy-media-grid-reverse > :last-child { order: 1; }
.ahy-photo { width: 100%; object-fit: cover; }
.ahy-photo-main { min-height: 480px; max-height: 620px; }
.ahy-photo-square { aspect-ratio: 1; }
.ahy-media-stack { position: relative; padding: 0 36px 36px 0; }
.ahy-media-stack::before { content: ""; position: absolute; z-index: 0; right: 0; bottom: 0; width: 72%; height: 72%; border: 1px solid rgba(255,255,255,.22); }
.ahy-media-stack img { position: relative; z-index: 1; }
.ahy-media-note { position: absolute; z-index: 2; right: 0; bottom: 0; padding: 20px 24px; color: var(--ahy-ink); background: #fff; box-shadow: var(--ahy-shadow); }
.ahy-media-note strong, .ahy-media-note span { display: block; }
.ahy-media-note strong { color: var(--ahy-orange-dark); }
.ahy-media-note span { font-size: .78rem; }
.ahy-content > p:not(.ahy-eyebrow) { color: var(--ahy-muted); font-size: 1.05rem; }
.ahy-section-dark .ahy-content > p:not(.ahy-eyebrow) { color: rgba(255,255,255,.7); }
.ahy-feature-list { display: grid; gap: 26px; padding: 0; margin: 36px 0 0; list-style: none; }
.ahy-feature-list li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; }
.ahy-feature-list > li > span { display: grid; place-items: center; width: 48px; height: 48px; color: #ffb079; border: 1px solid rgba(255,255,255,.2); font-size: .78rem; font-weight: 800; }
.ahy-feature-list h3 { margin-bottom: 6px; font-size: 1.1rem; }
.ahy-feature-list p { color: rgba(255,255,255,.64); font-size: .9rem; }
.ahy-spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 32px 0; background: var(--ahy-line); border: 1px solid var(--ahy-line); }
.ahy-spec-grid > div { padding: 22px; background: #fff; }
.ahy-spec-grid strong, .ahy-spec-grid span { display: block; }
.ahy-spec-grid strong { color: var(--ahy-blue); font-size: 1.2rem; }
.ahy-spec-grid span { color: var(--ahy-muted); font-size: .8rem; }
.ahy-pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.ahy-pill-list span { padding: 9px 13px; color: var(--ahy-blue); background: var(--ahy-tint); border: 1px solid #d5e3e9; font-size: .78rem; font-weight: 750; }

.ahy-process { border-top: 1px solid var(--ahy-line); }
.ahy-process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 0; margin: 0; list-style: none; counter-reset: none; }
.ahy-process-grid::before { content: ""; position: absolute; top: 27px; right: 8%; left: 8%; height: 1px; background: var(--ahy-line); }
.ahy-process-grid li { position: relative; padding-top: 75px; text-align: center; }
.ahy-process-grid li > span { position: absolute; z-index: 1; top: 0; left: 50%; display: grid; place-items: center; width: 56px; height: 56px; color: #fff; background: var(--ahy-blue); border: 8px solid #fff; border-radius: 50%; transform: translateX(-50%); font-size: .72rem; font-weight: 850; box-sizing: content-box; }
.ahy-process-grid h3 { margin-bottom: 8px; font-size: 1.08rem; }
.ahy-process-grid p { color: var(--ahy-muted); font-size: .88rem; }
.ahy-simple-card > span { display: inline-block; margin-bottom: 34px; color: var(--ahy-orange); font-size: .75rem; font-weight: 850; letter-spacing: .1em; }
.ahy-simple-card { min-height: 245px; }
.ahy-dark-cards .ahy-simple-card { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.14); }
.ahy-dark-cards .ahy-simple-card p { color: rgba(255,255,255,.64); }

.ahy-faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.ahy-accordion { border-top: 1px solid #cbd8df; }
.ahy-accordion details { border-bottom: 1px solid #cbd8df; }
.ahy-accordion summary { position: relative; padding: 23px 44px 23px 0; cursor: pointer; color: var(--ahy-ink); font-weight: 780; list-style: none; }
.ahy-accordion summary::-webkit-details-marker { display: none; }
.ahy-accordion summary::after { content: "+"; position: absolute; top: 17px; right: 0; color: var(--ahy-orange); font-size: 1.6rem; font-weight: 400; }
.ahy-accordion details[open] summary::after { content: "−"; }
.ahy-accordion details p { padding: 0 50px 23px 0; color: var(--ahy-muted); font-size: .94rem; }
.ahy-final-cta { padding: 76px 0; color: #fff; background: linear-gradient(105deg, var(--ahy-blue), #082944); }
.ahy-final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.ahy-final-cta h2 { max-width: 780px; color: #fff; font-size: clamp(2rem, 3.5vw, 3.25rem); }
.ahy-final-cta p:not(.ahy-eyebrow) { max-width: 720px; margin-bottom: 0; color: rgba(255,255,255,.7); }
.ahy-final-cta .ahy-btn { flex: 0 0 auto; }

.ahy-hero-inner { min-height: 590px; padding: 190px 0 105px; background-position: center; }
.ahy-hero-inner-copy { position: relative; z-index: 2; }
.ahy-hero-inner h1 { max-width: 880px; color: #fff; font-size: clamp(2.8rem, 5vw, 4.9rem); }
.ahy-hero-inner .ahy-lead { max-width: 720px; }
.ahy-hero-inner .ahy-btn { margin-top: 20px; }
.ahy-number-list { display: grid; gap: 3px; padding: 0; margin: 30px 0 0; list-style: none; }
.ahy-number-list li { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 15px; padding: 14px; background: #fff; }
.ahy-number-list span { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: var(--ahy-blue); font-size: .76rem; font-weight: 850; }
.ahy-number-list p { margin: 0; color: var(--ahy-ink); font-weight: 680; }
.ahy-inline-proof { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.ahy-inline-proof > * { padding: 10px 14px; background: var(--ahy-tint); color: var(--ahy-blue); font-size: .8rem; }
.ahy-policy { max-width: 860px; }
.ahy-policy h2 { margin-top: 2.5rem; font-size: clamp(1.45rem, 3vw, 2rem); }
.ahy-policy p { color: var(--ahy-muted); }
.ahy-policy a { color: var(--ahy-blue); text-decoration: underline; text-underline-offset: 3px; }

.ahy-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; box-shadow: var(--ahy-shadow); }
.ahy-contact-panel { padding: 58px; color: #fff; background: var(--ahy-navy); }
.ahy-contact-panel h2 { color: #fff; }
.ahy-contact-items { display: grid; gap: 28px; margin-top: 45px; }
.ahy-contact-items > div { padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.15); }
.ahy-contact-items span { display: block; margin-bottom: 5px; color: #8ccce8; font-size: .69rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.ahy-contact-items a, .ahy-contact-items p { color: #fff; font-size: .96rem; overflow-wrap: anywhere; }
.ahy-contact-note { margin-top: 30px !important; color: rgba(255,255,255,.55); font-size: .75rem; }
.ahy-form-panel { padding: 58px; background: #fff; }
.ahy-form-intro { color: var(--ahy-muted); }
.ahy-form-panel .wpforms-container { margin: 28px 0 0 !important; }
.ahy-form-panel .wpforms-field { padding: 0 0 18px !important; }
.ahy-form-panel .wpforms-field-label { margin-bottom: 7px !important; color: var(--ahy-ink) !important; font-size: .78rem !important; }
.ahy-form-panel input, .ahy-form-panel textarea { max-width: 100% !important; border: 1px solid #cbd8df !important; border-radius: 0 !important; background: #f8fafb !important; box-shadow: none !important; }
.ahy-form-panel input { height: 50px !important; }
.ahy-form-panel textarea { min-height: 135px !important; }
.ahy-form-panel button[type="submit"] { min-height: 52px !important; padding: 0 26px !important; color: #fff !important; background: var(--ahy-orange) !important; border: 0 !important; border-radius: 0 !important; font-size: .88rem !important; font-weight: 850 !important; }

.ahy-footer { padding: 75px 0 0; color: rgba(255,255,255,.68); background: #04111f; }
.ahy-footer-grid { display: grid; grid-template-columns: 1.55fr 1fr .7fr 1.35fr; gap: 60px; padding-bottom: 60px; }
.ahy-footer h2 { margin-bottom: 22px; color: #fff; font-family: inherit; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.ahy-footer a { display: block; width: fit-content; margin-bottom: 12px; font-size: .85rem; }
.ahy-footer a:hover { color: #fff; }
.ahy-logo-footer { width: 180px; margin-bottom: 22px; filter: drop-shadow(0 0 1px rgba(255,255,255,.6)); }
.ahy-footer-brand p { max-width: 350px; font-size: .86rem; }
.ahy-footer-brand > span { color: #87cbe8; font-size: .72rem; }
.ahy-footer-contact p { font-size: .83rem; }
.ahy-footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); }
.ahy-footer-bottom p { margin: 0; font-size: .72rem; }
.ahy-floating-quote { position: fixed; z-index: 900; right: 18px; bottom: 18px; display: none; align-items: center; gap: 10px; padding: 13px 18px; color: #fff !important; background: var(--ahy-orange); box-shadow: 0 10px 30px rgba(216,93,13,.35); font-size: .82rem; font-weight: 850; }

.ahy-reveal { opacity: 1; transform: none; }
.ahy-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
    .ahy-nav { gap: 15px; }
    .ahy-nav a { font-size: .76rem; }
    .ahy-header-cta { display: none; }
    .ahy-hero-grid { grid-template-columns: 1fr .55fr; gap: 35px; }
}

@media (max-width: 900px) {
    body.ahy-site.admin-bar .ahy-header { top: 46px; }
    .ahy-wrap { width: min(calc(100% - 36px), var(--ahy-wrap)); }
    .ahy-header, .ahy-header.is-scrolled { height: 72px; }
    .ahy-brand, .ahy-logo { width: 148px; }
    .ahy-brand { flex-basis: 148px; }
    .ahy-menu-toggle { display: block; }
    .ahy-nav { position: fixed; z-index: 999; top: 72px; right: 0; bottom: 0; left: 0; display: none; align-items: stretch; justify-content: flex-start; flex-direction: column; gap: 0; padding: 24px; margin: 0; background: var(--ahy-navy); overflow-y: auto; }
    .admin-bar .ahy-nav { top: 118px; }
    .ahy-nav.is-open { display: flex; }
    .ahy-nav a { padding: 16px 8px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 1rem; }
    .ahy-nav a::after { display: none; }
    body.ahy-menu-open { overflow: hidden; }
    .ahy-hero-home { min-height: auto; padding: 155px 0 80px; }
    .ahy-hero-grid { display: block; min-height: auto; }
    .ahy-hero-panel { margin-top: 48px; }
    .ahy-proof-grid { grid-template-columns: 1fr 1fr; }
    .ahy-proof-grid > div:nth-child(2) { border-right: 0; }
    .ahy-proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--ahy-line); }
    .ahy-section { padding: 78px 0; }
    .ahy-heading-split, .ahy-media-grid, .ahy-media-grid-reverse, .ahy-faq-grid, .ahy-contact-grid { grid-template-columns: 1fr; gap: 45px; }
    .ahy-media-grid-reverse > :first-child, .ahy-media-grid-reverse > :last-child { order: initial; }
    .ahy-card-grid-3 { grid-template-columns: 1fr 1fr; }
    .ahy-process-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
    .ahy-process-grid::before { display: none; }
    .ahy-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
    .ahy-footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
    body.ahy-site h1 { font-size: clamp(2.45rem, 12vw, 3.7rem); }
    body.ahy-site h2 { font-size: clamp(1.9rem, 9vw, 2.65rem); }
    .ahy-wrap { width: min(calc(100% - 30px), var(--ahy-wrap)); }
    .ahy-eyebrow { font-size: .68rem; }
    .ahy-hero-home { padding-top: 135px; }
    .ahy-hero { background-image: linear-gradient(90deg, rgba(4,17,31,.94), rgba(4,17,31,.68)), var(--hero-image); }
    .ahy-hero-panel { padding: 25px; }
    .ahy-actions { align-items: stretch; flex-direction: column; }
    .ahy-btn { width: 100%; }
    .ahy-proof-grid { grid-template-columns: 1fr 1fr; }
    .ahy-proof-grid > div { padding: 22px 15px; }
    .ahy-proof strong { font-size: 1.35rem; }
    .ahy-proof span { font-size: .66rem; }
    .ahy-section { padding: 64px 0; }
    .ahy-card-grid-3, .ahy-card-grid-2, .ahy-process-grid { grid-template-columns: 1fr; }
    .ahy-service-card, .ahy-simple-card { min-height: 0; padding: 28px; }
    .ahy-photo-main { min-height: 330px; }
    .ahy-media-stack { padding: 0; }
    .ahy-media-stack::before, .ahy-media-note { display: none; }
    .ahy-spec-grid { grid-template-columns: 1fr; }
    .ahy-process-grid li { padding-top: 65px; }
    .ahy-final-cta-inner { align-items: stretch; flex-direction: column; gap: 32px; }
    .ahy-hero-inner { min-height: 540px; padding: 150px 0 80px; }
    .ahy-contact-panel, .ahy-form-panel { padding: 34px 25px; }
    .ahy-footer { padding-top: 55px; }
    .ahy-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
    .ahy-footer-brand, .ahy-footer-contact { grid-column: 1 / -1; }
    .ahy-footer-bottom { flex-direction: column; }
    .ahy-floating-quote { display: inline-flex; }
}

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