@import url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.3.1/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,400,0,0");

:root {
    --text-primary: #000000;
    --text-secondary: #64666a;
    --border-color: #d8d8d8;
    --header-bg: #ffffff;
    --accent-color: #cf2030;
    --accent-color-dark: #000000;
    --page-bg: #ffffff;
}

/* Global SOAK liquid-fill page loader */
body.page-loader-active {
    overflow: hidden;
}

.page-loader {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    padding: 28px;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 46%, rgba(207, 32, 48, 0.08), transparent 34%),
        #faf9f6;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.58s ease, visibility 0.58s ease;
}

.page-loader::before,
.page-loader::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(207, 32, 48, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.page-loader::before {
    width: min(620px, 88vw);
    aspect-ratio: 1;
    animation: pageLoaderPulse 1.8s ease-in-out infinite;
}

.page-loader::after {
    width: min(760px, 110vw);
    aspect-ratio: 1;
    opacity: 0.5;
    animation: pageLoaderPulse 1.8s ease-in-out 0.28s infinite;
}

.page-loader.is-leaving {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.page-loader-mark {
    position: relative;
    z-index: 1;
    width: min(440px, 76vw);
    aspect-ratio: 1920 / 537.19;
    filter: drop-shadow(0 16px 34px rgba(207, 32, 48, 0.1));
    transition: opacity 0.42s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-loader.is-leaving .page-loader-mark {
    opacity: 0;
    transform: scale(0.96);
}

.page-loader-outline,
.page-loader-liquid {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.page-loader-outline {
    overflow: visible;
}

.page-loader-outline path {
    fill: transparent;
    stroke: #cf2030;
    stroke-width: 3.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    vector-effect: non-scaling-stroke;
    animation: pageLoaderStroke 1.05s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.page-loader-outline path:nth-child(2) {
    animation-delay: 0.08s;
}

.page-loader-outline path:nth-child(3) {
    animation-delay: 0.16s;
}

.page-loader-outline path:nth-child(4) {
    animation-delay: 0.24s;
}

.page-loader-liquid {
    background:
        linear-gradient(180deg, #f26a5d 0%, #e0483a 34%, #cf2030 72%, #a91624 100%);
    -webkit-mask: url("../img/soak-logo-short.svg") center / contain no-repeat;
    mask: url("../img/soak-logo-short.svg") center / contain no-repeat;
    clip-path: polygon(0 100%, 16% 100%, 34% 100%, 54% 100%, 76% 100%, 100% 100%, 100% 100%, 0 100%);
    animation: pageLoaderLiquid 1.4s cubic-bezier(0.37, 0, 0.22, 1) 0.25s forwards;
}

@keyframes pageLoaderStroke {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes pageLoaderLiquid {
    0% {
        clip-path: polygon(0 100%, 16% 100%, 34% 100%, 54% 100%, 76% 100%, 100% 100%, 100% 100%, 0 100%);
    }

    20% {
        clip-path: polygon(0 84%, 16% 80%, 34% 85%, 54% 79%, 76% 84%, 100% 80%, 100% 100%, 0 100%);
    }

    40% {
        clip-path: polygon(0 65%, 16% 69%, 34% 64%, 54% 70%, 76% 65%, 100% 69%, 100% 100%, 0 100%);
    }

    60% {
        clip-path: polygon(0 46%, 16% 42%, 34% 47%, 54% 41%, 76% 46%, 100% 42%, 100% 100%, 0 100%);
    }

    80% {
        clip-path: polygon(0 25%, 16% 29%, 34% 24%, 54% 30%, 76% 25%, 100% 29%, 100% 100%, 0 100%);
    }

    100% {
        clip-path: polygon(0 0, 16% 0, 34% 0, 54% 0, 76% 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes pageLoaderPulse {
    0%,
    100% {
        opacity: 0.25;
        transform: scale(0.96);
    }

    50% {
        opacity: 0.75;
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-loader,
    .page-loader-mark {
        transition-duration: 0.01ms;
    }

    .page-loader::before,
    .page-loader::after,
    .page-loader-outline path,
    .page-loader-liquid {
        animation-duration: 0.01ms;
        animation-delay: 0ms;
        animation-iteration-count: 1;
    }
}

/* South India Retail Expo page */
.expo-page {
    background: #f3f3f3;
}

.expo-page .material-symbols-outlined {
    font-variation-settings:
        "FILL" 1,
        "wght" 500,
        "GRAD" 0,
        "opsz" 24;
}

.expo-page-main {
    width: min(1480px, calc(100% - 48px));
    margin: 0 auto;
    padding: 28px 0 clamp(80px, 10vw, 150px);
}

.expo-page-main img {
    display: block;
}

.expo-page-eyebrow,
.expo-section-label {
    margin: 0;
    color: var(--accent-color);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.expo-page-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
}

.expo-page-eyebrow > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-color);
    box-shadow: 0 0 0 6px rgba(207, 32, 48, 0.12);
}

.expo-page-hero {
    position: relative;
    min-height: min(750px, calc(100vh - 130px));
    overflow: hidden;
    border-radius: 34px;
    background: #07151d;
    color: #ffffff;
}

.expo-hero-copy {
    position: relative;
    z-index: 2;
    width: min(690px, 58%);
    padding: clamp(54px, 7vw, 108px);
}

.expo-hero-copy h1 {
    max-width: 10.5ch;
    margin: 28px 0 30px;
    font-size: clamp(3.2rem, 6.5vw, 7rem);
    font-weight: 520;
    line-height: 0.91;
    letter-spacing: -0.07em;
}

.expo-hero-copy > p:last-of-type {
    max-width: 57ch;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(0.97rem, 1.15vw, 1.12rem);
    line-height: 1.75;
}

.expo-hero-actions {
    display: flex;
    margin-top: 38px;
    flex-wrap: wrap;
    gap: 12px;
}

.expo-primary-action,
.expo-secondary-action {
    display: inline-flex;
    min-height: 52px;
    padding: 13px 20px;
    border: 1px solid transparent;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.76rem;
    font-weight: 760;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.expo-primary-action {
    background: var(--accent-color);
    color: #ffffff;
}

.expo-secondary-action {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    backdrop-filter: blur(12px);
}

.expo-primary-action:hover,
.expo-primary-action:focus-visible,
.expo-secondary-action:hover,
.expo-secondary-action:focus-visible {
    background: #ffffff;
    border-color: #ffffff;
    color: #000000;
    outline: none;
    transform: translateY(-2px);
}

.expo-primary-action .material-symbols-outlined,
.expo-secondary-action .material-symbols-outlined {
    font-size: 1.05rem;
}

.expo-hero-media {
    position: absolute;
    inset: 0 0 0 38%;
}

.expo-hero-media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, #07151d 0%, rgba(7, 21, 29, 0.92) 18%, rgba(7, 21, 29, 0.24) 62%, rgba(7, 21, 29, 0.22) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 46%);
}

.expo-hero-media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expo-hero-editions {
    position: absolute;
    right: clamp(24px, 4vw, 58px);
    bottom: clamp(24px, 4vw, 54px);
    z-index: 2;
    display: grid;
    width: min(620px, calc(100% - 48px));
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(14px);
}

.expo-hero-editions span {
    display: flex;
    min-height: 90px;
    padding: 18px;
    flex-direction: column;
    justify-content: center;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.72rem;
    line-height: 1.45;
}

.expo-hero-editions span + span {
    border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.expo-hero-editions b {
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 650;
    letter-spacing: -0.04em;
}

.expo-platform {
    display: grid;
    padding: clamp(68px, 8vw, 112px) clamp(10px, 4vw, 64px);
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(50px, 9vw, 140px);
}

.expo-platform-visual {
    position: relative;
    min-height: 680px;
}

.expo-platform-visual > img {
    width: 92%;
    height: 600px;
    border-radius: 28px;
    object-fit: cover;
}

.expo-platform-visual > div {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    width: 60%;
    min-height: 270px;
    padding: 32px;
    border-radius: 24px;
    flex-direction: column;
    justify-content: space-between;
    background: var(--accent-color);
    box-shadow: 0 28px 65px rgba(85, 0, 10, 0.26);
    color: #ffffff;
}

.expo-platform-visual .material-symbols-outlined {
    font-size: 2rem;
}

.expo-platform-visual p {
    margin: 0;
    font-size: clamp(1.45rem, 2.5vw, 2.6rem);
    font-weight: 520;
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.expo-platform-copy h2,
.expo-opportunities > header h2,
.expo-journey > header h2,
.expo-future h2 {
    margin: 18px 0 28px;
    font-size: clamp(2.7rem, 5vw, 5.4rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.expo-platform-copy h2 {
    max-width: 12ch;
}

.expo-platform-copy > p:not(.expo-section-label) {
    max-width: 64ch;
    margin: 0;
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.78;
}

.expo-platform-copy > p + p {
    margin-top: 18px;
}

.expo-sectors {
    padding: clamp(72px, 8vw, 120px);
    border-radius: 34px;
    background: #080808;
    color: #ffffff;
}

.expo-sectors > header {
    display: grid;
    grid-template-columns: 0.65fr 1.35fr 0.8fr;
    align-items: end;
    gap: 34px;
}

.expo-sectors > header h2 {
    max-width: 13ch;
    margin: 0;
    font-size: clamp(2.7rem, 5.2vw, 5.5rem);
    font-weight: 500;
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.expo-sectors > header > p:last-child {
    margin: 0 0 4px;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.7;
}

.expo-sector-grid {
    display: grid;
    margin-top: clamp(54px, 7vw, 96px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.expo-sector-grid article {
    min-height: 235px;
    padding: clamp(22px, 2.6vw, 38px);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}

.expo-sector-grid article:hover {
    background: var(--accent-color);
}

.expo-sector-grid .material-symbols-outlined {
    color: var(--accent-color);
    font-size: 1.9rem;
    transition: color 0.3s ease;
}

.expo-sector-grid article:hover .material-symbols-outlined {
    color: #ffffff;
}

.expo-sector-grid h3 {
    margin: 48px 0 12px;
    font-size: 1.02rem;
    font-weight: 650;
    letter-spacing: -0.025em;
}

.expo-sector-grid p {
    margin: 0;
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.78rem;
    line-height: 1.6;
}

.expo-sector-grid article:hover p {
    color: rgba(255, 255, 255, 0.8);
}

.expo-opportunities {
    padding: clamp(68px, 8vw, 112px) clamp(10px, 4vw, 64px);
}

.expo-opportunities > header {
    display: grid;
    margin-bottom: clamp(54px, 7vw, 92px);
    grid-template-columns: 0.45fr 1.55fr;
    align-items: start;
    gap: 40px;
}

.expo-opportunities > header h2 {
    max-width: 14ch;
    margin-top: 0;
}

.expo-highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2.5vw, 34px);
}

.expo-highlight-card {
    min-width: 0;
    padding: clamp(18px, 2vw, 26px);
    border: 1px solid rgba(207, 32, 48, 0.12);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.055);
    transition:
        border-color 0.3s ease,
        box-shadow 0.35s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.expo-highlight-card--featured,
.expo-highlight-card--award {
    grid-column: span 2;
}

.expo-highlight-card:hover {
    border-color: rgba(207, 32, 48, 0.34);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.11);
    transform: translateY(-7px);
}

.expo-highlight-media {
    position: relative;
    aspect-ratio: 1.34 / 1;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 18px;
    background: #151515;
}

.expo-highlight-card--featured .expo-highlight-media,
.expo-highlight-card--award .expo-highlight-media {
    aspect-ratio: 2.1 / 1;
}

.expo-highlight-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, 0.58));
    pointer-events: none;
}

.expo-highlight-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.expo-highlight-card:hover .expo-highlight-media img {
    transform: scale(1.05);
}

.expo-highlight-media > span {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 1;
    display: grid;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    place-items: center;
    background: var(--accent-color);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.expo-highlight-card > p:first-of-type {
    margin: 0 0 11px;
    color: var(--accent-color);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.expo-highlight-card h3 {
    margin: 0;
    font-size: clamp(1.6rem, 2.5vw, 2.8rem);
    font-weight: 560;
    line-height: 1;
    letter-spacing: -0.05em;
}

.expo-highlight-card > p:last-child {
    max-width: 68ch;
    margin: 20px 0 0;
    color: var(--text-secondary);
    font-size: 0.88rem;
    line-height: 1.7;
}

.expo-benefits {
    padding: 0 clamp(10px, 4vw, 64px) clamp(58px, 7vw, 96px);
}

.expo-benefits-heading {
    display: grid;
    margin-bottom: clamp(42px, 6vw, 72px);
    grid-template-columns: 0.45fr 1.55fr;
    align-items: start;
    gap: 40px;
}

.expo-benefits-heading h2 {
    max-width: 13ch;
    margin: 0;
    font-size: clamp(2.7rem, 5vw, 5.4rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.expo-benefit-switcher {
    padding: 12px;
    border: 1px solid rgba(207, 32, 48, 0.2);
    border-radius: 30px;
    background: #f8f8f8;
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.065);
}

.expo-benefit-tabs {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.expo-benefit-tabs::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 0;
    width: calc((100% - 8px) / 2);
    border-radius: 20px;
    background: var(--accent-color);
    box-shadow: 0 14px 28px rgba(207, 32, 48, 0.22);
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.expo-benefit-tabs[data-active-index="1"]::before {
    transform: translateX(calc(100% + 8px));
}

.expo-benefit-tab {
    position: relative;
    z-index: 1;
    min-height: 62px;
    padding: 12px 20px;
    border: 0;
    border-radius: 20px;
    background: transparent;
    color: var(--text-secondary);
    cursor: pointer;
    font-size: 0.94rem;
    font-weight: 750;
    transition:
        color 0.25s ease,
        transform 0.2s ease;
}

.expo-benefit-tab:hover {
    color: var(--accent-color);
}

.expo-benefit-tab.is-active {
    color: #ffffff;
}

.expo-benefit-tab:focus-visible {
    outline: 2px solid var(--accent-color);
    outline-offset: 3px;
}

.expo-benefit-tab:active {
    transform: scale(0.98);
}

.expo-benefit-panels {
    padding: clamp(38px, 6vw, 78px);
}

.expo-benefit-panel[hidden] {
    display: none;
}

.expo-benefit-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    align-items: start;
    gap: clamp(46px, 8vw, 120px);
    animation: expo-benefit-panel-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.expo-benefit-intro > p {
    margin: 0 0 18px;
    color: var(--accent-color);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.expo-benefit-intro h3 {
    max-width: 13ch;
    margin: 0;
    font-size: clamp(2.2rem, 4vw, 4.6rem);
    font-weight: 520;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.expo-benefit-intro > span {
    display: block;
    max-width: 62ch;
    margin-top: 26px;
    color: var(--text-secondary);
    font-size: 0.94rem;
    line-height: 1.75;
}

.expo-benefit-list {
    padding: clamp(28px, 4vw, 46px);
    border-radius: 22px;
    background: #ffffff;
}

.expo-benefit-list h4 {
    margin: 0 0 26px;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.expo-benefit-list ul {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 24px;
    list-style: none;
}

.expo-benefit-list li {
    position: relative;
    padding: 0 0 15px 26px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #353535;
    font-size: 0.82rem;
    line-height: 1.5;
}

.expo-benefit-list li::before {
    content: "check";
    position: absolute;
    top: -1px;
    left: 0;
    color: var(--accent-color);
    font-family: "Material Symbols Outlined";
    font-size: 1.05rem;
    font-variation-settings:
        "FILL" 1,
        "wght" 600,
        "GRAD" 0,
        "opsz" 20;
}

@keyframes expo-benefit-panel-in {
    from {
        opacity: 0;
        filter: blur(4px);
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}

.expo-guests {
    margin-bottom: 0;
    padding: clamp(46px, 6vw, 78px);
    overflow: hidden;
    background: transparent;
    color: var(--text-primary);
}

.expo-guests-header {
    display: flex;
    margin-bottom: clamp(38px, 5vw, 62px);
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}

.expo-guests-header .expo-section-label {
    color: #ef5260;
}

.expo-guests-header h2 {
    max-width: 12ch;
    margin: 16px 0 0;
    font-size: clamp(2.5rem, 4.5vw, 4.9rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.expo-guest-controls {
    display: flex;
    gap: 9px;
}

.expo-guest-controls button {
    display: grid;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    place-items: center;
    background: transparent;
    color: var(--text-primary);
    cursor: pointer;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        opacity 0.25s ease,
        transform 0.25s ease;
}

.expo-guest-controls button:hover,
.expo-guest-controls button:focus-visible {
    border-color: var(--accent-color);
    background: var(--accent-color);
    outline: none;
    transform: translateY(-2px);
}

.expo-guest-controls button:disabled {
    opacity: 0.32;
    cursor: default;
    transform: none;
}

.expo-guest-controls .material-symbols-outlined {
    font-size: 1.7rem;
}

.expo-guest-carousel {
    display: flex;
    padding-bottom: 8px;
    gap: clamp(14px, 1.8vw, 24px);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-padding-inline: 1px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.expo-guest-carousel::-webkit-scrollbar {
    display: none;
}

.expo-guest-carousel:focus-visible {
    outline: 2px solid var(--accent-color);
    outline-offset: 8px;
}

.expo-guest-card {
    position: relative;
    flex: 0 0 clamp(190px, 19vw, 250px);
    min-width: 0;
    padding: 0 0 24px;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    scroll-snap-align: start;
    transition: none;
}

.expo-guest-card:hover {
    background: transparent;
    transform: none;
}

.expo-guest-card > div {
    aspect-ratio: auto;
    margin-bottom: 18px;
    overflow: visible;
    border-radius: 0;
    background: transparent;
}

.expo-guest-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: none;
}

.expo-guest-card:hover img {
    transform: none;
}

.expo-guest-card h3 {
    margin: 0;
    font-size: clamp(1.25rem, 1.8vw, 1.8rem);
    font-weight: 560;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.expo-guest-card > p {
    margin: 7px 0 0;
    color: var(--text-secondary);
    font-size: 0.7rem;
    line-height: 1.5;
}

.expo-guest-card > p a {
    color: var(--accent-color);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.expo-gallery {
    margin-bottom: clamp(34px, 4vw, 58px);
    padding: clamp(46px, 6vw, 78px) 0;
    overflow: hidden;
    border-top: 1px solid rgba(207, 32, 48, 0.16);
    border-bottom: 1px solid rgba(207, 32, 48, 0.16);
}

.expo-gallery-header {
    display: flex;
    margin-bottom: clamp(40px, 5vw, 64px);
    padding: 0 clamp(10px, 4vw, 64px);
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}

.expo-gallery-header h2 {
    margin: 16px 0 0;
    font-size: clamp(2.7rem, 5vw, 5.4rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.expo-gallery-navigation {
    display: flex;
    align-items: center;
    gap: 24px;
}

.expo-gallery-navigation > p {
    min-width: 68px;
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.09em;
}

.expo-gallery-navigation > p span:first-child {
    color: var(--accent-color);
}

.expo-gallery-navigation > div {
    display: flex;
    gap: 9px;
}

.expo-gallery-navigation button {
    display: grid;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    place-items: center;
    background: transparent;
    color: var(--text-primary);
    cursor: pointer;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        opacity 0.25s ease,
        transform 0.25s ease;
}

.expo-gallery-navigation button:hover,
.expo-gallery-navigation button:focus-visible {
    border-color: var(--accent-color);
    background: var(--accent-color);
    color: #ffffff;
    outline: none;
    transform: translateY(-2px);
}

.expo-gallery-navigation button:disabled {
    opacity: 0.3;
    cursor: default;
    transform: none;
}

.expo-gallery-navigation .material-symbols-outlined {
    font-size: 1.7rem;
}

.expo-gallery-carousel {
    position: relative;
    display: flex;
    padding: 0 clamp(10px, 4vw, 64px) 12px;
    gap: clamp(14px, 2vw, 28px);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-padding-inline: clamp(10px, 4vw, 64px);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    cursor: grab;
}

.expo-gallery-carousel::-webkit-scrollbar {
    display: none;
}

.expo-gallery-carousel:focus-visible {
    outline: 2px solid var(--accent-color);
    outline-offset: -2px;
}

.expo-gallery-carousel.is-dragging {
    scroll-behavior: auto;
    scroll-snap-type: none;
    cursor: grabbing;
}

.expo-gallery-carousel.is-dragging * {
    cursor: grabbing !important;
}

.expo-gallery-carousel img {
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

.expo-gallery-item {
    position: relative;
    flex: 0 0 min(68vw, 820px);
    aspect-ratio: 1.55 / 1;
    margin: 0;
    overflow: hidden;
    border-radius: 24px;
    background: #111111;
    scroll-snap-align: start;
}

.expo-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expo-gallery-item::after {
    content: "";
    position: absolute;
    inset: 55% 0 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.68));
    pointer-events: none;
}

.expo-gallery-item figcaption {
    position: absolute;
    right: 24px;
    bottom: 22px;
    left: 24px;
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: space-between;
    color: #ffffff;
}

.expo-gallery-item figcaption span {
    font-size: 0.71rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.expo-gallery-item figcaption b {
    font-size: clamp(1.5rem, 2.8vw, 3rem);
    font-weight: 500;
    line-height: 0.8;
    letter-spacing: -0.06em;
}

.expo-video-gallery {
    background:
        radial-gradient(circle at 88% 12%, rgba(207, 32, 48, 0.08), transparent 27%),
        #ffffff;
}

.expo-video-item {
    flex-basis: min(58vw, 760px);
    aspect-ratio: 16 / 9;
    padding: 0;
    border: 0;
    color: #ffffff;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.expo-video-item img {
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
}

.expo-video-item:hover img,
.expo-video-item:focus-visible img {
    filter: brightness(0.78);
    transform: scale(1.045);
}

.expo-video-item:focus-visible {
    outline: 3px solid var(--accent-color);
    outline-offset: 4px;
}

.expo-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: clamp(62px, 6vw, 84px);
    height: clamp(62px, 6vw, 84px);
    display: grid;
    border: 1px solid rgba(255, 255, 255, 0.56);
    border-radius: 50%;
    place-items: center;
    color: #ffffff;
    background: rgba(17, 17, 17, 0.52);
    backdrop-filter: blur(8px);
    transform: translate(-50%, -50%);
    transition: background-color 0.25s ease, transform 0.3s ease;
}

.expo-video-play .material-symbols-outlined {
    margin-left: 3px;
    font-size: clamp(2rem, 3vw, 2.8rem);
}

.expo-video-item:hover .expo-video-play,
.expo-video-item:focus-visible .expo-video-play {
    background: var(--accent-color);
    transform: translate(-50%, -50%) scale(1.08);
}

.expo-video-caption {
    position: absolute;
    right: clamp(20px, 3vw, 34px);
    bottom: clamp(20px, 3vw, 30px);
    left: clamp(20px, 3vw, 34px);
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.expo-video-caption small {
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.expo-video-caption strong {
    max-width: 26ch;
    font-size: clamp(1.25rem, 2.5vw, 2.35rem);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.expo-video-modal {
    width: min(1080px, calc(100% - 32px));
    max-width: none;
    max-height: calc(100vh - 32px);
    max-height: calc(100dvh - 32px);
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 24px;
    color: #ffffff;
    background: #111214;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
}

.expo-video-modal::backdrop {
    background: rgba(5, 6, 8, 0.82);
    backdrop-filter: blur(10px);
}

.expo-video-modal-shell {
    padding: clamp(14px, 2vw, 22px);
}

.expo-video-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 0 16px;
}

.expo-video-modal-header h2 {
    margin: 0;
    overflow: hidden;
    color: #ffffff;
    font-size: clamp(1rem, 2vw, 1.35rem);
    font-weight: 600;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.expo-video-modal-header button {
    width: 42px;
    height: 42px;
    display: grid;
    flex: 0 0 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    place-items: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.expo-video-modal-header button:hover,
.expo-video-modal-header button:focus-visible {
    border-color: var(--accent-color);
    background: var(--accent-color);
    outline: none;
    transform: rotate(6deg);
}

.expo-video-modal-player {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 16px;
    background: #000000;
}

.expo-video-modal-player iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

body:has(.expo-video-modal[open]) {
    overflow: hidden;
}

.expo-opportunity-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(22px, 3vw, 42px);
}

.expo-opportunity-card {
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
}

.expo-opportunity-image {
    height: clamp(300px, 34vw, 510px);
    overflow: hidden;
}

.expo-opportunity-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.expo-opportunity-card:hover .expo-opportunity-image img {
    transform: scale(1.04);
}

.expo-opportunity-content {
    padding: clamp(34px, 5vw, 68px);
}

.expo-opportunity-content > p {
    margin: 0 0 16px;
    color: var(--accent-color);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.expo-opportunity-content h3 {
    max-width: 14ch;
    margin: 0;
    font-size: clamp(2rem, 3.5vw, 4rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.055em;
}

.expo-opportunity-content > span {
    display: block;
    max-width: 59ch;
    margin-top: 24px;
    color: var(--text-secondary);
    font-size: 0.94rem;
    line-height: 1.7;
}

.expo-opportunity-content ul {
    display: grid;
    margin: 34px 0 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 22px;
    list-style: none;
}

.expo-opportunity-content li {
    position: relative;
    padding-left: 20px;
    color: #2b2b2b;
    font-size: 0.8rem;
    line-height: 1.5;
}

.expo-opportunity-content li::before {
    content: "";
    position: absolute;
    top: 0.52em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent-color);
}

.expo-opportunity-card--exhibitors {
    margin-top: 110px;
}

.expo-knowledge {
    display: grid;
    padding: clamp(72px, 8vw, 120px);
    border-radius: 34px;
    grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
    gap: clamp(44px, 7vw, 100px);
    background: #ffffff;
}

.expo-knowledge-copy {
    align-self: center;
}

.expo-knowledge-copy h2 {
    max-width: 12ch;
    margin: 18px 0 28px;
    font-size: clamp(2.7rem, 4.8vw, 5.2rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.expo-knowledge-copy > p:last-of-type {
    max-width: 62ch;
    margin: 0;
    color: var(--text-secondary);
    line-height: 1.75;
}

.expo-topic-list {
    display: flex;
    margin-top: 34px;
    flex-wrap: wrap;
    gap: 8px;
}

.expo-topic-list span {
    padding: 9px 13px;
    border: 1px solid rgba(207, 32, 48, 0.2);
    border-radius: 999px;
    background: rgba(207, 32, 48, 0.04);
    color: #3c3c3c;
    font-size: 0.7rem;
    font-weight: 650;
}

.expo-knowledge-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(220px, 1fr));
    gap: 12px;
}

.expo-knowledge-mosaic figure,
.expo-mosaic-stat {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 20px;
}

.expo-knowledge-mosaic figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expo-mosaic-large {
    grid-row: span 2;
}

.expo-mosaic-stat {
    display: flex;
    padding: 28px;
    flex-direction: column;
    justify-content: flex-end;
    background: var(--accent-color);
    color: #ffffff;
}

.expo-mosaic-stat strong {
    font-size: clamp(2.5rem, 5vw, 5.5rem);
    line-height: 0.85;
    letter-spacing: -0.07em;
}

.expo-mosaic-stat span {
    margin-top: 14px;
    font-size: 0.72rem;
    line-height: 1.4;
}

.expo-value-grid {
    display: grid;
    padding: clamp(68px, 8vw, 112px) clamp(10px, 4vw, 64px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(22px, 3vw, 42px);
}

.expo-value-card {
    position: relative;
    min-height: 650px;
    padding: clamp(40px, 6vw, 82px);
    overflow: hidden;
    border-radius: 30px;
    color: #ffffff;
}

.expo-value-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-position: center;
    background-size: cover;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.expo-value-card:hover::before {
    transform: scale(1.04);
}

.expo-value-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.88));
}

.expo-value-card--networking::before {
    background-image: url("../img/expo-2024.webp");
}

.expo-value-card--innovation::before {
    background-image: url("../img/understanding-gst-challenges-in-the-supermarket-sector.webp");
}

.expo-value-card > p:first-child {
    margin: 0;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.expo-value-card h2 {
    max-width: 12ch;
    margin: clamp(260px, 29vw, 360px) 0 22px;
    font-size: clamp(2.2rem, 3.7vw, 4.2rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.expo-value-card > p:not(:first-child) {
    max-width: 62ch;
    margin: 0;
    color: rgba(255, 255, 255, 0.73);
    font-size: 0.88rem;
    line-height: 1.68;
}

.expo-value-card > p + p {
    margin-top: 12px;
}

.expo-innovation-tags {
    display: flex;
    margin-top: 24px;
    flex-wrap: wrap;
    gap: 7px;
}

.expo-innovation-tags span {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.18);
    font-size: 0.66rem;
    backdrop-filter: blur(8px);
}

.expo-brands {
    display: grid;
    padding: 0 clamp(10px, 4vw, 64px) clamp(68px, 8vw, 112px);
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
    align-items: center;
    gap: clamp(48px, 8vw, 130px);
}

.expo-brands-image {
    height: 650px;
    overflow: hidden;
    border-radius: 30px;
}

.expo-brands-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expo-brands-copy h2 {
    max-width: 11ch;
    margin: 18px 0 28px;
    font-size: clamp(2.7rem, 4.8vw, 5.2rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.expo-brands-copy > p:not(.expo-section-label) {
    max-width: 58ch;
    margin: 0;
    color: var(--text-secondary);
    line-height: 1.75;
}

.expo-brands-copy > p + p {
    margin-top: 18px;
}

.expo-journey {
    padding: clamp(72px, 8vw, 120px);
    border-radius: 34px;
    background: #ffffff;
    scroll-margin-top: 120px;
}

.expo-journey > header {
    display: grid;
    margin-bottom: clamp(52px, 7vw, 90px);
    grid-template-columns: 0.5fr 1.5fr;
    align-items: start;
}

.expo-journey > header h2 {
    max-width: 14ch;
    margin-top: 0;
}

.expo-journey-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2.5vw, 36px);
}

.expo-journey-grid article {
    scroll-margin-top: 120px;
}

.expo-journey-grid article > div {
    position: relative;
    height: clamp(280px, 31vw, 470px);
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 22px;
}

.expo-journey-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.expo-journey-grid article:hover img {
    transform: scale(1.045);
}

.expo-journey-grid time {
    position: absolute;
    right: 16px;
    bottom: 16px;
    padding: 9px 12px;
    border-radius: 999px;
    background: var(--accent-color);
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 750;
    letter-spacing: 0.04em;
}

.expo-journey-grid article > span {
    color: var(--accent-color);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.expo-journey-grid h3 {
    margin: 13px 0 14px;
    font-size: clamp(1.4rem, 2vw, 2.25rem);
    font-weight: 580;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.expo-journey-grid p {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.87rem;
    line-height: 1.7;
}

.expo-future {
    display: grid;
    margin-top: clamp(26px, 3vw, 46px);
    padding: clamp(72px, 9vw, 135px);
    border-radius: 34px;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    gap: clamp(54px, 9vw, 140px);
    background: var(--accent-color);
    color: #ffffff;
}

.expo-future .expo-section-label {
    color: rgba(255, 255, 255, 0.68);
}

.expo-future h2 {
    max-width: 10ch;
    margin-bottom: 0;
}

.expo-future > div:last-child {
    align-self: end;
}

.expo-future > div:last-child > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
}

.expo-future > div:last-child > p + p {
    margin-top: 17px;
}

.expo-future strong {
    display: block;
    margin-top: 28px;
    font-size: 1.05rem;
    line-height: 1.5;
}

.expo-future a {
    display: inline-flex;
    min-height: 50px;
    margin-top: 32px;
    padding: 12px 18px;
    border-radius: 999px;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #000000;
    font-size: 0.73rem;
    font-weight: 780;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.expo-future a:hover,
.expo-future a:focus-visible {
    background: #000000;
    color: #ffffff;
    outline: none;
    transform: translateY(-2px);
}

.expo-future a .material-symbols-outlined {
    font-size: 1rem;
}

@media (max-width: 1180px) {
    .expo-sector-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .expo-knowledge {
        grid-template-columns: 1fr;
    }

    .expo-knowledge-mosaic {
        min-height: 620px;
    }
}

@media (max-width: 960px) {
    .expo-page-main {
        width: min(100% - 28px, 1480px);
    }

    .expo-page-hero {
        min-height: 820px;
    }

    .expo-hero-copy {
        width: 100%;
        padding: 54px 34px;
    }

    .expo-hero-media {
        inset: 42% 0 0;
    }

    .expo-hero-media::before {
        background:
            linear-gradient(180deg, #07151d 0%, rgba(7, 21, 29, 0.35) 36%, rgba(0, 0, 0, 0.58) 100%);
    }

    .expo-platform,
    .expo-brands {
        grid-template-columns: 1fr;
    }

    .expo-platform-copy {
        order: -1;
    }

    .expo-sectors > header {
        grid-template-columns: 1fr;
    }

    .expo-opportunities > header,
    .expo-journey > header {
        grid-template-columns: 1fr;
    }

    .expo-opportunity-grid,
    .expo-value-grid {
        grid-template-columns: 1fr;
    }

    .expo-highlights-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .expo-highlight-card--award {
        grid-column: span 1;
    }

    .expo-benefits-heading,
    .expo-benefit-panel {
        grid-template-columns: 1fr;
    }

    .expo-benefit-intro h3 {
        max-width: 15ch;
    }

    .expo-opportunity-card--exhibitors {
        margin-top: 0;
    }

    .expo-value-card {
        min-height: 580px;
    }

    .expo-value-card h2 {
        margin-top: 240px;
    }

    .expo-brands-image {
        height: 520px;
    }

    .expo-journey-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .expo-journey-grid article > div {
        height: min(64vw, 540px);
    }

    .expo-future {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .expo-page-main {
        width: calc(100% - 20px);
        padding-top: 10px;
    }

    .expo-guests {
        margin-bottom: 0;
        padding: 52px 20px;
        border-radius: 22px;
    }

    .expo-benefits {
        padding: 0 4px 52px;
    }

    .expo-benefits-heading {
        gap: 20px;
    }

    .expo-benefit-switcher {
        padding: 8px;
        border-radius: 22px;
    }

    .expo-benefit-tab {
        min-height: 54px;
        padding: 10px 12px;
        border-radius: 16px;
        font-size: 0.82rem;
    }

    .expo-benefit-tabs::before {
        border-radius: 16px;
    }

    .expo-benefit-panels {
        padding: 34px 16px 18px;
    }

    .expo-benefit-panel {
        gap: 32px;
    }

    .expo-benefit-list {
        padding: 26px 20px;
    }

    .expo-benefit-list ul {
        grid-template-columns: 1fr;
    }

    .expo-guests-header {
        align-items: flex-end;
    }

    .expo-guests-header h2 {
        font-size: clamp(2.5rem, 12vw, 3.7rem);
    }

    .expo-guest-controls button {
        width: 44px;
        height: 44px;
    }

    .expo-guest-card {
        flex-basis: min(74vw, 270px);
    }

    .expo-gallery {
        margin-bottom: 36px;
        padding: 54px 0;
    }

    .expo-gallery-header {
        padding: 0 14px;
        align-items: flex-end;
    }

    .expo-gallery-header h2 {
        font-size: clamp(2.6rem, 12vw, 3.8rem);
    }

    .expo-gallery-navigation {
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
    }

    .expo-gallery-navigation button {
        width: 44px;
        height: 44px;
    }

    .expo-gallery-carousel {
        padding-inline: 14px;
        scroll-padding-inline: 14px;
    }

    .expo-gallery-item {
        flex-basis: 86vw;
        border-radius: 18px;
    }

    .expo-page-hero,
    .expo-sectors,
    .expo-knowledge,
    .expo-journey,
    .expo-future {
        border-radius: 22px;
    }

    .expo-page-hero {
        min-height: 810px;
    }

    .expo-hero-copy {
        padding: 42px 22px;
    }

    .expo-hero-copy h1 {
        margin-top: 22px;
        font-size: clamp(3.15rem, 15vw, 4.7rem);
    }

    .expo-hero-copy > p:last-of-type {
        font-size: 0.9rem;
    }

    .expo-hero-media {
        inset: 51% 0 0;
    }

    .expo-hero-editions {
        right: 12px;
        bottom: 12px;
        width: calc(100% - 24px);
    }

    .expo-hero-editions span {
        min-height: 70px;
        padding: 11px;
        font-size: 0.58rem;
    }

    .expo-hero-editions b {
        font-size: 1.05rem;
    }

    .expo-platform {
        padding: 78px 4px;
    }

    .expo-platform-visual {
        min-height: 500px;
    }

    .expo-platform-visual > img {
        width: 90%;
        height: 390px;
    }

    .expo-platform-visual > div {
        width: 66%;
        min-height: 210px;
        padding: 24px;
    }

    .expo-sectors,
    .expo-knowledge,
    .expo-journey,
    .expo-future {
        padding: 56px 20px;
    }

    .expo-sectors > header h2,
    .expo-platform-copy h2,
    .expo-opportunities > header h2,
    .expo-journey > header h2,
    .expo-future h2,
    .expo-knowledge-copy h2,
    .expo-brands-copy h2 {
        font-size: clamp(2.6rem, 13vw, 4rem);
    }

    .expo-sector-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .expo-sector-grid article {
        min-height: 200px;
        padding: 20px 15px;
    }

    .expo-sector-grid h3 {
        margin-top: 35px;
    }

    .expo-opportunities,
    .expo-value-grid,
    .expo-brands {
        padding: 76px 4px;
    }

    .expo-opportunity-image {
        height: 340px;
    }

    .expo-highlights-grid {
        grid-template-columns: 1fr;
    }

    .expo-highlight-card--featured,
    .expo-highlight-card--award {
        grid-column: span 1;
    }

    .expo-highlight-card--featured .expo-highlight-media,
    .expo-highlight-card--award .expo-highlight-media,
    .expo-highlight-media {
        aspect-ratio: 1.3 / 1;
    }

    .expo-opportunity-content {
        padding: 32px 22px;
    }

    .expo-opportunity-content ul {
        grid-template-columns: 1fr;
    }

    .expo-knowledge-mosaic {
        min-height: 520px;
        grid-template-rows: repeat(2, 250px);
    }

    .expo-value-card {
        min-height: 600px;
        padding: 34px 22px;
        border-radius: 22px;
    }

    .expo-value-card h2 {
        margin-top: 250px;
    }

    .expo-brands {
        gap: 44px;
    }

    .expo-brands-image {
        height: 390px;
        border-radius: 22px;
    }

    .expo-journey-grid article > div {
        height: 360px;
    }

    .expo-future {
        gap: 42px;
    }
}

* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: auto;
    scrollbar-width: none;
    overscroll-behavior-y: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    background: var(--page-bg);
    color: var(--text-primary);
    padding-top: var(--fixed-header-offset, 0px);
    min-width: 0;
    overflow-x: hidden;
}

html.is-smooth-scrolling,
html.is-smooth-scrolling body {
    scroll-behavior: auto !important;
}

.scroll-progress {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 4px;
    height: 100%;
    background: linear-gradient(
        180deg,
        #cf2030 0%,
        #000000 40%,
        #64666a 70%,
        #cf2030 100%
    );
    background-size: 100% 200%;
    box-shadow: -2px 0 10px rgba(207, 32, 48, 0.28);
    transform: scaleY(var(--scroll-progress, 0));
    transform-origin: center top;
    will-change: transform, background-position;
    pointer-events: none;
    animation: scroll-progress-colors 3.5s linear infinite;
}

@keyframes scroll-progress-colors {
    to {
        background-position: 0 -200%;
    }
}

img,
svg {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--header-bg);
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid var(--border-color);
    z-index: 100;
    transition:
        padding 0.5s cubic-bezier(0.25, 1, 0.5, 1),
        background-color 0.4s ease,
        border-color 0.4s ease;
}

.header-shell {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 18px 28px;
    display: flex;
    align-items: center;
    gap: 32px;
    border: 1px solid transparent;
    border-radius: 0;
    transition:
        width 0.55s cubic-bezier(0.25, 1, 0.5, 1),
        max-width 0.55s cubic-bezier(0.25, 1, 0.5, 1),
        padding 0.5s cubic-bezier(0.25, 1, 0.5, 1),
        gap 0.5s cubic-bezier(0.25, 1, 0.5, 1),
        border-color 0.4s ease,
        border-radius 0.55s cubic-bezier(0.25, 1, 0.5, 1),
        background-color 0.4s ease,
        box-shadow 0.45s ease;
}

.brand {
    position: relative;
    display: inline-flex;
    width: 146px;
    height: 50px;
    align-items: center;
    flex-shrink: 0;
    transition:
        width 0.5s cubic-bezier(0.25, 1, 0.5, 1),
        height 0.5s cubic-bezier(0.25, 1, 0.5, 1),
        margin-left 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.brand-logo {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    transition:
        opacity 0.32s ease,
        transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.brand-logo-full {
    top: 50%;
    transform: translateY(-50%);
}

.brand-logo-compact {
    top: 50%;
    left: 50%;
    width: 118px;
    height: auto;
    object-fit: contain;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.72) rotate(-8deg);
}

.site-header.is-scrolled {
    padding-top: 12px;
    background: transparent;
    border-color: transparent;
}

.site-header.is-scrolled .header-shell {
    width: calc(100% - 32px);
    max-width: 1240px;
    padding: 8px 12px;
    gap: 22px;
    border-color: rgba(207, 32, 48, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 48px rgba(7, 16, 21, 0.14);
    backdrop-filter: blur(18px);
    animation: header-compact-in 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.site-header.is-scrolled .brand {
    width: 118px;
    height: 50px;
    margin-left: 14px;
}

.site-header.is-scrolled .brand-logo-full {
    opacity: 0;
    transform: translateY(-50%) scale(0.72);
}

.site-header.is-scrolled .brand-logo-compact {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
    animation: compact-logo-in 0.62s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.site-header.is-returning .header-shell {
    animation: header-expand-back 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.site-header.is-returning .brand-logo-full {
    animation: full-logo-back 0.62s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes header-compact-in {
    0% {
        opacity: 0.82;
        transform: translateY(-10px) scale(0.97);
    }

    68% {
        opacity: 1;
        transform: translateY(1px) scale(1.008);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes header-expand-back {
    0% {
        transform: translateY(0) scale(0.985);
    }

    58% {
        transform: translateY(-2px) scale(1.004);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

@keyframes compact-logo-in {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.72) translateX(-12px);
    }

    70% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.04) translateX(1px);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1) translateX(0);
    }
}

@keyframes full-logo-back {
    0% {
        opacity: 0;
        transform: translateY(-50%) scale(0.8) translateX(-10px);
    }

    68% {
        opacity: 1;
        transform: translateY(-50%) scale(1.03) translateX(1px);
    }

    100% {
        opacity: 1;
        transform: translateY(-50%) scale(1) translateX(0);
    }
}

.site-header.is-scrolled .main-nav {
    gap: 26px;
}

.site-header.is-scrolled .nav-link,
.site-header.is-scrolled .nav-button {
    font-size: 1rem;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    flex: 1;
    min-width: 0;
}

.nav-link,
.nav-button {
    position: relative;
    font-size: 1.1rem;
    font-weight: 500;
    color: #111;
    white-space: nowrap;
}

.nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 4px;
    border-radius: 999px;
    transition: color 0.2s ease;
}

.nav-item {
    position: relative;
}

.nav-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    border: 0;
    background: transparent;
    padding: 0 4px;
    border-radius: 999px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.nav-label {
    position: relative;
    display: inline-block;
}

.nav-label::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #cf2030, #000000, #64666a);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
}

.nav-link:hover,
.nav-button:hover,
.nav-link:focus-visible,
.nav-button:focus-visible {
    color: var(--accent-color);
    outline: none;
}

.nav-link:hover .nav-label::after,
.nav-button:hover .nav-label::after,
.nav-link:focus-visible .nav-label::after,
.nav-button:focus-visible .nav-label::after,
.nav-link-active .nav-label::after,
.dropdown-open .nav-button .nav-label::after {
    transform: scaleX(1);
}

.nav-link-active {
    color: var(--accent-color);
}

.chevron {
    width: 9px;
    height: 9px;
    border-right: 1.6px solid #777;
    border-bottom: 1.6px solid #777;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.2s ease;
}

.dropdown-open .chevron {
    transform: rotate(-135deg) translateY(2px);
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 14px;
    border: 1px solid #e6e6e6;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transform-origin: top center;
    clip-path: inset(0 0 100% 0 round 18px);
    pointer-events: none;
    transition:
        opacity 0.25s ease,
        transform 0.3s ease,
        clip-path 0.34s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0.25s ease;
}

.nav-item.dropdown-open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    clip-path: inset(0 0 0 0 round 18px);
    pointer-events: auto;
}

@media (min-width: 1121px) {
    .has-dropdown::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 14px;
    }

    .has-dropdown:hover > .dropdown-menu,
    .has-dropdown:focus-within > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        clip-path: inset(0 0 0 0 round 18px);
        pointer-events: auto;
    }

    .has-dropdown:hover .chevron,
    .has-dropdown:focus-within .chevron {
        transform: rotate(-135deg) translateY(2px);
    }

    .has-dropdown:hover .nav-label::after,
    .has-dropdown:focus-within .nav-label::after {
        transform: scaleX(1);
    }

    .has-dropdown:hover .nav-button,
    .has-dropdown:focus-within .nav-button {
        color: var(--accent-color);
    }
}

.mega-menu {
    left: -120px;
    width: min(820px, calc(100vw - 48px));
    padding: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.mega-menu-column {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
    padding: 8px;
    border-radius: 16px;
}

.mega-menu-district-column {
    padding-top: 105px;
    background: #fafafa;
}

.mega-menu-about {
    display: flex;
    min-height: 78px;
    flex-direction: column;
    justify-content: flex-end;
    gap: 4px;
    margin-bottom: 12px;
    padding: 16px;
    overflow: hidden;
    border-radius: 16px;
    color: #ffffff;
    background:
        radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.2), transparent 32%),
        linear-gradient(145deg, #cf2030, #9f1422);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.mega-menu-about:hover,
.mega-menu-about:focus-visible {
    color: #ffffff;
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(207, 32, 48, 0.22);
}

.mega-menu-about strong {
    font-size: 1.45rem;
    line-height: 1.15;
}

.mega-menu-kicker {
    color: var(--accent-color);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mega-menu-about .mega-menu-kicker {
    color: rgba(255, 255, 255, 0.74);
}

.mega-menu-heading {
    min-height: 62px;
    margin-bottom: 5px;
    padding: 0 10px;
}

.mega-menu-heading h2 {
    margin: 4px 0 0;
    color: #111111;
    font-size: 1.28rem;
    line-height: 1.2;
}

.mega-menu-column .dropdown-link {
    min-width: 0;
    padding: 9px 10px;
    font-size: 0.9rem;
    white-space: nowrap;
}

.mega-menu-column .mega-menu-state {
    color: var(--accent-color);
    font-weight: 700;
    background: rgba(207, 32, 48, 0.07);
}

.mega-menu-column-title {
    min-height: 42px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
    padding: 0 10px 8px;
    color: #64666a;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dropdown-link {
    position: relative;
    display: block;
    padding: 12px 14px;
    border-radius: 12px;
    color: #222;
    font-size: 0.98rem;
    line-height: 1.4;
    transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.dropdown-link::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: 12px;
    background: conic-gradient(from 180deg, #cf2030, #000000, #64666a, #cf2030);
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transform: scale(0.96);
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
}

.dropdown-link:hover {
    background: #f2f2f2;
    color: #0b4ea2;
    transform: translateX(4px);
}

.dropdown-link:hover::after,
.dropdown-link:focus-visible::after {
    opacity: 1;
    transform: scale(1);
    animation: dropdownStrokeSpin 0.9s cubic-bezier(0.22, 1, 0.36, 1) 1;
}

@keyframes dropdownStrokeSpin {
    0% {
        clip-path: inset(0 100% 100% 0 round 12px);
    }

    35% {
        clip-path: inset(0 0 100% 0 round 12px);
    }

    65% {
        clip-path: inset(0 0 0 0 round 12px);
    }

    100% {
        clip-path: inset(0 0 0 0 round 12px);
        transform: scale(1);
    }
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.icon-button,
.menu-toggle {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.icon-button svg {
    width: 22px;
    height: 22px;
    stroke: #111;
    stroke-width: 1.8;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-now-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    background: var(--accent-color);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.22s ease, transform 0.22s ease;
}

.contact-now-button:hover {
    background: var(--accent-color-dark);
    transform: translateY(-1px);
}

.menu-toggle {
    width: 42px;
    height: 42px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: background-color 0.22s ease, transform 0.22s ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible,
.site-header.menu-open .menu-toggle {
    background: rgba(207, 32, 48, 0.08);
    outline: none;
}

.menu-toggle svg {
    width: 22px;
    height: 22px;
    fill: #111111;
    transition: transform 0.22s ease, fill 0.22s ease;
}

.menu-toggle:hover svg,
.menu-toggle:focus-visible svg,
.site-header.menu-open .menu-toggle svg {
    fill: var(--accent-color);
}

.site-header.menu-open .menu-toggle svg {
    transform: rotate(90deg);
}

.page-content {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 56px 28px 72px;
}

.home-about {
    margin-top: 28px;
    padding: clamp(72px, 9vw, 140px) 28px;
    background: transparent;
}

.home-about-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
    text-align: center;
}

.home-about-eyebrow {
    margin: 0 0 24px;
    color: var(--accent-color);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-about-title {
    max-width: 920px;
    margin: 0 auto clamp(34px, 4vw, 56px);
    font-size: clamp(2rem, 4.1vw, 4rem);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.home-about-copy {
    max-width: 980px;
    margin: 0 auto;
    color: var(--text-secondary);
    font-size: clamp(1rem, 1.35vw, 1.22rem);
    line-height: 1.75;
    text-align: left;
}

.home-about-copy p {
    margin: 0;
}

.home-about-copy p + p {
    margin-top: 20px;
}

.home-about-copy strong {
    color: var(--text-primary);
    font-weight: 700;
}

.about-principles {
    max-width: 980px;
    margin: clamp(42px, 6vw, 72px) auto 0;
    padding: clamp(8px, 1vw, 12px);
    border: 1px solid rgba(207, 32, 48, 0.18);
    border-radius: 28px;
    background: #f7f7f7;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

.about-principles-tabs {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.about-principles-tabs::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: calc((100% - 16px) / 3);
    border-radius: 18px;
    background: var(--accent-color);
    box-shadow: 0 10px 24px rgba(207, 32, 48, 0.22);
    transform: translateX(0);
    transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.about-principles-tabs[data-active-index="1"]::before {
    transform: translateX(calc(100% + 8px));
}

.about-principles-tabs[data-active-index="2"]::before {
    transform: translateX(calc(200% + 16px));
}

.about-principle-tab {
    position: relative;
    z-index: 1;
    min-height: 52px;
    padding: 10px 18px;
    border: 0;
    border-radius: 18px;
    background: transparent;
    color: var(--text-secondary);
    font-weight: 700;
    cursor: pointer;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.about-principle-tab:hover {
    color: var(--accent-color);
}

.about-principle-tab.is-active {
    background: transparent;
    color: #ffffff;
}

.about-principle-tab:active {
    transform: scale(0.97);
}

.about-principle-tab:focus-visible {
    outline: 2px solid var(--accent-color);
    outline-offset: 3px;
}

.about-principles-panels {
    padding: clamp(28px, 4vw, 48px);
    text-align: left;
}

.about-principle-panel[hidden] {
    display: none;
}

.about-principle-panel {
    transform-origin: top center;
    animation: about-panel-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.about-principle-panel h3 {
    margin: 0 0 14px;
    color: var(--text-primary);
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    font-weight: 600;
    letter-spacing: -0.035em;
}

.about-principle-panel p {
    max-width: 760px;
    margin: 0;
    color: var(--text-secondary);
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    line-height: 1.7;
}

.state-committee {
    padding: clamp(60px, 8vw, 110px) 28px;
    scroll-margin-top: calc(var(--fixed-header-offset, 96px) + 24px);
    background: #f7f8fa;
}

.state-committee-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.state-committee-heading {
    margin-bottom: clamp(28px, 4vw, 48px);
    text-align: center;
}

.state-committee-heading p {
    margin: 0 0 10px;
    color: var(--accent-color);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.state-committee-heading h1,
.state-committee-heading h2 {
    margin: 0;
    color: var(--text-primary);
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.state-committee-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.committee-member {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 0;
}

.committee-member-photo {
    width: 100%;
    aspect-ratio: 4 / 5;
    flex: none;
    margin: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
}

.committee-member-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center bottom;
}

.committee-member > div {
    text-align: center;
}

.committee-member p {
    margin: 8px 0 0;
    color: var(--accent-color);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.committee-member h2,
.committee-member h3 {
    margin: 0;
    color: var(--text-primary);
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.25;
}

@media (max-width: 900px) {
    .state-committee-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .state-committee {
        padding: 58px 20px;
    }

    .committee-member {
        width: min(380px, 100%);
        margin: 0 auto;
    }
}

.state-objectives {
    position: relative;
    padding: clamp(72px, 9vw, 140px) 28px;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 8% 12%, rgba(207, 32, 48, 0.3), transparent 30%),
        radial-gradient(circle at 92% 86%, rgba(100, 102, 106, 0.2), transparent 28%),
        #111214;
}

.state-objectives::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.16;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 48px 48px;
    -webkit-mask-image: linear-gradient(to bottom, #000, transparent 90%);
    mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.state-objectives-inner {
    position: relative;
    z-index: 1;
    width: min(1180px, 100%);
    display: grid;
    grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.45fr);
    gap: clamp(44px, 7vw, 96px);
    margin: 0 auto;
}

.state-objectives-intro {
    position: sticky;
    top: calc(var(--fixed-header-offset, 96px) + 32px);
    align-self: start;
}

.state-objectives-eyebrow {
    margin: 0 0 18px;
    color: #f25a67;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.state-objectives-intro h2 {
    max-width: 11ch;
    margin: 0;
    font-size: clamp(2.35rem, 4.5vw, 4.8rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.state-objectives-summary {
    max-width: 38rem;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: clamp(1rem, 1.3vw, 1.14rem);
    line-height: 1.75;
}

.state-objectives-mark {
    margin-top: 42px;
    color: transparent;
    font-size: clamp(4rem, 9vw, 8rem);
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: -0.08em;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
    user-select: none;
}

.state-objectives-content {
    min-width: 0;
}

.state-objectives-lead {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.state-objectives-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.state-objectives-list li {
    position: relative;
    min-height: 172px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    padding: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(8px);
    transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.state-objectives-list li::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -46px;
    width: 110px;
    height: 110px;
    border: 1px solid rgba(207, 32, 48, 0.22);
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.state-objectives-list li:hover {
    border-color: rgba(242, 90, 103, 0.42);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-4px);
}

.state-objectives-list li:hover::after {
    transform: scale(1.18);
}

.state-objective-icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(242, 90, 103, 0.25);
    border-radius: 14px;
    color: #f25a67;
    background: rgba(207, 32, 48, 0.12);
}

.state-objective-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.state-objectives-list li > p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.55;
}

.state-objectives-motto {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 18px 0 0;
    padding: 24px;
    border-radius: 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    background: linear-gradient(110deg, rgba(207, 32, 48, 0.24), rgba(207, 32, 48, 0.06));
}

.state-objectives-motto strong {
    color: #ffffff;
    font-weight: 800;
}

@media (max-width: 900px) {
    .state-objectives-inner {
        grid-template-columns: 1fr;
    }

    .state-objectives-intro {
        position: static;
    }

    .state-objectives-intro h2 {
        max-width: 14ch;
    }

    .state-objectives-mark {
        display: none;
    }
}

@media (max-width: 640px) {
    .state-objectives {
        padding: 64px 20px;
    }

    .state-objectives-list {
        grid-template-columns: 1fr;
    }

    .state-objectives-list li {
        min-height: 144px;
    }
}

@keyframes about-panel-in {
    from {
        opacity: 0;
        filter: blur(3px);
        transform: translateY(14px) scale(0.985);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}

.why-join-soak {
    width: min(1400px, calc(100% - 48px));
    margin: 0 auto;
    padding: clamp(84px, 10vw, 150px) 0;
}

.why-join-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.62fr);
    gap: clamp(36px, 7vw, 110px);
    margin-bottom: clamp(48px, 7vw, 92px);
    align-items: end;
}

.why-join-eyebrow {
    margin: 0 0 18px;
    color: var(--accent-color);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.why-join-heading h2 {
    max-width: 18ch;
    margin: 0;
    font-size: clamp(2.65rem, 5.5vw, 5.8rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.why-join-heading > p {
    max-width: 49ch;
    margin: 0 0 4px;
    color: var(--text-secondary);
    font-size: clamp(1rem, 1.25vw, 1.15rem);
    line-height: 1.75;
}

.why-join-experience {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(500px, 0.92fr);
    min-height: 720px;
    align-items: start;
}

.why-join-media {
    position: sticky;
    top: 115px;
    height: 650px;
    overflow: hidden;
    border-radius: 28px;
    background: #111111;
}

.why-join-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 52%, rgba(0, 0, 0, 0.58) 100%);
    pointer-events: none;
}

.why-join-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        opacity 0.25s ease,
        transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.why-join-media img.is-changing {
    opacity: 0.2;
    transform: scale(1.025);
}

.why-join-media > span {
    position: absolute;
    left: clamp(24px, 4vw, 52px);
    bottom: clamp(24px, 4vw, 46px);
    z-index: 1;
    color: #ffffff;
    font-size: clamp(1.4rem, 2.4vw, 2.4rem);
    font-weight: 600;
    letter-spacing: -0.04em;
}

.why-join-panel {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(240px, 0.8fr) minmax(260px, 1fr);
    min-height: 590px;
    margin: 90px 0 0 -11%;
    border-radius: 28px;
    overflow: hidden;
    background: var(--accent-color);
    box-shadow: 0 34px 80px rgba(67, 0, 8, 0.28);
    color: #ffffff;
}

.why-join-tabs {
    padding: 24px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.why-join-tab {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 66px;
    padding: 14px 24px;
    border: 0;
    grid-template-columns: 30px 1fr;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 650;
    line-height: 1.35;
    text-align: left;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        padding-left 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.why-join-tab::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 64px;
    height: 1px;
    background: rgba(255, 255, 255, 0.13);
}

.why-join-tab span {
    display: grid;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    place-items: center;
    font-size: 0.65rem;
}

.why-join-tab:hover,
.why-join-tab:focus-visible,
.why-join-tab.is-active {
    padding-left: 30px;
    background: rgba(0, 0, 0, 0.12);
    color: #ffffff;
    outline: none;
}

.why-join-tab.is-active span {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--accent-color);
}

.why-join-detail {
    display: flex;
    min-width: 0;
    padding: clamp(34px, 4vw, 58px);
    flex-direction: column;
    justify-content: center;
}

.why-join-detail > p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.69rem;
    font-weight: 750;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.why-join-detail h3 {
    margin: 0;
    font-size: clamp(2rem, 3.1vw, 3.45rem);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.05em;
    transition:
        opacity 0.2s ease,
        transform 0.3s ease;
}

.why-join-detail > div {
    display: grid;
    margin-top: 30px;
    grid-template-columns: 1fr 48px;
    align-items: end;
    gap: 20px;
}

.why-join-detail > div p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.98rem;
    line-height: 1.7;
    transition:
        opacity 0.2s ease,
        transform 0.3s ease;
}

.why-join-detail .material-symbols-outlined {
    display: grid;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    place-items: center;
    background: #ffffff;
    color: var(--accent-color);
}

.why-join-detail.is-changing h3,
.why-join-detail.is-changing > div p {
    opacity: 0;
    transform: translateY(10px);
}

@media (max-width: 1180px) {
    .why-join-experience {
        grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
    }

    .why-join-panel {
        margin-left: -16%;
    }
}

@media (max-width: 960px) {
    .why-join-heading {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .why-join-heading > p {
        max-width: 65ch;
    }

    .why-join-experience {
        display: block;
        min-height: 0;
    }

    .why-join-media {
        position: relative;
        top: auto;
        height: clamp(380px, 65vw, 560px);
    }

    .why-join-panel {
        grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1fr);
        min-height: 560px;
        margin: -70px 22px 0;
    }
}

@media (max-width: 680px) {
    .why-join-soak {
        width: calc(100% - 28px);
        padding: 72px 0;
    }

    .why-join-heading h2 {
        font-size: clamp(2.45rem, 12vw, 3.7rem);
    }

    .why-join-media {
        height: 370px;
        border-radius: 20px;
    }

    .why-join-panel {
        display: block;
        min-height: 0;
        margin: -42px 10px 0;
        border-radius: 20px;
    }

    .why-join-tabs {
        display: flex;
        padding: 18px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        gap: 8px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
    }

    .why-join-tabs::-webkit-scrollbar {
        display: none;
    }

    .why-join-tab {
        flex: 0 0 210px;
        min-height: 72px;
        padding: 12px 14px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 12px;
        scroll-snap-align: start;
    }

    .why-join-tab::after {
        display: none;
    }

    .why-join-tab:hover,
    .why-join-tab:focus-visible,
    .why-join-tab.is-active {
        padding-left: 14px;
        background: rgba(0, 0, 0, 0.14);
    }

    .why-join-detail {
        min-height: 360px;
        padding: 34px 24px;
    }

    .why-join-detail > div {
        grid-template-columns: 1fr;
    }
}

.join-soak-section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: clamp(34px, 6vw, 90px);
    margin-top: 28px;
    padding: clamp(44px, 7vw, 96px);
    overflow: hidden;
    align-items: center;
    border-radius: 34px;
    background:
        radial-gradient(circle at 8% 12%, rgba(207, 32, 48, 0.34), transparent 30%),
        #000000;
    color: #ffffff;
    box-shadow: 0 34px 80px rgba(0, 0, 0, 0.2);
    isolation: isolate;
}

.join-soak-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(90deg, #000, transparent 68%);
}

.join-soak-copy {
    max-width: 610px;
}

.join-soak-eyebrow {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.join-soak-copy h2 {
    margin: 0;
    font-size: clamp(2.8rem, 6vw, 5.8rem);
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: -0.065em;
}

.join-soak-copy > p:not(.join-soak-eyebrow) {
    max-width: 52ch;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(1rem, 1.35vw, 1.16rem);
    line-height: 1.7;
}

.join-soak-copy > strong {
    display: block;
    margin-top: 28px;
    color: #ffffff;
    font-size: clamp(1.05rem, 1.6vw, 1.3rem);
    line-height: 1.4;
}

.join-soak-form-panel {
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 28px;
    background: #ffffff;
    color: var(--text-primary);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.join-soak-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
}

.form-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.join-form-field {
    display: grid;
    gap: 9px;
}

.join-form-field label {
    color: var(--text-primary);
    font-size: 0.82rem;
    font-weight: 750;
}

.join-form-field input,
.join-form-field select {
    width: 100%;
    min-height: 52px;
    padding: 0 15px;
    border: 1px solid #d8d8d8;
    border-radius: 13px;
    background: #f7f7f7;
    color: var(--text-primary);
    font: inherit;
    outline: none;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.join-form-field select {
    cursor: pointer;
}

.join-form-field input:focus,
.join-form-field select:focus {
    border-color: var(--accent-color);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(207, 32, 48, 0.1);
}

.district-select {
    position: relative;
}

.district-select-trigger {
    display: flex;
    width: 100%;
    min-height: 52px;
    padding: 0 15px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid #d8d8d8;
    border-radius: 13px;
    background: #f7f7f7;
    color: var(--text-secondary);
    text-align: left;
    cursor: pointer;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.district-select.has-value .district-select-trigger {
    color: var(--text-primary);
}

.district-select-trigger:hover,
.district-select-trigger:focus-visible,
.district-select.is-open .district-select-trigger {
    border-color: var(--accent-color);
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(207, 32, 48, 0.1);
}

.district-select.is-invalid .district-select-trigger {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 4px rgba(207, 32, 48, 0.1);
}

.district-select-chevron {
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    margin: -4px 3px 0 0;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.district-select.is-open .district-select-chevron {
    margin-top: 4px;
    transform: rotate(225deg);
}

.district-select-menu {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    left: 0;
    z-index: 30;
    max-height: 270px;
    padding: 8px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
    touch-action: pan-y;
    border: 1px solid rgba(207, 32, 48, 0.16);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    clip-path: inset(0 0 100% 0 round 16px);
    transform: translateY(-8px) scale(0.98);
    transform-origin: top center;
    pointer-events: none;
    scrollbar-color: var(--accent-color) #f2f2f2;
    scrollbar-width: thin;
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease,
        clip-path 0.42s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.district-select-menu::-webkit-scrollbar {
    width: 7px;
}

.district-select-menu::-webkit-scrollbar-track {
    border-radius: 999px;
    background: #f2f2f2;
}

.district-select-menu::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: var(--accent-color);
}

.district-select.is-open .district-select-menu {
    opacity: 1;
    visibility: visible;
    clip-path: inset(0 0 0 0 round 16px);
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.district-select-menu [role="option"] {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 42px;
    padding: 9px 38px 9px 12px;
    align-items: center;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--text-primary);
    text-align: left;
    cursor: pointer;
    opacity: 0;
    transform: translateY(7px);
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.district-select.is-open .district-select-menu [role="option"] {
    animation: district-option-in 0.38s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: calc(var(--option-index, 0) * 22ms);
}

.district-select-menu [role="option"]:hover,
.district-select-menu [role="option"]:focus-visible {
    background: rgba(207, 32, 48, 0.08);
    color: var(--accent-color);
    outline: none;
}

.district-select-menu [role="option"][aria-selected="true"] {
    background: var(--accent-color);
    color: #ffffff;
}

.district-select-menu [role="option"][aria-selected="true"]::after {
    content: "";
    position: absolute;
    right: 15px;
    width: 9px;
    height: 5px;
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: rotate(-45deg);
}

@keyframes district-option-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.join-form-submit {
    display: flex;
    grid-column: 1 / -1;
    min-height: 54px;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-radius: 14px;
    background: var(--accent-color);
    color: #ffffff;
    font-weight: 750;
    cursor: pointer;
    transition:
        background-color 0.25s ease,
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.join-form-submit:hover,
.join-form-submit:focus-visible {
    background: var(--accent-color-dark);
    outline: none;
    transform: translateY(-2px);
}

.join-form-submit:disabled {
    cursor: wait;
    opacity: 0.68;
    transform: none;
}

.join-form-status {
    grid-column: 1 / -1;
    min-height: 1.4em;
    margin: -8px 0 0;
    color: var(--text-secondary);
    font-size: 0.85rem;
    line-height: 1.4;
}

.join-form-status.is-success {
    color: #168149;
}

.join-form-status.is-error {
    color: var(--accent-color);
}

@media (max-width: 900px) {
    .join-soak-section {
        grid-template-columns: 1fr;
    }

    .join-soak-copy {
        max-width: 720px;
    }
}

@media (max-width: 560px) {
    .join-soak-section {
        margin-top: 18px;
        padding: 42px 18px 18px;
        border-radius: 24px;
    }

    .join-soak-form-panel {
        padding: 22px 16px;
        border-radius: 20px;
    }

    .join-soak-form {
        grid-template-columns: 1fr;
    }

    .join-form-submit,
    .join-form-status {
        grid-column: 1;
    }
}

.clients-carousel-section {
    position: relative;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: clamp(54px, 7vw, 92px) 0;
    overflow: hidden;
    border-top: 1px solid rgba(207, 32, 48, 0.09);
    border-bottom: 1px solid rgba(207, 32, 48, 0.09);
    background:
        linear-gradient(90deg, rgba(207, 32, 48, 0.04), rgba(54, 163, 82, 0.035), rgba(207, 32, 48, 0.05));
}

.clients-carousel-heading {
    width: min(1240px, calc(100% - 56px));
    margin: 0 auto 34px;
}

.clients-carousel-heading p {
    margin: 0 0 5px;
    color: var(--accent-color);
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.clients-carousel-viewport {
    display: grid;
    gap: 22px;
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.clients-carousel-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.clients-carousel-track:first-child {
    animation: clients-logo-marquee-left 64s linear infinite;
}

.clients-carousel-track:last-child {
    animation: clients-logo-marquee-right 60s linear infinite;
}

.clients-carousel-viewport:hover .clients-carousel-track {
    animation-play-state: paused;
}

.client-logo-group {
    display: flex;
    flex: 0 0 auto;
    gap: 18px;
    padding-right: 18px;
}

.client-carousel-logo {
    display: grid;
    flex: 0 0 auto;
    width: 180px;
    height: 82px;
    padding: 8px 15px;
    place-items: center;
}

.client-carousel-logo img {
    display: block;
    width: 150px;
    height: 62px;
    object-fit: contain;
    filter: grayscale(0) saturate(1);
    transition:
        filter 0.45s ease,
        opacity 0.35s ease,
        transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}

.client-carousel-logo:hover img {
    filter: grayscale(1) saturate(0) contrast(1.08);
    opacity: 0.82;
    transform: translateY(-4px) scale(1.045);
}

a.client-carousel-logo {
    cursor: pointer;
}

a.client-carousel-logo:focus-visible {
    border-radius: 10px;
    outline: 2px solid var(--accent-color);
    outline-offset: 5px;
}

a.client-carousel-logo:focus-visible img {
    filter: grayscale(1) saturate(0) contrast(1.08);
    transform: translateY(-4px) scale(1.045);
}

@keyframes clients-logo-marquee-left {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes clients-logo-marquee-right {
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 640px) {
    .clients-carousel-section {
        padding: 48px 0;
    }

    .clients-carousel-heading {
        width: calc(100% - 32px);
    }

    .client-logo-group {
        gap: 12px;
        padding-right: 12px;
    }

    .clients-carousel-viewport {
        gap: 14px;
    }

    .client-carousel-logo {
        width: 148px;
        height: 74px;
        padding: 7px 12px;
    }

    .client-carousel-logo img {
        width: 124px;
        height: 58px;
    }
}

.home-services {
    position: relative;
    margin-top: 28px;
    padding: clamp(68px, 8vw, 118px) clamp(20px, 4vw, 58px);
    overflow: hidden;
    background: transparent;
    isolation: isolate;
}

.home-services::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(207, 32, 48, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(207, 32, 48, 0.07) 1px, transparent 1px);
    background-size: 52px 52px;
    -webkit-mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.18));
    mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.18));
    pointer-events: none;
}

.home-services-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.65fr);
    gap: 40px;
    width: min(1240px, 100%);
    margin: 0 auto clamp(42px, 5vw, 68px);
    align-items: end;
}

.soak-expo {
    min-height: clamp(380px, 52vw, 620px);
    border: 0;
    border-radius: 0;
    background: transparent;
}

.soak-expo .home-services-heading {
    margin-bottom: clamp(42px, 5vw, 68px);
}

.soak-expo .home-services-summary {
    align-items: flex-start;
    flex-direction: column;
}

.expo-official-link {
    display: inline-flex;
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid var(--accent-color);
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--accent-color);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.expo-official-link span {
    font-size: 1.05rem;
    transition: transform 0.25s ease;
}

.expo-official-link:hover,
.expo-official-link:focus-visible {
    background: #000000;
    border-color: #000000;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
    color: #ffffff;
    outline: none;
    transform: translateY(-2px);
}

.expo-official-link:hover span,
.expo-official-link:focus-visible span {
    transform: translate(2px, -2px);
}

.expo-year-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2.2vw, 28px);
    width: min(1320px, 100%);
    margin: 0 auto;
    align-items: start;
}

.expo-year-card {
    overflow: hidden;
    border: 1px solid rgba(207, 32, 48, 0.14);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.09);
    transition:
        border-color 0.3s ease,
        box-shadow 0.4s ease,
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.expo-year-card:hover {
    border-color: rgba(207, 32, 48, 0.36);
    box-shadow: 0 30px 64px rgba(0, 0, 0, 0.14);
    transform: translateY(-8px);
}

.expo-year-media {
    position: relative;
    height: clamp(220px, 22vw, 320px);
    overflow: hidden;
    background: #000000;
}

.expo-year-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), transparent 42%, rgba(0, 0, 0, 0.62));
    pointer-events: none;
}

.expo-year-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.expo-year-card:hover .expo-year-media img {
    transform: scale(1.055);
}

.expo-date {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    background: var(--accent-color);
    color: #ffffff;
    font-size: clamp(0.7rem, 0.9vw, 0.8rem);
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.expo-year {
    position: absolute;
    right: 17px;
    bottom: 8px;
    z-index: 2;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(2.8rem, 5vw, 5.4rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.07em;
}

.expo-year-body {
    padding: clamp(24px, 3vw, 34px);
}

.expo-card-label {
    margin: 0 0 13px;
    color: var(--accent-color);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.expo-year-body h3 {
    min-height: 2.5em;
    margin: 0;
    color: var(--text-primary);
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: -0.04em;
}

.expo-card-preview {
    margin: 18px 0 0;
    color: var(--text-secondary);
    font-size: 0.98rem;
    line-height: 1.65;
}

.expo-card-details {
    margin-top: 22px;
    border-top: 1px solid rgba(207, 32, 48, 0.12);
}

.expo-card-details summary {
    position: relative;
    display: flex;
    padding-top: 18px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--text-primary);
    font-size: 0.88rem;
    font-weight: 750;
    cursor: pointer;
    list-style: none;
    transition: color 0.25s ease;
}

.expo-card-details summary::-webkit-details-marker {
    display: none;
}

.expo-card-details summary span {
    display: grid;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: rgba(207, 32, 48, 0.09);
    color: var(--accent-color);
    font-size: 1.15rem;
    font-weight: 500;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.expo-card-details summary:hover,
.expo-card-details summary:focus-visible {
    color: var(--accent-color);
    outline: none;
}

.expo-card-details summary:focus-visible::before {
    content: "";
    position: absolute;
    inset: 10px -8px -8px;
    border: 2px solid var(--accent-color);
    border-radius: 10px;
    pointer-events: none;
}

.expo-card-details.is-animating {
    overflow: hidden;
}

.expo-card-details[open] summary span {
    background: var(--accent-color);
    color: #ffffff;
    transform: rotate(45deg);
}

.expo-card-full {
    padding-top: 18px;
    animation: expo-details-in 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.expo-card-full p {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.92rem;
    line-height: 1.68;
}

.expo-card-full p + p {
    margin-top: 14px;
}

.expo-card-full strong {
    color: var(--text-primary);
}

.expo-page-link {
    display: inline-flex;
    min-height: 42px;
    margin-top: 20px;
    padding: 10px 15px;
    border: 1px solid rgba(207, 32, 48, 0.22);
    border-radius: 999px;
    align-items: center;
    gap: 10px;
    color: var(--accent-color);
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.expo-page-link .material-symbols-outlined {
    font-size: 1rem;
    transition: transform 0.25s ease;
}

.expo-page-link:hover,
.expo-page-link:focus-visible {
    border-color: var(--accent-color);
    background: var(--accent-color);
    color: #ffffff;
    outline: none;
    transform: translateY(-2px);
}

.expo-page-link:hover .material-symbols-outlined,
.expo-page-link:focus-visible .material-symbols-outlined {
    transform: translateX(3px);
}

@keyframes expo-details-in {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

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

    .expo-year-media {
        height: clamp(240px, 70vw, 340px);
    }

    .expo-year-body h3 {
        min-height: 0;
    }
}

.home-services-eyebrow {
    margin: 0 0 16px;
    color: var(--accent-color);
    font-size: 0.8rem;
    font-weight: 750;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.home-services-heading h2 {
    max-width: 14ch;
    margin: 0;
    font-size: clamp(2.3rem, 4.7vw, 4.8rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.055em;
}

.home-services-summary {
    display: flex;
    margin-bottom: 6px;
    align-items: center;
    gap: 20px;
}

.home-services-summary > p {
    max-width: 42ch;
    margin: 0;
    color: var(--text-secondary);
    font-size: clamp(1rem, 1.25vw, 1.15rem);
    line-height: 1.65;
}

.client-logo-chain {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    padding-left: 2px;
}

.client-logo-round {
    position: relative;
    display: block;
    width: 58px;
    height: 58px;
    overflow: hidden;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #101a32;
    box-shadow: 0 9px 24px rgba(7, 16, 21, 0.18);
    transition:
        border-color 0.3s ease,
        transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}

.client-logo-round + .client-logo-round {
    margin-left: -16px;
}

.client-logo-round:nth-child(1) {
    z-index: 3;
}

.client-logo-round:nth-child(2) {
    z-index: 2;
}

.client-logo-round:nth-child(3) {
    z-index: 1;
}

.client-logo-round img {
    position: absolute;
    display: block;
    width: 1500%;
    max-width: none;
    height: auto;
}

.client-logo-round--rg img {
    top: -85%;
    left: 0;
}

.client-logo-round--aditi img {
    top: -85%;
    left: -100%;
}

.client-logo-round--mercelys img {
    top: -235%;
    left: 0;
}

.client-logo-chain:hover .client-logo-round {
    border-color: #f2f2f2;
}

.client-logo-chain:hover .client-logo-round:nth-child(1) {
    transform: translateX(-5px) rotate(-4deg);
}

.client-logo-chain:hover .client-logo-round:nth-child(3) {
    transform: translateX(5px) rotate(4deg);
}

.services-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2.2vw, 30px);
    width: min(1240px, 100%);
    margin: 0 auto;
    perspective: 1200px;
}

.service-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(240, 251, 255, 0.5));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        inset 0 -1px 0 rgba(207, 32, 48, 0.08),
        0 20px 50px rgba(7, 16, 21, 0.1);
    backdrop-filter: blur(20px) saturate(1.25);
    -webkit-backdrop-filter: blur(20px) saturate(1.25);
    scroll-margin-top: 120px;
    transform-origin: center bottom;
    will-change: transform, opacity, filter;
    transition:
        opacity 0.8s ease,
        filter 0.9s ease,
        border-color 0.35s ease,
        box-shadow 0.45s ease,
        transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card::before {
    content: "";
    position: absolute;
    top: -35%;
    left: -75%;
    z-index: 4;
    width: 42%;
    height: 170%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.56), transparent);
    opacity: 0;
    transform: rotate(18deg);
    pointer-events: none;
    transition:
        left 0.9s cubic-bezier(0.16, 1, 0.3, 1),
        opacity 0.35s ease;
}

.service-card:hover {
    border-color: rgba(255, 255, 255, 1);
    box-shadow:
        inset 0 1px 0 #ffffff,
        0 30px 70px rgba(7, 16, 21, 0.16),
        0 0 0 1px rgba(207, 32, 48, 0.16);
    transform: translateY(-9px);
}

.service-card:hover::before {
    left: 135%;
    opacity: 1;
}

.service-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    margin: 10px 10px 0;
    overflow: hidden;
    border-radius: 17px;
    background: #ddecf1;
}

.service-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 12, 17, 0.24), transparent 42%, rgba(2, 12, 17, 0.08));
    pointer-events: none;
}

.service-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card:hover .service-card-media img {
    transform: scale(1.055);
}

.home-services.services-reveal-ready .home-services-heading > div,
.home-services.services-reveal-ready .home-services-summary {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(34px);
    transition:
        opacity 0.8s ease,
        filter 0.9s ease,
        transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-services.services-reveal-ready .home-services-summary {
    transition-delay: 0.12s;
}

.home-services.services-reveal-ready .service-card {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(72px) scale(0.92) rotateX(9deg);
}

.home-services.services-reveal-ready .service-card:nth-child(1) {
    transition-delay: 0.12s;
}

.home-services.services-reveal-ready .service-card:nth-child(2) {
    transition-delay: 0.2s;
}

.home-services.services-reveal-ready .service-card:nth-child(3) {
    transition-delay: 0.28s;
}

.home-services.services-reveal-ready .service-card:nth-child(4) {
    transition-delay: 0.36s;
}

.home-services.services-reveal-ready .service-card:nth-child(5) {
    transition-delay: 0.44s;
}

.home-services.services-reveal-ready .service-card:nth-child(6) {
    transition-delay: 0.52s;
}

.home-services.services-reveal-ready.is-visible .home-services-heading > div,
.home-services.services-reveal-ready.is-visible .home-services-summary,
.home-services.services-reveal-ready.is-visible .service-card {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1) rotateX(0deg);
}

.home-services.services-reveal-ready.is-visible .client-logo-round {
    animation: client-logo-arrive 0.72s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}

.home-services.services-reveal-ready.is-visible .client-logo-round:nth-child(1) {
    animation-delay: 0.25s;
}

.home-services.services-reveal-ready.is-visible .client-logo-round:nth-child(2) {
    animation-delay: 0.34s;
}

.home-services.services-reveal-ready.is-visible .client-logo-round:nth-child(3) {
    animation-delay: 0.43s;
}

.home-services.services-reveal-ready.is-visible .service-card:hover {
    transform: translateY(-9px) scale(1) rotateX(0deg);
    transition-delay: 0s;
}

@keyframes client-logo-arrive {
    from {
        opacity: 0;
        transform: translateX(-18px) scale(0.55) rotate(-12deg);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1) rotate(0deg);
    }
}

.soak-activities {
    display: grid;
    width: min(1400px, calc(100% - 48px));
    margin: 0 auto;
    padding: clamp(88px, 10vw, 150px) 0;
    grid-template-columns: minmax(210px, 0.72fr) minmax(0, 3fr);
    align-items: start;
    gap: clamp(42px, 6vw, 92px);
    scroll-margin-top: 120px;
}

.activities-intro {
    position: sticky;
    top: 130px;
}

.activities-intro > p {
    margin: 0 0 18px;
    color: var(--accent-color);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.activities-intro h2 {
    max-width: 8ch;
    margin: 0;
    font-size: clamp(2.6rem, 4.4vw, 4.8rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.activities-intro > span {
    display: block;
    max-width: 31ch;
    margin-top: 28px;
    color: var(--text-secondary);
    font-size: 0.93rem;
    line-height: 1.7;
}

.activities-intro > a {
    display: inline-flex;
    min-height: 46px;
    margin-top: 32px;
    padding: 11px 18px;
    border: 1px solid rgba(207, 32, 48, 0.28);
    border-radius: 999px;
    align-items: center;
    gap: 12px;
    color: var(--text-primary);
    font-size: 0.77rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.activities-intro > a .material-symbols-outlined {
    font-size: 1.05rem;
}

.activities-intro > a:hover,
.activities-intro > a:focus-visible {
    border-color: var(--accent-color);
    background: var(--accent-color);
    color: #ffffff;
    outline: none;
    transform: translateY(-2px);
}

.activities-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(34px, 4vw, 64px) clamp(16px, 2vw, 28px);
}

.activity-card {
    min-width: 0;
}

.activity-card-media {
    position: relative;
    aspect-ratio: 1 / 0.78;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 18px;
    background: #ededed;
}

.activity-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.activity-card:hover .activity-card-media img {
    transform: scale(1.055);
}

.activity-card-graphic {
    display: flex;
    padding: 22px;
    align-items: flex-end;
    justify-content: space-between;
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.25) 0 12%, transparent 12.5%),
        linear-gradient(145deg, #ed3948, var(--accent-color));
    color: #ffffff;
}

.activity-card--dark .activity-card-graphic {
    background:
        radial-gradient(circle at 16% 18%, rgba(207, 32, 48, 0.8) 0 13%, transparent 13.5%),
        linear-gradient(145deg, #232323, #000000);
}

.activity-card-graphic .material-symbols-outlined {
    font-size: clamp(2.2rem, 3vw, 3.8rem);
    font-variation-settings: "FILL" 1;
}

.activity-card-graphic strong {
    font-size: clamp(1.15rem, 1.8vw, 2rem);
    font-weight: 500;
    letter-spacing: -0.04em;
}

.activity-card-label {
    margin: 0 0 11px;
    color: var(--text-secondary);
    font-size: 0.68rem;
    font-weight: 650;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.activity-card h3 {
    margin: 0;
    font-size: clamp(1.08rem, 1.35vw, 1.42rem);
    font-weight: 650;
    line-height: 1.18;
    letter-spacing: -0.035em;
}

.activity-card > p:last-child {
    margin: 14px 0 0;
    color: var(--text-secondary);
    font-size: 0.85rem;
    line-height: 1.65;
}

@media (max-width: 1180px) {
    .activities-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .soak-activities {
        grid-template-columns: 1fr;
    }

    .activities-intro {
        position: relative;
        top: auto;
    }

    .activities-intro h2 {
        max-width: none;
    }

    .activities-intro > span {
        max-width: 58ch;
    }
}

@media (max-width: 680px) {
    .soak-activities {
        width: 100%;
        padding: 76px 0;
        gap: 44px;
    }

    .activities-intro {
        padding: 0 14px;
    }

    .activities-intro h2 {
        font-size: clamp(2.65rem, 14vw, 4rem);
    }

    .activities-grid {
        display: flex;
        padding: 0 14px 14px;
        gap: 16px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-padding-inline: 14px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .activities-grid::-webkit-scrollbar {
        display: none;
    }

    .activity-card {
        flex: 0 0 min(82vw, 330px);
        scroll-snap-align: start;
    }

    .activity-card-media {
        aspect-ratio: 1.16 / 1;
    }
}

.soak-testimonials {
    position: relative;
    display: flex;
    width: 100vw;
    min-height: clamp(720px, 82vh, 920px);
    margin-top: 28px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    align-items: stretch;
    background: #000000;
    color: #ffffff;
    isolation: isolate;
}

.soak-testimonials-background,
.soak-testimonials-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.soak-testimonials-background {
    z-index: -2;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.86);
    transform: scale(1.02);
    transition:
        opacity 0.36s ease,
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.soak-testimonials-background.is-changing {
    opacity: 0.16;
    transform: scale(1.055);
}

.soak-testimonials-overlay {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.64) 45%, rgba(0, 0, 0, 0.46) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.62));
}

.soak-testimonials-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.1fr);
    gap: clamp(48px, 8vw, 140px);
    width: min(1640px, 100%);
    min-height: inherit;
    margin: 0 auto;
    padding: clamp(70px, 9vw, 130px) clamp(28px, 7vw, 120px);
    align-items: end;
}

.soak-testimonials-intro {
    max-width: 690px;
    padding-bottom: clamp(20px, 4vw, 62px);
}

.soak-testimonials-intro > p {
    display: flex;
    margin: 0 0 20px;
    align-items: center;
    gap: 10px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.soak-testimonials-intro > p span {
    width: 11px;
    height: 24px;
    border-radius: 2px;
    background: var(--accent-color);
    transform: skewX(-14deg);
}

.soak-testimonials-intro h2 {
    margin: 0;
    font-size: clamp(3rem, 6.2vw, 6.6rem);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.065em;
}

.soak-testimonials-intro > div {
    max-width: 610px;
    margin-top: 34px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1.05rem, 1.55vw, 1.35rem);
    line-height: 1.65;
}

.soak-testimonial-slider {
    width: 100%;
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 30px;
    background: rgba(20, 20, 20, 0.82);
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    outline: none;
}

.soak-testimonial-slider:focus-visible {
    box-shadow:
        0 0 0 3px rgba(207, 32, 48, 0.7),
        0 32px 80px rgba(0, 0, 0, 0.42);
}

.soak-testimonial-viewport {
    min-height: 390px;
}

.soak-testimonial-slide {
    display: none;
}

.soak-testimonial-slide.is-active {
    display: block;
    animation: soak-testimonial-in 0.62s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.soak-testimonial-slide blockquote {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.25rem, 1.75vw, 1.75rem);
    font-weight: 450;
    line-height: 1.48;
    letter-spacing: -0.025em;
}

.soak-testimonial-slide footer {
    display: flex;
    margin-top: clamp(32px, 5vw, 58px);
    align-items: center;
    gap: 18px;
}

.soak-testimonial-avatar {
    display: grid;
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    overflow: hidden;
    place-items: center;
    border: 3px solid rgba(255, 255, 255, 0.86);
    border-radius: 50%;
    background: var(--accent-color);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 850;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.soak-testimonial-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--profile-position, center);
}

.soak-testimonial-slide footer > span:last-child {
    display: grid;
    gap: 4px;
}

.soak-testimonial-slide footer strong {
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 750;
}

.soak-testimonial-slide footer small,
.soak-testimonial-slide footer em {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    line-height: 1.35;
}

.soak-testimonial-slide footer em {
    color: rgba(255, 255, 255, 0.52);
}

.soak-testimonial-controls {
    display: flex;
    margin-top: 24px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.soak-testimonial-arrows {
    display: flex;
    gap: 8px;
}

.soak-testimonial-arrows button {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
    cursor: pointer;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "liga";
}

.soak-testimonial-arrows button:hover,
.soak-testimonial-arrows button:focus-visible {
    border-color: var(--accent-color);
    background: var(--accent-color);
    outline: none;
    transform: translateY(-2px);
}

.soak-testimonial-dots {
    display: flex;
    align-items: center;
    gap: 7px;
}

.soak-testimonial-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.32);
    cursor: pointer;
    transition:
        width 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        background-color 0.25s ease;
}

.soak-testimonial-dots button.is-active {
    width: 28px;
    background: var(--accent-color);
}

.soak-testimonial-dots button:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 4px;
}

@keyframes soak-testimonial-in {
    from {
        opacity: 0;
        filter: blur(4px);
        transform: translateX(24px);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translateX(0);
    }
}

@media (max-width: 960px) {
    .soak-testimonials-inner {
        grid-template-columns: 1fr;
        gap: 46px;
        padding-top: 84px;
        padding-bottom: 64px;
    }

    .soak-testimonials-intro {
        padding-bottom: 0;
    }

    .soak-testimonial-viewport {
        min-height: 340px;
    }
}

@media (max-width: 560px) {
    .soak-testimonials {
        min-height: auto;
        margin-top: 18px;
    }

    .soak-testimonials-inner {
        padding: 64px 18px 32px;
    }

    .soak-testimonials-intro h2 {
        font-size: clamp(2.7rem, 14vw, 4.2rem);
    }

    .soak-testimonial-slider {
        padding: 26px 20px 22px;
        border-radius: 22px;
    }

    .soak-testimonial-viewport {
        min-height: 0;
    }

    .soak-testimonial-slide blockquote {
        font-size: 1.1rem;
    }

    .soak-testimonial-avatar {
        width: 58px;
        height: 58px;
    }
}

.testimonials-area {
    position: relative;
    width: 100vw;
    margin-top: 28px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    overflow: clip;
    background:
        radial-gradient(circle at 18% 15%, rgba(207, 32, 48, 0.16), transparent 28%),
        radial-gradient(circle at 82% 80%, rgba(54, 163, 82, 0.12), transparent 26%),
        linear-gradient(145deg, #071b24 0%, #041116 58%, #071920 100%);
    color: #ffffff;
    isolation: isolate;
}

.testimonials-area::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(207, 32, 48, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(207, 32, 48, 0.035) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: radial-gradient(circle at center, #000 0%, transparent 82%);
    pointer-events: none;
}

.testimonials-sticky-stage {
    width: min(1320px, 100%);
    margin: 0 auto;
    padding: clamp(66px, 8vw, 112px) 28px;
}

.testimonials-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.65fr);
    gap: 42px;
    width: min(1180px, 100%);
    margin: 0 auto 50px;
    align-items: end;
}

.testimonials-eyebrow {
    margin: 0 0 14px;
    color: #cf2030;
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.testimonials-heading h2 {
    margin: 0;
    font-size: clamp(2.8rem, 5.7vw, 5.8rem);
    font-weight: 500;
    line-height: 0.94;
    letter-spacing: -0.06em;
}

.testimonials-heading h2 span {
    display: block;
    white-space: nowrap;
}

.testimonials-heading-copy > p {
    max-width: 43ch;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    line-height: 1.6;
}

.google-rating-link {
    display: inline-flex;
    min-height: 48px;
    margin-top: 22px;
    padding: 7px 15px 7px 8px;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.86rem;
    backdrop-filter: blur(14px);
    transition:
        border-color 0.3s ease,
        background-color 0.3s ease,
        transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.google-rating-link:hover,
.google-rating-link:focus-visible {
    border-color: rgba(207, 32, 48, 0.7);
    background: rgba(255, 255, 255, 0.13);
    outline: none;
    transform: translateY(-3px);
}

.google-rating-link strong {
    color: #ffffff;
}

.google-mark {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: #ffffff;
    color: #4285f4;
    font-size: 1.05rem;
    font-weight: 800;
}

.testimonial-card-deck {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.testimonial-card {
    position: relative;
    display: flex;
    min-height: 260px;
    padding: 28px;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 24px 60px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(22px) saturate(1.2);
    -webkit-backdrop-filter: blur(22px) saturate(1.2);
}

.testimonial-card::after {
    content: "“";
    position: absolute;
    top: -22px;
    right: 17px;
    color: rgba(207, 32, 48, 0.09);
    font-family: Georgia, serif;
    font-size: 9rem;
    line-height: 1;
    pointer-events: none;
}

.testimonial-stars {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    color: #f6bd16;
    font-size: 0.95rem;
    letter-spacing: 0.14em;
    text-shadow: 0 0 18px rgba(246, 189, 22, 0.22);
}

.testimonial-copy {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(0.92rem, 1.15vw, 1.03rem);
    line-height: 1.55;
}

.testimonial-card footer {
    position: relative;
    z-index: 1;
    display: flex;
    margin-top: auto;
    padding-top: 24px;
    align-items: center;
    gap: 12px;
}

.testimonial-card footer > span:last-child {
    display: grid;
    gap: 4px;
}

.testimonial-card footer strong {
    font-size: 0.9rem;
    font-weight: 700;
}

.testimonial-card footer small {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.72rem;
}

.testimonial-avatar {
    display: grid;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.testimonial-avatar--blue {
    background: linear-gradient(135deg, #cf2030, #000000);
}

.testimonial-avatar--green {
    background: linear-gradient(135deg, #5fbe70, #168149);
}

.testimonial-avatar--yellow {
    background: linear-gradient(135deg, #f6bd16, #e57818);
}

.testimonial-avatar--red {
    background: linear-gradient(135deg, #ed6b60, #b83342);
}

.testimonial-avatar--violet {
    background: linear-gradient(135deg, #946deb, #5532a8);
}

.testimonial-avatar--cyan {
    background: linear-gradient(135deg, #cf2030, #64666a);
}

.testimonials-area.testimonials-motion-ready {
    height: 330vh;
    min-height: 2100px;
}

.testimonials-motion-ready .testimonials-sticky-stage {
    position: sticky;
    top: 0;
    display: flex;
    height: 100svh;
    min-height: 650px;
    padding-top: clamp(28px, 5vh, 58px);
    padding-bottom: clamp(24px, 4vh, 48px);
    flex-direction: column;
    overflow: hidden;
}

.testimonials-motion-ready .testimonials-heading {
    flex: 0 0 auto;
    margin-bottom: clamp(22px, 3vh, 38px);
}

.testimonials-motion-ready .testimonial-card-deck {
    position: relative;
    display: block;
    height: clamp(420px, 57vh, 610px);
    flex: 1 1 auto;
}

.testimonials-motion-ready .testimonial-card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(280px, 27vw, 360px);
    min-height: clamp(220px, 27vh, 270px);
    will-change: transform, opacity;
}

@media (max-height: 760px) and (min-width: 761px) {
    .testimonials-motion-ready .testimonials-sticky-stage {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .testimonials-motion-ready .testimonials-heading {
        margin-bottom: 14px;
    }

    .testimonials-motion-ready .testimonials-heading h2 {
        font-size: clamp(2.8rem, 4.3vw, 4rem);
    }

    .testimonials-motion-ready .testimonials-heading-copy > p {
        display: none;
    }

    .testimonials-motion-ready .google-rating-link {
        margin-top: 0;
    }

    .testimonials-motion-ready .testimonial-card-deck {
        height: clamp(430px, 66vh, 510px);
    }

    .testimonials-motion-ready .testimonial-card {
        min-height: 0;
        padding: 20px;
    }

    .testimonials-motion-ready .testimonial-stars {
        margin-bottom: 12px;
        font-size: 0.8rem;
    }

    .testimonials-motion-ready .testimonial-copy {
        font-size: 0.86rem;
        line-height: 1.42;
    }

    .testimonials-motion-ready .testimonial-card footer {
        padding-top: 14px;
    }

    .testimonials-motion-ready .testimonial-avatar {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 760px) {
    .testimonials-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .testimonials-heading h2 {
        font-size: clamp(2rem, 10vw, 4rem);
    }

    .testimonials-heading-copy > p {
        display: none;
    }

    .google-rating-link {
        margin-top: 0;
    }

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

    .testimonials-motion-ready .testimonials-sticky-stage {
        min-height: 680px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .testimonials-motion-ready .testimonials-heading {
        margin-bottom: 14px;
    }

    .testimonials-motion-ready .testimonial-card-deck {
        height: clamp(400px, 58vh, 520px);
    }

    .testimonials-motion-ready .testimonial-card {
        width: min(43vw, 210px);
        min-height: 190px;
        padding: 16px;
        border-radius: 17px;
    }

    .testimonials-motion-ready .testimonial-stars {
        margin-bottom: 10px;
        font-size: 0.7rem;
    }

    .testimonials-motion-ready .testimonial-copy {
        display: -webkit-box;
        overflow: hidden;
        font-size: clamp(0.68rem, 2.7vw, 0.82rem);
        line-height: 1.4;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }

    .testimonials-motion-ready .testimonial-card footer {
        padding-top: 12px;
        gap: 8px;
    }

    .testimonials-motion-ready .testimonial-avatar {
        width: 32px;
        height: 32px;
        font-size: 0.56rem;
    }

    .testimonials-motion-ready .testimonial-card footer strong {
        font-size: 0.68rem;
    }

    .testimonials-motion-ready .testimonial-card footer small {
        font-size: 0.58rem;
    }
}

.contact-banner {
    position: relative;
    display: grid;
    width: 100vw;
    min-height: clamp(650px, 82vh, 900px);
    margin-top: 28px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: clamp(34px, 6vw, 84px) 24px;
    overflow: hidden;
    place-items: center;
    scroll-margin-top: 100px;
    isolation: isolate;
}

.contact-banner[hidden] {
    display: none !important;
}

.testimonials-area + .contact-banner {
    margin-top: 0;
}

.contact-banner-image,
.contact-banner-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.contact-banner-image {
    z-index: -2;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.035);
    transition: transform 1.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.contact-banner-shade {
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(4, 21, 18, 0.06), rgba(4, 18, 16, 0.25)),
        radial-gradient(circle at center, transparent 20%, rgba(3, 18, 20, 0.22) 100%);
    pointer-events: none;
}

.contact-banner-panel {
    width: min(620px, 100%);
    padding: clamp(38px, 6vw, 68px);
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(8, 28, 28, 0.34), rgba(5, 18, 23, 0.54));
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.42),
        0 35px 90px rgba(3, 16, 13, 0.34);
    text-align: center;
    backdrop-filter: blur(22px) saturate(1.2);
    -webkit-backdrop-filter: blur(22px) saturate(1.2);
}

.contact-banner-eyebrow {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.76rem;
    font-weight: 750;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.contact-banner-panel h2 {
    margin: 0;
    font-size: clamp(2.7rem, 6vw, 5.4rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.06em;
    text-wrap: balance;
}

.contact-banner-copy {
    max-width: 47ch;
    margin: 26px auto 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1rem, 1.35vw, 1.15rem);
    line-height: 1.65;
}

.contact-banner-button {
    display: flex;
    width: min(360px, 100%);
    min-height: 60px;
    margin: 32px auto 0;
    padding: 0 24px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 16px;
    background: linear-gradient(100deg, #cf2030, #000000);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 750;
    box-shadow: 0 16px 38px rgba(2, 31, 21, 0.28);
    transition:
        box-shadow 0.35s ease,
        transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.contact-banner-button span:last-child {
    font-size: 1.2rem;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.contact-banner-button:hover,
.contact-banner-button:focus-visible {
    box-shadow: 0 22px 46px rgba(2, 31, 21, 0.38);
    outline: none;
    transform: translateY(-4px);
}

.contact-banner-button:hover span:last-child,
.contact-banner-button:focus-visible span:last-child {
    transform: translate(3px, -3px);
}

.contact-banner-services {
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.76rem;
    font-weight: 650;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.contact-banner-services span {
    margin: 0 8px;
    color: #b8e96b;
}

.contact-banner.contact-banner-ready .contact-banner-panel {
    opacity: 0;
    filter: blur(12px);
    transform: translateY(56px) scale(0.94);
    transition:
        opacity 0.8s ease,
        filter 1s ease,
        transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

.contact-banner.contact-banner-ready.is-visible .contact-banner-panel {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
}

.contact-banner.contact-banner-ready.is-visible .contact-banner-image {
    transform: scale(1);
}

.home-blog-area {
    position: relative;
    width: 100vw;
    margin-top: 28px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: clamp(64px, 7vw, 104px) 28px;
    overflow: hidden;
    background: transparent;
    isolation: isolate;
}

.home-blog-area::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(207, 32, 48, 0.065) 1px, transparent 1px),
        linear-gradient(90deg, rgba(207, 32, 48, 0.065) 1px, transparent 1px);
    background-size: 54px 54px;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
    pointer-events: none;
}

.home-blog-heading {
    display: flex;
    margin-bottom: clamp(34px, 4vw, 52px);
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    width: min(1320px, 100%);
    margin-right: auto;
    margin-left: auto;
}

.home-blog-heading p {
    margin: 0 0 13px;
    color: var(--accent-color);
    font-size: 0.76rem;
    font-weight: 750;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.home-blog-heading h2 {
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    font-weight: 500;
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.home-blog-heading > a {
    display: inline-flex;
    min-height: 46px;
    padding: 0 17px;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(7, 25, 32, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
    font-size: 0.86rem;
    font-weight: 650;
    transition:
        border-color 0.3s ease,
        color 0.3s ease,
        transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.home-blog-heading > a:hover,
.home-blog-heading > a:focus-visible {
    border-color: var(--accent-color);
    color: var(--accent-color);
    outline: none;
    transform: translateY(-3px);
}

.home-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: min(1320px, 100%);
    margin: 0 auto;
}

.home-blog-grid[hidden] {
    display: none !important;
}

.home-blog-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.66), rgba(235, 249, 253, 0.38));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.96),
        inset 0 -1px 0 rgba(207, 32, 48, 0.06),
        0 18px 42px rgba(7, 16, 21, 0.1);
    backdrop-filter: blur(22px) saturate(1.22);
    -webkit-backdrop-filter: blur(22px) saturate(1.22);
    transition:
        border-color 0.3s ease,
        box-shadow 0.4s ease,
        transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.home-blog-card:hover,
.home-blog-card:focus-visible {
    border-color: rgba(207, 32, 48, 0.28);
    box-shadow: 0 24px 52px rgba(7, 16, 21, 0.13);
    outline: none;
    transform: translateY(-7px);
}

.home-blog-card--featured {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    min-height: 400px;
}

.home-blog-media {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    background: #dce5e8;
}

.home-blog-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 66%;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(246, 252, 253, 0.12) 18%,
        rgba(246, 252, 253, 0.44) 48%,
        rgba(246, 252, 253, 0.8) 76%,
        rgba(246, 252, 253, 0.98) 100%
    );
    pointer-events: none;
}

.home-blog-card--featured .home-blog-media::after {
    inset: 0 0 0 auto;
    width: 58%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(244, 251, 252, 0.12) 18%,
        rgba(244, 251, 252, 0.42) 48%,
        rgba(244, 251, 252, 0.8) 76%,
        rgba(244, 251, 252, 0.98) 100%
    );
}

.home-blog-card--featured .home-blog-media {
    min-height: 400px;
}

.home-blog-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-blog-card:hover .home-blog-media img,
.home-blog-card:focus-visible .home-blog-media img {
    transform: scale(1.045);
}

.home-blog-content {
    display: flex;
    min-width: 0;
    padding: 24px;
    flex: 1;
    flex-direction: column;
}

.home-blog-card--featured .home-blog-content {
    position: relative;
    z-index: 2;
    margin-left: -90px;
    padding: clamp(34px, 5vw, 68px);
    padding-left: calc(clamp(34px, 5vw, 68px) + 90px);
}

.home-blog-content h3 {
    margin: 18px 0 13px;
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.home-blog-card--featured .home-blog-content h3 {
    max-width: 18ch;
    font-size: clamp(2rem, 3.8vw, 3.8rem);
    line-height: 1.04;
}

.home-blog-content > p {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.9rem;
    line-height: 1.55;
}

.home-blog-card--featured .home-blog-content > p {
    max-width: 55ch;
    font-size: 1rem;
}

.home-blog-content footer {
    display: flex;
    margin-top: auto;
    padding-top: 28px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: rgba(17, 17, 17, 0.56);
    font-size: 0.7rem;
}

.home-blog-content footer span::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 7px;
    border-radius: 50%;
    background: var(--accent-color);
    vertical-align: 1px;
}

.home-blog-content footer strong {
    color: var(--text-primary);
    font-weight: 650;
}

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

    .home-blog-card--featured {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .home-blog-area {
        margin-top: 18px;
        padding: 52px 14px;
    }

    .home-blog-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-blog-heading h2 {
        font-size: clamp(2.5rem, 13vw, 3.8rem);
    }

    .home-blog-grid {
        grid-template-columns: 1fr;
    }

    .home-blog-card--featured {
        display: flex;
        min-height: 0;
    }

    .home-blog-card--featured .home-blog-media {
        min-height: 240px;
    }

    .home-blog-card--featured .home-blog-content {
        margin-left: 0;
        padding: 26px 22px;
    }

    .home-blog-card--featured .home-blog-media::after {
        inset: auto 0 0;
        width: 100%;
        height: 66%;
        background: linear-gradient(
            180deg,
            transparent 0%,
            rgba(246, 252, 253, 0.12) 18%,
            rgba(246, 252, 253, 0.44) 48%,
            rgba(246, 252, 253, 0.8) 76%,
            rgba(246, 252, 253, 0.98) 100%
        );
    }

    .home-blog-card--featured .home-blog-content h3 {
        font-size: clamp(1.8rem, 9vw, 2.6rem);
    }
}

.site-footer {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background: #f1f3f3;
}

.footer-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(24px, 3vw, 44px);
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 8% 18%, rgba(207, 32, 48, 0.2), transparent 32%),
        radial-gradient(circle at 92% 76%, rgba(207, 32, 48, 0.25), transparent 34%),
        linear-gradient(135deg, #f4f7ff 0%, #f7f7f7 52%, #ffffff 100%);
    box-shadow: inset 0 1px 0 #ffffff;
}

.footer-cta {
    max-width: 780px;
    margin: 0 auto;
    padding: clamp(58px, 8vw, 108px) 20px clamp(64px, 8vw, 104px);
    text-align: center;
}

.footer-cta > p {
    margin: 0 0 16px;
    color: var(--accent-color);
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.footer-cta h2 {
    margin: 0;
    font-size: clamp(2.8rem, 6vw, 5.8rem);
    font-weight: 500;
    line-height: 0.94;
    letter-spacing: -0.065em;
}

.footer-title-line {
    display: block;
    white-space: nowrap;
}

.footer-cta > span {
    display: block;
    max-width: 55ch;
    margin: 26px auto 0;
    color: var(--text-secondary);
    font-size: clamp(0.98rem, 1.25vw, 1.1rem);
    line-height: 1.6;
}

.footer-cta-actions {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    gap: 12px;
}

.footer-cta-primary,
.footer-cta-secondary {
    display: inline-flex;
    min-height: 52px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease,
        box-shadow 0.35s ease,
        transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.footer-cta-primary {
    gap: 16px;
    background: #071920;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(7, 25, 32, 0.2);
}

.footer-cta-secondary {
    border: 1px solid rgba(7, 25, 32, 0.16);
    background: rgba(255, 255, 255, 0.74);
}

.footer-cta-primary:hover,
.footer-cta-primary:focus-visible,
.footer-cta-secondary:hover,
.footer-cta-secondary:focus-visible {
    outline: none;
    transform: translateY(-4px);
}

.footer-cta-primary:hover,
.footer-cta-primary:focus-visible {
    background: var(--accent-color);
    box-shadow: 0 18px 34px rgba(207, 32, 48, 0.26);
}

.footer-cta-secondary:hover,
.footer-cta-secondary:focus-visible {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

.footer-content {
    display: grid;
    grid-template-columns: minmax(240px, 1.2fr) minmax(150px, 0.65fr) minmax(150px, 0.65fr) minmax(260px, 1.05fr);
    gap: clamp(34px, 5vw, 76px);
    padding: clamp(34px, 5vw, 68px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow:
        inset 0 1px 0 #ffffff,
        0 18px 48px rgba(7, 16, 21, 0.07);
    backdrop-filter: blur(18px) saturate(1.18);
    -webkit-backdrop-filter: blur(18px) saturate(1.18);
}

.footer-brand {
    display: inline-block;
}

.footer-brand img {
    display: block;
    width: 150px;
    height: auto;
}

.footer-brand-column p {
    max-width: 38ch;
    margin: 26px 0 0;
    color: var(--text-secondary);
    font-size: 0.92rem;
    line-height: 1.7;
}

.footer-link-column,
.footer-contact-column {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    font-style: normal;
}

.footer-link-column h3,
.footer-contact-column h3 {
    margin: 3px 0 22px;
    color: rgba(17, 17, 17, 0.52);
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-link-column a {
    position: relative;
    margin: 0 0 13px;
    font-size: 0.88rem;
    font-weight: 520;
    transition: color 0.25s ease, transform 0.3s ease;
}

.footer-link-column a:hover,
.footer-link-column a:focus-visible {
    color: var(--accent-color);
    outline: none;
    transform: translateX(4px);
}

.footer-contact-column a {
    display: flex;
    margin-bottom: 17px;
    align-items: flex-start;
    gap: 11px;
    color: var(--text-secondary);
    font-size: 0.86rem;
    line-height: 1.55;
    transition: color 0.25s ease;
}

.footer-contact-column a:hover,
.footer-contact-column a:focus-visible {
    color: var(--accent-color);
    outline: none;
}

.footer-contact-column svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    fill: none;
    stroke: var(--accent-color);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-bottom {
    display: flex;
    padding: 24px 10px 2px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: rgba(17, 17, 17, 0.5);
    font-size: 0.74rem;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom div {
    display: flex;
    gap: 20px;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
    color: var(--accent-color);
    outline: none;
}

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

@media (max-width: 640px) {
    .site-footer {
        padding: 0;
    }

    .footer-shell {
        padding: 10px;
        border-radius: 0;
    }

    .footer-cta {
        padding: 58px 14px 64px;
    }

    .footer-cta h2 {
        font-size: clamp(2.7rem, 14vw, 4.2rem);
    }

    .footer-cta .footer-title-two-lines {
        font-size: clamp(1.85rem, 9vw, 3rem);
    }

    .footer-cta-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 34px 24px;
        border-radius: 21px;
    }

    .footer-brand-column p {
        margin-top: 20px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 20px 10px 6px;
    }
}

.service-card-body {
    position: relative;
    display: flex;
    min-height: 230px;
    padding: 26px;
    flex: 1;
    flex-direction: column;
}

.service-card-body h3 {
    margin: 0 0 16px;
    font-size: clamp(1.35rem, 2vw, 1.78rem);
    font-weight: 550;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.service-card-body p {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.96rem;
    line-height: 1.62;
}

.service-card-learn-more {
    position: relative;
    display: inline-flex;
    width: max-content;
    margin-top: auto;
    padding: 24px 22px 5px 0;
    border: 0;
    background: transparent;
    color: var(--text-primary);
    font-size: 0.9rem;
    font-weight: 650;
    cursor: pointer;
}

.service-card-learn-more::before {
    content: "";
    position: absolute;
    right: 2px;
    bottom: 7px;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.service-card-learn-more::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: calc(100% - 22px);
    height: 2px;
    background: linear-gradient(90deg, #cf2030, #000000, #64666a);
    transform-origin: left;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.service-card-learn-more:hover,
.service-card-learn-more:focus-visible {
    color: var(--accent-color);
    outline: none;
}

.service-card-learn-more:hover::before,
.service-card-learn-more:focus-visible::before {
    transform: translateX(4px) rotate(45deg);
}

.service-card-learn-more:hover::after,
.service-card-learn-more:focus-visible::after {
    transform: scaleX(0.62);
}

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

@media (max-width: 640px) {
    .home-services {
        margin-top: 18px;
        padding: 56px 14px;
    }

    .home-services-heading {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .home-services-summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .home-services-heading h2 {
        font-size: clamp(2.25rem, 12vw, 3.5rem);
    }

    .services-card-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        border-radius: 20px;
    }

    .service-card-body {
        min-height: 210px;
        padding: 24px 22px 25px;
    }

    .contact-banner {
        min-height: 720px;
        margin-top: 18px;
        padding: 24px 14px;
    }

    .contact-banner-image {
        object-position: 52% center;
    }

    .contact-banner-panel {
        padding: 42px 24px;
        border-radius: 26px;
    }

    .contact-banner-panel h2 {
        font-size: clamp(2.7rem, 15vw, 4.2rem);
    }

    .contact-banner-button {
        min-height: 56px;
    }
}

.project-showcase-area {
    position: relative;
    min-height: clamp(700px, 88vh, 920px);
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid rgba(120, 205, 242, 0.16);
    border-radius: 34px;
    background:
        radial-gradient(circle at 50% 50%, rgba(207, 32, 48, 0.2), transparent 29%),
        radial-gradient(circle at 12% 15%, rgba(207, 32, 48, 0.12), transparent 28%),
        linear-gradient(145deg, #071920 0%, #041116 55%, #061b25 100%);
    box-shadow: 0 34px 80px rgba(7, 16, 21, 0.2);
    isolation: isolate;
}

.project-showcase-area::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: radial-gradient(circle at center, #000, transparent 76%);
    pointer-events: none;
}

.project-splash-layer {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.project-splash-card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(132px, 15.5vw, 232px);
    aspect-ratio: 3 / 2;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    background: #102833;
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.44);
    opacity: 0;
    filter: blur(5px) brightness(0.75);
    transform: translate(-50%, -50%) rotate(0deg) scale(0.12);
    transform-origin: center;
    will-change: top, left, opacity, transform;
    pointer-events: none;
    cursor: pointer;
    transition:
        top 1s cubic-bezier(0.16, 1, 0.3, 1),
        left 1s cubic-bezier(0.16, 1, 0.3, 1),
        opacity 0.34s ease,
        filter 0.7s ease,
        transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.project-splash-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-showcase-area.is-open .project-splash-card {
    top: var(--target-top);
    left: var(--target-left);
    opacity: 1;
    filter: blur(0) brightness(1);
    transform: translate(-50%, -50%) rotate(var(--target-rotation)) scale(1);
    transition-delay: var(--splash-delay);
    pointer-events: auto;
}

.project-showcase-area.is-open .project-splash-card:hover,
.project-showcase-area.is-open .project-splash-card:focus-visible {
    z-index: 4;
    border-color: rgba(207, 32, 48, 0.92);
    box-shadow:
        0 26px 52px rgba(0, 0, 0, 0.52),
        0 0 0 3px rgba(207, 32, 48, 0.2);
    outline: none;
    transform: translate(-50%, -50%) rotate(var(--target-rotation)) scale(1.06);
    transition-delay: 0ms;
}

.showcase-folder-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 6;
    display: grid;
    width: clamp(138px, 14vw, 190px);
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-tap-highlight-color: transparent;
}

.showcase-folder-button:hover {
    transform: translate(-50%, -50%) scale(1.05);
}

.showcase-folder-button:active {
    transform: translate(-50%, -50%) scale(0.98);
}

.showcase-folder-button:focus-visible {
    outline: 3px solid #cf2030;
    outline-offset: 10px;
    border-radius: 24px;
}

.showcase-folder-glow {
    position: absolute;
    inset: 18% 2% 10%;
    z-index: -1;
    border-radius: 50%;
    background: rgba(207, 32, 48, 0.3);
    filter: blur(30px);
    opacity: 0.56;
    transform: scale(0.88);
    transition:
        opacity 0.4s ease,
        transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.showcase-folder-button:hover .showcase-folder-glow,
.project-showcase-area.is-open .showcase-folder-glow {
    opacity: 0.95;
    transform: scale(1.18);
}

.showcase-folder-visual {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.42));
    animation: showcase-folder-float 3.6s ease-in-out infinite;
}

.showcase-folder-label {
    margin-top: -5px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7);
}

@keyframes showcase-folder-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.project-detail-page {
    background:
        radial-gradient(circle at 85% 15%, rgba(207, 32, 48, 0.13), transparent 28%),
        var(--page-bg);
}

.about-story {
    display: grid;
    grid-template-columns: minmax(130px, 0.42fr) minmax(0, 1.45fr) minmax(130px, 0.42fr);
    gap: clamp(34px, 6vw, 92px);
    width: min(1280px, 100%);
    margin: 28px auto 0;
    padding: clamp(90px, 11vw, 160px) clamp(10px, 3vw, 38px);
    align-items: start;
}

.about-story-content {
    max-width: 740px;
    margin: 0 auto;
}

.about-story-content h2 {
    margin: 0 0 clamp(28px, 4vw, 48px);
    font-size: clamp(2.6rem, 5.4vw, 5.4rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.06em;
    text-wrap: balance;
}

.about-story-content p {
    max-width: 63ch;
    margin: 0;
    color: var(--text-secondary);
    font-size: clamp(1rem, 1.45vw, 1.22rem);
    line-height: 1.7;
}

.about-story-content p + p {
    margin-top: 18px;
}

.about-story-cta {
    display: inline-flex;
    min-height: 54px;
    margin-top: 34px;
    padding: 0 21px;
    align-items: center;
    gap: 22px;
    border-radius: 999px;
    background: #071920;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 14px 32px rgba(7, 25, 32, 0.18);
    transition:
        background-color 0.3s ease,
        box-shadow 0.35s ease,
        transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.about-story-cta:hover,
.about-story-cta:focus-visible {
    background: var(--accent-color);
    box-shadow: 0 20px 38px rgba(207, 32, 48, 0.25);
    outline: none;
    transform: translateY(-4px);
}

.about-story-rail {
    display: grid;
    gap: 22px;
    color: rgba(17, 17, 17, 0.55);
    font-size: 0.7rem;
    letter-spacing: 0.04em;
}

.about-story-rail--right {
    padding-top: clamp(62px, 8vw, 110px);
}

.about-story-rail--right span {
    text-align: right;
}

.about-story-rail figure {
    margin: 0;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    background: #dce8ec;
    box-shadow: 0 14px 34px rgba(7, 16, 21, 0.12);
}

.about-story-rail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.75) contrast(1.03);
    transition:
        filter 0.45s ease,
        transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-story-rail:hover img {
    filter: saturate(1) contrast(1);
    transform: scale(1.05);
}

.awards-area {
    position: relative;
    width: 100vw;
    margin-top: 28px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: clamp(78px, 9vw, 132px) 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 8%, rgba(207, 32, 48, 0.13), transparent 27%),
        radial-gradient(circle at 92% 84%, rgba(54, 163, 82, 0.1), transparent 27%),
        linear-gradient(145deg, #f7f7f7 0%, #ffffff 52%, #f7f7f7 100%);
    isolation: isolate;
}

.awards-page .awards-area {
    margin-top: 0;
    padding-top: clamp(130px, 14vw, 190px);
}

.awards-page-heading {
    width: min(1280px, 100%);
    margin: 0 auto clamp(50px, 7vw, 90px);
}

.awards-page-heading > p {
    margin: 0 0 18px;
    color: var(--accent-color);
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.awards-page-heading h1 {
    max-width: 15ch;
    margin: 0;
    color: #293f91;
    font-size: clamp(3rem, 7vw, 6.8rem);
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: -0.06em;
    text-wrap: balance;
}

.awards-area::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(207, 32, 48, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(207, 32, 48, 0.055) 1px, transparent 1px);
    background-size: 56px 56px;
    -webkit-mask-image: radial-gradient(circle at center, #000, transparent 88%);
    mask-image: radial-gradient(circle at center, #000, transparent 88%);
    pointer-events: none;
}

.awards-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
    gap: clamp(38px, 7vw, 100px);
    width: min(1280px, 100%);
    margin: 0 auto clamp(46px, 6vw, 78px);
    align-items: end;
}

.awards-heading > div > p {
    margin: 0 0 16px;
    color: var(--accent-color);
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.awards-heading h2 {
    max-width: 17ch;
    margin: 0;
    font-size: clamp(2.7rem, 5.4vw, 5.4rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.06em;
    color: #293f91;
}

.awards-heading > .awards-heading-copy > p {
    max-width: 63ch;
    margin: 0;
    color: #000000;
    font-size: clamp(1rem, 1.45vw, 1.22rem);
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.7;
    text-transform: none;
}

.awards-visual-carousel {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-bottom: clamp(50px, 7vw, 90px);
    margin-left: calc(50% - 50vw);
    padding: 20px 0 36px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.awards-visual-track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: awards-visual-marquee 42s linear infinite;
}

.awards-visual-carousel:hover .awards-visual-track {
    animation-play-state: paused;
}

.awards-visual-group {
    display: flex;
    flex: 0 0 auto;
    gap: 18px;
    padding-right: 18px;
    align-items: center;
}

.awards-visual-card {
    position: relative;
    flex: 0 0 auto;
    width: clamp(250px, 23vw, 340px);
    height: clamp(210px, 19vw, 280px);
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 20px;
    background: #dce7eb;
    box-shadow: 0 20px 48px rgba(7, 16, 21, 0.13);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.awards-visual-card--wide {
    width: clamp(320px, 30vw, 450px);
}

.awards-visual-card--tall {
    width: clamp(220px, 19vw, 280px);
    height: clamp(240px, 22vw, 320px);
}

.awards-visual-card:nth-child(2),
.awards-visual-card:nth-child(5) {
    transform: translateY(14px);
}

.awards-visual-card:nth-child(3) {
    transform: translateY(-12px);
}

.awards-visual-card:hover {
    transform: translateY(-8px) scale(1.018);
}

.awards-visual-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.awards-visual-card:hover img {
    transform: scale(1.045);
}

.awards-visual-card::after {
    content: "";
    position: absolute;
    inset: 50% 0 0;
    background: linear-gradient(180deg, transparent, rgba(2, 15, 20, 0.62));
    pointer-events: none;
}

.awards-visual-card figcaption {
    position: absolute;
    bottom: 14px;
    left: 14px;
    z-index: 2;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: #10181c;
    font-size: 0.66rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

@keyframes awards-visual-marquee {
    to {
        transform: translateX(-50%);
    }
}

.award-featured-card {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    width: min(1280px, 100%);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.68);
    box-shadow:
        inset 0 1px 0 #ffffff,
        0 28px 70px rgba(7, 16, 21, 0.12);
    backdrop-filter: blur(20px) saturate(1.18);
    -webkit-backdrop-filter: blur(20px) saturate(1.18);
}

.award-featured-media {
    position: relative;
    min-height: 620px;
    margin: 0;
    overflow: hidden;
}

.award-featured-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 54%, rgba(3, 17, 22, 0.5));
    pointer-events: none;
}

.award-featured-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.award-featured-card:hover .award-featured-media img {
    transform: scale(1.035);
}

.award-featured-media span {
    position: absolute;
    bottom: 22px;
    left: 22px;
    z-index: 2;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 999px;
    background: rgba(3, 18, 24, 0.5);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    backdrop-filter: blur(10px);
}

.award-featured-content {
    padding: clamp(38px, 5vw, 70px);
}

.award-card-number {
    margin: 0 0 22px;
    color: var(--accent-color);
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.award-featured-content > h3 {
    max-width: 15ch;
    margin: 0 0 26px;
    font-size: clamp(2.2rem, 4vw, 4rem);
    font-weight: 550;
    line-height: 1;
    letter-spacing: -0.055em;
    color: #293f91;
}

.award-featured-content > p:not(.award-card-number) {
    margin: 0;
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.68;
}

.award-featured-content strong,
.award-recognition-card strong {
    color: var(--text-primary);
    font-weight: 700;
}

.award-year-timeline {
    display: grid;
    margin-top: 38px;
    border-top: 1px solid rgba(207, 32, 48, 0.15);
}

.award-year-timeline article {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(207, 32, 48, 0.12);
}

.award-year-timeline time {
    color: var(--accent-color);
    font-size: 1.18rem;
    font-weight: 750;
}

.award-year-timeline p {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.88rem;
    line-height: 1.55;
}

.award-recognition-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    width: min(1280px, 100%);
    margin: 20px auto 0;
}

.award-recognition-card {
    overflow: hidden;
    min-height: 390px;
    border: 1px solid rgba(207, 32, 48, 0.18);
    border-radius: 26px;
    background:
        radial-gradient(circle at 90% 8%, rgba(207, 32, 48, 0.2), transparent 28%),
        rgba(255, 255, 255, 0.64);
    box-shadow: 0 20px 50px rgba(7, 16, 21, 0.08);
    backdrop-filter: blur(18px);
}

.award-recognition-media {
    height: clamp(240px, 28vw, 390px);
    margin: 0 0 clamp(30px, 4vw, 48px);
    overflow: hidden;
}

.award-recognition-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.award-recognition-card:hover .award-recognition-media img {
    transform: scale(1.035);
}

.award-recognition-card--green {
    border-color: rgba(54, 163, 82, 0.18);
    background:
        radial-gradient(circle at 90% 8%, rgba(54, 163, 82, 0.17), transparent 28%),
        rgba(255, 255, 255, 0.64);
}

.award-recognition-card header {
    display: flex;
    padding: 0 clamp(30px, 4vw, 48px);
    margin-bottom: 56px;
    align-items: center;
    justify-content: space-between;
    color: var(--accent-color);
    font-size: 0.74rem;
    font-weight: 750;
}

.award-recognition-card header span:last-child {
    font-size: 1.1rem;
}

.award-recognition-card h3 {
    max-width: 19ch;
    margin: 0 clamp(30px, 4vw, 48px) 24px;
    font-size: clamp(1.65rem, 2.8vw, 2.75rem);
    font-weight: 550;
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.award-recognition-card p {
    margin: 0 clamp(30px, 4vw, 48px) clamp(30px, 4vw, 48px);
    color: var(--text-secondary);
    font-size: 0.94rem;
    line-height: 1.62;
}

.award-recognition-card p + p {
    margin-top: 14px;
}

.awards-trust-statement {
    display: grid;
    grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
    gap: clamp(34px, 7vw, 100px);
    width: min(1280px, 100%);
    margin: 20px auto 0;
    padding: clamp(48px, 7vw, 86px);
    border-radius: 28px;
    background: linear-gradient(135deg, #071b24, #073143);
    color: #ffffff;
}

.awards-trust-statement > p {
    margin: 5px 0 0;
    color: #cf2030;
    font-size: 0.76rem;
    font-weight: 750;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.awards-trust-statement h3 {
    max-width: 18ch;
    margin: 0 0 25px;
    font-size: clamp(2rem, 3.7vw, 3.8rem);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.awards-trust-statement div > p {
    max-width: 65ch;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.98rem;
    line-height: 1.68;
}

.awards-trust-statement div > p + p {
    margin-top: 14px;
}

@media (max-width: 760px) {
    .about-story {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 74px 8px;
    }

    .about-story-content {
        grid-row: 1;
    }

    .about-story-content h2 {
        font-size: clamp(2.6rem, 13vw, 4.2rem);
    }

    .about-story-rail {
        display: none;
    }

    .awards-area {
        margin-top: 18px;
        padding: 70px 14px;
    }

    .awards-heading {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .awards-heading h2 {
        font-size: clamp(2.55rem, 12vw, 4rem);
    }

    .award-featured-card {
        grid-template-columns: 1fr;
        border-radius: 22px;
    }

    .awards-visual-carousel {
        padding-top: 8px;
        -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
        mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
    }

    .awards-visual-group {
        gap: 12px;
        padding-right: 12px;
    }

    .awards-visual-card {
        width: 230px;
        height: 190px;
        border-radius: 16px;
    }

    .awards-visual-card--wide {
        width: 290px;
    }

    .awards-visual-card--tall {
        width: 205px;
        height: 220px;
    }

    .award-featured-media {
        min-height: 330px;
    }

    .award-featured-content {
        padding: 32px 22px;
    }

    .award-year-timeline article {
        grid-template-columns: 58px 1fr;
        gap: 12px;
    }

    .award-recognition-grid {
        grid-template-columns: 1fr;
    }

    .award-recognition-card {
        min-height: 0;
        border-radius: 21px;
    }

    .award-recognition-media {
        height: 260px;
        margin-bottom: 32px;
    }

    .award-recognition-card header {
        padding: 0 22px;
        margin-bottom: 42px;
    }

    .award-recognition-card h3 {
        margin-right: 22px;
        margin-left: 22px;
    }

    .award-recognition-card p {
        margin-right: 22px;
        margin-bottom: 32px;
        margin-left: 22px;
    }

    .awards-trust-statement {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 46px 24px;
        border-radius: 22px;
    }

}

.blog-page {
    background: #ffffff;
}

.blog-page-main {
    width: min(1200px, 100%);
    margin: 0 auto;
    padding: clamp(52px, 7vw, 104px) 32px 100px;
}

.blog-page-heading {
    position: relative;
    min-height: 190px;
    margin-bottom: clamp(42px, 6vw, 80px);
    text-align: center;
}

.blog-page-eyebrow {
    margin: 0 0 14px;
    color: var(--accent-color);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.blog-page-heading h1 {
    margin: 0;
    font-size: clamp(3.2rem, 7vw, 6.6rem);
    font-weight: 450;
    line-height: 0.96;
    letter-spacing: -0.065em;
}

.blog-search-form {
    position: absolute;
    top: 0;
    right: 0;
    width: min(250px, 100%);
    text-align: left;
}

.blog-search-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.8rem;
}

.blog-search-control {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #9ba3a7;
}

.blog-search-input {
    width: 100%;
    min-width: 0;
    height: 38px;
    padding: 4px 6px 6px 0;
    border: 0;
    background: transparent;
    color: var(--text-primary);
    font: inherit;
    outline: none;
}

.blog-search-control:focus-within {
    border-color: var(--accent-color);
    box-shadow: 0 2px 0 var(--accent-color);
}

.blog-search-control button {
    display: grid;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.blog-search-control svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.blog-feed {
    display: grid;
    gap: clamp(70px, 9vw, 122px);
}

.blog-card {
    display: grid;
    grid-template-columns: minmax(280px, 350px) minmax(0, 1fr);
    gap: clamp(28px, 4vw, 54px);
    align-items: start;
}

.blog-card-media {
    position: sticky;
    top: 120px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border-radius: 22px;
    background: var(--page-bg);
}

.blog-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-card:hover .blog-card-media img {
    transform: scale(1.035);
}

.activity-story-graphic {
    display: flex;
    padding: 28px;
    align-items: flex-end;
    justify-content: space-between;
    background:
        radial-gradient(circle at 18% 18%, rgba(207, 32, 48, 0.82) 0 13%, transparent 13.5%),
        linear-gradient(145deg, #292929, #000000);
    color: #ffffff;
}

.activity-story-graphic .material-symbols-outlined {
    font-size: clamp(2.7rem, 5vw, 4.8rem);
    font-variation-settings:
        "FILL" 1,
        "wght" 500,
        "GRAD" 0,
        "opsz" 48;
}

.activity-story-graphic strong {
    font-size: clamp(1.4rem, 2.5vw, 2.5rem);
    font-weight: 520;
    letter-spacing: -0.05em;
}

.blog-card-content {
    min-width: 0;
}

.blog-card-meta {
    display: flex;
    min-height: 42px;
    margin-bottom: 24px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.blog-card-meta time,
.blog-card-category {
    font-size: 0.92rem;
    white-space: nowrap;
}

.blog-share {
    display: flex;
    gap: 8px;
}

.blog-share button {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 1px solid #22292c;
    border-radius: 50%;
    background: #ffffff;
    color: #111719;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition:
        color 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease,
        transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-share button i {
    line-height: 1;
    pointer-events: none;
}

.blog-share button:hover,
.blog-share button:focus-visible,
.blog-share button.is-copied {
    border-color: var(--accent-color);
    background: var(--accent-color);
    color: #ffffff;
    outline: none;
    transform: translateY(-3px);
}

.blog-card-title {
    max-width: 19ch;
    margin: 0 0 24px;
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    font-weight: 450;
    line-height: 1.1;
    letter-spacing: -0.045em;
}

.blog-card-content > p,
.blog-extended-copy p {
    max-width: 62ch;
    margin: 0;
    color: var(--text-secondary);
    font-size: clamp(1rem, 1.3vw, 1.12rem);
    line-height: 1.62;
}

.blog-article-link {
    display: inline-flex;
    margin-top: 25px;
    padding: 12px 17px;
    border: 1px solid rgba(207, 32, 48, 0.25);
    border-radius: 999px;
    align-items: center;
    gap: 10px;
    color: var(--accent-color);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: color 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

.blog-article-link:hover,
.blog-article-link:focus-visible {
    border-color: var(--accent-color);
    color: #ffffff;
    background: var(--accent-color);
    outline: none;
    transform: translateY(-2px);
}

.blog-article-link i {
    font-size: 0.72rem;
}

.blog-extended-copy {
    margin-top: 14px;
    transform-origin: top center;
}

.blog-extended-copy.is-animating {
    overflow: hidden;
    will-change: height, opacity, transform;
}

.blog-extended-copy p + p {
    margin-top: 14px;
}

.blog-learn-more {
    position: relative;
    display: inline-flex;
    margin-top: 26px;
    padding: 6px 24px 7px 0;
    align-items: center;
    gap: 14px;
    border: 0;
    background: transparent;
    color: var(--text-primary);
    font-weight: 550;
    cursor: pointer;
}

.blog-learn-more::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: calc(100% - 24px);
    height: 2px;
    background: linear-gradient(90deg, #cf2030, #000000, #64666a);
    transform-origin: left;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-learn-more:hover::after,
.blog-learn-more:focus-visible::after {
    transform: scaleX(0.55);
}

.blog-learn-more:focus-visible {
    outline: 2px solid var(--accent-color);
    outline-offset: 5px;
}

.blog-learn-more b {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 0;
    transition: transform 0.3s ease;
}

.blog-learn-more[aria-expanded="true"] b {
    transform: rotate(90deg);
}

.blog-empty-state {
    margin: 40px auto;
    color: var(--text-secondary);
    font-size: 1.1rem;
    text-align: center;
}

.nav-item.nav-link-active .nav-button {
    color: var(--accent-color);
}

@media (max-width: 900px) {
    .blog-page-heading {
        min-height: 230px;
    }

    .blog-search-form {
        top: auto;
        right: 50%;
        bottom: 0;
        transform: translateX(50%);
    }

    .blog-card {
        grid-template-columns: minmax(210px, 0.8fr) minmax(0, 1.2fr);
    }

    .blog-card-meta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .blog-page-main {
        padding: 46px 16px 70px;
    }

    .blog-page-heading {
        min-height: 210px;
        margin-bottom: 50px;
    }

    .blog-page-heading h1 {
        font-size: clamp(3.1rem, 17vw, 4.8rem);
    }

    .blog-card {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .blog-card-media {
        position: relative;
        top: auto;
        border-radius: 16px;
    }

    .blog-card-meta {
        min-height: 0;
        margin-bottom: 20px;
        flex-direction: row;
        align-items: center;
    }

    .blog-share {
        gap: 4px;
    }

    .blog-share button {
        width: 31px;
        height: 31px;
        font-size: 0.7rem;
    }

    .blog-card-title {
        font-size: clamp(1.75rem, 8vw, 2.35rem);
    }
}

.project-detail-main {
    width: min(1400px, 100%);
    margin: 0 auto;
    padding: clamp(42px, 6vw, 84px) 28px 72px;
}

.project-detail-hero {
    color: var(--text-primary);
}

.project-back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: clamp(38px, 6vw, 72px);
    color: var(--accent-color);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.project-back-link::before {
    content: "←";
    font-size: 1.2rem;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.project-back-link:hover::before,
.project-back-link:focus-visible::before {
    transform: translateX(-5px);
}

.project-back-link:focus-visible {
    outline: 2px solid var(--accent-color);
    outline-offset: 6px;
    border-radius: 4px;
}

.project-detail-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: end;
    margin-bottom: clamp(30px, 4vw, 52px);
}

.project-detail-kicker {
    margin: 0 0 14px;
    color: var(--accent-color);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.project-detail-title {
    margin: 0;
    font-size: clamp(2.5rem, 7vw, 7rem);
    font-weight: 500;
    line-height: 0.92;
    letter-spacing: -0.06em;
}

.project-detail-count {
    margin: 0;
    color: rgba(17, 17, 17, 0.48);
    font-size: clamp(1rem, 1.5vw, 1.3rem);
    font-weight: 600;
    letter-spacing: 0.08em;
}

.project-detail-media {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(207, 32, 48, 0.16);
    border-radius: clamp(18px, 2.6vw, 34px);
    background: #071920;
    box-shadow: 0 30px 75px rgba(7, 16, 21, 0.2);
}

.project-detail-media img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 280px;
    object-fit: cover;
}

.project-detail-navigation {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.project-detail-navigation a {
    display: flex;
    min-height: 74px;
    padding: 18px 22px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(207, 32, 48, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    font-weight: 650;
    backdrop-filter: blur(12px);
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease,
        transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.project-detail-navigation a:hover,
.project-detail-navigation a:focus-visible {
    border-color: var(--accent-color);
    background: #ffffff;
    color: var(--accent-color);
    outline: none;
    transform: translateY(-3px);
}

.project-next-link {
    text-align: right;
}

@media (max-width: 640px) {
    .project-detail-main {
        padding: 34px 14px 46px;
    }

    .project-detail-heading {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .project-detail-title {
        font-size: clamp(2.7rem, 15vw, 4.4rem);
    }

    .project-detail-media img {
        min-height: 210px;
    }

    .project-detail-navigation {
        grid-template-columns: 1fr;
    }
}

.hero {
    position: relative;
    min-height: clamp(560px, 74vh, 760px);
    padding: 0;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 34px 80px rgba(7, 16, 21, 0.22);
    isolation: isolate;
}

.hero-stage {
    position: relative;
    min-height: inherit;
    display: flex;
    align-items: stretch;
    --spotlight-x: 72%;
    --spotlight-y: 34%;
}

.hero-background-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    --image-x: 0px;
    --image-y: 0px;
    transform: scale(1.08) translate3d(var(--image-x), var(--image-y), 0);
    filter: saturate(0.96) brightness(0.68) blur(12px);
    opacity: 0.3;
    transition:
        transform 1.8s cubic-bezier(0.22, 1, 0.36, 1),
        filter 1.5s ease,
        opacity 1.5s ease;
}

.hero-background-video {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #000000;
    pointer-events: none;
}

.hero-background-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: max(100%, 177.78vh);
    height: max(100%, 56.25vw);
    border: 0;
    transform: translate(-50%, -50%) scale(1.02);
}

.expo-page-video-hero .hero-background-video,
.expo-page-video-hero .hero-background-video iframe,
.magazines-video-hero .hero-background-video,
.magazines-video-hero .hero-background-video iframe {
    pointer-events: none !important;
    user-select: none;
    -webkit-user-select: none;
}

.magazines-video-hero .hero-background-video {
    background:
        linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),
        url("https://i.ytimg.com/vi/NxcqqPUdPWs/maxresdefault.jpg") center / cover no-repeat;
}

.magazines-video-hero .hero-background-video iframe {
    opacity: 0;
    transition: opacity 1s ease;
}

.magazines-video-hero.is-clean-video-ready .hero-background-video iframe {
    opacity: 1;
}

.hero.is-loaded .hero-background-image {
    transform: scale(1.02) translate3d(var(--image-x), var(--image-y), 0);
    filter: saturate(1.04) brightness(0.9) blur(0);
    opacity: 1;
}

.hero-grid-overlay,
.hero-gradient-overlay,
.hero-light-sweep,
.hero-particle-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-grid-overlay {
    z-index: 1;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 76px 76px;
    opacity: 0.16;
}

.hero-gradient-overlay {
    z-index: 2;
    background:
        radial-gradient(circle at var(--spotlight-x) var(--spotlight-y), rgba(207, 32, 48, 0.22), transparent 28%),
        linear-gradient(93deg, rgba(2, 8, 11, 0.92) 0%, rgba(3, 11, 15, 0.82) 34%, rgba(5, 15, 20, 0.38) 62%, rgba(5, 15, 20, 0.08) 100%),
        linear-gradient(180deg, rgba(5, 15, 20, 0.05) 0%, rgba(5, 15, 20, 0.28) 100%);
}

.hero-light-sweep {
    top: -24%;
    bottom: -24%;
    left: -52%;
    width: 38%;
    z-index: 3;
    opacity: 0;
    filter: blur(6px);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.12) 48%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg) translateX(0);
}

.hero.is-loaded .hero-light-sweep {
    opacity: 0.7;
}

.hero.is-sweeping .hero-light-sweep {
    animation: heroSweep 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s both;
}

@keyframes heroSweep {
    from {
        transform: skewX(-20deg) translateX(0);
    }

    to {
        transform: skewX(-20deg) translateX(420%);
    }
}

.hero-content {
    position: relative;
    z-index: 4;
    width: min(100%, 660px);
    min-height: inherit;
    padding: clamp(22px, 3vw, 34px) clamp(38px, 6vw, 72px) clamp(38px, 6vw, 72px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.hero-experience .hero-content {
    width: 100%;
    padding: 32px clamp(20px, 4vw, 48px) clamp(30px, 5vw, 52px);
    align-items: center;
    text-align: center;
}

.hero-experience .hero-title {
    max-width: 100%;
    align-items: center;
}

.hero-experience .hero-title-line {
    white-space: nowrap;
    padding: 0;
    font-size: clamp(0.82rem, 2.6vw, 2.2rem);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.about-hero-button {
    display: inline-flex;
    min-height: 52px;
    margin-top: 26px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 999px;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 750;
    background: rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
    transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.about-hero-button:hover,
.about-hero-button:focus-visible {
    border-color: var(--accent-color);
    color: #ffffff;
    background: var(--accent-color);
    outline: none;
    transform: translateY(-3px);
}

.about-hero-button i {
    font-size: 0.78rem;
}

.story-hero-content {
    width: min(100%, 780px);
}

.story-hero-copy {
    max-width: 590px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1rem, 1.55vw, 1.3rem);
    line-height: 1.65;
}

.story-vision {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
    gap: clamp(70px, 10vw, 160px);
    width: min(1320px, 100%);
    margin: 0 auto;
    padding: clamp(110px, 14vw, 190px) clamp(12px, 3vw, 38px);
    align-items: center;
}

.story-card-stack {
    position: relative;
    width: min(620px, 88%);
    aspect-ratio: 4 / 4.35;
    margin: 0 auto;
    touch-action: pan-y;
    user-select: none;
}

.story-stack-card {
    position: absolute;
    inset: 0;
    margin: 0;
    overflow: hidden;
    border-radius: clamp(20px, 2vw, 32px);
    background: #d8e2e5;
    box-shadow: 0 28px 65px rgba(7, 16, 21, 0.16);
    cursor: grab;
    transform-origin: 50% 92%;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease, box-shadow 0.35s ease;
    will-change: transform;
}

.story-stack-card[data-stack-position="0"] {
    z-index: 3;
    transform: translate3d(0, 0, 0) rotate(-1.5deg);
}

.story-stack-card[data-stack-position="1"] {
    z-index: 2;
    transform: translate3d(7%, -2%, 0) rotate(5deg) scale(0.98);
}

.story-stack-card[data-stack-position="2"] {
    z-index: 1;
    transform: translate3d(-7%, 2%, 0) rotate(-6deg) scale(0.96);
}

.story-stack-card.is-dragging {
    cursor: grabbing;
    transition: none;
    box-shadow: 0 34px 80px rgba(7, 16, 21, 0.22);
}

.story-stack-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.story-stack-hint {
    position: absolute;
    right: -2%;
    bottom: -54px;
    margin: 0;
    color: #315d25;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.story-stack-hint span {
    display: inline-block;
    margin-left: 8px;
    font-size: 1.1rem;
}

.story-section-eyebrow {
    margin: 0 0 18px;
    color: var(--accent-color);
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.story-vision-copy h2 {
    max-width: 12ch;
    margin: 0 0 34px;
    color: #172e25;
    font-size: clamp(2.8rem, 5vw, 5.2rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.06em;
    text-wrap: balance;
}

.story-vision-copy > p:not(.story-section-eyebrow) {
    max-width: 58ch;
    margin: 0;
    color: #343b38;
    font-size: clamp(1rem, 1.3vw, 1.16rem);
    line-height: 1.72;
}

.story-vision-copy > p + p {
    margin-top: 18px;
}

.story-vision-copy strong {
    color: #111d18;
    font-weight: 750;
}

@media (max-width: 820px) {
    .story-vision {
        grid-template-columns: 1fr;
        gap: 100px;
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .story-card-stack {
        width: min(500px, 84%);
    }

    .story-vision-copy {
        padding: 0 8px;
    }
}

.hero-eyebrow {
    margin: 0 0 14px;
    color: #d2f1e9;
    font-size: 0.84rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16rem;
}

.hero-title {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 16ch;
    color: #ffffff;
    padding-top: 0;
}

.hero-title-line {
    display: block;
    padding-bottom: 0.12em;
    font-size: clamp(2.7rem, 5.4vw, 5rem);
    font-weight: 450;
    line-height: 0.88;
    letter-spacing: -0.06em;
    white-space: nowrap;
}

.hero-title-subline {
    white-space: normal;
    max-width: none;
    padding-bottom: 0;
    font-size: clamp(1.12rem, 2vw, 1.85rem);
    font-weight: 300;
    line-height: 1.22;
    letter-spacing: -0.03em;
    color: #dff3ee;
}

.hero-word-wrap {
    display: inline-block;
    overflow: visible;
    vertical-align: bottom;
    padding-right: 0.04em;
    padding-bottom: 0.08em;
}

.hero-word {
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 115%, 0) rotate(4deg);
    will-change: transform, opacity;
    transition:
        transform 0.82s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.72s ease;
}

.hero-word.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.hero-primary-button,
.hero-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 600;
    transition:
        transform 0.22s ease,
        background-color 0.22s ease,
        border-color 0.22s ease,
        color 0.22s ease;
}

.hero-primary-button {
    background: var(--accent-color);
    color: #ffffff;
}

.hero-primary-button:hover {
    transform: translateY(-1px);
    background: var(--accent-color-dark);
}

.hero-secondary-button {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.hero-secondary-button:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.44);
    background: rgba(255, 255, 255, 0.12);
}

[data-hero-reveal] {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    transition:
        transform 0.82s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.82s ease;
}

[data-hero-reveal].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.hero-floating {
    position: absolute;
    z-index: 4;
    --float-x: 0px;
    --float-y: 0px;
    transform: translate3d(var(--float-x), var(--float-y), 0);
    pointer-events: none;
}

.hero-floating--top {
    top: 11%;
    right: 8%;
}

.hero-floating--middle {
    top: 41%;
    right: 6%;
}

.hero-floating--bottom {
    right: 12%;
    bottom: 10%;
}

.hero-floating-shell {
    max-width: 300px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(4, 9, 14, 0.22);
    backdrop-filter: blur(16px);
    opacity: 0;
    transform: translate3d(0, 30px, 0) scale(0.94);
    transition:
        transform 0.82s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.82s ease,
        background-color 0.3s ease;
}

.hero-floating.is-visible .hero-floating-shell {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.hero-floating-label {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #d9f8ec;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}

.hero-floating strong {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
}

.hero-floating-shell--detail {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    max-width: 320px;
}

.hero-floating-shell--detail p,
.hero-floating-shell--metric p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
    line-height: 1.55;
}

.hero-floating-dot {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    margin-top: 6px;
    border-radius: 50%;
    background: #4be08f;
    box-shadow: 0 0 0 8px rgba(75, 224, 143, 0.18);
}

.hero-floating-shell--metric {
    max-width: 240px;
}

.hero-floating-metric {
    display: block;
    font-size: clamp(1.15rem, 2.2vw, 1.5rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.hero-particle-layer {
    z-index: 3;
    overflow: hidden;
}

.hero-particle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.32);
    opacity: 0;
    animation: heroParticlePulse var(--duration, 5s) ease-in-out infinite var(--delay, 0s);
}

.hero.is-loaded .hero-particle {
    opacity: var(--particle-opacity, 0.45);
}

@keyframes heroParticlePulse {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(0.6);
    }

    50% {
        transform: translate3d(0, -18px, 0) scale(1);
    }
}

@media (max-width: 1100px) {
    .header-shell {
        flex-wrap: wrap;
        gap: 20px;
    }

    .main-nav {
        order: 3;
        width: 100%;
        gap: 24px;
        flex-wrap: wrap;
    }

    .dropdown-menu {
        top: calc(100% + 10px);
    }

    .hero {
        min-height: 680px;
    }

    .hero-title {
        max-width: 13ch;
    }

    .hero-floating--top {
        right: 6%;
    }

    .hero-floating--middle {
        right: 4%;
    }

    .hero-floating--bottom {
        right: 8%;
    }
}

@media (max-width: 1120px) {
    .site-header {
        overflow: visible;
    }

    .header-shell {
        padding: 16px 20px;
        gap: 16px;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        position: relative;
    }

    .brand {
        width: 122px;
        height: 44px;
    }

    .site-header.is-scrolled {
        padding-top: 9px;
    }

    .site-header.is-scrolled .header-shell {
        width: calc(100% - 18px);
        padding: 7px 10px;
        gap: 12px;
        border-radius: 28px;
    }

    .site-header.is-scrolled .brand {
        width: 102px;
        height: 44px;
        margin-left: 8px;
    }

    .site-header.is-scrolled .brand-logo-compact {
        width: 102px;
        height: auto;
    }

    .header-actions {
        gap: 14px;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .main-nav {
        display: flex;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        z-index: 45;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        gap: 6px;
        margin-top: 0;
        padding: 0;
        width: auto;
        border: 1px solid #d8e6eb;
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 16px 38px rgba(17, 17, 17, 0.08);
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        overflow-x: hidden;
        pointer-events: none;
        transform: translateY(-14px);
        transform-origin: top center;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        transition:
            max-height 0.42s cubic-bezier(0.22, 1, 0.36, 1),
            opacity 0.28s ease,
            transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
            padding 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .site-header.menu-open .main-nav {
        max-height: min(calc(100vh - 110px), 620px);
        max-height: min(calc(100dvh - 110px), 620px);
        opacity: 1;
        overflow-y: auto;
        pointer-events: auto;
        transform: translateY(0);
        padding: 10px;
    }

    .main-nav::-webkit-scrollbar {
        width: 6px;
    }

    .main-nav::-webkit-scrollbar-thumb {
        border-radius: 999px;
        background: rgba(207, 32, 48, 0.28);
    }

    .main-nav > * {
        margin: 0;
        flex: 0 0 auto;
        width: 100%;
    }

    .nav-item,
    .nav-link,
    .nav-button {
        width: 100%;
    }

    .nav-button {
        justify-content: space-between;
    }

    .main-nav .nav-link,
    .main-nav .nav-button {
        display: flex;
        width: 100%;
        justify-content: flex-start !important;
        align-items: center;
        min-height: 46px;
        padding: 0 14px;
        border-radius: 14px;
        font-size: 0.98rem;
        text-align: left !important;
    }

    .nav-label::after {
        bottom: -5px;
    }

    .main-nav .nav-link .nav-label::after,
    .main-nav .nav-button .nav-label::after {
        display: none;
    }

    .main-nav .nav-link {
        justify-content: flex-start;
        text-align: left;
    }

    .main-nav .nav-link .nav-label,
    .main-nav .nav-button .nav-label {
        display: block;
        flex: 1;
        width: 100%;
        text-align: left !important;
        margin-right: auto;
    }

    .main-nav .chevron {
        margin-left: auto;
    }

    .dropdown-menu {
        position: static;
        min-width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 8px;
        box-shadow: none;
        border-radius: 14px;
        background: #f7f8fa;
        transform: none;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        pointer-events: none;
        transition:
            max-height 0.34s cubic-bezier(0.22, 1, 0.36, 1),
            opacity 0.24s ease,
            margin-top 0.24s ease,
            padding 0.34s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .nav-item.dropdown-open .dropdown-menu {
        margin-top: 4px;
        margin-bottom: 2px;
        padding: 8px;
        opacity: 1;
        max-height: 760px;
        pointer-events: auto;
    }

    .mega-menu {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        padding: 0 8px;
    }

    .nav-item.dropdown-open .mega-menu {
        padding: 10px;
    }

    .mega-menu-about {
        min-height: 84px;
        padding: 18px;
    }

    .mega-menu-district-column {
        padding-top: 8px;
    }

    .mega-menu-column:last-child {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mega-menu-column:last-child .mega-menu-column-title {
        grid-column: 1 / -1;
    }

    .mega-menu-column .dropdown-link {
        padding: 9px 8px;
        font-size: 0.84rem;
        white-space: normal;
    }

    .dropdown-link {
        padding: 10px 12px;
        text-align: left;
    }

    .contact-now-button {
        display: none;
    }

    .page-content {
        padding: 28px 16px 40px;
    }

    .hero {
        min-height: 560px;
        border-radius: 26px;
    }

    .hero-background-image {
        object-position: 68% center;
    }

    .hero-content {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 18px 20px 20px;
        justify-content: flex-start;
        align-items: center;
    }

    .hero-title {
        max-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0 0.22em;
        text-align: center;
    }

    .hero-title-line {
        font-size: clamp(1.85rem, 7.8vw, 2.55rem);
        line-height: 0.92;
        letter-spacing: -0.045em;
    }

    .hero-title-line:nth-child(1),
    .hero-title-subline {
        width: 100%;
    }

    .hero-title-line:nth-child(2),
    .hero-title-line:nth-child(3) {
        width: auto;
    }

    .hero-title-subline {
        max-width: 12ch;
        font-size: clamp(0.98rem, 4.6vw, 1.2rem);
        line-height: 1.15;
        padding-top: 4px;
        margin-inline: auto;
    }

    .hero-actions {
        flex-direction: row;
        width: 100%;
        margin-top: auto;
        gap: 10px;
        padding-top: 20px;
    }

    .hero-primary-button,
    .hero-secondary-button {
        flex: 1 1 0;
        min-width: 0;
        width: auto;
    }

    .hero-floating--middle {
        display: none;
    }

    .hero-floating--bottom {
        display: none;
    }

    .hero-floating-shell {
        max-width: 180px;
        padding: 12px 14px;
        border-radius: 16px;
    }

    .hero-floating-shell--metric p {
        font-size: 0.84rem;
        line-height: 1.35;
    }
}

@media (max-width: 640px) {
    .home-about {
        margin-top: 18px;
        padding: 58px 20px;
    }

    .home-about-eyebrow {
        margin-bottom: 18px;
    }

    .home-about-title {
        font-size: clamp(1.75rem, 8vw, 2.4rem);
        line-height: 1.12;
    }

    .home-about-copy {
        line-height: 1.65;
    }

    .about-principles {
        border-radius: 22px;
    }

    .about-principle-tab {
        min-height: 46px;
        padding: 8px 4px;
        border-radius: 14px;
        font-size: clamp(0.68rem, 3vw, 0.82rem);
    }

    .about-principles-panels {
        padding: 28px 18px 24px;
    }

    .project-showcase-area {
        min-height: 700px;
        margin-top: 18px;
        border-radius: 24px;
    }

    .project-splash-card {
        width: clamp(104px, 32vw, 142px);
        border-radius: 8px;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.42);
    }

    .showcase-folder-button {
        width: clamp(118px, 36vw, 150px);
    }

    .hero {
        min-height: 500px;
        border-radius: 24px;
    }

    .hero-background-image {
        object-position: 72% center;
    }

    .hero-content {
        padding: 14px 18px 18px;
        justify-content: flex-start;
        align-items: center;
    }

    .hero-title {
        max-width: 100%;
    }

    .hero-floating--bottom {
        display: none;
    }

    .hero-title-line {
        font-size: clamp(1.58rem, 7.6vw, 2.02rem);
        line-height: 0.94;
    }

    .hero-title-subline {
        max-width: 14ch;
        font-size: 0.92rem;
    }

    .hero-primary-button,
    .hero-secondary-button {
        min-height: 46px;
        padding: 0 18px;
        font-size: 0.94rem;
    }
}

@media (max-width: 420px) {
    .header-shell {
        padding: 14px 14px;
    }

    .brand {
        width: 108px;
        height: 42px;
    }

    .site-header.is-scrolled .brand {
        width: 90px;
        height: 42px;
    }

    .site-header.is-scrolled .brand-logo-compact {
        width: 90px;
        height: auto;
    }

    .header-actions {
        gap: 8px;
    }

    .menu-toggle {
        width: 40px;
        height: 40px;
    }

    .icon-button {
        display: none;
    }

    .page-content {
        padding: 20px 12px 32px;
    }

    .hero {
        min-height: 460px;
        border-radius: 20px;
    }

    .hero-content {
        padding: 12px 14px 16px;
        align-items: center;
    }

    .hero-title-line {
        font-size: clamp(1.34rem, 7.9vw, 1.72rem);
        line-height: 0.94;
    }

    .hero-title-subline {
        max-width: 15ch;
        font-size: 0.84rem;
    }

    .hero-actions {
        gap: 10px;
        margin-top: auto;
        padding-top: 16px;
    }

    .hero-primary-button,
    .hero-secondary-button {
        flex: 1 1 0;
        min-height: 44px;
        padding: 0 12px;
        font-size: 0.9rem;
    }
}

@media (max-width: 340px) {
    .header-shell {
        padding-inline: 10px;
    }

    .brand-logo {
        width: 96px;
    }

    .page-content {
        padding-inline: 8px;
    }

    .hero-content {
        padding-inline: 10px;
    }

    .hero-actions {
        gap: 6px;
    }

    .hero-primary-button,
    .hero-secondary-button {
        padding-inline: 8px;
        font-size: 0.82rem;
    }
}

@media (max-height: 560px) and (orientation: landscape) {
    .page-content {
        padding-top: 16px;
        padding-bottom: 20px;
    }

    .hero {
        min-height: 390px;
        min-height: max(390px, calc(100dvh - var(--fixed-header-offset, 0px) - 36px));
    }

    .hero-content {
        justify-content: flex-end;
        align-items: flex-start;
        padding: 18px 22px;
    }

    .hero-title {
        justify-content: flex-start;
        text-align: left;
    }

    .hero-title-line:nth-child(1),
    .hero-title-subline {
        width: auto;
    }

    .hero-title-subline {
        max-width: none;
        margin-inline: 0;
    }

    .hero-actions {
        width: auto;
        margin-top: 14px;
        padding-top: 0;
    }

    .hero-primary-button,
    .hero-secondary-button {
        flex: 0 0 auto;
    }
}

@media (min-width: 1600px) {
    .hero {
        min-height: min(780px, 76vh);
    }
}

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

    .site-header,
    .header-shell,
    .brand,
    .brand-logo {
        transition: none;
    }

    .site-header.is-scrolled .header-shell,
    .site-header.is-scrolled .brand-logo-compact,
    .site-header.is-returning .header-shell,
    .site-header.is-returning .brand-logo-full {
        animation: none;
    }

    .about-principles-tabs::before,
    .about-principle-tab {
        transition: none;
    }

    .about-principle-panel {
        animation: none;
    }

    .district-select-trigger,
    .district-select-chevron,
    .district-select-menu,
    .district-select-menu [role="option"] {
        transition: none;
    }

    .district-select.is-open .district-select-menu [role="option"] {
        opacity: 1;
        transform: none;
        animation: none;
    }

    .expo-year-card,
    .expo-year-media img,
    .expo-card-details summary span {
        transition: none;
    }

    .expo-card-full {
        animation: none;
    }

    .soak-testimonial-slide.is-active {
        animation: none;
    }

    .soak-testimonial-arrows button,
    .soak-testimonial-dots button {
        transition: none;
    }

    .soak-testimonials-background {
        transition: none;
    }

    .home-services.services-reveal-ready .home-services-heading > div,
    .home-services.services-reveal-ready .home-services-summary,
    .home-services.services-reveal-ready .service-card {
        opacity: 1;
        filter: none;
        transform: none;
        transition: none;
    }

    .home-services.services-reveal-ready.is-visible .client-logo-round {
        animation: none;
    }

    .contact-banner.contact-banner-ready .contact-banner-panel,
    .contact-banner.contact-banner-ready .contact-banner-image {
        opacity: 1;
        filter: none;
        transform: none;
        transition: none;
    }

    .scroll-progress {
        animation: none;
    }

    .clients-carousel-viewport {
        overflow-x: auto;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .clients-carousel-track {
        animation: none;
    }

    .client-logo-group[aria-hidden="true"] {
        display: none;
    }

    .awards-visual-carousel {
        overflow-x: auto;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .awards-visual-track {
        animation: none;
    }

    .awards-visual-group[aria-hidden="true"] {
        display: none;
    }

    .showcase-folder-visual {
        animation: none;
    }

    .project-splash-card,
    .showcase-folder-button,
    .showcase-folder-glow {
        transition-duration: 0.01ms !important;
        transition-delay: 0ms !important;
    }

    .hero-background-image,
    .hero-light-sweep,
    [data-hero-reveal],
    .hero-word,
    .hero-floating-shell,
    .hero-particle {
        animation: none !important;
        transition: none !important;
    }

    .hero-background-image {
        opacity: 1;
        filter: saturate(1.04) brightness(0.9) blur(0);
        transform: scale(1.02);
    }

    [data-hero-reveal],
    .hero-word,
    .hero-floating-shell {
        opacity: 1;
        transform: none;
    }
}

/* Interactive magazine reader */
.magazine-showcase {
    position: relative;
    padding: clamp(76px, 9vw, 140px) 24px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 14%, rgba(207, 32, 48, 0.09), transparent 28%),
        linear-gradient(180deg, #f8f6f2, #ffffff);
}

.magazine-showcase + .magazine-showcase {
    border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.magazine-showcase-heading {
    width: min(1120px, 100%);
    margin: 0 auto clamp(48px, 7vw, 86px);
    text-align: center;
}

.magazine-showcase-kicker {
    margin: 0 0 16px;
    color: var(--accent-color);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.magazine-showcase-heading h2 {
    margin: 0;
    color: var(--text-primary);
    font-size: clamp(2.25rem, 5vw, 5rem);
    font-weight: 520;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.magazine-showcase-date {
    margin: 14px 0 0;
    color: var(--text-secondary);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.magazine-reader {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.magazine-stage {
    position: relative;
    width: min(980px, 100%);
    aspect-ratio: 1.414 / 1;
    margin: 0 auto;
    perspective: 2600px;
    touch-action: pan-y;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.magazine-stage.is-dragging {
    cursor: grabbing;
}

.magazine-stage:focus-visible {
    border-radius: 12px;
    outline: 3px solid var(--accent-color);
    outline-offset: 12px;
}

.magazine-book {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    transform: translateX(-50%) scale(1.04);
    transform-style: preserve-3d;
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.magazine-reader.is-open .magazine-book {
    transform: translateX(0) scale(1);
}

.magazine-sheet {
    position: absolute;
    inset: 0;
    transform: rotateY(0deg);
    transform-origin: left center;
    transform-style: preserve-3d;
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: transform;
}

.magazine-sheet.is-flipped {
    transform: rotateY(-180deg);
}

.magazine-page {
    position: absolute;
    inset: 0;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: #ffffff;
    box-shadow:
        0 18px 38px rgba(17, 17, 17, 0.16),
        0 3px 8px rgba(17, 17, 17, 0.12);
}

.magazine-page-front {
    border-radius: 4px 12px 12px 4px;
}

.magazine-page-back {
    border-radius: 12px 4px 4px 12px;
    transform: rotateY(180deg);
}

.magazine-page::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 12%;
    pointer-events: none;
}

.magazine-page-front::after {
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent);
}

.magazine-page-back::after {
    right: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.18), transparent);
}

.magazine-page img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

.magazine-page-blank {
    background:
        url("../img/soak-logo-short.svg") center / 28% auto no-repeat,
        #f3f3f1;
}

.magazine-reader-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: clamp(30px, 5vw, 54px);
}

.magazine-turn-button {
    position: absolute;
    top: 50%;
    z-index: 30;
    width: 52px;
    height: 52px;
    display: grid;
    padding: 0;
    border: 1px solid rgba(17, 17, 17, 0.26);
    border-radius: 50%;
    place-items: center;
    color: var(--text-primary);
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(17, 17, 17, 0.12);
    cursor: pointer;
    transform: translateY(-50%);
    transition: color 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.magazine-turn-button-previous {
    left: -66px;
}

.magazine-turn-button-next {
    right: -66px;
}

.magazine-turn-button:hover,
.magazine-turn-button:focus-visible {
    border-color: var(--accent-color);
    color: #ffffff;
    background: var(--accent-color);
    outline: none;
    box-shadow: 0 14px 32px rgba(207, 32, 48, 0.24);
    transform: translateY(-50%) scale(1.08);
}

.magazine-turn-button:disabled {
    opacity: 0.28;
    cursor: default;
    box-shadow: none;
    transform: translateY(-50%);
}

.magazine-reader-controls > p {
    min-width: 112px;
    margin: 0;
    color: var(--text-primary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
}

.magazine-reader-hint {
    margin: 18px auto 0;
    color: var(--text-secondary);
    font-size: 0.84rem;
    text-align: center;
}

.magazine-read-full {
    width: max-content;
    display: flex;
    position: absolute;
    top: 50%;
    right: -66px;
    z-index: 30;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 15px 22px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    background: var(--accent-color);
    box-shadow: 0 12px 26px rgba(207, 32, 48, 0.24);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-50%) translateX(12px);
    transition: background-color 0.22s ease, box-shadow 0.22s ease, opacity 0.24s ease, visibility 0.24s ease, transform 0.24s ease;
}

.magazine-reader.is-at-end .magazine-read-full {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-50%) translateX(0);
}

.magazine-reader.is-at-end .magazine-turn-button-next {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.magazine-read-full:hover,
.magazine-read-full:focus-visible {
    color: #ffffff;
    background: #a91624;
    outline: none;
    box-shadow: 0 16px 34px rgba(207, 32, 48, 0.3);
    transform: translateY(-50%) translateX(0) scale(1.04);
}

@media (max-width: 1180px) {
    .magazine-turn-button-previous {
        left: 12px;
    }

    .magazine-turn-button-next {
        right: 12px;
    }

    .magazine-read-full {
        right: 12px;
    }
}

@media (max-width: 640px) {
    .magazine-showcase {
        padding: 64px 14px 76px;
    }

    .magazine-showcase-heading {
        margin-bottom: 52px;
    }

    .magazine-book {
        transform: translateX(-50%) scale(1.42);
    }

    .magazine-reader.is-open .magazine-book {
        transform: translateX(0) scale(1);
    }

    .magazine-reader-controls {
        margin-top: 38px;
    }

    .magazine-turn-button {
        width: 44px;
        height: 44px;
    }

    .magazine-turn-button-previous {
        left: 8px;
    }

    .magazine-turn-button-next {
        right: 8px;
    }

    .magazine-read-full {
        right: 8px;
        gap: 9px;
        padding: 12px 15px;
        font-size: 0.76rem;
    }

    .magazine-reader-hint {
        max-width: 30ch;
    }
}

@media (prefers-reduced-motion: reduce) {
    .magazine-book,
    .magazine-sheet {
        transition-duration: 0.01ms;
    }
}

/* Contact page */
.contact-page-hero .hero-background-image {
    object-position: center 44%;
}

.contact-page-hero .hero-gradient-overlay {
    background:
        radial-gradient(circle at 70% 34%, rgba(207, 32, 48, 0.2), transparent 30%),
        linear-gradient(180deg, rgba(3, 10, 14, 0.16), rgba(3, 10, 14, 0.78));
}

.contact-page-hero .hero-content {
    justify-content: center;
}

.contact-page-hero .hero-title-line {
    font-size: clamp(2.8rem, 7vw, 6.8rem);
    font-weight: 600;
    letter-spacing: -0.055em;
    white-space: normal;
}

.contact-page-hero .hero-eyebrow {
    margin-bottom: 18px;
}

.contact-hero-copy {
    max-width: 620px;
    margin: 24px auto 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1rem, 1.6vw, 1.28rem);
    line-height: 1.65;
}

.contact-page-section {
    width: min(1240px, 100%);
    margin: 0 auto;
    padding: clamp(88px, 11vw, 160px) 10px clamp(70px, 9vw, 130px);
}

.contact-page-heading {
    max-width: 780px;
    margin: 0 auto clamp(48px, 7vw, 82px);
    text-align: center;
}

.contact-page-heading > p {
    margin: 0 0 15px;
    color: var(--accent-color);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.contact-page-heading h2 {
    margin: 0;
    color: var(--text-primary);
    font-size: clamp(2.5rem, 5.5vw, 5.2rem);
    font-weight: 540;
    line-height: 1;
    letter-spacing: -0.055em;
}

.contact-page-heading > span {
    display: block;
    max-width: 620px;
    margin: 24px auto 0;
    color: var(--text-secondary);
    font-size: clamp(0.98rem, 1.4vw, 1.12rem);
    line-height: 1.75;
}

.contact-page-layout {
    display: grid;
    grid-template-columns: minmax(290px, 0.8fr) minmax(460px, 1.2fr);
    gap: clamp(24px, 4vw, 56px);
    align-items: stretch;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-detail-card {
    min-height: 112px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 20px;
    gap: 18px;
    padding: 24px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 22px;
    align-items: center;
    color: var(--text-primary);
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(17, 17, 17, 0.05);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.contact-detail-card:hover,
.contact-detail-card:focus-visible {
    border-color: rgba(207, 32, 48, 0.42);
    color: var(--text-primary);
    outline: none;
    box-shadow: 0 20px 44px rgba(17, 17, 17, 0.09);
    transform: translateY(-4px);
}

.contact-detail-card > i:first-child {
    width: 48px;
    height: 48px;
    display: grid;
    border-radius: 50%;
    place-items: center;
    color: #ffffff;
    background: var(--accent-color);
}

.contact-detail-card > i:last-child {
    color: var(--accent-color);
    font-size: 0.85rem;
}

.contact-detail-card span {
    min-width: 0;
}

.contact-detail-card small,
.contact-detail-card strong {
    display: block;
}

.contact-detail-card small {
    margin-bottom: 7px;
    color: var(--text-secondary);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-detail-card strong {
    overflow-wrap: anywhere;
    font-size: clamp(0.9rem, 1.25vw, 1.06rem);
    line-height: 1.45;
}

.contact-whatsapp-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding: 18px 24px;
    border-radius: 999px;
    color: #ffffff;
    font-weight: 800;
    background: #1f9d59;
    box-shadow: 0 14px 30px rgba(31, 157, 89, 0.2);
    transition: background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.contact-whatsapp-button:hover,
.contact-whatsapp-button:focus-visible {
    color: #ffffff;
    background: #178149;
    outline: none;
    box-shadow: 0 18px 36px rgba(31, 157, 89, 0.28);
    transform: translateY(-3px);
}

.contact-whatsapp-button i {
    font-size: 1.25rem;
}

.contact-form-panel {
    padding: clamp(26px, 4vw, 48px);
    border-radius: clamp(24px, 3vw, 36px);
    background: #111111;
    box-shadow: 0 28px 64px rgba(17, 17, 17, 0.16);
}

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

.contact-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.contact-form label {
    display: grid;
    gap: 9px;
}

.contact-form label > span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    outline: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    transition: border-color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.contact-form input {
    min-height: 54px;
    padding: 0 16px;
}

.contact-form textarea {
    min-height: 150px;
    padding: 15px 16px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--accent-color);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 3px rgba(207, 32, 48, 0.18);
}

.contact-form button {
    min-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    font: inherit;
    font-weight: 800;
    background: var(--accent-color);
    cursor: pointer;
    transition: background-color 0.22s ease, transform 0.22s ease;
}

.contact-form button:hover,
.contact-form button:focus-visible {
    background: #a91624;
    outline: none;
    transform: translateY(-2px);
}

.contact-form button:disabled {
    opacity: 0.6;
    cursor: wait;
    transform: none;
}

.contact-form-status {
    min-height: 1.4em;
    margin: -4px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
    text-align: center;
}

.contact-form-status.is-success {
    color: #76e3a4;
}

.contact-form-status.is-error {
    color: #ff9aa3;
}

@media (max-width: 850px) {
    .contact-page-layout {
        grid-template-columns: 1fr;
    }

    .contact-whatsapp-button {
        margin-top: 6px;
    }
}

@media (max-width: 560px) {
    .contact-page-section {
        padding-right: 0;
        padding-left: 0;
    }

    .contact-form-row {
        grid-template-columns: 1fr;
    }

    .contact-detail-card {
        grid-template-columns: 44px minmax(0, 1fr) 16px;
        gap: 14px;
        padding: 20px 16px;
    }

    .contact-detail-card > i:first-child {
        width: 44px;
        height: 44px;
    }
}

/* GST article detail */
.article-detail-page {
    background:
        linear-gradient(90deg, rgba(207, 32, 48, 0.025) 1px, transparent 1px) 0 0 / 80px 80px,
        #ffffff;
}

.article-page-main {
    width: 100%;
    padding: clamp(90px, 11vw, 170px) 28px clamp(90px, 12vw, 170px);
}

.article-heading {
    width: min(1120px, 100%);
    margin: 0 auto clamp(80px, 10vw, 145px);
    text-align: center;
}

.article-back-link {
    display: inline-flex;
    margin-bottom: 48px;
    align-items: center;
    gap: 10px;
    color: var(--text-secondary);
    font-size: 0.8rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: color 0.22s ease, transform 0.22s ease;
}

.article-back-link:hover,
.article-back-link:focus-visible {
    color: var(--accent-color);
    outline: none;
    transform: translateX(-4px);
}

.article-category,
.article-section-label {
    margin: 0 0 22px;
    color: var(--accent-color);
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.article-heading h1 {
    max-width: 1050px;
    margin: 0 auto;
    color: var(--text-primary);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 7vw, 7.4rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.055em;
    text-wrap: balance;
}

.article-subtitle {
    max-width: 710px;
    margin: 32px auto 0;
    color: var(--text-secondary);
    font-size: clamp(1.05rem, 1.7vw, 1.35rem);
    line-height: 1.6;
}

.article-meta {
    display: flex;
    margin-top: 28px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #8b8b8b;
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(180px, 220px) minmax(0, 790px) minmax(180px, 220px);
    gap: clamp(28px, 4vw, 64px);
    width: min(1400px, 100%);
    margin: 0 auto;
    align-items: start;
}

.article-about-panel,
.article-toc {
    position: sticky;
    top: 108px;
}

.article-side-title {
    margin: 0 0 24px;
    color: var(--text-primary);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.12rem;
}

.article-about-panel {
    padding-right: 26px;
    border-right: 1px solid rgba(17, 17, 17, 0.1);
}

.article-about-panel > img {
    width: 82px;
    height: 82px;
    display: block;
    padding: 13px;
    border-radius: 22px;
    object-fit: contain;
    background: #f5f5f3;
}

.article-about-panel > p:not(.article-side-title) {
    margin: 22px 0 0;
    color: var(--text-secondary);
    font-size: 0.82rem;
    line-height: 1.72;
}

.article-about-panel > a {
    display: inline-flex;
    margin-top: 20px;
    align-items: center;
    gap: 9px;
    color: var(--accent-color);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.article-socials {
    display: flex;
    margin-top: 34px;
    gap: 8px;
}

.article-socials a,
.article-share-footer a {
    width: 38px;
    height: 38px;
    display: grid;
    border: 1px solid rgba(17, 17, 17, 0.18);
    border-radius: 50%;
    place-items: center;
    color: var(--text-primary);
    font-size: 0.78rem;
    transition: color 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

.article-socials a:hover,
.article-socials a:focus-visible,
.article-share-footer a:hover,
.article-share-footer a:focus-visible {
    border-color: var(--accent-color);
    color: #ffffff;
    background: var(--accent-color);
    outline: none;
    transform: translateY(-3px);
}

.article-content {
    min-width: 0;
}

.article-featured-image {
    position: relative;
    margin: 0 0 clamp(46px, 7vw, 80px);
    overflow: hidden;
    border-radius: 4px;
    background: #ececea;
    box-shadow: 0 24px 58px rgba(17, 17, 17, 0.11);
}

.article-featured-image::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    pointer-events: none;
}

.article-featured-image img {
    width: 100%;
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
}

.article-content > p,
.article-content section > p,
.article-content li,
.article-disclaimer p {
    color: #343434;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.04rem, 1.25vw, 1.16rem);
    line-height: 1.83;
}

.article-content > p,
.article-content section > p {
    margin: 0;
}

.article-content > p + p,
.article-content section > p + p {
    margin-top: 22px;
}

.article-content .article-lead {
    color: #161616;
    font-size: clamp(1.18rem, 1.7vw, 1.42rem);
    line-height: 1.72;
}

.article-content .article-lead::first-letter {
    float: left;
    margin: 8px 10px 0 0;
    color: var(--accent-color);
    font-family: Inter, sans-serif;
    font-size: 4.5rem;
    font-weight: 750;
    line-height: 0.72;
}

.article-content section {
    scroll-margin-top: 120px;
    margin-top: clamp(70px, 9vw, 112px);
    padding-top: clamp(52px, 6vw, 76px);
    border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.article-content h2 {
    margin: 0 0 30px;
    color: var(--text-primary);
    font-size: clamp(2.15rem, 4vw, 3.85rem);
    font-weight: 560;
    line-height: 1.06;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.article-content h3 {
    margin: 58px 0 20px;
    color: var(--text-primary);
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    font-weight: 650;
    line-height: 1.18;
    letter-spacing: -0.035em;
}

.article-content h4 {
    margin: 34px 0 14px;
    color: var(--accent-color);
    font-size: 0.82rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.article-content ul,
.article-content ol {
    display: grid;
    gap: 10px;
    margin: 24px 0 28px;
    padding-left: 26px;
}

.article-content li::marker {
    color: var(--accent-color);
    font-family: Inter, sans-serif;
    font-weight: 800;
}

.article-content a {
    color: var(--accent-color);
    font-weight: 650;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.article-content a:hover,
.article-content a:focus-visible {
    color: #991723;
    outline: none;
}

.article-impact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.article-impact-grid > div {
    padding: 25px;
    border: 1px solid rgba(207, 32, 48, 0.14);
    border-radius: 18px;
    background: #faf8f5;
}

.article-impact-grid h3 {
    margin: 0 0 10px;
    font-size: 1.08rem;
}

.article-impact-grid p {
    margin: 0;
    color: var(--text-secondary);
    font-family: Inter, sans-serif;
    font-size: 0.86rem;
    line-height: 1.65;
}

.article-checklist-section {
    padding: clamp(42px, 6vw, 68px) !important;
    border: 0 !important;
    border-radius: 28px;
    color: #ffffff;
    background:
        radial-gradient(circle at 90% 10%, rgba(207, 32, 48, 0.7), transparent 34%),
        #111111;
}

.article-checklist-section h2 {
    color: #ffffff;
}

.article-content .article-checklist-section > p:not(.article-section-label) {
    color: rgba(255, 255, 255, 0.82);
}

.article-checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 26px !important;
    padding: 0 !important;
    list-style: none;
}

.article-checklist li {
    position: relative;
    padding-left: 28px;
    color: rgba(255, 255, 255, 0.82);
    font-family: Inter, sans-serif;
    font-size: 0.88rem;
    line-height: 1.55;
}

.article-checklist li::before {
    content: "\f00c";
    position: absolute;
    top: 2px;
    left: 0;
    color: #ffffff;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
}

.article-content blockquote {
    position: relative;
    margin: 42px 0 0;
    padding: 30px 34px 30px 42px;
    border-left: 4px solid var(--accent-color);
    color: #222222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.2rem, 1.8vw, 1.52rem);
    font-style: italic;
    line-height: 1.65;
    background: #f8f6f2;
}

.article-disclaimer {
    margin-top: 64px;
    padding: 26px 28px;
    border: 1px solid rgba(207, 32, 48, 0.18);
    border-radius: 18px;
    background: rgba(207, 32, 48, 0.045);
}

.article-disclaimer strong {
    color: var(--accent-color);
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.article-disclaimer p {
    margin: 10px 0 0;
    font-size: 0.88rem;
    line-height: 1.65;
}

.article-share-footer {
    display: flex;
    margin-top: 42px;
    padding-top: 28px;
    border-top: 1px solid rgba(17, 17, 17, 0.12);
    align-items: center;
    gap: 9px;
}

.article-share-footer > span {
    margin-right: 10px;
    color: var(--text-primary);
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.article-toc {
    padding-left: 26px;
    border-left: 1px solid rgba(17, 17, 17, 0.1);
}

.article-toc nav {
    display: grid;
}

.article-toc nav a {
    padding: 10px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
    color: var(--text-secondary);
    font-size: 0.76rem;
    line-height: 1.4;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.article-toc nav a:hover,
.article-toc nav a:focus-visible {
    padding-left: 7px;
    color: var(--accent-color);
    outline: none;
}

.article-help-card {
    margin-top: 42px;
    padding: 25px;
    border-radius: 20px;
    color: #ffffff;
    background: var(--accent-color);
}

.article-help-card > i {
    font-size: 1.35rem;
}

.article-help-card h2 {
    margin: 18px 0 10px;
    font-size: 1.15rem;
    line-height: 1.2;
}

.article-help-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.78rem;
    line-height: 1.6;
}

.article-help-card a {
    display: inline-flex;
    margin-top: 18px;
    padding: 9px 13px;
    border-radius: 999px;
    color: var(--accent-color);
    font-size: 0.7rem;
    font-weight: 800;
    background: #ffffff;
    text-transform: uppercase;
}

@media (max-width: 1180px) {
    .article-layout {
        grid-template-columns: minmax(0, 790px) minmax(190px, 230px);
        justify-content: center;
    }

    .article-about-panel {
        display: none;
    }
}

@media (max-width: 850px) {
    .article-page-main {
        padding: 72px 18px 100px;
    }

    .article-heading {
        margin-bottom: 70px;
    }

    .article-back-link {
        margin-bottom: 34px;
    }

    .article-layout {
        display: block;
    }

    .article-toc {
        display: none;
    }

    .article-impact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .article-heading h1 {
        font-size: clamp(2.65rem, 14vw, 4rem);
    }

    .article-meta {
        flex-wrap: wrap;
    }

    .article-content section {
        margin-top: 62px;
        padding-top: 46px;
    }

    .article-content h3 {
        margin-top: 44px;
    }

    .article-checklist-section {
        padding: 34px 24px !important;
    }

    .article-checklist {
        grid-template-columns: 1fr;
    }

    .article-share-footer {
        flex-wrap: wrap;
    }
}
