:root {
    --ahs-ink: #2d241c;
    --ahs-ink-soft: #5f5349;
    --ahs-brown: #8a5d37;
    --ahs-brown-dark: #5c3a22;
    --ahs-gold: #d7b66d;
    --ahs-cream: #f5f0e7;
    --ahs-cream-2: #ebe1d1;
    --ahs-green: #50694a;
    --ahs-white: #ffffff;
    --ahs-line: rgba(45, 36, 28, 0.12);
    --ahs-shadow: 0 18px 50px rgba(51, 35, 22, 0.12);
    --ahs-radius: 22px;
    --ahs-shell: 1240px;
}

.ahs-site-design {
    color: var(--ahs-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #fff;
}

.ahs-site-design.ahs-hide-theme-chrome .whb-header,
.ahs-site-design.ahs-hide-theme-chrome header.whb-header,
.ahs-site-design.ahs-hide-theme-chrome .main-header,
.ahs-site-design.ahs-hide-theme-chrome .site-header:not(.ahs-site-header),
.ahs-site-design.ahs-hide-theme-chrome .footer-container,
.ahs-site-design.ahs-hide-theme-chrome footer.footer-container,
.ahs-site-design.ahs-hide-theme-chrome .site-footer:not(.ahs-site-footer),
.ahs-site-design.ahs-hide-theme-chrome .copyrights-wrapper {
    display: none !important;
}

.ahs-generated-page .page-title,
.ahs-generated-page .wd-page-title,
.ahs-generated-page .title-size-default,
.ahs-generated-page .entry-header,
.ahs-generated-page .breadcrumbs {
    display: none !important;
}

.ahs-generated-page .site-content,
.ahs-generated-page .main-page-wrapper,
.ahs-generated-page .content-layout-wrapper,
.ahs-generated-page .entry-content,
.ahs-generated-page .elementor,
.ahs-generated-page .elementor-element.e-con {
    margin-top: 0;
}

.ahs-generated-page .main-page-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ahs-fullbleed {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

.ahs-shell,
.ahs-header-shell,
.ahs-footer-shell {
    width: min(calc(100% - 48px), var(--ahs-shell));
    max-width: var(--ahs-shell) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.ahs-topbar {
    position: relative;
    z-index: 1002;
    background: var(--ahs-ink);
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    letter-spacing: 0.02em;
}

.ahs-topbar .ahs-header-shell {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.ahs-topbar-links {
    display: flex;
    align-items: center;
    gap: 22px;
}

.ahs-topbar a {
    color: #fff;
    text-decoration: none;
}

.ahs-site-header {
    position: sticky;
    top: 0;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(45, 36, 28, 0.08);
    backdrop-filter: blur(15px);
    transition: box-shadow 0.25s ease, background 0.25s ease;
}

.admin-bar .ahs-site-header { top: 32px; }
.ahs-site-header.is-scrolled { box-shadow: 0 8px 30px rgba(50, 35, 22, 0.1); }
.ahs-main-header-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.ahs-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.ahs-brand img { display: block; width: 184px; height: auto; max-height: 62px; object-fit: contain; }

.ahs-primary-nav { display: flex; align-items: center; gap: 30px; }
.ahs-primary-nav > a,
.ahs-nav-dropdown > button {
    border: 0;
    background: none;
    padding: 12px 0;
    color: var(--ahs-ink);
    text-decoration: none;
    font-size: 15px;
    font-weight: 650;
    line-height: 1;
    cursor: pointer;
    transition: color .2s ease;
}
.ahs-primary-nav > a:hover,
.ahs-nav-dropdown > button:hover { color: var(--ahs-brown); }
.ahs-nav-dropdown { position: relative; }
.ahs-nav-dropdown > button span { margin-left: 5px; }
.ahs-nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    width: 230px;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--ahs-line);
    border-radius: 16px;
    box-shadow: var(--ahs-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 8px);
    transition: all .2s ease;
}
.ahs-nav-dropdown:hover .ahs-nav-dropdown-menu,
.ahs-nav-dropdown:focus-within .ahs-nav-dropdown-menu,
.ahs-nav-dropdown.is-open .ahs-nav-dropdown-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.ahs-nav-dropdown-menu a { display: block; padding: 11px 12px; border-radius: 10px; color: var(--ahs-ink); text-decoration: none; font-size: 14px; font-weight: 600; }
.ahs-nav-dropdown-menu a:hover { background: var(--ahs-cream); color: var(--ahs-brown-dark); }
.ahs-primary-nav .ahs-header-cta { padding: 14px 21px; border-radius: 999px; color: #fff; background: var(--ahs-brown-dark); box-shadow: 0 10px 24px rgba(92, 58, 34, .2); }
.ahs-primary-nav .ahs-header-cta:hover { color: #fff; background: var(--ahs-brown); transform: translateY(-1px); }

.ahs-menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--ahs-line); border-radius: 14px; background: #fff; padding: 11px; cursor: pointer; }
.ahs-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--ahs-ink); transition: transform .2s ease, opacity .2s ease; }
.ahs-menu-toggle.is-open > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ahs-menu-toggle.is-open > span:nth-child(2) { opacity: 0; }
.ahs-menu-toggle.is-open > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.ahs-section { padding: 105px 0; }
.ahs-section-white { background: #fff; }
.ahs-section-cream { background: var(--ahs-cream); }
.ahs-section-dark { background: var(--ahs-ink); color: #fff; }
.ahs-section-eyebrow .elementor-heading-title,
.elementor-widget-heading.ahs-section-eyebrow .elementor-heading-title,
.ahs-eyebrow .elementor-heading-title {
    color: var(--ahs-brown);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin: 0 0 14px;
}
.ahs-eyebrow .elementor-heading-title { color: var(--ahs-gold); }
.ahs-section-title .elementor-heading-title,
.elementor-widget-heading.ahs-section-title .elementor-heading-title {
    max-width: 780px;
    margin: 0;
    color: var(--ahs-ink);
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 760;
    letter-spacing: -.035em;
    line-height: 1.08;
}
.ahs-section-lead { max-width: 680px; margin-top: 20px; margin-bottom: 42px; }
.ahs-section-lead p { color: var(--ahs-ink-soft); font-size: 18px; line-height: 1.75; margin: 0; }
.ahs-light .elementor-heading-title,
.ahs-section-title.ahs-light .elementor-heading-title { color: #fff !important; }
.ahs-section-lead.ahs-light p { color: rgba(255,255,255,.7); }

.ahs-hero-section,
.ahs-page-hero { position: relative; isolation: isolate; }
.ahs-hero-section::before,
.ahs-page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(30,23,17,.92) 0%, rgba(30,23,17,.70) 45%, rgba(30,23,17,.18) 100%); }
.ahs-hero-section::after,
.ahs-page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 55%, rgba(20,15,11,.35)); }
.ahs-hero-content { align-items: flex-start !important; }
.ahs-hero-title .elementor-heading-title { max-width: 800px; margin: 0; color: #fff; font-size: clamp(48px, 6vw, 82px); font-weight: 760; letter-spacing: -.052em; line-height: .98; }
.ahs-hero-lead { max-width: 710px; margin: 28px 0 30px; }
.ahs-hero-lead p { margin: 0; color: rgba(255,255,255,.86); font-size: 20px; line-height: 1.7; }
.ahs-button-row { display: flex; flex-wrap: wrap; }
.ahs-btn .elementor-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 25px; border-radius: 999px; font-size: 15px; font-weight: 750; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.ahs-btn .elementor-button:hover { transform: translateY(-2px); }
.ahs-btn-primary .elementor-button { background: var(--ahs-gold); color: var(--ahs-ink); }
.ahs-btn-ghost .elementor-button { border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.08); color: #fff; backdrop-filter: blur(8px); }
.ahs-btn-dark .elementor-button { background: var(--ahs-ink); color: #fff; }
.ahs-btn-light .elementor-button { background: #fff; color: var(--ahs-ink); }
.ahs-hero-trust { display: flex; flex-wrap: wrap; gap: 18px 30px; margin-top: 30px; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 600; }

.ahs-page-hero-content { align-items: flex-start !important; }
.ahs-page-hero-title .elementor-heading-title { max-width: 820px; color: #fff; font-size: clamp(42px, 5vw, 68px); font-weight: 760; letter-spacing: -.045em; line-height: 1.02; }
.ahs-page-hero-lead { max-width: 720px; margin-top: 24px; }
.ahs-page-hero-lead p { margin: 0; color: rgba(255,255,255,.84); font-size: 19px; line-height: 1.7; }

.ahs-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ahs-category-card { overflow: hidden; border: 1px solid rgba(45,36,28,.1); border-radius: var(--ahs-radius); background: #fff; box-shadow: 0 10px 32px rgba(54,37,23,.06); transition: transform .25s ease, box-shadow .25s ease; }
.ahs-category-card:hover { transform: translateY(-7px); box-shadow: var(--ahs-shadow); }
.ahs-category-image { display: block; aspect-ratio: 4/3; overflow: hidden; background: var(--ahs-cream-2); }
.ahs-category-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.ahs-category-card:hover .ahs-category-image img { transform: scale(1.055); }
.ahs-category-card-body { padding: 25px 25px 27px; }
.ahs-category-card h3 { margin: 0 0 12px; font-size: 24px; line-height: 1.15; }
.ahs-category-card h3 a { color: var(--ahs-ink); text-decoration: none; }
.ahs-category-card p { min-height: 72px; margin: 0 0 18px; color: var(--ahs-ink-soft); font-size: 15px; line-height: 1.6; }
.ahs-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ahs-brown-dark); font-size: 14px; font-weight: 800; text-decoration: none; }
.ahs-text-link span { transition: transform .2s ease; }
.ahs-text-link:hover span { transform: translateX(4px); }

.ahs-split { align-items: center !important; }
.ahs-rounded-image img { width: 100%; min-height: 590px; object-fit: cover; border-radius: 28px; box-shadow: var(--ahs-shadow); }
.ahs-about-text p,
.ahs-contact-info-copy p { color: var(--ahs-ink-soft); font-size: 17px; line-height: 1.8; }
.ahs-check-list { margin: 28px 0 32px; padding: 0; list-style: none; }
.ahs-check-list li { position: relative; margin: 13px 0; padding-left: 31px; color: var(--ahs-ink); font-size: 16px; line-height: 1.55; }
.ahs-check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: rgba(80,105,74,.12); color: var(--ahs-green); font-size: 12px; font-weight: 900; }

.ahs-showcase-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ahs-showcase-card { overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: var(--ahs-radius); background: rgba(255,255,255,.055); transition: transform .25s ease, border-color .25s ease; }
.ahs-showcase-card:hover { transform: translateY(-6px); border-color: rgba(215,182,109,.5); }
.ahs-showcase-image { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; }
.ahs-showcase-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.ahs-showcase-card:hover img { transform: scale(1.045); }
.ahs-showcase-image span { position: absolute; left: 17px; bottom: 17px; padding: 8px 12px; border-radius: 999px; background: rgba(27,20,15,.78); color: #fff; font-size: 12px; font-weight: 750; backdrop-filter: blur(8px); }
.ahs-showcase-body { padding: 24px; }
.ahs-showcase-body h3 { margin: 0 0 12px; font-size: 22px; line-height: 1.2; }
.ahs-showcase-body h3 a { color: #fff; text-decoration: none; }
.ahs-showcase-body p { min-height: 70px; margin: 0 0 18px; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.65; }
.ahs-showcase-body .ahs-text-link { color: var(--ahs-gold); }

.ahs-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 48px; }
.ahs-process-card { position: relative; padding: 30px 25px 28px; border: 1px solid var(--ahs-line); border-radius: 20px; background: #fff; }
.ahs-process-card > span { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 14px; background: var(--ahs-cream); color: var(--ahs-brown-dark); font-weight: 850; }
.ahs-process-card h3 { margin: 23px 0 12px; color: var(--ahs-ink); font-size: 21px; }
.ahs-process-card p { margin: 0; color: var(--ahs-ink-soft); font-size: 14px; line-height: 1.65; }

.ahs-values-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 44px; }
.ahs-value-card { padding: 30px; border-radius: 22px; background: #fff; border: 1px solid rgba(45,36,28,.09); }
.ahs-value-card > span { color: var(--ahs-gold); font-size: 15px; font-weight: 900; }
.ahs-value-card h3 { margin: 34px 0 12px; font-size: 22px; }
.ahs-value-card p { margin: 0; color: var(--ahs-ink-soft); font-size: 14px; line-height: 1.65; }

.ahs-cta-section { padding: 66px 0; background: linear-gradient(135deg, var(--ahs-brown-dark), #8b5d36); color: #fff; }
.ahs-cta-inner { gap: 40px; }
.ahs-cta-copy { max-width: 820px; }
.ahs-cta-title .elementor-heading-title { margin: 0; color: #fff; font-size: clamp(32px, 4vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
.ahs-cta-text p { margin: 14px 0 0; color: rgba(255,255,255,.76); font-size: 17px; }

.ahs-contact-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.ahs-contact-card { min-height: 230px; padding: 27px; border-radius: 20px; background: #fff; border: 1px solid rgba(45,36,28,.1); }
.ahs-contact-card > span { color: var(--ahs-brown); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.ahs-contact-card h3 { margin: 28px 0 12px; font-size: 20px; line-height: 1.3; }
.ahs-contact-card h3 a { color: var(--ahs-ink); text-decoration: none; }
.ahs-contact-card p { margin: 0 0 16px; color: var(--ahs-ink-soft); font-size: 14px; line-height: 1.6; }
.ahs-contact-split { align-items: flex-start !important; }
.ahs-contact-note { margin-top: 34px; padding: 20px 22px; border-radius: 16px; background: var(--ahs-cream); color: var(--ahs-ink-soft); line-height: 1.7; }
.ahs-form-panel { padding: 34px !important; border: 1px solid var(--ahs-line); border-radius: 24px; background: #fff; box-shadow: var(--ahs-shadow); }
.ahs-contact-form { display: grid; gap: 19px; }
.ahs-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.ahs-contact-form label { display: grid; gap: 8px; color: var(--ahs-ink); font-size: 14px; font-weight: 700; }
.ahs-contact-form label > span { color: #a64232; }
.ahs-contact-form input:not([type="checkbox"]),
.ahs-contact-form select,
.ahs-contact-form textarea { width: 100%; border: 1px solid rgba(45,36,28,.17); border-radius: 13px; background: #fff; color: var(--ahs-ink); font: inherit; font-weight: 500; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.ahs-contact-form input:not([type="checkbox"]),
.ahs-contact-form select { min-height: 52px; padding: 0 15px; }
.ahs-contact-form textarea { padding: 14px 15px; resize: vertical; }
.ahs-contact-form input:focus,
.ahs-contact-form select:focus,
.ahs-contact-form textarea:focus { border-color: var(--ahs-brown); box-shadow: 0 0 0 4px rgba(138,93,55,.1); }
.ahs-contact-form .ahs-consent { display: flex; grid-template-columns: none; flex-direction: row; align-items: flex-start; gap: 10px; color: var(--ahs-ink-soft); font-size: 13px; font-weight: 500; line-height: 1.55; }
.ahs-contact-form .ahs-consent input { margin-top: 3px; }
.ahs-contact-form button { min-height: 54px; border: 0; border-radius: 999px; background: var(--ahs-ink); color: #fff; font-size: 15px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.ahs-contact-form button:hover { transform: translateY(-2px); background: var(--ahs-brown-dark); }
.ahs-honeypot { position: absolute !important; left: -99999px !important; width: 1px; height: 1px; overflow: hidden; }
.ahs-form-message { margin-bottom: 18px; padding: 15px 17px; border-radius: 13px; font-size: 14px; }
.ahs-form-success { background: rgba(80,105,74,.12); color: #385035; }
.ahs-form-error { background: rgba(166,66,50,.1); color: #8b3326; }

.ahs-faq-shell { max-width: 900px !important; }
.ahs-faq-list { display: grid; gap: 12px; margin-top: 42px; }
.ahs-faq-list details { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.05); }
.ahs-faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; color: #fff; font-size: 17px; font-weight: 700; cursor: pointer; }
.ahs-faq-list summary::-webkit-details-marker { display: none; }
.ahs-faq-list summary span { color: var(--ahs-gold); font-size: 24px; font-weight: 400; transition: transform .2s ease; }
.ahs-faq-list details[open] summary span { transform: rotate(45deg); }
.ahs-faq-list details p { margin: 0; padding: 0 24px 23px; color: rgba(255,255,255,.67); font-size: 15px; line-height: 1.7; }

.ahs-empty-state { padding: 30px; border: 1px dashed var(--ahs-line); border-radius: 16px; color: var(--ahs-ink-soft); text-align: center; }
.ahs-fallback-wrap { width: min(calc(100% - 40px), var(--ahs-shell)); margin: 70px auto; }

.ahs-site-footer { position: relative; z-index: 2; background: #211a15; color: rgba(255,255,255,.72); }
.ahs-footer-grid { display: grid; grid-template-columns: 1.55fr .8fr .8fr 1.1fr; gap: 50px; padding-top: 72px; padding-bottom: 62px; }
.ahs-footer-brand img { width: 210px; height: auto; margin-bottom: 20px; }
.ahs-footer-brand p { max-width: 390px; margin: 0; font-size: 14px; line-height: 1.75; }
.ahs-site-footer h3 { margin: 6px 0 22px; color: #fff; font-size: 15px; letter-spacing: .04em; }
.ahs-site-footer a { display: block; margin: 11px 0; color: rgba(255,255,255,.72); text-decoration: none; font-size: 14px; }
.ahs-site-footer a:hover { color: var(--ahs-gold); }
.ahs-footer-contact p { margin: 12px 0; font-size: 13px; line-height: 1.65; }
.ahs-site-footer .ahs-whatsapp-link { display: inline-flex; margin-top: 8px; padding: 11px 15px; border-radius: 999px; background: var(--ahs-green); color: #fff; font-weight: 750; }
.ahs-footer-bottom { border-top: 1px solid rgba(255,255,255,.09); }
.ahs-footer-bottom .ahs-footer-shell { padding-top: 20px; padding-bottom: 20px; font-size: 12px; }

@media (max-width: 1024px) {
    .admin-bar .ahs-site-header { top: 32px; }
    .ahs-topbar { display: none; }
    .ahs-main-header-row { min-height: 74px; }
    .ahs-menu-toggle { display: block; }
    .ahs-primary-nav { position: fixed; top: 74px; right: 0; bottom: 0; width: min(88vw, 380px); padding: 24px; display: flex; flex-direction: column; align-items: stretch; gap: 4px; background: #fff; box-shadow: -20px 30px 50px rgba(45,36,28,.16); transform: translateX(105%); visibility: hidden; transition: transform .25s ease, visibility .25s ease; overflow-y: auto; }
    .admin-bar .ahs-primary-nav { top: 106px; }
    .ahs-primary-nav.is-open { transform: translateX(0); visibility: visible; }
    .ahs-primary-nav > a,
    .ahs-nav-dropdown > button { width: 100%; padding: 15px 12px; text-align: left; border-radius: 10px; }
    .ahs-primary-nav > a:hover,
    .ahs-nav-dropdown > button:hover { background: var(--ahs-cream); }
    .ahs-nav-dropdown-menu { position: static; width: 100%; padding: 4px 0 6px 16px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; display: none; }
    .ahs-nav-dropdown.is-open .ahs-nav-dropdown-menu { display: block; }
    .ahs-primary-nav .ahs-header-cta { margin-top: 12px; text-align: center; }
    body.ahs-menu-open { overflow: hidden; }
    .ahs-category-grid,
    .ahs-showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ahs-process-grid,
    .ahs-values-grid,
    .ahs-contact-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ahs-split,
    .ahs-contact-split { flex-direction: column !important; gap: 42px !important; }
    .ahs-split-media,
    .ahs-split-copy,
    .ahs-contact-copy,
    .ahs-form-panel { width: 100% !important; }
    .ahs-rounded-image img { min-height: 500px; }
    .ahs-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .ahs-footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 782px) {
    .admin-bar .ahs-site-header { top: 46px; }
    .admin-bar .ahs-primary-nav { top: 120px; }
}

@media (max-width: 767px) {
    .ahs-shell,
    .ahs-header-shell,
    .ahs-footer-shell { width: min(calc(100% - 30px), var(--ahs-shell)); }
    .ahs-brand img { width: 154px; }
    .ahs-section { padding: 72px 0; }
    .ahs-hero-section { min-height: 650px !important; background-position: 62% center !important; }
    .ahs-hero-section::before,
    .ahs-page-hero::before { background: linear-gradient(90deg, rgba(28,21,16,.92), rgba(28,21,16,.64)); }
    .ahs-hero-title .elementor-heading-title { font-size: clamp(43px, 13vw, 61px); }
    .ahs-hero-lead p { font-size: 17px; }
    .ahs-hero-trust { display: grid; gap: 10px; }
    .ahs-page-hero { min-height: 390px !important; }
    .ahs-page-hero-title .elementor-heading-title { font-size: clamp(38px, 11vw, 54px); }
    .ahs-section-title .elementor-heading-title { font-size: clamp(31px, 9vw, 43px); }
    .ahs-category-grid,
    .ahs-showcase-grid,
    .ahs-process-grid,
    .ahs-values-grid,
    .ahs-contact-card-grid { grid-template-columns: 1fr; }
    .ahs-category-card p,
    .ahs-showcase-body p { min-height: 0; }
    .ahs-rounded-image img { min-height: 370px; }
    .ahs-cta-inner { flex-direction: column !important; align-items: flex-start !important; }
    .ahs-form-row { grid-template-columns: 1fr; }
    .ahs-form-panel { padding: 23px !important; }
    .ahs-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; padding-top: 54px; }
    .ahs-footer-brand,
    .ahs-footer-contact { grid-column: 1 / -1; }
}
