/* ==========================================================================
   Studio 25 — Adventure Day Out
   File: assets/css/adventure-day-out.css
   ========================================================================== */

:root {
    --s25-ink: #17211d;
    --s25-forest: #294a3b;
    --s25-moss: #6f8d6f;
    --s25-lime: #d8f378;
    --s25-cream: #f5f1e8;
    --s25-paper: #fbfaf6;
    --s25-line: rgba(23, 33, 29, .14);
    --s25-shadow: 0 24px 70px rgba(23, 33, 29, .13);
    --s25-radius-lg: 34px;
    --s25-radius-md: 22px;
    --s25-shell: 1240px;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--s25-paper);
}

.s25-adventure,
.s25-adventure * {
    box-sizing: border-box;
}

.s25-adventure {
    position: relative;
    overflow: hidden;
    color: var(--s25-ink);
    background:
        radial-gradient(circle at 88% 4%, rgba(216, 243, 120, .28), transparent 25rem),
        var(--s25-paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.s25-adventure a {
    color: inherit;
    text-decoration: none;
}

.s25-adventure h1,
.s25-adventure h2,
.s25-adventure h3,
.s25-adventure p {
    margin-top: 0;
}

.s25-adventure h1,
.s25-adventure h2 {
    letter-spacing: -.055em;
    line-height: .95;
}

.s25-shell {
    width: min(calc(100% - 40px), var(--s25-shell));
    margin-inline: auto;
}

.s25-section {
    padding: 110px 0;
}

.s25-adventure__grain {
    position: fixed;
    inset: 0;
    z-index: 30;
    opacity: .035;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

/* Navigation */
.s25-event-nav {
    position: fixed;
    top: 18px;
    right: 0;
    left: 0;
    z-index: 20;
    transition: transform .3s ease, opacity .3s ease;
}

.s25-event-nav.is-hidden {
    transform: translateY(-130%);
    opacity: 0;
}

.s25-event-nav__inner {
    width: min(calc(100% - 40px), var(--s25-shell));
    min-height: 68px;
    margin-inline: auto;
    padding: 8px 10px 8px 18px;
    display: flex;
    align-items: center;
    gap: 34px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 999px;
    background: rgba(251, 250, 246, .76);
    box-shadow: 0 12px 36px rgba(23, 33, 29, .08);
    backdrop-filter: blur(18px);
}

.s25-event-nav__brand {
    margin-right: auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.s25-event-nav__mark {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--s25-cream);
    background: var(--s25-ink);
    font-size: 13px;
}

.s25-event-nav__links {
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 13px;
    font-weight: 700;
}

.s25-event-nav__links a {
    opacity: .66;
    transition: opacity .2s ease;
}

.s25-event-nav__links a:hover {
    opacity: 1;
}

/* Buttons */
.s25-button {
    min-height: 56px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 999px;
    color: var(--s25-cream) !important;
    background: var(--s25-ink);
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(23, 33, 29, .16);
    transition: transform .2s ease, box-shadow .2s ease;
}

.s25-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(23, 33, 29, .22);
}

.s25-button--small {
    min-height: 48px;
    padding-inline: 20px;
}

.s25-button--light {
    color: var(--s25-ink) !important;
    background: var(--s25-lime);
}

/* Hero */
.s25-hero {
    position: relative;
    min-height: 100svh;
    padding: 150px 0 78px;
    display: grid;
    align-items: center;
    color: var(--s25-cream);
    background:
        radial-gradient(circle at 78% 30%, rgba(216, 243, 120, .19), transparent 25rem),
        linear-gradient(135deg, #15231d 0%, #294a3b 58%, #446553 100%);
}

.s25-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 130px;
    background: linear-gradient(to top, rgba(0, 0, 0, .18), transparent);
    pointer-events: none;
}

.s25-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
    align-items: center;
    gap: 80px;
}

.s25-kicker,
.s25-section-label {
    margin-bottom: 22px;
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .19em;
}

.s25-kicker {
    color: var(--s25-lime);
}

.s25-hero h1 {
    max-width: 780px;
    margin-bottom: 30px;
    font-size: clamp(64px, 9vw, 132px);
    font-weight: 850;
}

.s25-hero h1 span,
.s25-hero h1 em {
    display: block;
}

.s25-hero h1 em {
    color: var(--s25-lime);
    font-family: Georgia, "Times New Roman", serif;
    font-size: .59em;
    font-weight: 400;
    letter-spacing: -.045em;
}

.s25-hero__lead {
    max-width: 650px;
    margin-bottom: 34px;
    color: rgba(245, 241, 232, .78);
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.55;
}

.s25-hero__actions {
    margin-bottom: 56px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px;
}

.s25-hero .s25-button {
    color: var(--s25-ink) !important;
    background: var(--s25-lime);
}

.s25-text-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    font-weight: 800;
}

.s25-hero__meta {
    padding-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.s25-hero__meta span,
.s25-hero__meta strong {
    display: block;
}

.s25-hero__meta span {
    margin-bottom: 8px;
    color: rgba(245, 241, 232, .53);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.s25-hero__meta strong {
    font-size: 14px;
    line-height: 1.4;
}

.s25-hero__visual {
    position: relative;
    min-height: 560px;
    display: grid;
    place-items: center;
}

.s25-countdown-card {
    position: relative;
    z-index: 3;
    width: min(100%, 440px);
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--s25-radius-lg);
    background: rgba(255, 255, 255, .09);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .25);
    backdrop-filter: blur(18px);
}

.s25-countdown-card > p {
    margin-bottom: 28px;
    color: rgba(245, 241, 232, .62);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .14em;
}

.s25-countdown {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.s25-countdown > div {
    min-height: 108px;
    padding: 16px 10px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: rgba(0, 0, 0, .16);
}

.s25-countdown strong,
.s25-countdown span {
    display: block;
    text-align: center;
}

.s25-countdown strong {
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1;
}

.s25-countdown span {
    color: rgba(245, 241, 232, .55);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.s25-countdown-card__route {
    margin-top: 28px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    color: rgba(245, 241, 232, .7);
    font-size: 12px;
    font-weight: 750;
}

.s25-countdown-card__route i {
    height: 1px;
    background: rgba(255, 255, 255, .25);
}

.s25-orbit {
    position: absolute;
    border: 1px solid rgba(216, 243, 120, .26);
    border-radius: 50%;
}

.s25-orbit--one {
    width: 460px;
    height: 460px;
    animation: s25-spin 24s linear infinite;
}

.s25-orbit--two {
    width: 590px;
    height: 590px;
    border-color: rgba(255, 255, 255, .09);
    animation: s25-spin 34s linear infinite reverse;
}

.s25-orbit::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--s25-lime);
    box-shadow: 0 0 28px rgba(216, 243, 120, .6);
}

.s25-floating-note {
    position: absolute;
    z-index: 4;
    padding: 15px 18px;
    border-radius: 17px;
    color: var(--s25-ink);
    background: var(--s25-cream);
    box-shadow: var(--s25-shadow);
    font-size: 12px;
    font-weight: 750;
}

.s25-floating-note span {
    display: block;
    margin-bottom: 3px;
    color: var(--s25-moss);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .13em;
}

.s25-floating-note--top {
    top: 70px;
    right: 0;
}

.s25-floating-note--bottom {
    bottom: 72px;
    left: 0;
}

.s25-scroll-cue {
    position: absolute;
    right: 38px;
    bottom: 34px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 15px;
    color: rgba(245, 241, 232, .6);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .14em;
    transform: rotate(90deg);
    transform-origin: right bottom;
}

.s25-scroll-cue i {
    width: 46px;
    height: 1px;
    background: currentColor;
}

/* Keep Adventure Day Out navigation below the main 80px site header */
.s25-event-nav {
  top: 80px;
  z-index: 90;
}

/* Prevent anchor links from hiding behind both navigation bars */
.s25-adventure section[id] {
  scroll-margin-top: 160px;
}

@media (max-width: 1024px) {
  .s25-event-nav {
    top: 80px;
  }
}

@media (max-width: 767px) {
  .s25-event-nav {
    top: 70px;
  }

  .s25-adventure section[id] {
    scroll-margin-top: 140px;
  }
}

@keyframes s25-spin {
    to { transform: rotate(360deg); }
}

/* Introduction */
.s25-intro {
    background: var(--s25-cream);
}

.s25-intro__grid {
    display: grid;
    grid-template-columns: .48fr 1.52fr;
    gap: 70px;
}

.s25-section-label {
    color: var(--s25-moss);
}

.s25-intro h2,
.s25-section-heading h2,
.s25-details h2,
.s25-community h2,
.s25-bring h2 {
    margin-bottom: 30px;
    font-size: clamp(44px, 6vw, 82px);
}

.s25-intro p:not(.s25-section-label) {
    max-width: 820px;
    margin-bottom: 0;
    color: rgba(23, 33, 29, .68);
    font-size: clamp(19px, 2.2vw, 28px);
    line-height: 1.55;
}

/* Experience */
.s25-experience {
    background: var(--s25-paper);
}

.s25-section-heading {
    margin-bottom: 54px;
    display: grid;
    grid-template-columns: 1fr 420px;
    align-items: end;
    gap: 50px;
}

.s25-section-heading p:last-child {
    margin-bottom: 8px;
    color: rgba(23, 33, 29, .62);
    font-size: 17px;
    line-height: 1.6;
}

.s25-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.s25-feature-card {
    position: relative;
    min-height: 460px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--s25-line);
    border-radius: var(--s25-radius-md);
    background: #fff;
    transition: transform .3s ease, box-shadow .3s ease;
}

.s25-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--s25-shadow);
}

.s25-feature-card:nth-child(2) {
    background: var(--s25-forest);
    color: var(--s25-cream);
}

.s25-feature-card__number {
    position: absolute;
    top: 27px;
    right: 28px;
    color: rgba(23, 33, 29, .35);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .12em;
}

.s25-feature-card:nth-child(2) .s25-feature-card__number {
    color: rgba(255, 255, 255, .38);
}

.s25-feature-card__icon {
    width: 62px;
    height: 62px;
    margin-bottom: auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--s25-lime);
    color: var(--s25-ink);
    font-size: 24px;
}

.s25-feature-card h3 {
    margin-bottom: 18px;
    font-size: 30px;
    letter-spacing: -.04em;
}

.s25-feature-card p {
    margin-bottom: 30px;
    color: rgba(23, 33, 29, .62);
    font-size: 16px;
    line-height: 1.65;
}

.s25-feature-card:nth-child(2) p {
    color: rgba(245, 241, 232, .68);
}

.s25-feature-card__time {
    padding-top: 18px;
    border-top: 1px solid currentColor;
    opacity: .65;
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .13em;
}

/* Details */
.s25-details {
    background: var(--s25-cream);
}

.s25-details__panel {
    padding: 70px;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 90px;
    border-radius: var(--s25-radius-lg);
    color: var(--s25-cream);
    background:
        radial-gradient(circle at 10% 100%, rgba(216, 243, 120, .12), transparent 23rem),
        var(--s25-ink);
}

.s25-details__intro p:last-child {
    color: rgba(245, 241, 232, .62);
    font-size: 17px;
    line-height: 1.65;
}

.s25-timeline {
    position: relative;
}

.s25-timeline::before {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 76px;
    width: 1px;
    background: rgba(255, 255, 255, .16);
}

.s25-timeline__item {
    position: relative;
    padding: 0 0 46px;
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 28px;
}

.s25-timeline__item:last-child {
    padding-bottom: 0;
}

.s25-timeline__time {
    position: relative;
    z-index: 2;
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    background: var(--s25-ink);
    font-size: 13px;
    font-weight: 850;
}

.s25-timeline__item--highlight .s25-timeline__time {
    color: var(--s25-ink);
    background: var(--s25-lime);
    border-color: var(--s25-lime);
}

.s25-timeline__content {
    padding-top: 6px;
}

.s25-timeline__content > span {
    display: block;
    margin-bottom: 7px;
    color: var(--s25-lime);
    font-size: 10px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .13em;
}

.s25-timeline__content h3 {
    margin-bottom: 10px;
    font-size: 25px;
}

.s25-timeline__content p {
    margin-bottom: 10px;
    color: rgba(245, 241, 232, .6);
    line-height: 1.6;
}

.s25-timeline__content a {
    color: var(--s25-lime);
    font-size: 13px;
    font-weight: 800;
}

/* Community */
.s25-community {
    background: var(--s25-paper);
}

.s25-community__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 80px;
}

.s25-community p:last-child {
    max-width: 500px;
    color: rgba(23, 33, 29, .62);
    font-size: 18px;
    line-height: 1.6;
}

.s25-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px;
}

.s25-tag-cloud span {
    padding: 18px 24px;
    border: 1px solid var(--s25-line);
    border-radius: 999px;
    background: #fff;
    font-size: clamp(15px, 2vw, 22px);
    font-weight: 760;
    box-shadow: 0 10px 30px rgba(23, 33, 29, .05);
}

.s25-tag-cloud span:nth-child(2),
.s25-tag-cloud span:nth-child(5) {
    color: var(--s25-cream);
    background: var(--s25-forest);
    border-color: var(--s25-forest);
}

.s25-tag-cloud span:last-child {
    background: var(--s25-lime);
    border-color: var(--s25-lime);
}

/* Bring */
.s25-bring {
    padding-top: 20px;
    background: var(--s25-paper);
}

.s25-bring__card {
    padding: 60px;
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 80px;
    border: 1px solid var(--s25-line);
    border-radius: var(--s25-radius-lg);
    background: var(--s25-cream);
}

.s25-check-list {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
    list-style: none;
}

.s25-check-list li {
    padding: 21px 0;
    display: flex;
    align-items: center;
    gap: 18px;
    border-bottom: 1px solid var(--s25-line);
    font-size: 15px;
    font-weight: 720;
}

.s25-check-list span {
    color: var(--s25-moss);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .12em;
}

/* Final CTA */
.s25-final-cta {
    padding: 130px 0;
    background: var(--s25-paper);
}

.s25-final-cta__inner {
    position: relative;
    overflow: hidden;
    padding: 90px 40px;
    border-radius: var(--s25-radius-lg);
    color: var(--s25-cream);
    text-align: center;
    background:
        radial-gradient(circle at 15% 0%, rgba(216, 243, 120, .2), transparent 25rem),
        linear-gradient(135deg, var(--s25-ink), var(--s25-forest));
}

.s25-final-cta__inner::after {
    content: "25";
    position: absolute;
    right: -20px;
    bottom: -92px;
    color: rgba(255, 255, 255, .035);
    font-size: 360px;
    font-weight: 900;
    line-height: 1;
}

.s25-final-cta h2 {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto 24px;
    font-size: clamp(48px, 7vw, 94px);
}

.s25-final-cta p:not(.s25-section-label) {
    position: relative;
    z-index: 1;
    max-width: 620px;
    margin: 0 auto 34px;
    color: rgba(245, 241, 232, .65);
    font-size: 17px;
    line-height: 1.65;
}

.s25-final-cta .s25-button {
    position: relative;
    z-index: 1;
}

/* Reveal */
.s25-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1);
}

.s25-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 1024px) {
    .s25-event-nav__links {
        display: none;
    }

    .s25-hero__grid,
    .s25-details__panel,
    .s25-community__grid {
        grid-template-columns: 1fr;
    }

    .s25-hero__grid {
        gap: 30px;
    }

    .s25-hero__visual {
        min-height: 470px;
    }

    .s25-feature-grid {
        grid-template-columns: 1fr;
    }

    .s25-feature-card {
        min-height: 360px;
    }

    .s25-section-heading,
    .s25-intro__grid,
    .s25-bring__card {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .s25-tag-cloud {
        justify-content: flex-start;
    }
}

@media (max-width: 720px) {
    .s25-shell {
        width: min(calc(100% - 24px), var(--s25-shell));
    }

    .s25-section {
        padding: 78px 0;
    }

    .s25-event-nav {
        top: 10px;
    }

    .s25-event-nav__inner {
        width: calc(100% - 20px);
        min-height: 58px;
        padding: 7px 8px 7px 14px;
    }

    .s25-event-nav__brand {
        font-size: 12px;
    }

    .s25-event-nav__mark {
        width: 34px;
        height: 34px;
    }

    .s25-event-nav .s25-button {
        min-height: 42px;
        padding-inline: 14px;
        font-size: 11px;
    }

    .s25-hero {
        min-height: auto;
        padding: 120px 0 70px;
    }

    .s25-hero h1 {
        font-size: clamp(58px, 20vw, 86px);
    }

    .s25-hero__meta {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .s25-hero__visual {
        min-height: 410px;
    }

    .s25-countdown-card {
        padding: 24px;
    }

    .s25-countdown > div {
        min-height: 88px;
    }

    .s25-orbit--one {
        width: 340px;
        height: 340px;
    }

    .s25-orbit--two {
        width: 410px;
        height: 410px;
    }

    .s25-floating-note--top {
        top: 18px;
    }

    .s25-floating-note--bottom {
        bottom: 15px;
    }

    .s25-scroll-cue {
        display: none;
    }

    .s25-intro h2,
    .s25-section-heading h2,
    .s25-details h2,
    .s25-community h2,
    .s25-bring h2 {
        font-size: clamp(42px, 13vw, 62px);
    }

    .s25-details__panel,
    .s25-bring__card {
        padding: 34px 22px;
    }

    .s25-timeline::before {
        left: 55px;
    }

    .s25-timeline__item {
        grid-template-columns: 55px 1fr;
        gap: 18px;
    }

    .s25-timeline__time {
        width: 55px;
        height: 55px;
        font-size: 10px;
    }

    .s25-check-list {
        grid-template-columns: 1fr;
    }

    .s25-final-cta {
        padding: 80px 0;
    }

    .s25-final-cta__inner {
        padding: 70px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .s25-orbit,
    .s25-reveal {
        animation: none;
        transition: none;
    }

    .s25-reveal {
        opacity: 1;
        transform: none;
    }
}
