/*!
Theme Name: LVP Coming Soon
Theme URI: https://lvp.city
Author: LVP.CITY
Author URI: https://lvp.city
Description: A high-converting Coming Soon landing page for LVP.CITY — Liverpool's all-in-one city platform. SEO-optimised, Monetag-ready, mobile-first.
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lpl-coming-soon
Domain Path: /languages
*/

/* =============================================
   BASE RESET & TYPOGRAPHY
   ============================================= */

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

:root {
    --accent:        #DC2626;   /* Liverpool Scarlet */
    --accent-dark:   #991b1b;
    --accent-light:  #ef4444;
    --bg:            #000000;
    --bg-secondary:  #080808;
    --bg-card:       #111111;
    --border:        #1e1e1e;
    --border-light:  #2a2a2a;
    --text:          #ffffff;
    --text-muted:    #999999;
    --text-dim:      #cccccc;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
                 'Helvetica Neue', Arial, sans-serif;
    background-color: var(--bg);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--text);
}

h1 { font-size: 3.75rem; letter-spacing: -0.03em; }
h2 { font-size: 2.25rem; letter-spacing: -0.02em; }
h3 { font-size: 1.375rem; }

p {
    margin-bottom: 1rem;
    color: var(--text-dim);
}

a {
    color: var(--text);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover { opacity: 0.75; }

button {
    cursor: pointer;
    font-family: inherit;
    transition: all 0.3s ease;
}

input[type="email"],
input[type="text"],
textarea {
    font-family: inherit;
    font-size: 1rem;
    transition: all 0.3s ease;
}

input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus {
    outline: none;
}

ul, ol { list-style: none; }

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* =============================================
   LVP SOFT-LAUNCH SHELL
   Sidebar/footer adapted from the current MCR city shell.
   ============================================= */

.lpl-shell {
    min-height: 100vh;
}

.lpl-shell-main {
    min-width: 0;
}

.lpl-footer-col span {
    margin-left: auto;
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.lpl-mcr-footer {
    padding: 0 32px 28px;
    background: #050507;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lpl-footer-newsletter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 24px;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 42px 0;
}

.lpl-footer-newsletter span {
    color: var(--accent-light);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.lpl-footer-newsletter h2 {
    margin: 8px 0;
    font-size: clamp(2rem, 4vw, 4.4rem);
}

.lpl-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, minmax(130px, 1fr));
    gap: 24px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 32px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lpl-footer-brand img {
    width: 92px;
    height: 92px;
    object-fit: contain;
    margin-bottom: 10px;
}

.lpl-footer-brand strong,
.lpl-footer-brand span {
    display: block;
}

.lpl-footer-brand strong {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
}

.lpl-footer-brand span {
    color: var(--accent-light);
    font-weight: 900;
}

.lpl-footer-brand p {
    max-width: 300px;
    margin-top: 10px;
    font-size: 0.86rem;
}

.lpl-footer-col h4 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.lpl-footer-col a {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 28px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.82rem;
    font-weight: 700;
}

.lpl-footer-bottom {
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.72rem;
    text-align: center;
}

@media (min-width: 1025px) {
    .lpl-shell-main {
        margin-left: 238px;
    }
}

@media (max-width: 1024px) {
    .lpl-footer-newsletter,
    .lpl-footer-grid {
        grid-template-columns: 1fr;
    }
}

/* MCR live sidebar skin, scoped to LVP's soft-launch shell. */
:root {
    --sb-w: 210px;
    --dark3: #18181d;
    --dark-b1: rgba(255,255,255,.1);
    --dark-tx2: rgba(255,255,255,.5);
    --dc-red: #ef1d24;
    --dc-blue: #1a56ff;
    --orange: #fb923c;
}

.lpl-shell .lpl-shell-main {
    margin-left: var(--sb-w);
}

.lpl-shell .SB {
    background: #0c0c0e;
    border-right: 1px solid rgba(255,255,255,.07);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: var(--sb-w);
    height: 100vh;
    overflow-y: auto;
    padding: 16px 0 24px;
    scrollbar-width: none;
}

.lpl-shell .SB::-webkit-scrollbar {
    display: none;
}

.lpl-shell .SB a,
.lpl-shell .SB a:hover,
.lpl-shell .SB a:visited {
    text-decoration: none !important;
}

.lpl-shell .sb-logo-slot {
    min-height: 126px;
    padding: 10px 10px 6px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lpl-sb-brand {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0 4px 10px;
}

.lpl-sb-brand .sb-logo-img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.lpl-sb-brand strong,
.lpl-sb-brand em {
    display: block;
    line-height: 1;
}

.lpl-sb-brand strong {
    color: #fff;
    font-size: .96rem;
    font-weight: 900;
    letter-spacing: .02em;
}

.lpl-sb-brand em {
    margin-top: 6px;
    color: rgba(255,255,255,.48);
    font-size: .55rem;
    font-style: normal;
    font-weight: 800;
}

.lpl-shell .sb-section {
    padding: 0 12px;
    margin-bottom: 6px;
}

.lpl-shell .sb-label {
    font-size: .48rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255,255,255,.38);
    padding: 0 10px;
    margin-bottom: 4px;
    margin-top: 8px;
    display: block;
}

.lpl-shell .sb-logo-slot + .sb-section .sb-label {
    margin-top: 2px;
}

.lpl-shell .sb-item {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 7px 10px;
    border-radius: 10px;
    font-size: .76rem;
    font-weight: 500;
    color: rgba(255,255,255,.72);
    transition: all .15s;
    cursor: pointer;
    border: 1px solid transparent;
    position: relative;
    text-decoration: none !important;
}

.lpl-shell .sb-item,
.lpl-shell .sb-item *,
.lpl-shell .sb-item:hover,
.lpl-shell .sb-item:focus,
.lpl-shell .sb-item:visited {
    text-decoration: none !important;
}

.lpl-shell .sb-item:hover {
    background: var(--dark3);
    color: rgba(255,255,255,.75);
    opacity: 1;
}

.lpl-shell .sb-item.on {
    background: var(--dark3);
    color: #fff;
    border-color: var(--dark-b1);
}

.lpl-shell .sb-item.on::before {
    content: '';
    position: absolute;
    left: 0;
    top: 25%;
    bottom: 25%;
    width: 2.5px;
    border-radius: 0 2px 2px 0;
    background: var(--dc-blue);
}

.lpl-shell .sb-ico-wrap {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .78rem;
    flex-shrink: 0;
    opacity: .75;
    transition: opacity .15s;
    position: relative;
    overflow: hidden;
}

.lpl-shell .sb-ico-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,rgba(255,255,255,.12) 0%,transparent 60%);
    border-radius: inherit;
    pointer-events: none;
}

.lpl-shell .sb-ico-wrap svg {
    width: 14px;
    height: 14px;
    overflow: visible;
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: filter .3s, opacity .3s;
}

.lpl-shell .sb-item:hover .sb-ico-wrap,
.lpl-shell .sb-item.on .sb-ico-wrap {
    opacity: 1;
}

.lpl-shell .sb-item:hover .sb-ico-wrap svg,
.lpl-shell .sb-item.on .sb-ico-wrap svg {
    opacity: 1;
    filter: drop-shadow(0 0 6px var(--ic)) drop-shadow(0 0 12px var(--ic));
}

.lpl-shell .sb-item-name {
    flex: 1;
    line-height: 1;
    text-decoration: none !important;
}

.lpl-shell .sb-badge {
    margin-left: auto;
    flex-shrink: 0;
    font-size: .46rem;
    font-weight: 800;
    letter-spacing: .05em;
    background: rgba(255,255,255,.1);
    color: rgba(255,255,255,.58);
    padding: 3px 7px;
    border-radius: 100px;
    min-width: 22px;
    text-align: center;
    text-transform: uppercase;
}

.lpl-shell .sb-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-left: auto;
    flex-shrink: 0;
    animation: blink 2.2s ease infinite;
}

.lpl-shell .sb-area-code {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: var(--dark3);
    border: 1px solid var(--dark-b1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .52rem;
    font-weight: 800;
    letter-spacing: .04em;
    color: var(--dark-tx2);
    flex-shrink: 0;
}

.lpl-shell .sb-nl {
    padding: 12px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 8px;
    margin: 8px 12px;
}

.lpl-shell .sb-nl-label {
    font-size: .58rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: rgba(255,255,255,.5);
    margin-bottom: 3px;
}

.lpl-shell .sb-nl-sub {
    font-size: .58rem;
    color: rgba(255,255,255,.35);
    margin-bottom: 8px;
    line-height: 1.4;
}

.lpl-shell .sb-nl-form {
    display: flex;
    gap: 5px;
}

.lpl-shell .sb-nl-form input {
    flex: 1;
    min-width: 0;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 5px;
    padding: 7px 8px;
    font-size: .62rem;
    color: #fff;
    outline: none;
}

.lpl-shell .sb-nl-form button {
    background: var(--dc-red);
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: .62rem;
    font-weight: 700;
    padding: 7px 10px;
}

.lpl-shell .sb-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    padding: 8px 12px 4px;
}

.lpl-shell .sb-footer a {
    font-size: .58rem;
    color: rgba(255,255,255,.3);
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: .35; }
}

@media (max-width: 900px) {
    .lpl-shell .SB {
        display: none;
    }

    .lpl-shell .lpl-shell-main {
        margin-left: 0;
    }
}

/* =============================================
   LAYOUT UTILITIES
   ============================================= */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.container--narrow {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 2rem;
}

.text-center { text-align: center; }

.accent { color: var(--accent); }


/* =============================================
   RESPONSIVE TYPOGRAPHY
   ============================================= */

@media (max-width: 768px) {
    h1 { font-size: 2.5rem; }
    h2 { font-size: 1.75rem; }
    h3 { font-size: 1.25rem; }
    .container,
    .container--narrow { padding: 0 1.5rem; }
}

@media (max-width: 480px) {
    h1 { font-size: 2rem; }
    h2 { font-size: 1.5rem; }
    .container,
    .container--narrow { padding: 0 1.25rem; }
}

/* LVP shell authority: real MCR-style sidebar, logo-only mobile header. */
.lpl-mobile-header {
    display: none;
}

.lpl-shell .SB {
    display: block !important;
}

.lpl-shell .lpl-shell-main {
    margin-left: var(--sb-w) !important;
}

.lpl-shell .lpl-sb-brand .sb-logo-img {
    transform: scaleX(-1);
}

.lpl-shell .lpl-sb-brand {
    grid-template-columns: 1fr !important;
    justify-items: center;
    gap: 0;
    padding: 2px 0 12px;
}

.home .logo-section,
.home .site-logo {
    display: none !important;
}

@media (max-width: 900px) {
    body.lpl-coming-soon {
        padding-top: 56px;
    }

    .lpl-mobile-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 56px;
        background: #000;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .lpl-mobile-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 56px;
    }

    .lpl-mobile-logo img {
        width: 44px;
        height: 44px;
        object-fit: contain;
    }

    .lpl-shell .SB {
        display: none !important;
    }

    .lpl-shell .lpl-shell-main {
        margin-left: 0 !important;
    }
}

/* LVP homepage authority: fixed Liverpool hero and launch form styling. */
.lpl-shell .hero-section {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #020203;
}

.lpl-shell .hero-image-bg {
    position: absolute;
    inset: 0;
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/Liverpool_Pier_Head.jpg/1600px-Liverpool_Pier_Head.jpg");
    background-size: cover;
    background-position: center 38%;
    transform: scale(1.01);
}

.lpl-shell .hero-video-bg {
    display: none !important;
}

.lpl-shell .hero-bg-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.28) 44%, rgba(0,0,0,.92) 82%, #000 100%),
        linear-gradient(90deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.04) 44%, rgba(0,0,0,.1) 100%);
}

.lpl-shell .hero-section .container {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-bottom: 86px;
}

.lpl-shell .hero-content {
    max-width: 820px;
}

.lpl-shell .hero-heading {
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(4rem, 6vw, 6.4rem);
    line-height: .98;
    font-weight: 900;
    letter-spacing: 0;
}

.lpl-shell .hero-subheading {
    max-width: 880px;
    margin: 0 0 22px;
    color: rgba(255,255,255,.9);
    font-size: 1.18rem;
    line-height: 1.5;
}

.lpl-shell .newsletter-section,
.lpl-shell .cta-section {
    position: relative;
    z-index: 2;
}

.lpl-shell .newsletter-form {
    width: min(100%, 620px);
}

.lpl-shell .newsletter-form .form-group {
    display: flex;
    gap: 8px;
    align-items: stretch;
    width: 100%;
}

.lpl-shell .newsletter-form input[type="email"] {
    flex: 1;
    min-width: 0;
    height: 46px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 7px;
    background: rgba(255,255,255,.07);
    color: #fff;
    padding: 0 16px;
    font-size: .96rem;
    box-shadow: none;
}

.lpl-shell .newsletter-form input[type="email"]::placeholder {
    color: rgba(255,255,255,.45);
}

.lpl-shell .newsletter-form input[type="email"]:focus {
    border-color: rgba(255,255,255,.34);
    background: rgba(255,255,255,.1);
}

.lpl-shell .newsletter-form .btn,
.lpl-shell .newsletter-form button {
    height: 46px;
    border: 0;
    border-radius: 7px;
    background: #f21b2d;
    color: #fff;
    padding: 0 22px;
    font-weight: 800;
    white-space: nowrap;
}

.lpl-shell .form-note {
    margin: 10px 0 0;
    color: rgba(255,255,255,.66);
    font-size: .78rem;
}

.lpl-shell-main svg {
    max-width: 28px;
    max-height: 28px;
    flex: 0 0 auto;
}

.lpl-shell .city-tools-strip {
    margin-top: 28px;
}

.lpl-shell .city-tools-label {
    margin: 0 0 12px;
    color: rgba(255,255,255,.62);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lpl-shell .city-tools-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.lpl-shell .city-tool {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 8px;
    background: rgba(255,255,255,.045);
    color: #fff;
    padding: 8px 12px;
    font-size: .86rem;
    font-weight: 800;
}

.lpl-shell .city-tool svg {
    width: 18px !important;
    height: 18px !important;
    display: block;
    stroke-width: 2;
}

.lpl-shell .features-section,
.lpl-shell .vision-section,
.lpl-shell .seo-section,
.lpl-shell .cta-section {
    padding: 88px 0;
    background: #000;
}

.lpl-shell .section-header {
    max-width: 780px;
    margin: 0 auto 34px;
}

.lpl-shell .section-intro {
    color: rgba(255,255,255,.72);
    font-size: 1.04rem;
}

.lpl-shell .features-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.lpl-shell .feature-card {
    min-height: 190px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 18px;
    background:
        radial-gradient(circle at 16% 18%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
    padding: 22px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.lpl-shell .feature-card h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 1.05rem;
}

.lpl-shell .feature-card p {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: .9rem;
}

.lpl-shell .card-pip {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--accent);
    box-shadow: 0 0 18px var(--accent);
}

.lpl-shell .feature-card--food .card-pip { background: #22c55e; box-shadow: 0 0 18px #22c55e; }
.lpl-shell .feature-card--nightlife .card-pip { background: #fb923c; box-shadow: 0 0 18px #fb923c; }
.lpl-shell .feature-card--music .card-pip { background: #ef4444; box-shadow: 0 0 18px #ef4444; }
.lpl-shell .feature-card--sport .card-pip { background: #3b82f6; box-shadow: 0 0 18px #3b82f6; }
.lpl-shell .feature-card--culture .card-pip { background: #a855f7; box-shadow: 0 0 18px #a855f7; }
.lpl-shell .feature-card--stories .card-pip { background: #facc15; box-shadow: 0 0 18px #facc15; }
.lpl-shell .feature-card--tv .card-pip { background: #14b8a6; box-shadow: 0 0 18px #14b8a6; }

.lpl-shell .vision-section {
    position: relative;
    overflow: hidden;
}

.lpl-shell .vision-bg-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: .16;
}

.lpl-shell .vision-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #000 0%, rgba(0,0,0,.84) 52%, rgba(0,0,0,.64) 100%);
}

.lpl-shell .vision-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
    gap: 42px;
    align-items: center;
}

.lpl-shell .vision-text p,
.lpl-shell .seo-section p {
    color: rgba(255,255,255,.72);
}

.lpl-shell .vision-stats {
    display: grid;
    gap: 12px;
}

.lpl-shell .stat-card {
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 18px;
    background: rgba(255,255,255,.055);
    padding: 24px;
}

.lpl-shell .stat-number {
    display: block;
    color: #fff;
    font-size: 3rem;
    font-weight: 950;
    line-height: 1;
}

.lpl-shell .stat-label {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.58);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.lpl-shell .seo-section h3 {
    margin-top: 28px;
}

.lpl-shell .cta-intro {
    max-width: 620px;
    margin: 0 auto;
    color: rgba(255,255,255,.76);
}

.lpl-shell .cta-section {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.lpl-shell .cta-image-bg {
    position: absolute;
    inset: 0;
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/Liverpool_Pier_Head.jpg/1600px-Liverpool_Pier_Head.jpg");
    background-size: cover;
    background-position: center 42%;
    opacity: .28;
}

.lpl-shell .cta-video-bg {
    display: none !important;
}

.lpl-shell .cta-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #000 0%, rgba(0,0,0,.82) 40%, #000 100%);
}

.lpl-shell .cta-inner {
    position: relative;
    z-index: 2;
}

.lpl-shell .cta-section .newsletter-form {
    margin: 22px auto 0;
}

@media (max-width: 900px) {
    .lpl-shell .hero-section {
        min-height: 680px;
    }

    .lpl-shell .hero-section .container {
        padding-bottom: 54px;
    }

    .lpl-shell .hero-heading {
        font-size: 3rem;
    }

    .lpl-shell .features-grid,
    .lpl-shell .vision-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .lpl-shell .newsletter-form .form-group {
        flex-direction: column;
    }

    .lpl-shell .newsletter-form .btn,
    .lpl-shell .newsletter-form button {
        width: 100%;
    }
}

.dotcity-coming-soon .sb-item.is-locked,
.dotcity-coming-soon .lpl-footer-col.is-muted a,
.dotcity-coming-soon .lpl-footer-col a[aria-disabled="true"] {
    opacity: .46;
    cursor: default;
}

.dotcity-coming-soon .sb-item.is-live,
.dotcity-coming-soon .sb-item.on {
    opacity: 1;
}

.dotcity-coming-soon .sb-item.is-locked:hover {
    opacity: .58;
    transform: none;
}

.dotcity-coming-soon .dotcity-wordmark,
.dotcity-coming-soon .dotcity-footer-brand strong,
.dotcity-coming-soon .dotcity-mobile-wordmark strong {
    color: #fff;
    font-weight: 950;
    letter-spacing: -.04em;
    line-height: .9;
}

.dotcity-coming-soon .dotcity-wordmark {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 6px 8px;
    font-size: 1.65rem;
}

.dotcity-coming-soon .dotcity-wordmark span,
.dotcity-coming-soon .dotcity-footer-brand span,
.dotcity-coming-soon .dotcity-mobile-wordmark span {
    color: var(--accent);
}

.dotcity-coming-soon .dotcity-brand-logo {
    display: block;
    width: auto;
    height: auto;
    object-fit: contain;
}

.dotcity-coming-soon .dotcity-brand-logo--sidebar {
    max-width: 126px;
    max-height: 104px;
    margin: 0 auto;
}

.dotcity-coming-soon .dotcity-brand-logo--lvp.dotcity-brand-logo--sidebar {
    max-width: 120px;
    max-height: 96px;
}

.dotcity-coming-soon .dotcity-brand-logo--shf.dotcity-brand-logo--sidebar {
    max-width: 122px;
    max-height: 102px;
}

.dotcity-coming-soon .dotcity-brand-logo--soton.dotcity-brand-logo--sidebar {
    max-width: 112px;
    max-height: 102px;
}

.dotcity-coming-soon .dotcity-brand-logo--mobile {
    max-width: 84px;
    max-height: 48px;
}

.dotcity-coming-soon .dotcity-brand-logo--footer {
    max-width: 168px;
    max-height: 138px;
    margin-bottom: 14px;
}

.dotcity-coming-soon .dotcity-footer-brand strong {
    display: block;
    margin-bottom: 12px;
    font-size: 2rem;
}

.dotcity-coming-soon .dotcity-mobile-wordmark {
    width: auto;
    padding: 0 16px;
    text-decoration: none;
}

.dotcity-coming-soon .dotcity-mobile-wordmark strong {
    font-size: 1.25rem;
}

.dotcity-coming-soon .dotcity-lock {
    display: inline-flex;
    margin-top: 12px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.55);
    font-size: .58rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.dotcity-coming-soon .dotcity-locked-card {
    opacity: .78;
}

.dotcity-coming-soon .dotcity-hero-bg {
    background-image:
        linear-gradient(135deg, color-mix(in srgb, var(--accent) 20%, transparent), transparent),
        url("https://images.unsplash.com/photo-1519608487953-e999c86e7455?w=1600&q=70&fit=crop&auto=format");
}
