.tc-home {
    background: #f6f4ee;
    color: #18251f;
}

.tc-home-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: min(88vh, 920px);
    place-items: center;
    overflow: hidden;
    background: #27372f;
}

.tc-home-hero-poster,
.tc-home-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.tc-home-hero-poster {
    z-index: -4;
}

.tc-home-hero-poster img,
.tc-home-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tc-home-hero-video {
    z-index: -3;
}

.tc-home-hero-shade {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 50% 42%, rgba(14, 22, 18, 0.2), rgba(15, 23, 19, 0.46) 62%, rgba(10, 16, 13, 0.7)),
        linear-gradient(180deg, rgba(12, 19, 15, 0.24), rgba(12, 19, 15, 0.58));
}

.tc-home-hero-content {
    width: min(92vw, 920px);
    padding: 96px 24px 112px;
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.32);
}

.tc-home-kicker {
    margin: 0 0 10px;
    font-size: clamp(0.75rem, 1vw, 0.9rem);
    font-weight: 700;
    letter-spacing: 0.36em;
    text-transform: uppercase;
}

.tc-home-hero h1 {
    max-width: 920px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(2.25rem, 6vw, 6.4rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.94;
    text-wrap: balance;
}

.tc-top-clocks-brand {
    white-space: nowrap;
}

.tc-home-search {
    display: grid;
    grid-template-columns: 1fr 58px;
    width: min(100%, 680px);
    min-height: 58px;
    margin: clamp(28px, 5vw, 48px) auto 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
    text-shadow: none;
    backdrop-filter: blur(8px);
}

.tc-home-search input {
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #1d2c25;
    padding: 0 8px 0 26px;
    font: inherit;
}

.tc-home-search input::placeholder {
    color: #66736c;
    opacity: 1;
}

.tc-home-search button {
    display: grid;
    border: 0;
    background: #8368a9;
    color: #fff;
    cursor: pointer;
    place-items: center;
    transition: background-color 160ms ease, transform 160ms ease;
}

.tc-home-search button:hover,
.tc-home-search button:focus-visible {
    background: #6f568f;
}

.tc-home-search button:active {
    transform: scale(0.96);
}

.tc-home-search svg,
.tc-home-scroll svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.tc-home-scroll {
    position: absolute;
    bottom: 28px;
    left: 50%;
    display: grid;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    gap: 4px;
    justify-items: center;
    letter-spacing: 0.22em;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.tc-home-categories {
    width: min(100%, 1540px);
    margin: 0 auto;
    padding: clamp(54px, 7vw, 96px) clamp(16px, 3vw, 44px) clamp(72px, 9vw, 128px);
}

.tc-home-categories-intro {
    width: min(100%, 860px);
    margin: 0 auto clamp(34px, 5vw, 62px);
    text-align: center;
}

.tc-home-categories-eyebrow {
    margin: 0 0 14px;
    color: #7a5a9b;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.tc-home-categories-intro h2 {
    margin: 0;
    color: #20372d;
    font-size: clamp(2rem, 4vw, 4.1rem);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.tc-home-categories-intro > p:last-child {
    width: min(100%, 760px);
    margin: 22px auto 0;
    color: #52645b;
    font-size: clamp(1rem, 1.5vw, 1.18rem);
    line-height: 1.62;
}

.tc-home-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 28px);
}

.tc-home-card {
    position: relative;
    isolation: isolate;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: clamp(16px, 2vw, 26px);
    background: #d9ded8;
    box-shadow: 0 18px 42px rgba(29, 47, 38, 0.09);
}

.tc-home-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.tc-home-card-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(12, 20, 16, 0.78));
}

.tc-home-card-copy {
    position: absolute;
    right: 24px;
    bottom: 22px;
    left: 24px;
    z-index: 1;
}

.tc-home-card h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.15rem, 1.75vw, 1.85rem);
    font-weight: 750;
    letter-spacing: -0.025em;
    line-height: 1.08;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.tc-home-card-copy p {
    margin: 9px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(0.8rem, 1vw, 0.98rem);
    line-height: 1.38;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.tc-home-guide {
    width: min(100% - 32px, 1452px);
    margin: 0 auto clamp(72px, 9vw, 128px);
}

.tc-home-guide__intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: clamp(28px, 6vw, 96px);
    align-items: end;
    padding: clamp(38px, 6vw, 78px);
    border-radius: clamp(22px, 3vw, 38px);
    background:
        radial-gradient(circle at 85% 10%, rgba(131, 104, 169, 0.18), transparent 34%),
        #e7ebe5;
}

.tc-home-guide__intro h2 {
    grid-column: 1;
    max-width: 760px;
    margin: 0;
    font-size: clamp(2.15rem, 5vw, 5.25rem);
    letter-spacing: -0.055em;
    line-height: 0.96;
}

.tc-home-guide__eyebrow {
    margin: 0 0 14px;
    color: #6f568f;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.tc-home-guide__intro > .tc-home-guide__eyebrow {
    grid-column: 1;
    margin-bottom: -12px;
}

.tc-home-guide__lead {
    grid-row: 1 / span 2;
    grid-column: 2;
    color: #42534a;
    font-size: clamp(1.05rem, 1.5vw, 1.3rem);
    line-height: 1.72;
}

.tc-home-guide__lead p {
    margin: 0;
}

.tc-home-guide__lead p + p {
    margin-top: 22px;
}

.tc-home-guide__lead .tc-home-guide__hook {
    color: #18251f;
    font-size: clamp(1.2rem, 1.8vw, 1.55rem);
    font-weight: 700;
    line-height: 1.35;
}

.tc-home-guide__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 28px);
    margin-top: clamp(14px, 2vw, 28px);
}

.tc-home-guide__card {
    position: relative;
    isolation: isolate;
    min-height: 690px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(24, 37, 31, 0.09);
    border-radius: clamp(18px, 2vw, 28px);
    background: #fff;
    box-shadow: 0 18px 42px rgba(29, 47, 38, 0.06);
}

.tc-home-guide__card::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 24%,
        rgba(255, 255, 255, 0.12) 38%,
        rgba(255, 255, 255, 0.88) 50%,
        #fff 60%
    );
    content: "";
    pointer-events: none;
}

.tc-home-guide__image {
    position: absolute;
    inset: 0 0 auto;
    z-index: 0;
    width: 100%;
    height: clamp(240px, 24vw, 340px);
    object-fit: cover;
    object-position: center 36%;
    transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.tc-home-guide__image--job {
    object-position: center 42%;
}

.tc-home-guide__image--room {
    object-position: 40% 48%;
}

.tc-home-guide__image--conditions {
    object-position: 48% 46%;
}

.tc-home-guide__number {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0;
    padding: clamp(24px, 3vw, 34px) clamp(28px, 4vw, 48px) 0;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.54);
}

.tc-home-guide__body {
    position: relative;
    z-index: 2;
    padding: clamp(240px, 19vw, 300px) clamp(28px, 4vw, 48px) clamp(30px, 4vw, 48px);
}

.tc-home-guide__body h3,
.tc-home-guide__closing h3 {
    margin: 0;
    font-size: clamp(1.45rem, 2.2vw, 2.15rem);
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.tc-home-guide__body p,
.tc-home-guide__closing-copy p {
    margin: 22px 0 0;
    color: #52645b;
    line-height: 1.72;
}

.tc-home-guide__closing {
    display: grid;
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(28px, 6vw, 96px);
    margin-top: clamp(14px, 2vw, 28px);
    padding: clamp(38px, 6vw, 72px);
    border-radius: clamp(22px, 3vw, 38px);
    background: #1f2b3a;
    color: #fff;
}

.tc-home-guide__closing .tc-home-guide__eyebrow {
    color: #bfa9de;
}

.tc-home-guide__closing-copy p {
    color: #d8dfdb;
}

.tc-home-guide__closing-copy p:first-child {
    margin-top: 0;
}

.tc-home-intent {
    margin-top: clamp(14px, 2vw, 28px);
    padding: clamp(38px, 6vw, 76px);
    overflow: hidden;
    border: 1px solid rgba(24, 37, 31, 0.1);
    border-radius: clamp(22px, 3vw, 38px);
    background:
        radial-gradient(circle at 100% 0%, rgba(193, 168, 223, 0.22), transparent 36%),
        linear-gradient(145deg, #f6f3ed 0%, #eef4ef 100%);
}

.tc-home-intent__intro {
    max-width: 860px;
    margin: 0;
    color: #26372f;
    font-size: clamp(1.16rem, 1.8vw, 1.48rem);
    font-weight: 650;
    line-height: 1.52;
}

.tc-home-intent__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: clamp(32px, 5vw, 62px);
    overflow: hidden;
    border: 1px solid rgba(24, 37, 31, 0.1);
    border-radius: clamp(18px, 2vw, 28px);
    background: rgba(24, 37, 31, 0.1);
}

.tc-home-intent__stage {
    position: relative;
    padding: clamp(30px, 4vw, 50px);
    background: rgba(255, 255, 255, 0.86);
}

.tc-home-intent__stage--action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #27382f;
    color: #fff;
}

.tc-home-intent__number {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    margin-bottom: 26px;
    border-radius: 50%;
    background: #27382f;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.tc-home-intent__stage--action .tc-home-intent__number {
    background: #c1a8df;
    color: #1f2b3a;
}

.tc-home-intent__chunk + .tc-home-intent__chunk {
    margin-top: clamp(34px, 4vw, 54px);
    padding-top: clamp(28px, 3vw, 42px);
    border-top: 1px solid rgba(24, 37, 31, 0.11);
}

.tc-home-intent h2,
.tc-home-intent h3 {
    margin: 0;
    color: #18251f;
    font-size: clamp(1.34rem, 1.8vw, 1.82rem);
    letter-spacing: -0.035em;
    line-height: 1.12;
}

.tc-home-intent__chunk p {
    margin: 18px 0 0;
    color: #52645b;
    line-height: 1.72;
}

.tc-home-intent__stage--action .tc-home-intent__chunk {
    display: block;
}

.tc-home-intent__stage--action h2,
.tc-home-intent__stage--action p {
    color: #fff;
}

.tc-home-intent__stage--action p {
    margin-top: 18px;
    color: #d8dfdb;
}

@media (hover: hover) {
    .tc-home-card:hover img {
        transform: scale(1.025);
    }

    .tc-home-guide__card:hover .tc-home-guide__image {
        transform: scale(1.025);
    }
}

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

    .tc-home-guide__intro,
    .tc-home-guide__closing {
        grid-template-columns: 1fr;
    }

    .tc-home-guide__intro h2,
    .tc-home-guide__intro > .tc-home-guide__eyebrow,
    .tc-home-guide__lead {
        grid-row: auto;
        grid-column: 1;
    }

    .tc-home-guide__grid {
        grid-template-columns: 1fr;
    }

    .tc-home-intent__grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 620px) {
    .tc-home-hero {
        min-height: 76svh;
        background-image: url("home/hero-woman-mobile-v2.webp");
        background-position: center;
        background-size: cover;
    }

    .tc-home-hero-poster img,
    .tc-home-hero-video {
        object-position: center;
    }

    .tc-home-hero-content {
        padding: 88px 14px 100px;
    }

    .tc-home-search {
        grid-template-columns: 1fr 52px;
        min-height: 54px;
    }

    .tc-home-search input {
        padding-left: 20px;
        font-size: 0.9rem;
    }

    .tc-home-grid {
        grid-template-columns: 1fr;
    }

    .tc-home-guide {
        width: min(100% - 24px, 1452px);
    }

    .tc-home-guide__intro,
    .tc-home-guide__closing {
        padding: 30px 24px;
    }

    .tc-home-intent {
        padding: 30px 20px;
    }

    .tc-home-intent__stage {
        padding: 28px 24px;
    }

    .tc-home-guide__card {
        min-height: 0;
    }

    .tc-home-guide__body {
        padding: 230px 24px 32px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tc-home-hero-video {
        display: none;
    }

    .tc-home-card img,
    .tc-home-guide__image,
    .tc-home-search button {
        transition: none;
    }
}
