/* Queens Chimney & Masonry -- the block sheet.
   Streetlamp gold and 7-line violet over asphalt char; stoop-concrete cream ground. */
:root
{ --qn3-brick: #B04920;
    --qn3-brick-dark: #853414;
    --qn3-ember: #D4A32F;
    --qn3-ember-glow: #EFD68A;
    --qn3-coast: #6D4B8C;
    --qn3-charcoal: #171512;
    --qn3-charcoal-2: #221E19;
    --qn3-charcoal-3: #302B23;
    --qn3-cream: #F5F1E9;
    --qn3-cream-2: #ECE6D7;
    --qn3-ink: #191612;
    --qn3-muted: #6E665B;
    --qn3-line: rgba(23,21,19,.12);
    --qn3-gold: #D1A733;
    --qn3-green-ok: #36814E;
    --qn3-radius: 16px;
    --qn3-radius-lg: 26px;
    --qn3-shadow-sm: 0 4px 14px rgba(23,21,19,.08);
    --qn3-shadow: 0 14px 40px rgba(23,21,19,.14);
    --qn3-shadow-lg: 0 30px 70px rgba(23,21,19,.26);
    --qn3-wrap: 1200px;
    --qn3-font: 'Inter Tight',system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
    --qn3-display: 'League Gothic','Arial Narrow',var(--qn3-font);
    --qn3-header-h: 76px;
}

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

html
{ scroll-behavior: smooth;
    scroll-padding-top: 90px;
    -webkit-text-size-adjust: 100%;
}

body
{ margin: 0;
    font-family: var(--qn3-font);
    color: var(--qn3-ink);
    background: var(--qn3-cream);
    font-size: 17px;
    line-height: 1.65;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

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

a
{ color: var(--qn3-brick);
    text-decoration: none;
}

a:hover
{ color: var(--qn3-brick-dark);
}

button
{ font-family: inherit;
}

h1,h2,h3,h4
{ font-family: var(--qn3-display);
    font-weight: 700;
    line-height: 1.08;
    margin: 0 0 .5em;
    letter-spacing: .4px;
    text-transform: uppercase;
}

h1
{ font-size: clamp(2.15rem,5.4vw,4.15rem);
}

h2
{ font-size: clamp(1.85rem,3.9vw,3rem);
}

h3
{ font-size: clamp(1.15rem,1.7vw,1.45rem);
}

p
{ margin: 0 0 1.1em;
}

.blockspan5
{ width: min(var(--qn3-wrap),92%);
    margin-inline: auto;
}

.midblock5
{ text-align: center;
}

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

.sidealley-link5
{ position: absolute;
    left: -9999px;
    top: 0;
    background: var(--qn3-brick);
    color: #fff;
    padding: 12px 20px;
    z-index: 9999;
}

.sidealley-link5:focus
{ left: 10px;
    top: 10px;
}

:focus-visible
{ outline: 3px solid var(--qn3-ember);
    outline-offset: 3px;
}

#bg-fx-qn
{ position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

#emberCanvas-qn
{ position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .55;
}

.steamgrate5
{ position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: .34;
    will-change: transform;
}

.steamgrate5-a
{ width: 520px;
    height: 520px;
    background: radial-gradient(circle at 30% 30%,var(--qn3-ember),transparent 68%);
    top: -140px;
    left: -120px;
    animation: float1 26s ease-in-out infinite;
}

.steamgrate5-b
{ width: 640px;
    height: 640px;
    background: radial-gradient(circle at 60% 40%,var(--qn3-brick),transparent 66%);
    top: 38%;
    right: -220px;
    animation: float2 32s ease-in-out infinite;
}

.steamgrate5-c
{ width: 420px;
    height: 420px;
    background: radial-gradient(circle at 50% 50%,var(--qn3-gold),transparent 65%);
    bottom: -120px;
    left: 22%;
    animation: float3 29s ease-in-out infinite;
}

@keyframes float1
{
    0%,100%
    { transform: translate3d(0,0,0) scale(1);
    }
    50%
    { transform: translate3d(90px,120px,0) scale(1.16);
    }
}

@keyframes float2
{
    0%,100%
    { transform: translate3d(0,0,0) scale(1.05);
    }
    50%
    { transform: translate3d(-120px,-90px,0) scale(.9);
    }
}

@keyframes float3
{
    0%,100%
    { transform: translate3d(0,0,0) scale(.95);
    }
    50%
    { transform: translate3d(70px,-110px,0) scale(1.2);
    }
}

main,header,footer,.wireruns5
{ position: relative;
    z-index: 1;
}

.buzzcord5
{ --qn3-bg: var(--qn3-brick);
    --qn3-fg: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    background: var(--qn3-bg);
    color: var(--qn3-fg);
    font-weight: 700;
    font-size: 1.02rem;
    padding: 16px 30px;
    border-radius: 60px;
    border: 0;
    cursor: pointer;
    letter-spacing: .3px;
    box-shadow: 0 10px 26px rgba(178,58,33,.32);
    transition: transform .22s cubic-bezier(.2,.8,.3,1),box-shadow .22s,background .22s;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.buzzcord5:hover
{ transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(178,58,33,.42);
    color: #fff;
}

.buzzcord5:active
{ transform: translateY(-1px);
}

.buzzcord5::after
{ content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(100deg,transparent,rgba(255,255,255,.42),transparent);
    transform: skewX(-18deg);
    animation: sheen 4.5s ease-in-out infinite;
}

@keyframes sheen
{
    0%,72%
    { left: -60%;
    }
    88%,100%
    { left: 135%;
    }
}

.buzzcord5-brick
{ --qn3-bg: linear-gradient(135deg,var(--qn3-ember),var(--qn3-brick));
    box-shadow: 0 10px 26px rgba(240,128,60,.4);
}

.buzzcord5-faded
{ --qn3-bg: transparent;
    --qn3-fg: #fff;
    border: 2px solid rgba(255,255,255,.6);
    box-shadow: none;
}

.buzzcord5-faded:hover
{ background: rgba(255,255,255,.12);
    box-shadow: none;
}

.buzzcord5-asphalt
{ --qn3-bg: var(--qn3-charcoal);
    box-shadow: 0 10px 26px rgba(23,21,19,.3);
}

.buzzcord5-wide
{ padding: 19px 38px;
    font-size: 1.12rem;
}

.buzzcord5-fullrow
{ display: flex;
    width: 100%;
}

.wireruns5
{ background: var(--qn3-charcoal);
    color: #D9D3C4;
    font-size: .86rem;
    letter-spacing: .3px;
}

.wireruns5 .blockspan5
{ display: flex;
    flex-wrap: wrap;
    gap: 8px 26px;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0;
}

.wireruns5 b
{ color: #fff;
}

.wireruns5 .wr5-chip
{ display: inline-flex;
    align-items: center;
    gap: 7px;
}

.lamppost-dot5
{ width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #35C26F;
    box-shadow: 0 0 0 0 rgba(73,199,126,.7);
    animation: pulseDot 2s infinite;
}

@keyframes pulseDot
{
    70%
    { box-shadow: 0 0 0 9px rgba(73,199,126,0);
    }
    100%
    { box-shadow: 0 0 0 0 rgba(73,199,126,0);
    }
}

.shopgate5
{ position: sticky;
    top: 0;
    z-index: 900;
    background: rgba(246,240,231,.86);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--qn3-line);
    transition: box-shadow .3s,background .3s;
}

.shopgate5.curbworn
{ box-shadow: 0 8px 30px rgba(23,21,19,.13);
    background: rgba(246,240,231,.96);
}

.shopgate5 .blockspan5
{ width: min(1360px,94%);
}

.frontdesk5
{ display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: var(--qn3-header-h);
}

.shopseal5
{ display: flex;
    align-items: center;
    gap: 12px;
    color: var(--qn3-ink);
    flex: 0 0 auto;
}

.shopseal5:hover
{ color: var(--qn3-ink);
}

.shopseal5-plate
{ width: 46px;
    height: 46px;
    flex: 0 0 auto;
    filter: drop-shadow(0 4px 8px rgba(178,58,33,.3));
}

.shopseal5-slip
{ display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.shopseal5-slip strong
{ font-family: var(--qn3-display);
    font-size: 1.06rem;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.shopseal5-slip span
{ font-size: .7rem;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--qn3-brick);
    font-weight: 600;
}

.hallway5
{ display: flex;
    align-items: center;
    gap: 22px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hallway5 a
{ color: var(--qn3-ink);
    font-weight: 600;
    font-size: .92rem;
    white-space: nowrap;
    position: relative;
    padding: 6px 0;
}

.hallway5 a::after
{ content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: var(--qn3-brick);
    transition: width .28s;
}

.hallway5 a:hover::after,.hallway5 a.onrounds::after
{ width: 100%;
}

.frontdesk5-drive
{ display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
}

.frontdesk5-digits
{ display: flex;
    flex-direction: column;
    line-height: 1.1;
    text-align: right;
}

.frontdesk5-digits small
{ font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: var(--qn3-muted);
}

.frontdesk5-digits b
{ font-family: var(--qn3-display);
    font-size: 1.22rem;
    color: var(--qn3-brick);
}

.gatelatch5
{ display: none;
    width: 48px;
    height: 44px;
    border: 1px solid var(--qn3-line);
    background: #fff;
    border-radius: 12px;
    cursor: pointer;
    padding: 0;
    position: relative;
}

.gatelatch5 span
{ position: absolute;
    left: 13px;
    width: 22px;
    height: 2px;
    background: var(--qn3-ink);
    transition: .3s;
}

.gatelatch5 span:nth-child(1)
{ top: 15px;
}

.gatelatch5 span:nth-child(2)
{ top: 21px;
}

.gatelatch5 span:nth-child(3)
{ top: 27px;
}

.gatelatch5[aria-expanded="true"] span:nth-child(1)
{ top: 21px;
    transform: rotate(45deg);
}

.gatelatch5[aria-expanded="true"] span:nth-child(2)
{ opacity: 0;
}

.gatelatch5[aria-expanded="true"] span:nth-child(3)
{ top: 21px;
    transform: rotate(-45deg);
}

.stoopfront5
{ position: relative;
    color: #fff;
    padding: clamp(56px,8vw,104px) 0 clamp(70px,9vw,120px);
    overflow: hidden;
    isolation: isolate;
}

.stoopfront5-haze
{ position: absolute;
    inset: 0;
    z-index: -2;
}

.stoopfront5-haze img
{ width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.06);
    animation: kenburns 24s ease-in-out infinite alternate;
}

@keyframes kenburns
{
    to
    { transform: scale(1.17) translate3d(-1.5%,-1.5%,0);
    }
}

.stoopfront5::before
{ content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(100deg,rgba(18,14,12,.95) 0%,rgba(26,18,14,.86) 38%,rgba(181,57,31,.6) 74%,rgba(242,145,63,.42) 100%);
}

.stoopfront5-lots
{ display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 52px;
    align-items: center;
}

.curbmark5
{ display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.26);
    color: #fff;
    padding: 8px 17px;
    border-radius: 60px;
    font-size: .79rem;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 22px;
    backdrop-filter: blur(6px);
}

.stoopfront5 h1
{ color: #fff;
    text-shadow: 0 6px 30px rgba(0,0,0,.4);
}

.stoopfront5 h1 .lampgold5
{ color: var(--qn3-ember-glow);
    display: inline-block;
}

.stoopfront5-deck
{ font-size: clamp(1.02rem,1.5vw,1.2rem);
    color: #E9E3D4;
    max-width: 610px;
}

.stoopfront5-cords
{ display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 30px 0 26px;
}

.stoopfront5-stamps
{ display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .92rem;
    color: #E5DFD0;
}

.stoopfront5-stamps li
{ display: flex;
    align-items: center;
    gap: 8px;
}

.punchtick5
{ width: 20px;
    height: 20px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: rgba(73,199,126,.2);
    display: grid;
    place-items: center;
}

.punchtick5 svg
{ width: 12px;
    height: 12px;
    stroke: #57DE8F;
    fill: none;
    stroke-width: 3;
}

.onceover5
{ background: linear-gradient(160deg,rgba(255,255,255,.98),rgba(246,240,231,.94));
    color: var(--qn3-ink);
    border-radius: var(--qn3-radius-lg);
    padding: 30px 28px;
    box-shadow: var(--qn3-shadow-lg);
    border: 1px solid rgba(255,255,255,.6);
    position: relative;
    animation: floaty 6.5s ease-in-out infinite;
}

@keyframes floaty
{
    0%,100%
    { transform: translateY(0);
    }
    50%
    { transform: translateY(-13px);
    }
}

.onceover5-decal
{ position: absolute;
    top: -18px;
    right: -10px;
    background: var(--qn3-brick);
    color: #fff;
    font-family: var(--qn3-display);
    font-size: .82rem;
    letter-spacing: 1.4px;
    padding: 9px 16px;
    border-radius: 40px;
    box-shadow: 0 8px 20px rgba(178,58,33,.4);
    text-transform: uppercase;
    animation: wobble 5s ease-in-out infinite;
}

@keyframes wobble
{
    0%,100%
    { transform: rotate(-3deg);
    }
    50%
    { transform: rotate(3deg);
    }
}

.onceover5-zipline
{ font-family: var(--qn3-display);
    font-size: clamp(3.4rem,7vw,4.6rem);
    line-height: 1;
    color: var(--qn3-brick);
    display: flex;
    align-items: flex-start;
    gap: 4px;
    justify-content: center;
    margin: 6px 0 2px;
}

.onceover5-zipline sup
{ font-size: .42em;
    margin-top: .32em;
}

.onceover5 h2
{ font-size: 1.32rem;
    margin-bottom: 4px;
    text-align: center;
}

.onceover5 .onceover5-caption
{ text-align: center;
    color: var(--qn3-muted);
    font-size: .9rem;
    margin-bottom: 16px;
}

.onceover5-rungs
{ list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: grid;
    gap: 9px;
    font-size: .95rem;
}

.onceover5-rungs li
{ display: flex;
    gap: 10px;
    align-items: flex-start;
}

.onceover5-rungs svg
{ width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin-top: 3px;
    stroke: var(--qn3-brick);
    fill: none;
    stroke-width: 3;
}

.onceover5-smallprint
{ font-size: .76rem;
    color: var(--qn3-muted);
    text-align: center;
    margin: 12px 0 0;
    line-height: 1.5;
}

.elline5
{ background: var(--qn3-charcoal-2);
    color: #C9C4B4;
    overflow: hidden;
    padding: 13px 0;
    border-block: 1px solid rgba(255,255,255,.07);
}

.elline5-cars
{ display: flex;
    gap: 52px;
    white-space: nowrap;
    width: max-content;
    animation: scrollX 34s linear infinite;
    font-family: var(--qn3-display);
    letter-spacing: 2px;
    font-size: .94rem;
    text-transform: uppercase;
}

.elline5-cars span
{ display: inline-flex;
    align-items: center;
    gap: 12px;
}

.elline5-cars b
{ color: var(--qn3-ember);
}

@keyframes scrollX
{
    to
    { transform: translateX(-50%);
    }
}

section
{ padding: clamp(56px,7vw,100px) 0;
    position: relative;
}

.blockhead5
{ max-width: 760px;
    margin: 0 auto 52px;
}

.blockhead5.westcurb5
{ margin-inline: 0;
}

.stoopflag5
{ display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--qn3-brick);
    font-weight: 800;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-size: .78rem;
    margin-bottom: 14px;
}

.stoopflag5::before
{ content: "";
    width: 28px;
    height: 2px;
    background: var(--qn3-brick);
}

.frontwalk5
{ font-size: 1.06rem;
    color: var(--qn3-muted);
}

.tone-stoopcream
{ background: linear-gradient(180deg,rgba(237,227,213,.75),rgba(246,240,231,.4));
}

.tone-nightlot5
{ background: var(--qn3-charcoal);
    color: #DCD6C7;
}

.tone-nightlot5 h2,.tone-nightlot5 h3
{ color: #fff;
}

.tone-nightlot5 .frontwalk5
{ color: #B5B0A0;
}

.tone-nightlot5 .stoopflag5
{ color: var(--qn3-ember-glow);
}

.tone-nightlot5 .stoopflag5::before
{ background: var(--qn3-ember);
}

.meterboard5
{ display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 22px;
}

.meterboard5-cell
{ background: #fff;
    border-radius: var(--qn3-radius);
    padding: 26px 20px;
    text-align: center;
    box-shadow: var(--qn3-shadow-sm);
    border: 1px solid var(--qn3-line);
    transition: transform .3s,box-shadow .3s;
}

.meterboard5-cell:hover
{ transform: translateY(-7px);
    box-shadow: var(--qn3-shadow);
}

.meterboard5-cell b
{ display: block;
    font-family: var(--qn3-display);
    font-size: clamp(2rem,3.6vw,2.9rem);
    color: var(--qn3-brick);
    line-height: 1;
}

.meterboard5-cell span
{ font-size: .87rem;
    color: var(--qn3-muted);
    letter-spacing: .6px;
}

.tradebay5-lots
{ display: grid;
    grid-template-columns: repeat(auto-fit,minmax(295px,1fr));
    gap: 26px;
}

.tradebay5
{ background: #fff;
    border-radius: var(--qn3-radius-lg);
    overflow: hidden;
    box-shadow: var(--qn3-shadow-sm);
    border: 1px solid var(--qn3-line);
    display: flex;
    flex-direction: column;
    transition: transform .35s cubic-bezier(.2,.8,.3,1),box-shadow .35s;
}

.tradebay5:hover
{ transform: translateY(-10px);
    box-shadow: var(--qn3-shadow-lg);
}

.tradebay5-window
{ position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: var(--qn3-charcoal-3);
}

.tradebay5-window img
{ width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2,.8,.3,1);
}

.tradebay5:hover .tradebay5-window img
{ transform: scale(1.09);
}

.tradebay5-window::after
{ content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,transparent 42%,rgba(20,16,14,.72));
}

.tradebay5-decal
{ position: absolute;
    left: 18px;
    bottom: 16px;
    z-index: 2;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: var(--qn3-brick);
    display: grid;
    place-items: center;
    box-shadow: 0 8px 20px rgba(178,58,33,.45);
}

.tradebay5-decal svg
{ width: 24px;
    height: 24px;
    stroke: #fff;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tradebay5-ledger
{ padding: 24px 24px 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.tradebay5-ledger h3
{ margin-bottom: 8px;
}

.tradebay5-ledger p
{ font-size: .95rem;
    color: var(--qn3-muted);
    margin-bottom: 16px;
}

.tradebay5-ledger ul
{ list-style: none;
    margin: 0 0 18px;
    padding: 0;
    font-size: .9rem;
    display: grid;
    gap: 6px;
}

.tradebay5-ledger li
{ display: flex;
    gap: 9px;
    align-items: flex-start;
    color: #48443C;
}

.tradebay5-ledger li::before
{ content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--qn3-ember);
    flex: 0 0 auto;
    margin-top: 8px;
}

.tradebay5-cord
{ margin-top: auto;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .95rem;
}

.tradebay5-cord svg
{ width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.4;
    transition: transform .3s;
}

.tradebay5:hover .tradebay5-cord svg
{ transform: translateX(5px);
}

.signboard5-lots
{ display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: center;
}

.signboard5-posts
{ display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.signboard5-posts li
{ display: flex;
    gap: 15px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    padding: 16px 18px;
    align-items: flex-start;
    transition: transform .3s,border-color .3s,background .3s;
}

.signboard5-posts li:hover
{ transform: translateX(7px);
    border-color: rgba(240,128,60,.55);
    background: rgba(240,128,60,.08);
}

.signboard5-posts .sb5
{ width: 38px;
    height: 38px;
    flex: 0 0 auto;
    border-radius: 11px;
    background: rgba(240,128,60,.16);
    display: grid;
    place-items: center;
}

.signboard5-posts .sb5 svg
{ width: 20px;
    height: 20px;
    stroke: var(--qn3-ember-glow);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.signboard5-posts b
{ display: block;
    color: #fff;
    font-family: var(--qn3-display);
    letter-spacing: .5px;
    font-size: 1.02rem;
    text-transform: uppercase;
}

.signboard5-posts span
{ font-size: .92rem;
    color: #B1AC9B;
}

.signboard5-window
{ position: relative;
    border-radius: var(--qn3-radius-lg);
    overflow: hidden;
    box-shadow: var(--qn3-shadow-lg);
}

.signboard5-window img
{ width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
}

.signboard5-chalk
{ position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    background: rgba(23,21,19,.82);
    backdrop-filter: blur(9px);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 16px;
    padding: 16px 18px;
    color: #fff;
}

.signboard5-chalk b
{ font-family: var(--qn3-display);
    display: block;
    color: var(--qn3-ember-glow);
    letter-spacing: 1px;
}

.signboard5-chalk span
{ font-size: .88rem;
    color: #C5C0B0;
}

.routerow5
{ display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px;
    counter-reset: step;
    position: relative;
}

.routerow5-stop
{ background: #fff;
    border-radius: var(--qn3-radius);
    padding: 34px 24px 26px;
    box-shadow: var(--qn3-shadow-sm);
    border: 1px solid var(--qn3-line);
    position: relative;
    transition: transform .35s,box-shadow .35s;
}

.routerow5-stop:hover
{ transform: translateY(-8px);
    box-shadow: var(--qn3-shadow);
}

.routerow5-stamp
{ position: absolute;
    top: -20px;
    left: 24px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(140deg,var(--qn3-ember),var(--qn3-brick));
    color: #fff;
    font-family: var(--qn3-display);
    font-size: 1.3rem;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 22px rgba(178,58,33,.35);
}

.routerow5-stop h3
{ font-size: 1.12rem;
    margin-top: 8px;
}

.routerow5-stop p
{ font-size: .93rem;
    color: var(--qn3-muted);
    margin: 0;
}

.blockbook5
{ display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
}

.blockbook5-page
{ position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--qn3-shadow-sm);
    aspect-ratio: 1;
    background: var(--qn3-charcoal-3);
}

.blockbook5-page:nth-child(1),.blockbook5-page:nth-child(6)
{ grid-row: span 2;
    aspect-ratio: 1/2.06;
}

.blockbook5-page img
{ width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.2,.8,.3,1);
}

.blockbook5-page:hover img
{ transform: scale(1.1);
}

.blockbook5-page figcaption
{ position: absolute;
    inset: auto 0 0 0;
    padding: 34px 16px 14px;
    background: linear-gradient(transparent,rgba(20,16,14,.86));
    color: #fff;
    font-size: .85rem;
    font-weight: 600;
    transform: translateY(6px);
    opacity: 0;
    transition: .35s;
}

.blockbook5-page:hover figcaption
{ transform: translateY(0);
    opacity: 1;
}

.blocknotes5
{ display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}

.blocknote5
{ background: #fff;
    border-radius: var(--qn3-radius);
    padding: 28px 26px;
    box-shadow: var(--qn3-shadow-sm);
    border: 1px solid var(--qn3-line);
    position: relative;
    transition: transform .35s,box-shadow .35s;
}

.blocknote5:hover
{ transform: translateY(-8px);
    box-shadow: var(--qn3-shadow);
}

.blocknote5 .fencequote5
{ position: absolute;
    top: 16px;
    right: 22px;
    font-family: var(--qn3-display);
    font-size: 4.2rem;
    color: rgba(178,58,33,.13);
    line-height: 1;
}

.nightrow5
{ display: flex;
    gap: 3px;
    margin-bottom: 12px;
}

.nightrow5 svg
{ width: 18px;
    height: 18px;
    fill: var(--qn3-gold);
}

.blocknote5 p
{ font-size: .98rem;
    color: #48443C;
}

.blocknote5 footer
{ display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    border-top: 1px solid var(--qn3-line);
    padding-top: 14px;
}

.cameo5q
{ width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(140deg,var(--qn3-brick),var(--qn3-ember));
    color: #fff;
    display: grid;
    place-items: center;
    font-family: var(--qn3-display);
    font-size: 1.05rem;
    flex: 0 0 auto;
}

.blocknote5 footer b
{ display: block;
    font-size: .95rem;
}

.blocknote5 footer span
{ font-size: .8rem;
    color: var(--qn3-muted);
}

.boroughboard5
{ display: flex;
    flex-wrap: wrap;
    gap: 11px;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.boroughboard5 li
{ background: #fff;
    border: 1px solid var(--qn3-line);
    border-radius: 60px;
    padding: 10px 20px;
    font-size: .92rem;
    font-weight: 600;
    box-shadow: var(--qn3-shadow-sm);
    transition: transform .25s,background .25s,color .25s,border-color .25s;
}

.boroughboard5 li:hover
{ transform: translateY(-4px);
    background: var(--qn3-brick);
    color: #fff;
    border-color: var(--qn3-brick);
}

.fence-qa
{ max-width: 880px;
    margin-inline: auto;
}

.fence-qa details
{ background: #fff;
    border: 1px solid var(--qn3-line);
    border-radius: 14px;
    margin-bottom: 12px;
    box-shadow: var(--qn3-shadow-sm);
    overflow: hidden;
    transition: box-shadow .3s;
}

.fence-qa details[open]
{ box-shadow: var(--qn3-shadow);
}

.fence-qa summary
{ cursor: pointer;
    list-style: none;
    padding: 20px 58px 20px 22px;
    font-weight: 700;
    font-size: 1.03rem;
    position: relative;
}

.fence-qa summary::-webkit-details-marker
{ display: none;
}

.fence-qa summary::after
{ content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: 2.6px solid var(--qn3-brick);
    border-bottom: 2.6px solid var(--qn3-brick);
    transform: translateY(-70%) rotate(45deg);
    transition: transform .3s;
}

.fence-qa details[open] summary::after
{ transform: translateY(-25%) rotate(-135deg);
}

.fence-qa .fence-qa-ledger
{ padding: 0 22px 20px;
    color: var(--qn3-muted);
    font-size: .97rem;
}

.fence-qa .fence-qa-ledger p:last-child
{ margin-bottom: 0;
}

.nightave5
{ position: relative;
    color: #fff;
    text-align: center;
    overflow: hidden;
    isolation: isolate;
}

.nightave5 .nightave5-haze
{ position: absolute;
    inset: 0;
    z-index: -2;
}

.nightave5 .nightave5-haze img
{ width: 100%;
    height: 100%;
    object-fit: cover;
}

.nightave5::before
{ content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(120deg,rgba(140,43,22,.94),rgba(23,21,19,.9));
}

.nightave5 h2
{ color: #fff;
    font-size: clamp(2rem,4.4vw,3.3rem);
}

.nightave5 p
{ color: #EEE8DB;
    max-width: 660px;
    margin-inline: auto;
    font-size: 1.06rem;
}

.nightave5-cords
{ display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 28px;
}

.nightave5-digits
{ display: block;
    font-family: var(--qn3-display);
    font-size: clamp(2rem,5vw,2.9rem);
    color: #fff;
    margin-top: 20px;
    letter-spacing: 1px;
}

.nightave5-digits:hover
{ color: var(--qn3-ember-glow);
}

.maspethshop5
{ display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: start;
}

.maspethshop5>*
{ min-width: 0;
}

.maspethshop5-lines a,.curbline5 address a
{ overflow-wrap: anywhere;
}

.backoffice5
{ background: #fff;
    border-radius: var(--qn3-radius-lg);
    padding: 34px 32px;
    box-shadow: var(--qn3-shadow);
    border: 1px solid var(--qn3-line);
}

.toolbag5
{ margin-bottom: 16px;
}

.toolbag5 label
{ display: block;
    font-weight: 700;
    font-size: .86rem;
    margin-bottom: 7px;
    letter-spacing: .4px;
}

.toolbag5 input,.toolbag5 select,.toolbag5 textarea
{ width: 100%;
    padding: 14px 16px;
    border: 1.6px solid var(--qn3-line);
    border-radius: 12px;
    font-size: 1rem;
    font-family: inherit;
    background: #FBF9F4;
    color: var(--qn3-ink);
    transition: border-color .25s,box-shadow .25s,background .25s;
}

.toolbag5 input:focus,.toolbag5 select:focus,.toolbag5 textarea:focus
{ outline: none;
    border-color: var(--qn3-brick);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(178,58,33,.12);
}

.toolbag5 textarea
{ resize: vertical;
    min-height: 110px;
}

.twinlot5
{ display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.backnote5
{ font-size: .79rem;
    color: var(--qn3-muted);
    margin-top: 12px;
    text-align: center;
}

.backline5
{ display: none;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: .94rem;
    margin-bottom: 16px;
}

.backline5.onroute5
{ display: block;
    background: rgba(46,125,81,.1);
    color: #36814E;
    border: 1px solid rgba(46,125,81,.3);
}

.backline5.offroute5
{ display: block;
    background: rgba(178,58,33,.1);
    color: var(--qn3-brick-dark);
    border: 1px solid rgba(178,58,33,.3);
}

.maspethshop5-lines
{ list-style: none;
    padding: 0;
    margin: 0 0 26px;
    display: grid;
    gap: 16px;
}

.maspethshop5-lines li
{ display: flex;
    gap: 16px;
    align-items: flex-start;
}

.maspethshop5-decal
{ width: 48px;
    height: 48px;
    flex: 0 0 auto;
    border-radius: 14px;
    background: rgba(178,58,33,.1);
    display: grid;
    place-items: center;
}

.maspethshop5-decal svg
{ width: 22px;
    height: 22px;
    stroke: var(--qn3-brick);
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.maspethshop5-lines b
{ display: block;
    font-family: var(--qn3-display);
    letter-spacing: .6px;
    text-transform: uppercase;
    font-size: .95rem;
}

.maspethshop5-lines a,.maspethshop5-lines span
{ color: var(--qn3-muted);
    font-size: 1rem;
}

.maspethshop5-lines a:hover
{ color: var(--qn3-brick);
}

.routesmap5
{ border-radius: var(--qn3-radius);
    overflow: hidden;
    box-shadow: var(--qn3-shadow-sm);
    border: 1px solid var(--qn3-line);
    line-height: 0;
}

.routesmap5 iframe
{ width: 100%;
    height: 290px;
    border: 0;
}

.shopwatch5
{ background: #fff;
    border: 1px solid var(--qn3-line);
    border-radius: var(--qn3-radius);
    padding: 22px 24px;
    box-shadow: var(--qn3-shadow-sm);
    margin-bottom: 26px;
}

.shopwatch5 dl
{ display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 18px;
    margin: 0;
    font-size: .95rem;
}

.shopwatch5 dt
{ font-weight: 700;
}

.shopwatch5 dd
{ margin: 0;
    text-align: right;
    color: var(--qn3-muted);
}

.curbline5
{ background: var(--qn3-charcoal);
    color: #A7A291;
    padding: 70px 0 0;
    font-size: .95rem;
}

.curbline5-lots
{ display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 38px;
    padding-bottom: 44px;
}

.curbline5 h4
{ color: #fff;
    font-size: 1rem;
    letter-spacing: 1.6px;
    margin-bottom: 18px;
}

.curbline5 a
{ color: #A7A291;
}

.curbline5 a:hover
{ color: var(--qn3-ember-glow);
}

.curbline5-lines
{ list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.curbline5-decal
{ display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #fff;
}

.curbline5-decal strong
{ font-family: var(--qn3-display);
    font-size: 1.1rem;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.curbline5-gutter
{ border-top: 1px solid rgba(255,255,255,.1);
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    justify-content: space-between;
    font-size: .84rem;
}

.streetlamp5
{ position: fixed;
    right: 22px;
    bottom: 26px;
    z-index: 950;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg,var(--qn3-brick),var(--qn3-brick-dark));
    color: #fff;
    padding: 15px 24px 15px 17px;
    border-radius: 60px;
    font-weight: 800;
    letter-spacing: .4px;
    box-shadow: 0 16px 40px rgba(178,58,33,.5);
    transition: transform .3s cubic-bezier(.2,.8,.3,1),box-shadow .3s;
}

.streetlamp5:hover
{ transform: scale(1.06) translateY(-3px);
    color: #fff;
    box-shadow: 0 22px 52px rgba(178,58,33,.6);
}

.streetlamp5 .st5-halo
{ position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}

.streetlamp5 .st5-halo::before,.streetlamp5 .st5-halo::after
{ content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.6);
    animation: ring 2.6s ease-out infinite;
}

.streetlamp5 .st5-halo::after
{ animation-delay: 1.3s;
}

@keyframes ring
{
    0%
    { transform: scale(1);
        opacity: .85;
    }
    100%
    { transform: scale(2.1);
        opacity: 0;
    }
}

.streetlamp5 svg
{ width: 20px;
    height: 20px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    animation: shake 3.2s ease-in-out infinite;
}

@keyframes shake
{
    0%,86%,100%
    { transform: rotate(0);
    }
    90%
    { transform: rotate(-14deg);
    }
    94%
    { transform: rotate(14deg);
    }
}

.streetlamp5 .st5-slip
{ display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.streetlamp5 .st5-slip small
{ font-size: .66rem;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    opacity: .85;
    font-weight: 600;
}

.streetlamp5 .st5-slip b
{ font-family: var(--qn3-display);
    font-size: 1.12rem;
    letter-spacing: .6px;
}

.stoopbar5
{ display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 960;
    background: rgba(23,21,19,.97);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255,255,255,.12);
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
}

.stoopbar5 ul
{ list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 8px;
}

.stoopbar5 a
{ display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 9px 4px;
    border-radius: 12px;
    color: #E7E1D2;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.stoopbar5 a svg
{ width: 19px;
    height: 19px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.stoopbar5 .sp5-cord
{ background: linear-gradient(135deg,var(--qn3-brick),var(--qn3-brick-dark));
    color: #fff;
    box-shadow: 0 6px 18px rgba(178,58,33,.5);
    animation: mbPulse 2.4s ease-in-out infinite;
}

@keyframes mbPulse
{
    0%,100%
    { box-shadow: 0 6px 18px rgba(178,58,33,.5);
    }
    50%
    { box-shadow: 0 6px 26px rgba(240,128,60,.85);
    }
}

.roofknob5
{ position: fixed;
    right: 26px;
    bottom: 104px;
    z-index: 940;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--qn3-charcoal);
    color: #fff;
    display: grid;
    place-items: center;
    box-shadow: var(--qn3-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .3s;
    border: 0;
    cursor: pointer;
}

.roofknob5.uptop
{ opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.roofknob5 svg
{ width: 18px;
    height: 18px;
    stroke: #fff;
    fill: none;
    stroke-width: 2.6;
}

.pulledup5
{ opacity: 0;
    transform: translateY(34px);
    transition: opacity .8s cubic-bezier(.2,.8,.3,1),transform .8s cubic-bezier(.2,.8,.3,1);
}

.pulledup5.onblock
{ opacity: 1;
    transform: none;
}

.pulledup5.qns1
{ transition-delay: .1s;
}

.pulledup5.qns2
{ transition-delay: .2s;
}

.pulledup5.qns3
{ transition-delay: .3s;
}

.pulledup5.qns4
{ transition-delay: .4s;
}

.pulledup5.qns5
{ transition-delay: .5s;
}

.pulledup5.qns6
{ transition-delay: .6s;
}

@media (max-width:1080px)
{
    .stoopfront5-lots
    { grid-template-columns: 1fr;
        gap: 44px;
    }
    .onceover5
    { max-width: 520px;
    }
    .meterboard5
    { grid-template-columns: repeat(2,1fr);
    }
    .routerow5
    { grid-template-columns: repeat(2,1fr);
        row-gap: 38px;
    }
    .blocknotes5
    { grid-template-columns: 1fr;
    }
    .curbline5-lots
    { grid-template-columns: 1fr 1fr;
    }
    .blockbook5
    { grid-template-columns: repeat(3,1fr);
    }
}

@media (max-width:1440px)
{
    .hallway5
    { gap: 18px;
    }
    .hallway5 a
    { font-size: .9rem;
    }
    .frontdesk5-digits
    { display: none;
    }
}

@media (max-width:1240px)
{
    .hallway5
    { gap: 15px;
    }
    .hallway5 a
    { font-size: .86rem;
    }
    .hallway5 li:has(.frontdesk5-dim)
    { display: none;
    }
    .frontdesk5-dim
    { display: none;
    }
}

@media (max-width:1150px)
{
    .hallway5
    { position: fixed;
        inset: var(--qn3-header-h) 0 auto 0;
        background: var(--qn3-cream);
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px 6% 26px;
        border-bottom: 1px solid var(--qn3-line);
        box-shadow: var(--qn3-shadow);
        transform: translateY(-135%);
        transition: transform .4s cubic-bezier(.2,.8,.3,1);
        max-height: calc(100vh - var(--qn3-header-h));
        overflow: auto;
    }
    .hallway5.swungout
    { transform: translateY(0);
    }
    .hallway5 li:has(.frontdesk5-dim)
    { display: block;
    }
    .frontdesk5-dim
    { display: block;
    }
    .hallway5 li
    { border-bottom: 1px solid var(--qn3-line);
    }
    .hallway5 a
    { display: block;
        padding: 15px 0;
        font-size: 1.05rem;
    }
    .gatelatch5
    { display: block;
    }
    .frontdesk5-digits
    { display: none;
    }
    .frontdesk5-drive .buzzcord5
    { padding: 12px 20px;
        font-size: .92rem;
    }
    .signboard5-lots,.maspethshop5
    { grid-template-columns: 1fr;
        gap: 34px;
    }
    .streetlamp5
    { display: none;
    }
    .stoopbar5
    { display: block;
    }
    body
    { padding-bottom: 74px;
    }
    .roofknob5
    { bottom: 88px;
        right: 16px;
    }
}

@media (max-width:640px)
{
    body
    { font-size: 16px;
    }
    .wireruns5 .blockspan5
    { justify-content: center;
        text-align: center;
        font-size: .8rem;
        gap: 6px 16px;
        padding: 7px 0;
    }
    .wireruns5 .wr5-fold,.wireruns5 .wr5-bulletin
    { display: none;
    }
    .frontdesk5-cord-slip
    { display: none;
    }
    .frontdesk5-drive .buzzcord5
    { padding: 12px 14px;
        border-radius: 50%;
    }
    .frontdesk5-drive
    { gap: 9px;
    }
    .meterboard5,.routerow5
    { grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
    .blockbook5
    { grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }
    .blockbook5-page:nth-child(1),.blockbook5-page:nth-child(6)
    { grid-row: span 1;
        aspect-ratio: 1;
    }
    .twinlot5
    { grid-template-columns: 1fr;
    }
    .backoffice5
    { padding: 26px 20px;
    }
    .curbline5-lots
    { grid-template-columns: 1fr;
        gap: 30px;
    }
    .stoopfront5-cords .buzzcord5
    { flex: 1 1 100%;
    }
    .frontdesk5
    { gap: 8px;
    }
    .shopseal5
    { min-width: 0;
        gap: 9px;
    }
    .shopseal5-plate
    { width: 38px;
        height: 38px;
    }
    .shopseal5-slip
    { min-width: 0;
    }
    .shopseal5-slip span
    { font-size: .56rem;
        letter-spacing: 1.2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .shopseal5-slip strong
    { font-size: .85rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .meterboard5 .meterboard5-cell
    { padding: 20px 12px;
    }
    .tradebay5-ledger,.backoffice5
    { overflow-wrap: break-word;
    }
}

@media (max-width:400px)
{
    .blockspan5
    { width: 94%;
    }
    .routerow5
    { grid-template-columns: 1fr;
        row-gap: 34px;
    }
    .meterboard5
    { gap: 10px;
    }
    .shopseal5-plate
    { width: 34px;
        height: 34px;
    }
    .shopseal5-slip strong
    { font-size: .8rem;
    }
    .frontdesk5-drive .buzzcord5
    { padding: 11px 13px;
    }
    .gatelatch5
    { width: 44px;
    }
}

@media (prefers-reduced-motion:reduce)
{
    *,*::before,*::after
    { animation-duration: .001ms!important;
        animation-iteration-count: 1!important;
        transition-duration: .001ms!important;
    }
    html
    { scroll-behavior: auto;
    }
    .pulledup5
    { opacity: 1;
        transform: none;
    }
}

@media print
{
    .shopgate5,.streetlamp5,.stoopbar5,.roofknob5,#bg-fx-qn,.elline5
    { display: none!important;
    }
    body
    { background: #fff;
        color: #000;
    }
}

.onceover5-zip
{ font-family: var(--qn3-display);
    font-size: clamp(3rem,6.4vw,4.3rem);
    line-height: 1;
    color: var(--qn3-brick);
    text-align: center;
    letter-spacing: 2px;
    margin: 8px 0 2px;
}

.onceover5-zip small
{ display: block;
    font-family: var(--qn3-font);
    font-size: .31em;
    letter-spacing: 3.4px;
    color: var(--qn3-coast);
    font-weight: 800;
    margin-top: 6px;
}

.onceover5 .onceover5-rungs svg
{ stroke: var(--qn3-coast);
}

.decal-zip
{ background: var(--qn3-coast);
    box-shadow: 0 8px 20px rgba(30,111,104,.42);
}

.punchtick5-violet
{ background: rgba(30,111,104,.22);
}

.punchtick5-violet svg
{ stroke: #C9B3DE;
}

.stoopaside5
{ display: flex;
    gap: 12px;
    align-items: flex-start;
    background: rgba(242,145,63,.1);
    border: 1px solid rgba(242,145,63,.34);
    border-radius: 14px;
    padding: 16px 18px;
    margin-top: 24px;
}

.stoopaside5 svg
{ width: 22px;
    height: 22px;
    flex: 0 0 auto;
    margin-top: 2px;
    stroke: var(--qn3-brick);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.stoopaside5 p
{ margin: 0;
    font-size: .94rem;
}

.foreman-card5
{ background: linear-gradient(158deg,var(--qn3-charcoal) 0%,var(--qn3-charcoal-2) 55%,#3A2815 100%);
    color: #DAD4C5;
    border-radius: var(--qn3-radius-lg);
    padding: 38px 34px;
    box-shadow: var(--qn3-shadow-lg);
    border: 1px solid rgba(255,255,255,.09);
    position: relative;
    overflow: hidden;
}

.foreman-card5::before
{ content: "";
    position: absolute;
    top: -90px;
    right: -70px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(242,145,63,.34),transparent 68%);
    filter: blur(14px);
    animation: float1 18s ease-in-out infinite;
}

.foreman-card5>*
{ position: relative;
    z-index: 1;
}

.foreman-tag5
{ display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--qn3-ember-glow);
    font-weight: 800;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-size: .74rem;
    margin-bottom: 12px;
}

.foreman-tag5::before
{ content: "";
    width: 26px;
    height: 2px;
    background: var(--qn3-ember);
}

.foreman-card5 h3
{ color: #fff;
    font-size: clamp(1.4rem,2.4vw,1.9rem);
    margin-bottom: 10px;
}

.foreman-card5 p
{ color: #B3AE9D;
    font-size: .99rem;
}

.foreman-digits5
{ display: block;
    font-family: var(--qn3-display);
    font-size: clamp(2.1rem,4.6vw,3rem);
    color: #fff;
    letter-spacing: 1px;
    margin: 20px 0 18px;
    text-align: center;
    transition: color .25s,transform .25s;
}

.foreman-digits5:hover
{ color: var(--qn3-ember-glow);
    transform: scale(1.03);
}

.foreman-watch5
{ text-align: center;
    font-size: .92rem;
    margin: 18px 0 0;
    color: #B3AE9D;
}

.foreman-watch5 strong
{ color: #fff;
}

.foreman-steps5
{ margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.12);
}

.foreman-steps5 h4
{ color: #fff;
    font-size: .92rem;
    letter-spacing: 1.8px;
    margin-bottom: 14px;
}

.foreman-steps5 ol
{ margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: ce;
    display: grid;
    gap: 12px;
}

.foreman-steps5 li
{ counter-increment: ce;
    display: flex;
    gap: 13px;
    align-items: flex-start;
    font-size: .94rem;
    color: #C1BCAB;
}

.foreman-steps5 li::before
{ content: counter(ce);
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: rgba(242,145,63,.18);
    color: var(--qn3-ember-glow);
    font-family: var(--qn3-display);
    font-size: .9rem;
    display: grid;
    place-items: center;
    margin-top: 1px;
}

@media (max-width:640px)
{
    .foreman-card5
    { padding: 28px 22px;
    }
}

.blocknote5 p
{ font-size: .95rem;
    line-height: 1.62;
}

.blocknote5 footer b
{ font-size: .92rem;
    line-height: 1.3;
}

.blocknote5 .cameo5q svg
{ display: block;
}

@media (max-width:1080px)
{
    .blocknotes5
    { gap: 22px;
    }
}

.stoopbar5 ul.sp5-pair
{ grid-template-columns: 1.7fr 1fr;
}


/* narrow-stoop allowances */
@media (max-width: 392px)
{   .shopseal5-slip strong
    {   max-width: 46vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .frontdesk5-cord
    {   padding-inline: 13px;
    }
}

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

.routerow5 > *
{   min-width: 0;
}

.routerow5-stop h3
{   overflow-wrap: anywhere;
}

.meterboard5-cell b span
{   font-size: inherit;
    color: inherit;
    letter-spacing: 0;
}
