:root {
    color-scheme: light;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #2c2b2a;
    background: #f7f3eb;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ksj-landing {
    --ksj-accent: #ad8738;
    --ksj-ink: #2c2b2a;
    --ksj-paper: #f7f3eb;
    min-height: 100svh;
    display: grid;
    grid-template-columns: minmax(520px, 48%) minmax(0, 52%);
    color: var(--ksj-ink);
    background: var(--ksj-paper);
    overflow: hidden;
}

.ksj-copy-panel {
    position: relative;
    z-index: 2;
    min-height: 100svh;
    padding: clamp(2rem, 4.7vw, 5.5rem) clamp(2.25rem, 5.4vw, 6.25rem) clamp(1.5rem, 3vw, 3rem);
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(circle at 92% 48%, rgba(211, 173, 89, .15), transparent 28%),
        linear-gradient(90deg, rgba(255,255,255,.65), transparent 65%),
        var(--ksj-paper);
}

.ksj-copy-panel::after {
    content: "";
    position: absolute;
    top: 0;
    right: -90px;
    width: 180px;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, var(--ksj-paper), rgba(247, 243, 235, 0));
    pointer-events: none;
}

.ksj-monogram {
    width: 54px;
    min-height: 100px;
    color: var(--ksj-accent);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    opacity: .96;
    filter: drop-shadow(0 2px 5px rgba(92, 59, 10, .08));
}

.ksj-sunburst {
    display: block;
    overflow: visible;
    color: currentColor;
}

.ksj-sunburst--logo {
    width: 32px;
    height: 32px;
    margin-bottom: 3px;
    stroke-width: 1.15;
}

.ksj-letters {
    position: relative;
    display: block;
    width: 42px;
    height: 56px;
    font-family: "Cinzel", Georgia, serif;
    font-size: 1.72rem;
    font-weight: 400;
    line-height: 1;
}

.ksj-letters span {
    position: absolute;
    display: block;
    background-image:
        radial-gradient(circle at 0% 0%, #fff8d8 0%, #efd99a 16%, rgba(220, 177, 78, .28) 35%, transparent 52%),
        linear-gradient(145deg, #d8ba68 0%, #bc8c34 48%, #805316 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--ksj-accent);
    -webkit-text-stroke: .2px rgba(91, 53, 7, .22);
}

.ksj-letters span:nth-child(1) { left: 2px;  top: 0; }
.ksj-letters span:nth-child(2) { left: 12px; top: 14px; }
.ksj-letters span:nth-child(3) { left: 22px; top: 20px; transform: none; transform-origin: center; }

.ksj-main-copy {
    width: min(100%, 610px);
    margin-block: auto;
    margin-inline: auto;
    padding: clamp(2rem, 6vh, 4rem) 0 clamp(1.5rem, 4vh, 2.5rem);
    text-align: center;
}

.ksj-artist-name {
    margin: 0;
    color: #a77927;
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(3.55rem, 5vw, 6.35rem);
    font-weight: 400;
    line-height: .91;
    letter-spacing: .012em;
    word-spacing: .055em;
    text-transform: uppercase;
    text-wrap: balance;
}

.ksj-artist-name span {
    display: block;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    padding-right: .08em;
    background-image:
        radial-gradient(
            circle at 3% 0%,
            #fffce7 0%,
            #f3dda1 10%,
            rgba(226, 184, 91, .74) 23%,
            rgba(201, 148, 53, .18) 39%,
            transparent 54%
        ),
        linear-gradient(
            145deg,
            #dfc172 0%,
            #c39238 42%,
            #93631d 72%,
            #69400c 100%
        );
    background-size: 115% 135%, 100% 100%;
    background-position: left top, center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: .22px rgba(93, 55, 8, .30);
    text-shadow:
        -.55px -.65px 0 rgba(255, 251, 222, .50),
         .75px .85px 0 rgba(91, 52, 6, .34),
         1.35px 1.75px 1px rgba(73, 43, 5, .20),
         0 5px 12px rgba(91, 62, 17, .11);
    filter: saturate(1.04);
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
    .ksj-artist-name span,
    .ksj-letters span {
        color: var(--ksj-accent);
        -webkit-text-fill-color: currentColor;
        background: none;
    }
}

.ksj-headline {
    margin: clamp(2rem, 4.5vh, 3.5rem) auto 1.4rem;
    max-width: 500px;
    font-size: clamp(1.42rem, 1.85vw, 2.05rem);
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: .19em;
    word-spacing: .06em;
    text-transform: uppercase;
}

.ksj-headline span {
    display: block;
}

.ksj-divider,
.ksj-footer-ornament {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: var(--ksj-accent);
}

.ksj-divider {
    max-width: 360px;
    margin-inline: auto;
}

.ksj-divider span,
.ksj-footer-ornament span {
    height: 1px;
    flex: 1;
    background: color-mix(in srgb, var(--ksj-accent) 48%, transparent);
}

.ksj-divider b,
.ksj-footer-ornament b {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    font-size: 0;
    font-weight: 400;
}

.ksj-sunburst--divider {
    width: 18px;
    height: 18px;
    stroke-width: 1.35;
}

.ksj-subheadline {
    margin: 1.35rem auto 2rem;
    max-width: 500px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.05rem, 1.35vw, 1.35rem);
    font-style: italic;
    line-height: 1.55;
    letter-spacing: .025em;
}

.ksj-signup-wrap {
    width: min(100%, 560px);
    margin-inline: auto;
}

.ksj-signup {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(180px, .85fr);
    min-height: 70px;
    border: 1px solid color-mix(in srgb, var(--ksj-accent) 50%, transparent);
    background: rgba(255,255,255,.74);
    box-shadow: 0 14px 40px rgba(96, 74, 31, .06);
}

.ksj-signup input[type="email"] {
    min-width: 0;
    border: 0;
    outline: 0;
    padding: 0 1.6rem;
    color: var(--ksj-ink);
    background: transparent;
    font: inherit;
    font-size: 1rem;
}

.ksj-signup input[type="email"]:focus {
    box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--ksj-accent) 60%, white);
}

.ksj-signup button {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 0;
    padding: 0 1.2rem;
    color: #fffdf5;
    background-color: #a77927;
    background-image:
        radial-gradient(
            circle at 2% 0%,
            rgba(255, 251, 224, .98) 0%,
            rgba(246, 220, 151, .78) 13%,
            rgba(225, 180, 82, .30) 31%,
            transparent 49%
        ),
        linear-gradient(
            145deg,
            #dcb95f 0%,
            #bd8b2f 50%,
            #805312 100%
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .48),
        inset -14px -14px 24px rgba(69, 38, 0, .13),
        0 10px 24px rgba(94, 67, 18, .12);
    text-shadow: 0 1px 1px rgba(79, 48, 7, .30);
    font: inherit;
    font-size: .88rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.ksj-signup button:hover {
    filter: brightness(1.05);
}

.ksj-signup button:active {
    transform: translateY(1px);
}

.ksj-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.ksj-form-message {
    margin: 0 0 .9rem;
    font-size: .95rem;
}

.ksj-success {
    color: #49613c;
}

.ksj-error {
    color: #8f4038;
}

.ksj-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.15rem;
    margin-top: 2.2rem;
    font-size: .94rem;
}

.ksj-socials a,
.ksj-social-placeholder {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    text-decoration: none;
}

.ksj-socials a {
    transition: color .2s ease, transform .2s ease;
}

.ksj-socials a:hover {
    color: var(--ksj-accent);
    transform: translateY(-1px);
}

.ksj-socials svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ksj-socials i {
    width: 1px;
    height: 22px;
    background: color-mix(in srgb, var(--ksj-accent) 35%, transparent);
}

.ksj-page-footer {
    width: min(100%, 560px);
    margin-inline: auto;
    text-align: center;
    font-size: .85rem;
}

.ksj-footer-ornament {
    width: 320px;
    max-width: 100%;
    margin: 0 auto 1rem;
}

.ksj-page-footer p {
    margin: .45rem 0;
}

.ksj-page-footer strong {
    margin-right: .5rem;
    font-weight: 600;
}

.ksj-page-footer a {
    text-decoration: none;
}

.ksj-page-footer a:hover {
    color: var(--ksj-accent);
}

.ksj-copyright {
    opacity: .78;
}

.ksj-hero-panel {
    position: relative;
    min-height: 100svh;
    background-color: #c8a66b;
    background-size: cover;
    background-position: center 14%;
    overflow: hidden;
}

.ksj-hero-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(247,243,235,.18), transparent 24%),
        linear-gradient(180deg, rgba(38,29,19,.08), transparent 20%, transparent 75%, rgba(60,42,20,.08));
    pointer-events: none;
}

.ksj-hero-glow {
    position: absolute;
    inset: 0;
    box-shadow: inset 40px 0 80px rgba(246, 235, 210, .08);
    pointer-events: none;
}

.ksj-fallback {
    width: min(900px, calc(100% - 2rem));
    margin: 4rem auto;
    font-family: ui-sans-serif, system-ui, sans-serif;
}

@media (max-width: 1100px) {
    .ksj-landing {
        grid-template-columns: minmax(460px, 51%) minmax(0, 49%);
    }

    .ksj-copy-panel {
        padding-inline: 3rem;
    }

    .ksj-artist-name {
        font-size: clamp(3.2rem, 5.2vw, 5rem);
    }
}

@media (max-width: 820px) {
    .ksj-landing {
        display: flex;
        flex-direction: column;
        min-height: 100svh;
        overflow: visible;
    }

    .ksj-hero-panel {
        order: -1;
        min-height: 56svh;
        background-position: center 12%;
    }

    .ksj-hero-panel::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 32%;
        background: linear-gradient(180deg, transparent, var(--ksj-paper));
    }

    .ksj-copy-panel {
        min-height: auto;
        padding: 1.8rem 1.4rem 2rem;
        text-align: center;
    }

    .ksj-copy-panel::after {
        display: none;
    }

    .ksj-monogram {
        margin: 0 auto;
    }

    .ksj-main-copy,
    .ksj-page-footer {
        width: 100%;
        margin-inline: auto;
    }

    .ksj-main-copy {
        padding-top: 2rem;
    }

    .ksj-artist-name {
        font-size: clamp(3rem, 12vw, 4.8rem);
    }

    .ksj-headline,
    .ksj-subheadline,
    .ksj-divider,
    .ksj-signup-wrap {
        margin-left: auto;
        margin-right: auto;
    }

    .ksj-headline {
        font-size: clamp(1.25rem, 5.1vw, 1.75rem);
        letter-spacing: .16em;
    }

    .ksj-socials {
        justify-content: center;
    }

    .ksj-footer-ornament {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 540px) {
    .ksj-hero-panel {
        min-height: 48svh;
        background-position: 55% 10%;
    }

    .ksj-signup {
        grid-template-columns: 1fr;
    }

    .ksj-signup input[type="email"] {
        height: 60px;
        text-align: center;
    }

    .ksj-signup button {
        min-height: 56px;
    }

    .ksj-socials {
        gap: .85rem;
        font-size: .86rem;
    }

    .ksj-socials i {
        display: none;
    }

    .ksj-page-footer strong {
        display: block;
        margin: 0 0 .25rem;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .ksj-monogram,
    .ksj-artist-name,
    .ksj-headline,
    .ksj-subheadline,
    .ksj-signup-wrap,
    .ksj-socials,
    .ksj-page-footer {
        opacity: 0;
        transform: translateY(10px);
        animation: ksj-reveal .75s ease forwards;
    }

    .ksj-artist-name { animation-delay: .08s; }
    .ksj-headline { animation-delay: .16s; }
    .ksj-subheadline { animation-delay: .24s; }
    .ksj-signup-wrap { animation-delay: .32s; }
    .ksj-socials { animation-delay: .4s; }
    .ksj-page-footer { animation-delay: .48s; }

    .ksj-hero-panel {
        animation: ksj-hero-in 1.15s ease both;
    }
}

@keyframes ksj-reveal {
    to { opacity: 1; transform: none; }
}

@keyframes ksj-hero-in {
    from { opacity: .35; transform: scale(1.015); }
    to { opacity: 1; transform: scale(1); }
}
