:root {
    --ink: #171914;
    --paper: #f3efe5;
    --cream: #fff9ed;
    --coral: #ff5c45;
    --lime: #d9f56b;
    --muted: #a7a99f;
    --line: rgba(23, 25, 20, 0.2);
}

* {
    box-sizing: border-box;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--paper);
    color: var(--ink);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

body,
a {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
video {
    display: block;
    max-width: 100%;
}

.skip-link {
    background: white;
    left: 1rem;
    padding: 0.75rem 1rem;
    position: fixed;
    top: -5rem;
    z-index: 100;
}

.skip-link:focus {
    top: 1rem;
}

.site-header {
    align-items: center;
    color: white;
    display: grid;
    grid-template-columns: 180px 1fr auto;
    left: 0;
    padding: 1.25rem 3vw;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.brand {
    display: block;
    width: 132px;
}

.brand img,
.footer-brand img {
    height: auto;
    width: 100%;
}

.desktop-nav {
    display: flex;
    gap: clamp(1rem, 3vw, 2.75rem);
    justify-content: center;
}

.desktop-nav a {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.desktop-nav a:hover {
    color: var(--lime);
}

.header-cta {
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
    font-size: 0.83rem;
    font-weight: 600;
    padding: 0.4rem 0;
    text-transform: uppercase;
}

.home-mobile-menu {
    display: none;
}

.home-mobile-menu summary {
    cursor: pointer;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    list-style: none;
    text-transform: uppercase;
}

.home-mobile-menu summary::-webkit-details-marker {
    display: none;
}

.home-mobile-menu summary::after {
    color: var(--lime);
    content: " +";
}

.home-mobile-menu[open] summary::after {
    content: " −";
}

.home-mobile-menu nav {
    align-content: start;
    background: var(--ink);
    display: grid;
    left: 0;
    min-height: calc(100vh - 72px);
    padding: 1rem 1.5rem 1.5rem;
    position: fixed;
    top: 72px;
    width: 100vw;
}

.home-mobile-menu nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.85rem;
    font-weight: 700;
    padding: 0.8rem 0;
    text-transform: uppercase;
}

.hero {
    color: white;
    min-height: min(920px, 100svh);
    overflow: hidden;
    position: relative;
}

.hero-media,
.hero-shade {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.hero-media {
    filter: saturate(0.85) contrast(1.05);
}

.hero-shade {
    background:
        linear-gradient(90deg, rgba(10, 12, 9, 0.7) 0%, rgba(10, 12, 9, 0.18) 65%),
        linear-gradient(0deg, rgba(10, 12, 9, 0.65), transparent 45%);
}

.hero-inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: min(920px, 100svh);
    padding: 9rem 8vw 7rem;
    position: relative;
    z-index: 2;
}

.eyebrow,
.section-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.eyebrow {
    align-items: center;
    display: flex;
    gap: 0.7rem;
    margin-bottom: 1.4rem;
}

.eyebrow::before {
    background: var(--lime);
    border-radius: 50%;
    content: "";
    height: 8px;
    width: 8px;
}

h1,
h2,
h3 {
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 0.93;
}

h1 {
    font-size: clamp(4rem, 9.2vw, 9rem);
    max-width: 1050px;
}

h1 em,
h2 em {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
}

.hero-copy {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    margin: 2rem 0;
    max-width: 520px;
}

.hero-actions {
    align-items: center;
    display: flex;
    gap: 1.6rem;
}

.button {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.76rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.08em;
    padding: 1rem 1.45rem;
    text-transform: uppercase;
    transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-light {
    background: var(--cream);
    color: var(--ink);
}

.button-light:hover {
    background: var(--lime);
}

.button-dark {
    background: var(--ink);
    color: white;
}

.button-coral {
    background: var(--coral);
    color: white;
}

.text-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    font-weight: 600;
    padding-bottom: 0.3rem;
}

.heart-mark {
    align-items: center;
    background: var(--lime);
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

.heart-mark img {
    height: 68%;
    object-fit: contain;
    width: 68%;
}

.hero-heart {
    bottom: 5.5rem;
    height: clamp(88px, 9vw, 132px);
    position: absolute;
    right: 5vw;
    transform: rotate(7deg);
    width: clamp(88px, 9vw, 132px);
    z-index: 3;
}

.hero-ticker {
    background: var(--lime);
    bottom: 0;
    color: var(--ink);
    left: 0;
    overflow: hidden;
    padding: 0.85rem 0;
    position: absolute;
    right: 0;
    z-index: 3;
}

.hero-ticker > div {
    align-items: center;
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    min-width: max-content;
}

.hero-ticker span {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-ticker i {
    font-style: normal;
}

.section {
    padding: clamp(5rem, 10vw, 9rem) 6vw;
}

.section-label {
    color: #6b6d65;
}

.section-label-light {
    color: rgba(255, 255, 255, 0.55);
}

.intro {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr 2.3fr 0.8fr;
}

.intro h2,
.section-heading h2,
.events h2,
.shop h2,
.corporate h2,
.final-cta h2 {
    font-size: clamp(3rem, 6vw, 6.5rem);
}

.intro-copy p {
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    margin-left: 35%;
    margin-top: 2.5rem;
    max-width: 520px;
}

.intro-note {
    align-self: end;
    border-left: 1px solid var(--line);
    color: #65675f;
    display: flex;
    flex-direction: column;
    font-size: 0.82rem;
    gap: 0.8rem;
    padding: 1rem 0 1rem 1.5rem;
}

.scribble {
    color: var(--coral);
    font-family: "DM Serif Display", serif;
    font-size: 1.4rem;
    font-style: italic;
}

.experiences {
    background: var(--cream);
}

.section-heading {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 2.4fr;
    margin-bottom: clamp(3rem, 6vw, 5rem);
}

.experience-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

.experience-card {
    aspect-ratio: 4 / 3;
    color: white;
    overflow: hidden;
    position: relative;
}

.experience-card::after {
    background: linear-gradient(0deg, rgba(12, 13, 10, 0.8), transparent 65%);
    content: "";
    inset: 0;
    position: absolute;
}

.experience-card img {
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
    width: 100%;
}

.experience-card:hover img {
    transform: scale(1.035);
}

.experience-card > div {
    bottom: 2rem;
    left: 2rem;
    position: absolute;
    z-index: 2;
}

.experience-card p {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.65rem;
    text-transform: uppercase;
}

.experience-card h3 {
    font-family: "DM Serif Display", serif;
    font-size: clamp(2.3rem, 4vw, 4.8rem);
    font-weight: 400;
}

.card-number {
    font-size: 0.75rem;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    z-index: 2;
}

.card-tall {
    aspect-ratio: 4 / 5.5;
    grid-row: span 2;
}

.card-wide {
    aspect-ratio: 2 / 1;
    grid-column: 2;
}

.events {
    background: var(--ink);
    color: white;
}

.events-top {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}

.events-top .section-label {
    margin-bottom: 2rem;
}

.events-top > p {
    color: var(--muted);
    margin-bottom: 0.8rem;
    max-width: 320px;
}

.event-row {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 35px 100px 1fr auto auto 35px;
    padding: 1.3rem 0;
    transition: color 150ms ease, transform 150ms ease;
}

.event-row:first-child {
    background: var(--lime);
    border-top-color: var(--lime);
    color: var(--ink);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.event-row:first-child .event-count,
.event-row:first-child .event-place,
.event-row:first-child .event-main p {
    color: rgba(23, 25, 20, 0.65);
}

.event-row:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.event-row:hover {
    color: var(--lime);
    transform: translateX(0.75rem);
}

.event-row img {
    aspect-ratio: 1.4 / 1;
    object-fit: cover;
    width: 100px;
}

.event-count,
.event-place,
.event-main p {
    color: var(--muted);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.event-main h3 {
    font-size: clamp(1.6rem, 3vw, 3.2rem);
    margin-top: 0.3rem;
}

.event-action {
    border: 1px solid currentColor;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.7rem 1rem;
    text-transform: uppercase;
}

.event-arrow {
    font-size: 1.7rem;
}

.no-events {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    padding: 2rem;
}

.no-events-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.shop {
    display: grid;
    gap: 5vw;
    grid-template-columns: 0.75fr 1.5fr;
}

.shop-intro {
    align-self: start;
    position: sticky;
    top: 2rem;
}

.shop-intro .section-label {
    margin-bottom: 2rem;
}

.shop-intro > p {
    color: #5d6058;
    margin: 2rem 0;
    max-width: 390px;
}

.shop-products {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

.product {
    background: #ddd5c7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 360px;
    overflow: hidden;
    padding: 1.5rem;
}

.product-featured {
    background: #df604f;
    grid-column: span 2;
    min-height: 560px;
}

.product img {
    height: 75%;
    object-fit: cover;
    width: 100%;
}

.product > div:last-child {
    margin-top: 1.5rem;
}

.product span {
    font-size: 0.72rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.product h3 {
    font-size: clamp(1.8rem, 3vw, 3rem);
    margin-top: 0.4rem;
}

.product-coming {
    background: var(--lime);
}

.product-ear-candy {
    background: #edb7c4;
}

.product-ear-candy img {
    object-position: center;
}

.product-orbit {
    align-items: center;
    aspect-ratio: 1;
    border: 1px solid var(--ink);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: 1rem auto;
    text-align: center;
    width: min(75%, 220px);
}

.product-orbit span {
    font-family: "DM Serif Display", serif;
    font-size: 1.6rem;
    line-height: 1.1;
}

.corporate {
    background: #2a3a33;
    color: white;
    display: grid;
    gap: 7vw;
    grid-template-columns: 1fr 1fr;
}

.corporate-photo img {
    height: 100%;
    min-height: 680px;
    object-fit: cover;
    width: 100%;
}

.corporate-copy {
    align-self: center;
    padding-right: 4vw;
}

.corporate-copy .section-label {
    margin-bottom: 2rem;
}

.corporate-copy > p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.08rem;
    margin: 2rem 0;
    max-width: 550px;
}

.corporate-copy ul {
    display: grid;
    gap: 0.6rem 2rem;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    margin: 0 0 2.5rem;
    padding: 0;
}

.corporate-copy li {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 0.85rem;
    padding: 0.8rem 0;
}

.final-cta {
    background: var(--coral);
    padding: clamp(6rem, 12vw, 11rem) 6vw;
    text-align: center;
}

.final-heart {
    height: 82px;
    margin: 0 auto 2rem;
    object-fit: contain;
    width: 56px;
}

.final-cta > p {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.final-cta h2 {
    margin-bottom: 3rem;
}

footer {
    background: var(--ink);
    color: white;
    padding: 5rem 6vw 2rem;
}

.footer-brand {
    display: block;
    margin-bottom: 5rem;
    width: min(400px, 65vw);
}

.footer-line {
    align-items: flex-end;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: grid;
    font-size: 0.72rem;
    gap: 2rem;
    grid-template-columns: 1fr auto 1fr;
    padding-top: 1.5rem;
    text-transform: uppercase;
}

.footer-line nav {
    display: flex;
    gap: 1.5rem;
}

.footer-line > p:last-child {
    text-align: right;
}

@media (max-width: 900px) {
    .site-header {
        grid-template-columns: 1fr auto auto;
    }

    .desktop-nav {
        display: none;
    }

    .home-mobile-menu {
        display: block;
    }

    .intro,
    .section-heading,
    .shop,
    .corporate {
        grid-template-columns: 1fr;
    }

    .intro-copy p {
        margin-left: 15%;
    }

    .intro-note {
        margin-left: 15%;
        max-width: 300px;
    }

    .shop-intro {
        position: static;
    }

    .corporate-photo img {
        min-height: 500px;
    }

    .corporate-copy {
        padding: 1rem 0 2rem;
    }

    .footer-line {
        align-items: flex-start;
        grid-template-columns: 1fr;
    }

    .footer-line > p:last-child {
        text-align: left;
    }
}

@media (max-width: 640px) {
    .site-header {
        padding: 1rem 1.2rem;
    }

    .brand {
        width: 104px;
    }

    .header-cta {
        display: none;
    }

    .hero-inner {
        justify-content: flex-end;
        padding: 8rem 1.25rem 7.5rem;
    }

    h1 {
        font-size: clamp(3.35rem, 17vw, 5rem);
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .hero-heart {
        bottom: 4.7rem;
        height: 66px;
        right: 1rem;
        width: 66px;
    }

    .hero-ticker > div {
        animation: ticker 18s linear infinite;
        justify-content: flex-start;
        padding-left: 1.5rem;
    }

    .section {
        padding: 4.5rem 1.25rem;
    }

    .intro,
    .section-heading {
        gap: 2rem;
    }

    .intro-copy p,
    .intro-note {
        margin-left: 0;
    }

    .intro h2,
    .section-heading h2,
    .events h2,
    .shop h2,
    .corporate h2,
    .final-cta h2 {
        font-size: clamp(2.8rem, 14vw, 4.2rem);
    }

    .experience-grid {
        grid-template-columns: 1fr;
    }

    .experience-card,
    .card-tall,
    .card-wide {
        aspect-ratio: 4 / 4.5;
        grid-column: auto;
        grid-row: auto;
    }

    .events-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 2rem;
    }

    .event-row {
        gap: 0.8rem;
        grid-template-columns: 24px 72px 1fr auto;
    }

    .event-row:first-child {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .event-row img {
        width: 72px;
    }

    .event-place {
        display: none;
    }

    .event-action {
        font-size: 0.58rem;
        padding: 0.6rem 0.7rem;
    }

    .event-main h3 {
        font-size: 1.45rem;
    }

    .event-arrow {
        display: none;
    }

    .no-events {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.5rem;
    }

    .no-events-links {
        align-items: flex-start;
        flex-direction: column;
    }

    .shop-products {
        grid-template-columns: 1fr;
    }

    .product-featured {
        grid-column: auto;
        min-height: 420px;
    }

    .product {
        min-height: 340px;
    }

    .corporate-photo img {
        min-height: 420px;
    }

    .corporate-copy ul {
        grid-template-columns: 1fr;
    }

    .footer-line nav {
        flex-wrap: wrap;
    }
}

@keyframes ticker {
    to {
        transform: translateX(-55%);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .hero-ticker > div {
        animation: none;
    }

    .experience-card img,
    .button {
        transition: none;
    }
}
