*{
    box-sizing:border-box;
}

:root{
    --ink:#101413;
    --ink-soft:#18201d;
    --stone:#d9d2c5;
    --sand:#b89a70;
    --gold:#d5b06f;
    --mist:rgba(255,255,255,0.08);
    --line:rgba(255,255,255,0.16);
    --text:#f6f0e6;
    --muted:#c7bba9;
}

html{
    scroll-behavior:smooth;
    width:100%;
    height:100%;
    background:#0d1110 !important;
    overflow:hidden;
    overscroll-behavior:none;
}

body{
    width:100%;
    height:100%;
    min-height:100%;
    background:#0d1110 !important;
    color:var(--text) !important;
    letter-spacing:0 !important;
    overflow:hidden;
    overscroll-behavior:none;
}

body::before{
    content:"";
    position:fixed;
    inset:0;
    pointer-events:none;
    z-index:-1;
    opacity:1;
    background:
        radial-gradient(circle at 18% 0%, rgba(213,176,111,0.22), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(86,115,104,0.26), transparent 30%),
        linear-gradient(135deg, #0d1110 0%, #17201d 44%, #0a0c0b 100%),
        linear-gradient(115deg, transparent 0 44%, rgba(255,255,255,0.045) 45%, transparent 48%),
        repeating-linear-gradient(128deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 18px);
}

.container{
    width:min(92%, 1180px) !important;
    height:100vh;
    height:100dvh;
    overflow-y:auto;
    overflow-x:hidden;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:thin;
    scrollbar-color:rgba(213,176,111,0.55) rgba(255,255,255,0.08);
}

.menu-btn{
    color:var(--text) !important;
    background:rgba(16,20,19,0.72) !important;
    border:1px solid var(--line);
    box-shadow:0 18px 45px rgba(0,0,0,0.34) !important;
}

.side-menu{
    background:rgba(12,15,14,0.94) !important;
    border-right:1px solid var(--line);
}

.side-menu a{
    color:var(--text) !important;
}

.side-menu a:hover{
    background:rgba(213,176,111,0.16) !important;
    color:#fff !important;
}

h1,
.section-title{
    color:var(--text) !important;
    text-wrap:balance;
}

p{
    color:var(--muted);
}

.home-page .hero{
    position:relative;
    min-height:100vh;
    padding:84px 0 72px;
    isolation:isolate;
}

.home-page .hero::before{
    content:"";
    position:absolute;
    inset:22px max(-4vw, -48px) 90px;
    z-index:-1;
    border-radius:36px;
    background:
        linear-gradient(90deg, rgba(13,17,16,0.92), rgba(13,17,16,0.54) 47%, rgba(13,17,16,0.20)),
        url("home.jpg") center/cover;
    box-shadow:0 34px 120px rgba(0,0,0,0.52);
}

.home-page .brand-mark{
    display:none;
}

.home-page .eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:var(--gold);
    margin:0 0 18px;
    font-size:14px;
    letter-spacing:0.18em;
    text-transform:uppercase;
}

.home-page .eyebrow::before{
    content:"";
    width:42px;
    height:1px;
    background:var(--gold);
}

.home-page h1{
    max-width:780px;
    margin-left:0;
    text-align:left;
    font-size:clamp(48px, 7vw, 92px);
    line-height:0.98;
    font-weight:800;
}

.home-page .intro{
    max-width:610px;
    margin:26px 0 0;
    text-align:left;
    color:#ddd1bf;
    font-size:21px;
}

.home-page .hero > div:first-child{
    width:min(100%, 760px);
    justify-self:start;
    padding-top:54px;
}

.hero-actions{
    justify-content:flex-start !important;
}

.pill-link{
    min-height:48px !important;
    padding:0 23px !important;
    background:linear-gradient(135deg, #f1d48e, #b7863f) !important;
    color:#14110b !important;
    box-shadow:0 16px 36px rgba(183,134,63,0.26);
}

.pill-link.secondary{
    background:rgba(255,255,255,0.08) !important;
    color:var(--text) !important;
    border:1px solid var(--line);
    box-shadow:none;
}

.home-page .product-stage{
    width:min(100%, 760px);
    margin:48px 0 0 auto;
    border:1px solid var(--line);
    border-radius:30px;
    background:rgba(255,255,255,0.08);
    box-shadow:0 30px 90px rgba(0,0,0,0.46);
    transform:translateY(-20px);
}

.home-page .banner{
    height:430px;
    filter:saturate(1.08) contrast(1.08);
}

.spec-strip{
    gap:12px !important;
    background:transparent !important;
    border-radius:0 !important;
}

.spec-strip div{
    background:linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.045)) !important;
    border:1px solid var(--line);
    border-radius:22px;
    color:var(--text);
    backdrop-filter:blur(18px);
}

.spec-strip strong{
    color:#fff;
}

.spec-strip span{
    color:var(--muted) !important;
}

.home-page .box{
    position:relative;
    display:grid;
    grid-template-columns:0.92fr 1.08fr;
    gap:48px;
    align-items:center;
    padding:92px 0 120px;
    text-align:left;
}

.home-page .section-title{
    margin:0 0 24px;
    font-size:clamp(36px, 4.5vw, 62px);
}

.home-page .story{
    color:#d2c6b8;
    font-size:19px;
}

.home-page .banner1{
    grid-column:2;
    grid-row:1 / span 2;
    width:100%;
    margin:0;
    border:1px solid var(--line);
    border-radius:30px;
    box-shadow:0 30px 90px rgba(0,0,0,0.42);
}

.sub-page .container{
    padding-top:104px !important;
}

.sub-page .box{
    position:relative;
    background:linear-gradient(145deg, rgba(255,255,255,0.11), rgba(255,255,255,0.045)) !important;
    border:1px solid var(--line);
    border-radius:34px !important;
    padding:52px !important;
    box-shadow:0 28px 90px rgba(0,0,0,0.36) !important;
    overflow:hidden;
}

.sub-page .box::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg, rgba(16,20,19,0.80), rgba(16,20,19,0.38)),
        url("home.jpg") center/cover;
    opacity:0.16;
    z-index:-1;
}

.sub-page h1{
    font-size:clamp(40px, 5vw, 68px) !important;
}

.sub-page .box > p,
.sub-page .info-text{
    color:#d2c6b8 !important;
}

.service,
.case-row,
.social-buttons a,
.info-text{
    background:linear-gradient(145deg, rgba(255,255,255,0.13), rgba(255,255,255,0.055)) !important;
    border:1px solid var(--line);
    color:var(--text) !important;
    box-shadow:0 18px 48px rgba(0,0,0,0.28) !important;
}

.service{
    position:relative;
    overflow:hidden;
}

.service::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:5px;
    background:linear-gradient(#f1d48e, #9f6f35);
}

.service h3,
.cell,
.case-id{
    color:var(--text) !important;
    background:transparent !important;
}

.service p,
.info-text p{
    color:#d2c6b8 !important;
}

.filter button{
    background:rgba(255,255,255,0.08) !important;
    border:1px solid var(--line) !important;
    color:var(--text) !important;
}

.filter button.active,
.filter button:hover{
    background:linear-gradient(135deg, #f1d48e, #b7863f) !important;
    color:#14110b !important;
}

.cell{
    border-right:1px solid rgba(255,255,255,0.12) !important;
}

.gallery img{
    border-radius:24px !important;
    border:1px solid var(--line);
    box-shadow:0 24px 70px rgba(0,0,0,0.34);
}

.back-btn{
    background:rgba(255,255,255,0.08) !important;
    border:1px solid var(--line);
    color:var(--text) !important;
}

.back-btn:hover{
    background:linear-gradient(135deg, #f1d48e, #b7863f) !important;
    color:#14110b !important;
}

.materials{
    min-height:360px !important;
    display:grid !important;
    grid-template-columns:repeat(3, 1fr);
    gap:18px;
    padding:18px;
    background:transparent !important;
    box-shadow:none !important;
}

.material-card{
    min-height:260px;
    border-radius:28px;
    padding:22px;
    display:flex;
    align-items:flex-end;
    text-align:left;
    color:#fff;
    border:1px solid var(--line);
    overflow:hidden;
    background-size:cover;
    background-position:center;
    box-shadow:0 22px 60px rgba(0,0,0,0.34);
}

.material-card:nth-child(1){
    background-image:linear-gradient(rgba(0,0,0,0.18), rgba(0,0,0,0.62)), url("S__36126863_0.jpg");
}

.material-card:nth-child(2){
    background-image:linear-gradient(rgba(0,0,0,0.18), rgba(0,0,0,0.62)), url("A007/S__36126908_0.jpg");
}

.material-card:nth-child(3){
    background-image:linear-gradient(rgba(0,0,0,0.18), rgba(0,0,0,0.62)), url("A001/A001-1.jpg");
}

.material-card strong{
    display:block;
    margin-bottom:6px;
    font-size:20px;
}

.material-card span{
    color:#ded3c2;
    font-size:14px;
}

.social-buttons a{
    color:var(--text) !important;
}

@media (max-width:760px){
    .home-page .hero{
        padding-top:82px;
    }

    .home-page .hero::before{
        inset:0 -18px 44%;
        border-radius:0 0 28px 28px;
    }

    .home-page .hero > div:first-child{
        padding-top:16px;
    }

    .home-page h1,
    .home-page .intro{
        text-align:left;
    }

    .home-page h1{
        font-size:42px;
        line-height:1.04;
    }

    .home-page .intro{
        font-size:18px;
    }

    .home-page .product-stage{
        margin-top:30px;
        transform:none;
    }

    .home-page .banner{
        height:310px;
    }

    .home-page .box{
        display:block;
        padding:56px 0 82px;
    }

    .home-page .banner1{
        margin-top:30px;
    }

    .sub-page .box{
        padding:30px 22px !important;
        border-radius:26px !important;
    }

    .materials{
        grid-template-columns:1fr;
        padding:0;
    }

    .case-row{
        display:grid !important;
        grid-template-columns:1fr 1fr;
    }
}
