/**
 * Kitchen overview (landing) styles scoped to the /kitchen route.
 */

.page-kitchen-overview .home-hero {
    position: relative;
    overflow: hidden;
    margin: clamp(1rem, 4vw, 3.5rem) 0 clamp(2.5rem, 4vw, 4rem);
    border-radius: clamp(2.1rem, 4vw, 2.75rem);
    background: linear-gradient(135deg, rgba(242, 229, 205, 0.92), rgba(229, 207, 167, 0.82));
    border: 1px solid rgba(176, 122, 42, 0.22);
    box-shadow: 0 45px 90px -60px rgba(43, 24, 12, 0.55);
    padding: clamp(2rem, 4vw, 3.8rem);
    isolation: isolate;
}

.page-kitchen-overview .home-hero__background {
    position: absolute;
    inset: 0;
    background-image: var(--hero-bg);
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    filter: saturate(0.6) contrast(0.95);
    transform: scale(1.02);
    z-index: -4;
}

.page-kitchen-overview .home-hero__glow {
    position: absolute;
    inset: -30% -25% auto;
    width: 160%;
    height: 160%;
    background: radial-gradient(circle at 25% 15%, rgba(240, 224, 198, 0.65), transparent 55%),
        radial-gradient(circle at 70% 35%, rgba(208, 168, 112, 0.35), transparent 60%),
        radial-gradient(circle at 80% 70%, rgba(31, 78, 74, 0.25), transparent 60%);
    filter: blur(0px);
    opacity: 0.8;
    pointer-events: none;
    z-index: -2;
}

.page-kitchen-overview .home-hero__mesh {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 22% 28%, rgba(255, 244, 224, 0.6) 0, rgba(246, 228, 201, 0.18) 32%, transparent 58%),
        radial-gradient(circle at 75% 20%, rgba(120, 86, 38, 0.28) 0, transparent 45%),
        repeating-linear-gradient(132deg, rgba(176, 122, 42, 0.12), rgba(176, 122, 42, 0.12) 1px, transparent 1px, transparent 18px);
    mix-blend-mode: soft-light;
    opacity: 0.6;
    pointer-events: none;
    z-index: -2;
}

.page-kitchen-overview .home-hero__orb {
    position: absolute;
    width: clamp(260px, 30vw, 360px);
    height: clamp(260px, 30vw, 360px);
    bottom: -12%;
    right: -8%;
    background: radial-gradient(circle at center, rgba(176, 122, 42, 0.35), rgba(114, 53, 49, 0.22) 60%, transparent 78%);
    filter: blur(0px);
    opacity: 0.65;
    pointer-events: none;
    z-index: -3;
}

.page-kitchen-overview .home-hero::after {
    content: '';
    position: absolute;
    inset: 10% 8%;
    border-radius: clamp(1.6rem, 4vw, 2.2rem);
    border: 1px solid rgba(176, 122, 42, 0.16);
    background: linear-gradient(120deg, rgba(246, 235, 212, 0.14), rgba(255, 247, 234, 0.08));
    z-index: -1;
}

.page-kitchen-overview .home-hero__inner {
    display: grid;
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: start;
}

@media (min-width: 960px) {
    .page-kitchen-overview .home-hero__inner {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    }
}

.page-kitchen-overview .home-hero__copy {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.page-kitchen-overview .home-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 1.2rem;
    border-radius: 1.6rem;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--tp-color-teal);
    background: linear-gradient(135deg, rgba(246, 235, 212, 0.9), rgba(240, 222, 192, 0.78));
    border: 1px solid rgba(176, 122, 42, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.page-kitchen-overview .home-hero__eyebrow {
    display: block;
    font-size: 0.85rem;
    letter-spacing: 0.26em;
    color: rgba(20, 55, 50, 0.78);
    line-height: 1.6;
}

.page-kitchen-overview .home-hero__title {
    margin: 0;
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-size: clamp(1.4rem, 3vw, 2.6rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #1f1c16;
}

.page-kitchen-overview .home-hero__lead {
    margin: 0;
    font-size: clamp(1.02rem, 2.3vw, 1.3rem);
    color: rgba(31, 28, 22, 0.88);
}

.page-kitchen-overview .home-hero__sub {
    margin: 0;
    font-size: clamp(0.97rem, 2vw, 1.15rem);
    color: rgba(31, 28, 22, 0.75);
    max-width: 52ch;
}

.page-kitchen-overview .home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.page-kitchen-overview .home-hero__stats-card {
    align-self: flex-start;
    border-radius: 1.3rem;
    padding: clamp(1rem, 2.2vw, 1.6rem) clamp(1.4rem, 2.6vw, 2.1rem);
    background: linear-gradient(140deg, rgba(247, 235, 214, 0.95), rgba(240, 224, 198, 0.88));
    box-shadow: 0 16px 40px -28px rgba(68, 40, 18, 0.4);
    border: 1px solid rgba(176, 122, 42, 0.28);
}

.page-kitchen-overview .home-hero__stats-label {
    margin: 0 0 0.65rem;
    font-size: 0.78rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(31, 28, 22, 0.55);
}

.page-kitchen-overview .home-hero__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    margin: 0;
}

.page-kitchen-overview .home-hero__metrics dt {
    margin: 0;
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-size: clamp(1.75rem, 3.2vw, 2.4rem);
    font-weight: 600;
    color: var(--tp-color-teal);
}

.page-kitchen-overview .home-hero__metrics dd {
    margin: 0;
    font-size: 0.82rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(31, 28, 22, 0.58);
}

.page-kitchen-overview .home-hero__visual {
    position: relative;
    display: grid;
    gap: clamp(1.8rem, 3vw, 2.4rem);
    justify-items: center;
    width: 100%;
}

@media (min-width: 960px) {
    .page-kitchen-overview .home-hero__visual {
        justify-items: end;
    }
}

.page-kitchen-overview .home-hero__front {
    position: relative;
    margin: 0;
    width: min(100%, 420px);
    border-radius: clamp(1.6rem, 3vw, 2.4rem);
    overflow: hidden;
    border: 1px solid rgba(176, 122, 42, 0.28);
    background: linear-gradient(165deg, rgba(246, 235, 212, 0.95), rgba(209, 169, 115, 0.25));
    box-shadow: 0 24px 60px -38px rgba(71, 41, 19, 0.45);
    isolation: isolate;
}

.page-kitchen-overview .home-hero__front::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(195deg, rgba(31, 78, 74, 0.22), rgba(176, 122, 42, 0.15));
    opacity: 0.52;
    pointer-events: none;
}

.page-kitchen-overview .home-hero__front img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-kitchen-overview .home-hero__stack {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 2.4vw, 1.7rem);
    width: min(100%, 320px);
}

@media (min-width: 1024px) {
    .page-kitchen-overview .home-hero__stack {
        align-self: start;
        justify-self: end;
        margin-left: clamp(1.5rem, 3vw, 2.5rem);
    }
}

.page-kitchen-overview .home-hero__stack-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1.45rem;
    background: linear-gradient(160deg, rgba(247, 236, 215, 0.95), rgba(236, 220, 192, 0.82));
    border: 1px solid rgba(176, 122, 42, 0.35);
    box-shadow: 0 20px 44px -30px rgba(71, 41, 19, 0.48);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    min-height: 180px;
}

.page-kitchen-overview .home-hero__stack-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 58px -36px rgba(71, 41, 19, 0.5);
}

.page-kitchen-overview .home-hero__stack-card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    filter: saturate(0.85) contrast(0.95);
}

.page-kitchen-overview .home-hero__stack-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(190deg, rgba(114, 53, 49, 0.15), transparent 65%);
    pointer-events: none;
    mix-blend-mode: multiply;
}

.page-kitchen-overview .home-hero__stack-card-meta {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 1.15rem 1.2rem;
}

.page-kitchen-overview .home-hero__stack-card-number {
    font-size: 0.78rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: rgba(31, 28, 22, 0.5);
}

.page-kitchen-overview .home-hero__stack-card-title {
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-size: 1.05rem;
    color: var(--tp-color-teal);
}

.page-kitchen-overview .home-hero__visual-fallback {
    width: 100%;
    border-radius: 1.5rem;
    border: 1px dashed rgba(148, 163, 184, 0.45);
    padding: clamp(1.5rem, 3vw, 2.5rem);
    background: rgba(255, 255, 255, 0.65);
    text-align: center;
    color: rgba(15, 23, 42, 0.55);
    font-size: 0.95rem;
}

.page-kitchen-overview .home-experience {
    margin: clamp(3rem, 6vw, 6rem) 0;
}

.page-kitchen-overview .home-experience__header {
    text-align: center;
    max-width: 58ch;
    margin: 0 auto clamp(2rem, 4vw, 3rem);
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.page-kitchen-overview .home-experience__eyebrow {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: rgba(31, 28, 22, 0.55);
}

.page-kitchen-overview .home-experience__header h2 {
    margin: 0;
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-size: clamp(2rem, 3.5vw, 2.8rem);
}

.page-kitchen-overview .home-experience__header p {
    margin: 0;
    color: rgba(15, 23, 42, 0.6);
    font-size: clamp(0.95rem, 1.8vw, 1.05rem);
}

.page-kitchen-overview .home-experience__grid {
    display: grid;
    gap: clamp(1.2rem, 3vw, 2rem);
}

@media (min-width: 720px) {
    .page-kitchen-overview .home-experience__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.page-kitchen-overview .home-experience__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.6rem;
    padding: clamp(1.5rem, 3vw, 2.4rem);
    border-radius: 1.8rem;
    border: 1px solid rgba(176, 122, 42, 0.25);
    background: linear-gradient(150deg, rgba(246, 235, 212, 0.95), rgba(232, 210, 176, 0.85));
    box-shadow: 0 26px 52px -36px rgba(71, 41, 19, 0.35);
    min-height: 320px;
}

.page-kitchen-overview .home-experience__card-body h3 {
    margin: 0 0 0.65rem;
    font-size: clamp(1.2rem, 2.4vw, 1.55rem);
    font-weight: 600;
    color: var(--tp-color-teal);
}

.page-kitchen-overview .home-experience__card-body p {
    margin: 0;
    color: rgba(31, 28, 22, 0.72);
    font-size: 0.98rem;
}

.page-kitchen-overview .home-experience__cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--tp-color-teal);
    padding-right: 0.25rem;
}

.page-kitchen-overview .home-experience__cta svg {
    transition: transform 0.2s ease;
}

.page-kitchen-overview .home-experience__cta:hover svg {
    transform: translateX(3px);
}

.page-kitchen-overview .home-featured {
    margin: clamp(3rem, 5vw, 5.5rem) 0;
    display: flex;
    flex-direction: column;
    gap: clamp(2rem, 4vw, 3rem);
}

.page-kitchen-overview .home-featured__header {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    max-width: 60ch;
}

.page-kitchen-overview .home-featured__eyebrow {
    font-size: 0.8rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(31, 28, 22, 0.55);
}

.page-kitchen-overview .home-featured__header h2 {
    margin: 0;
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    color: #1f1c16;
}

.page-kitchen-overview .home-featured__header p {
    margin: 0;
    color: rgba(31, 28, 22, 0.68);
    font-size: 1rem;
}

.page-kitchen-overview .home-featured__grid {
    display: grid;
    gap: clamp(1.2rem, 3vw, 2rem);
}

@media (min-width: 720px) {
    .page-kitchen-overview .home-featured__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.page-kitchen-overview .home-featured__card {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: clamp(1.25rem, 3vw, 2.1rem);
    border-radius: 1.6rem;
    border: 1px solid rgba(176, 122, 42, 0.22);
    background: linear-gradient(155deg, rgba(248, 238, 219, 0.95), rgba(235, 214, 183, 0.85));
    box-shadow: 0 22px 48px -34px rgba(71, 41, 19, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    min-height: 280px;
}

.page-kitchen-overview .home-featured__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px -34px rgba(71, 41, 19, 0.45);
}

.page-kitchen-overview .home-featured__number {
    font-size: 0.78rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(31, 28, 22, 0.45);
}

.page-kitchen-overview .home-featured__title {
    margin: 0;
    font-size: clamp(1.25rem, 2.6vw, 1.5rem);
    font-weight: 600;
    color: var(--tp-color-teal);
}

.page-kitchen-overview .home-featured__description {
    margin: 0;
    color: rgba(31, 28, 22, 0.72);
    font-size: 0.98rem;
    flex: 1;
}

.page-kitchen-overview .home-featured__link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    text-decoration: none;
    font-weight: 600;
    color: var(--tp-color-teal);
    border-bottom: 1px solid rgba(31, 78, 74, 0.3);
    padding-bottom: 0.15rem;
}

.page-kitchen-overview .home-featured__link svg {
    transition: transform 0.2s ease;
}

.page-kitchen-overview .home-featured__link:hover svg {
    transform: translateX(4px);
}

.page-kitchen-overview .home-featured__link:hover {
    color: var(--tp-color-teal-dark);
    border-bottom-color: rgba(20, 55, 50, 0.45);
}

.page-kitchen-overview .home-library-cta {
    margin: clamp(4rem, 7vw, 6.5rem) 0 clamp(3rem, 5vw, 5.5rem);
}

.page-kitchen-overview .home-library-cta__inner {
    position: relative;
    padding: clamp(2.2rem, 4vw, 3.4rem);
    border-radius: clamp(2rem, 4vw, 2.6rem);
    background: linear-gradient(140deg, rgba(246, 235, 212, 0.95), rgba(229, 206, 168, 0.85));
    border: 1px solid rgba(176, 122, 42, 0.22);
    box-shadow: 0 30px 64px -40px rgba(71, 41, 19, 0.35);
    overflow: hidden;
}

.page-kitchen-overview .home-library-cta__inner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 18%, rgba(255, 247, 234, 0.5), transparent 60%),
        radial-gradient(circle at 82% 80%, rgba(208, 168, 112, 0.2), transparent 62%);
    pointer-events: none;
}

.page-kitchen-overview .home-library-cta__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.95rem;
    border-radius: 999px;
    background: rgba(31, 78, 74, 0.12);
    color: var(--tp-color-teal);
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-bottom: 1.2rem;
}

.page-kitchen-overview .home-library-cta__inner h2 {
    margin: 0 0 1rem;
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-size: clamp(2.1rem, 3.6vw, 2.9rem);
    color: #1f1c16;
}

.page-kitchen-overview .home-library-cta__inner p {
    margin: 0 0 1.6rem;
    color: rgba(31, 28, 22, 0.7);
    max-width: 60ch;
    font-size: clamp(0.98rem, 2vw, 1.1rem);
}

.page-kitchen-overview .home-library-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
