@import url("/assets/my_website/css/collection-redesign.css?v=20260821-4");

:root {
    --brand-gold: #d6ad3a;
    --brand-gold-dark: #b8891f;
    --brand-gold-light: #f0d77a;
    --home-ink: #171512;
    --home-ink-soft: #24211d;
    --home-paper: #f1ede6;
    --home-white: #fff;
    --home-accent: var(--brand-gold);
    --home-accent-dark: var(--brand-gold-dark);
    --home-line: rgb(255 255 255 / 28%);
    --home-shell: min(1180px, calc(100vw - 96px));
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background: var(--home-ink);
}

.navbar,
.web-footer,
.page-breadcrumbs,
.page-header {
    display: none !important;
}

.web-page-content,
.page_content,
main.container {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.home-page,
#home-footer {
    color: var(--home-white);
    background: var(--home-ink);
}

.home-shell {
    width: var(--home-shell);
    margin-right: auto;
    margin-left: auto;
}

.home-screen,
#home-footer {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    scroll-margin-top: 0;
    scroll-snap-align: start;
}

.home-screen--dark {
    background:
        radial-gradient(circle at 72% 38%, rgb(255 255 255 / 4%), transparent 36%),
        linear-gradient(135deg, #171614, #24211e 56%, #141311);
}

.home-pattern {
    position: absolute;
    inset: -45%;
    opacity: 0.12;
    background:
        repeating-radial-gradient(
            ellipse at 18% 42%,
            transparent 0 19px,
            rgb(255 255 255 / 50%) 20px 21px,
            transparent 22px 38px
        );
    transform: rotate(-8deg) scale(1.12);
    pointer-events: none;
}

.home-eyebrow {
    margin: 0 0 18px;
    color: var(--home-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.23em;
    text-transform: uppercase;
}

.home-outline-link {
    display: inline-flex;
    min-width: 220px;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding: 0 20px;
    color: white;
    font-size: 13px;
    font-weight: 650;
    border: 1px solid rgb(255 255 255 / 60%);
    text-decoration: none;
    transition:
        color 250ms ease,
        background 250ms ease,
        border-color 250ms ease;
}

.home-outline-link:hover {
    color: var(--home-ink);
    background: white;
    border-color: white;
    text-decoration: none;
}

.home-outline-link--dark {
    color: var(--home-ink);
    border-color: rgb(23 21 18 / 48%);
}

.home-outline-link--dark:hover {
    color: white;
    background: var(--home-ink);
    border-color: var(--home-ink);
}

/* Hero */

.hero-slider {
    min-height: 100svh;
    background:
        radial-gradient(circle at 68% 50%, #3b352f, transparent 38%),
        #11100e;
}

.hero-slider__track,
.hero-slide,
.hero-slide__background,
.hero-slide__overlay {
    position: absolute;
    inset: 0;
}

.hero-slide {
    visibility: hidden;
    opacity: 0;
    transition:
        visibility 900ms,
        opacity 900ms ease;
}

.hero-slide.is-active {
    visibility: visible;
    opacity: 1;
}

.hero-slide__background {
    background-color: #151310;
    background-image: var(--hero-desktop-image);
    background-position: center;
    background-size: cover;
    filter: saturate(0.82);
    transform: scale(1.045);
    transition: transform 8s ease;
}

.hero-slide.is-active .hero-slide__background {
    transform: scale(1);
}

.hero-slide__overlay {
    background:
        linear-gradient(90deg, rgb(8 8 7 / 78%) 0%, rgb(8 8 7 / 36%) 54%, rgb(8 8 7 / 18%) 100%),
        linear-gradient(0deg, rgb(8 8 7 / 54%), transparent 48%);
}

.hero-slide__content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 100svh;
    align-items: center;
    padding-top: 122px;
    padding-bottom: 196px;
}

.hero-slide__copy {
    display: flex;
    width: min(1280px, 92%);
    flex-direction: column;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.hero-slide__content--center .hero-slide__copy {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.hero-slide__content--right .hero-slide__copy {
    margin-left: auto;
}

.hero-slide h1 {
    max-width: 1050px;
    margin: 0 auto;
    color: white;
    font-family: "Times New Roman", "Noto Serif", serif;
    font-size: clamp(38px, 3.5vw, 58px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1;
    opacity: 0;
    text-shadow: 0 3px 18px rgb(0 0 0 / 48%);
    text-wrap: balance;
    font-kerning: normal;
}

.hero-slide.is-active .hero-slide__title {
    animation: hero-title-cycle 4.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-slide__subtitle {
    width: 100%;
    max-width: min(1500px, calc(100vw - 160px));
    margin: 24px auto 0;
    overflow: visible;
    color: var(--brand-gold);
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: clamp(44px, 5vw, 82px);
    font-style: italic;
    font-weight: 300;
    line-height: 1.12;
    text-shadow:
        0 2px 0 rgb(85 42 8 / 72%),
        0 8px 24px rgb(0 0 0 / 35%);
    text-wrap: balance;
    white-space: nowrap;
}

.hero-slide__subtitle span {
    display: block;
    opacity: 0;
}

.hero-slide.is-active .hero-slide__subtitle span {
    animation: hero-slogan-cycle 4.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-slide__content--center .hero-slide__subtitle {
    margin-right: auto;
    margin-left: auto;
}

.hero-slide__button {
    width: min(100%, 580px);
    margin: 38px auto 0;
}

@keyframes hero-title-cycle {
    0% {
        opacity: 0;
        transform: translateY(-72px);
    }

    14%,
    91% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-24px);
    }
}

@keyframes hero-slogan-cycle {
    0% {
        opacity: 0;
        transform: translateY(92px);
    }

    14%,
    91% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-24px);
    }
}

.hero-services {
    position: absolute;
    z-index: 4;
    right: max(4vw, calc((100vw - 1320px) / 2));
    bottom: 24px;
    left: max(4vw, calc((100vw - 1320px) / 2));
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: rgb(9 9 8 / 46%);
    border: 1px solid rgb(255 255 255 / 32%);
    backdrop-filter: blur(8px);
    transition:
        opacity 320ms ease,
        transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
        visibility 320ms;
}

.hero-slider.is-leaving .hero-services {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(54px);
}

.hero-service {
    display: grid;
    min-height: 104px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 18px 22px;
    color: white;
    border-right: 1px solid rgb(255 255 255 / 24%);
    text-decoration: none;
    transition: background 250ms ease;
}

.hero-service:last-child {
    border-right: 0;
}

.hero-service:hover {
    color: white;
    background: rgb(200 139 74 / 86%);
    text-decoration: none;
}

.hero-service__number {
    color: var(--home-accent);
    font-size: 11px;
    letter-spacing: 0.14em;
}

.hero-service:hover .hero-service__number {
    color: white;
}

.hero-service__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 6px;
}

.hero-service__copy strong {
    overflow: hidden;
    font-size: 15px;
    font-weight: 670;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hero-service__copy small {
    color: rgb(255 255 255 / 66%);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-service__arrow {
    font-size: 18px;
}

.hero-slider__controls {
    position: absolute;
    z-index: 5;
    right: max(4vw, calc((100vw - 1320px) / 2));
    top: 47%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    transform: translateY(-50%);
}

.hero-slider__dot {
    position: relative;
    width: 11px;
    height: 11px;
    padding: 0;
    background: white;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 28%);
    opacity: 0.88;
    transition:
        background 220ms ease,
        box-shadow 220ms ease,
        transform 220ms ease;
}

.hero-slider__dot::before {
    position: absolute;
    inset: -5px;
    content: "";
    border: 1px solid transparent;
    border-radius: 50%;
}

.hero-slider__dot:hover,
.hero-slider__dot:focus-visible,
.hero-slider__dot.is-active {
    background: var(--home-accent);
    opacity: 1;
    transform: scale(1.08);
}

.hero-slider__dot.is-active::before {
    border-color: var(--home-accent);
}

.hero-slider__arrow,
.category-showcase__arrow {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: white;
    background: transparent;
    border: 1px solid rgb(255 255 255 / 44%);
}

.hero-slider__arrow:hover,
.category-showcase__arrow:hover {
    background: var(--home-accent);
    border-color: var(--home-accent);
}

.hero-slider__counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgb(255 255 255 / 62%);
    font-size: 10px;
}

.hero-slider__counter strong {
    color: white;
    font-size: 13px;
}

.hero-slider__counter i {
    width: 1px;
    height: 24px;
    background: rgb(255 255 255 / 44%);
}

.hero-slider__scroll {
    position: absolute;
    z-index: 5;
    right: 28px;
    bottom: 26px;
    display: none;
    gap: 12px;
    color: white;
    text-decoration: none;
}

.hero-slider--empty {
    display: grid;
    place-items: center;
    padding: 120px 48px;
    text-align: center;
}

.hero-slider--empty h1 {
    max-width: 880px;
    margin: 0;
    color: white;
    font-size: clamp(50px, 8vw, 100px);
    line-height: 1;
}

/* Company story */

.company-introduction {
    height: 100svh;
    min-height: 640px;
    overflow: hidden;
    background: #171512;
}

.company-introduction__background,
.company-introduction__shade {
    position: absolute;
    inset: 0;
}

.company-introduction__background {
    z-index: 0;
    background-position: 64% center;
    background-size: cover;
    background-repeat: no-repeat;
}

.company-introduction__shade {
    z-index: 1;
    background:
        linear-gradient(90deg, #171512 0%, #171512 39%, rgb(23 21 18 / 94%) 48%, rgb(23 21 18 / 20%) 68%, rgb(23 21 18 / 8%) 100%),
        linear-gradient(0deg, rgb(10 9 8 / 34%), transparent 48%);
}

.company-introduction__layout {
    position: relative;
    z-index: 2;
    display: grid;
    height: 100svh;
    min-height: 640px;
    align-items: center;
    grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
    padding-top: clamp(116px, 14vh, 152px);
    padding-bottom: clamp(42px, 7vh, 72px);
    overflow: hidden;
}

.company-introduction__content {
    display: flex;
    width: min(620px, 100%);
    min-height: min(610px, calc(100svh - 190px));
    padding: clamp(10px, 2vw, 28px) clamp(30px, 4vw, 72px) 0 0;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.company-introduction__eyebrow {
    color: var(--brand-gold);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.18em;
    line-height: 1.4;
    text-transform: uppercase;
}

.company-introduction h2 {
    max-width: 620px;
    margin: 24px 0 0;
    color: #f3efe7;
    font-family: "Times New Roman", Times, "Noto Serif", serif;
    font-size: clamp(56px, 5.5vw, 94px);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 0.96;
    text-wrap: balance;
}

.company-introduction__rule {
    width: 66px;
    height: 2px;
    margin-top: 32px;
    background: var(--brand-gold);
}

.company-introduction__eyebrow,
.company-introduction h2,
.company-introduction__rule,
.company-introduction__description,
.company-introduction__button,
.company-introduction__process-item {
    opacity: 0;
    transition:
        opacity 760ms ease,
        transform 820ms cubic-bezier(0.2, 0.72, 0.2, 1);
    transform: translateY(24px);
}

.company-introduction.is-in-view .company-introduction__eyebrow,
.company-introduction.is-in-view h2,
.company-introduction.is-in-view .company-introduction__rule,
.company-introduction.is-in-view .company-introduction__description,
.company-introduction.is-in-view .company-introduction__button,
.company-introduction.is-in-view .company-introduction__process-item {
    opacity: 1;
    transform: translateY(0);
}

.company-introduction.is-in-view .company-introduction__eyebrow {
    transition-delay: 80ms;
}

.company-introduction.is-in-view h2 {
    transition-delay: 170ms;
}

.company-introduction.is-in-view .company-introduction__description,
.company-introduction.is-in-view .company-introduction__rule {
    transition-delay: 260ms;
}

.company-introduction__description {
    max-width: 520px;
    margin-top: 28px;
    color: rgb(243 239 231 / 78%) !important;
    font-size: clamp(16px, 1.18vw, 19px);
    line-height: 1.75;
}

.company-introduction__description *,
.company-introduction__description p {
    color: inherit !important;
    background: transparent !important;
    opacity: 1 !important;
}

.company-introduction__description p {
    margin: 0 0 10px;
}

.company-introduction__description p:last-child {
    margin-bottom: 0;
}

.company-introduction__button {
    display: inline-flex;
    min-width: 222px;
    min-height: 56px;
    margin-top: 34px;
    padding: 0 24px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #171512;
    background: var(--brand-gold);
    border: 1px solid var(--brand-gold);
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.company-introduction__button:hover {
    color: #f3efe7;
    background: transparent;
    transform: translateY(-2px);
}

.company-introduction.is-in-view .company-introduction__button {
    transition-delay: 360ms;
}

.company-introduction__process {
    display: grid;
    width: min(560px, 100%);
    margin-top: auto;
    padding-top: 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgb(243 239 231 / 22%);
}

.company-introduction__process-item {
    display: grid;
    min-height: 74px;
    padding-right: 24px;
    grid-template-columns: 50px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
}

.company-introduction__process-item + .company-introduction__process-item {
    padding-left: 28px;
    border-left: 1px solid rgb(243 239 231 / 22%);
}

.company-introduction__process-number {
    color: var(--brand-gold);
    font-family: "Times New Roman", Times, serif;
    font-size: 34px;
    line-height: 1;
}

.company-introduction__process-item strong {
    color: #f3efe7;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.company-introduction.is-in-view .company-introduction__process-item:nth-child(1) {
    transition-delay: 470ms;
}

.company-introduction.is-in-view .company-introduction__process-item:nth-child(2) {
    transition-delay: 560ms;
}

/* Product-category stage */

.category-showcase {
    --category-card-height: min(54vh, 520px);
    --category-card-width: min(64vw, 1000px);

    min-height: 100svh;
    overflow: hidden;
    background: #aaa197;
}

.category-showcase__background,
.category-showcase__wash,
.category-showcase__slides,
.category-slide {
    position: absolute;
    inset: 0;
}

.category-showcase__background {
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.category-showcase__wash {
    z-index: 1;
    background: rgb(23 21 18 / 34%);
}

.category-showcase__slides {
    z-index: 2;
}

.category-slide {
    visibility: hidden;
    opacity: 0;
    transition:
        visibility 900ms,
        opacity 900ms ease;
}

.category-slide.is-active {
    visibility: visible;
    opacity: 1;
}

.category-slide__stage {
    position: relative;
    display: flex;
    min-height: 100svh;
    align-items: center;
    justify-content: center;
    padding-top: 96px;
    padding-bottom: 92px;
}

.category-slide__image-wrap {
    position: relative;
    z-index: 2;
    width: var(--category-card-width);
    height: var(--category-card-height);
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 42%);
    box-shadow: 0 28px 74px rgb(0 0 0 / 34%);
    transform: translateY(-6vh);
}

.category-slide__image-wrap img,
.category-slide__image-wrap .category-slide__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-slide__placeholder {
    background: linear-gradient(135deg, #c5bbb0, #6e655d);
}

.category-slide__content {
    position: absolute;
    z-index: 3;
    top: calc(50% + min(10vh, 92px));
    left: 50%;
    width: min(420px, calc(100vw - 96px));
    padding: 21px 28px 23px;
    color: white;
    background: linear-gradient(135deg, rgb(20 18 16 / 78%), rgb(20 18 16 / 48%));
    border: 1px solid rgb(255 255 255 / 30%);
    box-shadow: 0 22px 55px rgb(0 0 0 / 28%);
    backdrop-filter: blur(16px) saturate(1.08);
    transform: translateX(-50%);
}

.category-slide__content::before {
    position: absolute;
    top: -1px;
    left: 30px;
    width: 54px;
    height: 2px;
    background: var(--brand-gold);
    content: "";
}

.category-slide__content .home-eyebrow {
    margin-bottom: 8px;
    color: var(--brand-gold);
    font-size: 9px;
    letter-spacing: 0.18em;
}

.category-slide__content h2 {
    margin: 0;
    color: white;
    font-family: inherit;
    font-size: clamp(18px, 1.5vw, 22px);
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
}

.category-slide__content > p:not(.home-eyebrow) {
    display: none;
}

.category-slide__content a {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    padding: 0 0 5px;
    color: rgb(255 255 255 / 88%);
    font-size: 11px;
    border: 0;
    border-bottom: 1px solid var(--brand-gold);
    text-decoration: none;
}

.category-slide__content a:hover {
    gap: 22px;
    color: white;
    border-color: white;
}

.category-showcase__navigation {
    position: absolute;
    z-index: 5;
    top: calc(50% - 6vh);
    right: auto;
    bottom: auto;
    left: 50%;
    display: flex;
    width: calc(var(--category-card-width) + 164px);
    max-width: calc(100vw - 40px);
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.category-showcase__tabs {
    display: none;
}

.category-showcase__tab {
    display: flex;
    min-height: 58px;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    color: rgb(255 255 255 / 72%);
    background: rgb(12 11 10 / 52%);
    border: 1px solid rgb(255 255 255 / 32%);
    border-right: 0;
    text-align: left;
}

.category-showcase__arrow {
    width: 46px;
    height: 46px;
    pointer-events: auto;
}

.category-showcase__tab:last-child {
    border-right: 1px solid rgb(255 255 255 / 32%);
}

.category-showcase__tab.is-active {
    color: white;
    background: var(--home-accent);
}

.category-showcase__tab span {
    font-size: 9px;
    letter-spacing: 0.12em;
}

.category-showcase__tab strong {
    overflow: hidden;
    font-size: 11px;
    font-weight: 700;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Project stage */

.featured-projects {
    min-height: 100svh;
    overflow: hidden;
    background: #29241f;
}

.featured-projects__background,
.featured-projects__shade {
    position: absolute;
    inset: 0;
}

.featured-projects__background {
    background-position: center;
    background-size: cover;
    filter: saturate(0.72);
    transform: scale(1.02);
}

.featured-projects__shade {
    background: rgb(15 13 11 / 58%);
    backdrop-filter: blur(1px);
}

.featured-projects__panel {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 100svh;
    grid-template-columns: minmax(340px, 0.43fr) minmax(0, 0.57fr);
    align-items: center;
    padding-top: 126px;
    padding-bottom: 96px;
}

.featured-projects__copy {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: min(54vh, 490px);
    flex-direction: column;
    justify-content: center;
    padding: 46px 48px;
    color: #655e57;
    background: rgb(248 246 242 / 82%);
    box-shadow: 0 24px 64px rgb(0 0 0 / 18%);
    backdrop-filter: blur(7px);
}

.featured-projects__script {
    margin: 0 0 8px;
    color: var(--home-accent);
    font-family: "Segoe Script", "Brush Script MT", cursive;
    font-size: clamp(30px, 2.35vw, 40px);
    font-weight: 400;
    line-height: 1.15;
    white-space: nowrap;
}

.featured-projects__copy h2 {
    margin: 0;
    color: #2b2723;
    font-family: "Times New Roman", Times, serif;
    font-size: clamp(28px, 2.25vw, 38px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.08;
    text-transform: uppercase;
    white-space: nowrap;
}

.featured-projects__introduction {
    max-width: 430px;
    margin-top: 24px;
    color: rgb(63 57 51 / 78%);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
}

.featured-projects__introduction p {
    margin: 0;
}

.featured-projects__copy .home-outline-link {
    position: relative;
    isolation: isolate;
    width: min(220px, 100%);
    min-height: 48px;
    overflow: hidden;
    margin-top: 26px;
    background: transparent;
    transition:
        color 480ms ease,
        border-color 480ms ease;
}

.featured-projects__copy .home-outline-link::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: var(--home-ink);
    content: "";
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 560ms cubic-bezier(0.22, 0.76, 0.24, 1);
}

.featured-projects__copy .home-outline-link:hover {
    color: white;
    background: transparent;
    border-color: var(--home-ink);
}

.featured-projects__copy .home-outline-link:hover::before,
.featured-projects__copy .home-outline-link:focus-visible::before {
    transform: scaleX(1);
    transform-origin: left center;
}

.featured-projects__visual {
    position: relative;
    height: min(54vh, 490px);
    box-shadow: 0 28px 75px rgb(0 0 0 / 25%);
}

.featured-projects__slides,
.featured-project {
    position: absolute;
    inset: 0;
}

.featured-project {
    display: block;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition:
        visibility 700ms,
        opacity 700ms ease;
}

.featured-project.is-active {
    visibility: visible;
    opacity: 1;
}

.featured-project img,
.featured-project__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-project img {
    transition: transform 1.1s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.featured-projects__visual:hover .featured-project.is-active img {
    transform: scale(1.045);
}

.featured-project__placeholder {
    display: block;
    background: linear-gradient(135deg, #796d61, #2d2824);
}

.featured-projects__tabs {
    position: absolute;
    z-index: 5;
    right: auto;
    bottom: 18px;
    left: 50%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: min(520px, calc(100% - 44px));
    transform: translateX(-50%);
}

.featured-projects__tab {
    position: relative;
    display: block;
    min-width: 0;
    height: 98px;
    overflow: hidden;
    padding: 0;
    color: white;
    background: #2f2a25;
    border: 1px solid rgb(255 255 255 / 72%);
    box-shadow: 0 12px 28px rgb(0 0 0 / 25%);
    text-decoration: none;
}

.featured-projects__tab img,
.featured-projects__tab .featured-project__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 600ms ease;
}

.featured-projects__tab-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgb(15 13 11 / 78%), rgb(15 13 11 / 5%) 68%);
    transition: background 350ms ease;
}

.featured-projects__tab strong {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: grid;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 12px;
    font-size: clamp(13px, 0.88vw, 14px);
    letter-spacing: 0.015em;
    line-height: 1.25;
    text-align: center;
    text-wrap: balance;
    text-transform: uppercase;
    white-space: normal;
}

.featured-projects__tab:hover img,
.featured-projects__tab:focus-visible img {
    transform: scale(1.09);
}

.featured-projects__tab:hover,
.featured-projects__tab:focus-visible {
    color: white;
    border-color: var(--home-accent);
    box-shadow:
        0 12px 28px rgb(0 0 0 / 25%),
        inset 0 -3px 0 var(--home-accent);
}

.featured-projects__tab:hover .featured-projects__tab-shade,
.featured-projects__tab:focus-visible .featured-projects__tab-shade {
    background: linear-gradient(0deg, rgb(17 14 11 / 72%), rgb(200 139 74 / 10%) 70%);
}

.featured-projects__tab.is-active {
    color: white;
    border-color: rgb(255 255 255 / 72%);
    box-shadow: 0 12px 28px rgb(0 0 0 / 25%);
}

.featured-projects__tab:focus-visible {
    outline: 2px solid white;
    outline-offset: 3px;
}

/* Insights */

.latest-articles__layout {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 100svh;
    flex-direction: column;
    justify-content: center;
    padding-top: 122px;
    padding-bottom: 68px;
}

.latest-articles__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 44px;
}

.latest-articles__header h2 {
    max-width: 760px;
    margin: 0;
    color: white;
    font-family: inherit;
    font-size: clamp(44px, 5.4vw, 74px);
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
}

.latest-articles__header > a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 22px;
    padding-bottom: 6px;
    color: white;
    font-size: 12px;
    border-bottom: 1px solid rgb(255 255 255 / 60%);
    text-decoration: none;
}

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

.latest-article > a {
    display: block;
    color: white;
    text-decoration: none;
}

.latest-article__media {
    position: relative;
    height: min(34vh, 285px);
    overflow: hidden;
    background: #302b26;
}

.latest-article__media img,
.latest-article__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 600ms ease;
}

.latest-article__placeholder {
    background: linear-gradient(135deg, #5c544d, #24201d);
}

.latest-article__media > span {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--home-ink);
    background: white;
    border-radius: 50%;
}

.latest-article:hover .latest-article__media img {
    transform: scale(1.045);
}

.latest-article__content {
    padding-top: 18px;
}

.latest-article__content > p {
    margin: 0 0 8px;
    color: var(--home-accent);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.latest-article__content h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: white;
    font-family: inherit;
    font-size: clamp(21px, 2.1vw, 30px);
    font-weight: 400;
    line-height: 1.18;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* Homepage video */

.homepage-video__layout {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100svh;
    min-height: 100svh;
    padding: clamp(92px, 10vh, 112px) 0 clamp(24px, 3vh, 34px);
    flex-direction: column;
    justify-content: center;
}

.homepage-video__header {
    display: block;
    width: min(980px, 68vw, 92vh);
    margin-bottom: clamp(18px, 2.5vh, 28px);
}

.homepage-video__header h2 {
    max-width: none;
    margin: 12px 0 0;
    color: #f4f0e8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 3.5vw, 56px);
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 1;
}

.homepage-video__viewport {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    touch-action: pan-x pan-y;
}

.homepage-video__viewport::-webkit-scrollbar {
    display: none;
}

.homepage-video__viewport.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
}

.homepage-video__track {
    --video-card-width: min(980px, 68vw, 92vh);

    display: flex;
    width: max-content;
    padding-inline: max(24px, calc((100vw - var(--video-card-width)) / 2));
    gap: clamp(20px, 2.4vw, 38px);
}

.homepage-video__slide {
    width: var(--video-card-width);
    flex: 0 0 var(--video-card-width);
    opacity: 0.42;
    scroll-snap-align: center;
    transform: scale(0.94);
    transition:
        opacity 520ms ease,
        transform 620ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.homepage-video__slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.homepage-video__media {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #0d0c0b;
    border: 1px solid rgb(255 255 255 / 18%);
    box-shadow: 0 34px 90px rgb(0 0 0 / 48%);
}

.homepage-video__preview,
.homepage-video__media iframe,
.homepage-video__shade {
    position: absolute;
    inset: 0;
}

.homepage-video__preview img,
.homepage-video__media iframe {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
}

.homepage-video__preview img {
    transform: scale(1.015);
    transition: transform 850ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.homepage-video__slide.is-active:hover .homepage-video__preview img {
    transform: scale(1.045);
}

.homepage-video__shade {
    background:
        linear-gradient(180deg, rgb(10 9 8 / 8%), rgb(10 9 8 / 8%) 52%, rgb(10 9 8 / 62%)),
        linear-gradient(90deg, rgb(10 9 8 / 24%), transparent 42%);
}

.homepage-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 82px;
    height: 82px;
    padding: 0;
    color: #181511;
    background: var(--brand-gold);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 18px 48px rgb(0 0 0 / 34%);
    place-items: center;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: background 240ms ease, transform 240ms ease;
}

.homepage-video__play span {
    margin-left: 4px;
    font-size: 24px;
}

.homepage-video__play:hover,
.homepage-video__play:focus-visible {
    background: #f0cc61;
    transform: translate(-50%, -50%) scale(1.08);
}

.homepage-video__duration {
    position: absolute;
    right: 16px;
    bottom: 16px;
    padding: 7px 10px;
    color: #f4f0e8;
    background: rgb(16 14 12 / 72%);
    border: 1px solid rgb(244 240 232 / 22%);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    backdrop-filter: blur(8px);
}

.homepage-video__media.is-playing .homepage-video__preview {
    visibility: hidden;
}

.homepage-video__details {
    display: grid;
    min-height: 58px;
    padding-top: 13px;
    grid-template-columns: 78px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    color: #f4f0e8;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 280ms ease, transform 360ms ease, visibility 0s linear 360ms;
}

.homepage-video__slide.is-active .homepage-video__details {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-delay: 120ms;
}

.homepage-video__details p {
    margin: 0;
    color: var(--brand-gold);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.homepage-video__details h3 {
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    color: #f4f0e8;
    font-size: clamp(20px, 1.6vw, 26px);
    font-weight: 500;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.homepage-video__controls {
    display: grid;
    width: min(980px, 68vw, 92vh);
    margin-top: clamp(7px, 1.2vh, 14px);
    grid-template-columns: 46px minmax(120px, 1fr) auto 46px;
    align-items: center;
    gap: 18px;
}

.homepage-video__controls button {
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    color: #f4f0e8;
    background: transparent;
    border: 1px solid rgb(244 240 232 / 34%);
    border-radius: 50%;
    place-items: center;
    cursor: pointer;
    transition: color 220ms ease, background 220ms ease, border-color 220ms ease;
}

.homepage-video__controls button:hover:not(:disabled),
.homepage-video__controls button:focus-visible:not(:disabled) {
    color: #181511;
    background: var(--brand-gold);
    border-color: var(--brand-gold);
}

.homepage-video__controls button:disabled {
    opacity: 0.3;
    cursor: default;
}

.homepage-video__progress {
    height: 1px;
    overflow: hidden;
    background: rgb(244 240 232 / 22%);
}

.homepage-video__progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--brand-gold);
    transform: scaleX(var(--video-progress, 0));
    transform-origin: left;
    transition: transform 460ms ease;
}

.homepage-video__controls p {
    display: flex;
    min-width: 68px;
    margin: 0;
    justify-content: center;
    gap: 7px;
    color: rgb(244 240 232 / 46%);
    font-size: 12px;
}

.homepage-video__controls strong {
    color: var(--brand-gold);
    font-weight: 750;
}

.homepage-video__empty {
    display: grid;
    min-height: 52vh;
    color: rgb(244 240 232 / 64%);
    border: 1px solid rgb(244 240 232 / 18%);
    place-items: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Trusted partners + compact footer */

.home-ending {
    background: #292827;
}

.trusted-partners {
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 40svh;
    min-height: 300px;
    color: white;
    background: radial-gradient(circle at 72% 38%, rgb(255 255 255 / 4%), transparent 36%), linear-gradient(135deg, #171614, #24211e 56%, #141311);
}

.trusted-partners::before {
    position: absolute;
    inset: -45%;
    background: repeating-radial-gradient(ellipse at 10% 50%, transparent 0 24px, rgb(255 255 255 / 7%) 25px 26px);
    content: "";
    opacity: .12;
    pointer-events: none;
    transform: rotate(-3deg);
}

.trusted-partners__layout {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100%;
    padding-top: 72px;
    padding-bottom: 24px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: clamp(12px, 1.8vh, 22px);
}

.trusted-partners__heading {
    text-align: center;
}

.trusted-partners__heading .home-eyebrow {
    display: block;
    margin-bottom: 6px;
    color: var(--brand-gold);
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.15em;
    opacity: 1;
}

.trusted-partners__heading h2 {
    margin: 0;
    color: white;
    font-family: Arial, "Helvetica Neue", sans-serif;
    font-size: clamp(27px, 2.15vw, 36px);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.trusted-partners__carousel {
    display: grid;
    width: min(100%, 1120px);
    align-items: center;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: clamp(8px, 1.2vw, 18px);
}

.trusted-partners__viewport {
    overflow-x: auto;
    scrollbar-width: none;
}

.trusted-partners__viewport::-webkit-scrollbar {
    display: none;
}

.trusted-partners__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 2.4vw, 38px);
}

.trusted-partners__empty {
    margin: 0;
    padding: 24px 28px;
    color: rgb(255 255 255 / 60%);
    background: transparent;
    border: 1px solid rgb(255 255 255 / 16%);
    font-size: 14px;
    line-height: 1.6;
}

.trusted-partners__item {
    display: grid;
    min-width: clamp(130px, 13vw, 180px);
    height: clamp(72px, 9vh, 110px);
    padding: 8px;
    place-items: center;
    background: transparent;
    border: 0;
    transition: opacity 280ms ease, transform 280ms ease;
}

.trusted-partners__item:hover,
.trusted-partners__item:focus-visible {
    transform: translateY(-4px);
}

.trusted-partners__list img {
    display: block;
    width: 100%;
    max-width: 190px;
    height: 90px;
    object-fit: contain;
    filter: none;
    opacity: 1;
    transition: opacity 280ms ease, transform 280ms ease;
}

.trusted-partners__arrow {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    color: white;
    background: transparent;
    border: 0;
    place-items: center;
    font-size: 24px;
    cursor: pointer;
    transition: color 220ms ease, transform 220ms ease;
}

.trusted-partners__arrow:hover,
.trusted-partners__arrow:focus-visible {
    color: var(--brand-gold);
    transform: scale(1.12);
}

/* Homepage section entrances */

.home-effects-ready .category-showcase .category-slide__image-wrap,
.home-effects-ready .category-showcase .category-slide__content,
.home-effects-ready .category-showcase .category-showcase__navigation,
.home-effects-ready .featured-projects .featured-projects__copy,
.home-effects-ready .featured-projects .featured-projects__visual,
.home-effects-ready .latest-articles .latest-articles__header,
.home-effects-ready .latest-articles .latest-article,
.home-effects-ready .homepage-video .homepage-video__header,
.home-effects-ready .homepage-video .homepage-video__viewport,
.home-effects-ready .homepage-video .homepage-video__controls,
.home-effects-ready .home-ending .trusted-partners__heading,
.home-effects-ready .home-ending .trusted-partners__list,
.home-effects-ready #home-footer .site-footer__introduction,
.home-effects-ready #home-footer .site-footer__grid,
.home-effects-ready #home-footer .site-footer__bottom {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(58px);
    transition:
        opacity 820ms ease,
        filter 900ms ease,
        transform 940ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.home-effects-ready .category-showcase .category-slide__image-wrap {
    transform: translateY(calc(-6vh + 58px));
}

.home-effects-ready .category-showcase .category-slide__content,
.home-effects-ready .category-showcase .category-showcase__navigation {
    transform: translate(-50%, 58px);
}

.home-effects-ready .category-showcase.is-revealed .category-slide.is-active .category-slide__image-wrap,
.home-effects-ready .category-showcase.is-revealed .category-slide.is-active .category-slide__content,
.home-effects-ready .category-showcase.is-revealed .category-showcase__navigation,
.home-effects-ready .featured-projects.is-revealed .featured-projects__copy,
.home-effects-ready .featured-projects.is-revealed .featured-projects__visual,
.home-effects-ready .latest-articles.is-revealed .latest-articles__header,
.home-effects-ready .latest-articles.is-revealed .latest-article,
.home-effects-ready .homepage-video.is-revealed .homepage-video__header,
.home-effects-ready .homepage-video.is-revealed .homepage-video__viewport,
.home-effects-ready .homepage-video.is-revealed .homepage-video__controls,
.home-effects-ready .home-ending.is-revealed .trusted-partners__heading,
.home-effects-ready .home-ending.is-revealed .trusted-partners__list,
.home-effects-ready .home-ending.is-revealed #home-footer .site-footer__introduction,
.home-effects-ready .home-ending.is-revealed #home-footer .site-footer__grid,
.home-effects-ready .home-ending.is-revealed #home-footer .site-footer__bottom,
.home-effects-ready #home-footer.is-revealed .site-footer__introduction,
.home-effects-ready #home-footer.is-revealed .site-footer__grid,
.home-effects-ready #home-footer.is-revealed .site-footer__bottom {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

.home-effects-ready .category-showcase.is-revealed .category-slide.is-active .category-slide__image-wrap {
    transform: translateY(-6vh);
}

.home-effects-ready .category-showcase.is-revealed .category-slide.is-active .category-slide__content,
.home-effects-ready .category-showcase.is-revealed .category-showcase__navigation {
    transform: translate(-50%, 0);
}

.home-effects-ready .category-showcase.is-revealed .category-slide.is-active .category-slide__image-wrap,
.home-effects-ready .featured-projects.is-revealed .featured-projects__copy,
.home-effects-ready .latest-articles.is-revealed .latest-articles__header,
.home-effects-ready .homepage-video.is-revealed .homepage-video__header,
.home-effects-ready .home-ending.is-revealed .trusted-partners__heading,
.home-effects-ready #home-footer.is-revealed .site-footer__introduction {
    transition-delay: 80ms;
}

.home-effects-ready .category-showcase.is-revealed .category-slide.is-active .category-slide__content,
.home-effects-ready .featured-projects.is-revealed .featured-projects__visual,
.home-effects-ready .latest-articles.is-revealed .latest-article:nth-child(1),
.home-effects-ready .homepage-video.is-revealed .homepage-video__viewport,
.home-effects-ready .homepage-video.is-revealed .homepage-video__controls,
.home-effects-ready .home-ending.is-revealed .trusted-partners__list,
.home-effects-ready #home-footer.is-revealed .site-footer__grid {
    transition-delay: 260ms;
}

.home-effects-ready .category-showcase.is-revealed .category-showcase__navigation,
.home-effects-ready .latest-articles.is-revealed .latest-article:nth-child(2),
.home-effects-ready #home-footer.is-revealed .site-footer__bottom {
    transition-delay: 420ms;
}

.home-effects-ready .latest-articles.is-revealed .latest-article:nth-child(3) {
    transition-delay: 560ms;
}

/* Keep the homepage footer compact while preserving the snap section. */

@media (min-width: 992px) {
    .home-ending #home-footer,
    .home-ending #home-footer .site-footer,
    #home-footer,
    #home-footer .site-footer {
        height: 60svh;
        min-height: 410px;
    }

    #home-footer .site-footer__inner {
        display: grid;
        width: min(1180px, calc(100% - 64px));
        height: 100%;
        padding: 18px 0 12px;
        grid-template-rows: auto 1fr auto;
        align-content: center;
    }

    #home-footer .site-footer__introduction {
        max-width: 720px;
        margin-bottom: 16px;
    }

    #home-footer .site-footer__identity {
        gap: 12px;
    }

    #home-footer .site-footer__logo {
        width: 78px;
        height: 78px;
        font-size: 24px;
    }

    #home-footer .site-footer__brand-name {
        font-size: clamp(25px, 2.3vw, 34px);
    }

    #home-footer .site-footer__introduction > p {
        margin: 9px 0 5px;
        font-size: 11px;
    }

    #home-footer .site-footer__introduction > span,
    #home-footer .site-footer__introduction > a:last-child {
        font-size: 12px;
        line-height: 1.45;
    }

    #home-footer .site-footer__grid {
        align-self: center;
        align-items: start;
        padding-bottom: 14px;
        gap: clamp(24px, 3vw, 44px);
    }

    #home-footer .site-footer__column {
        width: 100%;
        align-self: start;
        gap: 6px;
    }

    #home-footer .site-footer__column h2 {
        display: flex;
        width: 100%;
        min-height: 34px;
        align-items: flex-start;
        margin-bottom: 6px;
        padding-bottom: 7px;
        line-height: 1.2;
    }

    #home-footer .site-footer__contact-line {
        font-size: 15px;
        line-height: 1.45;
    }

    #home-footer .site-footer__newsletter > p {
        font-size: 12px;
        line-height: 1.45;
    }

    #home-footer .site-footer__links-grid {
        gap: 9px 20px;
    }

    #home-footer .site-footer__newsletter input {
        height: 40px;
    }

    #home-footer .site-footer__socials {
        margin-top: 5px;
    }

    #home-footer .site-footer__socials a {
        width: 30px;
        height: 30px;
    }

    #home-footer .site-footer__bottom {
        padding-top: 10px;
    }
}

.latest-article footer {
    display: flex;
    gap: 16px;
    margin-top: 14px;
    color: rgb(255 255 255 / 48%);
    font-size: 10px;
}

/* Full-page rail */

.home-section-nav {
    position: fixed;
    z-index: 450;
    top: 50%;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transform: translateY(-50%);
}

.home-section-nav a {
    display: block;
    width: 8px;
    height: 8px;
    background: white;
    border: 1px solid rgb(0 0 0 / 18%);
    border-radius: 50%;
    box-shadow: 0 1px 4px rgb(0 0 0 / 18%);
    transition:
        background 200ms ease,
        box-shadow 200ms ease,
        transform 200ms ease;
}

.home-section-nav a.is-active {
    background: var(--home-accent);
    box-shadow: 0 0 0 3px rgb(200 139 74 / 28%);
    transform: scale(1.24);
}

#home-footer .site-footer {
    min-height: 460px;
}

@media (min-width: 992px) and (prefers-reduced-motion: no-preference) {
    html.sky-home-page {
        scroll-snap-type: y mandatory;
        scroll-snap-stop: always;
    }
}

@media (max-width: 1180px) {
    :root {
        --home-shell: calc(100vw - 64px);
    }

    .main-header.main-header--transparent .main-header__brand-text {
        display: none;
    }

    .main-header.main-header--transparent .main-header__contact {
        margin-left: 18px;
    }

    .company-introduction__layout {
        grid-template-columns: minmax(0, 0.52fr) minmax(0, 0.48fr);
    }
}

@media (max-width: 991px) {
    .homepage-video__layout {
        height: auto;
        min-height: auto;
        padding-top: 110px;
        padding-bottom: 68px;
    }

    .homepage-video__header {
        width: var(--home-shell);
        grid-template-columns: 1fr;
        align-items: start;
        gap: 18px;
    }

    .homepage-video__track {
        --video-card-width: min(820px, 84vw);
    }

    .home-ending {
        min-height: 0;
        overflow: visible;
    }

    .trusted-partners {
        height: auto;
        min-height: 280px;
        padding: 58px 0;
    }

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

    .home-ending #home-footer,
    .home-ending #home-footer .site-footer {
        height: auto;
        min-height: 0;
    }

    :root {
        --home-shell: calc(100vw - 48px);
    }

    .hero-slide__content {
        padding-bottom: 180px;
    }

    .hero-slide__copy {
        width: 88%;
    }

    .hero-services {
        right: 24px;
        bottom: 22px;
        left: 24px;
    }

    .hero-service {
        min-height: 90px;
        grid-template-columns: auto 1fr;
        gap: 12px;
        padding: 14px;
    }

    .hero-service__arrow,
    .hero-service__copy small {
        display: none;
    }

    .company-introduction__layout {
        grid-template-columns: minmax(0, 0.62fr) minmax(0, 0.38fr);
        padding-top: 112px;
        padding-bottom: 44px;
    }

    .company-introduction__content {
        width: min(560px, 100%);
        min-height: min(590px, calc(100svh - 170px));
        padding-right: 44px;
    }

    .category-slide__image-wrap {
        width: 90%;
    }

    .featured-projects__panel {
        grid-template-columns: minmax(330px, 0.5fr) minmax(0, 0.5fr);
    }

    .featured-projects__copy {
        padding: 34px;
    }

    .featured-projects__script,
    .featured-projects__copy h2 {
        white-space: normal;
    }

    .latest-articles__layout {
        min-height: auto;
        padding-top: 130px;
        padding-bottom: 100px;
    }

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

    .latest-article:last-child {
        grid-column: span 2;
    }
}

@media (max-width: 767px) {
    .homepage-video__layout {
        min-height: auto;
        padding-top: 96px;
        padding-bottom: 54px;
    }

    .homepage-video__header {
        margin-bottom: 28px;
    }

    .homepage-video__header h2 {
        font-size: clamp(38px, 11vw, 52px);
    }

    .homepage-video__header > p {
        font-size: 14px;
    }

    .homepage-video__track {
        --video-card-width: calc(100vw - 36px);

        padding-inline: 18px;
        gap: 14px;
    }

    .homepage-video__slide {
        opacity: 0.5;
        transform: scale(0.97);
    }

    .homepage-video__play {
        width: 62px;
        height: 62px;
    }

    .homepage-video__play span {
        font-size: 19px;
    }

    .homepage-video__details {
        min-height: 58px;
        padding: 16px 3px 0;
        grid-template-columns: 66px minmax(0, 1fr);
        gap: 10px;
    }

    .homepage-video__details h3 {
        font-size: 22px;
    }

    .homepage-video__controls {
        width: calc(100% - 36px);
        grid-template-columns: 42px minmax(50px, 1fr) auto 42px;
        gap: 11px;
    }

    .homepage-video__controls button {
        width: 42px;
        height: 42px;
    }

    .trusted-partners {
        padding: 48px 0;
    }

    .trusted-partners__list {
        justify-content: flex-start;
        gap: 28px;
    }

    .trusted-partners__item {
        min-width: 150px;
        height: 80px;
        padding: 6px;
    }

    .trusted-partners__carousel {
        grid-template-columns: 34px minmax(0, 1fr) 34px;
        gap: 6px;
    }

    .trusted-partners__arrow {
        width: 34px;
        height: 34px;
    }

    .hero-slide__background {
        background-image: var(--hero-desktop-image);
    }

    :root {
        --home-shell: calc(100vw - 40px);
    }

    .home-screen,
    #home-footer {
        min-height: auto;
        scroll-snap-align: none;
    }

    .home-section-nav {
        display: none;
    }

    .hero-slider {
        min-height: 100svh;
    }

    .hero-slide__background {
        background-position: center;
    }

    .hero-slide__overlay {
        background:
            linear-gradient(90deg, rgb(8 8 7 / 72%), rgb(8 8 7 / 34%)),
            linear-gradient(0deg, rgb(8 8 7 / 62%), transparent 50%);
    }

    .hero-slide__content {
        min-height: 100svh;
        padding-top: 110px;
        padding-bottom: 92px;
    }

    .hero-slide__copy {
        width: 100%;
    }

    .hero-slide h1 {
        font-size: clamp(30px, 9vw, 44px);
        line-height: 1.08;
    }

    .hero-slide__subtitle {
        max-width: 100%;
        margin-top: 22px;
        font-size: clamp(30px, 9vw, 46px);
        line-height: 1.12;
        white-space: normal;
    }

    .hero-slide__button {
        margin-top: 28px;
    }

    .hero-services {
        display: none;
    }

    .hero-slider__controls {
        top: auto;
        right: 20px;
        bottom: 24px;
        flex-direction: row;
        transform: none;
    }

    .hero-slider__counter {
        flex-direction: row;
    }

    .hero-slider__counter i {
        width: 24px;
        height: 1px;
    }

    .company-introduction__layout {
        height: auto;
        min-height: 100svh;
        grid-template-columns: 1fr;
        padding-top: 94px;
        padding-bottom: 34px;
        overflow: hidden;
    }

    .company-introduction__content {
        width: 100%;
        min-height: calc(100svh - 128px);
        padding: 36px 0 0;
        justify-content: center;
    }

    .company-introduction__eyebrow {
        font-size: 11px;
    }

    .company-introduction h2 {
        max-width: 520px;
        margin-top: 18px;
        font-size: clamp(43px, 13vw, 66px);
        line-height: 0.98;
    }

    .company-introduction__description {
        max-width: 520px;
        margin-top: 22px;
        font-size: 15px;
        line-height: 1.65;
    }

    .company-introduction__shade {
        background:
            linear-gradient(90deg, rgb(18 16 14 / 94%), rgb(18 16 14 / 68%)),
            linear-gradient(0deg, rgb(18 16 14 / 74%), rgb(18 16 14 / 18%));
    }

    .company-introduction__background {
        background-position: 68% center;
    }

    .company-introduction__button {
        min-height: 52px;
        margin-top: 28px;
    }

    .company-introduction__process {
        margin-top: 44px;
        padding-top: 24px;
    }

    .company-introduction__process-item {
        min-height: 62px;
        padding-right: 14px;
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 8px;
    }

    .company-introduction__process-item + .company-introduction__process-item {
        padding-left: 16px;
    }

    .company-introduction__process-number {
        font-size: 27px;
    }

    .company-introduction__process-item strong {
        font-size: 12px;
    }

    .category-showcase {
        min-height: 820px;
    }

    .category-slide__stage {
        min-height: 760px;
        padding-top: 92px;
        padding-bottom: 90px;
    }

    .category-slide__image-wrap {
        width: calc(100vw - 56px);
        height: min(38vh, 340px);
        transform: translateY(-9vh);
    }

    .category-slide__content {
        top: calc(50% + 52px);
        right: auto;
        bottom: auto;
        left: 50%;
        width: calc(100% - 72px);
        margin: 0;
        padding: 18px 20px;
        transform: translateX(-50%);
    }

    .category-slide__content h2 {
        font-size: 18px;
    }

    .category-showcase__navigation {
        top: calc(50% - 9vh);
        bottom: auto;
        width: calc(100vw - 16px);
    }

    .category-showcase__tabs {
        overflow-x: auto;
        grid-template-columns: repeat(4, minmax(150px, 1fr));
        scrollbar-width: none;
    }

    .category-showcase__tabs::-webkit-scrollbar {
        display: none;
    }

    .category-showcase__arrow {
        display: grid;
        width: 40px;
        height: 40px;
    }

    .featured-projects {
        min-height: 820px;
    }

    .featured-projects__panel {
        min-height: 820px;
        grid-template-columns: 1fr;
        align-content: start;
        padding-top: 94px;
        padding-bottom: 72px;
    }

    .featured-projects__copy {
        min-height: 0;
        padding: 28px 24px;
        box-shadow: none;
    }

    .featured-projects__script {
        font-size: 31px;
    }

    .featured-projects__copy h2 {
        font-size: 28px;
    }

    .featured-projects__introduction {
        margin-top: 16px;
        font-size: 12px;
        line-height: 1.65;
    }

    .featured-projects__copy .home-outline-link {
        margin-top: 18px;
    }

    .featured-projects__visual {
        height: 310px;
        box-shadow: none;
    }

    .featured-projects__tabs {
        right: auto;
        bottom: 12px;
        left: 50%;
        width: calc(100% - 24px);
        gap: 6px;
    }

    .featured-projects__tab {
        height: 76px;
    }

    .featured-projects__tab strong {
        padding: 7px;
        font-size: 9px;
    }

    .latest-articles__layout {
        padding-top: 110px;
        padding-bottom: 72px;
    }

    .latest-articles__header {
        display: block;
        margin-bottom: 34px;
    }

    .latest-articles__header h2 {
        font-size: 43px;
    }

    .latest-articles__header > a {
        margin-top: 24px;
    }

    .latest-articles__grid {
        grid-template-columns: 1fr;
    }

    .latest-article:last-child {
        grid-column: auto;
    }

    .latest-article__media {
        height: 260px;
    }

    #home-footer .site-footer {
        min-height: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .company-introduction__eyebrow,
    .company-introduction h2,
    .company-introduction__rule,
    .company-introduction__description,
    .company-introduction__button,
    .company-introduction__process-item,
    .home-effects-ready .category-showcase .category-slide__image-wrap,
    .home-effects-ready .category-showcase .category-slide__content,
    .home-effects-ready .category-showcase .category-showcase__navigation,
    .home-effects-ready .featured-projects .featured-projects__copy,
    .home-effects-ready .featured-projects .featured-projects__visual,
    .home-effects-ready .latest-articles .latest-articles__header,
    .home-effects-ready .latest-articles .latest-article,
    .home-effects-ready .homepage-video .homepage-video__header,
    .home-effects-ready .homepage-video .homepage-video__viewport,
    .home-effects-ready .homepage-video .homepage-video__controls,
    .home-effects-ready .home-ending .trusted-partners__heading,
    .home-effects-ready .home-ending .trusted-partners__list,
    .home-effects-ready #home-footer .site-footer__introduction,
    .home-effects-ready #home-footer .site-footer__grid,
    .home-effects-ready #home-footer .site-footer__bottom {
        opacity: 1 !important;
        filter: none !important;
        transform: none !important;
    }
}

/* 2026-08-20: Editorial split layout for the homepage collection section. */
.category-showcase {
    position: relative !important;
    min-height: 100svh !important;
    padding: clamp(6.25rem, 10vh, 8.5rem) 0 clamp(3.5rem, 6vh, 5rem) !important;
    background: #f5f2eb !important;
    color: #24211d !important;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    overflow: hidden !important;
}

.category-showcase__background,
.category-showcase__wash {
    display: none !important;
}

.category-showcase__intro {
    position: relative;
    z-index: 3;
    margin: 0 auto clamp(3rem, 6vh, 5.25rem);
    text-align: center;
}

.category-showcase__kicker {
    margin: 0;
    color: #201d1a;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.category-showcase__kicker::after {
    content: "";
    display: block;
    width: 44px;
    height: 2px;
    margin: 12px auto 0;
    background: var(--brand-gold);
}

.category-showcase__intro-title {
    margin: 1.4rem 0 0;
    color: #4a4641;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.55rem, 2.2vw, 2.2rem);
    font-weight: 400;
    letter-spacing: 0.04em;
}

.category-showcase__slides {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    display: grid !important;
    align-items: center !important;
}

.category-showcase__slide {
    grid-area: 1 / 1 !important;
    position: relative !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(22px) !important;
    transition: opacity 0.65s ease, transform 0.65s ease, visibility 0s linear 0.65s !important;
}

.category-showcase__slide.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    transition-delay: 0s !important;
}

.category-showcase__stage {
    width: min(100%, 1500px) !important;
    max-width: none !important;
    min-height: clamp(430px, 58vh, 650px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 56fr) minmax(360px, 44fr) !important;
    align-items: stretch !important;
}

.category-showcase__figure {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: 100% !important;
    min-height: inherit !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #e4dfd6 !important;
}

.category-showcase__figure img {
    width: 100% !important;
    height: 100% !important;
    min-height: inherit !important;
    display: block !important;
    object-fit: cover !important;
    transition: transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1) !important;
}

.category-showcase__slide.is-active:hover .category-showcase__figure img {
    transform: scale(1.025) !important;
}

.category-showcase__card {
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    width: auto !important;
    max-width: none !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: clamp(3rem, 6vw, 7rem) !important;
    background: #fff !important;
    color: #28241f !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    text-align: left !important;
}

.category-showcase__card .home-eyebrow {
    margin-bottom: 1.4rem !important;
    color: var(--brand-gold-dark) !important;
    font-size: 0.75rem !important;
    letter-spacing: 0.18em !important;
}

.category-showcase__card h2 {
    margin: 0 !important;
    color: #28241f !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(2.6rem, 4.8vw, 5.5rem) !important;
    font-weight: 400 !important;
    line-height: 1.02 !important;
    letter-spacing: -0.035em !important;
    text-transform: none !important;
}

.category-showcase__card p:not(.home-eyebrow) {
    max-width: 36rem !important;
    margin: 1.75rem 0 0 !important;
    color: #77716a !important;
    font-size: clamp(0.98rem, 1.15vw, 1.13rem) !important;
    line-height: 1.8 !important;
}

.category-showcase__card a {
    position: relative !important;
    isolation: isolate;
    min-width: 190px !important;
    margin-top: 2.25rem !important;
    padding: 1rem 1.25rem !important;
    overflow: hidden !important;
    border: 1px solid var(--brand-gold) !important;
    background: transparent !important;
    color: #4a3b1b !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 2rem !important;
    font-weight: 700 !important;
    transition: color 0.35s ease, border-color 0.35s ease !important;
}

.category-showcase__card a::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: var(--brand-gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}

.category-showcase__card a:hover::before {
    transform: scaleX(1);
}

.category-showcase__card a:hover {
    color: #16130e !important;
}

.category-showcase__navigation {
    position: relative !important;
    inset: auto !important;
    z-index: 4 !important;
    width: min(calc(100% - 2rem), 1500px) !important;
    max-width: none !important;
    margin: clamp(1.75rem, 3vh, 2.75rem) auto 0 !important;
    padding: 0 !important;
    color: #2a2723 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1rem !important;
}

.category-showcase__tabs {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.55rem !important;
    flex-wrap: wrap !important;
}

.category-showcase__tab {
    width: 10px !important;
    height: 10px !important;
    min-width: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid #8e877e !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: transparent !important;
    font-size: 0 !important;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease !important;
}

.category-showcase__tab.is-active {
    border-color: var(--brand-gold) !important;
    background: var(--brand-gold) !important;
    transform: scale(1.2) !important;
}

.category-showcase__arrow {
    position: relative !important;
    inset: auto !important;
    width: 42px !important;
    height: 42px !important;
    border: 1px solid #b6afa5 !important;
    background: transparent !important;
    color: #312d28 !important;
    display: grid !important;
    place-items: center !important;
    transition: background 0.3s ease, border-color 0.3s ease !important;
}

.category-showcase__arrow:hover {
    border-color: var(--brand-gold) !important;
    background: var(--brand-gold) !important;
}

@media (max-width: 900px) {
    .category-showcase {
        min-height: auto !important;
        padding: 6.5rem 0 3.5rem !important;
        display: block !important;
    }

    .category-showcase__intro {
        margin-bottom: 2.25rem !important;
        padding: 0 1.25rem !important;
    }

    .category-showcase__stage {
        width: calc(100% - 2rem) !important;
        min-height: 0 !important;
        grid-template-columns: 1fr !important;
    }

    .category-showcase__figure {
        min-height: clamp(300px, 58vw, 480px) !important;
    }

    .category-showcase__figure img {
        min-height: 0 !important;
        aspect-ratio: 4 / 3 !important;
    }

    .category-showcase__card {
        min-height: 0 !important;
        padding: 2.5rem 1.5rem 2.75rem !important;
    }

    .category-showcase__card h2 {
        font-size: clamp(2.5rem, 11vw, 4.2rem) !important;
    }

    .category-showcase__navigation {
        margin-top: 1.5rem !important;
    }
}

@media (max-width: 520px) {
    .category-showcase__intro-title {
        font-size: 1.45rem !important;
    }

    .category-showcase__figure {
        min-height: 260px !important;
    }

    .category-showcase__card {
        padding: 2rem 1.25rem 2.25rem !important;
    }

    .category-showcase__card a {
        width: 100% !important;
        min-width: 0 !important;
    }
}
