/* ==========================================================================
   KONA Experience Journal
   A photographic editorial for selecting short Namibia experiences.
   ========================================================================== */

.page-activities {
    --ac-paper: #f2ecdf;
    --ac-paper-light: #faf6ed;
    --ac-ink: #171914;
    --ac-olive: #22281f;
    --ac-copper: #c57838;
    --ac-line: rgba(23, 25, 20, .16);
    background: var(--ac-paper);
}

.page-activities .kn-nav-active {
    color: var(--cp-copper-bright) !important;
}

.ac-hero {
    position: relative;
    min-height: max(820px, 100svh);
    padding-bottom: 88px;
    display: grid;
    grid-template-columns: minmax(440px, .82fr) minmax(0, 1.18fr);
    overflow: hidden;
    background: var(--ac-paper);
}

.ac-hero-copy {
    position: relative;
    z-index: 2;
    padding: clamp(160px, 19vh, 220px) clamp(42px, 6vw, 92px) 92px;
    border-right: 1px solid var(--ac-line);
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ac-hero-copy::after {
    content: "MOMENTS";
    position: absolute;
    left: -.05em;
    bottom: -.08em;
    color: rgba(23, 25, 20, .035);
    font: 400 clamp(110px, 14vw, 220px)/.7 var(--cp-display);
    letter-spacing: -.06em;
    pointer-events: none;
}

.ac-issue {
    width: min(100%, 560px);
    margin-bottom: clamp(50px, 8vh, 90px);
    padding-bottom: 13px;
    border-bottom: 1px solid var(--ac-line);
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: #777568;
    font: 600 9px/1 var(--cp-sans);
    letter-spacing: .16em;
}

.ac-issue span:first-child {
    color: var(--ac-copper);
}

.ac-hero h1 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--ac-ink);
    font-family: var(--cp-korean-serif);
    font-size: clamp(52px, 6vw, 88px);
    font-weight: 300;
    line-height: 1.13;
    letter-spacing: -.062em;
}

.ac-hero h1 em {
    color: var(--ac-copper);
    font-style: normal;
}

.ac-hero-copy > p {
    position: relative;
    z-index: 1;
    max-width: 570px;
    margin: 34px 0 0;
    color: #66665c;
    font-family: var(--cp-sans);
    font-size: 14px;
    line-height: 1.9;
}

.ac-hero-link {
    position: relative;
    z-index: 1;
    width: fit-content;
    margin-top: 38px;
    padding: 12px 0;
    border-bottom: 1px solid var(--ac-ink);
    display: inline-flex;
    align-items: center;
    gap: 34px;
    color: var(--ac-ink);
    font: 600 11px/1 var(--cp-sans);
}

.ac-hero-link i {
    width: 16px;
}

.ac-hero-link:hover {
    border-color: var(--ac-copper);
    color: var(--ac-copper);
}

.ac-hero-visual {
    min-width: 0;
    padding: 118px clamp(24px, 3vw, 48px) 50px;
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
    background:
        radial-gradient(circle at 82% 8%, rgba(197, 120, 56, .18), transparent 28rem),
        var(--ac-olive);
}

.ac-frame {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    background: #33372f;
}

.ac-frame-main {
    grid-row: 1 / 3;
}

.ac-frame-main img {
    object-position: 44% center;
}

.ac-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 58%, rgba(13, 15, 12, .68));
    pointer-events: none;
}

.ac-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.76) contrast(1.03);
    transition: transform 1.2s cubic-bezier(.16, 1, .3, 1), filter .5s ease;
}

.ac-frame:hover img {
    transform: scale(1.025);
    filter: saturate(.96) contrast(1.02);
}

.ac-frame-small:first-of-type img {
    object-position: center 34%;
}

.ac-frame figcaption {
    position: absolute;
    z-index: 2;
    left: 22px;
    right: 22px;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: rgba(250, 246, 237, .68);
    font: 500 9px/1.3 var(--cp-sans);
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ac-frame figcaption span {
    color: var(--cp-copper-bright);
    font: 400 24px/1 var(--cp-display);
    letter-spacing: 0;
}

.ac-hero-index {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    height: 88px;
    border-top: 1px solid var(--ac-line);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: rgba(242, 236, 223, .96);
}

.ac-hero-index span {
    padding: 0 clamp(24px, 4vw, 64px);
    border-right: 1px solid var(--ac-line);
    display: flex;
    align-items: center;
    gap: 14px;
    color: #77766b;
    font: 600 9px/1 var(--cp-sans);
    letter-spacing: .13em;
}

.ac-hero-index span:last-child {
    border-right: 0;
}

.ac-hero-index b {
    color: var(--ac-copper);
    font: 400 27px/1 var(--cp-display);
    letter-spacing: 0;
}

.ac-filterbar {
    position: sticky;
    top: 74px;
    z-index: 35;
    border-bottom: 1px solid var(--ac-line);
    background: rgba(242, 236, 223, .94);
    backdrop-filter: blur(18px);
    scroll-margin-top: 72px;
}

.ac-filter-inner {
    width: min(calc(100% - 96px), var(--cp-container));
    min-height: 82px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
}

.ac-filter-label {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.ac-filter-label span {
    color: var(--ac-copper);
    font: 600 9px/1 var(--cp-sans);
    letter-spacing: .15em;
}

.ac-filter-label strong {
    color: var(--ac-ink);
    font-family: var(--cp-korean-serif);
    font-size: 16px;
    font-weight: 500;
}

.ac-filter {
    display: flex;
    align-items: center;
    gap: 0;
}

.ac-filter-btn {
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    border-bottom: 1px solid transparent;
    background: transparent;
    color: #77766c;
    font: 500 11px/1 var(--cp-sans);
    cursor: pointer;
}

.ac-filter-btn:hover,
.ac-filter-btn.active {
    border-bottom-color: var(--ac-copper);
    color: var(--ac-ink);
}

.ac-collection {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: clamp(110px, 11vw, 170px) 0 !important;
    background:
        radial-gradient(circle at 5% 10%, rgba(197, 120, 56, .045), transparent 24rem),
        var(--ac-paper-light);
    scroll-margin-top: 150px;
}

.ac-shell {
    width: min(calc(100% - 96px), var(--cp-container));
    margin: 0 auto;
}

.ac-loading {
    min-height: 340px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 18px;
    color: #77766c;
    font: 500 11px/1 var(--cp-sans);
    letter-spacing: .08em;
}

.ac-loading > span {
    width: 30px;
    height: 30px;
    border: 1px solid var(--ac-line);
    border-top-color: var(--ac-copper);
    border-radius: 50%;
    animation: ac-spin .8s linear infinite;
}

@keyframes ac-spin {
    to { transform: rotate(360deg); }
}

.ac-region + .ac-region {
    margin-top: clamp(150px, 17vw, 250px);
}

.ac-region-head {
    margin-bottom: clamp(58px, 7vw, 94px);
    padding: 0 0 28px;
    border-bottom: 1px solid var(--ac-line);
    display: grid;
    grid-template-columns: 74px minmax(270px, .9fr) minmax(300px, 1fr) auto;
    gap: 34px;
    align-items: end;
}

.ac-region-number {
    color: var(--ac-copper);
    font: 400 52px/.8 var(--cp-display);
}

.ac-region-en {
    display: block;
    margin-bottom: 9px;
    color: #888679;
    font: 600 9px/1 var(--cp-sans);
    letter-spacing: .15em;
}

.ac-region-head h2 {
    margin: 0;
    color: var(--ac-ink);
    font-family: var(--cp-korean-serif);
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.055em;
}

.ac-region-head > p {
    max-width: 480px;
    margin: 0;
    color: #67675f;
    font-family: var(--cp-sans);
    font-size: 13px;
    line-height: 1.8;
}

.ac-region-count {
    color: #888679;
    font: 600 9px/1 var(--cp-sans);
    letter-spacing: .13em;
    white-space: nowrap;
}

.ac-journal-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(66px, 7vw, 104px) 24px;
    align-items: start;
}

.ac-card {
    min-width: 0;
    grid-column: span 4;
    color: var(--ac-ink);
}

.ac-card:nth-child(1) {
    grid-column: span 8;
}

.ac-card:nth-child(2) {
    grid-column: span 4;
    margin-top: 130px;
}

.ac-card:nth-child(6),
.ac-card:nth-child(7) {
    grid-column: span 6;
}

.ac-card:nth-child(9) {
    grid-column: span 8;
}

.ac-card-media,
.ac-card-typography {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #d8d1c4;
}

.ac-card:nth-child(1) .ac-card-media {
    aspect-ratio: 16 / 9;
}

.ac-card:nth-child(2) .ac-card-media {
    aspect-ratio: 3 / 4;
}

.ac-card:nth-child(6) .ac-card-media,
.ac-card:nth-child(7) .ac-card-media,
.ac-card:nth-child(9) .ac-card-media {
    aspect-ratio: 16 / 10;
}

.ac-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 14, 11, .04), transparent 58%, rgba(12, 14, 11, .5));
    pointer-events: none;
}

.ac-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.78);
    transition: transform .85s cubic-bezier(.16, 1, .3, 1), filter .4s ease;
}

.ac-card:hover .ac-card-media img {
    transform: scale(1.025);
    filter: saturate(1);
}

.ac-card-number,
.ac-card-category {
    position: absolute;
    z-index: 2;
    color: rgba(250, 246, 237, .9);
}

.ac-card-number {
    left: 20px;
    bottom: 16px;
    font: 400 clamp(40px, 4vw, 62px)/1 var(--cp-display);
}

.ac-card-category {
    top: 18px;
    left: 18px;
    padding: 7px 9px;
    background: rgba(21, 24, 19, .76);
    font: 600 8px/1 var(--cp-sans);
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ac-card-typography {
    padding: clamp(28px, 4vw, 52px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background:
        linear-gradient(rgba(250,246,237,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(250,246,237,.05) 1px, transparent 1px),
        var(--ac-olive);
    background-size: 42px 42px;
}

.ac-card-typography::after {
    content: "KONA";
    position: absolute;
    right: -.05em;
    bottom: -.2em;
    color: rgba(250, 246, 237, .035);
    font: 400 clamp(70px, 8vw, 120px)/1 var(--cp-display);
}

.ac-card-typography span {
    color: var(--cp-copper-bright);
    font: 400 52px/1 var(--cp-display);
}

.ac-card-typography b {
    position: relative;
    z-index: 1;
    max-width: 12ch;
    color: rgba(250, 246, 237, .78);
    font: 400 clamp(26px, 3vw, 44px)/1 var(--cp-display);
    letter-spacing: -.03em;
}

.ac-card-copy {
    padding-top: 24px;
}

.ac-card-meta {
    margin-bottom: 16px;
    display: flex;
    gap: 0;
    color: var(--ac-copper);
    font: 600 9px/1 var(--cp-sans);
    letter-spacing: .08em;
}

.ac-card-meta span {
    padding-right: 12px;
}

.ac-card-meta span + span {
    padding-left: 12px;
    border-left: 1px solid var(--ac-line);
}

.ac-card h3 {
    margin: 0;
    color: var(--ac-ink);
    font-family: var(--cp-korean-serif);
    font-size: clamp(24px, 2.5vw, 36px);
    font-weight: 400;
    line-height: 1.32;
    letter-spacing: -.045em;
}

.ac-card > .ac-card-copy > p {
    max-width: 590px;
    margin: 14px 0 22px;
    color: #6b6a60;
    font-family: var(--cp-sans);
    font-size: 12px;
    line-height: 1.8;
}

.ac-card-foot {
    padding-top: 15px;
    border-top: 1px solid var(--ac-line);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.ac-card-price {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ac-card-price strong {
    color: var(--ac-ink);
    font: 400 20px/1 var(--cp-display);
}

.ac-card-price span {
    color: #918f82;
    font: 500 8px/1 var(--cp-sans);
    letter-spacing: .06em;
}

.ac-card-arrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #727166;
    font: 600 9px/1 var(--cp-sans);
    letter-spacing: .04em;
}

.ac-card-arrow i {
    width: 14px;
    transition: transform .25s ease;
}

.ac-card:hover .ac-card-arrow {
    color: var(--ac-copper);
}

.ac-card:hover .ac-card-arrow i {
    transform: translate(3px, -3px);
}

.ac-empty {
    min-height: 360px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 16px;
    text-align: center;
}

.ac-empty span {
    color: var(--ac-copper);
    font: 600 9px/1 var(--cp-sans);
    letter-spacing: .15em;
}

.ac-empty p {
    color: #77766c;
    font-family: var(--cp-korean-serif);
    font-size: 20px;
}

.ac-people {
    padding: clamp(100px, 11vw, 170px) max(48px, calc((100vw - var(--cp-container)) / 2));
    overflow: hidden;
    background: var(--ac-ink);
    color: var(--ac-paper-light);
}

.ac-people-head {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
    gap: 18px clamp(50px, 8vw, 130px);
    align-items: end;
    margin-bottom: clamp(54px, 7vw, 92px);
}

.ac-people-head > span {
    align-self: start;
    color: var(--cp-copper-bright);
    font: 600 9px/1 var(--cp-sans);
    letter-spacing: .17em;
}

.ac-people-head h2 {
    margin: 0;
    color: var(--ac-paper-light);
    font-family: var(--cp-korean-serif);
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 300;
    line-height: 1.23;
    letter-spacing: -.055em;
}

.ac-people-head p {
    grid-column: 2;
    max-width: 580px;
    color: rgba(242, 236, 223, .56);
    font-family: var(--cp-sans);
    font-size: 13px;
    line-height: 1.9;
}

.ac-people-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    grid-template-rows: repeat(2, minmax(280px, 1fr));
    gap: 18px;
    min-height: 720px;
}

.ac-people-frame {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #292820;
}

.ac-people-frame-tall {
    grid-row: 1 / 3;
}

.ac-people-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.8) contrast(1.04);
    transition: transform 1s cubic-bezier(.16, 1, .3, 1), filter .5s ease;
}

.ac-people-frame-tall img {
    object-position: 58% center;
}

.ac-people-frame:hover img {
    transform: scale(1.025);
    filter: saturate(.96) contrast(1.03);
}

.ac-people-frame::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(10, 10, 8, .78), transparent 45%);
    content: "";
}

.ac-people-frame figcaption {
    position: absolute;
    z-index: 1;
    right: 24px;
    bottom: 22px;
    left: 24px;
    display: flex;
    align-items: baseline;
    gap: 16px;
    color: #fff;
}

.ac-people-frame figcaption span {
    color: var(--cp-copper-bright);
    font-family: var(--cp-display);
    font-size: 24px;
}

.ac-people-frame figcaption strong {
    font-family: var(--cp-korean-serif);
    font-size: clamp(17px, 2vw, 24px);
    font-weight: 300;
}

.ac-curator {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    background: var(--ac-olive);
}

.ac-curator-image {
    min-height: 680px;
    overflow: hidden;
}

.ac-curator-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.72) contrast(1.02);
}

.ac-curator-copy {
    padding: clamp(70px, 9vw, 140px);
    align-self: center;
}

.ac-curator-copy > span {
    display: block;
    margin-bottom: 36px;
    color: var(--cp-copper-bright);
    font: 600 9px/1 var(--cp-sans);
    letter-spacing: .16em;
}

.ac-curator-copy h2 {
    margin: 0;
    color: var(--ac-paper-light);
    font-family: var(--cp-korean-serif);
    font-size: clamp(38px, 4.8vw, 65px);
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -.055em;
}

.ac-curator-copy p {
    max-width: 550px;
    margin: 30px 0;
    color: rgba(242, 236, 223, .62);
    font-family: var(--cp-sans);
    font-size: 13px;
    line-height: 1.9;
}

.ac-curator-copy a {
    padding: 12px 0;
    border-bottom: 1px solid rgba(242, 236, 223, .5);
    display: inline-flex;
    align-items: center;
    gap: 30px;
    color: var(--ac-paper-light);
    font: 600 11px/1 var(--cp-sans);
}

.ac-curator-copy a i {
    width: 15px;
}

@media (max-width: 1050px) {
    .ac-hero {
        grid-template-columns: .9fr 1.1fr;
    }

    .ac-hero-visual {
        grid-template-columns: 1fr;
        grid-template-rows: 1.5fr .5fr;
    }

    .ac-frame-main {
        grid-row: auto;
    }

    .ac-frame-small {
        display: none;
    }

    .ac-region-head {
        grid-template-columns: 60px 1fr 1fr;
    }

    .ac-region-count {
        display: none;
    }
}

@media (max-width: 760px) {
    .ac-hero {
        min-height: 0;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
    }

    .ac-hero-copy {
        min-height: 720px;
        padding: 150px 20px 76px;
        border-right: 0;
        justify-content: flex-end;
    }

    .ac-issue {
        margin-bottom: 44px;
    }

    .ac-hero h1 {
        font-size: clamp(45px, 13vw, 61px);
    }

    .ac-hero-copy > p br {
        display: none;
    }

    .ac-hero-visual {
        min-height: 630px;
        padding: 20px;
        display: block;
    }

    .ac-frame-main {
        height: 100%;
    }

    .ac-hero-index {
        position: static;
        height: auto;
        grid-template-columns: 1fr;
    }

    .ac-hero-index span {
        min-height: 64px;
        padding: 0 20px;
        border-right: 0;
        border-bottom: 1px solid var(--ac-line);
    }

    .ac-filterbar {
        top: 66px;
    }

    .ac-filter-inner {
        width: 100%;
        min-height: 62px;
        padding: 0 20px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .ac-filter-label {
        display: none;
    }

    .ac-filter {
        flex-wrap: nowrap;
    }

    .ac-filter-btn {
        white-space: nowrap;
    }

    .ac-people {
        padding: 100px 20px;
    }

    .ac-people-head {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .ac-people-head p {
        grid-column: 1;
    }

    .ac-people-head h2 br {
        display: none;
    }

    .ac-people-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 430px 300px 300px;
        min-height: 0;
    }

    .ac-people-frame-tall {
        grid-row: auto;
    }

    .ac-collection {
        padding: 90px 0 120px;
    }

    .ac-shell {
        width: calc(100% - 40px);
    }

    .ac-region + .ac-region {
        margin-top: 150px;
    }

    .ac-region-head {
        margin-bottom: 50px;
        grid-template-columns: 48px 1fr;
        gap: 22px;
    }

    .ac-region-head > p {
        grid-column: 2;
    }

    .ac-region-number {
        font-size: 38px;
    }

    .ac-region-head h2 {
        font-size: 45px;
    }

    .ac-journal-grid {
        grid-template-columns: 1fr;
        gap: 78px;
    }

    .ac-card,
    .ac-card:nth-child(1),
    .ac-card:nth-child(2),
    .ac-card:nth-child(6),
    .ac-card:nth-child(7),
    .ac-card:nth-child(9) {
        grid-column: 1;
        margin-top: 0;
    }

    .ac-card-media,
    .ac-card:nth-child(1) .ac-card-media,
    .ac-card:nth-child(2) .ac-card-media,
    .ac-card:nth-child(6) .ac-card-media,
    .ac-card:nth-child(7) .ac-card-media,
    .ac-card:nth-child(9) .ac-card-media {
        aspect-ratio: 4 / 3;
    }

    .ac-card h3 {
        font-size: 29px;
    }

    .ac-card-foot {
        align-items: center;
    }

    .ac-curator {
        grid-template-columns: 1fr;
    }

    .ac-curator-image {
        min-height: 520px;
    }

    .ac-curator-copy {
        padding: 74px 20px 90px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ac-frame img,
    .ac-card-media img,
    .ac-card-arrow i {
        transition: none;
    }

    .ac-loading > span {
        animation: none;
    }
}

/* ==========================================================================
   Activity detail — one experience, told as a field story
   ========================================================================== */

.page-activity-detail {
    --ad-paper: #f6f0e5;
    --ad-ink: #181a15;
    --ad-copper: #c57838;
    --ac-paper-light: #faf6ed;
    --ac-olive: #22281f;
    --ac-line: rgba(23, 25, 20, .16);
    background: var(--ad-paper);
}

.page-activity-detail .kn-nav-active {
    color: var(--cp-copper-bright) !important;
}

.page-activity-detail .ad-hero {
    height: 92svh;
    min-height: 720px;
    max-height: 980px;
}

.page-activity-detail .ad-hero .kn-hero-bg {
    background-position: center;
    filter: saturate(.72) contrast(1.04);
}

.page-activity-detail .ad-hero .kn-hero-bg::after {
    background:
        linear-gradient(90deg, rgba(10, 12, 9, .92) 0%, rgba(10, 12, 9, .55) 48%, rgba(10, 12, 9, .08) 100%),
        linear-gradient(0deg, rgba(10, 12, 9, .72), transparent 48%);
}

.page-activity-detail .ad-hero .kn-hero-content {
    width: min(calc(100% - 96px), var(--cp-container));
    max-width: var(--cp-container);
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    padding: 0 0 clamp(90px, 13vh, 135px);
}

.ad-back {
    width: fit-content;
    margin-bottom: 48px;
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(255, 250, 239, .32);
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: rgba(255, 250, 239, .62);
    font: 600 9px/1 var(--cp-sans);
    letter-spacing: .15em;
}

.ad-back i {
    width: 13px;
}

.ad-back:hover {
    border-color: var(--cp-copper-bright);
    color: var(--cp-copper-bright);
}

.page-activity-detail .ad-hero .kn-hero-badge {
    width: fit-content;
    margin-bottom: 23px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--cp-copper-bright);
    font: 600 10px/1 var(--cp-sans);
    letter-spacing: .16em;
}

.page-activity-detail .ad-hero h1 {
    max-width: 950px;
    margin: 0;
    font-size: clamp(55px, 7.2vw, 104px);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: -.065em;
}

.page-activity-detail .ad-hero .kn-hero-sub {
    max-width: 720px;
    margin-top: 30px;
    color: rgba(255, 250, 239, .66);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}

.ad-hero-folio {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 26px;
    width: min(calc(100% - 96px), var(--cp-container));
    transform: translateX(-50%);
    padding-top: 14px;
    border-top: 1px solid rgba(255, 250, 239, .22);
    display: flex;
    justify-content: space-between;
    gap: 30px;
    color: rgba(255, 250, 239, .45);
    font: 500 8px/1 var(--cp-sans);
    letter-spacing: .15em;
}

.page-activity-detail .kn-info-bar {
    margin: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 250, 239, .13);
    background: var(--ac-olive);
}

.page-activity-detail .kn-info-bar-inner {
    width: min(calc(100% - 96px), var(--cp-container));
    max-width: var(--cp-container);
}

.page-activity-detail .kn-info-stats {
    min-height: 138px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.page-activity-detail .kn-stat {
    position: relative;
    padding: 28px clamp(20px, 3vw, 42px);
    border-right: 1px solid rgba(255, 250, 239, .13);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.page-activity-detail .kn-stat:first-child {
    border-left: 1px solid rgba(255, 250, 239, .13);
}

.ad-stat-number {
    position: absolute;
    top: 19px;
    right: 18px;
    color: rgba(255, 250, 239, .18);
    font: 400 27px/1 var(--cp-display);
}

.page-activity-detail .kn-stat-value {
    color: var(--ac-paper-light);
    font-family: var(--cp-korean-serif);
    font-size: 20px;
    font-weight: 400;
}

.page-activity-detail .kn-stat-label {
    margin-top: 7px;
    color: rgba(242, 236, 223, .42);
    font: 500 8px/1 var(--cp-sans);
    letter-spacing: .13em;
}

.page-activity-detail .ad-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: clamp(100px, 11vw, 170px) 0 !important;
    background:
        radial-gradient(circle at 8% 8%, rgba(197, 120, 56, .045), transparent 25rem),
        var(--ad-paper);
}

.ad-layout {
    width: min(calc(100% - 96px), var(--cp-container));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: clamp(70px, 9vw, 130px);
    align-items: start;
}

.ad-section + .ad-section,
.ad-section + .ad-fieldnotes {
    margin-top: clamp(100px, 12vw, 160px);
}

.ad-section-head {
    margin-bottom: 42px;
}

.ad-section-head > span {
    display: block;
    margin-bottom: 15px;
    color: var(--ad-copper);
    font: 600 9px/1 var(--cp-sans);
    letter-spacing: .16em;
}

.ad-section-head h2 {
    margin: 0;
    color: var(--ad-ink);
    font-family: var(--cp-korean-serif);
    font-size: clamp(36px, 4.2vw, 58px);
    font-weight: 300;
    line-height: 1.24;
    letter-spacing: -.055em;
}

.ad-highlights ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--ac-line);
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
}

.page-activity-detail .ad-hl-item {
    min-height: 140px;
    padding: 27px 24px 27px 0;
    border: 0 !important;
    border-bottom: 1px solid var(--ac-line) !important;
    border-radius: 0 !important;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 18px;
    background: transparent;
}

.page-activity-detail .ad-hl-item:nth-child(odd) {
    border-right: 1px solid var(--ac-line) !important;
}

.page-activity-detail .ad-hl-item:nth-child(even) {
    padding-left: 24px;
}

.ad-hl-item > span {
    color: var(--ad-copper);
    font: 400 26px/1 var(--cp-display);
}

.ad-hl-item p {
    margin: 0;
    color: #55564e;
    font-family: var(--cp-sans);
    font-size: 13px;
    line-height: 1.8;
}

.ad-schedule #schList {
    border-top: 1px solid var(--ac-line);
}

.page-activity-detail .ad-sch-row {
    position: relative;
    min-height: 96px;
    padding: 25px 0;
    border: 0;
    border-bottom: 1px solid var(--ac-line);
    display: grid;
    grid-template-columns: 48px 100px 1fr;
    gap: 24px;
    align-items: start;
    background: transparent;
}

.ad-sch-index {
    color: #9b998c;
    font: 400 18px/1 var(--cp-display);
}

.page-activity-detail .ad-sch-time {
    width: auto;
    color: var(--ad-copper);
    font: 600 11px/1.5 var(--cp-sans);
}

.page-activity-detail .ad-sch-label {
    color: var(--ad-ink);
    font-family: var(--cp-korean-serif);
    font-size: 17px;
    font-weight: 500;
}

.ad-sch-row > p {
    grid-column: 3;
    margin: 5px 0 0;
    color: #6b6a61;
    font-size: 12px;
    line-height: 1.75;
}

.ad-essentials-grid {
    border-top: 1px solid var(--ac-line);
    border-left: 1px solid var(--ac-line);
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ad-essential-panel {
    min-width: 0;
    padding: clamp(28px, 4vw, 45px);
    border-right: 1px solid var(--ac-line);
    border-bottom: 1px solid var(--ac-line);
}

.ad-panel-label {
    margin-bottom: 26px;
    display: flex;
    align-items: baseline;
    gap: 15px;
}

.ad-panel-label span {
    color: var(--ad-copper);
    font: 400 24px/1 var(--cp-display);
}

.ad-panel-label h3 {
    margin: 0;
    color: var(--ad-ink);
    font-family: var(--cp-korean-serif);
    font-size: 20px;
    font-weight: 500;
}

.ad-essential-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ad-essential-panel li {
    padding: 11px 0;
    border-bottom: 1px solid rgba(23, 25, 20, .09);
    display: flex;
    gap: 12px;
    color: #5b5c54;
    font-family: var(--cp-sans);
    font-size: 12px;
    line-height: 1.7;
}

.ad-essential-panel li:last-child {
    border-bottom: 0;
}

.ad-essential-panel li > span {
    color: var(--ad-copper);
}

.ad-list-empty {
    color: #969487 !important;
}

.ad-gallery #galGrid {
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 10px;
}

.page-activity-detail .ad-gal-item {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 0 !important;
    overflow: hidden;
    background: #ddd5c7;
}

.page-activity-detail .ad-gal-item:nth-child(3n + 1) {
    grid-row: span 2;
    aspect-ratio: auto;
}

.page-activity-detail .ad-gal-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.78);
    transition: transform .8s cubic-bezier(.16, 1, .3, 1);
}

.page-activity-detail .ad-gal-item:hover img {
    transform: scale(1.025);
}

.ad-gal-item > span {
    position: absolute;
    left: 15px;
    bottom: 12px;
    color: rgba(255, 250, 239, .86);
    font: 400 24px/1 var(--cp-display);
}

.ad-fieldnotes {
    border-top: 1px solid var(--ac-line);
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ad-fieldnote {
    min-height: 220px;
    padding: 34px 32px 34px 0;
    border-bottom: 1px solid var(--ac-line);
}

.ad-fieldnote + .ad-fieldnote {
    padding-left: 32px;
    border-left: 1px solid var(--ac-line);
}

.ad-fieldnote > span {
    color: var(--ad-copper);
    font: 600 8px/1 var(--cp-sans);
    letter-spacing: .15em;
}

.ad-fieldnote h3 {
    margin: 14px 0 18px;
    color: var(--ad-ink);
    font-family: var(--cp-korean-serif);
    font-size: 21px;
    font-weight: 500;
}

.ad-fieldnote p {
    margin: 0;
    color: #67675f;
    font-size: 12px;
    line-height: 1.8;
    white-space: pre-line;
}

.ad-booking {
    position: relative;
    align-self: stretch;
}

.ad-booking-inner {
    position: sticky;
    top: 108px;
    padding: 28px;
    border: 1px solid var(--ac-line);
    background: rgba(250, 246, 237, .78);
}

.ad-booking-top {
    padding-bottom: 14px;
    border-bottom: 1px solid var(--ac-line);
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: #888679;
    font: 600 8px/1.3 var(--cp-sans);
    letter-spacing: .11em;
}

.ad-booking-top span:first-child {
    color: var(--ad-copper);
}

.ad-booking-price {
    padding: 32px 0 25px;
    display: flex;
    flex-direction: column;
}

.ad-booking-price small {
    margin-bottom: 8px;
    color: #888679;
    font: 500 10px/1 var(--cp-sans);
}

.ad-booking-price strong {
    color: var(--ad-ink);
    font: 400 36px/1.1 var(--cp-display);
}

.ad-booking-price > span {
    margin-top: 5px;
    color: #8f8d81;
    font: 500 9px/1 var(--cp-sans);
}

.ad-booking-inner > p {
    margin: 0 0 24px;
    color: #66675f;
    font-size: 12px;
    line-height: 1.8;
}

.ad-booking-primary,
.ad-booking-kakao {
    min-height: 50px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font: 600 12px/1 var(--cp-sans);
}

.ad-booking-primary {
    background: var(--ad-copper);
    color: var(--ac-paper-light);
}

.ad-booking-primary i {
    width: 15px;
}

.ad-booking-primary:hover {
    background: var(--ad-ink);
}

.ad-booking-kakao {
    margin-top: 8px;
    border: 1px solid var(--ac-line);
    justify-content: center;
    color: var(--ad-ink);
}

.ad-booking-kakao:hover {
    border-color: var(--ad-ink);
}

.ad-booking-note {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid var(--ac-line);
}

.ad-booking-note > span {
    color: var(--ad-copper);
    font: 600 8px/1 var(--cp-sans);
    letter-spacing: .14em;
}

.ad-booking-note p {
    margin: 9px 0 0;
    color: #79786d;
    font-size: 10px;
    line-height: 1.7;
}

@media (max-width: 980px) {
    .ad-layout {
        grid-template-columns: 1fr;
    }

    .ad-booking {
        order: -1;
    }

    .ad-booking-inner {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px 30px;
    }

    .ad-booking-top,
    .ad-booking-note {
        grid-column: 1 / -1;
    }

    .ad-booking-price {
        padding: 8px 0;
    }

    .ad-booking-inner > p {
        align-self: center;
    }
}

@media (max-width: 760px) {
    .page-activity-detail .ad-hero {
        height: 88svh;
        min-height: 700px;
    }

    .page-activity-detail .ad-hero .kn-hero-content {
        width: calc(100% - 40px);
        padding: 0 0 80px;
    }

    .ad-back {
        margin-bottom: 34px;
    }

    .page-activity-detail .ad-hero h1 {
        font-size: clamp(45px, 13vw, 64px);
    }

    .page-activity-detail .ad-hero .kn-hero-sub {
        font-size: 13px;
    }

    .ad-hero-folio {
        width: calc(100% - 40px);
    }

    .page-activity-detail .kn-info-bar-inner,
    .ad-layout {
        width: calc(100% - 40px);
    }

    .page-activity-detail .kn-info-stats {
        grid-template-columns: 1fr 1fr;
    }

    .page-activity-detail .kn-stat:nth-child(3) {
        border-left: 1px solid rgba(255, 250, 239, .13);
    }

    .page-activity-detail .kn-stat {
        min-height: 120px;
    }

    .page-activity-detail .ad-main {
        padding: 88px 0 120px !important;
    }

    .ad-layout {
        gap: 100px;
    }

    .ad-booking-inner {
        padding: 24px 20px;
        display: block;
    }

    .ad-booking-price {
        padding: 27px 0 20px;
    }

    .ad-highlights ul,
    .ad-essentials-grid,
    .ad-fieldnotes {
        grid-template-columns: 1fr;
    }

    .page-activity-detail .ad-hl-item:nth-child(odd) {
        border-right: 0 !important;
    }

    .page-activity-detail .ad-hl-item:nth-child(even) {
        padding-left: 0;
    }

    .page-activity-detail .ad-sch-row {
        grid-template-columns: 36px 80px 1fr;
        gap: 14px;
    }

    .ad-fieldnote + .ad-fieldnote {
        padding-left: 0;
        border-left: 0;
    }
}

/* ── 옵션별 요금표 (본문 섹션) ────────────────────────────────────────────
   쿼드=시간별, 샌드보딩=방식별처럼 옵션이 2개 이상인 액티비티에서만 노출된다.
   activity-detail.js 가 display 를 푼다. */
.ad-rate-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.ad-rate-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--font-kr);
}
.ad-rate-table thead th {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--kn-sand-500);
    text-align: left;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--kn-sand-200, rgba(0,0,0,.12));
}
.ad-rate-table th.num, .ad-rate-table td.num { text-align: right; white-space: nowrap; }
.ad-rate-table tbody th {
    font-weight: 500;
    text-align: left;
    padding: 14px 16px 14px 0;
    border-bottom: 1px solid var(--kn-sand-100, rgba(0,0,0,.07));
}
.ad-rate-table tbody td {
    padding: 14px 0;
    border-bottom: 1px solid var(--kn-sand-100, rgba(0,0,0,.07));
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    color: var(--kn-sand-900);
}
.ad-rate-table tbody tr:last-child th,
.ad-rate-table tbody tr:last-child td { border-bottom: none; }
.ad-rate-name {
    display: block;
    font-size: 15px;
    color: var(--kn-sand-900);
    line-height: 1.4;
}
.ad-rate-meta {
    display: block;
    font-size: 12px;
    color: var(--kn-amber);
    margin-top: 3px;
}
/* 하프/풀데이처럼 별도 상품이 함께 표시될 때, 지금 보고 있는 상품을 강조 */
.ad-rate-table tbody tr.is-current th,
.ad-rate-table tbody tr.is-current td { background: var(--kn-amber-50, rgba(184,112,42,.07)); }
.ad-rate-table tbody tr.is-current .ad-rate-name { font-weight: 700; }
.ad-rate-foot {
    margin-top: 14px;
    font-family: var(--font-kr);
    font-size: 12.5px;
    line-height: 1.65;
    color: var(--kn-sand-500);
}
@media (max-width: 640px) {
    .ad-rate-name { font-size: 14px; }
    .ad-rate-table tbody td { font-size: 15px; }
}

/* ── 액티비티 본문 설명 (ABOUT) ───────────────────────────────────────────
   "무엇을 하는가"를 가장 먼저 읽히게 하는 섹션. 읽기 흐름을 위해 본문 폭을
   제한하고 행간을 넉넉히 준다. activity-detail.js 가 display 를 푼다. */
.ad-about-body { max-width: 62ch; }
.ad-about-body p {
    font-family: var(--font-kr);
    font-size: 15.5px;
    line-height: 1.85;
    color: var(--kn-sand-700);
    margin: 0 0 18px;
}
.ad-about-body p:last-child { margin-bottom: 0; }
.ad-about-body strong {
    font-weight: 600;
    color: var(--kn-sand-900);
    box-shadow: inset 0 -0.42em 0 var(--kn-amber-50, rgba(184,112,42,.14));
}
@media (max-width: 640px) {
    .ad-about-body p { font-size: 15px; line-height: 1.8; }
}

/* ── 큐레이션 원칙 밴드 (HOW WE CHOOSE) ──────────────────────────────────
   액티비티는 현지 전문 업체 운영, 코나투어가 직접 체험해 선별한다는 안내.
   히어로와 필터바 사이의 조용한 에디토리얼 스트립. */
.ac-curation {
    background: var(--ac-olive);
    border-bottom: 1px solid var(--ac-line);
}
.ac-curation-inner {
    max-width: 880px;
    margin: 0 auto;
    padding: clamp(34px, 5vw, 52px) clamp(24px, 5vw, 42px);
    text-align: center;
}
.ac-curation-kicker {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: var(--ac-copper);
    margin-bottom: 16px;
}
.ac-curation p {
    font-family: var(--font-kr);
    font-size: 15px;
    line-height: 2;
    color: rgba(242, 236, 223, .82);
    margin: 0;
}
.ac-curation strong {
    font-weight: 600;
    color: #f2ecdf;
}
@media (max-width: 720px) {
    .ac-curation p { font-size: 14px; line-height: 1.9; }
    .ac-curation p br { display: none; }   /* 모바일에선 줄바꿈 강제 해제 */
}
