
/* ==================================================
   SELF-HOSTED CORPORATE FONTS
================================================== */

@font-face {
    font-family: "Inter";
    src: url("./assets/fonts/inter/Inter-Variable.ttf") format("truetype");
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("./assets/fonts/cormorant-garamond/CormorantGaramond-Variable.ttf") format("truetype");
    font-style: normal;
    font-weight: 500 700;
    font-display: swap;
}

/*
Theme Name: ADOMAC Global
Theme URI: https://www.adomacglobal.com
Author: ADOMAC Engineering
Description: Custom block theme for the ADOMAC Global corporate website and business gateway.
Version: 0.2.0
Requires at least: 6.6
Requires PHP: 8.3
Text Domain: adomac-global
*/

/* ==================================================
   ADOMAC GLOBAL DESIGN SYSTEM
================================================== */

:root {
    --adomac-navy: #0B1F33;
    --adomac-gold: #C6A15B;
    --adomac-ivory: #F7F3EA;
    --adomac-white: #FFFFFF;
    --adomac-charcoal: #242424;
    --adomac-muted: #66717d;

    --adomac-display: "Cormorant Garamond", Georgia, serif;
    --adomac-body: "Inter", Arial, sans-serif;

    --adomac-radius-sm: 12px;
    --adomac-radius-md: 22px;
    --adomac-radius-lg: 34px;

    --adomac-shadow: 0 18px 60px rgba(11, 31, 51, 0.10);
}

/* ==================================================
   GLOBAL
================================================== */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--adomac-white);
    color: var(--adomac-charcoal);
    font-family: var(--adomac-body);
}

body,
button,
input,
textarea,
select {
    font-family: var(--adomac-body);
}

h1,
h2 {
    font-family: var(--adomac-display);
}

h3,
h4,
h5,
h6 {
    font-family: var(--adomac-body);
}

a {
    text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid var(--adomac-gold);
    outline-offset: 4px;
}

/* ==================================================
   HEADER
================================================== */

.adomac-site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    margin: 0;
    background: rgba(247, 243, 234, 0.97);
    border-bottom: 1px solid rgba(198, 161, 91, 0.38);
    backdrop-filter: blur(12px);
}

.admin-bar .adomac-site-header {
    top: 32px;
}

.adomac-header-inner {
    min-height: 86px;
    padding: 0.65rem 1.5rem;
}

.adomac-brand-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.adomac-brand-logo {
    display: block;
    width: clamp(150px, 16vw, 210px);
    height: auto;
}

.adomac-main-nav {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.adomac-main-nav a {
    color: var(--adomac-navy);
    text-decoration: none;
}

.adomac-main-nav a:hover {
    color: #755c29;
}

/* ==================================================
   SHARED SECTIONS
================================================== */

.adomac-section {
    padding: clamp(4.5rem, 8vw, 7.5rem) 1.5rem;
}

.adomac-eyebrow {
    margin-bottom: 0.9rem;
    color: var(--adomac-gold);
    font-size: 0.77rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.adomac-section-title {
    max-width: 850px;
    margin-top: 0;
    margin-bottom: 1.4rem;
    color: var(--adomac-navy);
    font-family: var(--adomac-display);
    font-size: clamp(2.5rem, 5vw, 4.3rem);
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 0.98;
}

.adomac-section-intro {
    max-width: 760px;
    color: #515961;
    font-size: clamp(1rem, 1.5vw, 1.12rem);
    line-height: 1.8;
}

/* ==================================================
   BUTTONS
================================================== */

.adomac-button-primary .wp-block-button__link,
.adomac-button-secondary .wp-block-button__link {
    padding: 0.9rem 1.4rem;
    border-radius: 999px;
    font-family: var(--adomac-body);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition:
        transform 180ms ease,
        background 180ms ease,
        color 180ms ease,
        border-color 180ms ease;
}

.adomac-button-primary .wp-block-button__link {
    background: var(--adomac-gold);
    color: var(--adomac-navy);
}

.adomac-button-primary .wp-block-button__link:hover {
    transform: translateY(-2px);
    background: #d5b56f;
    color: var(--adomac-navy);
}

.adomac-button-secondary .wp-block-button__link {
    border: 1px solid rgba(255, 255, 255, 0.52);
    background: transparent;
    color: var(--adomac-white);
}

.adomac-button-secondary .wp-block-button__link:hover {
    transform: translateY(-2px);
    border-color: var(--adomac-gold);
    color: var(--adomac-gold);
}

/* ==================================================
   HERO
================================================== */

.adomac-hero {
    position: relative;
    overflow: hidden;
    margin: 0;
    background:
        radial-gradient(
            circle at 82% 25%,
            rgba(198, 161, 91, 0.16),
            transparent 27%
        ),
        radial-gradient(
            circle at 18% 88%,
            rgba(255, 255, 255, 0.06),
            transparent 31%
        ),
        var(--adomac-navy);
    color: var(--adomac-white);
}

.adomac-hero::before {
    position: absolute;
    top: -260px;
    right: -180px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(198, 161, 91, 0.16);
    border-radius: 50%;
    content: "";
}

.adomac-hero__grid {
    position: relative;
    z-index: 2;
    min-height: min(760px, calc(100vh - 86px));
    align-items: center !important;
    gap: clamp(3rem, 7vw, 7rem);
    padding: clamp(5rem, 10vw, 8rem) 1.5rem;
}

.adomac-hero h1 {
    max-width: 760px;
    margin: 0 0 1.6rem;
    color: var(--adomac-white);
    font-size: clamp(3.4rem, 7vw, 6.8rem);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 0.9;
}

.adomac-hero-copy {
    max-width: 690px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1.05rem, 1.7vw, 1.22rem);
    line-height: 1.8;
}

.adomac-hero__buttons {
    margin-top: 2.1rem;
}

.adomac-hero__panel {
    padding: clamp(2rem, 4vw, 3.2rem);
    border: 1px solid rgba(198, 161, 91, 0.42);
    border-radius: var(--adomac-radius-lg);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.09),
            rgba(255, 255, 255, 0.025)
        );
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.16);
}

.adomac-hero__panel h2 {
    margin: 0;
    color: var(--adomac-white);
    font-size: clamp(2rem, 3.2vw, 3.3rem);
    font-weight: 600;
    line-height: 1.04;
}

.adomac-hero__panel p {
    color: rgba(255, 255, 255, 0.74);
}

.adomac-gold-line {
    width: 72px;
    height: 2px;
    margin: 1.8rem 0;
    background: var(--adomac-gold);
}

/* ==================================================
   BUSINESSES
================================================== */

.adomac-businesses {
    background: var(--adomac-ivory);
}

.adomac-businesses .adomac-section-title,
.adomac-businesses .adomac-section-intro {
    margin-right: auto;
    margin-left: auto;
}

.adomac-business-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
    margin-top: 3rem;
}

.adomac-business-card {
    min-height: 290px;
    padding: clamp(1.7rem, 4vw, 2.6rem);
    border: 1px solid rgba(11, 31, 51, 0.09);
    border-radius: var(--adomac-radius-md);
    background: var(--adomac-white);
    box-shadow: var(--adomac-shadow);
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease;
}

.adomac-business-card:hover {
    transform: translateY(-5px);
    border-color: rgba(198, 161, 91, 0.65);
    box-shadow: 0 24px 70px rgba(11, 31, 51, 0.14);
}

.adomac-business-number {
    color: var(--adomac-gold);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.adomac-business-card h3 {
    margin: 1.6rem 0 0.55rem;
    color: var(--adomac-navy);
    font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.adomac-business-positioning {
    margin-top: 0;
    color: #755c29;
    font-size: 0.88rem;
    font-weight: 700;
}

.adomac-business-card p {
    color: #5a626a;
    line-height: 1.75;
}

.adomac-status {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.45rem 0.72rem;
    border-radius: 999px;
    background: var(--adomac-ivory);
    color: var(--adomac-navy);
    font-size: 0.76rem;
    font-weight: 700;
}

.adomac-business-link {
    display: inline-block;
    margin-top: 1rem;
    color: var(--adomac-navy);
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
}

.adomac-business-link::after {
    margin-left: 0.4rem;
    color: var(--adomac-gold);
    content: "→";
}

/* ==================================================
   ABOUT
================================================== */

.adomac-about-grid {
    align-items: center !important;
    gap: clamp(3rem, 8vw, 8rem);
}

.adomac-about-statement {
    padding: clamp(2rem, 5vw, 4rem);
    border-radius: var(--adomac-radius-lg);
    background: var(--adomac-navy);
    color: var(--adomac-white);
}

.adomac-about-statement p {
    margin: 0;
    color: var(--adomac-white);
    font-family: var(--adomac-display);
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.08;
}

/* ==================================================
   ADOMAC RADIO
================================================== */

.adomac-radio-feature {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 84% 45%,
            rgba(198, 161, 91, 0.17),
            transparent 28%
        ),
        var(--adomac-navy);
    color: var(--adomac-white);
}

.adomac-radio-feature .adomac-section-title {
    color: var(--adomac-white);
}

.adomac-radio-feature .adomac-section-intro {
    color: rgba(255, 255, 255, 0.75);
}

/* ==================================================
   WHY ADOMAC
================================================== */

.adomac-values {
    background: var(--adomac-white);
}

.adomac-values-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 3rem;
}

.adomac-value-card {
    padding: 1.7rem;
    border-top: 2px solid var(--adomac-gold);
    background: var(--adomac-ivory);
}

.adomac-value-card h3 {
    margin-top: 0;
    color: var(--adomac-navy);
    font-size: 1rem;
}

.adomac-value-card p {
    margin-bottom: 0;
    color: #59616a;
    line-height: 1.7;
}

/* ==================================================
   NEWS
================================================== */

.adomac-news {
    background: var(--adomac-ivory);
}

.adomac-news-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
    margin-top: 2.5rem;
}

.adomac-news-card {
    padding: 1.6rem;
    border-radius: var(--adomac-radius-sm);
    background: var(--adomac-white);
    box-shadow: 0 12px 40px rgba(11, 31, 51, 0.07);
}

.adomac-news-card .wp-block-post-title {
    font-family: var(--adomac-display);
    font-size: 1.65rem;
}

.adomac-news-card .wp-block-post-title a {
    color: var(--adomac-navy);
    text-decoration: none;
}

.adomac-news-card .wp-block-post-date {
    color: var(--adomac-gold);
    font-size: 0.8rem;
    font-weight: 700;
}

.adomac-empty-news {
    padding: 1.5rem;
    border: 1px dashed rgba(11, 31, 51, 0.25);
    border-radius: var(--adomac-radius-sm);
    color: #68717a;
}

/* ==================================================
   FINAL CTA
================================================== */

.adomac-final-cta {
    margin: 0;
    padding: clamp(4.5rem, 9vw, 8rem) 1.5rem;
    background: var(--adomac-navy);
    color: var(--adomac-white);
    text-align: center;
}

.adomac-final-cta h2 {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    color: var(--adomac-white);
    font-family: var(--adomac-display);
    font-size: clamp(2.8rem, 6vw, 5.3rem);
    line-height: 1;
}

.adomac-final-cta p {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    color: rgba(255, 255, 255, 0.75);
}

/* ==================================================
   FOOTER
================================================== */

.adomac-footer {
    margin: 0;
    padding: 4rem 1.5rem 1.5rem;
    background: #071727;
    color: rgba(255, 255, 255, 0.72);
}

.adomac-footer-grid {
    gap: 2rem;
}

.adomac-footer h3 {
    color: var(--adomac-white);
    font-size: 0.87rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.adomac-footer a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.adomac-footer a:hover {
    color: var(--adomac-gold);
}

.adomac-footer-brand {
    margin-top: 0;
    color: var(--adomac-white);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.adomac-footer-promise {
    color: var(--adomac-gold);
}

.adomac-footer-links {
    padding-left: 0;
    list-style: none;
}

.adomac-footer-links li {
    margin-bottom: 0.55rem;
}

.adomac-footer-bottom {
    margin-top: 3rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.78rem;
}

/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 900px) {
    .adomac-business-grid,
    .adomac-values-grid,
    .adomac-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .adomac-hero__grid {
        min-height: auto;
    }

    .adomac-header-inner {
        min-height: 74px;
    }
}

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

@media (max-width: 680px) {
    .adomac-section {
        padding-right: 1.1rem;
        padding-left: 1.1rem;
    }

    .adomac-business-grid,
    .adomac-values-grid,
    .adomac-news-grid {
        grid-template-columns: 1fr;
    }

    .adomac-brand-logo {
        width: 145px;
    }

    .adomac-hero__grid {
        padding: 4rem 1.1rem;
    }

    .adomac-hero h1 {
        font-size: clamp(3rem, 15vw, 4.4rem);
    }

    .adomac-footer {
        padding-right: 1.1rem;
        padding-left: 1.1rem;
    }
}

/* ==================================================
   REDUCED MOTION
================================================== */

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

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


/* ==================================================
   MVP 2A — VISUAL QA ROUND 1
   Approved staging refinements following Product Owner review.
================================================== */


/* --------------------------------------------------
   Remove WordPress top-level template spacing.

   The homepage sections control their own internal spacing.
   WordPress's default top-level block gap was creating
   unintended white bands between:
   Header → Hero
   Final CTA → Footer
-------------------------------------------------- */

.wp-site-blocks {
    padding-top: 0;
    padding-bottom: 0;
}

.wp-site-blocks > * {
    margin-block-start: 0;
}


/* --------------------------------------------------
   Header refinement
-------------------------------------------------- */

.adomac-header-inner {
    min-height: 72px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.adomac-brand-logo {
    width: clamp(145px, 15vw, 190px);
}

.adomac-main-nav {
    font-size: 0.875rem;
}


/* --------------------------------------------------
   Hero refinement
-------------------------------------------------- */

.adomac-hero__grid {
    min-height: min(690px, calc(100vh - 72px));
    gap: clamp(3rem, 6vw, 6rem);
    padding-top: clamp(4.5rem, 8vw, 6.5rem);
    padding-bottom: clamp(4.5rem, 8vw, 6.5rem);
}

.adomac-hero h1 {
    max-width: 720px;
    font-size: clamp(3.25rem, 6.2vw, 6rem);
    line-height: 0.92;
}

.adomac-hero-copy {
    max-width: 640px;
    margin-top: 1.4rem;
}

.adomac-hero__panel {
    max-width: 430px;
    margin-left: auto;
    padding: clamp(2rem, 3.5vw, 2.8rem);
}

.adomac-hero__panel h2 {
    font-size: clamp(2rem, 2.8vw, 3rem);
}


/* --------------------------------------------------
   Business cards
-------------------------------------------------- */

.adomac-business-grid {
    gap: 1.5rem;
}

.adomac-business-card {
    min-height: 270px;
}

.adomac-business-card h3 {
    margin-top: 1.35rem;
}


/* --------------------------------------------------
   About ADOMAC
-------------------------------------------------- */

.adomac-about-grid {
    gap: clamp(3.5rem, 7vw, 7rem);
}

.adomac-about-statement {
    max-width: 500px;
    margin-left: auto;
    padding: clamp(2.4rem, 4vw, 3.5rem);
}

.adomac-about-statement p {
    font-size: clamp(2rem, 3.3vw, 3.15rem);
    line-height: 1.06;
}


/* --------------------------------------------------
   ADOMAC Radio refinement
-------------------------------------------------- */

.adomac-radio-feature {
    min-height: 480px;
}

.adomac-radio-feature::before {
    position: absolute;
    top: 50%;
    right: 8%;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(198, 161, 91, 0.28);
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
}

.adomac-radio-feature::after {
    position: absolute;
    top: 50%;
    right: calc(8% + 65px);
    width: 200px;
    height: 200px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
}

.adomac-radio-feature > .wp-block-group__inner-container,
.adomac-radio-feature > .alignwide,
.adomac-radio-feature .alignwide {
    position: relative;
    z-index: 2;
}

.adomac-radio-feature .adomac-section-title,
.adomac-radio-feature .adomac-section-intro,
.adomac-radio-feature .wp-block-buttons {
    max-width: 720px;
}


/* --------------------------------------------------
   Values
-------------------------------------------------- */

.adomac-values-grid {
    gap: 1.15rem;
}

.adomac-value-card {
    min-height: 125px;
}


/* --------------------------------------------------
   News empty state
-------------------------------------------------- */

.adomac-empty-news {
    padding: 2rem;
    border-color: rgba(198, 161, 91, 0.5);
    background: rgba(255, 255, 255, 0.48);
}

.adomac-news:has(.wp-block-query-no-results) .adomac-news-actions {
    display: none;
}


/* --------------------------------------------------
   Footer refinement
-------------------------------------------------- */

.adomac-footer {
    padding-top: 3.5rem;
}

.adomac-footer-grid {
    gap: clamp(2rem, 4vw, 4rem);
}


/* --------------------------------------------------
   Tablet refinement
-------------------------------------------------- */

@media (max-width: 900px) {
    .adomac-header-inner {
        min-height: 68px;
    }

    .adomac-hero__grid {
        min-height: auto;
        gap: 3rem;
    }

    .adomac-hero__panel {
        max-width: none;
        margin-left: 0;
    }

    .adomac-about-statement {
        max-width: none;
        margin-left: 0;
    }

    .adomac-radio-feature::before {
        right: -100px;
        opacity: 0.65;
    }

    .adomac-radio-feature::after {
        right: -30px;
        opacity: 0.55;
    }
}


/* --------------------------------------------------
   Mobile refinement
-------------------------------------------------- */

@media (max-width: 680px) {
    .adomac-header-inner {
        min-height: 64px;
    }

    .adomac-brand-logo {
        width: 138px;
    }

    .adomac-hero__grid {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .adomac-hero h1 {
        font-size: clamp(3rem, 14vw, 4.2rem);
        line-height: 0.94;
    }

    .adomac-hero__panel {
        border-radius: 24px;
    }

    .adomac-about-statement p {
        font-size: clamp(2rem, 10vw, 2.8rem);
    }

    .adomac-radio-feature {
        min-height: auto;
    }

    .adomac-radio-feature::before,
    .adomac-radio-feature::after {
        opacity: 0.22;
    }
}


/* ==================================================
   MVP 2B — CORPORATE INTERNAL PAGES
   About / Businesses / News / Contact / Legal
================================================== */


/* --------------------------------------------------
   Internal page hero
-------------------------------------------------- */

.adomac-page-hero {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: clamp(4.5rem, 8vw, 7rem) 1.5rem;
    background:
        radial-gradient(
            circle at 88% 15%,
            rgba(198, 161, 91, 0.15),
            transparent 28%
        ),
        var(--adomac-navy);
    color: var(--adomac-white);
}

.adomac-page-hero::after {
    position: absolute;
    top: -220px;
    right: -140px;
    width: 480px;
    height: 480px;
    border: 1px solid rgba(198, 161, 91, 0.18);
    border-radius: 50%;
    content: "";
}

.adomac-page-hero__inner {
    position: relative;
    z-index: 2;
}

.adomac-page-hero h1 {
    max-width: 900px;
    margin: 0 0 1.5rem;
    color: var(--adomac-white);
    font-family: var(--adomac-display);
    font-size: clamp(3.3rem, 7vw, 6.5rem);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 0.94;
}

.adomac-page-hero__intro {
    max-width: 760px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1.05rem, 1.7vw, 1.2rem);
    line-height: 1.8;
}


/* --------------------------------------------------
   Internal page content
-------------------------------------------------- */

.adomac-page-section {
    margin: 0;
    padding: clamp(4.5rem, 8vw, 7rem) 1.5rem;
}

.adomac-page-section--ivory {
    background: var(--adomac-ivory);
}

.adomac-page-section--navy {
    background: var(--adomac-navy);
    color: var(--adomac-white);
}

.adomac-page-section--navy .adomac-section-title {
    color: var(--adomac-white);
}

.adomac-page-section--navy .adomac-section-intro {
    color: rgba(255, 255, 255, 0.76);
}


/* --------------------------------------------------
   About — Story
-------------------------------------------------- */

.adomac-story-grid {
    align-items: center !important;
    gap: clamp(3rem, 8vw, 8rem);
}

.adomac-story-copy {
    max-width: 650px;
}

.adomac-story-copy p {
    color: #515961;
    font-size: 1.05rem;
    line-height: 1.85;
}

.adomac-story-panel {
    padding: clamp(2.5rem, 5vw, 4rem);
    border-radius: var(--adomac-radius-lg);
    background: var(--adomac-ivory);
    border: 1px solid rgba(198, 161, 91, 0.3);
}

.adomac-story-panel p {
    margin: 0;
    color: var(--adomac-navy);
    font-family: var(--adomac-display);
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    line-height: 1.05;
}


/* --------------------------------------------------
   About — Vision / Mission / Promise
-------------------------------------------------- */

.adomac-foundation-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 3rem;
}

.adomac-foundation-card {
    padding: clamp(1.8rem, 3vw, 2.5rem);
    border-radius: var(--adomac-radius-md);
    background: var(--adomac-white);
    box-shadow: var(--adomac-shadow);
}

.adomac-foundation-card__label {
    margin-bottom: 1.2rem;
    color: #755c29;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.adomac-foundation-card h3 {
    margin-top: 0;
    color: var(--adomac-navy);
    font-family: var(--adomac-display);
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 600;
}

.adomac-foundation-card p {
    color: #59616a;
    line-height: 1.75;
}


/* --------------------------------------------------
   About — Values
-------------------------------------------------- */

.adomac-about-values-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
    margin-top: 3rem;
}

.adomac-about-value {
    min-height: 185px;
    padding: 1.8rem;
    border-top: 2px solid var(--adomac-gold);
    background: var(--adomac-white);
}

.adomac-about-value h3 {
    margin-top: 0;
    color: var(--adomac-navy);
    font-size: 1rem;
    letter-spacing: 0.02em;
}

.adomac-about-value p {
    margin-bottom: 0;
    color: #59616a;
    line-height: 1.75;
}


/* --------------------------------------------------
   Our Businesses — full business presentations
-------------------------------------------------- */

.adomac-business-detail-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
    margin-top: 3rem;
}

.adomac-business-detail {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    padding: clamp(2rem, 4vw, 3rem);
    border: 1px solid rgba(11, 31, 51, 0.1);
    border-radius: var(--adomac-radius-md);
    background: var(--adomac-white);
    box-shadow: var(--adomac-shadow);
}

.adomac-business-detail::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--adomac-gold);
    content: "";
}

.adomac-business-detail__number {
    color: #755c29;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.17em;
}

.adomac-business-detail h2 {
    margin: 1.4rem 0 0.45rem;
    color: var(--adomac-navy);
    font-family: var(--adomac-display);
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    font-weight: 600;
}

.adomac-business-detail__position {
    margin: 0 0 1.4rem;
    color: #755c29;
    font-size: 0.93rem;
    font-weight: 700;
}

.adomac-business-detail p {
    color: #555f68;
    line-height: 1.8;
}

.adomac-business-detail__status {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    background: var(--adomac-ivory);
    color: var(--adomac-navy);
    font-size: 0.76rem;
    font-weight: 700;
}

.adomac-business-detail--radio {
    background:
        radial-gradient(
            circle at 90% 15%,
            rgba(198, 161, 91, 0.16),
            transparent 30%
        ),
        var(--adomac-navy);
}

.adomac-business-detail--radio h2 {
    color: var(--adomac-white);
}

.adomac-business-detail--radio p {
    color: rgba(255, 255, 255, 0.76);
}

.adomac-business-detail--radio .adomac-business-detail__position,
.adomac-business-detail--radio .adomac-business-detail__number {
    color: var(--adomac-gold);
}


/* --------------------------------------------------
   Responsive — MVP 2B internal pages
-------------------------------------------------- */

@media (max-width: 900px) {
    .adomac-foundation-grid,
    .adomac-about-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .adomac-business-detail-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .adomac-page-hero,
    .adomac-page-section {
        padding-right: 1.1rem;
        padding-left: 1.1rem;
    }

    .adomac-page-hero h1 {
        font-size: clamp(3rem, 14vw, 4.5rem);
    }

    .adomac-foundation-grid,
    .adomac-about-values-grid {
        grid-template-columns: 1fr;
    }

    .adomac-story-panel,
    .adomac-business-detail {
        border-radius: 22px;
    }
}


/* ==================================================
   MVP 2B — FULL-WIDTH CORPORATE PAGE TEMPLATE
================================================== */

.adomac-page-main {
    margin: 0;
    padding: 0;
}

.adomac-page-main > .wp-block-post-content {
    margin-block-start: 0;
}

.adomac-page-main .wp-block-post-content > * {
    margin-block-start: 0;
}


/* ==================================================
   MVP 2B.2 — NEWS + CONTACT
================================================== */


/* --------------------------------------------------
   News
-------------------------------------------------- */

.adomac-news-page {
    background: var(--adomac-ivory);
}

.adomac-news-page__intro {
    max-width: 760px;
}

.adomac-news-topics {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 2rem;
}

.adomac-news-topic {
    display: inline-block;
    margin: 0;
    padding: 0.5rem 0.8rem;
    border: 1px solid rgba(198, 161, 91, 0.42);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    color: var(--adomac-navy);
    font-size: 0.77rem;
    font-weight: 700;
}

.adomac-news-page-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 3rem;
}

.adomac-news-page-card {
    overflow: hidden;
    padding: 1.7rem;
    border: 1px solid rgba(11, 31, 51, 0.08);
    border-radius: var(--adomac-radius-md);
    background: var(--adomac-white);
    box-shadow: var(--adomac-shadow);
}

.adomac-news-page-card .wp-block-post-date {
    margin-bottom: 1rem;
    color: #755c29;
    font-size: 0.78rem;
    font-weight: 700;
}

.adomac-news-page-card .wp-block-post-title {
    margin-top: 0;
    font-family: var(--adomac-display);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.05;
}

.adomac-news-page-card .wp-block-post-title a {
    color: var(--adomac-navy);
    text-decoration: none;
}

.adomac-news-page-card .wp-block-post-title a:hover {
    color: #755c29;
}

.adomac-news-page-card .wp-block-post-excerpt {
    color: #59616a;
    line-height: 1.75;
}

.adomac-news-page-empty {
    margin-top: 3rem;
    padding: clamp(2rem, 4vw, 3rem);
    border: 1px dashed rgba(198, 161, 91, 0.55);
    border-radius: var(--adomac-radius-md);
    background: rgba(255, 255, 255, 0.5);
}

.adomac-news-page-empty h3 {
    margin-top: 0;
    color: var(--adomac-navy);
    font-family: var(--adomac-display);
    font-size: 2rem;
}

.adomac-news-page-empty p {
    margin-bottom: 0;
    color: #59616a;
}


/* --------------------------------------------------
   Contact
-------------------------------------------------- */

.adomac-contact-section {
    background: var(--adomac-ivory);
}

.adomac-contact-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 3rem;
}

.adomac-contact-card {
    position: relative;
    min-height: 245px;
    padding: clamp(1.8rem, 4vw, 2.6rem);
    border: 1px solid rgba(11, 31, 51, 0.09);
    border-radius: var(--adomac-radius-md);
    background: var(--adomac-white);
    box-shadow: var(--adomac-shadow);
}

.adomac-contact-card::before {
    position: absolute;
    top: 0;
    left: 2rem;
    width: 55px;
    height: 2px;
    background: var(--adomac-gold);
    content: "";
}

.adomac-contact-label {
    margin-top: 0.8rem;
    color: #755c29;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.adomac-contact-card h2 {
    margin: 1rem 0;
    color: var(--adomac-navy);
    font-family: var(--adomac-display);
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 600;
}

.adomac-contact-card p {
    color: #59616a;
    line-height: 1.75;
}

.adomac-contact-email {
    display: inline-block;
    margin-top: 0.5rem;
    color: var(--adomac-navy);
    font-size: clamp(1rem, 2vw, 1.15rem);
    font-weight: 700;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.adomac-contact-email:hover {
    color: #755c29;
}

.adomac-contact-address {
    font-style: normal;
    color: var(--adomac-charcoal);
    line-height: 1.8;
}

.adomac-contact-guidance {
    align-items: center !important;
    gap: clamp(3rem, 8vw, 8rem);
}

.adomac-contact-guidance-panel {
    padding: clamp(2.2rem, 4vw, 3.4rem);
    border-radius: var(--adomac-radius-lg);
    background: var(--adomac-navy);
    color: var(--adomac-white);
}

.adomac-contact-guidance-panel h2 {
    margin-top: 0;
    color: var(--adomac-white);
    font-family: var(--adomac-display);
    font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.adomac-contact-guidance-panel p {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.8;
}

.adomac-social-list {
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.adomac-social-list li {
    margin-bottom: 0.7rem;
    color: var(--adomac-navy);
    font-weight: 600;
}


/* --------------------------------------------------
   Responsive
-------------------------------------------------- */

@media (max-width: 900px) {
    .adomac-news-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .adomac-news-page-grid,
    .adomac-contact-grid {
        grid-template-columns: 1fr;
    }

    .adomac-contact-card {
        min-height: auto;
    }
}


/* ==================================================
   MVP 2B.3 — LEGAL / POLICY CONTENT
================================================== */

.adomac-legal-hero {
    padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
}

.adomac-legal-content {
    margin: 0;
    padding: clamp(4rem, 7vw, 6rem) 1.5rem;
    background: var(--adomac-white);
}

.adomac-legal-content__inner {
    max-width: 860px;
}

.adomac-legal-content h2 {
    margin-top: 3rem;
    margin-bottom: 1rem;
    color: var(--adomac-navy);
    font-family: var(--adomac-display);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
}

.adomac-legal-content h3 {
    margin-top: 2rem;
    color: var(--adomac-navy);
    font-size: 1.05rem;
}

.adomac-legal-content p,
.adomac-legal-content li {
    color: var(--adomac-charcoal);
    font-size: 1rem;
    line-height: 1.85;
}

.adomac-legal-content a {
    color: var(--adomac-navy);
    font-weight: 600;
}

.adomac-legal-meta {
    margin-bottom: 2rem;
    padding: 1rem 1.2rem;
    border-left: 3px solid var(--adomac-gold);
    background: var(--adomac-ivory);
    color: #59616a;
    font-size: 0.9rem;
}

.adomac-legal-draft-notice {
    padding: 1.4rem;
    border: 1px solid rgba(198, 161, 91, 0.5);
    border-radius: var(--adomac-radius-sm);
    background: var(--adomac-ivory);
}

@media (max-width: 680px) {
    .adomac-legal-content {
        padding-right: 1.1rem;
        padding-left: 1.1rem;
    }
}


/* ==================================================
   VERIFIED CORPORATE SOCIAL LINKS
================================================== */

.adomac-social-list a {
    color: var(--adomac-navy);
    font-weight: 600;
    text-decoration: none;
}

.adomac-social-list a:hover,
.adomac-social-list a:focus-visible {
    text-decoration: underline;
}


/* ==================================================
   BUSINESS CARD HEIGHT CONSISTENCY
================================================== */

/*
 * On multi-column layouts, all business cards should share
 * the same visual height regardless of copy length.
 */
.adomac-business-grid,
.adomac-business-detail-grid {
    align-items: stretch;
    grid-auto-rows: 1fr;
}

.adomac-business-card,
.adomac-business-detail {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
}

/*
 * Keep each card's status or primary action anchored
 * consistently toward the bottom of the card.
 */
.adomac-business-card > :last-child,
.adomac-business-detail > :last-child {
    margin-top: auto;
}

/*
 * Once the detailed cards become a single-column layout,
 * allow their natural content height rather than creating
 * unnecessary blank space on smaller screens.
 */
@media (max-width: 900px) {
    .adomac-business-detail-grid {
        grid-auto-rows: auto;
    }
}

/*
 * Home cards become single-column at this breakpoint.
 */
@media (max-width: 680px) {
    .adomac-business-grid {
        grid-auto-rows: auto;
    }
}


/* ==================================================
   BUSINESS GRID — REMOVE WORDPRESS BLOCK FLOW MARGINS
================================================== */

/*
 * WordPress Group blocks retain flow-layout block spacing even
 * when their parent has been converted to CSS Grid. Reset that
 * spacing so every business card starts on the same grid line.
 */
.adomac-business-grid > .adomac-business-card,
.adomac-business-detail-grid > .adomac-business-detail {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    align-self: stretch;
}


/* ==================================================
   PRE-PRODUCTION APPROVED IMAGERY
================================================== */

/*
 * Master-brand hero visual.
 *
 * The image is intentionally implemented as atmospheric/decorative
 * imagery because the existing hero content already communicates
 * the section's meaning.
 */
.adomac-hero {
    background:
        linear-gradient(
            90deg,
            rgba(11, 31, 51, 0.98) 0%,
            rgba(11, 31, 51, 0.94) 38%,
            rgba(11, 31, 51, 0.76) 63%,
            rgba(11, 31, 51, 0.42) 100%
        ),
        url("./assets/images/businesses/adomac-home-hero-global-v1.webp")
        center center / cover no-repeat;
}

/*
 * Preserve strong readability for the existing ADOMAC Promise
 * while allowing the new lifestyle image to remain visible.
 */
.adomac-hero__panel {
    background:
        linear-gradient(
            145deg,
            rgba(11, 31, 51, 0.78),
            rgba(11, 31, 51, 0.58)
        );
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}


/* --------------------------------------------------
   Homepage business imagery
-------------------------------------------------- */

.adomac-business-card__media {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4 / 3;
    margin: 0 0 1.5rem !important;
    border: 1px solid rgba(11, 31, 51, 0.08);
    border-radius: 18px;
    background: var(--adomac-ivory);
}

.adomac-business-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* --------------------------------------------------
   Our Businesses detail imagery
-------------------------------------------------- */

.adomac-business-detail__media {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 0 2rem !important;
    border: 1px solid rgba(11, 31, 51, 0.08);
    border-radius: 18px;
    background: var(--adomac-ivory);
}

.adomac-business-detail__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Keep the Hair subject framed correctly in both crops. */

.adomac-media--hair img {
    object-position: center 28%;
}


/* Radio image sits inside the existing dark Radio card. */

.adomac-business-detail--radio .adomac-business-detail__media {
    border-color: rgba(198, 161, 91, 0.32);
}


/* --------------------------------------------------
   Responsive imagery
-------------------------------------------------- */

@media (max-width: 900px) {
    .adomac-hero {
        background-position: 62% center;
    }

    .adomac-business-detail__media {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 680px) {
    .adomac-hero {
        background:
            linear-gradient(
                180deg,
                rgba(11, 31, 51, 0.94) 0%,
                rgba(11, 31, 51, 0.86) 60%,
                rgba(11, 31, 51, 0.78) 100%
            ),
            url("./assets/images/businesses/adomac-home-hero-global-v1.webp")
            65% center / cover no-repeat;
    }

    .adomac-business-card__media,
    .adomac-business-detail__media {
        border-radius: 16px;
    }

    .adomac-business-detail__media {
        aspect-ratio: 4 / 3;
    }
}
