/*!
Theme Name: Kadence Child - Hammerhead Security
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */


.site-top-header-inner-wrap{
    padding:8px;
}

/* Top bar width fixes: `hh_child_topbar_css()` in functions.php, printed in wp_footer (cascade fix). */

.site-header-wrap .site-top-header-inner-wrap{
    display: block
}

.site-header-wrap .site-header-top-section-center,
.site-header-wrap .site-header-top-section-center .site-header-item{
    display: block
}

.header-html-inner{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.top-left-header{
    margin-bottom:0;
    color: #fff;
}

.top-right-header{
    color: #fff;
}


.top-right-header span{
    padding: 4px 16px;
    background: #1A3460;
    color: #C9A84C;
    display: inline;
    margin-right: 8px;
    border-radius: 32px;
    text-align: center;
    font-weight: 600;
}


.content-area {
    margin-top: 0;
    margin-bottom: 0;
}

.entry-content-wrap {
    padding: 0;
}

/* Fluid heading scale: min (narrow) → calc-based growth → max (wide) */
h1 {
    font-size: clamp(2rem, calc(1.25rem + 2.5vw), 3.375rem);
}

h2 {
    font-size: clamp(1.75rem, calc(1.15rem + 2vw), 2.75rem);
}

h3 {
    font-size: clamp(1.5rem, calc(1.1rem + 1.5vw), 2.25rem);
}

h4 {
    font-size: clamp(1.25rem, calc(1.05rem + 1.1vw), 1.75rem);
}

h5 {
    font-size: clamp(1.125rem, calc(1rem + 0.65vw), 1.375rem);
}

.single-content h1, 
.single-content h2, 
.single-content h3, 
.single-content h4, 
.single-content h5, 
.single-content h6{
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.2;
}

/* --------------------------------------------------------------------------
   Option B: [hh_security_services] — accordion + synced card (mockup v7)
   -------------------------------------------------------------------------- */
.hh-svc-section {
    --hh-svc-navy: #0a1628;
    --hh-svc-bluetint: #0071bc;
    --hh-svc-blueaccent: #4a9fd9;
    --hh-svc-warmgray: #8a8680;
    --hh-svc-gold: #c9a84c;
    --hh-svc-panel: #f4f6f8;
    --hh-svc-grid: rgba(0, 113, 188, 0.05);
    background: #fff;
    color: var(--hh-svc-navy);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.hh-svc-section__inner {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding: clamp(3rem, 5vw, 6rem) clamp(1.25rem, 4vw, 1.5rem);
}

.hh-svc-section__grid {
    display: grid;
    gap: clamp(2.5rem, 4vw, 4rem);
    align-items: start;
    grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
    .hh-svc-section__grid {
        grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
        gap: clamp(2rem, 3vw, 4rem);
    }
}

.hh-svc-section__kicker {
    display: inline-block;
    margin: 0 0 0.5rem;
    padding: 0.35rem 0.75rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--hh-svc-bluetint);
    background: color-mix(in srgb, var(--hh-svc-blueaccent) 12%, white);
    border-radius: 9999px;
}

.hh-svc-section__title {
    margin: 0.75rem 0 0;
    font-size: clamp(2rem, 4.5vw, 3.125rem);
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.hh-svc-section__intro {
    margin: 1rem 0 0;
    max-width: 32rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--hh-svc-warmgray);
}

.hh-svc-accordion {
    margin-top: 2.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.hh-svc-accordion__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.hh-svc-accordion__btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.95rem 0.6rem 0.95rem 0.5rem;
    background: transparent;
    border: 0;
    border-radius: 0.375rem;
    font: inherit;
    text-align: left;
    cursor: pointer;
    color: var(--hh-svc-warmgray);
    transition:
        background 0.18s ease,
        color 0.18s ease,
        box-shadow 0.18s ease;
}

.hh-svc-accordion__btn:hover,
.hh-svc-accordion__btn:focus-visible {
    color: var(--hh-svc-navy);
    background: color-mix(in srgb, var(--hh-svc-blueaccent) 10%, #ffffff 90%);
    outline: none;
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--hh-svc-blueaccent) 22%, transparent);
}

.hh-svc-accordion__btn.is-open {
    color: var(--hh-svc-navy);
    font-weight: 600;
    background: color-mix(in srgb, var(--hh-svc-gold) 24%, #ffffff 76%);
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--hh-svc-gold) 35%, transparent);
}

.hh-svc-accordion__btn.is-open:hover,
.hh-svc-accordion__btn.is-open:focus-visible {
    color: var(--hh-svc-navy);
    background: color-mix(in srgb, var(--hh-svc-gold) 32%, #ffffff 68%);
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--hh-svc-gold) 50%, transparent);
}

.hh-svc-accordion__label {
    font-size: 0.9375rem;
}

/* Drawn chevron (clearer than the prior Unicode glyph) */
.hh-svc-accordion__chev {
    display: block;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 0.6rem;
    height: 0.6rem;
    border-right: 0.16em solid currentColor;
    border-bottom: 0.16em solid currentColor;
    transform: rotate(45deg) translateY(-0.05em);
    transform-origin: 60% 60%;
    transition: transform 0.2s ease, border-color 0.18s ease;
}

.hh-svc-accordion__btn.is-open .hh-svc-accordion__chev {
    transform: rotate(-135deg) translateY(0.02em);
    transform-origin: 50% 50%;
}

@media (prefers-reduced-motion: reduce) {
    .hh-svc-accordion__btn,
    .hh-svc-accordion__chev {
        transition: none;
    }
}

.hh-svc-accordion__panel {
    margin: 0 2rem 1rem 0;
}

.hh-svc-accordion__panel[hidden] {
    display: none;
}

.hh-svc-accordion__panel-text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--hh-svc-warmgray);
}

.hh-svc-hero {
    position: relative;
    min-height: 20rem;
    border-radius: 1rem;
    padding: 1.5rem;
    background-color: #f0f4f8;
    background-image: linear-gradient(135deg, rgba(0, 113, 188, 0.06) 0%, transparent 50%),
        repeating-linear-gradient(90deg, var(--hh-svc-grid) 0, var(--hh-svc-grid) 1px, transparent 1px, transparent 24px),
        repeating-linear-gradient(0deg, var(--hh-svc-grid) 0, var(--hh-svc-grid) 1px, transparent 1px, transparent 24px);
}

@media (min-width: 768px) {
    .hh-svc-hero {
        padding: 2.5rem;
    }
}

.hh-svc-hero__chip {
    position: absolute;
    z-index: 1;
    display: none;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 9999px;
    padding: 0.25rem 0.75rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) {
    .hh-svc-hero__chip {
        display: inline-block;
    }
}

.hh-svc-hero__chip--hi {
    right: 1.5rem;
    bottom: 6rem;
    color: var(--hh-svc-gold);
    background: var(--hh-svc-navy);
}

.hh-svc-card {
    position: relative;
    z-index: 0;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 10px 40px -12px rgba(10, 22, 40, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
    .hh-svc-card {
        padding: 2rem;
    }
}

.hh-svc-card__status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hh-svc-card__check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #10b981;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
}

.hh-svc-card__ready {
    display: inline-block;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #047857;
    background: #ecfdf5;
    border-radius: 9999px;
    padding: 0.2rem 0.5rem;
}

.hh-svc-card__title {
    margin: 1rem 0 0;
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--hh-svc-navy);
}

.hh-svc-card__sub {
    margin: 0.5rem 0 0;
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--hh-svc-warmgray);
}

.hh-svc-card__image {
    margin-top: 1.25rem;
    overflow: hidden;
    border-radius: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.hh-svc-card__image-img {
    display: block;
    width: 100%;
    height: 10rem;
    object-fit: cover;
}

.hh-svc-card__wysiwyg {
    margin-top: 1rem;
}

.hh-svc-card__wysiwyg h3 {
    margin: 0 0 0.5rem;
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--hh-svc-navy);
}

.hh-svc-card__wysiwyg p {
    margin: 0 0 0.75rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--hh-svc-warmgray);
}

.hh-svc-card__wysiwyg p:last-child {
    margin-bottom: 0;
}

.hh-svc-card__wysiwyg img {
    display: block;
    width: 100%;
    height: 10rem;
    object-fit: cover;
    border-radius: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin: 1rem 0;
}

.hh-svc-card__rows {
    margin-top: 1.25rem;
    display: grid;
    gap: 0.75rem;
}

.hh-svc-card__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background: color-mix(in srgb, var(--hh-svc-panel) 90%, white);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
}

.hh-svc-card__row-name {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--hh-svc-navy);
}

.hh-svc-card__row-detail {
    margin: 0.2rem 0 0;
    font-size: 0.75rem;
    color: var(--hh-svc-warmgray);
}

.hh-svc-card__row-gem {
    font-family: "Bebas Neue", Impact, system-ui, sans-serif;
    font-size: 1.125rem;
    line-height: 1;
    color: var(--hh-svc-gold);
}

.hh-svc-card__row-gem.is-alt {
    color: var(--hh-svc-blueaccent);
    opacity: 0.75;
}

.hh-svc-section__actions {
    margin: 2.5rem 0 0;
    text-align: center;
}

.hh-svc-section__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.75rem 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--hh-svc-blueaccent);
    background: #fff;
    border: 2px solid var(--hh-svc-blueaccent);
    border-radius: 0.375rem;
    transition: background 0.15s ease, color 0.15s ease;
}

.hh-svc-section__link:hover,
.hh-svc-section__link:focus-visible {
    background: color-mix(in srgb, var(--hh-svc-blueaccent) 6%, white);
    color: var(--hh-svc-bluetint);
    outline: none;
}

.home .hh-svc-section__right .hh-svc-card__row-name{
    margin-bottom: 0;
}

.home .hh-svc-accordion__btn.is-open,
.home  .hh-svc-accordion__btn.is-open:hover, .home .hh-svc-accordion__btn.is-open:focus-visible {
    background:transparent;
    border:none;
    box-shadow: none;
}

/* --------------------------------------------------------------------------
   Pattern: Service Page - Option A Sidebar
   -------------------------------------------------------------------------- */
.hh-service-page {
    --hh-sp-navy: #0a1628;
    --hh-sp-navy-mid: #112240;
    --hh-sp-gold: #c9a84c;
    --hh-sp-offwhite: #f5f2ec;
    --hh-sp-slate: #f0f3f7;
    --hh-sp-warmgray: #8a8680;
    --hh-sp-max: 1120px;
    --hh-sp-radius: 8px;
    background: #fff;
    color: var(--hh-sp-navy);
}

.hh-service-page a {
    color: inherit;
}

.hh-service-page__hero {
    margin: 0;
    color: var(--hh-sp-offwhite);
    background: linear-gradient(135deg, var(--hh-sp-navy) 0%, var(--hh-sp-navy-mid) 100%);
}

.hh-service-page__hero-inner {
    max-width: var(--hh-sp-max);
    margin: 0 auto;
}

.hh-service-page__breadcrumb {
    margin: 0 0 0.75rem;
    font-size: 0.75rem;
    color: rgba(245, 242, 236, 0.55);
}

.hh-service-page__breadcrumb a {
    color: var(--hh-sp-gold);
    text-decoration: none;
}

.hh-service-page__eyebrow,
.hh-service-page__section-label {
    margin: 0 0 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--hh-sp-gold);
}

.hh-service-page__title {
    margin: 0 0 0.75rem;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.hh-service-page__lead {
    margin: 0;
    color: rgba(245, 242, 236, 0.88);
}

.hh-service-page__layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
    max-width: calc(var(--hh-sp-max) + 3rem);
    margin: 0 auto;
    padding: 2.5rem 1.5rem 4rem;
}

.hh-service-page__layout.wp-block-columns {
    margin-bottom: 0;
}

.hh-service-page__layout > .wp-block-column {
    min-width: 0;
}

.hh-service-page__sidebar-title {
    margin: 0 0 1rem;
    color: var(--hh-sp-warmgray);
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.page .hh-service-page__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hh-service-page__nav li {
    margin: 0;
    border-bottom: 1px solid rgba(10, 22, 40, 0.08);
}

.hh-service-page__nav li:last-child {
    border-bottom: 0;
}

.hh-service-page__nav a {
    display: block;
    padding: 0.65rem 0.5rem;
    border-radius: 4px;
    color: var(--hh-sp-navy);
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
}

.hh-service-page__nav a:hover,
.hh-service-page__nav a:focus-visible {
    background: rgba(201, 168, 76, 0.12);
    color: var(--hh-sp-navy);
}

.hh-service-page__nav a.is-active,
.hh-service-page__nav .current-menu-item > a,
.hh-service-page__nav .current_page_item > a,
.hh-service-page__nav .current-menu-ancestor > a,
.hh-service-page__nav .current_page_ancestor > a {
    margin-left: -0.5rem;
    padding-left: calc(0.5rem + 3px);
    background: #fff;
    border-left: 3px solid var(--hh-sp-gold);
}

.hh-service-page__sidebar-actions {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(10, 22, 40, 0.1);
}

.hh-service-page__sidebar-actions .wp-block-button,
.hh-service-page__sidebar-actions .wp-block-button__link {
    width: 100%;
}

.hh-service-page__main p {
    color: var(--hh-sp-warmgray);
}

.hh-service-page__section-title {
    margin: 0 0 1rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.1;
}

.hh-service-page__check-list {
    margin: 1.5rem 0;
    padding: 0;
    list-style: none;
}

.hh-service-page__check-list li {
    display: flex;
    gap: 0.65rem;
    margin-bottom: 0.65rem;
    color: var(--hh-sp-navy);
    font-size: 0.875rem;
    font-weight: 500;
}

.hh-service-page__check-list li::before {
    content: "";
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    margin-top: 0.65rem;
    border-radius: 50%;
    background: var(--global-palette1);
}

.hh-service-page__feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}


.hh-service-page__feature-card svg {
    width: 40px;
    height: 40px;
    margin-bottom: 0.75rem;
    color: var(--hh-sp-gold);
}


.hh-service-page__inline-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2.5rem;
    padding: 1.75rem 1.5rem;
    color: var(--hh-sp-offwhite);
    background: var(--hh-sp-navy);
    border-radius: var(--hh-sp-radius);
}

.hh-service-page__inline-cta p {
    margin: 0;
    color: var(--hh-sp-offwhite);
    font-size: 1rem;
    font-weight: 500;
}

.hh-service-page__button .wp-block-button__link,
.hh-service-page__form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.2rem;
    color: #fff;
    background: var(--global-palette1);
    border: 0;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.hh-service-page__button .wp-block-button__link:hover,
.hh-service-page__button .wp-block-button__link:focus-visible,
.hh-service-page__form button:hover,
.hh-service-page__form button:focus-visible {
    filter: brightness(1.05);
}

.hh-service-page__contact {
    margin-top: 3rem;
    padding: 2rem;
    background: var(--hh-sp-slate);
    border-radius: var(--hh-sp-radius);
}

.hh-service-page__contact h3 {
    margin: 0 0 0.5rem;
    font-size: 1.75rem;
}

.hh-service-page__contact p {
    margin-bottom: 1.25rem;
}

.hh-service-page__form {
    display: grid;
    gap: 1rem;
}

.hh-service-page__form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.hh-service-page__form label {
    display: grid;
    gap: 0.35rem;
    color: var(--hh-sp-navy);
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hh-service-page__form input,
.hh-service-page__form textarea {
    width: 100%;
    padding: 0.65rem 0.85rem;
    border: 1px solid rgba(10, 22, 40, 0.12);
    border-radius: 6px;
    font: inherit;
    font-size: 0.9375rem;
    text-transform: none;
}

.hh-service-page__form textarea {
    min-height: 80px;
    resize: vertical;
}

.hh-service-page__form button {
    justify-self: start;
}

@media (max-width: 900px) {
    .hh-service-page__layout {
        grid-template-columns: 1fr;
    }

    .hh-service-page__sidebar-col {
        order: 2;
    }

    .hh-service-page__main {
        order: 1;
    }

    .hh-service-page__sidebar {
        position: static;
    }

    .hh-service-page__feature-grid,
    .hh-service-page__form-row {
        grid-template-columns: 1fr;
    }
}

/* --------------------------------------------------------------------------
   Pattern: Location Page - Option B Cinematic (Kadence Blocks)
   -------------------------------------------------------------------------- */
.hh-location-b {
    --hh-loc-navy: #0a1628;
    --hh-loc-navy-mid: #112240;
    --hh-loc-gold: #c9a84c;
    --hh-loc-blue: #4a9fd9;
    --hh-loc-offwhite: #f5f2ec;
    --hh-loc-slate: #f0f3f7;
    --hh-loc-warmgray: #8a8680;
    --hh-loc-max: 1120px;
    --hh-loc-radius: 8px;
    color: var(--hh-loc-navy);
}

.hh-location-b a {
    color: inherit;
    text-decoration: none;
}

.hh-location-b .kt-row-column-wrap {
    max-width: var(--hh-loc-max);
    margin-left: auto;
    margin-right: auto;
}

.hh-location-b__hero {
    position: relative;
    display: flex;
    min-height: 56vh;
    align-items: flex-end;
    overflow: hidden;
    color: var(--hh-loc-offwhite);
    background-color: var(--hh-loc-navy);
}

.hh-location-b__hero .kt-row-layout-inner,
.hh-location-b__hero .kt-row-column-wrap {
    width: 100%;
}

.hh-location-b__hero > .kt-inside-inner-col {
    padding: 3rem 1.5rem 2.5rem;
}

.hh-location-b__breadcrumb {
    margin: 0 0 0.75rem;
    color: rgba(245, 242, 236, 0.55);
    font-size: 0.75rem;
}

.hh-location-b__breadcrumb a {
    color: var(--hh-loc-gold);
}

.hh-location-b__eyebrow,
.hh-location-b__section-label {
    margin: 0 0 0.5rem;
    color: var(--hh-loc-gold);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hh-location-b__title {
    margin: 0 0 0.75rem;
    color: #fff;
    text-transform: uppercase;
}

.hh-location-b__lead {
    margin: 0 0 1.5rem;
    color: rgba(245, 242, 236, 0.88);
    line-height: 1.65;
}

.hh-location-b__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hh-location-b__actions.kb-buttons-wrap {
    justify-content: flex-start;
}

.hh-location-b__btn,
.hh-location-b__btn .kb-button,
.hh-location-b__btn .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    border: 2px solid transparent;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-transform: uppercase;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, filter 0.18s ease;
}

.hh-location-b__btn:hover,
.hh-location-b__btn:focus-visible {
    text-decoration: none;
}

.hh-location-b__btn--gold,
.hh-location-b__btn--gold .kb-button,
.hh-location-b__btn--gold .wp-block-button__link {
    color: var(--global-palette3);
    background: var(--global-palette1);
}

.hh-location-b__btn--outline,
.hh-location-b__btn--outline .kb-button,
.hh-location-b__btn--outline .wp-block-button__link {
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.32);
}

.hh-location-b__btn--outline:hover,
.hh-location-b__btn--outline:focus-visible,
.hh-location-b__btn--outline .kb-button:hover,
.hh-location-b__btn--outline .wp-block-button__link:hover,
.hh-location-b__btn--outline .kb-button:focus-visible,
.hh-location-b__btn--outline .wp-block-button__link:focus-visible {
    color: var(--hh-loc-navy);
    background: #fff;
}

.hh-location-b__btn--navy,
.hh-location-b__btn--navy .kb-button,
.hh-location-b__btn--navy .wp-block-button__link {
    color: #fff;
    background: var(--hh-loc-navy);
}

.hh-location-b__btn--gold:hover,
.hh-location-b__btn--gold:focus-visible,
.hh-location-b__btn--gold .kb-button:hover,
.hh-location-b__btn--gold .wp-block-button__link:hover,
.hh-location-b__btn--gold .kb-button:focus-visible,
.hh-location-b__btn--gold .wp-block-button__link:focus-visible,
.hh-location-b__btn--navy:hover,
.hh-location-b__btn--navy:focus-visible,
.hh-location-b__btn--navy .kb-button:hover,
.hh-location-b__btn--navy .wp-block-button__link:hover,
.hh-location-b__btn--navy .kb-button:focus-visible,
.hh-location-b__btn--navy .wp-block-button__link:focus-visible {
    filter: brightness(1.06);
}

.hh-location-b__trust-row {
    background: #fff;
    border-bottom: 1px solid rgba(10, 22, 40, 0.08);
}


.hh-location-b__trust-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem 2rem;
    color: var(--hh-loc-warmgray);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hh-location-b__trust-items span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.hh-location-b__trust-items strong {
    color: var(--hh-loc-navy);
    font-weight: 800;
}

.hh-location-b__section > .kt-inside-inner-col,
.hh-location-b__cities > .kt-inside-inner-col,
.hh-location-b__contact-section > .kt-inside-inner-col {
    padding: 3.5rem 1.5rem;
}

.hh-location-b__section--slate,
.hh-location-b__contact-section {
    background: var(--hh-loc-slate);
}

.hh-location-b__section--navy {
    color: var(--hh-loc-offwhite);
    background: var(--hh-loc-navy);
}

.hh-location-b__section--navy .hh-location-b__heading{
    color: #fff;
}

.hh-location-b__heading {
    margin: 0 0 1rem;
    color: var(--hh-loc-navy);
    font-size: clamp(1.65rem, 3vw, 2.1rem);
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.15;
}

.hh-location-b__body {
    margin: 0 0 1rem;
    color: var(--hh-loc-warmgray);
    line-height: 1.75;
}

.hh-location-b__body--narrow {
    max-width: 42rem;
}

.hh-location-b__section--navy .hh-location-b__body {
    color: rgba(245, 242, 236, 0.78);
}

.hh-location-b__overview .kt-row-column-wrap {
    align-items: center;
}

.hh-location-b__image img,
.hh-location-b__image--overview img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: var(--hh-loc-radius);
}

.hh-location-b__service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.hh-location-b__service-card {
    padding: 1.35rem 1.25rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 3px solid var(--hh-loc-gold);
    border-radius: var(--hh-loc-radius);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hh-location-b__service-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(74, 159, 217, 0.35);
    transform: translateY(-2px);
}

.hh-location-b__service-card p {
    margin: 0;
    color: rgba(245, 242, 236, 0.72);
    font-size: 0.8125rem;
    line-height: 1.6;
}

.hh-location-b__alt-rows {
    display: grid;
    gap: 1.5rem;
}

.hh-location-b__alt-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, min(40%, 420px));
    gap: 1.75rem;
    align-items: center;
    padding: 1.5rem 1.75rem;
    background: #fff;
    border: 1px solid rgba(10, 22, 40, 0.08);
    border-radius: var(--hh-loc-radius);
    box-shadow: 0 6px 28px rgba(10, 22, 40, 0.06);
}

.hh-location-b__alt-row:nth-child(even) {
    grid-template-columns: minmax(0, min(40%, 420px)) minmax(0, 1fr);
}

.hh-location-b__alt-row:nth-child(even) .hh-location-b__alt-text {
    order: 2;
}

.hh-location-b__alt-row:nth-child(even) .hh-location-b__alt-media {
    order: 1;
}

.hh-location-b__alt-text h3 {
    margin: 0 0 0.65rem;
    color: var(--hh-loc-navy);
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.hh-location-b__alt-text p {
    margin: 0;
    color: var(--hh-loc-warmgray);
}

.hh-location-b__alt-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 0.85rem;
    background: var(--hh-loc-slate);
    border-radius: var(--hh-loc-radius);
}

.hh-location-b__alt-media img {
    width: 100%;
    max-width: 400px;
    max-height: 240px;
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 6px;
}

.hh-location-b__cta {
    text-align: center;
    color: var(--hh-loc-navy);
    background: var(--hh-loc-gold);
}

.hh-location-b__cta .kt-inside-inner-col {
    padding: 2.5rem 1.5rem;
}

.hh-location-b__cta .hh-location-b__actions {
    justify-content: center;
}

.hh-location-b__cities {
    background: #fff;
}

.hh-location-b__center {
    text-align: center;
}

.hh-location-b__sub {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.hh-location-b__city-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.hh-location-b__city-card {
    position: relative;
    display: flex;
    aspect-ratio: 16 / 11;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    border: 2px solid transparent;
    border-radius: var(--hh-loc-radius);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.hh-location-b__city-card:hover,
.hh-location-b__city-card:focus-visible {
    border-color: var(--hh-loc-gold);
    transform: translateY(-3px);
}

.hh-location-b__city-card.is-current {
    border-color: var(--hh-loc-gold);
    box-shadow: 0 0 0 1px var(--hh-loc-gold);
}

.hh-location-b__city-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-position: center;
    background-size: cover;
}

.hh-location-b__city-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, var(--hh-loc-navy) 0%, transparent 60%);
    opacity: 0.88;
}

.hh-location-b__city-label {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hh-location-b__contact-section {
    padding-bottom: 3.5rem;
}

.hh-location-b__contact-section .kt-row-column-wrap {
    max-width: 560px;
}

.hh-location-b__contact-card > .kt-inside-inner-col {
    padding: 2rem;
    border-radius: var(--hh-loc-radius);
    box-shadow: 0 6px 28px rgba(10, 22, 40, 0.06);
}

.hh-location-b__form .kb-form {
    display: grid;
    gap: 1rem;
}

.hh-location-b__form label,
.hh-location-b__form .kadence-blocks-form-field label {
    color: var(--hh-loc-navy);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hh-location-b__form input,
.hh-location-b__form textarea {
    width: 100%;
    border: 1px solid rgba(10, 22, 40, 0.12);
    border-radius: 6px;
    font: inherit;
}

.hh-location-b__form button,
.hh-location-b__form .kb-forms-submit {
    border-radius: 6px;
    color: #fff;
    background: var(--hh-loc-gold);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .hh-location-b__service-grid,
    .hh-location-b__alt-row,
    .hh-location-b__alt-row:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .hh-location-b__service-grid {
        display: grid;
    }

    .hh-location-b__city-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hh-location-b__alt-row:nth-child(even) .hh-location-b__alt-text,
    .hh-location-b__alt-row:nth-child(even) .hh-location-b__alt-media {
        order: initial;
    }
}

@media (max-width: 640px) {
    .hh-location-b__hero > .kt-inside-inner-col,
    .hh-location-b__section > .kt-inside-inner-col,
    .hh-location-b__cities > .kt-inside-inner-col {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .hh-location-b__city-grid {
        grid-template-columns: 1fr;
    }

    .hh-location-b__alt-media img {
        max-height: 200px;
    }
}

/* --------------------------------------------------------------------------
   Page: Training product mockup - Option B
   -------------------------------------------------------------------------- */
.hh-training-product {
    --hh-tp-font-heading: "Space Grotesk", system-ui, sans-serif;
    --hh-tp-navy: #0a1628;
    --hh-tp-gold: #c9a84c;
    --hh-tp-blue: #4a9fd9;
    --hh-tp-slate: #f0f3f7;
    --hh-tp-warmgray: #8a8680;
    --hh-tp-green: #2d8a4e;
    --hh-tp-radius: 8px;
    color: var(--hh-tp-navy);
}

.hh-training-product__breadcrumb {
    color: var(--hh-tp-warmgray);
    font-size: 0.75rem;
}

.hh-training-product__breadcrumb a,
.hh-training-product__cats a {
    font-weight: 600;
    text-decoration: none;
}

.hh-training-product__breadcrumb a {
    color: var(--hh-tp-gold);
}

.hh-training-product__cats {
    color: var(--hh-tp-warmgray);
    font-size: 0.75rem;
}

.hh-training-product__cats a {
    color: var(--hh-tp-blue);
}

.hh-training-product__title {
    font-family: var(--hh-tp-font-heading);
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 600;
    letter-spacing: -0.02em;
}

.hh-training-product__gallery img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border: 1px solid rgba(10, 22, 40, 0.1);
    border-radius: var(--hh-tp-radius);
}

.hh-training-product__purchase > .kt-inside-inner-col {
    max-width: 560px;
    margin: -2rem auto 0;
    padding: 1.5rem 1.75rem;
    background: #fff;
    border: 1px solid rgba(10, 22, 40, 0.08);
    border-radius: var(--hh-tp-radius);
    box-shadow: 0 16px 48px rgba(10, 22, 40, 0.1);
}

.hh-training-product__price {
    color: var(--hh-tp-navy);
    font-family: var(--hh-tp-font-heading);
    font-size: 1.85rem;
    font-weight: 600;
}

.hh-training-product__stock {
    color: var(--hh-tp-green);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hh-training-product__body p,
.hh-training-product__body li,
.hh-training-product__short,
.hh-training-product__trust,
.hh-training-product__faq-answer {
    color: var(--hh-tp-warmgray);
}

.hh-training-product__button .wp-block-button__link {
    width: 100%;
    background: var(--hh-tp-gold);
    border-radius: 6px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hh-training-product__trust {
    padding-top: 1rem;
    border-top: 1px solid rgba(10, 22, 40, 0.08);
    font-size: 0.75rem;
}

.hh-training-product__trust strong {
    color: var(--hh-tp-navy);
}

.hh-training-product__body h2,
.hh-training-product__faq h2,
.hh-training-product__related h2,
.hh-training-product__related-card h3 {
    font-family: var(--hh-tp-font-heading);
    font-weight: 600;
}

.hh-training-product__faq-card > .kt-inside-inner-col {
    padding: 1rem 1.15rem;
    background: #fff;
    border: 1px solid rgba(10, 22, 40, 0.1);
    border-radius: var(--hh-tp-radius);
}

.hh-training-product__related-card > .kt-inside-inner-col {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(10, 22, 40, 0.08);
    border-radius: var(--hh-tp-radius);
}

.hh-training-product__related-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.hh-training-product__related-card h3,
.hh-training-product__related-card p {
    padding-right: 1rem;
    padding-left: 1rem;
}

.hh-training-product__related-card p:last-child {
    padding-bottom: 1rem;
    color: var(--hh-tp-navy);
    font-weight: 700;
}

@media (max-width: 768px) {
    .hh-training-product__purchase > .kt-inside-inner-col {
        margin-right: 1rem;
        margin-left: 1rem;
    }
}

.services-industries__grid{
    gap: 1.25em;
}

.other-cities__btn{
    padding-top: 14px;
    padding-right: 12px;
    padding-bottom: 14px;
    padding-left: 12px;
}