@font-face {
    font-family: "Playfair Display";
    src: url("../../fonts/playfair-display/playfair-display-variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

body.etk-pg {
    margin: 0;
    background: #1a0800;
    color: #f5f1ea;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.etk-pg::before,
body.etk-pg::after {
    display: none !important;
}

.etk-main {
    position: relative;
    background: #efeeea;
    font-family: "Inter", sans-serif;
}

.etk-hero {
    position: relative;
    background: #efeeea;
    padding: clamp(120px, 16vw, 210px) 0 clamp(48px, 6vw, 90px);
    overflow: hidden;
}

.etk-hero__in {
    width: min(100vw - 48px, 1440px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
}

.etk-hero__tt {
    margin: 0;
    font-family: "Outfit", system-ui, sans-serif;
    font-size: clamp(2.6rem, 4.8vw, 4.4rem);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.03em;
    text-transform: none;
    color: #16151a;
}

.etk-hero__ld {
    margin: clamp(16px, 2vw, 26px) 0 0;
    max-width: 44ch;
    color: #6d6a63;
    font-size: clamp(0.95rem, 1.1vw, 1.06rem);
    line-height: 1.7;
}
.etk-hero__stack {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(12px, 1.4vw, 20px);
    align-items: start;
}

.etk-hero__shot {
    margin: 0;
    border-radius: 10px;
    box-shadow: 0 14px 34px -10px color-mix(in srgb, var(--pk-bg) 60%, #000);
}

.etk-hero__shot img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: var(--pk-bg);
}
.etk-hero__shot:first-child { grid-column: 1 / -1; }

@media (max-width: 900px) {
    .etk-hero {
        padding-top: clamp(104px, 22vw, 150px);
    }

    .etk-hero__in {
        grid-template-columns: 1fr;
        gap: clamp(24px, 6vw, 40px);
    }
}
body.etk-pg .nav-link,
body.etk-pg .nav-link:link,
body.etk-pg .nav-link:visited {
    color: #16151a;
}

body.etk-pg .nav-link:hover,
body.etk-pg .nav-link.active {
    color: #dc2626;
}

body.etk-pg #navbar .hamburger span {
    background: #16151a;
}

.pk {
    position: relative;
    z-index: 1;
    background: #efeeea;
    padding: clamp(64px, 8vw, 120px) 0 clamp(72px, 9vw, 130px);
}

.pk__in {
    width: min(100vw - 48px, 1440px);
    margin-inline: auto;
}

.pk__head {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vw, 34px);
    margin-bottom: clamp(28px, 4vw, 48px);
}

.pk__title {
    margin: 0;
    font-family: "Outfit", system-ui, sans-serif;
    font-size: clamp(1.6rem, 2.6vw, 2.4rem);
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: -0.01em;
    text-transform: none;
    color: #16151a;
}
.pk__rail {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.pk__chip {
    padding: 8px 16px;
    border: 1px solid #cfcdc6;
    border-radius: 999px;
    background: transparent;
    color: #6d6a63;
    font: inherit;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    cursor: pointer;
    white-space: nowrap;
    transition: color .3s, border-color .3s, background-color .3s;
}

.pk__chip:hover {
    color: #16151a;
    border-color: #a5a29a;
}

.pk__chip.is-active {
    background: #16151a;
    border-color: #16151a;
    color: #f4f3f0;
}
.pk__grid {
    column-count: 3;
    column-gap: clamp(14px, 1.6vw, 24px);
}

.pk__card {
    margin: 0 0 clamp(14px, 1.6vw, 24px);
    break-inside: avoid;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pk__card[hidden] { display: none; }

.pk__open {
    all: unset;
    display: block;
    cursor: zoom-in;
    border-radius: 10px;
    box-shadow: 0 10px 26px -8px color-mix(in srgb, var(--pk-bg) 65%, #000);
    position: relative;
    top: 0;
    transition: top .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s;
}

.pk__open img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: var(--pk-bg);
}

.pk__open:hover,
.pk__open:focus-visible {
    top: -4px;
    box-shadow: 0 22px 44px -10px color-mix(in srgb, var(--pk-bg) 55%, #000);
}
.pk__cap {
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 1.02rem;
    font-weight: 500;
    color: #16151a;
}
.pk__lb {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(16px, 4vw, 56px);
    background: rgba(12, 12, 14, .92);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s;
}

.pk__lb.is-open {
    opacity: 1;
    visibility: visible;
}

.pk__lb img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
    object-fit: contain;
}

.pk__lb-close {
    position: absolute;
    top: clamp(12px, 2vw, 24px);
    right: clamp(12px, 2vw, 24px);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    background: transparent;
    color: #f4f3f0;
    cursor: pointer;
    transition: background-color .3s;
}

.pk__lb-close:hover { background: rgba(255, 255, 255, .12); }
.pk__lb-close svg { width: 18px; height: 18px; }
@media (max-width: 1024px) {
    .pk__grid { column-count: 2; }
}

@media (max-width: 860px) {
    .pk__rail {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        margin-inline: -14px;
        padding: 2px 14px 10px;
        scrollbar-width: none;
    }

    .pk__rail::-webkit-scrollbar { display: none; }
    .pk__chip { scroll-snap-align: start; }
}

@media (max-width: 600px) {
    .pk__grid { column-count: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .pk__open,
    .pk__lb { transition-duration: .01ms; }
}
.etk-hero__tt,
.etk-hero__tt * {
    font-family: "Outfit", system-ui, sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.03em;
    text-transform: none;
}

.etk-hero__tt {
    font-size: clamp(3.4rem, 7.2vw, 7rem);
    line-height: 1;
    max-width: none;
}
