:root {
    --ink: #031221;
    --ink-2: #071d34;
    --ink-3: #0b2945;
    --cyan: #12c9e8;
    --cyan-soft: #8ceaf5;
    --blue: #1677ff;
    --amber: #f4b455;
    --paper: #f8fbfc;
    --mist: #eaf3f6;
    --line: rgba(7, 35, 57, .14);
    --white-line: rgba(255, 255, 255, .14);
    --text: #0a243b;
    --muted: #627787;
    --font-body: "Manrope", "Segoe UI", sans-serif;
    --font-display: "Space Grotesk", "Segoe UI", sans-serif;
    --shadow: 0 30px 80px rgba(1, 22, 39, .16);
}

*, *::before, *::after { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    background: var(--ink);
}

body {
    margin: 0;
    min-width: 320px;
    color: var(--text);
    background: var(--paper);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden;
}

.site-frame { min-height: 100vh; overflow: clip; }
main { min-height: 60vh; }
#blazor-error-ui { position: fixed; z-index: 1000; right: 0; bottom: 0; left: 0; display: none; padding: .8rem 1.25rem; color: #5c3500; background: #fff4dc; box-shadow: 0 -1px 10px rgba(0,0,0,.15); }
#blazor-error-ui .dismiss { position: absolute; right: 1rem; cursor: pointer; }
#components-reconnect-modal { display: none !important; visibility: hidden !important; pointer-events: none !important; }

body::selection { background: var(--cyan); color: var(--ink); }

a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.04; letter-spacing: -.04em; }

.shell {
    width: min(1320px, calc(100% - 64px));
    margin-inline: auto;
}

.section { position: relative; padding: 128px 0; }
.home-section--compact { padding: 92px 0; }
.home-page .display-title { max-width: 760px; font-size: clamp(2.25rem, 3.8vw, 4.15rem); line-height: 1.04; letter-spacing: -.052em; }
.home-page .section-heading { grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr); gap: clamp(30px, 5vw, 68px); margin-bottom: 48px; }
.home-page .section-heading > p { margin: 0; font-size: .96rem; line-height: 1.7; }
.home-page .intro-section .split-layout { grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: clamp(35px, 7vw, 88px); align-items: center; }
.home-page .intro-section__body { padding-top: 0; }
.home-page .intro-section__body p { margin-bottom: 24px; font-size: 1rem; line-height: 1.72; }
.home-page .statistics { margin-top: 55px; }
.home-page .statistic { min-height: 125px; padding: 24px; }
.home-page .statistic strong { font-size: clamp(2rem, 3vw, 3.2rem); }
.home-page .services-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.home-page .vision-panel { grid-template-columns: minmax(300px, .85fr) minmax(0, 1fr); gap: clamp(35px, 6vw, 78px); }
.home-page .vision-panel__visual { min-height: 390px; }
.home-page .vision-panel__copy > p:not(.eyebrow) { margin-bottom: 25px; font-size: 1rem; line-height: 1.72; }
.home-page .process-rail { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.home-page .process-step { min-height: 220px; padding: 25px; }
.home-page .thrive-section .split-layout { grid-template-columns: minmax(0, .9fr) minmax(340px, 1fr); gap: clamp(35px, 6vw, 78px); align-items: center; }
.home-page .thrive-section .large-copy { margin: 0; font-size: 1rem; line-height: 1.72; }
.home-page .cta-section { padding: 100px 0; }
.home-page .cta-section h2 { max-width: 750px; font-size: clamp(2.55rem, 5vw, 5.25rem); line-height: 1.02; letter-spacing: -.055em; }
@media (max-width: 900px) { .home-page .section-heading, .home-page .intro-section .split-layout, .home-page .vision-panel, .home-page .thrive-section .split-layout { grid-template-columns: 1fr; gap: 32px; } .home-page .statistics { margin-top: 38px; } .home-page .vision-panel__visual { min-height: 320px; } }
.section--light { background: var(--paper); }
.section--mist { background: var(--mist); }
.section--ink { color: #fff; background: var(--ink-2); }
.section--deep { color: #fff; background: #020d18; }

.display-title {
    max-width: 800px;
    margin-bottom: 28px;
    font-size: clamp(2.7rem, 5.2vw, 5.8rem);
    font-weight: 600;
}

.large-copy { font-size: clamp(1.12rem, 1.7vw, 1.45rem); line-height: 1.75; }

.eyebrow {
    display: flex;
    gap: 11px;
    align-items: center;
    margin-bottom: 24px;
    color: var(--cyan-soft);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .19em;
    text-transform: uppercase;
}

.eyebrow > span {
    width: 24px;
    height: 1px;
    background: currentColor;
    box-shadow: 8px 0 16px currentColor;
}

.eyebrow--dark { color: #087f98; }

.button {
    position: relative;
    display: inline-flex;
    gap: 34px;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 25px;
    overflow: hidden;
    border: 0;
    border-radius: 999px;
    font-size: .86rem;
    font-weight: 800;
    letter-spacing: .02em;
    cursor: pointer;
    transition: color .35s ease, background .35s ease, transform .35s ease, box-shadow .35s ease;
}

.button::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.28), transparent 70%);
    content: "";
    transform: translateX(-130%);
    transition: transform .7s ease;
}

.button:hover::before { transform: translateX(130%); }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 1.1em; transition: transform .3s ease; }
.button:hover span { transform: translate(2px, -2px); }
.button--primary { color: var(--ink); background: var(--cyan); box-shadow: 0 12px 38px rgba(18, 201, 232, .26); }
.button--primary:hover { color: var(--ink); background: #70ecfa; box-shadow: 0 18px 45px rgba(18, 201, 232, .38); }
.button--dark { color: #fff; background: var(--ink); }
.button--dark:hover { color: var(--ink); background: var(--cyan); }
.button--light { color: var(--ink); background: #fff; }
.button--light:hover { color: var(--ink); background: var(--cyan-soft); }

.text-link {
    display: inline-flex;
    gap: 14px;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
    font-size: .86rem;
    font-weight: 800;
}
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translate(3px, -3px); }

/* Header and horizontal navigation */
.site-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(180deg, rgba(2, 14, 27, .76), rgba(2, 14, 27, .2));
    backdrop-filter: blur(10px);
    transition: background .4s ease, box-shadow .4s ease, transform .4s ease;
}

.site-header.is-scrolled {
    background: rgba(3, 18, 33, .92);
    box-shadow: 0 14px 50px rgba(0,0,0,.22);
    backdrop-filter: blur(22px) saturate(140%);
}

.nav-shell { display: flex; align-items: center; min-height: 88px; }

.brand { display: inline-flex; gap: 13px; align-items: center; flex: 0 0 auto; }
.brand__logo { display: block; width: auto; height: 43px; object-fit: contain; }
.brand__mark { position: relative; display: inline-block; width: 42px; height: 42px; }
.brand__mark::before {
    position: absolute;
    inset: 3px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50%;
    content: "";
    box-shadow: inset 0 0 15px rgba(18,201,232,.2);
}
.brand__mark i { position: absolute; left: 10px; width: 23px; height: 7px; border: 2px solid var(--cyan); border-top: 0; border-radius: 0 0 50% 50%; transform: rotate(-8deg); }
.brand__mark i:nth-child(1) { top: 10px; }
.brand__mark i:nth-child(2) { top: 17px; width: 19px; left: 12px; opacity: .78; }
.brand__mark i:nth-child(3) { top: 24px; width: 14px; left: 15px; opacity: .55; }
.brand__copy { display: flex; flex-direction: column; line-height: 1; }
.brand__copy strong { font-family: var(--font-display); font-size: .95rem; letter-spacing: .13em; }
.brand__copy small { margin-top: 6px; color: var(--cyan-soft); font-size: .51rem; font-weight: 800; letter-spacing: .48em; }

.primary-nav { display: flex; gap: 2px; align-items: center; margin-left: auto; }
.nav-entry { position: relative; }
.nav-link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    color: rgba(255,255,255,.72);
    border-radius: 999px;
    font-size: .83rem;
    font-weight: 700;
    letter-spacing: .02em;
    transition: color .25s ease, background .25s ease;
}
.nav-link::after { position: absolute; right: 18px; bottom: 7px; left: 18px; height: 1px; background: var(--cyan); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.nav-link:hover, .nav-link.active { color: #fff; background: rgba(255,255,255,.06); }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); transform-origin: left; }
.nav-link--cta { margin-left: 10px; padding-inline: 21px; color: var(--ink); background: var(--cyan); }
.nav-link--cta:hover, .nav-link--cta.active { color: var(--ink); background: #86edfa; }
.nav-link--cta::after { display: none; }

.nav-link--artist { gap: 7px; margin-left: 7px; color: #fff; border: 1px solid rgba(255, 195, 100, .64); background: linear-gradient(105deg, rgba(137, 44, 152, .72), rgba(244, 111, 93, .68)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.1), 0 5px 20px rgba(220, 81, 125, .2); }
.nav-link--artist:hover, .nav-link--artist.active { color: #fff; border-color: #ffd17f; background: linear-gradient(105deg, #9e328f, #f06d5a); box-shadow: 0 9px 28px rgba(235, 91, 112, .42); }
.nav-link--artist::after { display: none; }
.nav-link--artist-note { color: #ffe09b; font-size: 1.08rem; line-height: 1; }

.nav-entry--has-children > .nav-link { padding-right: 28px; }
.nav-entry--has-children > .nav-link::before { position: absolute; top: 17px; right: 13px; width: 6px; height: 6px; border-right: 1px solid; border-bottom: 1px solid; content: ""; transform: rotate(45deg); transition: transform .25s ease; }
.nav-entry--has-children:hover > .nav-link::before { transform: translateY(3px) rotate(225deg); }
.nav-dropdown {
    position: absolute;
    top: calc(100% + 17px);
    left: 50%;
    width: 270px;
    padding: 16px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(4, 23, 40, .96);
    box-shadow: 0 25px 70px rgba(0,0,0,.36);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 10px) scale(.97);
    transition: opacity .25s ease, transform .25s ease;
}
.nav-dropdown::before { position: absolute; top: -18px; left: 0; width: 100%; height: 20px; content: ""; }
.nav-entry:hover .nav-dropdown, .nav-entry:focus-within .nav-dropdown { opacity: 1; pointer-events: auto; transform: translate(-50%, 0) scale(1); }
.nav-dropdown__eyebrow { display: block; padding: 4px 10px 11px; color: var(--cyan-soft); font-size: .64rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.nav-dropdown__link { display: flex; align-items: center; justify-content: space-between; padding: 13px 11px; border-top: 1px solid rgba(255,255,255,.08); font-family: var(--font-display); font-size: 1rem; }
.nav-dropdown__link b { color: var(--cyan); font-weight: 500; transition: transform .25s ease; }
.nav-dropdown__link:hover b { transform: translate(3px, -3px); }
.nav-toggle, .nav-toggle-button { display: none; }

.account-nav { display: flex; gap: 4px; align-items: center; margin-left: 12px; padding-left: 12px; border-left: 1px solid rgba(255,255,255,.13); }
.account-nav__form { display: contents; }
.account-link { position: relative; display: inline-flex; gap: 7px; align-items: center; justify-content: center; min-height: 39px; padding: 0 11px; color: #a9c1cd; border: 1px solid transparent; border-radius: 999px; font: 700 .72rem/1 var(--font-body); letter-spacing: .02em; transition: color .25s ease, border-color .25s ease, background .25s ease, transform .25s ease; }
.account-link svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.account-link:hover { color: #fff; border-color: rgba(109,229,246,.22); background: rgba(109,229,246,.08); transform: translateY(-2px); }
.account-link--dashboard { color: var(--cyan-soft); background: rgba(18,201,232,.08); }
.account-link--register { color: var(--ink); background: #fff; }
.account-link--register:hover { color: var(--ink); background: var(--cyan-soft); }
.account-link--button { appearance: none; cursor: pointer; background: transparent; }

/* Hero system */
.page-hero {
    position: relative;
    display: flex;
    min-height: 94svh;
    padding: 150px 0 90px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(2,14,27,.98) 0%, rgba(2,14,27,.82) 43%, rgba(2,14,27,.22) 78%, rgba(2,14,27,.32) 100%),
        linear-gradient(0deg, rgba(2,14,27,.95), transparent 45%),
        var(--hero-image, linear-gradient(135deg, #04182b, #092e4b));
    background-position: center calc(50% + var(--hero-shift, 0px));
    background-size: cover;
}
.page-hero--compact { min-height: 72svh; padding-bottom: 80px; background: linear-gradient(90deg, rgba(2,14,27,.98) 0%, rgba(2,14,27,.82) 43%, rgba(2,14,27,.22) 78%, rgba(2,14,27,.32) 100%), linear-gradient(0deg, rgba(2,14,27,.95), transparent 45%), var(--hero-image, linear-gradient(135deg, #031221, #082944)); background-position: center; background-size: cover; }
.page-hero--short { min-height: 84svh; padding-bottom: 70px; }
.page-hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); gap: 70px; align-items: center; }
.page-hero__copy { min-width: 0; max-width: 770px; }
.page-hero h1 { max-width: 800px; margin-bottom: 26px; font-size: clamp(3.65rem, 7.3vw, 7.6rem); font-weight: 600; letter-spacing: -.065em; }
.page-hero h1::first-line { color: #fff; }
.page-hero__lead { max-width: 680px; margin-bottom: 19px; color: #d8edf3; font-size: clamp(1.2rem, 2vw, 1.65rem); line-height: 1.5; }
.page-hero__body { max-width: 660px; margin-bottom: 33px; color: #9cb7c6; font-size: 1rem; line-height: 1.8; }
.page-hero--compact h1 { font-size: clamp(3.2rem, 6vw, 6.7rem); }
.page-hero--compact .page-hero__copy { max-width: 860px; }

.hero-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(109,216,238,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(109,216,238,.11) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, black, transparent 88%); animation: grid-drift 24s linear infinite; }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .5; pointer-events: none; }
.orb--one { top: 17%; right: 8%; width: 280px; height: 280px; border: 1px solid rgba(18,201,232,.27); box-shadow: inset 0 0 90px rgba(18,201,232,.08), 0 0 80px rgba(18,201,232,.1); animation: float-orb 8s ease-in-out infinite; }
.orb--two { right: 28%; bottom: 6%; width: 90px; height: 90px; background: rgba(244,180,85,.16); filter: blur(20px); animation: float-orb 7s ease-in-out -2s infinite reverse; }

.page-hero__signal { position: relative; width: min(36vw, 470px); aspect-ratio: 1; justify-self: end; }
.page-hero__signal-core { position: absolute; inset: 41%; border-radius: 50%; background: #fff; box-shadow: 0 0 20px #fff, 0 0 65px var(--cyan), 0 0 150px rgba(18,201,232,.8); animation: core-pulse 2.7s ease-in-out infinite; }
.page-hero__signal-ring { position: absolute; border: 1px solid rgba(113,231,247,.3); border-radius: 50%; }
.page-hero__signal-ring::after { position: absolute; top: 50%; left: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 17px var(--cyan); content: ""; }
.page-hero__signal-ring--one { inset: 30%; animation: spin 8s linear infinite; }
.page-hero__signal-ring--two { inset: 15%; border-style: dashed; animation: spin 18s linear infinite reverse; }
.page-hero__signal-ring--three { inset: 0; border-color: rgba(255,255,255,.1); animation: spin 29s linear infinite; }

.page-hero__media { position: relative; isolation: isolate; justify-self: end; width: 100%; max-width: 560px; padding: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 32px; background: rgba(255,255,255,.05); box-shadow: 0 35px 100px rgba(0,0,0,.4); transform: perspective(1000px) rotateY(-5deg) rotateX(2deg); }
.page-hero__media::after { position: absolute; inset: 9px; z-index: 2; border: 1px solid rgba(255,255,255,.12); border-radius: 23px; content: ""; pointer-events: none; }
.page-hero__media img { width: 100%; min-height: 350px; object-fit: cover; border-radius: 23px; }
.page-hero__media-glow { position: absolute; z-index: -1; inset: 15%; background: var(--cyan); filter: blur(80px); opacity: .35; }

/* Home */
.home-ideas-hero { position: relative; min-height: 96svh; padding: 150px 0 78px; overflow: hidden; color: #fff; isolation: isolate; background: radial-gradient(circle at 76% 48%, rgba(14,120,184,.33), transparent 27%), radial-gradient(circle at 34% 88%, rgba(5,91,133,.25), transparent 34%), #020e1a; }.home-ideas-hero::before { position: absolute; z-index: -2; inset: 0; opacity: .5; background: linear-gradient(90deg, #020d19 0%, rgba(2,13,25,.85) 38%, rgba(2,13,25,.12) 100%), url('/images/generated/home-hero/blue-well-ideas.jpg') center / cover; content: ""; }.home-ideas-hero::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, #020e1a, transparent 42%); content: ""; }.home-ideas-hero__grid { position: absolute; z-index: -1; inset: 0; opacity: .24; background-image: linear-gradient(rgba(114,228,247,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(114,228,247,.13) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 80%); animation: grid-drift 24s linear infinite; }.home-ideas-hero__beam { position: absolute; z-index: -1; width: 55vw; height: 10vw; opacity: .4; background: linear-gradient(90deg, transparent, #38dff4, transparent); filter: blur(22px); transform-origin: right; }.home-ideas-hero__beam--one { top: 12%; right: -2%; transform: rotate(140deg); }.home-ideas-hero__beam--two { right: 9%; bottom: 4%; opacity: .23; transform: rotate(36deg); }.home-ideas-hero__inner { display: grid; grid-template-columns: minmax(0, .95fr) minmax(510px, 1.05fr); gap: clamp(35px, 5vw, 85px); align-items: center; min-height: calc(96svh - 228px); }.home-ideas-hero__copy { position: relative; z-index: 3; max-width: 670px; }.home-ideas-hero h1 { max-width: 740px; margin-bottom: 25px; font-size: clamp(3.9rem, 6.5vw, 7.45rem); font-weight: 600; letter-spacing: -.065em; }.home-ideas-hero__lead { max-width: 620px; margin-bottom: 18px; color: #d7f3f7; font-size: clamp(1.16rem, 1.7vw, 1.47rem); line-height: 1.5; }.home-ideas-hero__body { max-width: 590px; margin-bottom: 31px; color: #9ebdc9; line-height: 1.76; }.home-ideas-hero__legend { display: flex; flex-wrap: wrap; gap: 15px 24px; margin-top: 37px; color: #b9d7de; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.home-ideas-hero__legend span { display: inline-flex; gap: 8px; align-items: center; }.home-ideas-hero__legend i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }.home-ideas-hero__visual { position: relative; z-index: 2; min-height: 570px; }.home-ideas-card { position: absolute; margin: 0; overflow: hidden; border: 1px solid rgba(202,247,255,.26); background: #08223b; box-shadow: 0 25px 70px rgba(0,0,0,.34); transition: filter .38s ease, box-shadow .38s ease; }.home-ideas-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), opacity .3s ease, filter .3s ease; }.home-ideas-card:hover img { transform: scale(1.06); }.home-ideas-card::after { position: absolute; inset: 0; background: linear-gradient(145deg, rgba(6,107,168,.25), transparent 47%, rgba(2,9,24,.52)); content: ""; pointer-events: none; }.home-ideas-card figcaption { position: absolute; z-index: 2; right: 14px; bottom: 12px; left: 14px; display: flex; gap: 9px; align-items: center; color: #e5fbff; font-size: .57rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.home-ideas-card figcaption span { color: var(--cyan); }.home-ideas-card--main { top: 35px; right: 6%; width: 76%; height: 405px; border-radius: 24px; transform: rotate(2deg); }.home-ideas-card--design { bottom: 0; left: 0; width: 35%; height: 230px; border-radius: 18px; transform: rotate(-6deg); }.home-ideas-card--build { right: 0; bottom: 17px; width: 36%; height: 210px; border-radius: 18px; transform: rotate(5deg); }.home-ideas-card--detail { top: 0; left: 3%; z-index: 3; width: 28%; height: 155px; border-radius: 15px; transform: rotate(-4deg); }.home-ideas-card.is-shuffling { filter: brightness(1.24) saturate(1.22); box-shadow: 0 0 0 1px rgba(199,251,255,.34), 0 0 32px rgba(43,216,241,.52), 0 25px 70px rgba(0,0,0,.34); }.home-ideas-card.is-shuffling img { opacity: .54; filter: blur(1.6px); }.home-ideas-well { position: absolute; z-index: 4; top: 50%; left: 47%; display: grid; place-items: center; width: 115px; height: 115px; border: 1px solid rgba(175,244,254,.57); border-radius: 50%; background: radial-gradient(circle, #d7ffff 0 7%, #2fd5ed 10%, rgba(16,121,196,.66) 33%, rgba(3,19,42,.86) 69%); box-shadow: 0 0 0 12px rgba(47,210,235,.09), 0 0 45px rgba(42,211,240,.68), 0 0 125px rgba(35,137,229,.5); transform: translate(-50%, -50%); animation: core-pulse 3s ease-in-out infinite; }.home-ideas-well::before, .home-ideas-well::after { position: absolute; border: 1px solid rgba(154,239,249,.43); border-radius: 50%; content: ""; }.home-ideas-well::before { inset: -18px; animation: spin 12s linear infinite; }.home-ideas-well::after { inset: -37px; border-style: dashed; animation: spin 20s linear infinite reverse; }.home-ideas-well span { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: #fff; box-shadow: 0 0 18px #fff; }.home-ideas-well i { position: absolute; top: -73px; width: 1px; height: 68px; background: linear-gradient(#c8fbff, transparent); }.home-ideas-well b { position: relative; z-index: 1; color: #ecffff; font: 800 .48rem/.95 var(--font-body); letter-spacing: .16em; text-align: center; }
.split-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); gap: 100px; align-items: start; }
.split-layout--wide { grid-template-columns: minmax(0, .8fr) minmax(360px, 1fr); }
.intro-section__body { padding-top: 50px; }
.intro-section__body p { margin-bottom: 35px; color: var(--muted); font-size: 1.08rem; }
.home-intro-image { display: block; width: 100%; height: 170px; margin-top: 35px; border-radius: 18px; object-fit: cover; box-shadow: 0 18px 45px rgba(7,36,60,.12); }
.home-image-strip { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; margin-top: 54px; }
.home-image-strip img { width: 100%; height: 210px; border-radius: 18px; object-fit: cover; box-shadow: 0 16px 42px rgba(7,36,60,.1); }
.statistics { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 100px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.statistic { display: flex; flex-direction: column; min-height: 185px; padding: 35px; border-right: 1px solid var(--line); }
.statistic:last-child { border-right: 0; }
.statistic strong { color: var(--ink-2); font-family: var(--font-display); font-size: clamp(2.6rem, 4vw, 4.5rem); font-weight: 600; letter-spacing: -.06em; }
.statistic span { margin-top: auto; color: var(--muted); font-size: .77rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr); gap: 80px; align-items: end; margin-bottom: 75px; }
.section-heading > p { margin-bottom: 24px; color: #9cb5c4; font-size: 1.05rem; }
.section-heading--light > p { color: var(--muted); }
.services-section { overflow: hidden; }
.services-heading__aside { display: grid; grid-template-columns: 1fr 150px; gap: 20px; align-items: center; }
.services-heading__aside p { margin: 0; color: #9cb5c4; font-size: .96rem; line-height: 1.65; }
.services-heading__aside img { width: 150px; height: 100px; border-radius: 14px; object-fit: cover; box-shadow: 0 14px 35px rgba(0,0,0,.2); transition: transform .4s ease; }
.services-heading__aside:hover img { transform: scale(1.04) rotate(1deg); }
.services-section::before { position: absolute; top: -200px; left: 50%; width: 600px; height: 600px; border-radius: 50%; background: rgba(18,201,232,.08); filter: blur(120px); content: ""; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--white-line); border-left: 1px solid var(--white-line); }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 380px; padding: 29px; overflow: hidden; border-right: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); transition: background .4s ease, transform .4s ease; }
.service-card::before { position: absolute; inset: auto 0 0; height: 0; background: linear-gradient(0deg, rgba(18,201,232,.13), transparent); content: ""; transition: height .45s ease; }
.service-card:hover { background: rgba(255,255,255,.035); transform: translateY(-7px); }
.service-card:hover::before { height: 70%; }
.service-card__topline { position: relative; display: flex; align-items: center; margin-bottom: 38px; color: #6e8998; font-family: var(--font-display); font-size: .72rem; }
.service-card__topline i { flex: 1; height: 1px; margin-left: 17px; background: var(--white-line); }
.icon-orbit { position: relative; display: grid; place-items: center; width: 68px; height: 68px; margin-bottom: 30px; color: var(--cyan); border: 1px solid rgba(18,201,232,.25); border-radius: 50%; background: rgba(18,201,232,.06); }
.icon-orbit::before { position: absolute; inset: -7px; border: 1px dashed rgba(18,201,232,.17); border-radius: 50%; content: ""; animation: spin 14s linear infinite; }
.marketing-icon { width: 28px; height: 28px; }
.service-card h3 { position: relative; margin-bottom: 16px; font-size: 1.7rem; }
.service-card > p { position: relative; color: #b4c8d2; }
.service-card__details { position: relative; max-height: 0; overflow: hidden; color: #8ca7b6; font-size: .84rem; opacity: 0; transition: max-height .5s ease, opacity .4s ease; }
.service-card:hover .service-card__details { max-height: 100px; opacity: 1; }
.service-card > a { position: relative; display: flex; justify-content: space-between; margin-top: auto; padding-top: 25px; color: var(--cyan-soft); border-top: 1px solid var(--white-line); font-size: .78rem; font-weight: 800; }

.vision-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.vision-panel__visual { position: relative; min-height: 590px; border-radius: 32px; background: radial-gradient(circle, rgba(18,201,232,.34), transparent 28%), linear-gradient(145deg, #061b30, #082b47); box-shadow: var(--shadow); overflow: hidden; }
.home-vision-image img { width: 100%; height: 100%; object-fit: cover; }
.home-vision-image::after { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(2,16,29,.16), rgba(3,21,36,.42)); content: ""; }
.vision-panel__visual::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 45px 45px; content: ""; mask-image: radial-gradient(circle, black, transparent 70%); }
.vision-panel__disc { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(112,229,246,.27); border-radius: 50%; transform: translate(-50%,-50%) rotateX(70deg); }
.vision-panel__disc--one { width: 420px; height: 420px; animation: disc-pulse 5s ease-in-out infinite; }
.vision-panel__disc--two { width: 280px; height: 280px; animation: disc-pulse 5s ease-in-out -1s infinite reverse; }
.vision-panel__core { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 100px; height: 100px; color: #fff; border-radius: 50%; background: rgba(18,201,232,.14); box-shadow: 0 0 70px var(--cyan); font-family: var(--font-display); font-weight: 700; letter-spacing: .08em; transform: translate(-50%,-50%); }
.vision-panel__copy > p:not(.eyebrow) { margin: 0 0 35px; color: var(--muted); font-size: 1.06rem; }

.process-section .section-heading > p { max-width: 580px; }
.process-rail { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--white-line); }
.process-step { position: relative; min-height: 370px; padding: 38px 30px; border-right: 1px solid var(--white-line); }
.process-step:last-child { border-right: 0; }
.process-step__number { display: block; margin-bottom: 70px; color: #557080; font-family: var(--font-display); font-size: .72rem; }
.process-step .marketing-icon { margin-bottom: 28px; color: var(--cyan); }
.process-step h3 { font-size: 1.45rem; }
.process-step p { color: #8fa7b5; font-size: .9rem; }
.process-step::after { position: absolute; top: -4px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 20px var(--cyan); content: ""; }
.thrive-section .large-copy { color: #4f6574; }
.home-thrive-image { display: block; width: min(100%, 390px); height: 145px; margin-top: 36px; border-radius: 18px; object-fit: cover; box-shadow: 0 16px 36px rgba(7,36,60,.12); }
.capability-pills { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.capability-pills > span { display: inline-flex; gap: 10px; align-items: center; padding: 12px 17px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .78rem; font-weight: 700; }
.capability-pills .marketing-icon { width: 18px; height: 18px; color: #058da5; }

.cta-section { position: relative; padding: 140px 0; overflow: hidden; color: #fff; background: linear-gradient(120deg, #044864, #087f98 54%, #0da2b8); }
.cta-section--short { padding: 110px 0; }
.cta-section__inner { position: relative; z-index: 2; text-align: center; }
.cta-section .eyebrow { justify-content: center; color: #d6faff; }
.cta-section h2 { max-width: 950px; margin: 0 auto 22px; font-size: clamp(3rem, 6.8vw, 7.3rem); font-weight: 600; }
.cta-section p:not(.eyebrow) { max-width: 650px; margin: 0 auto 35px; color: #cdebf1; font-size: 1.06rem; }
.cta-section__rings { position: absolute; top: 50%; left: 50%; width: 1050px; height: 1050px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transform: translate(-50%,-50%); }
.cta-section__rings::before, .cta-section__rings::after { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.cta-section__rings::before { inset: 18%; animation: spin 30s linear infinite; border-style: dashed; }
.cta-section__rings::after { inset: 37%; box-shadow: 0 0 90px rgba(255,255,255,.12); }

/* About */
.story-grid { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, .86fr) minmax(260px, .72fr); gap: clamp(28px, 5vw, 78px); align-items: center; }
.story-grid__body { padding-top: 60px; }
.story-grid__body .large-copy { color: #465d6d; }
.story-section__image { position: relative; align-self: stretch; min-height: 300px; overflow: hidden; border-radius: 26px; background: var(--ink); box-shadow: 0 28px 70px rgba(7,36,60,.16); }
.story-section__image::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,14,27,.38), transparent 55%), linear-gradient(0deg, rgba(2,14,27,.6), transparent 44%); content: ""; pointer-events: none; }
.story-section__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.75,.2,1), filter .8s ease; }
.story-section__image:hover img { filter: saturate(1.08); transform: scale(1.045); }
.story-section__image-caption { position: absolute; z-index: 1; bottom: 26px; left: 30px; display: flex; gap: 14px; align-items: center; color: #fff; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.story-section__image-caption i { width: 42px; height: 1px; background: var(--cyan); }
/* About: restrained editorial composition */
.about-opening { padding: 86px 0 72px; }
.about-opening .story-grid { grid-template-columns: minmax(210px, .55fr) minmax(280px, .85fr) minmax(300px, .9fr); gap: clamp(24px, 4vw, 62px); }
.about-opening .display-title { max-width: 420px; font-size: clamp(2.4rem, 4.1vw, 4.45rem); line-height: 1.02; letter-spacing: -.055em; }
.about-opening .story-grid__body { padding-top: 0; }
.about-opening .story-grid__body .large-copy { margin: 0 0 26px; font-size: 1.02rem; line-height: 1.8; }
.about-opening .story-section__image { min-height: 270px; border-radius: 20px; box-shadow: 0 22px 55px rgba(7,36,60,.15); animation: about-image-in .8s cubic-bezier(.2,.75,.2,1) both; }
.about-opening .story-manifesto { justify-content: flex-start; gap: 18px; margin-top: 58px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .67rem; }
.about-editorial { padding: 74px 0; }
.about-editorial .about-visual-grid { grid-template-columns: 1.08fr .92fr; gap: 26px; }
.about-editorial .about-visual-grid__image--primary { grid-row: span 2; min-height: 490px; }
.about-editorial .about-visual-grid__image--secondary { min-height: 190px; }
.about-editorial .about-visual-grid__copy { align-self: end; padding: 20px 22px; }
.about-editorial .about-visual-grid__copy h2 { margin: 10px 0 16px; font-size: clamp(2rem, 3.4vw, 3.55rem); line-height: 1.05; letter-spacing: -.045em; }
.about-purpose { padding: 72px 0; }
.about-purpose .purpose-grid { max-width: 1100px; gap: 16px; }
.about-purpose .purpose-card { min-height: 300px; padding: 38px; }
.about-purpose .purpose-card h2 { max-width: 500px; font-size: clamp(1.85rem, 3vw, 3rem); line-height: 1.08; letter-spacing: -.04em; }
.about-beliefs { padding: 80px 0; }
.about-beliefs .belief-grid { grid-template-columns: minmax(260px, .7fr) minmax(400px, 1fr); gap: 70px; }
.about-beliefs .display-title { font-size: clamp(2.2rem, 3.8vw, 4rem); line-height: 1.05; letter-spacing: -.05em; }
.about-beliefs .belief-list li { padding: 19px 0; }
.about-beliefs .about-wide-image { height: min(25vw, 330px); margin-top: 58px; border-radius: 20px; }
@keyframes about-image-in { from { opacity: 0; transform: translateY(22px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (max-width: 900px) { .about-opening .story-grid, .about-editorial .about-visual-grid, .about-beliefs .belief-grid { grid-template-columns: 1fr; } .about-opening .story-section__image { min-height: 290px; } .about-editorial .about-visual-grid__image--primary { grid-row: auto; min-height: 330px; } .about-editorial .about-visual-grid__image--secondary { min-height: 220px; } .about-beliefs .about-wide-image { height: 240px; } }
@media (prefers-reduced-motion: reduce) { .about-opening .story-section__image { animation: none; } }
.story-manifesto { display: flex; align-items: center; justify-content: space-between; margin-top: 110px; padding: 35px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink-2); font-family: var(--font-display); font-size: clamp(1rem, 2vw, 1.5rem); font-weight: 600; }
.story-manifesto i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.about-visual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.about-visual-grid__image { min-height: 330px; overflow: hidden; border-radius: 24px; box-shadow: 0 24px 60px rgba(7,36,60,.13); }
.about-visual-grid__image img, .about-wide-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.about-visual-grid__image:hover img, .about-wide-image:hover img { transform: scale(1.04); }
.about-visual-grid__copy { padding: clamp(12px, 3vw, 44px); }
.about-visual-grid__copy h2 { margin-bottom: 22px; font-size: clamp(2.35rem, 4vw, 4.5rem); }
.about-visual-grid__copy p:not(.eyebrow) { max-width: 570px; color: var(--muted); line-height: 1.75; }
.about-visual-grid__image--secondary { min-height: 245px; }
.about-wide-image { height: min(32vw, 420px); margin-top: 80px; overflow: hidden; border-radius: 24px; }
.purpose-card { position: relative; min-height: 590px; padding: 55px; overflow: hidden; border: 1px solid var(--white-line); border-radius: 28px; background: rgba(255,255,255,.025); }
.purpose-card--accent { background: linear-gradient(145deg, rgba(18,201,232,.13), rgba(255,255,255,.02)); }
.purpose-card__index { display: block; margin-bottom: 100px; color: #5e7888; font-size: .72rem; }
.purpose-card h2 { max-width: 530px; font-size: clamp(2.3rem, 4vw, 4.6rem); }
.purpose-card > p:last-of-type { position: relative; z-index: 2; max-width: 570px; color: #a6bdc8; }
.purpose-card__beam { position: absolute; right: -80px; bottom: -110px; width: 330px; height: 330px; border: 1px solid rgba(18,201,232,.2); border-radius: 50%; box-shadow: 0 0 90px rgba(18,201,232,.11); }
.belief-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 110px; }
.belief-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.belief-list li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.belief-list li > span { color: #0790a9; font-family: var(--font-display); font-size: .72rem; }
.belief-list strong { display: block; margin-bottom: 8px; font-family: var(--font-display); font-size: 1.25rem; }
.belief-list p { margin-bottom: 0; color: var(--muted); }

/* Team */
.team-list { display: grid; gap: 110px; }
.team-member { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(380px, 1fr); gap: 100px; align-items: center; }
.team-member:nth-child(even) .team-member__portrait { order: 2; }
.team-member__portrait { position: relative; min-height: 600px; padding: 15px; background: var(--ink); border-radius: 28px; overflow: hidden; }
.team-member__portrait img { width: 100%; height: 570px; object-fit: cover; object-position: center 20%; border-radius: 19px; filter: saturate(.78) contrast(1.03); transition: filter .6s ease, transform .7s ease; }
.team-member__placeholder { display: grid; place-items: center; width: 100%; height: 570px; color: var(--cyan-soft); border-radius: 19px; background: radial-gradient(circle, rgba(18,201,232,.18), transparent 45%), linear-gradient(145deg, #082b47, #031423); font-family: var(--font-display); font-size: clamp(4rem, 9vw, 8rem); font-weight: 600; letter-spacing: -.06em; }
.team-member:hover img { filter: saturate(1); transform: scale(1.025); }
.team-member__number { position: absolute; z-index: 2; right: 28px; bottom: 25px; display: grid; place-items: center; width: 55px; height: 55px; color: var(--ink); border-radius: 50%; background: var(--cyan); font-size: .72rem; font-weight: 800; }
.team-member__frame { position: absolute; inset: 25px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; pointer-events: none; }
.team-member__copy h2 { margin-bottom: 25px; font-size: clamp(3rem, 5.2vw, 5.8rem); }
.team-member__copy > p:not(.eyebrow) { margin-bottom: 35px; color: var(--muted); font-size: 1.05rem; }
.team-quote { padding: 130px 0; color: #fff; text-align: center; background: #061a2c; }
.team-quote p { max-width: 1050px; margin: 0 auto 25px; font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 5.2rem); line-height: 1.12; letter-spacing: -.05em; }
.team-quote span { color: var(--cyan-soft); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

/* Industries */
.industries-intro { margin-bottom: 75px; }
.industries-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.industry-card { position: relative; min-height: 390px; padding: 34px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .4s ease, background .4s ease, transform .4s ease; }
.industry-card::before { position: absolute; inset: 100% 0 0; background: var(--ink-2); content: ""; transition: inset .45s cubic-bezier(.2,.8,.2,1); }
.industry-card:hover { color: #fff; transform: translateY(-5px); }
.industry-card:hover::before { inset: 0; }
.industry-card__header { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; margin-bottom: 80px; color: #087f98; font-size: .72rem; }
.industry-card__header .marketing-icon { width: 32px; height: 32px; }
.industry-card h3 { position: relative; z-index: 1; font-size: 1.55rem; }
.industry-card p { position: relative; z-index: 1; color: var(--muted); font-size: .9rem; transition: color .4s ease; }
.industry-card:hover p { color: #a9bec9; }
.industry-card > a { position: relative; z-index: 1; display: flex; justify-content: space-between; margin-top: 28px; color: #087f98; font-size: .76rem; font-weight: 800; }
.industry-card:hover > a { color: var(--cyan-soft); }

/* Clients */
.clients-section { padding-top: 92px; }
.clients-intro { position: relative; }
.clients-intro::before { position: absolute; top: 0; right: 0; width: 72px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, var(--cyan), #087f98); content: ""; }
.clients-intro__meta { display: flex; gap: 24px; align-items: center; justify-content: space-between; padding: 0 0 19px; border-bottom: 1px solid var(--line); }
.clients-intro__meta .eyebrow { margin: 0; }
.clients-intro__count { color: #718894; font-size: .63rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.clients-intro__body { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(290px, .55fr); gap: clamp(42px, 7vw, 100px); align-items: end; padding-top: 31px; }
.clients-intro__body h2 { max-width: 820px; margin: 0; font-size: clamp(2.55rem, 4.5vw, 4.75rem); line-height: .98; letter-spacing: -.06em; }
.clients-intro__body > p { max-width: 500px; margin: 0 0 5px; padding-left: 21px; color: var(--muted); border-left: 2px solid rgba(8,143,169,.35); font-size: .91rem; line-height: 1.75; }
.client-list { display: grid; gap: 28px; margin-top: 52px; }
.client-project { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; min-height: 360px; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; box-shadow: 0 16px 45px rgba(7,36,60,.06); transition: border-color .35s ease, box-shadow .35s ease, transform .35s cubic-bezier(.2,.75,.2,1); }
.client-project::after { position: absolute; z-index: 3; inset: 0; background: linear-gradient(112deg, transparent 28%, rgba(255,255,255,.35) 47%, transparent 66%); content: ""; pointer-events: none; transform: translateX(-125%); transition: transform .7s cubic-bezier(.2,.75,.2,1); }
.client-project--linked { cursor: pointer; }
.client-project:hover, .client-project:focus-within { border-color: rgba(7,151,180,.42); box-shadow: 0 26px 62px rgba(7,36,60,.14), 0 0 0 1px rgba(18,201,232,.1); transform: translateY(-5px); }
.client-project:hover::after, .client-project:focus-within::after { transform: translateX(125%); }
.client-project__link { position: absolute; z-index: 5; inset: 0; border-radius: inherit; }
.client-project__link:focus-visible { outline: 3px solid #099fba; outline-offset: -6px; }
.client-project__logo { position: relative; display: grid; place-items: center; min-height: 360px; padding: 48px; background: radial-gradient(circle at 50% 50%, #fff, #eaf2f5); }
.client-project__logo::before { position: absolute; inset: 20px; border: 1px solid rgba(7,36,60,.1); border-radius: 17px; content: ""; }
.client-project__logo img { position: relative; z-index: 1; max-width: 280px; max-height: 150px; object-fit: contain; transition: transform .4s cubic-bezier(.2,.75,.2,1); }
.client-project--linked:hover .client-project__logo img, .client-project--linked:focus-within .client-project__logo img { transform: scale(1.045); }
.client-project__status { position: absolute; z-index: 2; bottom: 30px; left: 30px; padding: 8px 13px; color: #fff; border-radius: 999px; background: var(--ink); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.client-project__copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 42px 54px; background: #fff; }
.client-project__number { position: absolute; top: 35px; right: 40px; color: #78909d; font-size: .72rem; }
.client-project__copy h3 { margin: 8px 0 12px; font-size: clamp(2.25rem, 4vw, 4.1rem); }
.client-project__copy > p:not(.eyebrow) { color: var(--muted); }
.js-enabled .client-project--linked.is-visible:hover, .js-enabled .client-project--linked.is-visible:focus-within { transform: translateY(-5px); }
@media (prefers-reduced-motion: reduce) { .client-project, .client-project::after, .client-project__logo img { transition: none; } .client-project:hover, .client-project:focus-within { transform: none; } }

/* Storiscope */
.storiscope-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.storiscope-grid .large-copy { color: #4e6574; }
.signal-list { display: grid; gap: 16px; margin: 35px 0; }
.signal-list span { display: flex; gap: 15px; align-items: center; font-weight: 700; }
.signal-list i { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.storiscope-tease { position: relative; min-height: 580px; display: grid; place-items: center; padding: 100px 0; overflow: hidden; color: #fff; text-align: center; background: radial-gradient(circle at center, rgba(17,169,200,.25), transparent 36%), #020e19; }
.storiscope-tease::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 50px 50px; content: ""; perspective: 500px; transform: rotateX(60deg) scale(1.8); }
.storiscope-tease .shell { position: relative; z-index: 2; }
.storiscope-tease span { color: var(--cyan-soft); font-size: .68rem; font-weight: 800; letter-spacing: .22em; }
.storiscope-tease h2 { max-width: 920px; margin: 30px auto 0; font-size: clamp(3rem, 6vw, 6.4rem); }
.storiscope-tease__scan { position: absolute; z-index: 1; top: 0; bottom: 0; left: 50%; width: 2px; background: linear-gradient(transparent, var(--cyan), transparent); box-shadow: 0 0 70px 20px rgba(18,201,232,.15); animation: scan 6s ease-in-out infinite; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.contact-aside { position: sticky; top: 125px; }
.contact-aside > p:not(.eyebrow) { color: var(--muted); }
.contact-details { display: grid; margin-top: 45px; border-top: 1px solid var(--line); }
.contact-details a { display: grid; grid-template-columns: 65px 1fr auto; gap: 15px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-details span { color: #6a818f; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-details strong { font-size: .9rem; }
.contact-details b { color: #088ea6; font-weight: 500; transition: transform .25s ease; }
.contact-details a:hover b { transform: translate(3px,-3px); }
.contact-locations { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 35px; }
.contact-locations span { color: #078ca5; font-size: .66rem; font-weight: 800; letter-spacing: .1em; }
.contact-locations p { color: var(--muted); font-size: .77rem; }
.inquiry-card { min-height: 700px; padding: 45px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.inquiry-card__heading { display: flex; justify-content: space-between; margin-bottom: 42px; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: #6a818f; font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 20px; }
.field { position: relative; }
.field--wide { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 8px; color: #3b5363; font-size: .72rem; font-weight: 800; }
.field input:not([type="checkbox"]), .field textarea, .field select { width: 100%; min-height: 53px; padding: 13px 15px; color: var(--ink); border: 1px solid #ccdae0; border-radius: 10px; outline: 0; background: #f9fcfd; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.field textarea { min-height: 155px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: #099fba; background: #fff; box-shadow: 0 0 0 4px rgba(18,201,232,.1); }
.field input.invalid, .field textarea.invalid, .field select.invalid { border-color: #c74444; }
.field .validation-message { display: block; margin-top: 5px; color: #a93232; font-size: .69rem; }
.field--honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.consent-field label { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; }
.consent-field input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; accent-color: #078ca5; }
.submit-button { width: 100%; margin-top: 30px; }
.submit-button:disabled { opacity: .55; cursor: wait; transform: none; }
.form-error, .delivery-note { margin-top: 20px; padding: 13px 16px; border-radius: 10px; background: #fff0f0; color: #912d2d; font-size: .82rem; }
.inquiry-success { display: flex; flex-direction: column; justify-content: center; min-height: 600px; text-align: center; }
.inquiry-success__mark { display: grid; place-items: center; width: 100px; height: 100px; margin: 0 auto 35px; color: var(--ink); border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 12px rgba(18,201,232,.1), 0 20px 60px rgba(18,201,232,.25); font-size: 2rem; }
.inquiry-success .eyebrow { justify-content: center; }
.inquiry-success h2 { font-size: clamp(2.6rem, 5vw, 5rem); }
.inquiry-success > p { max-width: 550px; margin-inline: auto; color: var(--muted); }
.reference-number { display: inline-block; align-self: center; margin: 18px 0 35px; padding: 12px 20px; color: #087e96; border: 1px solid rgba(8,126,150,.2); border-radius: 10px; background: #effbfc; font-family: var(--font-display); letter-spacing: .08em; }
.inquiry-success .button { align-self: center; }

/* Footer */
.site-footer { position: relative; padding: 90px 0 25px; overflow: hidden; color: #a3bac5; background: #020d18; }
.site-footer__glow { position: absolute; right: -150px; bottom: -250px; width: 600px; height: 600px; border-radius: 50%; background: rgba(18,201,232,.07); filter: blur(100px); }
.site-footer__grid { position: relative; display: grid; grid-template-columns: 1.4fr .65fr .85fr 1fr; gap: 70px; padding-bottom: 70px; }
.brand--footer { color: #fff; margin-bottom: 25px; }
.brand--footer .brand__logo { height: 55px; }
.site-footer__brand > p { max-width: 320px; color: #728d9b; font-size: 1.04rem; }
.site-footer__label { margin-bottom: 25px; color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.site-footer__grid > div:not(.site-footer__brand) > a { display: block; margin-bottom: 12px; font-size: .89rem; transition: color .2s ease, transform .2s ease; }
.site-footer__grid > div:not(.site-footer__brand) > a:hover { color: var(--cyan-soft); transform: translateX(3px); }
.site-footer__locations p:not(.site-footer__label) { margin-bottom: 18px; font-size: .82rem; }
.site-footer__locations strong { color: #fff; font-size: .7rem; letter-spacing: .1em; }
.social-links { display: flex; gap: 10px; margin-top: 25px; }
.social-links a { display: grid; place-items: center; width: 36px; height: 36px; color: #fff; border: 1px solid var(--white-line); border-radius: 50%; font-size: .72rem; font-weight: 800; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.social-links a:hover { color: var(--cyan); border-color: var(--cyan); transform: translateY(-3px); }
.site-footer__bottom { position: relative; display: flex; justify-content: space-between; padding-top: 25px; color: #587281; border-top: 1px solid var(--white-line); font-size: .73rem; }

/* Animated 404 signal */
.not-found-page { position: relative; display: grid; min-height: 100svh; padding: 145px 0 90px; overflow: hidden; color: #fff; background: radial-gradient(circle at 50% 42%, rgba(0,179,215,.16), transparent 31%), radial-gradient(circle at 84% 70%, rgba(244,180,85,.08), transparent 24%), linear-gradient(145deg, #020d18, #062942); }
.not-found-page__grid { position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(109,216,238,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(109,216,238,.08) 1px, transparent 1px); background-size: 68px 68px; mask-image: radial-gradient(ellipse at center, #000 0, transparent 76%); animation: not-found-grid 25s linear infinite; }
.not-found-page__glow { position: absolute; top: 40%; left: 50%; width: min(75vw, 900px); height: 260px; border-radius: 50%; background: rgba(0,190,222,.12); filter: blur(100px); transform: translate(-50%,-50%); animation: not-found-glow 4s ease-in-out infinite; }
.not-found-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; }
.not-found-status { display: inline-flex; gap: 10px; align-items: center; padding: 9px 14px; color: #8eb2c0; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; background: rgba(255,255,255,.04); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(12px); animation: not-found-enter .7s ease both; }
.not-found-status__dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: #f2a65a; box-shadow: 0 0 15px #f2a65a; animation: not-found-blink 1.6s ease-in-out infinite; }
.not-found-code { display: flex; align-items: center; justify-content: center; min-height: 320px; margin: 5px 0 -8px; font-family: var(--font-display); font-size: clamp(9rem, 21vw, 19rem); font-weight: 600; line-height: 1; letter-spacing: -.1em; }
.not-found-code > span { color: transparent; background: linear-gradient(160deg, #fff 12%, #85dfeb 48%, rgba(54,128,151,.25) 90%); background-clip: text; -webkit-background-clip: text; filter: drop-shadow(0 18px 40px rgba(0,0,0,.28)); animation: not-found-digit 5s ease-in-out infinite; }
.not-found-code > span:last-child { animation-delay: -2.5s; }
.not-found-portal { position: relative; flex: 0 0 auto; width: clamp(150px, 20vw, 270px); aspect-ratio: 1; margin: 0 clamp(2px, 1vw, 18px); }
.not-found-portal > i { position: absolute; border: 1px solid rgba(103,226,243,.28); border-radius: 50%; }
.not-found-portal > i:nth-child(1) { inset: 3%; border-style: dashed; animation: spin 17s linear infinite; }
.not-found-portal > i:nth-child(2) { inset: 15%; border-color: rgba(255,255,255,.16); animation: spin 11s linear infinite reverse; }
.not-found-portal > i:nth-child(3) { inset: 28%; border-color: rgba(109,229,246,.4); box-shadow: 0 0 40px rgba(18,201,232,.12), inset 0 0 30px rgba(18,201,232,.1); animation: not-found-ring 3.2s ease-in-out infinite; }
.not-found-portal > i::after { position: absolute; top: 50%; left: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 15px var(--cyan); content: ""; }
.not-found-portal__core { position: absolute; inset: 35%; display: grid; place-items: center; border-radius: 50%; background: #052338; box-shadow: 0 0 22px rgba(255,255,255,.35), 0 0 55px var(--cyan), 0 0 120px rgba(18,201,232,.48); animation: not-found-core 3s ease-in-out infinite; }
.not-found-portal__core img { width: 68%; height: 68%; object-fit: contain; }
.not-found-copy { max-width: 740px; animation: not-found-enter .8s .15s ease both; }
.not-found-copy .eyebrow { justify-content: center; margin-bottom: 16px; }
.not-found-copy h1 { max-width: 700px; margin: 0 auto 20px; color: #fff; font-size: clamp(2.6rem, 5.2vw, 5.1rem); line-height: 1.02; letter-spacing: -.06em; }
.not-found-copy > p:not(.eyebrow) { max-width: 640px; margin: 0 auto; color: #9ab6c2; font-size: clamp(.92rem, 1.3vw, 1.05rem); line-height: 1.8; }
.not-found-copy code { padding: 3px 7px; color: #bdf4fa; border: 1px solid rgba(109,229,246,.16); border-radius: 6px; background: rgba(109,229,246,.07); font-family: var(--font-body); font-size: .8em; overflow-wrap: anywhere; }
.not-found-actions { display: flex; gap: 25px; align-items: center; justify-content: center; margin-top: 34px; }
.not-found-contact { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 5px; color: #a8c2cc; border-bottom: 1px solid rgba(168,194,204,.45); font-size: .76rem; font-weight: 800; transition: color .25s ease, border-color .25s ease, transform .25s ease; }
.not-found-contact:hover { color: var(--cyan-soft); border-color: var(--cyan-soft); transform: translateY(-2px); }
.not-found-signal { display: flex; gap: 5px; align-items: center; height: 30px; margin-top: 52px; opacity: .45; }
.not-found-signal span { width: 2px; height: 8px; border-radius: 2px; background: var(--cyan-soft); animation: not-found-wave 1.4s ease-in-out infinite; }
.not-found-signal span:nth-child(2), .not-found-signal span:nth-child(8) { animation-delay: -.15s; }
.not-found-signal span:nth-child(3), .not-found-signal span:nth-child(7) { animation-delay: -.3s; }
.not-found-signal span:nth-child(4), .not-found-signal span:nth-child(6) { animation-delay: -.45s; }
.not-found-signal span:nth-child(5) { animation-delay: -.6s; }
.not-found-particles i { position: absolute; z-index: 1; width: 4px; height: 4px; border-radius: 50%; background: #80ecf8; box-shadow: 0 0 14px #5ee2f2; animation: not-found-particle 8s ease-in-out infinite; }
.not-found-particles i:nth-child(1) { top: 22%; left: 13%; }
.not-found-particles i:nth-child(2) { top: 35%; right: 12%; animation-delay: -2s; }
.not-found-particles i:nth-child(3) { bottom: 18%; left: 20%; animation-delay: -4s; }
.not-found-particles i:nth-child(4) { right: 23%; bottom: 14%; animation-delay: -6s; }
.not-found-particles i:nth-child(5) { top: 16%; right: 31%; animation-delay: -1s; }
.not-found-particles i:nth-child(6) { top: 51%; left: 8%; animation-delay: -5s; }
@keyframes not-found-enter { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: none; } }
@keyframes not-found-grid { to { background-position: 68px 68px; } }
@keyframes not-found-blink { 0%,100% { opacity: .35; transform: scale(.75); } 50% { opacity: 1; transform: scale(1.2); } }
@keyframes not-found-glow { 0%,100% { opacity: .6; transform: translate(-50%,-50%) scale(.9); } 50% { opacity: 1; transform: translate(-50%,-50%) scale(1.08); } }
@keyframes not-found-digit { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes not-found-ring { 0%,100% { opacity: .45; transform: scale(.88); } 50% { opacity: 1; transform: scale(1.06); } }
@keyframes not-found-core { 0%,100% { transform: scale(.88) rotate(-3deg); } 50% { transform: scale(1.08) rotate(3deg); } }
@keyframes not-found-wave { 0%,100% { height: 5px; opacity: .35; } 50% { height: 28px; opacity: 1; } }
@keyframes not-found-particle { 0%,100% { opacity: .15; transform: translate(0,20px) scale(.7); } 50% { opacity: .9; transform: translate(15px,-25px) scale(1.3); } }

/* Focused account experience */
.identity-page { position: relative; min-height: 100vh; padding: 155px 0 105px; overflow: hidden; color: #fff; background: radial-gradient(circle at 14% 22%, rgba(0,196,225,.17), transparent 28%), radial-gradient(circle at 88% 76%, rgba(244,180,85,.1), transparent 25%), linear-gradient(145deg, #020d18, #06263f); }
.identity-page__grid { position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(112,229,246,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(112,229,246,.08) 1px, transparent 1px); background-size: 62px 62px; mask-image: radial-gradient(circle at 50% 45%, #000, transparent 76%); animation: identity-grid 26s linear infinite; }
.identity-orb { position: absolute; border: 1px solid rgba(99,225,243,.2); border-radius: 50%; box-shadow: inset 0 0 80px rgba(18,201,232,.05), 0 0 80px rgba(18,201,232,.08); animation: identity-float 9s ease-in-out infinite; }
.identity-orb--one { top: 8%; right: 5%; width: 340px; height: 340px; }
.identity-orb--two { bottom: 2%; left: 3%; width: 180px; height: 180px; animation-delay: -3s; }
.identity-shell { position: relative; z-index: 2; }
.identity-panel { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(420px, 1.18fr); max-width: 1080px; min-height: 680px; margin: 0 auto; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 34px; background: rgba(255,255,255,.055); box-shadow: 0 45px 120px rgba(0,0,0,.38); backdrop-filter: blur(24px); animation: identity-enter .8s cubic-bezier(.2,.75,.2,1) both; }
.identity-visual { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 5vw, 68px); overflow: hidden; background: linear-gradient(145deg, rgba(0,157,190,.2), rgba(2,20,35,.65)); }
.identity-visual::after { position: absolute; right: -120px; bottom: -150px; width: 330px; height: 330px; border: 1px dashed rgba(112,229,246,.23); border-radius: 50%; content: ""; animation: spin 25s linear infinite; }
.identity-visual__mark { position: relative; width: 112px; height: 112px; margin-bottom: 55px; }
.identity-visual__mark img { position: absolute; inset: 26px; z-index: 2; width: 60px; height: 60px; object-fit: contain; filter: drop-shadow(0 0 18px rgba(71,219,240,.35)); }
.identity-visual__mark span { position: absolute; inset: 0; border: 1px solid rgba(112,229,246,.27); border-radius: 50%; animation: identity-ring 5s ease-in-out infinite; }
.identity-visual__mark span:nth-child(2) { inset: 11px; animation-delay: -.7s; }
.identity-visual__mark span:nth-child(3) { inset: 22px; animation-delay: -1.4s; }
.identity-eyebrow { margin: 0 0 14px !important; color: var(--cyan-soft) !important; font-size: .64rem !important; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.identity-visual h2 { max-width: 420px; margin-bottom: 22px; color: #fff; font-size: clamp(2.7rem, 4.2vw, 4.7rem); line-height: .98; letter-spacing: -.065em; }
.identity-visual > p:not(.identity-eyebrow) { max-width: 420px; color: #9fb9c5; font-size: .91rem; line-height: 1.8; }
.identity-trust { z-index: 1; display: grid; gap: 11px; margin-top: 46px; }
.identity-trust span { display: flex; gap: 11px; align-items: center; color: #b7ced7; font-size: .72rem; font-weight: 700; }
.identity-trust i { display: grid; place-items: center; width: 21px; height: 21px; color: #061824; border-radius: 50%; background: var(--cyan); font-size: .66rem; font-style: normal; }
.identity-content { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: clamp(40px, 6vw, 78px); color: var(--ink); background: rgba(255,255,255,.97); }
.identity-heading { margin-bottom: 30px; }
.identity-heading > p { margin-bottom: 9px; color: #0587a2; font-size: .65rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.identity-heading h1, .identity-content > h1, .identity-content > h3 { margin: 0 0 12px; color: var(--ink); font-size: clamp(2.45rem, 4.5vw, 4.1rem); line-height: 1.02; letter-spacing: -.06em; }
.identity-heading > span, .identity-content > p, .identity-content > header p { color: #6c818a; font-size: .91rem; line-height: 1.7; }
.identity-content > h2 { margin: -2px 0 24px; color: #6c818a; font: 500 .93rem/1.6 var(--font-body); }
.identity-content > hr { width: 100%; margin: 0 0 25px; border: 0; border-top: 1px solid #dce7ea; opacity: 1; }
.identity-content .row { display: block; margin: 0; }
.identity-content .row > [class*="col-"] { width: 100%; max-width: none; padding: 0; }
.identity-content .row > [class*="col-"] + [class*="col-"] { display: none; }
.identity-form, .identity-content form { display: grid; gap: 19px; }
.identity-field { display: grid; gap: 8px; color: #31545f; font-size: .71rem; font-weight: 800; letter-spacing: .025em; }
.identity-field input, .identity-content .form-control { width: 100%; min-height: 53px; padding: 14px 16px; color: var(--ink); border: 1px solid #cbdde2; border-radius: 13px; outline: none; background: #f7fafb; font: 500 .91rem/1.4 var(--font-body); box-shadow: none; transition: border-color .22s ease, box-shadow .22s ease, background .22s ease, transform .22s ease; }
.identity-field input:focus, .identity-content .form-control:focus { border-color: #10a5c1; background: #fff; box-shadow: 0 0 0 4px rgba(18,201,232,.11); transform: translateY(-1px); }
.identity-content .form-floating { position: relative; margin-bottom: 17px !important; }
.identity-content .form-floating > label { color: #69818a; }
.identity-content .form-floating > .form-control:focus ~ label { color: #087f97; }
.identity-field .validation-message, .identity-content .validation-message, .identity-content .text-danger { color: #a82e3a !important; font-size: .72rem; }
.identity-form__options { display: flex; gap: 18px; align-items: center; justify-content: space-between; }
.identity-form__options > a, .identity-secondary-links a, .identity-content a { color: #007f99; font-size: .73rem; font-weight: 800; }
.identity-content a:hover { color: #005f73; }
.identity-remember { display: inline-flex; gap: 11px; align-items: center; min-width: 0; color: #365a66; cursor: pointer; user-select: none; }
.identity-switch { position: relative; flex: 0 0 auto; width: 46px; height: 26px; }
.identity-switch input { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); border: 0; white-space: nowrap; }
.identity-switch__track { position: absolute; inset: 0; padding: 3px; border: 1px solid #bfd4da; border-radius: 999px; background: #dfeaec; box-shadow: inset 0 1px 3px rgba(8,47,59,.1); transition: border-color .25s ease, background .25s ease, box-shadow .25s ease; }
.identity-switch__thumb { display: block; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 2px 7px rgba(8,47,59,.27); transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease; }
.identity-switch input:checked + .identity-switch__track { border-color: #049ab6; background: linear-gradient(90deg, #08a9c7, #4cd9ea); box-shadow: 0 0 0 3px rgba(18,201,232,.1), inset 0 1px 2px rgba(0,83,101,.15); }
.identity-switch input:checked + .identity-switch__track .identity-switch__thumb { box-shadow: 0 2px 9px rgba(1,66,81,.34); transform: translateX(20px); }
.identity-switch input:focus-visible + .identity-switch__track { outline: 3px solid rgba(0,127,153,.24); outline-offset: 3px; }
.identity-remember:hover .identity-switch__thumb { box-shadow: 0 3px 10px rgba(8,47,59,.34); }
.identity-remember__copy { display: grid; gap: 2px; line-height: 1.25; }
.identity-remember__copy strong { color: #365a66; font-size: .72rem; font-weight: 800; }
.identity-remember__copy small { color: #7a9098; font-size: .64rem; font-weight: 500; }
.identity-submit, .identity-content .btn-primary { display: flex; gap: 12px; align-items: center; justify-content: center; width: 100%; min-height: 54px; margin-top: 4px; padding: 0 22px; color: #031720; border: 0; border-radius: 999px; background: linear-gradient(90deg, #12c9e8, #6de5f4); box-shadow: 0 13px 32px rgba(0,166,197,.22); font: 800 .79rem/1 var(--font-body); cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, filter .25s ease; }
.identity-submit:hover, .identity-content .btn-primary:hover { color: #031720; box-shadow: 0 18px 42px rgba(0,166,197,.32); filter: brightness(1.04); transform: translateY(-2px); }
.identity-submit span { font-size: 1.1rem; transition: transform .25s ease; }
.identity-submit:hover span { transform: translateX(4px); }
.identity-secondary-links { display: flex; flex-wrap: wrap; gap: 8px 15px; margin-top: 27px; padding-top: 22px; color: #778b93; border-top: 1px solid #dde8ea; font-size: .73rem; }
.identity-secondary-links a:last-child:not(:nth-child(2)) { width: 100%; color: #63808a; }
.identity-status { margin-bottom: 22px; padding: 13px 15px; border: 1px solid; border-radius: 12px; font-size: .76rem; font-weight: 700; line-height: 1.55; }
.identity-status--success { color: #176656; border-color: #b9dfd6; background: #eaf8f4; }
.identity-status--error { color: #91313a; border-color: #e9c3c7; background: #fff0f1; }
.identity-notice { position: relative; padding: 22px 22px 22px 66px; overflow: hidden; border: 1px solid #cce5e9; border-radius: 16px; background: linear-gradient(135deg, #effbfc, #f8fcfd); }
.identity-notice::before { position: absolute; top: 21px; left: 22px; display: grid; place-items: center; width: 29px; height: 29px; color: #fff; border-radius: 50%; background: #00a5c3; content: "✓"; font-size: .75rem; font-weight: 900; }
.identity-notice strong { color: #123c49; font-family: var(--font-display); font-size: .92rem; }
.identity-notice p { margin: 5px 0 0; color: #6b828a; font-size: .78rem; line-height: 1.65; }
.identity-content .alert { margin-bottom: 22px; border-radius: 12px; font-size: .77rem; }
.identity-content .btn-link { width: auto; min-height: 0; margin-top: 9px; padding: 0; color: #007f99; border: 0; background: transparent; font-size: .72rem; font-weight: 800; }
.identity-content--manage { justify-content: flex-start; padding-top: 65px; }
.identity-panel--manage { grid-template-columns: 300px minmax(0, 1fr); min-height: 650px; }
.identity-manage-nav { display: flex; flex-direction: column; padding: 42px 28px; background: linear-gradient(160deg, rgba(5,42,66,.94), rgba(2,17,30,.98)); }
.identity-manage-nav__home { display: flex; gap: 13px; align-items: center; margin-bottom: 38px; }
.identity-manage-nav__home img { width: 45px; height: 45px; object-fit: contain; }
.identity-manage-nav__home span { display: flex; flex-direction: column; }
.identity-manage-nav__home small { color: #7699a8; font-size: .57rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.identity-manage-nav__home strong { color: #fff; font-family: var(--font-display); font-size: 1rem; letter-spacing: .02em; }
.identity-manage-nav > p { margin-bottom: 28px; color: #7895a2; font-size: .76rem; }
.identity-manage-links { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.identity-manage-links a { display: flex; gap: 12px; align-items: center; min-height: 49px; padding: 0 15px; color: #98b1bd; border: 1px solid transparent; border-radius: 12px; font-size: .76rem; font-weight: 800; transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease; }
.identity-manage-links a:hover, .identity-manage-links a.active { color: #fff; border-color: rgba(112,229,246,.16); background: rgba(112,229,246,.1); transform: translateX(3px); }
.identity-manage-links svg { width: 19px; height: 19px; fill: none; stroke: var(--cyan-soft); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.identity-manage-nav__dashboard { display: flex; justify-content: space-between; margin-top: auto; padding: 15px 0 3px; color: var(--cyan-soft); border-top: 1px solid rgba(255,255,255,.1); font-size: .69rem; font-weight: 800; }

@keyframes identity-enter { from { opacity: 0; transform: translateY(30px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes identity-grid { to { background-position: 62px 62px; } }
@keyframes identity-float { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-24px) rotate(4deg); } }
@keyframes identity-ring { 0%,100% { opacity: .35; transform: scale(.9); } 50% { opacity: .85; transform: scale(1.08); } }

/* Administrator workspace */
.admin-page { min-height: 100vh; color: var(--ink); background: #f3f7f8; }
.admin-hero { position: relative; min-height: 430px; padding: 160px 0 85px; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 20%, rgba(18,201,232,.2), transparent 27%), linear-gradient(135deg, #02101d, #082c47); }
.admin-hero:not(.admin-hero--compact) { background: linear-gradient(90deg, rgba(2, 14, 27, .94) 0%, rgba(2, 14, 27, .78) 48%, rgba(2, 14, 27, .46) 100%), radial-gradient(circle at 78% 20%, rgba(18,201,232,.24), transparent 30%), url('/images/generated/analytics-review.jpg') center / cover; }
.admin-hero--compact { min-height: 370px; padding-top: 135px; }
.admin-hero__mesh { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(109,216,238,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(109,216,238,.09) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, transparent, #000 45%, transparent); animation: grid-drift 24s linear infinite; }
.admin-hero__content { position: relative; z-index: 1; }
.admin-hero h1 { max-width: 900px; margin: 12px 0 18px; font-size: clamp(3rem, 6vw, 6.2rem); letter-spacing: -.065em; }
.admin-hero--compact h1 { font-size: clamp(3rem, 5vw, 5rem); }
.admin-hero__content > p:last-child { max-width: 700px; color: #a9c4d0; font-size: 1.08rem; }
.admin-back { display: inline-flex; margin-bottom: 28px; color: var(--cyan-soft); font-size: .78rem; font-weight: 800; letter-spacing: .04em; }
.admin-workspace { padding-top: 72px; padding-bottom: 110px; }
.admin-heading { display: flex; gap: 30px; align-items: end; justify-content: space-between; margin-bottom: 35px; }
.admin-heading h2, .admin-editor h2 { margin-top: 5px; font-size: clamp(2rem, 3.4vw, 3.6rem); letter-spacing: -.05em; }
.admin-kicker { color: #438093; font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.admin-secure-badge { display: inline-flex; gap: 9px; align-items: center; padding: 10px 15px; color: #166477; border: 1px solid #cce4e9; border-radius: 999px; background: #fff; font-size: .7rem; font-weight: 800; }
.admin-secure-badge svg { width: 17px; height: 17px; fill: none; stroke: #00a6c5; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.admin-resource-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); gap: 18px; }
.admin-resource-card { position: relative; display: flex; flex-direction: column; min-height: 390px; padding: 30px; overflow: hidden; color: var(--ink); border: 1px solid #dce8eb; border-radius: 26px; background: rgba(255,255,255,.9); box-shadow: 0 20px 55px rgba(15,47,61,.06); transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.admin-resource-card::after { position: absolute; right: -90px; bottom: -110px; width: 230px; height: 230px; border-radius: 50%; background: rgba(18,201,232,.08); content: ""; transition: transform .45s ease; }
.admin-resource-card--active:hover { color: var(--ink); border-color: rgba(0,166,197,.4); box-shadow: 0 28px 70px rgba(0,113,143,.13); transform: translateY(-7px); }
.admin-resource-card--active:hover::after { transform: scale(1.35); }
.admin-resource-card__icon { display: grid; place-items: center; width: 52px; height: 52px; color: #008daa; border: 1px solid #bce1e8; border-radius: 16px; background: #eefbfc; }
.admin-resource-card__icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.admin-resource-card__count { margin: 32px 0 2px; color: #9aafb7; font-family: var(--font-display); font-size: .8rem; }
.admin-resource-card strong { font-family: var(--font-display); font-size: 1.7rem; }
.admin-resource-card small { margin-top: 13px; color: #647b85; font-size: .86rem; line-height: 1.7; }
.admin-resource-card b { z-index: 1; display: flex; gap: 10px; align-items: center; margin-top: auto; color: #007d98; font-size: .76rem; }
.admin-resource-card__soon { color: #879aa2 !important; font-weight: 700 !important; }
.admin-loading { display: flex; gap: 8px; justify-content: center; padding: 90px; }
.admin-loading span { width: 9px; height: 9px; border-radius: 50%; background: #00a9c8; animation: core-pulse 1.2s ease-in-out infinite; }
.admin-loading span:nth-child(2) { animation-delay: .15s; }
.admin-loading span:nth-child(3) { animation-delay: .3s; }
.admin-button { display: inline-flex; gap: 8px; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; color: var(--ink); border: 1px solid #cadce1; border-radius: 999px; background: #fff; font-size: .76rem; font-weight: 800; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.admin-button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(12,56,72,.1); }
.admin-button--primary { color: #031822; border-color: var(--cyan); background: var(--cyan); }
.admin-button--primary:hover { background: #6de5f4; }
.admin-button:disabled { cursor: wait; opacity: .6; transform: none; }
.admin-alert { margin-bottom: 24px; padding: 14px 18px; border: 1px solid; border-radius: 13px; font-size: .84rem; font-weight: 700; }
.admin-alert--success { color: #145f53; border-color: #b7ddd5; background: #eaf8f4; }
.admin-alert--error { color: #8b3137; border-color: #edc8cb; background: #fff0f1; }
.admin-editor { margin-bottom: 30px; padding: 34px; border: 1px solid #d5e5e8; border-radius: 26px; background: #fff; box-shadow: 0 25px 70px rgba(13,53,68,.09); }
.admin-editor__heading { display: flex; justify-content: space-between; margin-bottom: 30px; }
.admin-icon-button { display: grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; color: #4c6a75; border: 1px solid #d5e3e6; border-radius: 50%; background: #fff; font-size: 1.4rem; cursor: pointer; transition: color .25s ease, border-color .25s ease, background .25s ease, transform .25s ease; }
.admin-icon-button:hover { color: #007f99; border-color: #83ceda; background: #effbfd; transform: translateY(-2px); }
.admin-icon-button--danger:hover { color: #a62834; border-color: #e8aeb4; background: #fff1f2; }
.admin-icon-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.admin-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 21px; }
.admin-form-grid--footer { margin-top: 24px; align-items: end; }
.admin-field { display: flex; flex-direction: column; gap: 8px; color: #31545f; font-size: .72rem; font-weight: 800; letter-spacing: .025em; }
.admin-field--wide { grid-column: 1 / -1; }
.admin-field input:not([type="file"]), .admin-field textarea { width: 100%; min-height: 50px; padding: 13px 15px; color: var(--ink); border: 1px solid #ccdfe3; border-radius: 12px; outline: none; background: #f9fbfc; font: 500 .9rem/1.5 var(--font-body); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.admin-field textarea { resize: vertical; }
.admin-field input:focus, .admin-field textarea:focus { border-color: #19a9c3; background: #fff; box-shadow: 0 0 0 4px rgba(18,201,232,.11); }
.admin-field .validation-message, .admin-upload__error { color: #a72d39; font-size: .72rem; }
.admin-upload { display: grid; grid-template-columns: 210px 1fr; gap: 26px; align-items: center; margin-top: 24px; padding: 22px; border: 1px dashed #bdd7dd; border-radius: 18px; background: #f7fbfc; }
.admin-upload__preview { display: grid; place-items: center; min-height: 125px; padding: 18px; color: #8ba0a8; border-radius: 13px; background: #eaf2f4; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.admin-upload__preview img { max-width: 100%; max-height: 105px; object-fit: contain; }
.admin-upload__preview--portrait { min-height: 180px; padding: 10px; }
.admin-upload__preview--portrait img { width: 140px; height: 160px; max-height: none; border-radius: 11px; object-fit: cover; object-position: center 20%; }
.admin-upload__controls { display: flex; flex-direction: column; gap: 9px; }
.admin-upload__controls small { color: #718991; font-size: .72rem; }
.admin-upload__error { margin: 0; font-weight: 700; }
.admin-text-button { align-self: flex-start; padding: 0 0 3px; color: #9c3440; border: 0; border-bottom: 1px solid currentColor; background: none; font-size: .72rem; font-weight: 800; cursor: pointer; }
.admin-check { display: flex; gap: 12px; align-items: center; min-height: 50px; color: #31545f; font-size: .8rem; font-weight: 700; cursor: pointer; }
.admin-check input { width: 19px; height: 19px; accent-color: #00a8c7; }
.admin-switch { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: center; min-height: 50px; color: #31545f; font-size: .8rem; font-weight: 700; cursor: pointer; }
.admin-switch input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.admin-switch i { position: relative; width: 48px; height: 26px; border-radius: 999px; background: #b7c8cd; box-shadow: inset 0 0 0 1px rgba(15,57,68,.12); transition: background .2s ease; }
.admin-switch i::before { position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.2); content: ""; transition: transform .2s ease; }
.admin-switch i::after { position: absolute; right: 6px; top: 7px; color: #fff; content: "OFF"; font-size: .55rem; font-style: normal; font-weight: 900; letter-spacing: .04em; }
.admin-switch input:checked + i { background: #009bb8; }
.admin-switch input:checked + i::before { transform: translateX(22px); }
.admin-switch input:checked + i::after { right: auto; left: 7px; content: "ON"; }
.admin-switch input:focus-visible + i { outline: 3px solid rgba(18,201,232,.35); outline-offset: 3px; }
.faq-list { display: grid; gap: 12px; margin-top: 32px; }
.faq-list details { padding: 19px 22px; border: 1px solid #d6e3e6; border-radius: 15px; background: #fff; }
.faq-list summary { color: var(--ink); cursor: pointer; font-family: var(--font-display); font-size: 1.08rem; font-weight: 700; }
.faq-list p { max-width: 760px; margin: 14px 0 0; color: #58717a; }
.admin-editor__actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 30px; padding-top: 25px; border-top: 1px solid #e1eaec; }
.admin-client-list { display: grid; gap: 13px; }
.admin-client-row { display: grid; grid-template-columns: 135px minmax(0, 1fr) 120px auto; gap: 24px; align-items: center; padding: 19px; border: 1px solid #dce7e9; border-radius: 20px; background: #fff; box-shadow: 0 13px 35px rgba(23,60,73,.045); transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease; }
.admin-client-row:hover { border-color: #b6d9df; box-shadow: 0 20px 48px rgba(18,77,94,.09); transform: translateY(-2px); }
.admin-client-row__logo { display: grid; place-items: center; width: 135px; height: 95px; padding: 15px; color: #008ba6; border-radius: 13px; background: #edf4f5; font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; }
.admin-client-row__logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.admin-client-row__copy { min-width: 0; }
.admin-client-row__copy > span { color: #4f8796; font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.admin-client-row__copy h3 { margin: 3px 0 7px; font-size: 1.25rem; }
.admin-client-row__copy p { display: -webkit-box; margin: 0; overflow: hidden; color: #73878e; font-size: .78rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.admin-client-row__meta { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; color: #789099; font-size: .68rem; font-weight: 700; }
.admin-client-row__meta b { padding: 5px 8px; color: #875c1a; border-radius: 999px; background: #fff0d5; font-size: .6rem; }
.admin-client-row__actions { display: flex; gap: 7px; }
.admin-team-row__portrait { height: 110px; padding: 7px; }
.admin-team-row__portrait img { width: 100%; height: 100%; border-radius: 9px; object-fit: cover; object-position: center 20%; }
.admin-client-row__meta a { color: #087f98; font-size: .68rem; font-weight: 800; }
.admin-empty { display: flex; flex-direction: column; gap: 7px; align-items: center; padding: 80px 20px; color: #70868e; border: 1px dashed #bfd4d9; border-radius: 20px; background: #fff; }
.admin-empty strong { color: var(--ink); font-family: var(--font-display); font-size: 1.4rem; }
.admin-upload-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.admin-upload--compact { min-height: 180px; grid-template-columns: 125px 1fr; padding: 14px; }.admin-upload--compact .admin-upload__preview { min-height: 145px; }.admin-upload--compact .admin-upload__preview img { width: 100%; height: 145px; object-fit: cover; }

/* Joe Joseph artist profile */
.joe-page { overflow: hidden; color: #f9f1e8; background: #130d1d; font-family: var(--font-body); }
.joe-page h1, .joe-page h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.06em; }
.joe-page h1 em, .joe-page h2 em { color: #f4a56f; font-style: italic; }
.joe-hero { position: relative; min-height: 100svh; padding: 150px 0 100px; isolation: isolate; background: radial-gradient(circle at 75% 44%, rgba(149, 55, 126, .7), transparent 27%), radial-gradient(circle at 29% 75%, rgba(35, 115, 165, .35), transparent 34%), #160b20; }
.joe-hero::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #130a1ddd 0%, #130a1d6e 45%, #150d1e10 100%); content: ""; }
.joe-hero::after { position: absolute; z-index: -1; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 82px 82px; mask-image: linear-gradient(to bottom, #000, transparent); content: ""; }
.joe-hero__inner { display: grid; grid-template-columns: 1fr minmax(370px, .82fr); gap: 40px; align-items: center; min-height: calc(100svh - 250px); }
.joe-hero__copy { position: relative; z-index: 2; padding-top: 24px; }
.joe-kicker { display: flex; gap: 11px; align-items: center; margin-bottom: 23px; color: #f5b47f; font-size: .68rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.joe-kicker > span { width: 28px; height: 1px; background: currentColor; }
.joe-kicker--dark { color: #9a4e48; }
.joe-hero h1 { max-width: 600px; margin-bottom: 25px; font-size: clamp(5.2rem, 10.8vw, 10.8rem); line-height: .75; }
.joe-hero h1 em { display: inline-block; margin-left: .28em; transform: translateY(.14em); }
.joe-hero__lead { max-width: 475px; margin: 45px 0 30px; color: rgba(255,255,255,.8); font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.75; }
.joe-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.joe-listen { display: inline-flex; gap: 10px; align-items: center; min-height: 53px; padding: 0 22px; color: #170d1c; border-radius: 99px; background: #f1a36e; font-size: .78rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.joe-listen:hover { color: #170d1c; background: #ffd1a3; box-shadow: 0 14px 35px rgba(245,142,94,.4); transform: translateY(-3px); }
.joe-play { display: grid; place-items: center; width: 23px; height: 23px; padding-left: 2px; color: #f7c8aa; border-radius: 50%; background: #23142b; font-size: .56rem; }
.joe-video, .joe-arrow-link { display: inline-flex; gap: 11px; align-items: center; padding: 8px 0; color: #fff3e8; border-bottom: 1px solid rgba(255,255,255,.55); font-size: .77rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: color .25s ease, gap .25s ease; }
.joe-video:hover, .joe-arrow-link:hover { gap: 16px; color: #f4ae7c; }
.joe-hero__portrait { position: relative; align-self: stretch; min-height: 580px; overflow: hidden; background: linear-gradient(160deg, #421f54, #b2636d 50%, #1b253e); box-shadow: -28px 35px 80px rgba(0,0,0,.37); }
.joe-hero__portrait::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(10,4,17,.65)); content: ""; pointer-events: none; }
.joe-hero__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; mix-blend-mode: luminosity; filter: contrast(1.15) saturate(.6); transform: scale(1.03); animation: joe-breathe 8s ease-in-out infinite; }
.joe-hero__portrait::after { position: absolute; z-index: 2; inset: 0; background: linear-gradient(125deg, rgba(255,151,105,.43), transparent 37%, rgba(102,32,126,.28)); content: ""; mix-blend-mode: color; pointer-events: none; }
.joe-hero__caption { position: absolute; z-index: 3; right: 18px; bottom: 16px; color: #fff3ea; font-size: .59rem; font-weight: 800; letter-spacing: .17em; }
.joe-vinyl { position: absolute; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; background: repeating-radial-gradient(circle, #160f20 0 3px, #21162b 4px 5px); box-shadow: inset 0 0 0 32px rgba(0,0,0,.18), 0 0 80px rgba(235,114,125,.27); }
.joe-vinyl::after { position: absolute; inset: 44%; border-radius: 50%; background: #f0a16b; content: ""; }
.joe-vinyl--hero { z-index: 4; top: -59px; right: -55px; width: 170px; height: 170px; animation: joe-spin 20s linear infinite; }
.joe-hero__light { position: absolute; z-index: -1; width: 52vw; height: 13vw; opacity: .34; background: linear-gradient(90deg, transparent, #f2a96f, transparent); filter: blur(30px); transform-origin: right; }
.joe-hero__light--one { top: 18%; right: 10%; transform: rotate(145deg); }.joe-hero__light--two { bottom: 5%; right: 12%; background: linear-gradient(90deg, transparent, #5ea8e1, transparent); transform: rotate(35deg); }
.joe-hero__notes { position: absolute; right: 4%; bottom: 12%; z-index: 3; display: grid; gap: 32px; color: rgba(255,216,184,.78); font-family: Georgia, serif; font-size: 2.2rem; animation: joe-notes 8s ease-in-out infinite; }.joe-hero__notes span:nth-child(2) { margin-left: 75px; font-size: 3.4rem; }.joe-hero__notes span:nth-child(3) { margin-left: 25px; }.joe-hero__notes span:nth-child(4) { margin-left: 95px; font-size: 1.5rem; }
.joe-scroll { position: absolute; bottom: 28px; left: max(32px, calc((100% - 1320px) / 2)); display: flex; gap: 12px; align-items: center; color: rgba(255,255,255,.65); font-size: .62rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }.joe-scroll span { width: 42px; height: 1px; background: #f3a26f; }
.joe-intro { padding: 145px 0; color: #221928; background: #f2e6d9; }.joe-intro__grid { display: grid; grid-template-columns: minmax(340px, .95fr) minmax(320px, .8fr); gap: clamp(48px, 9vw, 150px); align-items: center; }.joe-intro__visual { position: relative; min-height: 530px; }.joe-intro__visual img { width: 100%; height: 100%; min-height: 530px; object-fit: cover; filter: saturate(.72) contrast(1.06); }.joe-intro__visual::after { position: absolute; inset: 0; background: linear-gradient(140deg, rgba(111, 32, 103, .2), transparent 50%); content: ""; }
.joe-soundwave { position: absolute; z-index: 2; right: -34px; bottom: 35px; display: flex; gap: 6px; align-items: center; height: 100px; padding: 15px 18px; background: #22152c; box-shadow: 0 20px 40px rgba(45,19,35,.24); }.joe-soundwave i { width: 3px; border-radius: 9px; background: #f2a36e; animation: joe-wave 1s ease-in-out infinite alternate; }.joe-soundwave i:nth-child(1), .joe-soundwave i:nth-child(7) { height: 26px; }.joe-soundwave i:nth-child(2), .joe-soundwave i:nth-child(6) { height: 50px; animation-delay: .3s; }.joe-soundwave i:nth-child(3), .joe-soundwave i:nth-child(9) { height: 69px; animation-delay: .1s; }.joe-soundwave i:nth-child(4), .joe-soundwave i:nth-child(8) { height: 42px; animation-delay: .4s; }.joe-soundwave i:nth-child(5) { height: 75px; animation-delay: .2s; }
.joe-intro__stamp { position: absolute; z-index: 2; top: -25px; left: -25px; display: grid; place-items: center; width: 115px; height: 115px; color: #fff0e4; border-radius: 50%; background: #a44e5e; font: 700 .76rem/1.15 var(--font-display); letter-spacing: .12em; text-align: center; transform: rotate(-13deg); }.joe-intro__copy h2, .joe-gallery h2 { margin-bottom: 30px; font-size: clamp(3.4rem, 5.3vw, 6rem); line-height: .87; }.joe-intro__copy p:not(.joe-kicker) { max-width: 480px; color: #635262; line-height: 1.85; }.joe-arrow-link { margin-top: 15px; color: #5d2e43; border-bottom-color: #a24f55; }
.joe-piano-section { position: relative; padding: 140px 0; overflow: hidden; background: #1b1029; }.joe-piano-section__glow { position: absolute; top: -55%; left: -13%; width: 65%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(232,100,106,.36), transparent 62%); }.joe-piano-grid { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }.joe-piano-copy h2 { max-width: 510px; margin-bottom: 29px; font-size: clamp(3.5rem, 5.4vw, 6.1rem); line-height: .88; }.joe-piano-copy > p:not(.joe-kicker) { max-width: 380px; color: rgba(255,255,255,.69); }
.joe-piano-keys { position: relative; display: flex; align-items: flex-start; height: 260px; padding: 16px 16px 0; overflow: hidden; background: #09070c; perspective: 800px; box-shadow: 0 25px 50px rgba(0,0,0,.32); transform: skewY(-4deg); }.white-key { flex: 1; height: 208px; border-right: 1px solid #b6ada7; background: linear-gradient(90deg, #efeae1, #fffdf5 60%, #cfcac2); box-shadow: inset 0 -10px 10px rgba(46,28,26,.12); }.black-key { z-index: 2; width: 0; overflow: visible; }.black-key::after { display: block; width: 35px; height: 125px; margin-left: -17px; border: 1px solid #000; border-radius: 0 0 5px 5px; background: linear-gradient(90deg, #09080d, #463b48 50%, #0a080e); box-shadow: 5px 9px 8px rgba(0,0,0,.45); content: ""; }.joe-piano-keys__reflection { position: absolute; right: 0; bottom: 0; left: 0; height: 42px; opacity: .28; background: linear-gradient(90deg, #e1a176, #ffffff, #96537d); filter: blur(8px); }
.joe-gallery { padding: 145px 0; color: #2b1b2a; background: #e4d3c3; }.joe-gallery__heading { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 58px; }.joe-gallery__heading .joe-kicker { grid-column: 1 / -1; }.joe-gallery__heading h2 { margin: 0; }.joe-gallery__heading > span { padding-bottom: 9px; color: #8d6973; font-size: .62rem; font-weight: 800; letter-spacing: .16em; }.joe-gallery__grid { display: grid; grid-template-columns: .88fr 1.05fr .62fr; grid-template-rows: 280px 280px; gap: 18px; }.joe-gallery__image { position: relative; margin: 0; overflow: hidden; background: #60364d; }.joe-gallery__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.08); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s; }.joe-gallery__image:hover img { filter: saturate(1.05) contrast(1.04); transform: scale(1.07); }.joe-gallery__image::after { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(180,91,92,.35), transparent 55%); content: ""; pointer-events: none; }.joe-gallery__image figcaption { position: absolute; z-index: 2; bottom: 15px; left: 17px; color: #fff7ef; font: italic 1.1rem Georgia, serif; }.joe-gallery__image--tall { grid-row: 1 / 3; }.joe-gallery__image--wide { grid-column: 2 / 4; }.joe-gallery__image--small { grid-column: 2; }
.joe-biography { padding: 145px 0; }.joe-biography__grid { display: grid; grid-template-columns: minmax(300px, .83fr) minmax(340px, .92fr); gap: clamp(55px, 10vw, 150px); align-items: center; }.joe-biography__grid--reverse { grid-template-columns: minmax(340px, .92fr) minmax(300px, .83fr); }.joe-biography__image { min-height: 550px; overflow: hidden; background: #35223d; }.joe-biography__image img { width: 100%; height: 100%; min-height: 550px; object-fit: cover; filter: saturate(.74) contrast(1.07); }.joe-biography__copy h2, .joe-technology h2 { margin-bottom: 30px; font-size: clamp(3.3rem, 5vw, 5.8rem); line-height: .88; }.joe-biography__copy > p:not(.joe-kicker), .joe-technology > p:not(.joe-kicker) { max-width: 580px; line-height: 1.9; }.joe-biography--journey { color: #281b2e; background: #f6eee4; }.joe-biography--journey .joe-biography__image { transform: rotate(-2deg); box-shadow: 22px 25px 0 #d49377; }.joe-route { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 35px; color: #875657; font: 800 .61rem var(--font-body); letter-spacing: .11em; text-transform: uppercase; }.joe-route i { width: 22px; height: 1px; background: #bf786c; }.joe-biography--languages { color: #fff5eb; background: #261531; }.joe-biography--languages .joe-biography__copy > p:not(.joe-kicker) { color: rgba(255,255,255,.75); }.joe-biography__image--framed { position: relative; min-height: 500px; margin: 30px 22px 0 0; border: 1px solid rgba(244,170,125,.5); }.joe-biography__image--framed::before { position: absolute; z-index: 2; top: -19px; right: -22px; bottom: 20px; left: 20px; border: 1px solid rgba(244,170,125,.55); content: ""; pointer-events: none; }.joe-language-list { display: grid; grid-template-columns: repeat(2, minmax(100px, 1fr)); gap: 10px; max-width: 420px; margin-top: 36px; }.joe-language-list span { padding: 13px 16px; color: #f8b889; border: 1px solid rgba(255,255,255,.16); font: 800 .7rem var(--font-body); letter-spacing: .12em; text-transform: uppercase; }.joe-biography--catalogue { color: #fff7ef; background: #4b2544; }.joe-biography--catalogue .joe-biography__copy > p:not(.joe-kicker) { color: rgba(255,255,255,.8); }.joe-biography__image--record { position: relative; }.joe-biography__image--record::before { position: absolute; z-index: 2; top: -88px; left: -94px; width: 220px; height: 220px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: repeating-radial-gradient(circle, #241428 0 5px, #3a263d 6px 7px); box-shadow: inset 0 0 0 82px rgba(0,0,0,.18); content: ""; }.joe-technology { padding: 135px 0; color: #28213b; background: linear-gradient(135deg, #d9e0e4, #f4dfca); }.joe-technology__inner { max-width: 900px; }.joe-technology__inner > p { color: #584e60; }.joe-technology__tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 37px; }.joe-technology__tags span { padding: 9px 13px; color: #43324e; border: 1px solid rgba(65,44,72,.26); border-radius: 99px; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.joe-cta { position: relative; padding: 145px 0; overflow: hidden; background: #3f1c50; text-align: center; }.joe-cta::before { position: absolute; inset: 0; opacity: .85; background: radial-gradient(circle at 50% 20%, rgba(245,143,97,.6), transparent 22%), linear-gradient(135deg, #251535, #702b56); content: ""; }.joe-cta__inner { position: relative; display: flex; flex-direction: column; align-items: center; }.joe-cta .joe-kicker { color: #ffd3b1; }.joe-cta h2 { position: relative; margin-bottom: 39px; font-size: clamp(4rem, 7vw, 7.7rem); line-height: .85; }.joe-cta__disc { position: absolute; top: -220px; left: 50%; width: 660px; height: 660px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 13px, rgba(255,255,255,.08) 14px 15px); transform: translateX(-50%); }.joe-cta__disc::after { position: absolute; inset: 40%; border-radius: 50%; background: #f4a06a; content: ""; }
@keyframes joe-breathe { 0%,100% { transform: scale(1.03); } 50% { transform: scale(1.08); } } @keyframes joe-spin { to { transform: rotate(360deg); } } @keyframes joe-notes { 0%,100% { transform: translateY(0); opacity: .7; } 50% { transform: translateY(-26px); opacity: 1; } } @keyframes joe-wave { from { transform: scaleY(.52); } to { transform: scaleY(1); } }

/* Loading and reveal animation */
.loading-stage { display: flex; gap: 10px; align-items: center; justify-content: center; min-height: 100vh; background: var(--ink); }
.loading-stage span { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); animation: loader 1s ease-in-out infinite; }
.loading-stage span:nth-child(2) { animation-delay: .12s; }
.loading-stage span:nth-child(3) { animation-delay: .24s; }
.js-enabled [data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .9s cubic-bezier(.2,.75,.2,1), transform .9s cubic-bezier(.2,.75,.2,1); }
.js-enabled [data-reveal="right"] { transform: translateX(44px); }
.js-enabled [data-reveal].is-visible { opacity: 1; transform: none; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes grid-drift { to { background-position: 70px 70px; } }
@keyframes float-orb { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-25px); } }
@keyframes core-pulse { 0%,100% { transform: scale(.9); opacity: .75; } 50% { transform: scale(1.15); opacity: 1; } }
@keyframes disc-pulse { 0%,100% { transform: translate(-50%,-50%) rotateX(70deg) scale(.86); opacity: .35; } 50% { transform: translate(-50%,-50%) rotateX(70deg) scale(1.12); opacity: .8; } }
@keyframes scan { 0%,100% { transform: translateX(-420px); opacity: 0; } 15%,85% { opacity: 1; } 50% { transform: translateX(420px); } }
@keyframes loader { 0%,100% { transform: translateY(0); opacity: .35; } 50% { transform: translateY(-10px); opacity: 1; } }

/* Validation and account fallbacks */
.valid.modified:not([type=checkbox]) { outline: 1px solid #1b9c70; }
.invalid { outline: 1px solid #bd3838; }
.validation-message { color: #a93232; }
.blazor-error-boundary { padding: 1rem; color: white; background: #9b2c2c; }
h1:focus { outline: none; }
.content { padding-top: 7rem; }

@media (max-width: 1120px) {
    .primary-nav { gap: 0; }
    .nav-link { padding-inline: 12px; font-size: .76rem; }
    .nav-link--cta { margin-left: 4px; padding-inline: 16px; }
    .account-link span { display: none; }
    .account-link { width: 39px; padding: 0; }
    .page-hero__inner { grid-template-columns: 1.25fr .75fr; gap: 35px; }
    .services-grid, .industries-grid { grid-template-columns: repeat(2, 1fr); }
    .process-rail { grid-template-columns: repeat(2, 1fr); }
    .process-step:nth-child(2) { border-right: 0; }
    .process-step:nth-child(-n+2) { border-bottom: 1px solid var(--white-line); }
    .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .site-footer__locations { grid-column: 2 / -1; }
}

@media (max-width: 900px) {
    /* Keep the full-screen menu fixed to the viewport, rather than the blurred header. */
    .site-header, .site-header.is-scrolled { backdrop-filter: none; }
    .shell { width: min(100% - 40px, 1320px); }
    .section { padding: 90px 0; }
    .nav-shell { min-height: 74px; }
    .nav-toggle { position: absolute; opacity: 0; pointer-events: none; }
    .nav-toggle-button { position: relative; z-index: 1002; display: flex; flex-direction: column; gap: 8px; justify-content: center; width: 48px; height: 48px; margin-left: auto; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; cursor: pointer; }
    .nav-toggle-button span { width: 19px; height: 1px; margin-inline: auto; background: #fff; transition: transform .3s ease; }
    .nav-toggle:checked + .nav-toggle-button span:first-child { transform: translateY(4.5px) rotate(45deg); }
    .nav-toggle:checked + .nav-toggle-button span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
    .primary-nav { position: fixed; inset: 0; z-index: 1001; box-sizing: border-box; display: flex; flex-direction: column; gap: 2px; align-items: stretch; justify-content: flex-start; min-height: 100dvh; height: 100dvh; padding: max(90px, calc(74px + env(safe-area-inset-top))) 25px max(30px, env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; background: #020e1a; opacity: 0; pointer-events: none; transform: translateY(-15px); transition: opacity .35s ease, transform .35s ease; }
    .nav-toggle:checked ~ .primary-nav { opacity: 1; pointer-events: auto; transform: none; }
    .nav-entry { width: min(100%, 520px); margin: 0 auto; }
    .nav-link { justify-content: center; min-height: 48px; padding: 0 5px; border-bottom: 1px solid var(--white-line); border-radius: 0; font-family: var(--font-display); font-size: 1.08rem; text-align: center; }
    .nav-link::after { display: none; }
    .nav-link--cta { justify-content: center; margin: 18px 0 0; border: 0; border-radius: 999px; font-family: var(--font-body); font-size: .9rem; }
    .nav-entry--artist { margin-top: 16px; }
    .nav-link--artist { justify-content: center; min-height: 52px; margin: 0; border: 1px solid rgba(255,195,100,.64); border-radius: 999px; font-family: var(--font-body); font-size: .88rem; }
    .nav-entry--has-children > .nav-link::before { display: none; }
    .nav-dropdown { position: static; width: 100%; padding: 5px 0 8px 22px; border: 0; background: transparent; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
    .nav-entry:hover .nav-dropdown, .nav-entry:focus-within .nav-dropdown { transform: none; }
    .nav-dropdown__eyebrow { display: none; }
    .nav-dropdown__link { padding: 7px 0; border: 0; color: #8ea8b5; font-size: .9rem; }
    .account-nav { width: min(100%, 520px); margin: 18px auto 0; padding: 18px 0 0; justify-content: center; border-top: 1px solid var(--white-line); border-left: 0; }
    .account-link { width: auto; min-width: 48px; padding: 0 14px; border-color: rgba(255,255,255,.12); }
    .account-link--dashboard { margin-top: 14px; }
    .account-link span { display: inline; }
    .page-hero { min-height: 860px; padding: 130px 0 80px; }
    .page-hero--compact { min-height: 700px; }
    .page-hero__inner { grid-template-columns: 1fr; }
    .page-hero__signal { position: absolute; z-index: -1; right: -80px; bottom: -250px; width: 500px; opacity: .55; }
    .page-hero__media { max-width: 600px; justify-self: start; transform: none; }
    .page-hero__media img { min-height: 260px; }
    .home-ideas-hero { min-height: 990px; padding-top: 130px; }.home-ideas-hero__inner { grid-template-columns: 1fr; min-height: auto; gap: 32px; }.home-ideas-hero__copy { max-width: 720px; }.home-ideas-hero__visual { min-height: 460px; max-width: 690px; width: 100%; }.home-ideas-card--main { right: 7%; width: 72%; height: 340px; }.home-ideas-card--design { width: 34%; height: 190px; }.home-ideas-card--build { width: 36%; height: 180px; }.home-ideas-card--detail { width: 25%; height: 120px; }.home-ideas-well { left: 49%; width: 96px; height: 96px; }
    .split-layout, .vision-panel, .story-grid, .belief-grid, .team-member, .storiscope-grid, .contact-grid, .about-visual-grid { grid-template-columns: 1fr; gap: 35px; }
    .about-visual-grid__image { min-height: 280px; }
    .about-wide-image { height: 260px; margin-top: 50px; }
    .intro-section__body, .story-grid__body { padding-top: 0; }
    .home-image-strip { margin-top: 35px; }
    .statistics { grid-template-columns: repeat(2, 1fr); }
    .statistic:nth-child(2) { border-right: 0; }
    .statistic:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .section-heading { grid-template-columns: 1fr; gap: 15px; }
    .clients-section { padding-top: 72px; }
    .clients-intro__body { grid-template-columns: 1fr; gap: 22px; }
    .clients-intro__body > p { max-width: 720px; }
    .vision-panel__visual { min-height: 480px; }
    .purpose-grid { grid-template-columns: 1fr; }
    .team-member:nth-child(even) .team-member__portrait { order: initial; }
    .team-member__copy { max-width: 700px; }
    .client-project { grid-template-columns: 1fr; }
    .client-project__logo { min-height: 300px; }
    .contact-aside { position: static; }
    .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
    .not-found-page { padding-top: 125px; }
    .not-found-code { min-height: 260px; }
    .identity-page { padding-top: 120px; }
    .identity-panel { grid-template-columns: 1fr; max-width: 680px; }
    .identity-visual { min-height: 390px; }
    .identity-visual__mark { margin-bottom: 30px; }
    .identity-trust { grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 30px; }
    .identity-trust span { align-items: flex-start; font-size: .63rem; }
    .identity-panel--manage { grid-template-columns: 1fr; }
    .identity-manage-nav { padding: 30px; }
    .identity-manage-nav__home { margin-bottom: 20px; }
    .identity-manage-nav > p { margin-bottom: 18px; }
    .identity-manage-links { grid-template-columns: repeat(3, 1fr); }
    .identity-manage-links a { justify-content: center; }
    .identity-manage-nav__dashboard { margin-top: 25px; }
    .admin-resource-grid { grid-template-columns: 1fr; }
    .admin-resource-card { min-height: 310px; }
    .admin-client-row { grid-template-columns: 110px minmax(0, 1fr) auto; }
    .admin-client-row__logo { width: 110px; }
    .admin-client-row__meta { display: none; }
    .admin-upload-grid { grid-template-columns: 1fr; }

    .joe-hero { min-height: 900px; padding-top: 130px; }.joe-hero__inner { grid-template-columns: 1fr; gap: 24px; }.joe-hero__portrait { min-height: 420px; max-width: 600px; width: 82%; justify-self: end; }.joe-hero__copy { padding-top: 0; }.joe-hero__notes { display: none; }.joe-intro__grid, .joe-piano-grid, .joe-biography__grid, .joe-biography__grid--reverse { grid-template-columns: 1fr; gap: 50px; }.joe-intro__copy { max-width: 650px; }.joe-piano-keys { max-width: 720px; width: 100%; }.joe-biography__grid--reverse .joe-biography__copy { order: 1; }.joe-biography__grid--reverse .joe-biography__image { order: 2; }.joe-gallery__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 250px; }.joe-gallery__image--wide { grid-column: 2; grid-row: 1; }.joe-gallery__image--small { grid-column: 2; grid-row: 2; }
}

@media (max-width: 620px) {
    .shell { width: min(100% - 28px, 1320px); }
    .section { padding: 75px 0; }
    .display-title { font-size: clamp(2.4rem, 13vw, 4rem); }
    .clients-intro::before { width: 46px; }
    .clients-intro__meta { gap: 15px; }
    .clients-intro__count { font-size: .56rem; letter-spacing: .09em; }
    .clients-intro__body { padding-top: 25px; }
    .clients-intro__body h2 { font-size: clamp(2.4rem, 12vw, 3.7rem); }
    .clients-intro__body > p { padding-left: 16px; font-size: .84rem; }
    .clients-section .client-list { margin-top: 38px; }
    .brand__copy strong { font-size: .8rem; }
    .brand__mark { width: 38px; height: 38px; }
    .brand__logo { height: 36px; }
    .brand--footer .brand__logo { height: 48px; }
    .page-hero { min-height: 780px; padding-top: 120px; }
    .page-hero--compact { min-height: 650px; }
    .page-hero h1 { max-width: 100%; font-size: clamp(2.75rem, 12vw, 4.25rem); overflow-wrap: break-word; }
    .page-hero__lead { font-size: 1.08rem; }
    .page-hero__lead, .page-hero__body { max-width: 100%; }
    .page-hero .button { max-width: 100%; }
    .home-ideas-hero { min-height: 830px; padding: 116px 0 60px; }.home-ideas-hero h1 { font-size: clamp(3rem, 13.5vw, 4.4rem); }.home-ideas-hero__lead { font-size: 1.06rem; }.home-ideas-hero__body { font-size: .92rem; }.home-ideas-hero__legend { gap: 11px 17px; margin-top: 26px; font-size: .55rem; }.home-ideas-hero__visual { min-height: 310px; }.home-ideas-card--main { top: 22px; right: 6%; width: 78%; height: 250px; }.home-ideas-card--design { width: 36%; height: 125px; }.home-ideas-card--build { bottom: 5px; width: 39%; height: 118px; }.home-ideas-card--detail { width: 28%; height: 82px; }.home-ideas-well { width: 67px; height: 67px; }.home-ideas-well i { top: -45px; height: 43px; }.home-ideas-well::before { inset: -11px; }.home-ideas-well::after { inset: -21px; }.home-ideas-well b { font-size: .36rem; }.home-ideas-card figcaption { right: 8px; bottom: 7px; left: 8px; font-size: .42rem; }
    .services-grid, .industries-grid, .process-rail { grid-template-columns: 1fr; }
    .home-section--compact { padding: 72px 0; }
    .home-image-strip { grid-template-columns: 1fr; gap: 12px; }
    .home-image-strip img { height: 175px; }
    .service-card { min-height: 430px; }
    .process-step { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--white-line); }
    .statistics { grid-template-columns: 1fr 1fr; }
    .statistic { min-height: 145px; padding: 24px 18px; }
    .statistic strong { font-size: 2.7rem; }
    .statistic span { font-size: .62rem; }
    .vision-panel__visual { min-height: 380px; }
    .vision-panel__disc--one { width: 300px; height: 300px; }
    .vision-panel__disc--two { width: 190px; height: 190px; }
    .purpose-card { min-height: 510px; padding: 35px 27px; }
    .purpose-card__index { margin-bottom: 65px; }
    .story-manifesto { flex-wrap: wrap; gap: 18px; justify-content: center; }
    .team-member__portrait { min-height: 440px; }
    .team-member__portrait img { height: 410px; }
    .team-member__placeholder { height: 410px; }
    .client-project__copy { padding: 45px 26px; }
    .client-project__logo { min-height: 230px; padding: 50px; }
    .inquiry-card { padding: 28px 20px; }
    .inquiry-card__heading { display: grid; gap: 5px; }
    .form-grid { grid-template-columns: 1fr; }
    .field--wide { grid-column: auto; }
    .contact-locations { grid-template-columns: 1fr; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }
    .site-footer__brand { grid-column: 1 / -1; }
    .site-footer__locations { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
    .site-footer__locations .site-footer__label { grid-column: 1 / -1; }
    .site-footer__bottom { flex-direction: column; gap: 7px; }
    .cta-section { padding: 100px 0; }
    .cta-section h2 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
    .not-found-page { min-height: 850px; padding: 110px 0 70px; }
    .not-found-status { font-size: .54rem; }
    .not-found-code { min-height: 190px; margin: 18px 0 4px; font-size: clamp(7rem, 31vw, 10rem); }
    .not-found-portal { width: clamp(105px, 27vw, 145px); }
    .not-found-copy h1 { font-size: clamp(2.5rem, 12vw, 3.8rem); }
    .not-found-actions { align-items: stretch; flex-direction: column; gap: 20px; }
    .not-found-contact { align-self: center; }
    .not-found-signal { margin-top: 38px; }
    .identity-page { padding: 100px 0 75px; }
    .identity-panel { border-radius: 24px; }
    .identity-visual { min-height: 330px; padding: 34px 25px; }
    .identity-visual__mark { width: 88px; height: 88px; margin-bottom: 25px; }
    .identity-visual__mark img { inset: 21px; width: 46px; height: 46px; }
    .identity-visual h2 { font-size: 2.8rem; }
    .identity-trust { grid-template-columns: 1fr; }
    .identity-content { padding: 42px 24px; }
    .identity-form__options { align-items: flex-start; flex-direction: column; }
    .identity-manage-links { grid-template-columns: 1fr; }
    .identity-manage-links a { justify-content: flex-start; }
    .identity-content--manage { padding-top: 42px; }
    .admin-hero { min-height: 390px; padding: 130px 0 65px; }
    .admin-hero--compact { min-height: 340px; }
    .admin-workspace { padding-top: 52px; padding-bottom: 80px; }
    .admin-heading { align-items: flex-start; flex-direction: column; }
    .admin-secure-badge { align-self: flex-start; }
    .admin-resource-card { min-height: 330px; padding: 25px; }
    .admin-editor { padding: 25px 18px; }
    .admin-form-grid, .admin-upload { grid-template-columns: 1fr; }
    .admin-upload__preview { min-height: 150px; }
    .admin-client-row { grid-template-columns: 76px minmax(0, 1fr); gap: 14px; padding: 14px; }
    .admin-client-row__logo { width: 76px; height: 76px; padding: 10px; }
    .admin-client-row__actions { grid-column: 2; }
    .admin-editor__actions { flex-wrap: wrap; }

    .joe-hero { min-height: 805px; padding: 118px 0 80px; }.joe-hero__inner { min-height: auto; }.joe-hero h1 { font-size: clamp(4.75rem, 23vw, 7rem); }.joe-hero__lead { margin-top: 34px; font-size: .96rem; }.joe-hero__portrait { min-height: 330px; width: 91%; }.joe-vinyl--hero { top: -40px; right: -35px; width: 120px; height: 120px; }.joe-actions { align-items: stretch; flex-direction: column; gap: 13px; }.joe-listen { justify-content: center; }.joe-video { align-self: center; }.joe-scroll { bottom: 21px; left: 14px; }.joe-intro, .joe-gallery, .joe-piano-section, .joe-cta, .joe-biography, .joe-technology { padding: 90px 0; }.joe-intro__visual, .joe-intro__visual img, .joe-biography__image, .joe-biography__image img { min-height: 390px; }.joe-soundwave { right: -8px; bottom: 20px; }.joe-intro__stamp { top: -12px; left: -11px; width: 90px; height: 90px; font-size: .62rem; }.joe-intro__copy h2, .joe-gallery h2, .joe-biography__copy h2, .joe-technology h2 { font-size: clamp(3.2rem, 15vw, 4.7rem); }.joe-piano-grid { gap: 30px; }.joe-piano-copy h2 { font-size: clamp(3.2rem, 15vw, 4.8rem); }.joe-piano-keys { height: 184px; padding: 9px 9px 0; }.white-key { height: 145px; }.black-key::after { width: 23px; height: 86px; margin-left: -11px; }.joe-gallery__heading { display: block; margin-bottom: 37px; }.joe-gallery__heading > span { display: block; margin-top: 22px; }.joe-gallery__grid { grid-template-columns: 1fr; grid-template-rows: 390px 270px 210px; }.joe-gallery__image--tall, .joe-gallery__image--wide, .joe-gallery__image--small { grid-column: 1; grid-row: auto; }.joe-biography--journey .joe-biography__image { transform: none; box-shadow: 13px 16px 0 #d49377; }.joe-biography__image--framed { margin: 10px 15px 0 0; }.joe-cta h2 { font-size: clamp(3.7rem, 17vw, 5.6rem); }.joe-cta__disc { top: -130px; width: 440px; height: 440px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .js-enabled [data-reveal] { opacity: 1; transform: none; }
    .home-ideas-card.is-shuffling { filter: none; box-shadow: 0 25px 70px rgba(0,0,0,.34); }
    .home-ideas-card.is-shuffling img { opacity: 1; filter: none; }
}
/* Joe Joseph discography */
.joe-discography-link{display:flex;align-items:center;gap:14px;width:min(100%,420px);margin-top:28px;padding:11px 16px 11px 11px;border:1px solid rgba(255,255,255,.42);border-radius:999px;background:linear-gradient(100deg,rgba(255,255,255,.16),rgba(255,255,255,.02));color:#fff;text-decoration:none;box-shadow:0 12px 34px rgba(0,0,0,.26);transition:transform .25s ease,background .25s ease}.joe-discography-link:hover{transform:translateX(8px);background:rgba(255,255,255,.22)}.joe-discography-link__record{display:grid;place-items:center;flex:0 0 43px;width:43px;height:43px;border-radius:50%;background:repeating-radial-gradient(circle,#181414 0 2px,#555 3px 4px,#101010 5px 7px);box-shadow:inset 0 0 0 12px #1c1717}.joe-discography-link__record:after{content:'';display:block;width:7px;height:7px;border:2px solid #fff;border-radius:50%;background:#d94b42}.joe-discography-link span:not(.joe-discography-link__record){display:grid;gap:2px;flex:1}.joe-discography-link small{font-size:.6rem;letter-spacing:.14em}.joe-discography-link strong{font-family:Georgia,serif;font-size:1rem}.joe-discography-link b{font-size:1.25rem;color:#f6cd58;animation:discography-arrow 1.8s ease-in-out infinite}@keyframes discography-arrow{50%{transform:translate(4px,-4px)}}
.discography-page{background:#10100f;color:#f9f4e9;overflow:hidden}.discography-hero{position:relative;min-height:610px;padding:84px 0 76px;background:radial-gradient(circle at 76% 43%,#6c241c 0,#2d1616 19%,#121211 52%,#080909 100%);isolation:isolate}.discography-hero:after{content:'';position:absolute;inset:0;opacity:.22;background-image:linear-gradient(90deg,transparent 49.8%,#fff 50%,transparent 50.2%),linear-gradient(0deg,transparent 49.8%,#fff 50%,transparent 50.2%);background-size:140px 140px;mask-image:linear-gradient(to right,#000,transparent)}.discography-hero__inner{position:relative;z-index:2;max-width:1180px}.discography-back{display:inline-flex;gap:10px;color:#f9f4e9;text-decoration:none;font-size:.77rem;letter-spacing:.12em;text-transform:uppercase}.discography-eyebrow{margin:52px 0 12px;color:#f2ba55;font-size:.72rem;letter-spacing:.2em;font-weight:700}.discography-hero h1,.discography-heading h2,.discography-close h2{margin:0;font:clamp(3.6rem,8vw,7.3rem)/.84 Georgia,serif;letter-spacing:-.07em}.discography-hero h1 em,.discography-heading h2 em,.discography-close h2 em{color:#f0bb56;font-weight:400}.discography-hero__inner>p:not(.discography-eyebrow){max-width:500px;margin:26px 0;color:#e1d7cd;font-size:1.08rem;line-height:1.7}.discography-hero__jump{display:inline-flex;gap:16px;align-items:center;margin-top:18px;padding-bottom:8px;border-bottom:1px solid #f0bb56;color:#fff;text-decoration:none;font-size:.77rem;letter-spacing:.15em;text-transform:uppercase}.discography-hero__jump span{font-size:1.2rem;animation:drop-needle 1.5s ease-in-out infinite}@keyframes drop-needle{50%{transform:translateY(7px)}}.discography-hero__record{position:absolute;z-index:1;right:8%;top:72px;width:min(43vw,510px);aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:repeating-radial-gradient(circle,#121111 0 8px,#282525 9px 11px,#0a0a0a 12px 17px);box-shadow:0 0 0 1px rgba(255,255,255,.12),0 42px 80px rgba(0,0,0,.55);animation:spin-record 28s linear infinite}.discography-hero__record:before{content:'';width:28%;aspect-ratio:1;border-radius:50%;background:conic-gradient(#d1a341,#a1362f,#d1a341,#80312d,#d1a341);box-shadow:inset 0 0 0 24px rgba(20,14,13,.78)}.discography-hero__record span{position:absolute;font:700 1rem Georgia,serif;letter-spacing:.17em;color:#fff}@keyframes spin-record{to{transform:rotate(360deg)}}.discography-records{padding:100px 0;background:#eeeadf;color:#151514}.discography-heading{display:grid;grid-template-columns:1fr auto;align-items:end;margin-bottom:54px}.discography-heading .discography-eyebrow{grid-column:1/-1;margin:0 0 12px;color:#9a392f}.discography-heading h2{font-size:clamp(3rem,6vw,5.8rem)}.discography-heading>span{padding-bottom:10px;color:#746e65;font-size:.78rem;text-transform:uppercase;letter-spacing:.13em}.album-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:54px 8%}.album-card{position:relative;padding:0 0 22px;border-bottom:1px solid #c7c0b4}.album-card__media{position:relative;display:flex;align-items:center;justify-content:center;padding:24px 0 34px;min-height:330px}.album-card__disc{position:absolute;right:5%;width:58%;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:repeating-radial-gradient(circle,#101010 0 4px,#4d4b48 5px 6px,#121212 7px 10px);box-shadow:9px 17px 27px rgba(0,0,0,.28);transition:transform .7s ease}.album-card:hover .album-card__disc{transform:translateX(17%) rotate(35deg)}.album-card__disc:before{content:'';position:absolute;width:27%;aspect-ratio:1;border-radius:50%;background:#c48e39}.album-card__disc span{z-index:1;color:#171311;font-size:.6rem;font-weight:800;letter-spacing:.12em}.album-card__art{position:relative;z-index:1;width:min(66%,292px);aspect-ratio:1;box-shadow:0 18px 30px rgba(0,0,0,.27);overflow:hidden;transform:rotate(calc((var(--album-index) - 4) * .55deg));transition:transform .45s ease}.album-card:hover .album-card__art{transform:rotate(0) translateY(-8px)}.album-card__art img{width:100%;height:100%;object-fit:cover}.album-card__placeholder{height:100%;display:flex;align-items:flex-end;justify-content:space-between;padding:20px;background:linear-gradient(135deg,#3e1115,#b9553b 54%,#edc35c);color:#fff}.album-card__placeholder span{font:700 1.1rem/.85 Georgia,serif;letter-spacing:.11em}.album-card__placeholder i{font:3rem Georgia,serif}.album-card__copy{position:relative;padding-left:46px}.album-card__number{position:absolute;left:0;top:1px;color:#bc4d39;font:1.65rem Georgia,serif}.album-card__copy p{margin:0 0 5px;color:#80776d;font-size:.68rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.album-card__copy h3{margin:0;font:clamp(1.75rem,3vw,2.7rem)/1 Georgia,serif}.album-card__copy small{color:#716b64}.album-card__tracks{margin:22px 0 0}.album-card__tracks summary{display:flex;justify-content:space-between;list-style:none;cursor:pointer;font-size:.73rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.album-card__tracks summary::-webkit-details-marker{display:none}.album-card__tracks summary b{font-size:1rem;transition:transform .2s}.album-card__tracks[open] summary b{transform:rotate(45deg)}.album-card__tracks ol{columns:2;margin:18px 0 0;padding-left:24px;color:#514c46;font-size:.88rem;line-height:1.8}.discography-close{padding:116px 0;background:#161514;color:#fff}.discography-close .discography-eyebrow{margin:0 0 14px}.discography-close h2{font-size:clamp(3rem,7vw,6.2rem);margin-bottom:40px}.discography-close .discography-back{padding-bottom:7px;border-bottom:1px solid #eeb957}
@media (max-width:760px){.joe-discography-link{width:100%;max-width:none}.discography-hero{min-height:650px;padding-top:60px}.discography-hero__record{right:-35%;top:370px;width:105vw}.discography-heading{display:block}.discography-heading>span{display:block;margin-top:18px}.album-grid{grid-template-columns:1fr;gap:48px}.album-card__media{min-height:290px}.album-card__tracks ol{columns:1}.discography-records{padding:72px 0}.discography-close{padding:80px 0}}

/* Keep the catalogue close at hand without changing the original hero composition. */
.joe-hero__inner>.joe-discography-link{display:none}.joe-discography-link--floating{position:fixed;z-index:40;right:22px;bottom:22px;width:auto;min-width:0;margin:0;padding:8px 12px 8px 8px;gap:10px;backdrop-filter:blur(13px);background:rgba(19,17,18,.86);border-color:rgba(246,205,88,.72);box-shadow:0 12px 36px rgba(0,0,0,.4)}.joe-discography-link--floating .joe-discography-link__record{flex-basis:34px;width:34px;height:34px;box-shadow:inset 0 0 0 9px #1c1717}.joe-discography-link--floating .joe-discography-link__record:after{width:5px;height:5px}.joe-discography-link--floating small{font-size:.52rem}.joe-discography-link--floating strong{font-size:.83rem}.joe-discography-link--floating b{font-size:1rem}.discography-admin-actions .admin-icon-button{width:auto;height:30px;padding:0 9px;border-radius:6px;font-size:.7rem;line-height:1}.discography-admin-actions{align-items:center}.discography-admin-actions .admin-icon-button:hover{transform:translateY(-1px)}
@media (max-width:760px){.joe-discography-link--floating{right:14px;bottom:14px;padding:7px 10px 7px 7px}.joe-discography-link--floating small{display:none}.joe-discography-link--floating strong{font-size:.76rem}.discography-admin-actions .admin-icon-button{height:28px;padding:0 7px;font-size:.65rem}}

/* Reusable administrative edit modal. The backdrop intentionally has no click handler. */
.admin-modal{position:fixed;z-index:2000;inset:0;display:grid;place-items:center;padding:22px;isolation:isolate}.admin-modal__backdrop{position:absolute;inset:0;background:rgba(7,20,27,.7);backdrop-filter:blur(7px);animation:admin-modal-fade .24s ease both}.admin-modal__dialog{position:relative;z-index:1;display:flex;flex-direction:column;width:min(940px,100%);max-height:calc(100dvh - 44px);overflow:hidden;border:1px solid rgba(138,208,220,.5);border-radius:18px;background:#f8fcfc;box-shadow:0 32px 90px rgba(0,0,0,.42);animation:admin-modal-unfold .36s cubic-bezier(.2,.85,.2,1) both}.admin-modal__dialog--closing{animation:admin-modal-fold .22s cubic-bezier(.55,0,.75,.2) both}.admin-modal__glow{position:absolute;inset:0 0 auto;height:116px;background:radial-gradient(ellipse at 15% 0,rgba(37,166,190,.22),transparent 62%);pointer-events:none}.admin-modal__content{position:relative;overflow:auto;overscroll-behavior:contain;padding:24px}.admin-modal__content>.admin-editor{margin:0;border:0;border-radius:0;background:transparent;box-shadow:none}.admin-modal__close{position:absolute;z-index:2;right:16px;top:15px;display:grid;place-items:center;width:33px;height:33px;border:1px solid #b8d7dd;border-radius:50%;background:rgba(255,255,255,.83);color:#1b6878;font-size:1.4rem;line-height:1;cursor:pointer;transition:transform .2s ease,background .2s}.admin-modal__close:hover{transform:rotate(90deg);background:#e1f6f8}body:has(.admin-modal){overflow:hidden;overscroll-behavior:none}@keyframes admin-modal-fade{from{opacity:0}to{opacity:1}}@keyframes admin-modal-unfold{from{opacity:0;transform:translateY(22px) scaleY(.72) scaleX(.94)}60%{opacity:1}to{transform:translateY(0) scale(1)}}@keyframes admin-modal-fold{to{opacity:0;transform:translateY(14px) scaleY(.76) scaleX(.95)}}@media (max-width:700px){.admin-modal{padding:10px}.admin-modal__dialog{max-height:calc(100dvh - 20px);border-radius:14px}.admin-modal__content{padding:18px 14px}.admin-modal__close{right:10px;top:10px}.admin-modal__content .admin-editor__heading{padding-right:39px}}
/* Joe Joseph artist site */
/* Correct the artist eyebrow spacing in the compact home styles. */
.jj-home__eyebrow,.jj-home__section-heading>p,.jj-home__closing p{margin:0 0 1rem}
/* Booking calendar and activity timeline */
.jj-booking,.jj-timeline{background:#0b0712;color:#fff;min-height:80vh}.jj-booking__hero{padding:7rem 0 5rem;background:radial-gradient(circle at 80% 30%,#6b2259 0,transparent 35%),#0b0712}.jj-booking__hero p,.jj-booking__eyebrow{font-size:.72rem;letter-spacing:.2em;color:#ff9dcb;font-weight:800}.jj-booking__hero h1{font-family:Georgia,serif;font-size:clamp(3.8rem,8vw,7rem);line-height:.84;margin:.9rem 0 1.5rem;letter-spacing:-.06em}.jj-booking__hero h1 em{color:#f775b4}.jj-booking__hero span{display:block;max-width:40rem;color:#d9cee0;font-size:1.1rem;line-height:1.7}.jj-booking__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;padding:5rem 0 8rem}.jj-booking h2,.jj-timeline h2{font-family:Georgia,serif;font-size:clamp(2.5rem,4vw,4rem);line-height:.94;margin:.3rem 0 2.4rem}.jj-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:.6rem}.jj-calendar button{min-height:5.5rem;border:1px solid #3a2945;background:#181020;color:#fff;border-radius:.8rem;cursor:pointer}.jj-calendar button:hover,.jj-calendar button.selected{background:#b63175;border-color:#ff9dcb}.jj-calendar button.busy{opacity:.45;cursor:not-allowed;background:#251721}.jj-calendar small,.jj-calendar strong,.jj-calendar span{display:block}.jj-calendar strong{font-size:1.45rem}.jj-calendar span{font-size:.65rem;color:#f0c4da}.jj-booking__hint{color:#bcb1c7;line-height:1.6}.jj-booking__form{padding:2.4rem;background:#f8f4fa;color:#17101d;border-radius:1.4rem;align-self:start}.jj-booking__form h2{margin-bottom:1.4rem}.jj-booking__fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.6rem}.jj-booking__fields label{display:grid;gap:.35rem;font-size:.78rem;font-weight:800}.jj-booking__fields input,.jj-booking__fields select,.jj-booking__fields textarea{width:100%;padding:.72rem;border:1px solid #d5c8d8;border-radius:.4rem;background:#fff;color:#1a1220;font:inherit}.jj-booking__fields .wide{grid-column:1/-1}.jj-booking__fields .check{display:flex;align-items:center;gap:.5rem;font-weight:500}.jj-booking__fields .check input{width:auto}.jj-booking__success{text-align:center;padding:3rem 1rem}.jj-booking__success>span{display:grid;place-items:center;width:4rem;height:4rem;margin:auto;border-radius:50%;background:#942e68;color:#fff;font-size:2rem}.jj-timeline__body{padding:5rem 0 8rem}.jj-timeline__rail{margin:2rem 0 6rem;border-left:2px solid #8d2e67}.jj-timeline__rail article{display:grid;grid-template-columns:11rem 1fr;gap:2rem;padding:0 0 3rem 2rem;position:relative}.jj-timeline__rail article:before{content:"";position:absolute;left:-.55rem;top:.2rem;width:1rem;height:1rem;border:3px solid #ff86be;border-radius:50%;background:#0b0712}.jj-timeline__rail time,.jj-timeline__past time{color:#f792c4;font-weight:800;letter-spacing:.1em}.jj-timeline__rail h3,.jj-timeline__past h3{font-family:Georgia,serif;font-size:2rem;margin:.25rem 0}.jj-timeline__rail span,.jj-timeline__past span{font-size:.7rem;letter-spacing:.15em;color:#c4a3b7}.jj-timeline__rail p{color:#d1c4d7;line-height:1.6;margin:.35rem 0}.jj-timeline__rail a{color:#fff;font-weight:800}.jj-timeline__past{border-top:1px solid #32243c;padding-top:3rem}.jj-timeline__past article{display:grid;grid-template-columns:8rem 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid #231a2b}.jj-timeline__past h3{font-size:1.3rem}.jj-timeline__past p{margin:0;color:#b7a9bd}.jj-timeline__empty{padding:3rem;color:#c9b9ce}@media(max-width:800px){.jj-booking__grid{grid-template-columns:1fr;gap:2rem}.jj-calendar{grid-template-columns:repeat(4,1fr)}.jj-booking__fields{grid-template-columns:1fr}.jj-booking__fields .wide{grid-column:auto}.jj-timeline__rail article{grid-template-columns:1fr;gap:.5rem}.jj-timeline__past article{grid-template-columns:1fr}}
/* Joe Joseph account experience — replaces the inherited corporate treatment. */
.identity-page{background:radial-gradient(circle at 14% 22%,rgba(255,62,151,.22),transparent 28%),radial-gradient(circle at 88% 76%,rgba(126,85,255,.19),transparent 25%),linear-gradient(145deg,#100714,#291130)}.identity-page__grid{background-image:linear-gradient(rgba(255,183,220,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,183,220,.08) 1px,transparent 1px)}.identity-orb{border-color:rgba(255,119,184,.3);box-shadow:inset 0 0 80px rgba(255,63,147,.09),0 0 80px rgba(157,77,255,.12)}.identity-visual{background:linear-gradient(145deg,rgba(158,42,116,.46),rgba(28,8,38,.86))}.identity-visual::after{border-color:rgba(255,150,207,.4)}.identity-visual__mark img{filter:drop-shadow(0 0 18px rgba(255,90,172,.65))}.identity-visual__mark span{border-color:rgba(255,170,219,.48)}.identity-eyebrow{color:#ffabd5!important}.identity-visual h2 em{color:#ff8ec5;font-weight:400}.identity-visual>p:not(.identity-eyebrow){color:#ead4e4}.identity-trust span{color:#f3ddea}.identity-trust i{background:linear-gradient(135deg,#ff4b9d,#9a5cff);color:#fff}.identity-heading>p{color:#a02a69}.identity-field{color:#5a2547}.identity-field input,.identity-content .form-control{border-color:#e2c9dc;background:#fff9fd}.identity-field input:focus,.identity-content .form-control:focus{border-color:#e94491;box-shadow:0 0 0 4px rgba(233,68,145,.12)}.identity-form__options>a,.identity-secondary-links a,.identity-content a,.identity-content .btn-link{color:#a52869}.identity-submit,.identity-content .btn-primary{color:#fff;background:linear-gradient(90deg,#ec3e91,#9259ea);box-shadow:0 13px 32px rgba(190,48,129,.28)}.identity-submit:hover,.identity-content .btn-primary:hover{color:#fff;box-shadow:0 18px 42px rgba(190,48,129,.4)}.identity-manage-nav{background:linear-gradient(160deg,#43133e,#160b25)}.identity-manage-nav__home small,.identity-manage-nav>p{color:#e2aad0}.identity-manage-links a{color:#ead4e4}.identity-manage-links a:hover,.identity-manage-links a.active{border-color:rgba(255,160,211,.28);background:rgba(255,150,207,.13)}.identity-manage-links svg,.identity-manage-nav__dashboard{stroke:#ffafd8;color:#ffafd8}
/* Rebuilt music home and music-first 404. */
.jj-home-hero{position:relative;min-height:100svh;overflow:hidden;isolation:isolate;background:#150c1b}.jj-home-hero__image{position:absolute;z-index:-3;inset:0;background:linear-gradient(90deg,rgba(8,5,15,.98),rgba(15,7,17,.82) 42%,rgba(15,6,15,.12) 84%),url('/images/joe-joseph/home-stage-hero.png') center/cover;animation:jj-stage 15s ease-in-out infinite alternate}.jj-home-hero__grain{position:absolute;inset:0;opacity:.14;background-image:radial-gradient(#fff .5px,transparent .7px);background-size:5px 5px;mix-blend-mode:soft-light}.jj-home-hero__rings{position:absolute;z-index:-2;right:-22vw;bottom:-30vw;width:72vw;aspect-ratio:1;border:1px solid #f6b27a44;border-radius:50%;animation:jj-round 42s linear infinite}.jj-home-hero__rings i{position:absolute;inset:15%;border:1px solid #f6b27a33;border-radius:50%}.jj-home-hero__rings i:nth-child(2){inset:30%}.jj-home-hero__rings i:nth-child(3){inset:44%;background:#f4a56f33;box-shadow:0 0 80px #f4a56f33}.jj-home-hero__inner{display:grid;grid-template-columns:1fr auto;gap:35px;align-items:center;min-height:100svh;padding-top:92px;padding-bottom:92px}.jj-home-hero__copy{max-width:710px}.jj-home-kicker{display:flex;gap:11px;align-items:center;margin:0 0 22px;color:#f4b07d;font-size:.66rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.jj-home-kicker>span{width:28px;height:1px;background:currentColor}.jj-home-kicker--dark{color:#a45150}.jj-home-hero h1,.jj-home-intro h2,.jj-home-section-heading h2,.jj-home-path h3,.jj-home-quote blockquote,.jj-home-close h2,.jj-not-found h1{font-family:Georgia,serif;font-weight:400;letter-spacing:-.06em}.jj-home-hero h1{margin:0;font-size:clamp(4.9rem,10.3vw,10.7rem);line-height:.77}.jj-home h1 em,.jj-home h2 em,.jj-home h3 em,.jj-not-found em{color:#f4a56f}.jj-home-hero h1 em,.jj-not-found h1 em{display:inline-block;margin-left:.23em;transform:translateY(.14em)}.jj-home-hero__lead{max-width:520px;margin:42px 0 31px;color:#fff5ebc7;font-size:clamp(1rem,1.55vw,1.2rem);line-height:1.8}.jj-home-actions{display:flex;flex-wrap:wrap;gap:21px;align-items:center}.jj-home-listen{display:inline-flex;gap:11px;align-items:center;justify-content:center;min-height:55px;padding:0 24px;color:#180d1d;border-radius:99px;background:#f2a56f;font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;transition:.3s}.jj-home-listen:hover{color:#180d1d;background:#ffd1ab;box-shadow:0 15px 35px #f49a6857;transform:translateY(-4px)}.jj-home-listen span{display:grid;place-items:center;width:22px;height:22px;color:#f4c3a1;border-radius:50%;background:#29162d;font-size:.58rem}.jj-home-text-link,.jj-home-arrow{display:inline-flex;gap:11px;align-items:center;padding:8px 0;color:#fff4eb;border-bottom:1px solid #fff8;font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transition:.25s}.jj-home-text-link:hover,.jj-home-arrow:hover{gap:17px;color:#f5ae7e}.jj-home-hero__side{align-self:end;display:grid;gap:16px;justify-items:end;padding-bottom:40px}.jj-home-hero__side p{margin:0;color:#fff8;font-size:.59rem;font-weight:800;letter-spacing:.16em}.jj-home-eq{display:flex;gap:5px;align-items:center;height:45px}.jj-home-eq i{width:3px;height:13px;border-radius:99px;background:#f5ad7b;animation:jj-eq 1.1s ease-in-out infinite alternate}.jj-home-eq i:nth-child(2){height:31px;animation-delay:-.35s}.jj-home-eq i:nth-child(3){height:20px;animation-delay:-.7s}.jj-home-eq i:nth-child(4){height:42px;animation-delay:-.15s}.jj-home-eq i:nth-child(5){height:25px;animation-delay:-.5s}.jj-home-eq i:nth-child(6){height:36px;animation-delay:-.85s}.jj-home-eq i:nth-child(7){height:16px;animation-delay:-.25s}.jj-home-scroll{position:absolute;bottom:29px;left:max(32px,calc((100% - 1320px)/2));display:flex;gap:12px;align-items:center;color:#fff9;font-size:.6rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.jj-home-scroll span{width:41px;height:1px;background:#f2a56f}.jj-home-marquee{overflow:hidden;padding:19px 0;color:#28142b;background:#f0a36e}.jj-home-marquee>div{display:flex;width:max-content;gap:24px;align-items:center;font:800 .82rem var(--font-display);letter-spacing:.17em;animation:jj-marquee 25s linear infinite}.jj-home-intro{padding:150px 0;color:#2b1c2c;background:#f4e9dd}.jj-home-intro__grid{display:grid;grid-template-columns:.26fr .88fr 1fr;gap:clamp(30px,6vw,90px);align-items:start}.jj-home-index{margin:4px 0 0;color:#ab655c;font:italic 3.4rem/.65 Georgia,serif}.jj-home-index span{font:800 .56rem var(--font-body);letter-spacing:.15em}.jj-home-intro h2,.jj-home-section-heading h2{margin:0;font-size:clamp(3.8rem,6.4vw,7rem);line-height:.85}.jj-home-intro__copy{padding-top:53px}.jj-home-intro__copy p{margin:0 0 28px;color:#685764;line-height:1.9}.jj-home-arrow{color:#713f50;border-bottom-color:#ad6d68}.jj-home-paths{padding:145px 0;background:#28152f}.jj-home-section-heading{margin-bottom:57px}.jj-home-paths__grid{display:grid;grid-template-columns:repeat(3,1fr)}.jj-home-path{position:relative;display:flex;min-height:410px;flex-direction:column;padding:31px;overflow:hidden;border:1px solid #fff3;background:linear-gradient(155deg,#fff1,transparent);transition:.45s}.jj-home-path:hover{color:#fff;transform:translateY(-10px);background:#43213f}.jj-home-path>span{color:#e9a878;font-size:.62rem;font-weight:800;letter-spacing:.14em}.jj-home-path h3{margin:auto 0 19px;font-size:clamp(2.6rem,4vw,4.6rem);line-height:.84}.jj-home-path p{max-width:250px;margin:0;color:#fff9;font-size:.9rem;line-height:1.7}.jj-home-path b{position:absolute;right:30px;bottom:27px;color:#f4b27f;font-size:1.5rem}.jj-home-path--story{background:#4b2745}.jj-home-path--book{background:#9c4f59}.jj-home-quote{position:relative;padding:165px 0;overflow:hidden;background:#160d20}.jj-home-quote__orb{position:absolute;top:50%;left:50%;width:min(64vw,800px);aspect-ratio:1;border:1px solid #fac19330;border-radius:50%;background:repeating-radial-gradient(circle,transparent 0 34px,#fff1 35px 36px);transform:translate(-50%,-50%);animation:jj-round 35s linear infinite}.jj-home-quote__inner,.jj-home-close__inner{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}.jj-home-quote blockquote{margin:0 0 39px;font-size:clamp(3.1rem,6.2vw,7rem);line-height:.89}.jj-home-close{padding:145px 0;background:linear-gradient(135deg,#642c53,#251432)}.jj-home-close h2{margin:0 0 42px;font-size:clamp(4rem,7vw,7.8rem);line-height:.83}.jj-not-found{position:relative;min-height:100svh;padding:145px 0 90px;overflow:hidden;color:#fff5ec;background:radial-gradient(circle at 73% 35%,#9e3c617a,transparent 24%),#180d20}.jj-not-found__inner{position:relative;display:grid;grid-template-columns:.7fr 1fr;gap:clamp(35px,8vw,140px);align-items:center}.jj-not-found__inner>.jj-home-kicker{grid-column:1/-1;margin-bottom:-15px}.jj-not-found__record{position:relative;display:grid;place-items:center;width:min(36vw,440px);aspect-ratio:1;border-radius:50%;background:repeating-radial-gradient(circle,#140b1b 0 9px,#29172e 10px 12px);box-shadow:inset 0 0 0 32% #0004,0 0 100px #dc6a6a30;animation:jj-round 22s linear infinite}.jj-not-found__record:before{position:absolute;inset:37%;border-radius:50%;background:#df7b6d;box-shadow:0 0 0 9px #f4b779;content:""}.jj-not-found__record span{position:relative;z-index:1;color:#28132b;font:800 clamp(2rem,5vw,4.8rem) var(--font-display);letter-spacing:-.12em}.jj-not-found__record i{position:absolute;top:7%;left:49%;width:2px;height:43%;background:#f6d1ac;transform:rotate(42deg);transform-origin:bottom}.jj-not-found__number{position:absolute;top:22%;left:20%;z-index:2;margin:0;color:#fff0e43b;font:800 clamp(5rem,13vw,12rem)/1 var(--font-display);letter-spacing:-.13em;pointer-events:none}.jj-not-found h1{margin:0 0 25px;font-size:clamp(4rem,7.5vw,8rem);line-height:.79}.jj-not-found__inner>div:last-child>p{max-width:500px;margin:0 0 30px;color:#fff4ebba;line-height:1.8}.jj-not-found code{padding:2px 6px;color:#ffc99e;border-radius:5px;background:#fff1;font-family:inherit;overflow-wrap:anywhere}.joe-hero__aurora{position:absolute;z-index:-1;top:26%;left:30%;width:45vw;height:16vw;opacity:.35;background:linear-gradient(90deg,transparent,#f6b27b,transparent);filter:blur(30px);transform:rotate(-30deg);animation:jj-aurora 8s ease-in-out infinite}@keyframes jj-stage{to{transform:scale(1.07) translateX(-1%)}}@keyframes jj-round{to{transform:rotate(360deg)}}@keyframes jj-eq{from{transform:scaleY(.45);opacity:.55}to{transform:scaleY(1);opacity:1}}@keyframes jj-marquee{to{transform:translateX(-50%)}}@keyframes jj-aurora{50%{transform:rotate(-25deg) translateX(8%);opacity:.55}}@media(max-width:800px){.jj-home-hero__inner{grid-template-columns:1fr;padding-top:125px}.jj-home-hero__side{display:none}.jj-home-hero h1{font-size:clamp(4.7rem,22vw,7.8rem)}.jj-home-hero__image{background:linear-gradient(0deg,#0c060ff0,#0c060f40 75%),url('/images/joe-joseph/home-stage-hero.png') 67%/cover}.jj-home-hero__rings{right:-42vw;bottom:-18vw;width:110vw}.jj-home-intro,.jj-home-paths,.jj-home-quote,.jj-home-close{padding:92px 0}.jj-home-intro__grid,.jj-not-found__inner{grid-template-columns:1fr;gap:28px}.jj-home-index{display:none}.jj-home-intro__copy{padding-top:0}.jj-home-paths__grid{grid-template-columns:1fr}.jj-home-path{min-height:315px}.jj-not-found{padding-top:130px}.jj-not-found__inner>.jj-home-kicker{grid-column:auto}.jj-not-found__record{width:min(75vw,390px)}.jj-not-found__number{top:20%;left:5%}.jj-not-found h1{font-size:clamp(4rem,19vw,6.2rem)}}@media(prefers-reduced-motion:reduce){.jj-home *, .jj-not-found *, .joe-hero__aurora{animation:none!important}}
.jj-home-hero__image img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .45s}.jj-home-hero__image:has(img[src]:not([src=""])){background:linear-gradient(90deg,rgba(8,5,15,.98),rgba(15,7,17,.82) 42%,rgba(15,6,15,.12) 84%)}.jj-home-hero__image img[src]:not([src=""]){opacity:1}.jj-home-hero__cards{position:absolute;z-index:3;top:50%;right:clamp(36px,8vw,140px);width:min(30vw,410px);height:450px;pointer-events:none;transform:translateY(-43%)}.jj-home-hero-card{position:absolute;width:54%;height:58%;margin:0;overflow:hidden;border:1px solid #fff5;background:#26162d;box-shadow:0 26px 56px #0008}.jj-home-hero-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.8) contrast(1.08)}.jj-home-hero-card figcaption{position:absolute;right:10px;bottom:9px;left:10px;color:#fff;font-size:.5rem;font-weight:800;letter-spacing:.1em;text-shadow:0 1px 8px #000}.jj-home-hero-card__placeholder{display:grid;place-items:center;width:100%;height:100%;padding:15px;color:#f8bf96;border:1px dashed #f8bf9680;background:linear-gradient(145deg,#2c1933,#6e3550);font-size:.58rem;font-weight:800;letter-spacing:.1em;text-align:center}.jj-home-hero-card--one{top:7%;right:10%;z-index:3;transform:rotate(6deg);animation:jj-card-one 7s ease-in-out infinite}.jj-home-hero-card--two{top:25%;left:1%;z-index:2;transform:rotate(-9deg);animation:jj-card-two 8s ease-in-out infinite}.jj-home-hero-card--three{right:0;bottom:0;z-index:1;transform:rotate(3deg);animation:jj-card-three 9s ease-in-out infinite}@keyframes jj-card-one{50%{transform:translateY(-16px) rotate(8deg)}}@keyframes jj-card-two{50%{transform:translate(-8px,13px) rotate(-6deg)}}@keyframes jj-card-three{50%{transform:translate(8px,-12px) rotate(5deg)}}@media(max-width:1100px){.jj-home-hero__cards{right:4vw;width:31vw;opacity:.78}}@media(max-width:800px){.jj-home-hero__cards{top:auto;right:18px;bottom:72px;width:200px;height:225px;transform:none;opacity:.88}.jj-home-hero-card figcaption{font-size:.42rem}.jj-home-hero__image:has(img[src]:not([src=""])){background:linear-gradient(0deg,#0c060ff0,#0c060f40 75%)}}@media(prefers-reduced-motion:reduce){.jj-home-hero-card{animation:none!important}}

/* Global music player and the homepage photo strip. */
.jj-audio-bar{height:38px;border-bottom:1px solid #ffffff1a;background:linear-gradient(90deg,#180d20,#48203b 52%,#1b1530);color:#fff}.jj-audio-bar__inner{display:flex;height:100%;gap:12px;align-items:center}.jj-audio-bar__live{display:flex;gap:7px;align-items:center;color:#f5b582;font-size:.54rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.jj-audio-bar__live i{width:6px;height:6px;border-radius:50%;background:#f4a56f;box-shadow:0 0 0 0 #f4a56f;animation:jj-audio-pulse 1.5s infinite}.jj-audio-bar__toggle{display:grid;place-items:center;width:23px;height:23px;padding:0;color:#2a142b;border:0;border-radius:50%;background:#f4b07d;font-size:.59rem;cursor:pointer}.jj-audio-bar__track{display:grid;min-width:0;line-height:1.05}.jj-audio-bar__track strong{overflow:hidden;font-size:.65rem;letter-spacing:.08em;text-overflow:ellipsis;white-space:nowrap}.jj-audio-bar__track span{color:#fff8;font-size:.48rem;letter-spacing:.08em}.jj-audio-bar__wave{display:flex;gap:3px;align-items:center;height:20px;margin-left:auto}.jj-audio-bar__wave i{width:2px;height:7px;border-radius:99px;background:#ffba87;animation:jj-eq .8s ease-in-out infinite alternate}.jj-audio-bar__wave i:nth-child(2){height:16px;animation-delay:-.2s}.jj-audio-bar__wave i:nth-child(3){height:10px;animation-delay:-.4s}.jj-audio-bar__wave i:nth-child(4){height:18px;animation-delay:-.1s}.jj-audio-bar__wave i:nth-child(5){height:12px;animation-delay:-.5s}.jj-audio-bar__next{padding:0;color:#fff9;border:0;background:transparent;font:.55rem var(--font-body);font-weight:800;letter-spacing:.11em;text-transform:uppercase;cursor:pointer}.jj-audio-bar__next span{color:#f5af7c;font-size:.85rem}.jj-site-header .nav-shell{min-height:68px}.jj-home-gallery{padding:120px 0;color:#fff7ef;background:#120b1a}.jj-home-gallery__heading{display:grid;grid-template-columns:.8fr 1.2fr 1fr;gap:25px;align-items:end;margin-bottom:44px}.jj-home-gallery__heading h2{margin:0;font:400 clamp(3rem,5.3vw,6.2rem)/.84 Georgia,serif;letter-spacing:-.06em}.jj-home-gallery__heading>p:last-child{max-width:240px;margin:0;color:#fff9;line-height:1.6}.jj-home-gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.jj-home-gallery__card{position:relative;min-height:300px;margin:0;overflow:hidden;background:linear-gradient(145deg,#342039,#672e50)}.jj-home-gallery__card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .6s}.jj-home-gallery__card:hover img{transform:scale(1.07)}.jj-home-gallery__card figcaption{position:absolute;right:15px;bottom:14px;left:15px;color:#fff;font-size:.55rem;font-weight:900;letter-spacing:.12em;text-shadow:0 2px 10px #000}.jj-home-gallery__placeholder{display:grid;place-items:center;width:100%;height:100%;color:#fac292;border:1px dashed #fac29277;font-size:.6rem;font-weight:800;letter-spacing:.12em;text-align:center}.admin-audio-track{display:grid;grid-template-columns:minmax(140px,1fr) minmax(180px,1fr) auto;gap:10px;align-items:center}.admin-audio-track audio{width:100%;height:34px}@keyframes jj-audio-pulse{70%{box-shadow:0 0 0 7px transparent}100%{box-shadow:0 0 0 0 transparent}}@media(max-width:800px){.jj-audio-bar__live,.jj-audio-bar__wave{display:none}.jj-audio-bar__track{flex:1}.jj-audio-bar__inner{gap:9px}.jj-home-gallery{padding:86px 0}.jj-home-gallery__heading{grid-template-columns:1fr;gap:18px}.jj-home-gallery__grid{grid-template-columns:1fr 1fr}.jj-home-gallery__card{min-height:190px}.admin-audio-track{grid-template-columns:1fr}}
.jj-brand--wordmark{gap:0}.jj-brand--wordmark strong{font-size:.73rem;letter-spacing:.18em}
.jj-audio-bar{height:32px}
.jj-home-hero,.jj-home-paths,.jj-home-quote,.jj-home-close,.jj-home-gallery{color:#fffdf9}.jj-home-hero__lead{color:#fffdf9}.jj-home-path p{color:#fffdf9}.jj-home-hero__side p,.jj-home-scroll{color:#fff}.jj-home-gallery__heading>p:last-child{color:#fffdf9}.jj-home-gallery__card figcaption{color:#fffdf9}.jj-home-gallery__card{box-shadow:0 16px 38px #0005;transform:translateY(0);animation:jj-gallery-float 7s ease-in-out infinite}.jj-home-gallery__card:nth-child(2){animation-delay:-1.7s}.jj-home-gallery__card:nth-child(3){animation-delay:-3.4s}.jj-home-gallery__card:nth-child(4){animation-delay:-5.1s}.jj-home-gallery__card::after{position:absolute;inset:0;background:linear-gradient(125deg,transparent 20%,#fff3 48%,transparent 74%);content:"";transform:translateX(-145%);animation:jj-gallery-shine 7s ease-in-out infinite}.jj-home-gallery__card:nth-child(2)::after{animation-delay:-1.7s}.jj-home-gallery__card:nth-child(3)::after{animation-delay:-3.4s}.jj-home-gallery__card:nth-child(4)::after{animation-delay:-5.1s}.jj-footer{background:radial-gradient(circle at 16% 30%,#82385b55,transparent 25%),radial-gradient(circle at 82% 75%,#70458a4a,transparent 30%),#100a18;color:#e9dfea}.jj-footer .site-footer__brand>p{color:#f0e7ee;font-size:1rem;line-height:1.7}.jj-footer .site-footer__bottom{color:#d9ccda;border-color:#ffffff2b}.jj-footer-wordmark{position:relative;display:inline-grid;grid-template-columns:auto auto;gap:0 10px;align-items:end;margin-bottom:18px;color:#fff;text-decoration:none;filter:drop-shadow(0 9px 21px #f06caa55);animation:jj-footer-glow 4.6s ease-in-out infinite}.jj-footer-wordmark span,.jj-footer-wordmark strong{font-family:Georgia,serif;font-style:italic;line-height:.73;letter-spacing:-.09em}.jj-footer-wordmark span{color:#f9c493;font-size:clamp(2.1rem,3.45vw,3.53rem)}.jj-footer-wordmark strong{color:#fff;font-size:clamp(2.4rem,4.05vw,4.13rem)}.jj-footer-wordmark i{position:absolute;top:-.15rem;right:-1.05rem;color:#ffbd8a;font-size:1.15rem;font-style:normal;animation:jj-footer-sparkle 2.4s ease-in-out infinite}.jj-footer .site-footer__grid a:not(.jj-footer-wordmark){color:#f8edf6}.jj-footer .site-footer__grid a:not(.jj-footer-wordmark):hover{color:#ffc590}@keyframes jj-gallery-float{50%{box-shadow:0 27px 48px #0008;transform:translateY(-11px) rotate(.6deg)}}@keyframes jj-gallery-shine{0%,54%,100%{transform:translateX(-145%)}72%{transform:translateX(145%)}}@keyframes jj-footer-glow{50%{filter:drop-shadow(0 9px 27px #fa9dbaaa) drop-shadow(0 0 12px #ffd09566)}}@keyframes jj-footer-sparkle{50%{opacity:.4;transform:scale(.55) rotate(90deg)}}@media(prefers-reduced-motion:reduce){.jj-home-gallery__card,.jj-home-gallery__card::after,.jj-footer-wordmark,.jj-footer-wordmark i{animation:none!important}}
/* Booking page refinements */
.jj-booking__hero{padding:5.5rem 0;background:radial-gradient(circle at 18% 8%,rgba(198,57,126,.32),transparent 37%),radial-gradient(circle at 92% 80%,rgba(116,44,100,.34),transparent 42%),#0b0712}.jj-booking__hero-inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(17rem,.72fr);align-items:center;gap:4.5rem}.jj-booking__hero-copy{position:relative;z-index:1}.jj-booking__hero-image{aspect-ratio:4/5;max-height:30rem;overflow:hidden;border:1px solid rgba(255,185,218,.38);border-radius:1.5rem;box-shadow:1.25rem 1.25rem 0 rgba(244,104,175,.14),0 2rem 4.5rem rgba(0,0,0,.42);background:linear-gradient(145deg,#3f1737,#160d22)}.jj-booking__hero-image img{display:block;width:100%;height:100%;object-fit:cover}.jj-booking__hero-image-placeholder{display:grid;place-items:center;align-content:center;gap:.65rem;width:100%;height:100%;color:#ffb6d8;background:radial-gradient(circle at 72% 24%,rgba(255,151,205,.22),transparent 18%),linear-gradient(135deg,#281329,#120b1c)}.jj-booking__hero-image-placeholder span{display:grid;place-items:center;width:5rem;height:5rem;border:1px solid rgba(255,190,222,.6);border-radius:50%;font-family:Georgia,serif;font-size:1.7rem;letter-spacing:-.08em}.jj-booking__hero-image-placeholder small{text-transform:uppercase;letter-spacing:.16em;font-size:.62rem}.jj-booking__form .jj-home__button{display:inline-flex;align-items:center;justify-content:space-between;gap:1.2rem;width:100%;padding:1rem 1.15rem 1rem 1.4rem;border:0;border-radius:.8rem;background:linear-gradient(115deg,#9c2d68,#d54c90);box-shadow:0 .75rem 1.5rem rgba(125,28,80,.24);color:#fff;font-weight:800;letter-spacing:.02em;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.jj-booking__form .jj-home__button::after{content:'→';display:grid;place-items:center;width:2rem;height:2rem;border-radius:50%;background:rgba(255,255,255,.18);font-size:1.2rem;transition:transform .2s ease}.jj-booking__form .jj-home__button:hover:not(:disabled){transform:translateY(-2px);filter:brightness(1.06);box-shadow:0 1rem 1.9rem rgba(125,28,80,.32)}.jj-booking__form .jj-home__button:hover:not(:disabled)::after{transform:translateX(3px)}.jj-booking__form .jj-home__button:focus-visible{outline:3px solid #f78abe;outline-offset:3px}.jj-booking__form .jj-home__button:disabled{cursor:wait;opacity:.7}.jj-booking__consent{position:relative;display:grid!important;grid-template-columns:2.8rem 1fr;align-items:center;column-gap:.75rem;min-height:2.75rem;padding:.75rem .9rem;border:1px solid #e2d5e2;border-radius:.8rem;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.jj-booking__consent input{position:absolute!important;inline-size:1px!important;block-size:1px!important;opacity:0!important}.jj-booking__switch{display:block;width:2.8rem;height:1.55rem;padding:.18rem;border-radius:999px;background:#b9acbb;box-shadow:inset 0 1px 2px rgba(31,16,35,.22);transition:background .2s ease}.jj-booking__switch span{display:block;width:1.19rem;height:1.19rem;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(25,11,29,.3);transition:transform .2s cubic-bezier(.2,.8,.2,1)}.jj-booking__consent input:checked + .jj-booking__switch{background:#b63175}.jj-booking__consent input:checked + .jj-booking__switch span{transform:translateX(1.25rem)}.jj-booking__consent:has(input:focus-visible){border-color:#b63175;box-shadow:0 0 0 3px rgba(182,49,117,.17)}.jj-booking__consent .validation-message{grid-column:1/-1}@media(max-width:800px){.jj-booking__hero{padding:4.5rem 0 3.5rem}.jj-booking__hero-inner{grid-template-columns:1fr;gap:2.5rem}.jj-booking__hero-image{width:min(100%,25rem);max-height:none;margin-inline:auto;aspect-ratio:16/10}.jj-booking__hero-copy{order:1}.jj-booking__hero-image{order:2}}

/* Home motion and social icon treatment. */
.jj-home__orb--one{animation:jj-drift-one 12s ease-in-out infinite}.jj-home__orb--two{animation:jj-drift-two 15s ease-in-out infinite}.jj-home__portrait{animation:jj-hero-rise 900ms cubic-bezier(.2,.8,.2,1) both}.jj-home__copy{animation:jj-copy-in 800ms 110ms cubic-bezier(.2,.8,.2,1) both}.jj-home__record{animation:jj-record-spin 18s linear infinite}.jj-home__scroll{animation:jj-scroll-pulse 2.4s ease-in-out infinite}.jj-home__album{transition:transform .35s ease,box-shadow .35s ease}.jj-home__album:hover{transform:translateY(-10px) rotate(-1deg);box-shadow:0 26px 45px rgba(0,0,0,.35)}.jj-home__album-art img{transition:transform .8s cubic-bezier(.2,.8,.2,1)}.jj-home__album:hover img{transform:scale(1.08)}.jj-socials{display:flex;gap:.7rem;margin-top:.8rem}.jj-socials a{display:grid!important;place-items:center;width:2.5rem;height:2.5rem;margin:0!important;border:1px solid rgba(255,255,255,.23);border-radius:50%;color:#fff!important;transition:transform .25s ease,background .25s ease,border-color .25s ease}.jj-socials a:hover{background:linear-gradient(135deg,#f54899,#8e5af0);border-color:transparent;transform:translateY(-4px)}.jj-socials svg{width:1.18rem;height:1.18rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.jj-socials a[aria-label="Facebook"] svg,.jj-socials a[aria-label="TikTok"] svg{fill:currentColor;stroke:none}@keyframes jj-drift-one{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(-4rem,3rem,0) scale(1.14)}}@keyframes jj-drift-two{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(5rem,-3rem,0) scale(.86)}}@keyframes jj-hero-rise{from{opacity:0;transform:translateY(3rem) rotate(2deg)}to{opacity:1;transform:none}}@keyframes jj-copy-in{from{opacity:0;transform:translateX(-2rem)}to{opacity:1;transform:none}}@keyframes jj-record-spin{to{transform:rotate(360deg)}}@keyframes jj-scroll-pulse{50%{opacity:.35;transform:translate(-50%,.5rem)}}@media(prefers-reduced-motion:reduce){.jj-home__orb--one,.jj-home__orb--two,.jj-home__portrait,.jj-home__copy,.jj-home__record,.jj-home__scroll{animation:none}}
