:root {
    --ink: #202a30;
    --ink-2: #293239;
    --ivory: #f2efe7;
    --paper: #f7f5ef;
    --gold: #b6a176;
    --gold-deep: #927d55;
    --line: rgba(32, 42, 48, .16);
    --sans: "DM Sans", sans-serif;
    --serif: "Italiana", serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-weight: 300;
    overflow-x: hidden
}

body.no-scroll {
    overflow: hidden
}

a {
    color: inherit;
    text-decoration: none
}

button,
input,
select,
textarea {
    font: inherit
}

button {
    color: inherit
}

/* Font-independent interface icons. Keeping these as SVG prevents mobile
   systems from replacing arrows and stars with their native emoji artwork. */
.ui-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
    overflow: visible;
    vertical-align: -.12em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round
}

.ui-icon--star {
    width: .62em;
    height: .62em;
    margin-left: .08em;
    vertical-align: .02em;
    fill: currentColor;
    stroke: none
}

.loader {
    position: fixed;
    inset: 0;
    background: var(--ink);
    z-index: 200;
    display: grid;
    place-items: center;
    color: var(--ivory)
}

.loader span {
    font: 4rem var(--serif);
    letter-spacing: .15em
}

.loader i {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gold)
}

.cursor-dot,
.cursor-ring {
    position: fixed;
    pointer-events: none;
    z-index: 300;
    border-radius: 50%;
    transform: translate(-50%, -50%)
}

.cursor-dot {
    width: 5px;
    height: 5px;
    background: var(--gold)
}

.cursor-ring {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(178, 154, 104, .65);
    transition: width .25s, height .25s
}

.site-header {
    height: 96px;
    padding: 0 4vw;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.site-header.scrolled {
    position: fixed;
    height: 76px;
    background: rgba(21, 23, 20, .94);
    backdrop-filter: blur(12px)
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px
}

.brand-mark {
    font: 2rem var(--serif);
    letter-spacing: .08em;
    border-right: 1px solid currentColor;
    padding-right: 14px
}

.brand-name {
    text-transform: uppercase;
    font-size: .68rem;
    letter-spacing: .19em;
    line-height: 1.2;
    font-weight: 500
}

.brand-name small {
    display: block;
    font-size: .53rem;
    letter-spacing: .33em;
    margin-top: 4px
}

.desktop-nav {
    display: flex;
    gap: 2.5rem
}

.desktop-nav a {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    position: relative
}

.desktop-nav a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: .3s
}

.desktop-nav a:hover:after {
    width: 100%
}

.header-cta {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .13em;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding-bottom: 8px
}

.header-cta span {
    color: var(--gold);
    margin-left: 8px
}

.menu-toggle {
    display: none;
    background: none;
    border: 0
}

.mobile-menu {
    display: none
}

.hero {
    height: 100svh;
    min-height: 700px;
    position: relative;
    color: #fff;
    overflow: hidden
}

.hero-media {
    position: absolute;
    inset: -5%;
    background: url("./img/home1.png") center/cover no-repeat;
    transform: scale(1.05)
}

.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 10, 8, .75) 0%, rgba(8, 10, 8, .27) 65%, rgba(8, 10, 8, .48)), linear-gradient(0deg, rgba(8, 10, 8, .45), transparent 55%)
}

.hero-content {
    position: absolute;
    left: 8vw;
    right: 7vw;
    top: 28%;
    z-index: 2
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .26em;
    font-size: .68rem;
    font-weight: 500
}

.hero-eyebrow {
    color: #d7c8a8;
    margin-bottom: 3rem
}

.hero h1 {
    font: clamp(3.8rem, 7.7vw, 8.3rem)/.88 var(--serif);
    letter-spacing: -.035em;
    margin: 0;
    max-width: 1200px
}

.hero h1 span {
    display: block
}

.hero h1 span:last-child {
    margin-left: 8vw
}

.hero em,
.display-title em,
.feature-card em,
.quote h2 em {
    font-style: italic;
    color: var(--gold)
}

.hero-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6vw;
    margin-top: 3rem
}

.hero-bottom>p {
    max-width: 460px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .78);
    font-size: .95rem
}

.circle-link {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .62rem;
    transition: .4s
}

.circle-link:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--ink);
    transform: rotate(-5deg)
}

.circle-link b {
    font-size: 1.2rem
}

.scroll-cue {
    position: absolute;
    left: 4vw;
    bottom: 4rem;
    z-index: 3;
    writing-mode: vertical-rl;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .55rem;
    display: flex;
    align-items: center;
    gap: 18px
}

.scroll-cue i {
    height: 65px;
    width: 1px;
    background: rgba(255, 255, 255, .45)
}

.section-pad {
    padding: 10rem 8vw
}

.section-tag {
    display: flex;
    gap: 15px;
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: .65rem;
    font-weight: 500;
    margin-bottom: 7rem
}

.section-tag span {
    color: var(--gold)
}

.section-tag.light {
    color: rgba(255, 255, 255, .7)
}

.intro-grid {
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 8vw;
    align-items: start
}

.display-title {
    font: clamp(3.4rem, 6vw, 6.8rem)/.98 var(--serif);
    letter-spacing: -.03em;
    margin: 0
}

.intro-copy {
    padding-top: 1rem
}

.intro-copy p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin: 0 0 1.5rem;
    color: #4d504a
}

.text-link {
    display: inline-flex;
    gap: 2rem;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .68rem;
    font-weight: 500;
    border-bottom: 1px solid var(--ink);
    padding-bottom: .7rem;
    margin-top: 1.5rem
}

.credentials {
    margin-top: 9rem;
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.credentials div {
    padding: 2.3rem 1.5rem 0;
    border-right: 1px solid var(--line)
}

.credentials div:first-child {
    padding-left: 0
}

.credentials strong {
    display: block;
    font-family: var(--sans);
    font-size: 2.15rem;
    font-weight: 400;
    letter-spacing: -.04em;
    margin-bottom: .6rem
}

.credentials span {
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #70736c
}

.services {
    background: var(--ink);
    color: #fff
}

.services-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 7rem
}

.display-title.light {
    color: var(--ivory)
}

.services-heading>p {
    max-width: 390px;
    color: rgba(255, 255, 255, .6);
    line-height: 1.8
}

.service-list {
    border-top: 1px solid rgba(255, 255, 255, .18)
}

.service-row {
    width: 100%;
    display: grid;
    grid-template-columns: 60px 1.2fr .8fr 40px;
    align-items: center;
    text-align: left;
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    padding: 2.2rem 0;
    cursor: pointer;
    transition: .35s
}

.service-row:hover {
    padding-left: 1.5rem;
    background: rgba(255, 255, 255, .035)
}

.service-row>span {
    color: var(--gold);
    font-size: .7rem
}

.service-row h3 {
    font: clamp(1.7rem, 3vw, 3.4rem) var(--serif);
    margin: 0;
    font-weight: 400
}

.service-row p {
    color: rgba(255, 255, 255, .5)
}

.service-row b {
    font-size: 1.4rem;
    color: var(--gold)
}

.feature {
    height: 900px;
    position: relative;
    background: var(--ink);
    overflow: hidden
}

.feature-image {
    position: absolute;
    inset: 0;
    background: url("https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=2200&q=90") center/cover
}

.feature:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 12, 10, .05), rgba(10, 12, 10, .45))
}

.feature-card {
    position: absolute;
    right: 8vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: min(480px, 84vw);
    background: rgba(244, 241, 234, .94);
    backdrop-filter: blur(8px);
    padding: 5rem
}

.feature-card h2 {
    font: 3.7rem/1 var(--serif);
    margin: 1.7rem 0
}

.feature-card>p:not(.eyebrow) {
    line-height: 1.8;
    color: #555852
}

.button {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    padding: 1.1rem 1.3rem;
    text-transform: uppercase;
    font-size: .64rem;
    letter-spacing: .16em;
    font-weight: 500;
    border: 1px solid currentColor;
    margin-top: 1.5rem
}

.button.dark {
    background: var(--ink);
    color: #fff
}

.button span {
    color: var(--gold)
}

.process-head {
    display: flex;
    justify-content: space-between;
    align-items: end
}

.process-head>p {
    max-width: 400px;
    line-height: 1.8;
    color: #62655f
}

.process-line {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 9rem
}

.process-step {
    position: relative;
    border-top: 1px solid var(--line);
    padding: 2.5rem 2rem 0 0
}

.process-step>span {
    color: var(--gold);
    font-size: .7rem
}

.process-step i {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--gold);
    top: -5px;
    left: 0
}

.process-step h3 {
    font-family: var(--sans);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -.02em;
    margin: 1.7rem 0 1rem
}

.process-step p {
    color: #62655f;
    line-height: 1.7;
    font-size: .88rem
}

.projects {
    background: var(--ink-2);
    color: #fff
}

.projects-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 6rem
}

.projects-head .section-tag {
    margin-bottom: 3rem
}

.projects-head>p {
    max-width: 360px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .55)
}

.project-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 2rem
}

.project {
    overflow: hidden
}

.project-main {
    grid-row: span 2
}

.project-img {
    height: 380px;
    background-size: cover;
    background-position: center;
    transition: transform .8s
}

.project-main .project-img {
    height: 790px
}

.project:hover .project-img {
    transform: scale(1.025)
}

.img-one {
    background-image: url("./img/1.jpeg")
}

.img-two {
    background-image: url("./img/2.jpeg")
}

.img-three {
    background-image: url("./img/4.jpeg")
}

.project>div:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.4rem 0 2rem
}

.project span {
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: .58rem;
    color: rgba(255, 255, 255, .5)
}

.project h3 {
    font: 1.4rem var(--serif);
    margin: 0
}

.quote {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    background: #d8cfbd
}

.quote-copy {
    padding: 9rem 6vw 9rem 8vw
}

.quote-copy h2 {
    font: clamp(3.5rem, 5vw, 6rem)/.95 var(--serif);
    margin: 2rem 0
}

.quote-copy>p:not(.eyebrow) {
    max-width: 420px;
    line-height: 1.8
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: .7rem;
    margin-top: 4rem;
    font-size: .78rem;
    letter-spacing: .07em
}

.quote-form {
    background: var(--paper);
    padding: 8rem 8vw 8rem 6vw
}

.field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem
}

.field {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.2rem
}

.field label {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .58rem;
    color: #6b6d67;
    margin-bottom: .8rem
}

.field input,
.field select,
.field textarea {
    border: 0;
    border-bottom: 1px solid #b9b6ad;
    background: transparent;
    padding: .55rem 0;
    outline: none;
    border-radius: 0
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: var(--gold)
}

.submit {
    background: var(--ink);
    color: #fff;
    cursor: pointer
}

.form-status {
    font-size: .75rem;
    color: #4d674c
}

.form-trap {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important
}

.submit:disabled {
    cursor: wait;
    opacity: .58
}

.footer-top {
    background: var(--ink);
    color: #fff;
    padding: 6rem 8vw;
    display: grid;
    grid-template-columns: 1.1fr .8fr .9fr 1.2fr;
    align-items: end;
    border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .55rem;
    font-size: .72rem;
    line-height: 1.55;
    letter-spacing: .04em
}

.footer-contact>span {
    margin-bottom: .35rem;
    color: var(--gold);
    font-size: .56rem;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase
}

.footer-contact a {
    transition: color .3s
}

.footer-contact a:hover {
    color: var(--gold)
}

.footer-contact address {
    color: rgba(255, 255, 255, .5);
    font-style: normal
}

.footer-social {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 360px
}

.footer-social>span {
    color: var(--gold);
    font-size: .56rem;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase
}

.footer-social h3 {
    margin: .7rem 0;
    font: 1.25rem/1.2 var(--serif)
}

.footer-social p {
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, .5);
    font-size: .7rem;
    line-height: 1.65
}

.footer-social .instagram,
.footer-social .social-handle {
    align-self: flex-start;
    font-size: .62rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: color .3s
}

.footer-social .social-handle {
    margin-top: .7rem;
    color: var(--gold)
}

.footer-social a:hover {
    color: var(--gold)
}

.social-links {
    display: grid;
    width: 100%;
    gap: .55rem
}

.social-platform {
    display: grid;
    grid-template-columns: 30px 1fr 18px;
    align-items: center;
    gap: .75rem;
    width: 100%;
    padding: .75rem 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    transition: border-color .3s, color .3s
}

.social-platform svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: var(--gold);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.social-platform svg .icon-fill {
    fill: var(--gold);
    stroke: none
}

.social-platform .checkatrade-mark {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: none
}

.social-platform .checkatrade-mark .checkatrade-c {
    fill: #ed174c;
    stroke: none
}

.social-platform .checkatrade-mark .checkatrade-check {
    fill: #1760aa;
    stroke: none
}

.social-platform>span {
    font-size: .66rem;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase
}

.social-platform small {
    display: block;
    margin-top: .25rem;
    color: rgba(255, 255, 255, .45);
    font-size: .56rem;
    font-weight: 300;
    letter-spacing: .04em;
    text-transform: none
}

.social-platform b {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-family: var(--sans);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    transition: transform .3s
}

.social-platform b .ui-icon {
    width: 1em;
    height: 1em
}

.social-platform:hover {
    border-color: rgba(182, 161, 118, .65)
}

.social-platform:hover b {
    transform: translate(3px, -3px)
}

.footer-top>p {
    color: rgba(255, 255, 255, .5);
    line-height: 1.7
}

.instagram {
    justify-self: end;
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .1em
}

.footer-bottom {
    background: var(--ink);
    color: rgba(255, 255, 255, .45);
    padding: 1.6rem 8vw;
    display: flex;
    justify-content: space-between;
    font-size: .6rem;
    text-transform: uppercase;
    letter-spacing: .12em
}

.service-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    background: var(--paper);
    display: grid;
    grid-template-columns: 1fr 1fr;
    visibility: hidden;
    transform: translateY(100%);
    overflow: auto
}

.modal-close {
    position: fixed;
    right: 2rem;
    top: 2rem;
    border: 1px solid rgba(255, 255, 255, .5);
    background: var(--ink);
    color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    z-index: 2;
    font-size: 1.5rem;
    cursor: pointer
}

.modal-image {
    min-height: 100vh;
    background-size: cover;
    background-position: center
}

.modal-content {
    padding: 10rem 8vw 6rem
}

.modal-content h2 {
    font: clamp(3.2rem, 5vw, 5.8rem)/.95 var(--serif);
    margin: 2rem 0
}

.modal-lead {
    font-size: 1.2rem;
    line-height: 1.7
}

.modal-body {
    color: #60635d;
    line-height: 1.8;
    margin: 3rem 0
}

.modal-content h3 {
    font: 1.7rem var(--serif);
    border-top: 1px solid var(--line);
    padding-top: 2rem
}

.modal-content ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .9rem;
    padding: 0;
    list-style: none;
    color: #555
}

.modal-content li:before {
    content: "—";
    color: var(--gold);
    margin-right: .7rem
}

@media(max-width:900px) {

    .cursor-dot,
    .cursor-ring,
    .desktop-nav,
    .header-cta {
        display: none
    }

    .site-header {
        height: 78px
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        gap: 7px;
        padding: 10px
    }

    .menu-toggle span {
        display: block;
        width: 28px;
        height: 1px;
        background: #fff
    }

    .mobile-menu {
        display: flex;
        position: fixed;
        inset: 0;
        background: var(--ink);
        color: #fff;
        z-index: 15;
        flex-direction: column;
        justify-content: center;
        padding: 10vw;
        visibility: hidden;
        opacity: 0
    }

    .mobile-menu nav {
        display: flex;
        flex-direction: column
    }

    .mobile-menu a {
        font: 2.8rem/1.4 var(--serif)
    }

    .mobile-menu p {
        position: absolute;
        bottom: 8vw;
        color: #777
    }

    .hero-content {
        left: 7vw;
        right: 7vw;
        top: 25%
    }

    .hero h1 {
        font-size: clamp(3.4rem, 13vw, 5.7rem);
        line-height: .94
    }

    .hero h1 span:last-child {
        margin-left: 0
    }

    .hero-bottom {
        justify-content: flex-start;
        align-items: flex-end
    }

    .circle-link {
        min-width: 100px;
        width: 100px;
        height: 100px
    }

    .scroll-cue {
        display: none
    }

    .section-pad {
        padding: 7rem 7vw
    }

    .section-tag {
        margin-bottom: 4rem
    }

    .intro-grid,
    .process-head {
        grid-template-columns: 1fr;
        display: grid;
        gap: 3rem
    }

    .credentials {
        grid-template-columns: 1fr 1fr;
        margin-top: 5rem
    }

    .credentials div {
        padding: 1.7rem 1rem
    }

    .services-heading,
    .projects-head {
        display: block
    }

    .services-heading>p,
    .projects-head>p {
        margin-top: 2rem
    }

    .service-row {
        grid-template-columns: 40px 1fr 30px
    }

    .service-row p {
        display: none
    }

    .feature {
        height: 760px
    }

    .feature-card {
        right: 6vw;
        padding: 3rem
    }

    .process-line {
        grid-template-columns: 1fr 1fr;
        gap: 3rem 0;
        margin-top: 5rem
    }

    .project-grid {
        grid-template-columns: 1fr
    }

    .project-main {
        grid-row: auto
    }

    .project-main .project-img,
    .project-img {
        height: 480px
    }

    .quote {
        grid-template-columns: 1fr
    }

    .quote-form {
        padding: 6rem 7vw
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 2rem
    }

    .instagram {
        justify-self: start
    }

    .service-modal {
        grid-template-columns: 1fr
    }

    .modal-image {
        min-height: 48vh
    }

    .modal-content {
        padding: 5rem 7vw
    }

    .modal-close {
        top: 1rem;
        right: 1rem
    }
}

@media(max-width:560px) {
    .hero {
        min-height: 720px
    }

    .hero-bottom>p {
        font-size: .8rem
    }

    .circle-link {
        display: none
    }

    .display-title {
        font-size: 3.25rem
    }

    .credentials {
        grid-template-columns: 1fr
    }

    .credentials div {
        border-right: 0;
        border-bottom: 1px solid var(--line)
    }

    .service-row h3 {
        font-size: 1.55rem
    }

    .feature-card h2 {
        font-size: 3rem
    }

    .process-line {
        grid-template-columns: 1fr
    }

    .project-main .project-img,
    .project-img {
        height: 420px
    }

    .project>div:last-child {
        display: block
    }

    .project h3 {
        margin-top: .6rem
    }

    .field-row {
        grid-template-columns: 1fr;
        gap: 0
    }

    .quote-copy {
        padding: 7rem 7vw
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1rem
    }

    .modal-content ul {
        grid-template-columns: 1fr
    }
}

/* Refined hero CTA */
.hero-bottom { justify-content: center; gap: clamp(2rem, 7vw, 7rem) }
.hero-primary { min-width: 220px; margin: 0; padding: 1.3rem 1.5rem; border-color: rgba(255,255,255,.55); background: rgba(20,27,31,.28); color: #fff; backdrop-filter: blur(8px); transition: background .35s,color .35s,border-color .35s }
.hero-primary:hover { background: var(--gold); border-color: var(--gold); color: var(--ink) }

/* Real JB work in the complete-approach feature */
.feature-image { background-image: url("img/1.jpeg"); background-position: center 46% }
.feature-card { width: min(540px,86vw); padding: 4rem }
.feature-gallery { display: grid; grid-template-columns: 1.2fr .8fr; gap: .7rem; margin: 2rem 0 .5rem }
.feature-gallery figure { height: 116px; margin: 0; overflow: hidden }
.feature-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1) }
.feature-gallery figure:hover img { transform: scale(1.06) }

/* Editorial project carousel */
.project-carousel { overflow: hidden; width: min(100%,900px); margin: 0 auto }
.project-track { display: flex; align-items: flex-start; will-change: transform }
.project-slide { position: relative; flex: 0 0 100%; min-width: 0; overflow: hidden }
.project-slide::before { content: ""; position: absolute; inset: 0 0 78px; z-index: 0; background-image: var(--slide-bg); background-size: cover; background-position: center; filter: blur(24px) brightness(.5) saturate(.75); transform: scale(1.08) }
.project-slide>img { position: relative; z-index: 1; display: block; width: 100%; height: 680px; min-height: 0; object-fit: contain; object-position: center; background: transparent; filter: saturate(.9) contrast(1.02) }
.project-slide:nth-child(1)>img { object-position: center 58% }
.project-slide>div { display: flex; justify-content: space-between; align-items: center; padding: 1.6rem 0 }
.project-slide span { color: rgba(255,255,255,.5); font-size: .6rem; letter-spacing: .14em; text-transform: uppercase }
.project-slide h3 { margin: 0; font: 1.65rem var(--serif) }
.carousel-controls { display: flex; align-items: center; justify-content: space-between; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.18) }
.carousel-count { color: rgba(255,255,255,.45); font-size: .68rem; letter-spacing: .16em }
.carousel-count b { color: var(--gold); font-weight: 500 }
.carousel-controls button { width: 52px; height: 52px; margin-left: .5rem; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; transition: background .3s,color .3s,border-color .3s }
.carousel-controls button:hover { background: var(--gold); border-color: var(--gold); color: var(--ink) }

@media(max-width:900px) {
    .hero-bottom { align-items: flex-start; flex-direction: column; gap: 1.5rem }
    .feature-card { padding: 3rem }
    .project-carousel { width: min(100%,760px) }
    .project-slide>img { height: 580px }
}

@media(max-width:560px) {
    .hero-primary { min-width: 210px }
    .feature-gallery figure { height: 92px }
    .project-carousel { width: 100% }
    .project-slide>img { height: 480px }
    .project-slide>div { display: block }
    .project-slide h3 { margin-top: .6rem }
}

/* Official JB signature — the original PNG remains untouched. */
.brand {
    position: relative;
    flex: 0 0 auto;
    width: 90px;
    height: 58px;
    gap: 0;
    overflow: hidden;
    background-image: url("img/logo1.png");
    background-repeat: no-repeat;
    background-size: 62px auto;
    background-position: center 44%;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, .12))
}

.brand-footer {
    position: relative;
    flex: 0 0 auto;
    width: 90px;
    height: 58px;
    gap: 0;
    overflow: hidden;
    background-image: url("img/logo.png");
    background-repeat: no-repeat;
    background-size: 62px auto;
    background-position: center 44%;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, .12))
}

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

.site-header.scrolled .brand {
    width: 80px;
    height: 48px;
    background-size: 53px auto
}

.footer-brand {
    width: 150px;
    height: 150px;
    background-size: contain;
    background-position: center
}

@media(max-width:560px) {
    .site-header .brand {
        width: 80px;
        height: 48px;
        background-size: 76px auto
    }

    .footer-brand {
        width: 104px;
        height: 104px;
        background-size: contain
    }
}

@media(max-width:560px) {
    .credentials div:first-child {
        padding-left: 1rem
    }

    .site-header .brand,
    .site-header.scrolled .brand {
        width: 56px;
        height: 56px;
        background-size: 52px auto;
        background-position: center
    }

    .footer-top>.brand-footer {
        width: 180px;
        height: 180px;
        background-size: contain;
        background-position: center
    }

    .footer-top>.footer-social {
        order: 3
    }

    .footer-top>.footer-contact {
        order: 4;
        padding-top: 1.5rem;
        border-top: 1px solid rgba(255, 255, 255, .12)
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *:before,
    *:after {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important
    }

    .loader {
        display: none
    }
}

/* Architectural service pictograms */
.service-row {
    grid-template-columns: 52px 74px 1.2fr .8fr 40px;
    gap: 1rem;
    transition: padding .4s, background .4s
}

.service-row:hover {
    padding-left: 1.2rem
}

.service-icon {
    width: 54px;
    height: 54px;
    fill: none;
    stroke: rgba(255, 255, 255, .52);
    stroke-width: 1.25;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .45s cubic-bezier(.2, .8, .2, 1), stroke .35s
}

.service-row:hover .service-icon {
    stroke: var(--gold);
    transform: rotate(-4deg) scale(1.08)
}

.service-row b {
    transition: transform .35s
}

.service-row:hover b {
    transform: translate(4px, -4px)
}

@media(max-width:900px) {
    .service-row {
        grid-template-columns: 32px 52px 1fr 25px;
        gap: .7rem
    }

    .service-icon {
        width: 42px;
        height: 42px
    }
}

@media(max-width:560px) {
    .service-row {
        grid-template-columns: 26px 42px 1fr 20px
    }

    .service-row h3 {
        font-size: 1.5rem
    }

    .service-icon {
        width: 36px;
        height: 36px
    }
}
