:root {
    --navy: #063453;
    --navy-deep: #05314d;
    --panel-blue: #325c75;
    --orange: #ff9500;
    --orange-hover: #fbae41;
    --white: #ffffff;
    --text: #063453;
    --muted: #70757a;
    --light: #f4f5f6;
    --line: #d6d6d6;

    --serif:
        Georgia,
        "Times New Roman",
        serif;

    --sans:
        Arial,
        Helvetica,
        sans-serif;

    --container: 1280px;
}


* {
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


body {
    margin: 0;
    font-family: var(--sans);
    color: var(--text);
    background: var(--white);
    line-height: 1.55;
}


img {
    max-width: 100%;
}


a {
    color: inherit;
}


.container {
    width: min(
        calc(100% - 48px),
        var(--container)
    );

    margin-inline: auto;
}


.center {
    text-align: center;
}


.skip-link {
    position: absolute;
    left: -9999px;
}


.skip-link:focus {
    left: 15px;
    top: 15px;
    background: white;
    color: black;
    padding: 12px 18px;
    z-index: 99999;
}


/* HEADER */

.site-header {
    height: 110px;
    background: var(--navy);
    position: relative;
    z-index: 100;
}


.header-inner {
    width: min(
        calc(100% - 48px),
        1160px
    );

    height: 100%;
    margin-inline: auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}


.brand {
    flex: 0 0 auto;
}


.brand img {
    width: 270px;
    height: auto;
    display: block;
}


.main-nav {
    display: flex;
    align-items: center;
    gap: 30px;
}


.main-nav a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;

    font-size: 14px;
    font-weight: 700;
}


.main-nav a:hover,
.main-nav a.active {
    color: var(--orange);
}


.nav-toggle {
    display: none;
    width: 44px;
    height: 40px;
    padding: 8px;
    border: 0;
    background: transparent;
}


.nav-toggle span {
    display: block;
    height: 2px;
    margin: 6px 0;
    background: white;
}


/* BUTTON */

.button {
    display: inline-block;
    text-decoration: none;
    text-align: center;

    border: 0;
    border-radius: 3px;

    padding: 16px 48px;

    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;

    cursor: pointer;
}


.button-primary {
    background: var(--orange);
    color: white;
}


.button-primary:hover {
    background: var(--orange-hover);
}


.button-small {
    padding: 12px 22px;
    font-size: 14px;
}


/* HERO */

.hero {
    min-height: 765px;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        url("/assets/img/hero.jpg")
        center center /
        cover
        no-repeat;
}


.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
}


.hero-content {
    width: min(calc(100% - 48px), 1250px);

    margin: 0 auto;

    position: relative;
    z-index: 2;

    text-align: center;
    color: white;
}


.hero-eyebrow {
    margin-bottom: 8px;

    font-family: var(--serif);
    font-size: clamp(21px, 2vw, 31px);
    letter-spacing: 4px;
    text-transform: uppercase;
}


.hero h1 {
    margin: 0 0 18px;

    font-family: var(--serif);
    font-size: clamp(48px, 5vw, 74px);
    line-height: 1.05;
    font-weight: 400;

    text-transform: uppercase;
}


.hero p {
    max-width: 1060px;
    margin: 0 auto 28px;

    font-size: clamp(17px, 1.35vw, 22px);
    line-height: 1.45;
}


/* INTRO */

.section-light {
    background: white;
}


.intro {
    padding: 58px 0 72px;
}


.container-copy {
    max-width: 1250px;
}


.intro h2 {
    margin: 0 auto 10px;

    font-family: var(--serif);
    font-size: clamp(34px, 3.1vw, 48px);
    line-height: 1.08;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}


.intro-certification {
    margin: 0 0 18px;

    color: #df8a37;

    font-family: var(--serif);
    font-size: clamp(22px, 2vw, 30px);
    text-align: center;
    text-transform: uppercase;
}


.intro p {
    margin: 0 0 18px;

    font-size: 17px;
    line-height: 1.5;
}


.intro-callout {
    width: 65%;
    margin: 34px auto 0;

    padding: 13px 0;

    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;

    font-family: var(--serif);
    font-size: 28px;
    font-style: italic;
    font-weight: 700;

    text-transform: uppercase;
}


.intro-callout span {
    color: var(--orange);
}


/* RESULTS */

.results-band {
    position: relative;

    padding: 65px 0 58px;

    color: white;

    background:
        url("/assets/img/results-bg.jpg")
        center center /
        cover
        no-repeat;
}


.results-overlay {
    position: absolute;
    inset: 0;
    background: rgba(8, 84, 128, 0.82);
}


.results-content {
    position: relative;
    z-index: 1;
}


.results-content h2 {
    margin: 0 0 8px;

    font-family: var(--serif);
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
}


.results-content p {
    margin: 0 0 28px;
    font-size: 16px;
    font-weight: 600;
}


/* ATTORNEY */

.attorney-section {
    padding: 38px 0 52px;

    background:
        url("/assets/img/attorney-bg.jpg")
        center center /
        cover
        no-repeat;
}


.attorney-layout {
    min-height: 690px;

    display: grid;
    grid-template-columns: 49% 51%;
    align-items: center;
}


.attorney-photo {
    height: 650px;
}


.attorney-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}


.attorney-card {
    position: relative;
    z-index: 2;

    margin-left: -58px;

    padding: 42px 45px;

    background: white;

    box-shadow:
        0 15px 30px
        rgba(0, 0, 0, 0.22);
}


.attorney-card h2 {
    margin: 0 0 8px;

    font-family: var(--serif);
    font-size: 34px;
    line-height: 1.15;
    font-weight: 400;

    text-transform: uppercase;
}


.attorney-card p {
    margin: 0 0 17px;

    color: #282828;

    font-size: 16px;
    line-height: 1.4;
}


/* CREDENTIALS */

.credentials-section {
    padding: 75px 0;

    background:
        linear-gradient(
            100deg,
            #073d60,
            #287dad
        );
}


.credentials-frame {
    min-height: 280px;

    padding: 45px 35px;

    border: 1px solid
        rgba(255, 255, 255, 0.45);

    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 28px;

    align-items: center;
}


.credentials-frame img {
    width: 100%;
    max-height: 155px;
    object-fit: contain;
}


/* TESTIMONIALS */

.testimonials-section {
    position: relative;

    padding: 58px 0 65px;

    background:
        url("/assets/img/testimonials-bg.jpg")
        center center /
        cover
        no-repeat;
}


.testimonials-overlay {
    position: absolute;
    inset: 0;

    background:
        rgba(0, 0, 0, 0.30);
}


.testimonials-content {
    position: relative;
    z-index: 2;
}


.section-heading-light {
    color: white;
}


.section-heading h2 {
    margin: 0;

    font-family: var(--serif);
    font-size: 34px;
    font-weight: 400;
    text-transform: uppercase;
}


.section-heading p {
    margin: 4px 0 36px;
    font-size: 17px;
    font-weight: 700;
}


.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}


.testimonial-card {
    min-height: 235px;

    padding: 30px 36px;

    background: white;

    display: flex;
    flex-direction: column;
}


.testimonial-card blockquote {
    flex: 1;

    margin: 0 0 25px;

    color: #777;

    font-size: 17px;
    line-height: 1.45;
}


.testimonial-name {
    padding-top: 20px;

    border-top: 1px solid #ddd;

    color: var(--orange);

    font-size: 16px;
    font-weight: 700;
}


/* CONSULTATION */

.consultation-band {
    padding: 65px 0;

    color: white;
    background: var(--navy);
}


.consultation-content {
    text-align: center;
}


.consultation-content h2 {
    margin: 0 0 15px;

    font-family: var(--serif);
    font-size: clamp(30px, 3vw, 43px);
    line-height: 1.15;
    font-weight: 400;

    text-transform: uppercase;
}


.consultation-content h2 span {
    display: inline;
}


.consultation-content p {
    max-width: 1180px;
    margin: 0 auto 28px;

    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
}


/* DIFFERENCE */

.difference-section {
    padding: 55px 0 50px;
    background: white;
}


.difference-heading {
    margin-bottom: 35px;
    text-align: center;
}


.difference-heading h2 {
    margin: 0;

    font-family: var(--serif);
    font-size: 41px;
    font-weight: 400;

    text-transform: uppercase;
}


.difference-heading div {
    margin-top: 3px;

    color: var(--orange);

    font-family: var(--serif);
    font-size: 29px;

    text-transform: uppercase;
}


.difference-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}


.difference-item {
    text-align: center;
}


.difference-icon {
    height: 50px;

    color: var(--navy);

    font-size: 39px;
    line-height: 1;
}


.difference-item h3 {
    margin: 3px 0 8px;

    font-family: var(--serif);
    font-size: 20px;
    line-height: 1.2;

    text-transform: uppercase;
}


.difference-item p {
    margin: 0;

    font-size: 16px;
    line-height: 1.45;
}


/* CONTACT */

.contact-section {
    min-height: 660px;

    padding: 60px 0;

    background:
        url("/assets/img/contact-bg.jpg")
        center center /
        cover
        no-repeat;
}


.contact-layout {
    display: grid;
    grid-template-columns: 1fr 430px;
    gap: 50px;
}


.contact-panel {
    padding: 25px 20px 25px;

    color: white;

    background:
        rgba(50, 92, 117, 0.96);
}


.contact-panel-heading {
    margin-bottom: 25px;

    display: flex;
    align-items: center;
    gap: 25px;
}


.contact-panel-heading img {
    width: 115px;
    height: 115px;
    object-fit: contain;
    object-position: center top;
}


.contact-panel-heading h2 {
    margin: 0 0 3px;

    font-family: var(--serif);
    font-size: 37px;
    font-weight: 400;

    text-transform: uppercase;
}


.contact-panel-heading a {
    color: var(--orange);

    font-family: var(--serif);
    font-size: 32px;

    text-decoration: none;
}


.contact-panel form {
    display: grid;
    gap: 15px;
}


.contact-panel input,
.contact-panel select,
.contact-panel textarea {
    width: 100%;

    border: 1px solid
        rgba(255, 255, 255, 0.40);

    border-radius: 2px;

    padding: 13px 14px;

    font: inherit;

    color: #243b4b;

    background:
        rgba(225, 235, 241, 0.72);
}


.contact-panel textarea {
    resize: vertical;
}


.form-submit {
    width: 100%;
    padding: 12px;
}


.form-disclaimer {
    margin: 16px 0 0;

    font-size: 14px;
    line-height: 1.25;
}


.form-notice {
    margin-bottom: 15px;

    padding: 10px 12px;

    color: #153346;

    background: #fff2d8;
}


/* FOOTER */

.site-footer {
    background: var(--navy);
}


.footer-main {
    min-height: 360px;

    padding: 48px 0;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 70px;

    align-items: center;
}


.footer-card {
    min-height: 270px;

    padding: 60px 30px;

    background: white;

    text-align: center;
}


.footer-card strong {
    font-size: 18px;
}


.footer-card address {
    margin: 8px 0;

    font-style: normal;
    font-size: 17px;
}


.footer-card p {
    font-size: 17px;
}


.footer-card a {
    color: var(--orange);
    text-decoration: none;
}


.footer-center {
    text-align: center;
}


.footer-center img {
    width: 380px;
    margin: 0 auto 25px;
}


.footer-call {
    font-family: var(--serif);
}


.footer-call span {
    display: block;

    color: #4380a4;

    font-size: 18px;

    text-transform: uppercase;
}


.footer-call a {
    display: block;

    color: #4380a4;

    font-size: 20px;

    text-decoration: none;
}


.legal-footer {
    padding: 45px 0 35px;

    color: var(--navy);

    background: #e9edf1;
}


.legal-footer .container {
    max-width: 1150px;
}


.legal-footer p {
    margin: 0 0 24px;

    font-size: 16px;
}


/* UTILITIES */

.sr-only {
    position: absolute;

    width: 1px;
    height: 1px;

    padding: 0;
    margin: -1px;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    white-space: nowrap;

    border: 0;
}


.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 3px;

    color: white;
    background: #333;

    text-decoration: none;

    z-index: 90;
}


/* TABLET */

@media (max-width: 1050px) {

    .main-nav {
        gap: 17px;
    }

    .main-nav a {
        font-size: 12px;
    }

    .brand img {
        width: 225px;
    }

    .attorney-layout {
        grid-template-columns: 1fr 1fr;
    }

    .footer-main {
        gap: 30px;
    }

}


/* MOBILE */

@media (max-width: 820px) {

    .site-header {
        height: 88px;
    }

    .header-inner {
        width: calc(100% - 30px);
    }

    .brand img {
        width: 220px;
    }

    .nav-toggle {
        display: block;
    }

    .main-nav {
        display: none;

        position: absolute;
        left: 0;
        right: 0;
        top: 88px;

        padding: 25px 30px;

        background: var(--navy);

        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .main-nav.open {
        display: flex;
    }

    .main-nav a {
        font-size: 14px;
    }


    .hero {
        min-height: 650px;
    }


    .intro-callout {
        width: 100%;
    }


    .attorney-layout {
        min-height: 0;

        display: block;
    }

    .attorney-photo {
        height: auto;
    }

    .attorney-photo img {
        height: auto;
    }

    .attorney-card {
        margin: -20px 18px 0;
        padding: 30px;
    }


    .credentials-frame {
        grid-template-columns:
            repeat(3, 1fr);
    }


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


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


    .contact-layout {
        display: block;
    }

    .contact-spacer {
        display: none;
    }


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

    .footer-card {
        min-height: auto;
    }

}


/* SMALL MOBILE */

@media (max-width: 520px) {

    .container {
        width: calc(100% - 30px);
    }


    .brand img {
        width: 185px;
    }


    .hero {
        min-height: 560px;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero-eyebrow {
        font-size: 17px;
        letter-spacing: 2px;
    }


    .intro {
        padding-top: 42px;
    }

    .intro h2 {
        font-size: 30px;
    }

    .intro-certification {
        font-size: 21px;
    }

    .intro-callout {
        font-size: 21px;
    }


    .credentials-frame {
        grid-template-columns:
            repeat(2, 1fr);

        gap: 20px;
        padding: 30px 20px;
    }


    .testimonial-grid {
        grid-template-columns: 1fr;
    }


    .difference-grid {
        grid-template-columns: 1fr;
    }


    .contact-panel-heading {
        gap: 15px;
    }

    .contact-panel-heading img {
        width: 82px;
        height: 82px;
    }

    .contact-panel-heading h2 {
        font-size: 28px;
    }

    .contact-panel-heading a {
        font-size: 25px;
    }


    .footer-center img {
        width: 280px;
    }

}

/* =========================================================
   GARCIA HOMEPAGE — DESKTOP HEADER/HERO VISUAL MATCH
   ========================================================= */

@media (min-width: 821px) {

    .site-header {
        height: 100px;
    }

    .header-inner {
        width: min(
            calc(100% - 48px),
            1040px
        );
    }

    .brand img {
        width: 232px;
    }

    .main-nav {
        gap: 28px;
    }

    .main-nav a {
        font-size: 13px;
    }

    .hero-content {
        transform: translateY(45px);
    }

    .hero-eyebrow {
        font-size: 27px;
        letter-spacing: 3.5px;
    }

    .hero h1 {
        font-size: clamp(
            52px,
            4vw,
            62px
        );

        line-height: 1.05;
    }

    .hero p {
        max-width: 1040px;
        font-size: 20px;
        line-height: 1.45;
    }

}

/* =========================================================
   GARCIA HOMEPAGE — INTRO + RESULTS MATCH
   ========================================================= */

@media (min-width: 821px) {

    /* INTRODUCTION */

    .intro {
        padding: 48px 0 62px;
    }

    .container-copy {
        max-width: 1160px;
    }

    .intro h2 {
        max-width: 930px;
        margin-left: auto;
        margin-right: auto;

        font-size: 38px;
        line-height: 1.08;
        letter-spacing: .4px;
    }

    .intro-certification {
        margin-top: 8px;
        margin-bottom: 12px;

        font-size: 27px;
        line-height: 1.15;
    }

    .intro p {
        font-size: 16px;
        line-height: 1.48;
        margin-bottom: 15px;
    }

    .intro-callout {
        width: 61%;
        margin-top: 28px;

        padding: 10px 0;

        font-size: 25px;
        line-height: 1.25;
    }


    /* FOCUSED ON RESULTS */

    .results-band {
        padding: 48px 0 50px;
    }

    .results-content {
        max-width: 1160px;
    }

    .results-content h2 {
        font-size: 31px;
        line-height: 1.15;
    }

    .results-content p {
        margin-bottom: 25px;

        font-size: 15px;
        line-height: 1.45;
    }

    .results-content .button {
        min-width: 265px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

}

/* =========================================================
   GARCIA HOMEPAGE — FULL DESKTOP VISUAL PASS
   ========================================================= */

:root {
    --garcia-serif:
        "Times New Roman",
        Times,
        serif;
}


/* TYPOGRAPHY NORMALIZATION */

.hero h1,
.hero-eyebrow,
.intro h2,
.intro-certification,
.intro-callout,
.results-content h2,
.attorney-card h2,
.section-heading h2,
.consultation-content h2,
.difference-heading h2,
.difference-heading div,
.difference-item h3,
.contact-panel-heading h2,
.contact-panel-heading a,
.footer-call {
    font-family: var(--garcia-serif);
}


/* ---------------------------------------------------------
   ATTORNEY PROFILE HOMEPAGE SECTION
   --------------------------------------------------------- */

@media (min-width: 821px) {

    .attorney-section {
        padding: 38px 0 48px;
    }

    .attorney-layout {
        max-width: 1120px;
        min-height: 640px;

        grid-template-columns:
            49% 51%;
    }

    .attorney-photo {
        height: 610px;
    }

    .attorney-photo img {
        object-position: center 38%;
    }

    .attorney-card {
        margin-left: -52px;

        padding:
            34px
            39px
            34px;

        box-shadow:
            0 13px 28px
            rgba(0, 0, 0, .19);
    }

    .attorney-card h2 {
        font-size: 29px;
        line-height: 1.1;
        letter-spacing: .25px;
    }

    .attorney-card p {
        font-size: 15px;
        line-height: 1.38;
        margin-bottom: 14px;
    }

}


/* ---------------------------------------------------------
   CREDENTIAL / ASSOCIATION STRIP
   --------------------------------------------------------- */

@media (min-width: 821px) {

    .credentials-section {
        padding: 67px 0 72px;

        background:
            linear-gradient(
                100deg,
                #073c5f 0%,
                #0d527d 52%,
                #357fae 100%
            );
    }

    .credentials-section .container {
        max-width: 1130px;
    }

    .credentials-frame {
        min-height: 235px;

        padding:
            38px
            31px;

        gap: 25px;
    }

    .credentials-frame img {
        max-height: 135px;
    }

}


/* ---------------------------------------------------------
   TESTIMONIALS
   --------------------------------------------------------- */

@media (min-width: 821px) {

    .testimonials-section {
        padding:
            52px
            0
            58px;
    }

    .testimonials-content {
        max-width: 1135px;
    }

    .section-heading h2 {
        font-size: 29px;
        line-height: 1.15;
    }

    .section-heading p {
        margin-top: 4px;
        margin-bottom: 30px;

        font-size: 15px;
    }

    .testimonial-grid {
        gap: 10px;
    }

    .testimonial-card {
        min-height: 215px;

        padding:
            27px
            34px;
    }

    .testimonial-card blockquote {
        font-size: 15px;
        line-height: 1.42;
    }

    .testimonial-name {
        font-size: 15px;
    }

}


/* ---------------------------------------------------------
   FREE CONSULTATION BAND
   --------------------------------------------------------- */

@media (min-width: 821px) {

    .consultation-band {
        padding:
            55px
            0
            58px;
    }

    .consultation-content {
        max-width: 1180px;
    }

    .consultation-content h2 {
        font-size: 37px;
        line-height: 1.1;
    }

    .consultation-content p {
        max-width: 1120px;

        font-size: 15px;
        line-height: 1.4;
    }

    .consultation-content .button {
        min-width: 255px;
        padding:
            14px
            30px;
    }

}


/* ---------------------------------------------------------
   WHAT MAKES US DIFFERENT
   --------------------------------------------------------- */

@media (min-width: 821px) {

    .difference-section {
        padding:
            44px
            0
            49px;
    }

    .difference-section .container {
        max-width: 1120px;
    }

    .difference-heading {
        margin-bottom: 28px;
    }

    .difference-heading h2 {
        font-size: 36px;
        line-height: 1.1;
    }

    .difference-heading div {
        font-size: 27px;
        line-height: 1.15;
    }

    .difference-grid {
        gap: 35px;
    }

    .difference-icon {
        height: 46px;

        font-size: 33px;
    }

    .difference-item h3 {
        font-size: 17px;
        line-height: 1.15;
    }

    .difference-item p {
        font-size: 15px;
        line-height: 1.4;
    }

}


/* ---------------------------------------------------------
   CONTACT / BENTSEN TOWER SECTION
   --------------------------------------------------------- */

@media (min-width: 821px) {

    .contact-section {
        min-height: 620px;

        padding:
            58px
            0
            48px;

        background-position:
            center center;
    }

    .contact-layout {
        max-width: 1150px;

        grid-template-columns:
            1fr
            385px;

        gap: 45px;
    }

    .contact-panel {
        padding:
            22px
            18px
            21px;
    }

    .contact-panel-heading {
        margin-bottom: 20px;

        gap: 20px;
    }

    .contact-panel-heading img {
        width: 105px;
        height: 105px;
    }

    .contact-panel-heading h2 {
        font-size: 31px;
        line-height: 1.1;
    }

    .contact-panel-heading a {
        font-size: 29px;
    }

    .contact-panel form {
        gap: 12px;
    }

    .contact-panel input,
    .contact-panel select,
    .contact-panel textarea {
        padding:
            10px
            12px;

        font-size: 13px;
    }

    .contact-panel textarea {
        min-height: 67px;
    }

    .form-submit {
        padding:
            10px
            12px;

        font-size: 13px;
    }

    .form-disclaimer {
        font-size: 13px;
        line-height: 1.2;
    }

}


/* ---------------------------------------------------------
   FOOTER — ONE REAL OFFICE ONLY
   --------------------------------------------------------- */

@media (min-width: 821px) {

    .footer-main {
        max-width: 1120px;

        min-height: 330px;

        padding:
            43px
            0;

        gap: 65px;
    }

    .footer-card {
        min-height: 245px;

        padding:
            53px
            28px;
    }

    .footer-card strong {
        font-size: 16px;
    }

    .footer-card address,
    .footer-card p {
        font-size: 15px;
        line-height: 1.5;
    }

    .footer-center img {
        width: 330px;

        margin-bottom: 25px;
    }

    .footer-call span {
        font-size: 17px;
    }

    .footer-call a {
        font-size: 19px;
    }

    .legal-footer {
        padding:
            37px
            0
            28px;
    }

    .legal-footer p {
        font-size: 15px;
        line-height: 1.5;
    }

}


/* ---------------------------------------------------------
   BUTTON CONSISTENCY
   --------------------------------------------------------- */

.button {
    border-radius: 2px;

    text-transform: none;

    letter-spacing: .15px;
}


/* ---------------------------------------------------------
   MOBILE REFINEMENTS
   --------------------------------------------------------- */

@media (max-width: 820px) {

    .attorney-card h2,
    .section-heading h2,
    .difference-heading h2,
    .contact-panel-heading h2 {
        font-family: var(--garcia-serif);
    }

    .credentials-frame img {
        margin-inline: auto;
    }

    .consultation-content h2 span {
        display: block;
    }

}


/* ---------------------------------------------------------
   VERY SMALL MOBILE
   --------------------------------------------------------- */

@media (max-width: 520px) {

    .hero h1 {
        font-size: 38px;
    }

    .attorney-card {
        margin-left: 10px;
        margin-right: 10px;
    }

    .testimonial-card {
        min-height: auto;
    }

}

/* =========================================================
   GARCIA — FINAL FONT STACK + SECURE FORM STATES
   ========================================================= */

:root {
    --serif:
        "Frank Ruhl Libre",
        Georgia,
        "Times New Roman",
        serif;

    --garcia-serif:
        "Frank Ruhl Libre",
        Georgia,
        "Times New Roman",
        serif;

    --sans:
        "Heebo",
        Arial,
        Helvetica,
        sans-serif;
}

body {
    font-family: var(--sans);
}

.main-nav,
.button,
.contact-panel input,
.contact-panel select,
.contact-panel textarea {
    font-family: var(--sans);
}

.hp-field {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.form-notice {
    margin-bottom: 15px;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.35;
}

.form-success {
    background: #eef8ef;
    color: #174c24;
}

.form-error {
    background: #fff1f1;
    color: #702424;
}

.form-error ul {
    margin: 7px 0 0;
    padding-left: 20px;
}

/* =========================================================
   GARCIA HOMEPAGE — HEADER/HERO FINAL MATCH
   2026 rebuild
   ========================================================= */

@media (min-width: 821px) {

    /*
     * Original site uses a wider content footprint
     * than our first staging pass.
     */
    .header-inner {
        width: min(
            calc(100% - 48px),
            1120px
        );
    }

    .brand img {
        width: 248px;
    }

    .main-nav {
        gap: 27px;
    }

    .main-nav a {
        font-size: 13px;
        line-height: 1;
    }

    /*
     * Original hero copy sits lower in the photograph.
     */
    .hero-content {
        transform: translateY(88px);
    }

    .hero-eyebrow {
        font-size: 27px;
        line-height: 1.15;
        letter-spacing: 3.5px;
    }

    .hero h1 {
        max-width: 1180px;
        margin-left: auto;
        margin-right: auto;

        font-size: clamp(
            51px,
            4vw,
            62px
        );

        line-height: 1.03;
        font-weight: 400;
        letter-spacing: .2px;
    }

    .hero p {
        max-width: 1050px;

        font-size: 19px;
        line-height: 1.48;
    }

    .hero .button {
        min-width: 240px;
    }

}


/*
 * Preserve the visual dropdown cue without relying on
 * the legacy CMS or icon-font runtime.
 */

@media (min-width: 821px) {

    .main-nav a[href="/practice-areas"]::after,
    .main-nav a[href="/contact-us"]::after {
        content: "";
        display: inline-block;

        width: 6px;
        height: 6px;

        margin-left: 8px;
        margin-bottom: 3px;

        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;

        transform: rotate(45deg);
    }

}


/* Better keyboard accessibility without changing appearance */

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid #ff9500;
    outline-offset: 3px;
}


/* =========================================================
   OPTIMIZED HOMEPAGE BACKGROUNDS
   ========================================================= */

.hero {
    background-image:
        url("/assets/img/hero.webp");
}

.results-band {
    background-image:
        url("/assets/img/results-bg.webp");
}

.attorney-section {
    background-image:
        url("/assets/img/attorney-bg.webp");
}

.testimonials-section {
    background-image:
        url("/assets/img/testimonials-bg.webp");
}

.contact-section {
    background-image:
        url("/assets/img/contact-bg.webp");
}


/* =========================================================
   GARCIA SECURE FORM STATES
   ========================================================= */

.hp-field {
    position: absolute !important;
    left: -10000px !important;

    width: 1px !important;
    height: 1px !important;

    overflow: hidden !important;
}

.form-notice {
    margin-bottom: 15px;

    padding: 12px 14px;

    font-size: 14px;
    line-height: 1.35;
}

.form-success {
    color: #174c24;
    background: #eef8ef;
}

.form-error {
    color: #702424;
    background: #fff1f1;
}

.form-error ul {
    margin: 7px 0 0;
    padding-left: 20px;
}


/* =========================================================
   GARCIA FINAL MOBILE PASS
   ========================================================= */

@media (max-width: 820px) {

    .site-header {
        height: 86px;
    }

    .header-inner {
        width: calc(100% - 28px);
    }

    .brand img {
        width: 205px;
    }

    .main-nav {
        top: 86px;

        padding:
            28px
            26px
            32px;
    }

    .hero {
        min-height: 610px;

        background-position:
            52% center;
    }

    .hero-content {
        transform: translateY(20px);
    }

    .hero-eyebrow {
        font-size: 20px;

        line-height: 1.3;

        letter-spacing: 2px;
    }

    .hero h1 {
        margin-top: 12px;

        font-size: 43px;
        line-height: 1.03;
    }

    .hero p {
        max-width: 680px;

        font-size: 17px;
        line-height: 1.45;
    }

    .intro {
        padding:
            42px
            0
            50px;
    }

    .intro h2 {
        font-size: 31px;
    }

    .intro-certification {
        font-size: 22px;
    }

    .intro p {
        font-size: 15px;
    }

    .intro-callout {
        width: 100%;

        font-size: 22px;
    }

    .results-band {
        padding:
            43px
            0;
    }

    .attorney-section {
        padding:
            32px
            0
            40px;
    }

    .attorney-card {
        margin-top: -26px;

        padding:
            28px
            25px;
    }

    .attorney-card h2 {
        font-size: 28px;
    }

    .attorney-card p {
        font-size: 15px;
    }

    .credentials-section {
        padding:
            45px
            0;
    }

    .credentials-frame {
        min-height: auto;

        grid-template-columns:
            repeat(3, 1fr);

        padding:
            30px
            22px;

        gap: 26px;
    }

    .testimonials-section {
        padding:
            45px
            0;
    }

    .consultation-band {
        padding:
            48px
            0;
    }

    .difference-section {
        padding:
            43px
            0;
    }

    .contact-section {
        min-height: auto;

        padding:
            45px
            0;
    }

    .contact-panel {
        max-width: 520px;

        margin-left: auto;
        margin-right: auto;
    }

    .footer-main {
        padding:
            40px
            0;
    }

}


@media (max-width: 640px) {

    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .difference-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

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

}


@media (max-width: 420px) {

    .hero {
        min-height: 555px;
    }

    .hero h1 {
        font-size: 36px;
    }

    .hero-eyebrow {
        font-size: 17px;
    }

    .hero p {
        font-size: 15px;
    }

    .button {
        padding:
            13px
            25px;
    }

    .credentials-frame {
        grid-template-columns: 1fr 1fr;
    }

}


/* =========================================================
   GARCIA HOMEPAGE FINAL ACCESSIBILITY
   ========================================================= */

.form-notice ul {
    margin-bottom: 0;
}

.contact-panel input:focus,
.contact-panel select:focus,
.contact-panel textarea:focus {
    background: #ffffff;
    color: #063453;
}

.main-nav a {
    position: relative;
}

@media (prefers-reduced-motion: reduce) {

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

}


/* =========================================================
   GARCIA DIFFERENCE SECTION VECTOR ICONS
   ========================================================= */

.difference-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--navy);
}

.difference-icon svg {
    width: 42px;
    height: 42px;

    fill: none;
    stroke: currentColor;

    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.difference-item:last-child
.difference-icon svg {
    fill: currentColor;
    stroke: currentColor;
}

