﻿/*
Theme Name: Fono Carla Borba Pro 2
Theme URI: https://example.com/fono-carla-borba-pro
Author: Codex
Author URI: https://openai.com
Description: Tema profissional para a fonoaudióloga Carla Borba, construído a partir do manual de identidade visual.
Version: 2.7.5
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fono-carla-borba
Tags: custom-logo, custom-menu, featured-images, blog, one-column, accessibility-ready
*/
:root {
    --fcb-coral: #eb6160;
    --fcb-coral-dark: #c94c4b;
    --fcb-mint: #75bfac;
    --fcb-mint-soft: #dff2ed;
    --fcb-slate: #506175;
    --fcb-gray: #747d7e;
    --fcb-paper: #fbfbf8;
    --fcb-ink: #24313d;
    --fcb-white: #ffffff;
    --fcb-radius: 8px;
    --fcb-shadow: 0 24px 70px rgba(36, 49, 61, 0.12);
    --fcb-font-body: Futura, "Trebuchet MS", Arial, sans-serif;
    --fcb-font-display: "Hobo Std", "Cooper Black", Georgia, serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

body {
    margin: 0;
    background: var(--fcb-paper);
    color: var(--fcb-slate);
    font-family: var(--fcb-font-body);
    font-size: 16px;
    line-height: 1.7;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: var(--fcb-coral-dark);
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
}

a:hover {
    color: var(--fcb-slate);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.45em;
    color: var(--fcb-slate);
    font-family: var(--fcb-font-display);
    font-weight: 700;
    line-height: 1.08;
}

p {
    margin: 0 0 1rem;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    z-index: 100000;
    top: 1rem;
    left: 1rem;
    width: auto;
    height: auto;
    padding: 0.75rem 1rem;
    clip: auto;
    background: var(--fcb-white);
    color: var(--fcb-ink);
}

.site-header {
    position: sticky;
    z-index: 20;
    top: 0;
    background: rgba(251, 251, 248, 0.94);
    border-bottom: 1px solid rgba(80, 97, 117, 0.12);
    backdrop-filter: blur(14px);
}

.site-header__inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: min(1180px, calc(100% - 2rem));
    min-height: 76px;
    margin: 0 auto;
}

.site-header__brand {
    flex: 1 1 auto;
}

.brand-wordmark,
.custom-logo-link {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--fcb-slate);
    text-decoration: none;
}

.custom-logo {
    width: auto;
    max-height: 76px;
}

.brand-wordmark__symbol {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--fcb-coral);
    color: var(--fcb-white);
    font-family: var(--fcb-font-display);
    font-size: 1.7rem;
    line-height: 1;
}

.brand-wordmark strong,
.brand-wordmark em {
    display: block;
}

.brand-wordmark strong {
    color: var(--fcb-slate);
    font-family: var(--fcb-font-display);
    font-size: 1.15rem;
}

.brand-wordmark em {
    color: var(--fcb-gray);
    font-size: 0.78rem;
    font-style: normal;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.primary-nav__list,
.footer-nav {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.primary-nav a,
.footer-nav a {
    color: var(--fcb-slate);
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
}

.primary-nav a:hover,
.footer-nav a:hover {
    color: var(--fcb-coral);
}

.header-cta,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.78rem 1.15rem;
    border: 1px solid transparent;
    border-radius: var(--fcb-radius);
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.header-cta,
.button--primary {
    background: var(--fcb-coral);
    color: var(--fcb-white);
}

.header-cta:hover,
.button--primary:hover {
    background: var(--fcb-coral-dark);
    color: var(--fcb-white);
}

.button--secondary {
    border-color: rgba(80, 97, 117, 0.22);
    background: var(--fcb-white);
    color: var(--fcb-slate);
}

.button--secondary:hover {
    border-color: var(--fcb-mint);
    color: var(--fcb-slate);
}

.button--light {
    background: var(--fcb-white);
    color: var(--fcb-coral-dark);
}

.button--light:hover {
    color: var(--fcb-slate);
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(80, 97, 117, 0.18);
    border-radius: var(--fcb-radius);
    background: var(--fcb-white);
}

.menu-toggle__bar {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: var(--fcb-slate);
}

.site-main {
    overflow: hidden;
}

.hero-section {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    align-items: stretch;
    min-height: calc(100vh - 76px);
    background: linear-gradient(90deg, var(--fcb-paper) 0%, var(--fcb-paper) 54%, var(--fcb-mint-soft) 54%, var(--fcb-mint-soft) 100%);
}

.hero-section__content {
    align-self: center;
    width: min(620px, calc(100% - 2rem));
    margin-left: max(1rem, calc((100vw - 1180px) / 2));
    padding: 5rem 0 6rem;
}

.hero-section h1 {
    margin-bottom: 1rem;
    color: var(--fcb-coral);
    font-size: clamp(4rem, 11vw, 8.5rem);
}

.hero-section__content > p:not(.eyebrow) {
    max-width: 32rem;
    color: var(--fcb-slate);
    font-size: 1.22rem;
}

.hero-section__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.hero-section__visual {
    position: relative;
    display: grid;
    align-items: end;
    min-height: 540px;
    padding: 4rem max(1rem, calc((100vw - 1180px) / 2)) 4rem 3rem;
    background:
        linear-gradient(135deg, rgba(80, 97, 117, 0.12) 0 1px, transparent 1px 28px),
        var(--fcb-mint-soft);
}

.hero-section__visual::before {
    position: absolute;
    inset: 8% 0 8% 16%;
    content: "";
    background: var(--fcb-mint);
    clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
}

.hero-section__visual::after {
    position: absolute;
    right: 10%;
    bottom: 12%;
    width: min(62%, 360px);
    aspect-ratio: 1;
    content: "";
    border: 20px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
}

.brand-card {
    position: relative;
    z-index: 1;
    width: min(380px, 100%);
    margin-left: auto;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: var(--fcb-radius);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--fcb-shadow);
}

.brand-card span {
    display: block;
    color: var(--fcb-coral);
    font-family: var(--fcb-font-display);
    font-size: 7rem;
    line-height: 0.9;
}

.brand-card strong {
    color: var(--fcb-slate);
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.eyebrow {
    margin-bottom: 0.8rem;
    color: var(--fcb-coral-dark);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.intro-band,
.services-section,
.posts-section,
.content-shell {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
}

.intro-band {
    display: grid;
    grid-template-columns: 0.85fr 1fr;
    gap: 3rem;
    padding: 5rem 0;
    border-bottom: 1px solid rgba(80, 97, 117, 0.14);
}

.intro-band h2,
.section-heading h2,
.cta-band h2,
.entry__header h1,
.archive-header h1,
.not-found h1 {
    font-size: clamp(2.1rem, 4vw, 4.2rem);
}

.intro-band__copy {
    color: var(--fcb-gray);
    font-size: 1.1rem;
}

.services-section,
.posts-section {
    padding: 5rem 0;
}

.section-heading {
    max-width: 620px;
    margin-bottom: 2rem;
}

.service-grid,
.post-grid,
.post-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.post-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.post-card,
.empty-state,
.not-found {
    border: 1px solid rgba(80, 97, 117, 0.13);
    border-radius: var(--fcb-radius);
    background: var(--fcb-white);
}

.service-card {
    min-height: 260px;
    padding: 1.3rem;
}

.service-card__mark {
    display: block;
    width: 52px;
    height: 8px;
    margin-bottom: 2rem;
    background: linear-gradient(90deg, var(--fcb-coral) 0 48%, var(--fcb-mint) 48% 100%);
}

.service-card h3 {
    font-family: var(--fcb-font-body);
    font-size: 1.1rem;
    font-weight: 900;
}

.service-card p {
    color: var(--fcb-gray);
}

.cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 4rem max(1rem, calc((100vw - 1180px) / 2));
    background: var(--fcb-coral);
    color: var(--fcb-white);
}

.cta-band h2,
.cta-band .eyebrow {
    color: var(--fcb-white);
}

.post-card {
    overflow: hidden;
}

.post-card__media {
    display: grid;
    place-items: center;
    aspect-ratio: 4 / 3;
    background: var(--fcb-mint-soft);
    color: var(--fcb-coral);
    font-family: var(--fcb-font-display);
    font-size: 4rem;
    text-decoration: none;
}

.post-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-card__body {
    padding: 1.2rem;
}

.post-card time,
.entry__meta {
    display: block;
    margin-bottom: 0.65rem;
    color: var(--fcb-gray);
    font-size: 0.82rem;
}

.post-card h2 {
    font-family: var(--fcb-font-body);
    font-size: 1.16rem;
    font-weight: 900;
}

.post-card h2 a {
    color: var(--fcb-slate);
    text-decoration: none;
}

.post-card h2 a:hover {
    color: var(--fcb-coral);
}

.content-shell {
    padding: 4rem 0 5rem;
}

.archive-header,
.entry__header {
    max-width: 800px;
    margin-bottom: 2rem;
}

.entry {
    max-width: 860px;
    margin: 0 auto;
}

.entry__thumbnail {
    margin: 0 0 2rem;
    overflow: hidden;
    border-radius: var(--fcb-radius);
}

.entry__content {
    color: var(--fcb-ink);
    font-size: 1.08rem;
}

.entry__content > * {
    max-width: 760px;
}

.entry__content > .alignwide {
    max-width: 1020px;
}

.entry__content > .alignfull {
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.empty-state,
.not-found {
    max-width: 760px;
    padding: 2rem;
}

.navigation.pagination,
.post-navigation {
    margin-top: 2rem;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.page-numbers,
.post-navigation a {
    display: inline-flex;
    padding: 0.55rem 0.8rem;
    border: 1px solid rgba(80, 97, 117, 0.18);
    border-radius: var(--fcb-radius);
    background: var(--fcb-white);
    text-decoration: none;
}

.page-numbers.current {
    background: var(--fcb-slate);
    color: var(--fcb-white);
}

.site-footer {
    background: var(--fcb-slate);
    color: rgba(255, 255, 255, 0.82);
}

.site-footer a {
    color: var(--fcb-white);
}

.site-footer__inner {
    display: grid;
    grid-template-columns: 1.1fr 0.8fr 1fr;
    gap: 2rem;
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 3rem 0;
}

.site-footer .brand-wordmark strong,
.site-footer .brand-wordmark em {
    color: var(--fcb-white);
}

.site-footer .custom-logo-link {
    display: inline-flex;
    width: fit-content;
    padding: 0.7rem;
    border-radius: var(--fcb-radius);
    background: var(--fcb-white);
}

.site-footer .custom-logo {
    max-height: 92px;
}

.site-footer__brand p {
    max-width: 26rem;
    margin-top: 1rem;
}

.footer-contact {
    display: grid;
    gap: 0.35rem;
    font-style: normal;
}

.footer-contact strong,
.footer-widget__title {
    color: var(--fcb-white);
    font-family: var(--fcb-font-body);
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: min(1180px, calc(100% - 2rem));
    padding: 1rem 0 1.4rem;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 0.9rem;
}

.search-form {
    display: flex;
    max-width: 520px;
    gap: 0.5rem;
}

.search-field {
    width: 100%;
    min-height: 44px;
    padding: 0.7rem 0.9rem;
    border: 1px solid rgba(80, 97, 117, 0.2);
    border-radius: var(--fcb-radius);
    font: inherit;
}

.search-submit {
    min-height: 44px;
    padding: 0.7rem 1rem;
    border: 0;
    border-radius: var(--fcb-radius);
    background: var(--fcb-coral);
    color: var(--fcb-white);
    font: inherit;
    font-weight: 800;
}

@media (max-width: 920px) {
    .menu-toggle {
        display: block;
    }

    .primary-nav {
        position: fixed;
        top: 76px;
        right: 0;
        left: 0;
        display: none;
        padding: 1rem;
        background: var(--fcb-paper);
        border-bottom: 1px solid rgba(80, 97, 117, 0.14);
    }

    .primary-nav.is-open {
        display: block !important;
    }

    body.has-open-menu .primary-nav {
        display: block !important;
    }

    .primary-nav__list {
        align-items: stretch;
        flex-direction: column;
        gap: 0.25rem;
    }

    .primary-nav a {
        display: block;
        padding: 0.75rem;
        border-radius: var(--fcb-radius);
    }

    .header-cta {
        display: none;
    }

    .hero-section {
        grid-template-columns: 1fr;
        min-height: auto;
        background: var(--fcb-paper);
    }

    .hero-section__content {
        padding: 4rem 0 3rem;
    }

    .hero-section__visual {
        min-height: 340px;
        padding: 2rem 1rem;
    }

    .intro-band,
    .site-footer__inner {
        grid-template-columns: 1fr;
    }

    .service-grid,
    .post-grid,
    .post-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cta-band,
    .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* v2.7.0 professional footer */
.site-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 0%, rgba(117, 191, 172, 0.2), transparent 0 24%, transparent 25%),
        linear-gradient(135deg, rgba(235, 97, 96, 0.13), transparent 38%),
        var(--fcb-slate);
}

.site-footer::after {
    position: absolute;
    right: -8rem;
    bottom: -8rem;
    width: 24rem;
    height: 24rem;
    content: "";
    border: 4rem solid rgba(117, 191, 172, 0.12);
    border-radius: 50%;
}

.site-footer__inner {
    position: relative;
    z-index: 1;
    grid-template-columns: 1.15fr 1fr 0.85fr 1fr;
    align-items: start;
    padding: 4rem 0 3rem;
}

.site-footer__brand p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
}

.footer-contact,
.footer-quick,
.footer-note {
    display: grid;
    gap: 0.55rem;
}

.footer-contact strong,
.footer-quick strong,
.footer-note strong,
.footer-widget__title {
    margin-bottom: 0.4rem;
    color: var(--fcb-white);
    font-family: var(--fcb-font-body);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-contact a,
.footer-contact span,
.footer-quick a,
.footer-note p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.94rem;
    text-decoration: none;
}

.footer-contact a:hover,
.footer-quick a:hover {
    color: var(--fcb-white);
}

.footer-contact__button {
    justify-self: start;
    margin-top: 0.8rem;
    padding: 0.72rem 0.9rem;
    border-radius: var(--fcb-radius);
    background: var(--fcb-coral);
    color: var(--fcb-white) !important;
    font-weight: 900;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.48rem 0.68rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--fcb-radius);
    background: rgba(255, 255, 255, 0.08);
    color: var(--fcb-white);
    font-size: 0.82rem;
    font-weight: 900;
    text-decoration: none;
}

.footer-social a:hover {
    border-color: rgba(117, 191, 172, 0.8);
    background: rgba(117, 191, 172, 0.16);
}

.footer-note {
    padding: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--fcb-radius);
    background: rgba(255, 255, 255, 0.06);
}

.footer-note p {
    margin-bottom: 0.5rem;
}

.site-footer__bottom {
    position: relative;
    z-index: 1;
}

@media (max-width: 1020px) {
    .site-footer__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .site-footer__inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1120px) and (min-width: 921px) {
    .site-header__inner {
        gap: 0.7rem;
    }

    .primary-nav__list {
        gap: 0.72rem;
    }

    .primary-nav a {
        font-size: 0.76rem;
    }

    .header-cta {
        padding-inline: 0.95rem;
    }
}

@media (max-width: 620px) {
    .site-header__inner {
        width: min(100% - 1rem, 1180px);
    }

    .brand-wordmark__symbol {
        width: 42px;
        height: 42px;
        font-size: 1.45rem;
    }

    .brand-wordmark strong {
        font-size: 1rem;
    }

    .brand-wordmark em {
        font-size: 0.68rem;
    }

    .custom-logo {
        max-height: 62px;
    }

    .hero-section h1 {
        font-size: 3.7rem;
    }

    .hero-section__actions,
    .search-form {
        flex-direction: column;
    }

    .button,
    .search-submit {
        width: 100%;
    }

    .service-grid,
    .post-grid,
    .post-list {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: 0;
    }
}

/* v2.6.0 news portal section */
.news-section {
    width: 100%;
    padding: 6rem max(1rem, calc((100vw - 1180px) / 2));
    background: var(--fcb-paper);
}

.news-section__header {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.55fr);
    gap: 2rem;
    align-items: end;
    max-width: 1180px;
    margin: 0 auto 2.5rem;
}

.news-section__header h2 {
    color: var(--fcb-slate);
    font-size: clamp(2.6rem, 5vw, 5rem);
    font-weight: 900;
    line-height: 0.95;
}

.news-section__header > p {
    color: var(--fcb-gray);
    font-size: 1.05rem;
}

.news-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
}

.news-layout::before,
.news-empty::before {
    position: absolute;
    z-index: -1;
    top: -2rem;
    right: calc((100vw - min(1180px, calc(100vw - 2rem))) / -2);
    bottom: -3rem;
    left: calc((100vw - min(1180px, calc(100vw - 2rem))) / -2);
    content: "";
    background: var(--fcb-slate);
}

.news-layout .post-card {
    background: var(--fcb-white);
}

.news-layout .post-card--featured {
    grid-row: span 2;
}

.news-layout .post-card--featured .post-card__media {
    aspect-ratio: 16 / 9;
}

.news-layout .post-card--featured .post-card__body {
    padding: 1.6rem;
}

.news-layout .post-card--featured h2 {
    font-size: clamp(1.7rem, 3vw, 2.7rem);
    line-height: 1.04;
}

.post-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    align-items: center;
    margin-bottom: 0.8rem;
}

.post-card__meta span {
    color: var(--fcb-coral);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.post-card__meta time {
    margin: 0;
}

.post-card__link {
    display: inline-flex;
    margin-top: 0.7rem;
    color: var(--fcb-coral-dark);
    font-size: 0.86rem;
    font-weight: 900;
    text-decoration: none;
}

.news-empty {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 4vw, 3rem);
    border-radius: var(--fcb-radius);
    background: var(--fcb-white);
    box-shadow: var(--fcb-shadow-soft);
}

.news-empty span {
    display: inline-flex;
    margin-bottom: 1rem;
    color: var(--fcb-coral);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.news-empty h3 {
    max-width: 11ch;
    color: var(--fcb-slate);
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 900;
    line-height: 1;
}

.news-empty p {
    max-width: 42rem;
    color: var(--fcb-gray);
}

@media (max-width: 920px) {
    .news-section {
        background: var(--fcb-paper);
    }

    .news-section__header,
    .news-layout {
        grid-template-columns: 1fr;
    }

    .news-layout .post-card--featured {
        grid-row: auto;
    }

    .news-empty {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Professional layout layer */
.site-header {
    box-shadow: 0 1px 0 rgba(80, 97, 117, 0.08);
}

.hero-section {
    position: relative;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    min-height: min(820px, calc(100vh - 76px));
    background:
        linear-gradient(90deg, rgba(251, 251, 248, 0.98) 0%, rgba(251, 251, 248, 0.94) 46%, rgba(223, 242, 237, 0.5) 46%, rgba(223, 242, 237, 0.82) 100%),
        var(--fcb-paper);
}

.hero-section::before {
    position: absolute;
    top: 9%;
    left: max(1rem, calc((100vw - 1180px) / 2));
    width: 74px;
    height: 10px;
    content: "";
    background: linear-gradient(90deg, var(--fcb-coral) 0 45%, var(--fcb-mint) 45% 100%);
}

.hero-section__content {
    position: relative;
    z-index: 1;
    max-width: 680px;
    padding: 6.5rem 0 4rem;
}

.hero-section h1 {
    max-width: 9ch;
    color: var(--fcb-coral);
    font-size: clamp(4.5rem, 8vw, 8.25rem);
    letter-spacing: 0;
}

.hero-section__content > p:not(.eyebrow) {
    max-width: 36rem;
    color: var(--fcb-ink);
    font-size: clamp(1.08rem, 1.6vw, 1.3rem);
    line-height: 1.75;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    max-width: 590px;
    margin: 3.2rem 0 0;
    border: 1px solid rgba(80, 97, 117, 0.14);
    border-radius: var(--fcb-radius);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 45px rgba(36, 49, 61, 0.08);
}

.hero-metrics div {
    padding: 1rem;
}

.hero-metrics div + div {
    border-left: 1px solid rgba(80, 97, 117, 0.12);
}

.hero-metrics dt {
    color: var(--fcb-slate);
    font-family: var(--fcb-font-display);
    font-size: 1.5rem;
    line-height: 1.1;
}

.hero-metrics dd {
    margin: 0.25rem 0 0;
    color: var(--fcb-gray);
    font-size: 0.82rem;
    font-weight: 700;
}

.hero-section__visual {
    position: relative;
    isolation: isolate;
    display: block;
    min-height: auto;
    padding: 0;
    background: var(--fcb-mint-soft);
}

.hero-section__visual::before,
.hero-section__visual::after {
    display: none;
}

.hero-section__visual img {
    width: 100%;
    height: 100%;
    min-height: min(820px, calc(100vh - 76px));
    object-fit: cover;
}

.hero-section__visual::selection {
    background: transparent;
}

.hero-note {
    position: absolute;
    right: max(1rem, calc((100vw - 1180px) / 2));
    bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: min(390px, calc(100% - 2rem));
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: var(--fcb-radius);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--fcb-shadow);
    backdrop-filter: blur(12px);
}

.hero-note span {
    display: grid;
    flex: 0 0 64px;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--fcb-coral);
    color: var(--fcb-white);
    font-family: var(--fcb-font-display);
    font-size: 2rem;
}

.hero-note strong {
    color: var(--fcb-slate);
    font-family: var(--fcb-font-body);
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--fcb-coral-dark);
    font-weight: 900;
    text-decoration: none;
}

.text-link::after {
    width: 0.55rem;
    height: 0.55rem;
    content: "";
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
}

.service-card {
    display: flex;
    flex-direction: column;
    min-height: 320px;
    padding: 1.5rem;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(235, 97, 96, 0.35);
    box-shadow: 0 20px 50px rgba(36, 49, 61, 0.1);
}

.service-card h3 {
    color: var(--fcb-slate);
    font-size: 1.2rem;
}

.service-card a {
    margin-top: auto;
    color: var(--fcb-coral-dark);
    font-size: 0.86rem;
    font-weight: 900;
    text-decoration: none;
}

.method-section,
.audience-section {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 5rem 0;
}

.method-section {
    border-top: 1px solid rgba(80, 97, 117, 0.12);
}

.method-timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgba(80, 97, 117, 0.13);
    border-radius: var(--fcb-radius);
    background: var(--fcb-white);
    overflow: hidden;
}

.method-step {
    min-height: 260px;
    padding: 1.5rem;
}

.method-step + .method-step {
    border-left: 1px solid rgba(80, 97, 117, 0.12);
}

.method-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 2rem;
    border-radius: 50%;
    background: var(--fcb-mint-soft);
    color: var(--fcb-coral-dark);
    font-weight: 900;
}

.method-step h3 {
    font-family: var(--fcb-font-body);
    font-size: 1.08rem;
    font-weight: 900;
}

.method-step p {
    color: var(--fcb-gray);
}

.audience-section {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 1rem;
    padding-top: 0;
}

.audience-section__panel {
    padding: 2rem;
    border-radius: var(--fcb-radius);
    background: var(--fcb-slate);
    color: rgba(255, 255, 255, 0.84);
}

.audience-section__panel h2,
.audience-section__panel .eyebrow {
    color: var(--fcb-white);
}

.audience-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.audience-list div {
    display: flex;
    align-items: flex-end;
    min-height: 160px;
    padding: 1.2rem;
    border: 1px solid rgba(80, 97, 117, 0.13);
    border-radius: var(--fcb-radius);
    background:
        linear-gradient(135deg, rgba(117, 191, 172, 0.16), rgba(255, 255, 255, 0) 50%),
        var(--fcb-white);
    color: var(--fcb-slate);
    font-weight: 900;
}

.cta-band {
    background:
        linear-gradient(120deg, rgba(80, 97, 117, 0.18), transparent 38%),
        var(--fcb-coral);
}

.cta-band > div {
    max-width: 720px;
}

.cta-band p:not(.eyebrow) {
    max-width: 45rem;
    color: rgba(255, 255, 255, 0.86);
}

.post-card__media img {
    transition: transform 220ms ease;
}

.post-card:hover .post-card__media img {
    transform: scale(1.04);
}

@media (max-width: 1020px) {
    .hero-section,
    .audience-section {
        grid-template-columns: 1fr;
    }

    .hero-section__visual img {
        min-height: 420px;
    }

    .method-timeline,
    .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .method-step + .method-step {
        border-left: 0;
    }

    .method-step:nth-child(2n) {
        border-left: 1px solid rgba(80, 97, 117, 0.12);
    }

    .method-step:nth-child(n + 3) {
        border-top: 1px solid rgba(80, 97, 117, 0.12);
    }
}

@media (max-width: 700px) {
    .hero-section::before {
        top: 1.5rem;
    }

    .hero-section__content {
        padding-top: 5rem;
    }

    .hero-metrics,
    .method-timeline,
    .audience-list {
        grid-template-columns: 1fr;
    }

    .hero-metrics div + div,
    .method-step:nth-child(2n) {
        border-left: 0;
    }

    .hero-metrics div + div,
    .method-step + .method-step,
    .method-step:nth-child(n + 3) {
        border-top: 1px solid rgba(80, 97, 117, 0.12);
    }

    .hero-section__visual img {
        min-height: 340px;
    }

    .hero-note {
        right: 1rem;
        bottom: 1rem;
    }
}

/* Version 2.0 professional finish */
:root {
    --fcb-font-display: Futura, "Trebuchet MS", Arial, sans-serif;
    --fcb-font-brand: "Hobo Std", "Arial Rounded MT Bold", Georgia, serif;
    --fcb-paper: #fbfaf6;
    --fcb-paper-strong: #f4f1ea;
    --fcb-line: rgba(80, 97, 117, 0.14);
    --fcb-shadow-soft: 0 26px 80px rgba(36, 49, 61, 0.13);
}

body {
    background:
        linear-gradient(180deg, rgba(117, 191, 172, 0.07), transparent 520px),
        var(--fcb-paper);
    color: var(--fcb-ink);
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand-wordmark strong {
    font-family: var(--fcb-font-display);
    letter-spacing: 0;
}

.brand-wordmark__symbol,
.hero-note span {
    font-family: var(--fcb-font-brand);
}

.site-header {
    background: rgba(251, 250, 246, 0.88);
}

.site-header__inner {
    min-height: 104px;
}

.brand-wordmark__symbol {
    background:
        radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.24), transparent 32%),
        var(--fcb-coral);
}

.site-header .custom-logo-link {
    padding: 0.35rem 0;
}

.site-header .custom-logo {
    max-height: 92px;
}

.brand-wordmark strong {
    font-size: 1.05rem;
    font-weight: 900;
}

.brand-wordmark em {
    letter-spacing: 0.1em;
}

.primary-nav a {
    position: relative;
    font-size: 0.88rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.primary-nav a::after {
    position: absolute;
    right: 0;
    bottom: -0.45rem;
    left: 0;
    height: 2px;
    content: "";
    background: var(--fcb-coral);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 160ms ease;
}

.primary-nav a:hover::after {
    transform: scaleX(1);
}

.button,
.header-cta {
    min-height: 48px;
    padding: 0.9rem 1.25rem;
    box-shadow: 0 12px 28px rgba(235, 97, 96, 0.16);
}

.button--secondary {
    box-shadow: none;
}

.hero-section {
    grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
    min-height: min(860px, calc(100vh - 84px));
    background:
        linear-gradient(90deg, var(--fcb-paper) 0 48%, var(--fcb-paper-strong) 48% 100%);
}

.hero-section::before {
    top: 6rem;
    width: 112px;
    height: 12px;
}

.hero-section__content {
    width: min(660px, calc(100% - 2rem));
    padding: 8rem 0 4.8rem;
}

.hero-section h1 {
    max-width: 8.5ch;
    margin-bottom: 1.2rem;
    color: var(--fcb-slate);
    font-size: clamp(4.6rem, 8.8vw, 8.9rem);
    font-weight: 900;
    line-height: 0.92;
}

.hero-section h1::first-line {
    color: var(--fcb-coral);
}

.hero-section__content > p:not(.eyebrow) {
    max-width: 38rem;
    color: var(--fcb-gray);
}

.hero-section__visual {
    padding: 1.4rem 1.4rem 1.4rem 0;
    background: var(--fcb-paper-strong);
}

.hero-section__visual img {
    min-height: calc(min(860px, 100vh - 84px) - 2.8rem);
    border-radius: 0 0 0 72px;
    box-shadow: var(--fcb-shadow-soft);
}

.hero-note {
    right: max(2rem, calc((100vw - 1180px) / 2));
    bottom: 3rem;
    border: 0;
}

.hero-metrics {
    max-width: 620px;
    margin-top: 3rem;
    background: var(--fcb-white);
}

.hero-metrics dt {
    color: var(--fcb-coral);
    font-family: var(--fcb-font-display);
    font-size: 1.08rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.signature-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(1180px, calc(100% - 2rem));
    margin: -2.2rem auto 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: var(--fcb-radius);
    background: var(--fcb-slate);
    box-shadow: var(--fcb-shadow-soft);
}

.signature-strip div {
    min-height: 98px;
    padding: 1.4rem;
    color: var(--fcb-white);
    font-weight: 900;
}

.signature-strip div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.signature-strip div:nth-child(2) {
    background: rgba(117, 191, 172, 0.18);
}

.signature-strip div:nth-child(3) {
    background: rgba(235, 97, 96, 0.16);
}

.intro-band {
    padding-top: 6.4rem;
    padding-bottom: 6rem;
}

.intro-band h2,
.section-heading h2,
.feature-section h2,
.audience-section__panel h2,
.cta-band h2 {
    color: var(--fcb-slate);
    font-size: clamp(2.35rem, 4.6vw, 4.75rem);
    font-weight: 900;
    line-height: 1;
}

.services-section {
    width: 100%;
    padding: 6rem max(1rem, calc((100vw - 1180px) / 2));
    background: var(--fcb-white);
}

.service-grid {
    gap: 1.2rem;
}

.service-card {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border-color: transparent;
    background:
        linear-gradient(180deg, rgba(117, 191, 172, 0.1), transparent 52%),
        var(--fcb-paper);
}

.service-card::after {
    position: absolute;
    right: -34px;
    bottom: -34px;
    width: 112px;
    height: 112px;
    content: "";
    border: 18px solid rgba(117, 191, 172, 0.18);
    border-radius: 50%;
}

.service-card__mark {
    width: 72px;
    height: 10px;
    margin-bottom: 3rem;
}

.service-card h3 {
    font-size: 1.35rem;
}

.feature-section {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 0;
    width: min(1180px, calc(100% - 2rem));
    margin: 6rem auto 0;
    overflow: hidden;
    border-radius: var(--fcb-radius);
    background: var(--fcb-slate);
    box-shadow: var(--fcb-shadow-soft);
}

.feature-section__image img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.feature-section__content {
    padding: clamp(2rem, 5vw, 4.5rem);
    color: rgba(255, 255, 255, 0.84);
}

.feature-section__content h2,
.feature-section__content .eyebrow {
    color: var(--fcb-white);
}

.feature-section__content p {
    color: rgba(255, 255, 255, 0.82);
}

.check-list {
    display: grid;
    gap: 0.8rem;
    padding: 0;
    margin: 2rem 0 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 2rem;
    color: var(--fcb-white);
    font-weight: 800;
}

.check-list li::before {
    position: absolute;
    top: 0.22rem;
    left: 0;
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    content: "";
    border-radius: 50%;
    background: var(--fcb-mint);
}

.method-section {
    padding-top: 6rem;
}

.method-timeline {
    border: 0;
    box-shadow: 0 18px 50px rgba(36, 49, 61, 0.08);
}

.method-step {
    min-height: 300px;
    background: var(--fcb-white);
}

.method-step span {
    background: var(--fcb-coral);
    color: var(--fcb-white);
}

.audience-section__panel {
    background:
        linear-gradient(135deg, rgba(117, 191, 172, 0.22), transparent 46%),
        var(--fcb-slate);
}

.audience-list div {
    min-height: 190px;
    font-size: 1.05rem;
    box-shadow: 0 14px 40px rgba(36, 49, 61, 0.06);
}

.posts-section {
    padding-top: 6rem;
}

.post-card {
    border: 0;
    box-shadow: 0 16px 44px rgba(36, 49, 61, 0.08);
}

.entry {
    max-width: 960px;
    padding: 2rem;
    border-radius: var(--fcb-radius);
    background: var(--fcb-white);
    box-shadow: 0 18px 50px rgba(36, 49, 61, 0.06);
}

.archive-header {
    padding: 2rem 0 0;
}

.site-footer {
    margin-top: 0;
    background:
        linear-gradient(135deg, rgba(235, 97, 96, 0.18), transparent 42%),
        var(--fcb-slate);
}

@media (max-width: 1020px) {
    .hero-section,
    .feature-section {
        grid-template-columns: 1fr;
    }

    .hero-section__visual {
        padding: 0 1rem 1rem;
    }

    .hero-section__visual img {
        min-height: 460px;
        border-radius: var(--fcb-radius);
    }
}

@media (max-width: 760px) {
    .site-header__inner {
        min-height: 84px;
    }

    .site-header .custom-logo {
        max-height: 70px;
    }

    .hero-section {
        min-height: auto;
    }

    .hero-section::before {
        top: 1.4rem;
    }

    .hero-section__content {
        padding-top: 4.8rem;
    }

    .hero-section h1 {
        font-size: 4rem;
    }

    .signature-strip {
        grid-template-columns: 1fr;
        margin-top: 0;
        border-radius: 0;
        width: 100%;
        padding-inline: 0;
    }

    .signature-strip div {
        padding-inline: 2rem;
    }

    .signature-strip div + div {
        border-top: 1px solid rgba(255, 255, 255, 0.16);
        border-left: 0;
    }

    .feature-section {
        width: 100%;
        margin-top: 4rem;
        border-radius: 0;
    }

    .feature-section__image img {
        min-height: 320px;
    }

    .intro-band h2,
    .section-heading h2,
    .feature-section h2,
    .audience-section__panel h2,
    .cta-band h2 {
        font-size: 2.35rem;
    }
}

/* v2.4.1 audience section refinement */
.audience-section {
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    align-items: stretch;
}

.audience-section__panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 520px;
    padding: clamp(2rem, 4vw, 3rem);
    overflow: hidden;
    position: relative;
}

.audience-section__panel::after {
    position: absolute;
    right: -5rem;
    bottom: -5rem;
    width: 18rem;
    height: 18rem;
    content: "";
    border: 3rem solid rgba(117, 191, 172, 0.18);
    border-radius: 50%;
}

.audience-section__panel h2 {
    position: relative;
    z-index: 1;
    max-width: 9ch;
    color: var(--fcb-white);
    opacity: 1;
}

.audience-section__panel p {
    position: relative;
    z-index: 1;
    max-width: 34rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.02rem;
}

.text-link--light {
    position: relative;
    z-index: 1;
    color: var(--fcb-white);
}

.text-link--light:hover {
    color: var(--fcb-mint-soft);
}

.audience-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.audience-list article {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 252px;
    padding: 1.4rem;
    border: 1px solid rgba(80, 97, 117, 0.13);
    border-radius: var(--fcb-radius);
    background:
        linear-gradient(135deg, rgba(117, 191, 172, 0.14), transparent 46%),
        var(--fcb-white);
    transform: perspective(900px) rotateX(0) rotateY(0) translateZ(0);
    transform-style: preserve-3d;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 14px 38px rgba(36, 49, 61, 0.06),
        0 28px 70px rgba(36, 49, 61, 0.04);
    will-change: transform;
}

.audience-list article::before {
    position: absolute;
    inset: 0;
    content: "";
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.65), transparent 42%);
    opacity: 0.72;
    pointer-events: none;
    transform: translateZ(18px);
}

.audience-list article:hover {
    border-color: rgba(117, 191, 172, 0.38);
    transform: perspective(900px) rotateX(3deg) rotateY(-4deg) translateY(-8px);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.92) inset,
        0 24px 50px rgba(36, 49, 61, 0.12),
        0 42px 90px rgba(36, 49, 61, 0.08);
}

.audience-list article span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: auto;
    border-radius: 50%;
    background: var(--fcb-coral);
    color: var(--fcb-white);
    font-size: 0.78rem;
    font-weight: 900;
    transform: translateZ(34px);
}

.audience-list article h3 {
    margin-top: 2.2rem;
    color: var(--fcb-slate);
    font-family: var(--fcb-font-body);
    font-size: 1.2rem;
    font-weight: 900;
    transform: translateZ(28px);
}

.audience-list article p {
    margin-bottom: 0;
    color: var(--fcb-gray);
    font-size: 0.94rem;
    transform: translateZ(22px);
}

.audience-list div {
    display: none;
}

@media (max-width: 920px) {
    .audience-section {
        grid-template-columns: 1fr;
    }

    .audience-section__panel {
        min-height: auto;
    }
}

@media (max-width: 620px) {
    .audience-list {
        grid-template-columns: 1fr;
    }

    .audience-list article {
        min-height: 210px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .audience-list article,
    .audience-list article:hover,
    .audience-list article::before,
    .audience-list article span,
    .audience-list article h3,
    .audience-list article p {
        transition: none;
        transform: none;
        will-change: auto;
    }
}

/* v2.5.0 gallery section */
.gallery-section {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 5rem 0;
}

.gallery-section .section-heading p:not(.eyebrow) {
    max-width: 42rem;
    color: var(--fcb-gray);
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr 0.9fr;
    grid-auto-rows: minmax(240px, auto);
    gap: 1rem;
}

.gallery-card {
    overflow: hidden;
    border: 1px solid rgba(80, 97, 117, 0.12);
    border-radius: var(--fcb-radius);
    background: var(--fcb-white);
    box-shadow: 0 18px 46px rgba(36, 49, 61, 0.07);
}

.gallery-card--1 {
    grid-row: span 2;
}

.gallery-card__media {
    position: relative;
    min-height: 220px;
    background:
        linear-gradient(135deg, rgba(117, 191, 172, 0.22), transparent 52%),
        linear-gradient(160deg, var(--fcb-paper), #ffffff);
}

.gallery-card--1 .gallery-card__media {
    min-height: 430px;
}

.gallery-card__media::before {
    position: absolute;
    right: -3rem;
    bottom: -3rem;
    width: 12rem;
    height: 12rem;
    content: "";
    border: 2.4rem solid rgba(235, 97, 96, 0.13);
    border-radius: 50%;
}

.gallery-card__media::after {
    position: absolute;
    top: 1.3rem;
    left: 1.3rem;
    width: 78px;
    height: 8px;
    content: "";
    background: linear-gradient(90deg, var(--fcb-coral) 0 45%, var(--fcb-mint) 45% 100%);
}

.gallery-card__media span {
    position: absolute;
    right: 1.2rem;
    bottom: 1rem;
    color: rgba(80, 97, 117, 0.16);
    font-size: clamp(4rem, 8vw, 7rem);
    font-weight: 900;
    line-height: 1;
}

.gallery-card__body {
    padding: 1.2rem;
}

.gallery-card__body h3 {
    margin-bottom: 0.45rem;
    color: var(--fcb-slate);
    font-family: var(--fcb-font-body);
    font-size: 1.12rem;
    font-weight: 900;
}

.gallery-card__body p {
    margin-bottom: 0;
    color: var(--fcb-gray);
    font-size: 0.94rem;
}

@media (max-width: 920px) {
    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-card--1 {
        grid-column: span 2;
        grid-row: auto;
    }

    .gallery-card--1 .gallery-card__media {
        min-height: 280px;
    }
}

@media (max-width: 620px) {
    .gallery-grid,
    .gallery-card--1 {
        grid-template-columns: 1fr;
        grid-column: auto;
    }

    .gallery-card__media,
    .gallery-card--1 .gallery-card__media {
        min-height: 220px;
    }
}

/* v2.3.2 consistent hero accent placement */
.hero-section::before {
    display: none;
}

.hero-section__content::before {
    display: block;
    width: 112px;
    height: 12px;
    margin-bottom: 1.4rem;
    content: "";
    background: linear-gradient(90deg, var(--fcb-coral) 0 45%, var(--fcb-mint) 45% 100%);
}

.hero-section__content .eyebrow {
    margin-bottom: 1.1rem;
}

@media (max-width: 760px) {
    .hero-section__content {
        padding-top: 4.2rem;
    }

    .hero-section__content::before {
        width: 96px;
        height: 10px;
        margin-bottom: 1.25rem;
    }

    .hero-section__content .eyebrow {
        margin-bottom: 1.15rem;
    }
}

/* v2.3.1 mobile/desktop layout parity */
@media (max-width: 760px) {
    .site-header__inner {
        min-height: 112px;
        padding: 0.7rem 0;
    }

    .site-header .custom-logo {
        max-height: 86px;
    }

    .menu-toggle {
        width: 52px;
        height: 52px;
        border-color: rgba(80, 97, 117, 0.16);
        background: rgba(255, 255, 255, 0.78);
        box-shadow: 0 12px 32px rgba(36, 49, 61, 0.08);
    }

    .primary-nav {
        top: 112px;
    }

    .hero-section {
        background:
            linear-gradient(180deg, var(--fcb-paper) 0 68%, rgba(117, 191, 172, 0.08) 68% 100%),
            var(--fcb-paper);
    }

    .hero-section::before {
        top: 3.2rem;
        left: 1.5rem;
        width: 88px;
        height: 9px;
    }

    .hero-section::after {
        display: none;
    }

    .hero-section__content {
        width: calc(100% - 3rem);
        margin-inline: auto;
        padding: 6rem 0 2rem;
    }

    .hero-section h1 {
        max-width: 8ch;
        margin-bottom: 1.2rem;
        font-size: clamp(3.55rem, 16vw, 4.8rem);
        line-height: 0.96;
    }

    .hero-section__content > p:not(.eyebrow) {
        max-width: none;
        font-size: 1.05rem;
        line-height: 1.75;
    }

    .hero-section__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.8rem;
        margin-top: 1.9rem;
    }

    .hero-section__actions .button {
        min-height: 56px;
        width: 100%;
    }

    .hero-metrics {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 2rem;
        overflow: hidden;
        border: 1px solid rgba(80, 97, 117, 0.12);
        border-radius: var(--fcb-radius);
        background: rgba(255, 255, 255, 0.82);
    }

    .hero-metrics div,
    .hero-metrics div + div {
        display: grid;
        grid-template-columns: 48px 1fr;
        align-items: center;
        gap: 0.9rem;
        padding: 0.9rem 1rem;
        border-left: 0;
    }

    .hero-metrics div + div {
        border-top: 1px solid rgba(80, 97, 117, 0.1);
    }

    .hero-metrics dt {
        margin: 0;
        color: var(--fcb-coral);
        font-size: 0.86rem;
    }

    .hero-metrics dd {
        margin: 0;
        font-size: 0.94rem;
    }

    .hero-section__visual {
        padding: 0 1.5rem 3rem;
    }

    .hero-care-card {
        width: 100%;
        padding: 1.35rem;
        box-shadow: 0 18px 50px rgba(36, 49, 61, 0.1);
    }

    .hero-care-card h2 {
        max-width: 11ch;
        font-size: 2.15rem;
    }

    .hero-care-card__list {
        grid-template-columns: 1fr 1fr;
    }

    .signature-strip {
        margin-top: 0;
    }
}

/* v2.3.0 editorial hero refinement */
.hero-section {
    position: relative;
    grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.76fr);
    background:
        linear-gradient(115deg, transparent 0 54%, rgba(117, 191, 172, 0.1) 54% 100%),
        var(--fcb-paper);
}

.hero-section::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42%;
    height: 34%;
    content: "";
    background: linear-gradient(135deg, transparent, rgba(235, 97, 96, 0.08));
    pointer-events: none;
}

.hero-section__content {
    width: min(720px, calc(100% - 2rem));
}

.hero-section h1 {
    max-width: 7.2ch;
    margin-bottom: 1.4rem;
    font-size: clamp(4.8rem, 8vw, 8rem);
}

.hero-section__content > p:not(.eyebrow) {
    max-width: 35rem;
    color: #5f6d7c;
    font-size: 1.12rem;
}

.hero-section__visual {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: clamp(3rem, 7vw, 6rem) max(1rem, calc((100vw - 1180px) / 2)) clamp(3rem, 7vw, 6rem) 2rem;
    background: transparent;
}

.hero-care-card {
    width: min(430px, 100%);
    margin-left: auto;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(80, 97, 117, 0.09);
    backdrop-filter: blur(18px);
    box-shadow: 0 22px 70px rgba(36, 49, 61, 0.1);
}

.hero-care-card::before {
    top: -3rem;
    right: -3rem;
    width: 9rem;
    height: 9rem;
    border-width: 1.7rem;
}

.hero-care-card h2 {
    max-width: 10ch;
    font-size: clamp(2.1rem, 4vw, 3.25rem);
}

.hero-care-card__text {
    font-size: 0.96rem;
}

.hero-care-card__list {
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
}

.hero-care-card__list span {
    min-height: 48px;
    background: rgba(251, 250, 246, 0.84);
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 680px;
    margin-top: 2.6rem;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.hero-metrics div {
    padding: 0 1.2rem 0 0;
}

.hero-metrics div + div {
    padding-left: 1.2rem;
    border-left: 1px solid rgba(80, 97, 117, 0.16);
}

.hero-metrics dt {
    color: var(--fcb-coral);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.hero-metrics dd {
    color: var(--fcb-slate);
    font-size: 0.92rem;
    font-weight: 900;
}

.signature-strip {
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    padding-inline: 0;
}

.signature-strip div {
    min-height: 76px;
    padding-inline: max(1rem, calc((100vw - 1180px) / 2));
}

@media (max-width: 1020px) {
    .hero-section {
        grid-template-columns: 1fr;
    }

    .hero-section__visual {
        padding: 0 1rem 3rem;
    }

    .hero-care-card {
        width: min(620px, 100%);
        margin-inline: auto;
    }
}

@media (max-width: 760px) {
    .hero-section h1 {
        font-size: 4.2rem;
    }

    .hero-metrics {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .hero-metrics div,
    .hero-metrics div + div {
        padding: 0;
        border-left: 0;
    }
}

/* v2.2.0 refined clinical hero */
.hero-section {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.88fr);
    min-height: auto;
    background:
        linear-gradient(90deg, var(--fcb-paper) 0 50%, #f1eee7 50% 100%);
}

.hero-section::before {
    top: 6.2rem;
}

.hero-section__content {
    padding: clamp(4rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5.5rem);
}

.hero-section h1 {
    max-width: 7.4ch;
    font-size: clamp(4.4rem, 7.8vw, 7.6rem);
    line-height: 0.94;
}

.hero-section__visual {
    display: grid;
    align-items: center;
    min-height: auto;
    padding: clamp(2rem, 6vw, 5.5rem) max(1rem, calc((100vw - 1180px) / 2)) clamp(2rem, 6vw, 5.5rem) clamp(2rem, 5vw, 4.5rem);
    background:
        linear-gradient(135deg, rgba(117, 191, 172, 0.12), transparent 44%),
        #f1eee7;
}

.hero-care-card {
    position: relative;
    width: min(520px, 100%);
    padding: clamp(1.6rem, 4vw, 2.6rem);
    overflow: hidden;
    border: 1px solid rgba(80, 97, 117, 0.1);
    border-radius: var(--fcb-radius);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--fcb-shadow-soft);
}

.hero-care-card::before {
    position: absolute;
    top: -4.5rem;
    right: -4rem;
    width: 13rem;
    height: 13rem;
    content: "";
    border: 2.2rem solid rgba(117, 191, 172, 0.18);
    border-radius: 50%;
}

.hero-care-card::after {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    width: 68px;
    height: 8px;
    content: "";
    background: linear-gradient(90deg, var(--fcb-coral) 0 45%, var(--fcb-mint) 45% 100%);
}

.hero-care-card__label {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
    color: var(--fcb-coral);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-care-card h2 {
    position: relative;
    z-index: 1;
    max-width: 9.5ch;
    color: var(--fcb-slate);
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 900;
    line-height: 1;
}

.hero-care-card__text {
    position: relative;
    z-index: 1;
    max-width: 27rem;
    color: var(--fcb-gray);
}

.hero-care-card__list {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    margin-top: 1.6rem;
}

.hero-care-card__list span {
    min-height: 54px;
    padding: 0.78rem;
    border: 1px solid rgba(80, 97, 117, 0.12);
    border-radius: var(--fcb-radius);
    background: var(--fcb-paper);
    color: var(--fcb-slate);
    font-size: 0.86rem;
    font-weight: 900;
}

.hero-care-card__footer {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.1rem;
    margin-top: 1.8rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(80, 97, 117, 0.12);
}

.hero-care-card__footer strong {
    color: var(--fcb-slate);
}

.hero-care-card__footer small {
    color: var(--fcb-gray);
    font-weight: 700;
}

.hero-metrics {
    max-width: 620px;
    margin-top: 2.4rem;
}

.hero-note,
.hero-panel,
.hero-panel__header,
.hero-panel__content,
.hero-panel__cards {
    display: none;
}

@media (max-width: 1020px) {
    .hero-section {
        grid-template-columns: 1fr;
        background: var(--fcb-paper);
    }

    .hero-section__visual {
        padding: 1rem;
    }

    .hero-care-card {
        margin: 0 auto;
    }
}

@media (max-width: 760px) {
    .hero-section h1 {
        font-size: 4.1rem;
    }

    .hero-care-card__list {
        grid-template-columns: 1fr;
    }
}

/* v2.1.4: professional brand panel hero, no external image dependency */
.hero-section__visual {
    min-height: calc(min(860px, 100vh - 84px) - 2.8rem);
}

.hero-section__visual img {
    display: none;
}

.hero-panel {
    position: absolute;
    inset: 6rem max(2rem, calc((100vw - 1180px) / 2)) 6rem 4rem;
    overflow: hidden;
    border-radius: 0 0 0 72px;
    background:
        linear-gradient(135deg, rgba(117, 191, 172, 0.12), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(251, 250, 246, 0.92));
    box-shadow: var(--fcb-shadow-soft);
}

.hero-panel::before {
    position: absolute;
    right: -8rem;
    bottom: -8rem;
    width: 28rem;
    height: 28rem;
    content: "";
    border: 4.5rem solid rgba(117, 191, 172, 0.14);
    border-radius: 50%;
}

.hero-panel::after {
    position: absolute;
    top: 4rem;
    right: 4rem;
    width: 8rem;
    height: 8rem;
    content: "";
    border: 1.4rem solid rgba(235, 97, 96, 0.15);
    border-radius: 50%;
}

.hero-panel__header {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 0.55rem;
    padding: 2.4rem 2.4rem 0;
}

.hero-panel__header span {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 50%;
    background: var(--fcb-mint);
}

.hero-panel__header span:first-child {
    background: var(--fcb-coral);
}

.hero-panel__content {
    position: relative;
    z-index: 1;
    padding: clamp(3rem, 8vw, 7rem) clamp(2rem, 5vw, 4rem) 2rem;
}

.hero-panel__content p {
    margin: 0 0 1.2rem;
    color: var(--fcb-coral);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-panel__content strong {
    display: block;
    color: var(--fcb-slate);
    font-size: clamp(3.5rem, 7vw, 6.2rem);
    font-weight: 900;
    line-height: 0.92;
}

.hero-panel__cards {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    width: min(520px, calc(100% - 4rem));
    margin: 0 clamp(2rem, 5vw, 4rem) 2rem;
}

.hero-panel__cards div {
    min-height: 86px;
    padding: 1rem;
    border: 1px solid rgba(80, 97, 117, 0.12);
    border-radius: var(--fcb-radius);
    background: rgba(255, 255, 255, 0.78);
    color: var(--fcb-slate);
    font-weight: 900;
    box-shadow: 0 16px 38px rgba(36, 49, 61, 0.07);
}

.hero-panel__cards div:nth-child(2),
.hero-panel__cards div:nth-child(3) {
    background: rgba(223, 242, 237, 0.72);
}

.feature-section__image img {
    display: none;
}

.feature-brand-graphic {
    display: grid;
    align-content: center;
    min-height: 520px;
    height: 100%;
    padding: clamp(2rem, 5vw, 4rem);
    background:
        linear-gradient(135deg, rgba(235, 97, 96, 0.16), transparent 40%),
        linear-gradient(135deg, var(--fcb-mint), #9ed8c8);
}

.feature-brand-graphic span {
    color: rgba(255, 255, 255, 0.86);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.feature-brand-graphic strong {
    color: var(--fcb-slate);
    font-size: clamp(4rem, 9vw, 8rem);
    font-weight: 900;
    line-height: 0.9;
}

@media (max-width: 1020px) {
    .hero-section__visual {
        min-height: 460px;
        padding: 0 1rem 1rem;
    }

    .hero-panel {
        position: relative;
        inset: auto;
        min-height: 460px;
        border-radius: var(--fcb-radius);
    }
}

@media (max-width: 760px) {
    .hero-section__visual {
        min-height: 340px;
    }

    .hero-panel {
        min-height: 340px;
    }

    .hero-panel__cards {
        grid-template-columns: 1fr;
        width: calc(100% - 2rem);
        margin: 0 1rem 1rem;
    }

    .feature-brand-graphic {
        min-height: 320px;
    }
}

