:root{
    --paper: #f5f5f2;
    --ink: #191b19;
    --muted: #5f645e;
    --line: #d5d7d0;
    --orange: #fc4800;
    --green: #e1e8df;
    --nav-height: 96px;
    --body-font: Arial,Helvetica,sans-serif;
    scroll-behavior: smooth;
    scroll-padding-top: 112px
}

*{
    box-sizing: border-box
}

body.volume-v2{
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font: 16px/1.55 var(--body-font);
    overflow-x: clip
}

body.volume-v2:before,body.volume-v2:after{
    display: none
}

body.volume-v2 h1,body.volume-v2 h2,body.volume-v2 h3,body.volume-v2 h4{
    font-family: var(--body-font);
    font-weight: 600;
    text-transform: none;
    letter-spacing: -.045em;
    line-height: 1.06;
    text-wrap: balance;
    margin: 0
}

body.volume-v2 h2{
    font-size: clamp(34px,4vw,54px)
}

body.volume-v2 h3{
    font-size: 26px;
    letter-spacing: -.035em
}

body.volume-v2 a{
    color: inherit;
    text-decoration: none
}

body.volume-v2 p{
    text-wrap: pretty;
    margin: 0
}

/* Balance each intentional headline phrase independently; keep prose endings together. */
.heading-line{
    display: block;
    text-wrap: balance
}

body.volume-v2 figcaption{
    text-wrap: pretty
}

.volume-v2 .service-row h3{
    text-wrap: pretty
}

body.volume-v2 button,body.volume-v2 input,body.volume-v2 select,body.volume-v2 textarea{
    font: inherit
}

body.volume-v2 img{
    display: block;
    max-width: 100%
}

body.volume-v2 a:focus-visible,body.volume-v2 button:focus-visible,body.volume-v2 summary:focus-visible{
    outline: 3px solid #a52c00;
    outline-offset: 5px
}

body.volume-v2 input:focus-visible,body.volume-v2 select:focus-visible,body.volume-v2 textarea:focus-visible{
    outline: 2px solid #a52c00;
    outline-offset: 2px
}

.wrap{
    width: min(100% - 96px,1320px);
    margin-inline: auto
}

.v2-header{
    position: sticky;
    top: 0;
    background: var(--paper);
    z-index: 50;
    border-bottom: 1px solid var(--line)
}

.v2-nav{
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.v2-brand{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    min-height: 44px
}

.v2-brand picture{
    display: block
}

.v2-brand img{
    width: clamp(290px, 30vw, 420px);
    height: auto;
    filter: invert(1)
}

.v2-links{
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 15px
}

.v2-links>a{
    padding-block: 13px
}

.v2-links>a:hover,.v2-links>a[aria-current]{
    text-decoration: underline;
    text-underline-offset: 6px
}

.v2-links .v2-nav-action{
    border: 1px solid var(--ink);
    padding: 12px 17px;
    display: flex;
    gap: 24px;
    margin-left: 9px;
    border-radius: 3px
}

.v2-nav-action:hover{
    background: var(--ink);
    color: var(--paper)
}

.volume-v2 .mobile-toggle{
    display: none
}

.skip-link{
    position: fixed;
    left: 20px;
    top: -90px;
    z-index: 100;
    background: var(--ink);
    color: #fff!important;
    padding: 12px 20px
}

.skip-link:focus{
    top: 12px
}

.v2-intro{
    display: grid;
    grid-template-columns: 1fr 1.07fr;
    gap: 55px;
    padding-top: 60px;
    padding-bottom: 75px;
    align-items: center
}

.eyebrow{
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .035em;
    font-weight: 600
}

.intro-copy .eyebrow{
    margin-bottom: 28px
}

.volume-v2 h1{
    font-size: clamp(48px,5.8vw,84px);
    letter-spacing: -.06em;
    line-height: .99
}

.intro-copy h1 span{
    color: #676e60
}

.intro-eyebrow{
    display: flex;
    align-items: center;
    gap: 12px
}

.studio-spark{
    flex: 0 0 24px;
    color: var(--orange);
    shape-rendering: crispEdges
}

.intro-copy h1 .intro-script{
    display: inline-block;
    font-family: Georgia,'Times New Roman',serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -.065em;
    line-height: 1.13
}

.v2-button>span,.v2-nav-action>span,.text-link>span,.v2-contact-band a>span{
    transition: transform .18s ease-out
}

.v2-button:is(:hover,:focus-visible)>span,
.v2-nav-action:is(:hover,:focus-visible)>span,
.text-link:is(:hover,:focus-visible)>span,
.v2-contact-band a:is(:hover,:focus-visible)>span{
    transform: translate(3px,-3px)
}

.intro-description{
    max-width: 385px;
    font-size: 19px;
    line-height: 1.6;
    margin: 27px 0!important
}

.v2-button,.volume-v2 .btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    background: var(--orange);
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 16px 22px;
    min-height: 50px;
    color: var(--ink);
    font: 500 15px/1.35 var(--body-font);
    text-transform: none;
    letter-spacing: 0;
    cursor: pointer;
    box-shadow: none;
    transition: background .16s,color .16s
}

.v2-button:hover,.volume-v2 .btn:hover{
    background: var(--ink);
    color: #fff
}

.v2-button.secondary{
    background: transparent;
    border-color: var(--ink)
}

.intro-location{
    font-size: 12px;
    line-height: 1.6;
    color: var(--muted);
    margin-top: 43px!important
}

.intro-project{
    display: block;
    background: var(--green);
    padding: 35px 28px 23px;
    border-radius: 4px;
    min-width: 0
}

.intro-project-image{
    border: 1px solid #8f9c8b;
    overflow: hidden;
    border-radius: 3px;
    background: white;
    box-shadow: 0 12px 26px #34442d14
}

.intro-project-image img{
    width: 100%;
    height: auto;
    aspect-ratio: 1.44;
    object-fit: contain;
    object-position: top
}

.intro-project-caption{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 23px;
    font-size: 13px;
    color: #4b5649
}

.intro-project-caption strong{
    display: block;
    color: var(--ink);
    font-size: 16px;
    margin-top: 3px;
    font-weight: 500
}

.intro-project-caption>span:first-child{
    font-family: Georgia,'Times New Roman',serif;
    font-style: italic;
    font-size: 17px
}

.intro-project-caption strong{
    font-family: var(--body-font);
    font-style: normal
}

.circle-arrow{
    width: 42px;
    height: 42px;
    border: 1px solid #71806d;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 23px;
    transition: background .16s
}

.intro-project:hover .circle-arrow{
    background: var(--ink);
    color: white
}

.section-heading{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 40px
}

.section-heading>div{
    min-width: 0
}

.v2-products .section-heading{
    display: grid;
    grid-template-columns: minmax(0,1.15fr) minmax(0,1fr);
    gap: 48px
}

.section-heading .eyebrow{
    margin-bottom: 16px
}

.section-heading>p{
    color: var(--muted);
    font-size: 16px;
    line-height: 1.65
}

.v2-work{
    border-top: 1px solid var(--line);
    padding-block: 62px 86px
}

.work-grid{
    display: grid;
    grid-template-columns: 1.08fr 1fr;
    gap: 45px 44px
}

.work-offset{
    padding-top: 80px
}

.work-image{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 30px 26px 0;
    border-radius: 3px
}

.work-image img{
    width: 100%;
    height: auto;
    aspect-ratio: 1.55;
    object-fit: cover;
    object-position: top;
    border-radius: 2px 2px 0 0;
    transition: transform .25s
}

.work-image:hover img{
    transform: translateY(-4px)
}

.green{
    background: #e1e8df
}

.lilac{
    background: #e5e2ed
}

.sand{
    background: #eae4d4
}

.blue{
    background: #dce5ec
}

.work-open{
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    background: var(--paper);
    color: var(--ink);
    font-size: 23px;
    border-radius: 50%
}

.work-caption{
    padding-top: 20px
}

.work-caption .eyebrow{
    color: var(--muted);
    font-size: 12px;
    margin-bottom: 8px
}

.work-caption p:not(.eyebrow){
    color: var(--muted);
    font-size: 15px;
    margin-top: 8px
}

.work-caption h3 a:hover{
    text-decoration: underline;
    text-underline-offset: 5px
}

.more-work{
    display: grid;
    grid-template-columns: 150px 1fr;
    align-items: baseline;
    gap: 24px;
    border-block: 1px solid var(--line);
    margin-top: 48px;
    padding: 22px 0;
    font-size: 14px
}

.more-work>span{
    color: var(--muted)
}

.more-work a{
    padding: 10px 0;
    min-height: 44px;
    display: block
}

.more-work a small{
    display: block;
    max-width: 275px;
    margin-top: 3px;
    font-size: 13px;
    line-height: 1.5;
    color: var(--muted)
}

.more-work>div{
    display: flex;
    flex-wrap: wrap;
    column-gap: 28px
}

.extended-work{
    border-top: 1px solid var(--line);
    margin-top: 56px;
    padding-top: 30px
}

.extended-work>.eyebrow{
    margin-bottom: 24px
}

.extended-work-grid{
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 28px
}

.extended-work .work-image{
    padding: 20px 18px 0
}

.extended-work .work-caption h3{
    font-size: 24px;
    line-height: 1.15
}

.extended-work .work-caption>p:last-child{
    font-size: 15px
}

.more-work a:hover{
    text-decoration: underline
}

.more-work a span{
    margin-left: 10px
}

.v2-services{
    background: #e8ebe4;
    padding-block: 90px 72px
}

.services-heading{
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 55px
}

.services-heading .eyebrow{
    margin-bottom: 22px
}

.services-heading h2{
    font-size: clamp(38px,4.3vw,62px);
    line-height: 1.04
}

.services-intro>p{
    font-size: 19px;
    line-height: 1.6;
    max-width: 530px
}

.text-link{
    display: inline-flex;
    gap: 24px;
    border-bottom: 1px solid currentColor;
    padding-bottom: 6px;
    font-size: 15px
}

.v2-services .text-link{
    align-items: center;
    padding-block: 8px 6px;
    min-height: 44px
}

.services-intro .text-link{
    margin-top: 22px
}

.service-list{
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0 72px
}

.service-row{
    display: grid;
    grid-template-columns: 190px minmax(0,1fr);
    grid-template-rows: auto auto 1fr;
    gap: 20px 24px;
    align-items: start;
    border-top: 1px solid #b8c0b3;
    padding: 26px 0 38px
}

.service-row:nth-last-child(-n+2){
    border-bottom: 1px solid #b8c0b3
}

/* A single illustrated atlas keeps the four services visually related and loads once. */
.service-visual{
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    align-self: center;
    /* Lift the atlas's pale matte to white, then let the section color show through. */
    filter: contrast(1.25) brightness(1.12);
    mix-blend-mode: multiply
}

.volume-v2 .service-visual img{
    position: absolute;
    width: 200%;
    height: 200%;
    max-width: none;
    top: 0;
    left: 0;
    image-rendering: pixelated
}

.volume-v2 .service-visual--strategy img{ left: -100%; }
.volume-v2 .service-visual--apps img{ top: -100%; }
.volume-v2 .service-visual--ai img{ top: -100%; left: -100%; }

.service-row h3{
    align-self: center;
    font-size: clamp(27px,2.25vw,34px);
    line-height: 1.13;
    letter-spacing: -.04em
}

.service-row>p{
    grid-column: 1 / -1;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.6;
    max-width: 550px
}

.service-row ul{
    grid-column: 1 / -1;
    align-self: end;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5
}

.service-row li{
    padding-left: 14px;
    position: relative
}

.service-row li::before{
    content: '';
    position: absolute;
    left: 0;
    top: .55em;
    width: 5px;
    height: 5px;
    background: #a83713
}

.services-work-link{
    margin-top: 32px
}

.v2-products{
    background: #212820;
    color: #fff;
    padding: 85px 0
}

.v2-products .section-heading>p{
    color: #bdc4ba
}

.product-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px 30px
}

.product-item{
    display: block;
    min-width: 0;
    border-bottom: 1px solid #55604f;
    padding-bottom: 23px
}

.product-image{
    background: #e6e7e0;
    padding: 14px 14px 0;
    border-radius: 3px;
    overflow: hidden
}

.product-image img{
    height: auto;
    aspect-ratio: 16/9;
    object-fit: contain;
    object-position: top;
    width: 100%;
    transition: transform .2s
}

.product-item:hover img{
    transform: translateY(-4px)
}

.product-heading{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-top: 20px
}

.product-heading h3{
    font-size: 24px!important
}

.product-heading>span{
    font-size: 22px
}

.product-item>p{
    font-size: 15px;
    color: #c0c9bb;
    margin: 11px 0 18px!important;
    max-width: 300px
}

.product-price{
    font-size: 14px;
    color: #e5eddb
}

.product-account{
    margin-top: 34px!important;
    font-size: 14px;
    color: #bec9b9
}

.product-account a{
    display: inline-block;
    border-bottom: 1px solid #bec9b9;
    margin-left: 8px
}

.v2-clients{
    padding-block: 85px
}

.compact{
    margin-bottom: 30px
}

.client-gallery{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px
}

.client-gallery figure{
    margin: 0
}

.client-gallery img{
    width: 100%;
    height: auto;
    border-radius: 2px
}

.client-gallery figcaption{
    font-size: 12px;
    color: var(--muted);
    margin-top: 10px
}

.client-gallery .client-logo{
    aspect-ratio: 16/9;
    object-fit: contain;
    padding: 32px;
    background: #fff
}

.client-gallery figcaption strong{
    display: block;
    color: var(--ink);
    font-size: 14px;
    margin-bottom: 4px
}

.client-roster{
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 12px 24px;
    margin: 0;
    padding: 24px 0 12px;
    color: var(--muted)
}

.more-clients{
    margin-top: 30px;
    border-block: 1px solid var(--line);
    padding: 15px 0;
    font-size: 14px
}

.more-clients summary{
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 44px
}

.more-clients[open] summary span{
    transform: rotate(45deg)
}

.more-clients p{
    padding-top: 18px;
    font-size: 13px;
    line-height: 2;
    color: var(--muted)
}

.v2-studio{
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 95px;
    padding-block: 80px 95px
}

.studio-intro .eyebrow{
    margin-bottom: 20px
}

.studio-hello{
    font-family: Georgia,'Times New Roman',serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -.055em;
    color: #676e60
}

.studio-intro>p:not(.eyebrow){
    max-width: 420px;
    margin-top: 26px;
    color: var(--muted);
    font-size: 18px
}

.studio-intro .text-link{
    margin-top: 27px
}

.personal-list>a{
    position: relative;
    display: block;
    border-top: 1px solid var(--line);
    padding: 20px 42px 20px 0
}

.personal-list>a:last-child{
    border-bottom: 1px solid var(--line)
}

.personal-list>a>span:first-child{
    font-size: 12px;
    color: var(--muted)
}

.personal-list>a h3{
    font-size: 23px;
    margin-top: 7px
}

.personal-list>a p{
    font-size: 14px;
    color: var(--muted);
    margin-top: 8px
}

.personal-list>a>span:last-child{
    position: absolute;
    right: 0;
    top: 43px;
    font-size: 25px
}

.personal-list>a:hover h3{
    text-decoration: underline;
    text-underline-offset: 5px
}

.v2-contact-band{
    background: var(--orange);
    padding-block: 55px 64px
}

.v2-contact-band a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 18px
}

.v2-contact-band h2{
    font-size: clamp(36px,5.5vw,74px)!important
}

.v2-contact-band a>span{
    font-size: 64px;
    line-height: 1
}

.v2-contact-band a:hover h2{
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 9px
}

.v2-footer{
    background: var(--ink);
    color: var(--paper);
    padding: 55px 0 24px
}

.footer-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px
}

.footer-name{
    display: block;
    flex-shrink: 0
}

.footer-name img{
    display: block;
    width: 310px;
    max-width: 100%;
    height: auto;
    filter: invert(1)
}

.footer-top p{
    font-size: 14px;
    color: #c0c3bc
}

.footer-top>a:last-child{
    font-size: 17px;
    border-bottom: 1px solid #81877b;
    padding-bottom: 3px
}

.footer-bottom{
    display: flex;
    gap: 25px;
    align-items: center;
    margin-top: 40px;
    border-top: 1px solid #484d45;
    padding-top: 22px;
    font-size: 12px;
    color: #c0c3bc
}

.footer-bottom>span{
    margin-right: auto
}

/* Shared public forms and retained account/archive surfaces. */
.volume-v2 .module{
    padding: 60px max(24px,calc((100% - 1120px)/2));
    background: var(--paper);
    color: var(--ink);
    min-height: 0
}

.volume-v2 .module:before,.volume-v2 .module:after,.volume-v2 .ascii-stack,.volume-v2 .section-comment,.volume-v2 .module-index,.volume-v2 .cursor,.volume-v2 .cursor-blink{
    display: none
}

.volume-v2 .page-head{
    padding-top: 55px;
    padding-bottom: 25px
}

.volume-v2 .page-head h1{
    font-size: 54px
}

.volume-v2 .page-head .mono{
    font: 14px var(--body-font);
    color: var(--muted);
    margin-bottom: 18px
}

.volume-v2 .contact-form{
    display: grid;
    gap: 22px;
    max-width: 100%;
    position: relative
}

.volume-v2 .contact-form label{
    font: 500 14px/1.5 var(--body-font);
    color: var(--ink);
    display: grid;
    gap: 8px;
    text-transform: none;
    letter-spacing: 0
}

.volume-v2 input:not([type=hidden]):not([type=checkbox]):not([type=radio]),.volume-v2 select,.volume-v2 textarea{
    display: block;
    width: 100%;
    border: 1px solid #aeb4a8;
    background: #fff;
    color: var(--ink);
    border-radius: 3px;
    padding: 13px 14px;
    min-height: 48px;
    font-size: 16px;
    box-shadow: none
}

.volume-v2 textarea{
    resize: vertical
}

.volume-v2 .contact-form .hp-field{
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.volume-v2 .flash{
    max-width: 1120px;
    margin: 20px auto;
    padding: 15px 20px;
    background: #e1eada;
    border: 1px solid #869a79;
    color: #243a1c;
    font: 16px/1.5 var(--body-font)
}

.volume-v2 .flash-error{
    background: #f8e5df;
    border-color: #b3523d;
    color: #71301f
}

.volume-v2 .contact-confirmation{
    background: #e2eddb;
    border: 1px solid #95a889;
    padding: 20px;
    margin: 0;
    color: #273d20
}

.volume-v2 .contact-confirmation h2{
    font-size: 26px
}

.volume-v2 .contact-confirmation p{
    margin-top: 9px
}

.contact-layout{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    padding-block: 75px 100px
}

.contact-intro h1{
    margin-top: 24px!important
}

.contact-intro>p:not(.eyebrow){
    font-size: 19px;
    color: var(--muted);
    max-width: 360px;
    margin-top: 26px
}

.contact-direct{
    border-top: 1px solid var(--line);
    margin-top: 45px;
    padding-top: 23px;
    font-size: 15px
}

.contact-direct a{
    display: inline-block;
    border-bottom: 1px solid;
    margin-top: 6px
}

.contact-fields{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.contact-form .v2-button{
    justify-self: start
}

.contact-form .form-note{
    font-size: 13px;
    color: var(--muted)
}

.volume-v2 .account-auth-wrap{
    max-width: 630px;
    margin: auto;
    padding: 25px 24px 80px
}

.volume-v2 .account-auth-footnote{
    font: 14px/1.5 var(--body-font);
    color: var(--muted);
    margin-top: 25px
}

.volume-v2 .account-auth-footnote a{
    text-decoration: underline
}

.volume-v2 .account-card,.volume-v2 .account-stat,.volume-v2 .personal-card{
    background: white;
    color: var(--ink);
    border-color: var(--line)
}

.volume-v2 .account-card h2{
    font-size: 28px
}

.volume-v2 .account-nav a{
    font: 14px var(--body-font);
    color: var(--ink)
}

.volume-v2 .account-nav a.is-active{
    background: var(--ink);
    color: #fff
}

.volume-v2 table{
    color: var(--ink);
    font: 14px/1.5 var(--body-font)
}

.volume-v2 th,.volume-v2 td{
    border-color: var(--line);
    padding: 13px
}

.volume-v2 .levelator-title{
    font-size: clamp(40px,6vw,76px);
    color: var(--ink)
}

.volume-v2 .levelator-story{
    max-width: 720px;
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.75;
    color: #40483b
}

.volume-v2 .levelator-story p{
    margin-bottom: 22px
}

.volume-v2 .levelator-head{
    gap: 55px
}

.volume-v2 .levelator-kicker,.volume-v2 .levelator-eyebrow,.volume-v2 .levelator-breadcrumb,.volume-v2 .lv-spec-value,.volume-v2 .levelator-download-sub,.volume-v2 .levelator-info-col p{
    color: var(--muted);
    font-family: var(--body-font)
}

.volume-v2 .levelator-spec-strip{
    background: #e8ebe3;
    border-color: var(--line)
}

.volume-v2 .lv-spec-label,.volume-v2 .lv-dl-meta,.volume-v2 .lv-dl-version{
    color: var(--muted);
    font-family: var(--body-font);
    font-size: 13px
}

.volume-v2 .levelator-download-title{
    color: var(--ink);
    font-size: 50px
}

.volume-v2 .lv-download-card{
    background: #fff;
    border: 1px solid var(--line);
    color: var(--ink)
}

.volume-v2 .lv-dl-label,.volume-v2 .levelator-info-col h3{
    color: var(--ink);
    font-family: var(--body-font)
}

.volume-v2 .lv-dl-btn{
    font: 15px var(--body-font);
    color: var(--ink);
    background: var(--orange)
}

.volume-v2 .lv-warning{
    color: #633116;
    border-color: #b08d72;
    background: #f0e4d6
}

@media(min-width:1700px){
    .v2-intro{
        padding-top: 75px;
        padding-bottom: 90px
    }
    .intro-project-image img{
        aspect-ratio: 1.44
    }
}

@media(max-width:1100px){
    .wrap{
        width: calc(100% - 48px)
    }
    .v2-links{
        gap: 18px
    }
    .v2-intro{
        gap: 32px
    }
    .intro-copy .eyebrow{
        font-size: 12px
    }
    .intro-description{
        font-size: 17px
    }
    .v2-studio{
        gap: 45px
    }
    .services-heading{ gap: 40px; }
    .service-list{ gap: 0 40px; }
    .service-row{ grid-template-columns: 130px minmax(0,1fr); gap: 20px 16px; }
    .service-row h3{ font-size: 27px; }
    .product-grid{
        gap: 32px 20px
    }
    .product-heading h3{
        font-size: 21px!important
    }
    .contact-layout{
        gap: 45px
    }
    .intro-location{
        margin-top: 25px!important
    }
}

@media(min-width:761px) and (max-width:860px){
    .v2-brand img{ width: 80px; }
}

@media(max-width:760px){
    :root{
        --nav-height: 78px;
        scroll-padding-top: 92px
    }
    .wrap{
        width: calc(100% - 40px)
    }
    .v2-nav{
        height: 78px
    }
    .v2-brand img{
        width: 67px
    }
    .volume-v2 .mobile-toggle{
        display: flex;
        align-items: center;
        gap: 15px;
        min-height: 44px;
        background: none;
        color: var(--ink);
        border: 0;
        padding: 8px 0;
        font-size: 15px
    }
    .mobile-toggle span{
        font-size: 25px
    }
    .v2-links{
        display: none;
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        padding: 18px 20px 25px;
        background: var(--paper);
        border-bottom: 1px solid var(--line);
        box-shadow: 0 16px 20px #0000000a
    }
    .v2-links.is-open{
        display: flex;
        align-items: stretch;
        gap: 3px;
        flex-direction: column
    }
    .v2-links>a{
        padding: 12px 0;
        font-size: 18px
    }
    .v2-links .v2-nav-action{
        margin: 9px 0 0;
        justify-content: space-between;
        padding: 14px 17px;
        font-size: 16px
    }
    .v2-intro{
        grid-template-columns: 1fr;
        gap: 33px;
        padding: 38px 0 50px
    }
    .intro-copy .eyebrow{
        font-size: 12px;
        margin-bottom: 23px
    }
    .volume-v2 h1{
        font-size: clamp(46px,12vw,72px)
    }
    .intro-description{
        font-size: 17px;
        max-width: 450px;
        margin: 22px 0!important
    }
    .intro-location{
        display: none
    }
    .intro-project{
        padding: 22px 20px 18px
    }
    .intro-project-image img{
        aspect-ratio: 1.44
    }
    .intro-project-caption{
        padding-top: 17px;
        font-size: 12px
    }
    .intro-project-caption strong{
        font-size: 15px
    }
    .circle-arrow{
        width: 34px;
        height: 34px
    }
    .section-heading,.v2-products .section-heading{
        display: block;
        margin-bottom: 28px
    }
    .section-heading>p{
        margin-top: 20px;
        font-size: 15px
    }
    .section-heading br{
        display: none
    }
    .section-heading h2 br{
        display: block
    }
    .section-heading .eyebrow{
        margin-bottom: 12px
    }
    .v2-work{
        padding-block: 42px 50px
    }
    .work-grid{
        grid-template-columns: 1fr;
        gap: 32px
    }
    .work-offset{
        padding: 0
    }
    .work-image{
        padding: 22px 20px 0
    }
    .work-caption{
        padding-top: 15px
    }
    .volume-v2 h3{
        font-size: 24px
    }
    .more-work{
        display: grid;
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 18px 0;
        margin-top: 32px
    }
    .more-work>span{
        margin-bottom: 10px
    }
    .more-work>div{
        display: grid
    }
    .extended-work{
        margin-top: 36px;
        padding-top: 24px
    }
    .extended-work-grid{
        grid-template-columns: 1fr;
        gap: 32px
    }
    .client-gallery .client-logo{
        padding: 16px
    }
    .client-roster{
        grid-template-columns: repeat(2,minmax(0,1fr));
        font-size: 13px;
        gap: 14px 18px
    }
    .more-work a{
        display: flex;
        justify-content: space-between;
        min-height: 44px;
        align-items: center
    }
    .v2-services{
        padding-block: 52px 46px
    }
    .services-heading{
        grid-template-columns: 1fr;
        gap: 26px;
        margin-bottom: 35px
    }
    .services-heading .eyebrow{ margin-bottom: 18px; }
    .services-intro>p{ font-size: 17px; }
    .services-intro .text-link{ margin-top: 16px; }
    .service-list{ grid-template-columns: 1fr; gap: 0; }
    .service-row{
        grid-template-columns: 132px minmax(0,1fr);
        gap: 18px 20px;
        padding-block: 22px 30px
    }
    .service-row:nth-last-child(2){ border-bottom: 0; }
    .service-row h3{ font-size: 26px; }
    .service-row h3 br{ display: none; }
    .service-row ul{ gap: 9px 20px; }
    .service-row>p{ font-size: 16px; }
    .services-work-link{ margin-top: 26px; }
    .v2-products{
        padding: 50px 0
    }
    .product-grid{
        grid-template-columns: 1fr 1fr;
        gap: 28px 18px
    }
    .product-image{
        padding: 9px 9px 0
    }
    .product-image img{
        aspect-ratio: 16/9
    }
    .product-heading h3{
        font-size: 21px!important;
        line-height: 1.1!important
    }
    .product-heading>span{
        display: none
    }
    .product-item>p{
        font-size: 14px;
        line-height: 1.5
    }
    .product-price{
        font-size: 13px
    }
    .product-account{
        line-height: 1.8
    }
    .product-account a{
        margin-left: 0
    }
    .v2-clients{
        padding-block: 50px
    }
    .client-gallery{
        grid-template-columns: 1fr 1fr;
        gap: 22px 16px
    }
    .client-gallery figcaption{
        font-size: 12px;
        line-height: 1.5
    }
    .v2-studio{
        grid-template-columns: 1fr;
        gap: 36px;
        padding-block: 50px
    }
    .studio-intro>p:not(.eyebrow){
        font-size: 17px
    }
    .studio-intro h2{
        font-size: 35px
    }
    .v2-contact-band{
        padding: 36px 0 43px
    }
    .v2-contact-band a{
        align-items: flex-end;
        gap: 12px
    }
    .v2-contact-band a>span{
        font-size: 40px
    }
    .v2-footer{
        padding-top: 38px
    }
    .footer-name img{ width: min(280px, 100%); }
    .footer-top{
        display: grid;
        gap: 22px
    }
    .footer-top>a:last-child{
        justify-self: start
    }
    .footer-bottom{
        flex-wrap: wrap;
        gap: 16px;
        margin-top: 28px
    }
    .footer-bottom>span{
        flex-basis: 100%;
        font-size: 12px
    }
    .contact-layout{
        grid-template-columns: 1fr;
        gap: 36px;
        padding-block: 38px 60px
    }
    .contact-intro h1{
        font-size: clamp(42px,11vw,52px)
    }
    .contact-intro>p:not(.eyebrow){
        font-size: 17px
    }
    .contact-direct{
        margin-top: 25px
    }
    .contact-fields{
        grid-template-columns: 1fr
    }
    .volume-v2 .page-head h1{
        font-size: 42px
    }
    .volume-v2 .module{
        padding: 35px 20px
    }
    .volume-v2 .account-auth-wrap{
        padding: 10px 20px 50px
    }
    .volume-v2 .flash{
        margin: 18px 20px
    }
    .volume-v2 .levelator-head{
        display: block
    }
    .volume-v2 .levelator-spec-strip{
        margin-top: 30px
    }
    .volume-v2 .levelator-title{
        font-size: 50px
    }
}

@media(prefers-reduced-motion:reduce){
    :root{
        scroll-behavior: auto
    }
    *,*:before,*:after{
        animation: none!important;
        transition: none!important
    }
}

/* Product pages: real interface, clear purpose and database-backed licenses. */
.product-breadcrumb{
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    padding-top: 35px;
    color: var(--muted);
    font-size: 13px
}

.product-breadcrumb a{
    border-bottom: 1px solid
}

.product-hero{
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 65px;
    align-items: center;
    padding-block: 40px 65px
}

.product-intro .eyebrow{
    margin-bottom: 18px
}

.volume-v2 .product-intro h1{
    font-size: clamp(40px,5vw,65px);
    line-height: 1.02;
    overflow-wrap: anywhere
}

.product-promise{
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: -.03em;
    margin-top: 23px!important
}

.product-description{
    font-size: 17px;
    line-height: 1.65;
    color: var(--muted);
    margin-top: 15px!important;
    max-width: 435px
}

.product-hero-action{
    margin-top: 28px
}

.product-hero-action>p{
    font-size: 14px;
    margin-top: 12px!important
}

.product-version{
    font-size: 12px;
    color: var(--muted);
    margin-top: 20px!important
}

.product-main-image{
    display: block;
    padding: 22px;
    background: #dfe5d8;
    border-radius: 3px
}

.product-main-image img{
    width: 100%;
    height: auto;
    box-shadow: 0 8px 20px #0000000a
}

.product-main-image>span{
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    font-size: 13px
}

.product-use{
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 80px;
    padding-block: 60px
}

.product-use header .eyebrow{
    margin-bottom: 20px
}

.product-feature-list article{
    padding: 23px 0;
    border-bottom: 1px solid var(--line)
}

.product-feature-list article:first-child{
    padding-top: 0
}

.product-feature-list h3{
    font-size: 24px!important
}

.product-feature-list p{
    color: var(--muted);
    margin-top: 12px!important;
    max-width: 530px
}

.product-gallery{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: 25px;
    padding-bottom: 70px
}

.product-gallery>a{
    background: #e8eae3;
    padding: 13px;
    border-radius: 3px
}

.product-gallery img{
    width: 100%;
    height: auto
}

.product-gallery a>span{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 12px
}

.product-pricing{
    background: #e5e9df;
    padding-block: 65px
}

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

.pricing-option{
    background: var(--paper);
    border: 1px solid #b9c1b1;
    padding: 25px 20px
}

.tier-price{
    font-size: 39px;
    letter-spacing: -.05em;
    margin-top: 27px!important;
    line-height: 1.1
}

.tier-price span{
    font-size: 13px;
    letter-spacing: 0;
    color: var(--muted)
}

.tier-limit{
    font-size: 14px;
    margin-top: 13px!important
}

.pricing-option .v2-button{
    width: 100%;
    padding: 12px;
    gap: 10px;
    margin-top: 24px;
    font-size: 14px
}

.license-note{
    margin-top: 30px!important;
    font-size: 13px;
    color: var(--muted)
}

.license-note a{
    border-bottom: 1px solid
}

.product-help{
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 80px;
    padding-block: 75px 85px
}

.product-help h2{
    margin-top: 18px!important;
    font-size: 42px!important
}

.product-help .text-link{
    margin-top: 28px
}

.faq-list details{
    border-top: 1px solid var(--line)
}

.faq-list details:last-child{
    border-bottom: 1px solid var(--line)
}

.faq-list summary{
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    cursor: pointer;
    padding: 23px 0;
    font-size: 17px;
    line-height: 1.45
}

.faq-list summary::-webkit-details-marker{
    display: none
}

.faq-list summary span{
    font-size: 22px
}

.faq-list details[open] summary span{
    transform: rotate(45deg)
}

.faq-list details>p{
    padding: 0 20px 23px 0;
    font-size: 16px;
    color: var(--muted);
    line-height: 1.65
}

.cl-wrap{
    max-width: 900px;
    margin: auto;
    padding: 50px 24px 80px
}

.cl-header{
    border-bottom: 1px solid var(--line);
    padding-bottom: 30px;
    margin-bottom: 30px
}

.cl-header-meta{
    display: flex;
    gap: 12px;
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 20px
}

.volume-v2 .cl-title{
    font-size: 44px;
    color: var(--ink)
}

.cl-entry{
    border: 1px solid var(--line);
    background: #fff;
    margin-bottom: 20px;
    padding: 25px
}

.cl-entry-head{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px
}

.cl-version{
    font-size: 23px;
    font-weight: 600
}

.cl-date,.cl-type{
    font-size: 13px;
    color: var(--muted)
}

.cl-current-badge{
    font-size: 12px;
    color: #263c22;
    background: #dcead6;
    padding: 4px 9px;
    border-radius: 3px
}

.cl-entry-body{
    margin-top: 20px;
    font-size: 16px;
    white-space: pre-line
}

.cl-entry-body p{
    margin-bottom: 12px
}

.cl-download,.cl-dl-btn{
    display: inline-flex;
    padding: 10px 15px;
    background: var(--orange);
    color: var(--ink);
    font-size: 14px;
    border-radius: 3px
}

.cl-locked,.cl-empty{
    font-size: 16px;
    line-height: 1.6;
    padding: 25px;
    background: #e8ebe3
}

.cl-back{
    display: inline-block;
    margin-top: 22px;
    border-bottom: 1px solid
}

@media(max-width:1000px){
    .product-hero{
        gap: 35px
    }
    .pricing-grid{
        grid-template-columns: repeat(2,1fr)
    }
    .product-use,.product-help{
        gap: 45px
    }
}

@media(max-width:760px){
    .product-breadcrumb{
        padding-top: 25px;
        font-size: 12px
    }
    .product-hero{
        grid-template-columns: 1fr;
        gap: 30px;
        padding-block: 28px 45px
    }
    .volume-v2 .product-intro h1{
        font-size: 48px
    }
    .product-promise{
        font-size: 23px
    }
    .product-description{
        font-size: 16px
    }
    .product-main-image{
        padding: 15px
    }
    .product-use{
        grid-template-columns: 1fr;
        gap: 35px;
        padding-block: 43px
    }
    .product-use header br{
        display: none
    }
    .product-gallery{
        gap: 18px;
        padding-bottom: 45px
    }
    .product-pricing{
        padding-block: 45px
    }
    .pricing-grid{
        gap: 14px
    }
    .pricing-option{
        padding: 20px 14px
    }
    .pricing-option .eyebrow{
        font-size: 12px
    }
    .tier-price{
        font-size: 34px
    }
    .tier-price span{
        font-size: 12px
    }
    .pricing-option .v2-button{
        font-size: 14px;
        padding: 10px 7px;
        gap: 6px
    }
    .pricing-option .v2-button>span{
        display: none
    }
    .license-note{
        line-height: 1.9
    }
    .product-help{
        grid-template-columns: 1fr;
        gap: 35px;
        padding-block: 45px 60px
    }
    .product-help h2{
        font-size: 34px!important
    }
    .faq-list summary{
        font-size: 16px
    }
    .cl-header-meta{
        flex-wrap: wrap
    }
    .volume-v2 .cl-title{
        font-size: 38px
    }
}

/* Account and archive layouts share V2 tokens;
the legacy public theme is no longer loaded. */
.volume-v2 main{
    padding-top: 0;
    min-height: 60vh
}

.volume-v2 :focus-visible{
    box-shadow: none
}

.volume-v2 .account-shell{
    padding-bottom: 0
}

.account-shell .mono{
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 15px!important
}

.volume-v2 .account-title{
    font-size: 50px
}

.account-meta{
    font-size: 14px;
    color: var(--muted);
    margin-top: 20px!important;
    overflow-wrap: anywhere
}

.account-tabs{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-bottom: 1px solid var(--line);
    padding-block: 25px 18px
}

.account-tabs a{
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 3px
}

.account-tabs a.is-active{
    background: var(--ink);
    color: #fff
}

.account-tabs a:last-child{
    margin-left: auto
}

.volume-v2 .account-grid{
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 20px;
    padding-bottom: 0
}

.portal-card{
    min-width: 0;
    border: 1px solid var(--line);
    background: white;
    border-radius: 3px;
    padding: 24px
}

.portal-card>.mono{
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 20px!important
}

.portal-card>p:not(.mono){
    font-size: 15px;
    color: var(--muted);
    margin-top: 18px!important
}

.portal-card .btn{
    margin-top: 22px;
    font-size: 14px;
    padding: 12px 16px
}

.volume-v2 .account-section-title{
    font-size: 30px;
    margin-bottom: 22px
}

.account-empty{
    color: var(--muted);
    font-size: 16px;
    margin-top: 20px!important
}

.account-license-list{
    display: grid;
    gap: 24px
}

.portal-card .spec-row{
    font-size: 14px;
    line-height: 1.7;
    overflow-wrap: anywhere;
    margin-top: 9px
}

.portal-card h3{
    margin-bottom: 22px!important
}

.portal-banner{
    padding: 24px;
    background: #e3ecdc;
    margin-bottom: 25px;
    overflow-wrap: anywhere
}

.portal-banner .mono{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px!important
}

.portal-banner a{
    text-decoration: underline!important
}

.table-wrap{
    overflow: auto;
    max-width: 100%;
    margin-top: 20px
}

.portal-table{
    border-collapse: collapse;
    width: 100%;
    text-align: left
}

.portal-table th{
    background: #e5e9df;
    font-weight: 500;
    border-bottom: 1px solid var(--line)
}

.portal-table td{
    border-bottom: 1px solid var(--line)
}

.levelator-breadcrumb{
    display: flex;
    gap: 15px;
    font-size: 13px;
    margin-bottom: 30px
}

.levelator-breadcrumb a{
    text-decoration: underline!important
}

.levelator-head{
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: start
}

.levelator-eyebrow{
    font-size: 13px;
    margin-bottom: 16px!important
}

.levelator-kicker{
    font-size: 20px;
    margin-top: 20px!important
}

.levelator-spec-strip{
    padding: 24px;
    border: 1px solid var(--line)
}

.lv-spec{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 9px 0;
    border-bottom: 1px solid #cbd2c3
}

.lv-spec:last-child{
    border-bottom: 0
}

.lv-spec-value{
    font-size: 14px;
    text-align: right
}

.volume-v2 .levelator-story{
    margin-inline: 0
}

.levelator-download-header{
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
    margin-bottom: 35px
}

.levelator-download-sub{
    max-width: 370px;
    font-size: 16px
}

.levelator-download-grid{
    display: grid;
    gap: 18px
}

.levelator-dl-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: white;
    border: 1px solid var(--line);
    padding: 25px;
    border-radius: 3px
}

.levelator-dl-platform{
    font-size: 21px;
    font-weight: 500
}

.levelator-dl-meta{
    font-size: 14px;
    color: var(--muted);
    margin-top: 7px!important
}

.levelator-dl-card-action{
    display: flex;
    align-items: center;
    gap: 25px
}

.levelator-dl-version{
    font-size: 13px;
    color: var(--muted)
}

.levelator-download-note{
    font-size: 13px;
    color: var(--muted);
    max-width: 650px;
    margin-top: 25px!important
}

.volume-v2 .levelator-story em{
    color: inherit
}

.volume-v2 .btn-outline{
    background: transparent;
    border-color: var(--ink)
}

.volume-v2 .btn-outline:hover{
    background: var(--ink)
}

@media(max-width:760px){
    .volume-v2 .account-grid{
        grid-template-columns: 1fr
    }
    .account-tabs{
        gap: 5px
    }
    .account-tabs a{
        padding: 10px 12px
    }
    .account-tabs a:last-child{
        margin-left: 0
    }
    .volume-v2 .account-title{
        font-size: 44px
    }
    .levelator-head{
        display: block
    }
    .levelator-download-header{
        display: block
    }
    .levelator-download-sub{
        margin-top: 20px!important
    }
    .levelator-dl-card{
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
        padding: 20px
    }
    .levelator-dl-card-action{
        justify-content: space-between
    }
    .lv-spec{
        gap: 12px
    }
    .lv-spec-value{
        font-size: 13px
    }
    .volume-v2 .levelator-title{
        font-size: 48px
    }
    .volume-v2 .levelator-download-title{
        font-size: 40px
    }
    .volume-v2 .levelator-story{
        font-size: 17px
    }
}

/* One playful signature: the original night city, clear of the footer links. */
.v2-footer {
    padding-top: 0;
    background: #070a14;
}
.footer-city {
    position: relative;
    height: 320px;
    margin-bottom: 38px;
    overflow: hidden;
    background: #020615;
}
.city-caption {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 24px;
    font: 13px/1.5 ui-monospace, 'Courier New', monospace;
    color: #c4d2e7;
}
.city-caption button {
    min-height: 44px;
    padding: 8px 14px;
    border: 1px solid #53657d;
    border-radius: 3px;
    background: #070c1e;
    color: #dce9fc;
    font: inherit;
    cursor: pointer;
}
.city-caption button:hover {
    border-color: #fc4800;
    color: #fff;
}
.city-caption button:focus-visible {
    outline-color: #ff8c4f !important;
}
.city-art, .city-art canvas, .city-still {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.city-art {
    pointer-events: none;
}
.city-art canvas {
    opacity: 0;
}
.city-ready canvas {
    opacity: 1;
}
.city-ready .city-still {
    visibility: hidden;
}
@media (max-width: 760px) {
    .footer-city {
        height: 245px;
        margin-bottom: 32px;
    }
    .city-caption {
        padding-top: 16px;
        font-size: 12px;
    }
}

/* The opening pairs real, rotating work with the original CANTSTOP letter wave. */
.is-home .v2-header {
    background: #070d17;
    color: #f5f5f2;
    border-bottom-color: #2e3946;
}
.is-home .v2-brand img { filter: none; }
.is-home .v2-nav-action { border-color: #74818e; }
.is-home .v2-nav-action:hover { background: #fc4800; color: #191b19; }
.is-home .mobile-toggle { color: #f5f5f2; }
.is-home .v2-links { background: #070d17; }
.is-home .v2-header a:focus-visible,
.is-home .v2-header button:focus-visible,
.hero-stage a:focus-visible,
.hero-stage button:focus-visible { outline-color: #ff945d; }
.hero-stage {
    position: relative;
    isolation: isolate;
    overflow: clip;
    background: #070d17;
    color: #f5f5f2;
}
.hero-stage .v2-intro {
    position: relative;
    z-index: 1;
    grid-template-columns: 1fr 1.12fr;
    gap: 54px;
    padding-block: 74px 86px;
}
.hero-stage .intro-eyebrow {
    color: #b5c4d4;
    font: 13px/1.5 ui-monospace, 'Courier New', monospace;
    letter-spacing: .025em;
}
.hero-stage h1 {
    font-size: clamp(48px,5.1vw,74px);
    line-height: 1.01;
    letter-spacing: -.058em;
}
.hero-stage h1 span { color: #c4ddca; }
.hero-stage .intro-description { color: #c9d2dc; max-width: 450px; }
.hero-stage .intro-location { color: #a6b5c5; }
.hero-stage a.v2-button { color: #191b19; }
.hero-stage .v2-button:hover { background: #f5f5f2; color: #191b19; }
.hero-art {
    position: absolute;
    inset: 0 0 0 45%;
    pointer-events: none;
}
.hero-art canvas,.hero-wave-still {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-art canvas { opacity: 0; }
.hero-art.is-ready canvas { opacity: 1; }
.hero-art.is-ready .hero-wave-still { visibility: hidden; }
.hero-showcase {
    min-width: 0;
    padding: 24px 24px 16px;
    background: #0c1521;
    border: 1px solid #425162;
    border-radius: 4px;
}
.hero-slides { display: grid; }
.hero-slide { grid-area: 1 / 1; min-width: 0; }
.hero-slide[hidden] { display: none; }
.hero-slides.is-ready .hero-slide {
    visibility: hidden;
    opacity: 0;
    transform: translate3d(20px,0,0);
    pointer-events: none;
    transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1), visibility .65s;
}
.hero-slides.is-ready .hero-slide.is-current {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0,0,0);
    pointer-events: auto;
}
.hero-stage .intro-project { background: none; padding: 0; }
.hero-stage .intro-project-image {
    border-color: #74818e;
    border-radius: 2px;
    box-shadow: 0 16px 36px #0005;
}
.hero-stage .intro-project-caption {
    min-height: 99px;
    gap: 15px;
    padding-block: 20px;
    color: #aebed0;
    align-items: center;
}
.hero-stage .intro-project-caption>span:first-child {
    font-family: var(--body-font);
    font-style: normal;
    font-size: 13px;
}
.hero-stage .intro-project-caption strong {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 500;
    color: #f5f5f2;
    margin-top: 6px;
}
.hero-stage .circle-arrow {
    flex: 0 0 42px;
    color: #f5f5f2;
    border-color: #74818e;
}
.hero-stage .intro-project:hover .circle-arrow { background: #c4ddca; color: #191b19; }
.hero-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid #425162;
}
.hero-controls[hidden] { display: none; }
.hero-controls button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 44px;
    min-height: 44px;
    padding: 8px;
    background: transparent;
    color: #dae5f0;
    border: 1px solid #637285;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
}
.hero-controls button:hover { background: #c4ddca; color: #191b19; }
.hero-controls [data-hero-play] { min-width: 83px; font-size: 12px; }
.hero-controls [data-hero-prev],.hero-controls [data-hero-next] { font-size: 22px; }
.hero-count { flex-shrink: 0; color: #aebed0; font: 12px/1 ui-monospace,monospace; }
.hero-progress { flex: 1; height: 2px; background: #425162; margin-inline: 5px; overflow: hidden; }
.hero-progress span { display: block; height: 100%; background: #a9d2c6; transform: scaleX(0); transform-origin: left; }
.v2-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}
.city-caption { justify-content: flex-end; }
@media (max-width: 1100px) {
    .hero-stage .v2-intro { gap: 30px; }
    .hero-showcase { padding: 18px 18px 12px; }
    .hero-stage .intro-project-caption strong { font-size: 16px; }
    .hero-controls { gap: 7px; }
    .hero-progress { margin-inline: 0; }
}
@media (max-width: 760px) {
    .hero-stage .v2-intro { grid-template-columns: 1fr; gap: 42px; padding-block: 40px 48px; }
    .hero-stage h1 { font-size: clamp(42px,11vw,72px); }
    .hero-art { inset: auto 0 0; height: 55%; }
    .hero-stage .intro-project-caption { min-height: 94px; padding-block: 16px; }
    .hero-stage .intro-project-caption strong { font-size: 17px; }
    .hero-stage .intro-description { max-width: 460px; }
    .hero-controls { justify-content: space-between; gap: 8px; }
}
@media (max-width: 400px) {
    .hero-showcase { padding: 14px 14px 12px; }
    .hero-progress { display: none; }
    .hero-controls { gap: 6px; }
    .hero-controls [data-hero-play] { min-width: 75px; }
    .hero-count { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
    .hero-slides.is-ready .hero-slide { transition: none; transform: none; }
}
.hero-controls [data-hero-play][hidden] { display: none; }

.levelator-story a {
    text-decoration: underline;
    text-underline-offset: 3px;
}


/* Full-width product and client entries keep names, captions and screenshots readable. */
@media(max-width:520px){
    .volume-v2 .service-row{ grid-template-columns: 112px minmax(0,1fr); gap: 18px 16px; }
    .volume-v2 .service-row h3{ font-size: clamp(23px,6.65vw,26px); }
    .product-grid,.client-gallery{ grid-template-columns: 1fr; }
    .product-item>p{ max-width: none; font-size: 16px; }
    .product-heading h3{ font-size: 24px!important; }
    .volume-v2 .levelator-title{ font-size: 42px; }
}

.volume-v2 .product-promise,.volume-v2 .faq-list p{
    text-wrap: balance
}

@media(max-width:360px){
    .volume-v2 .service-row{ grid-template-columns: 84px minmax(0,1fr); gap: 16px 12px; }
    .volume-v2 .service-row h3{ font-size: 23px; }
}

.volume-v2 #service-strategy-title{ text-wrap: balance; }
