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

html{
    scroll-behavior:smooth;
}

body{
    font-family:-apple-system,BlinkMacSystemFont,sans-serif;
    background:#111;
    color:white;
}

#subheadline,
#hero-text,
#hero-button{

    opacity:0;

    transform:translateY(20px);

    transition:
        opacity .8s ease,
        transform .8s ease;
}

.visible{

    opacity:1 !important;

    transform:translateY(0) !important;
}
#progress-line{
    position:fixed;

    left:0;
    top:0;

    width:4px;
    height:0;

    background:#f5c400;

    z-index:9999;

    transition:height .1s linear;
}
#hero{
    height:180vh;
    position:relative;
}
#hero-image{

    position:sticky;
    top:0;

    width:100%;
    height:100vh;

    object-fit:cover;

    display:block;

    transform:scale(1.12);

    transition:
        transform .15s linear,
        filter .4s ease;

    filter:
        blur(3px)
        brightness(.85);
}
}
#hero canvas{
    position:sticky;
    top:0;
    width:100%;
    height:100vh;
    object-fit:cover;
    display:block;
}

.overlay{
    position:fixed;
    inset:0;

    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,.55) 0%,
        rgba(0,0,0,.25) 45%,
        rgba(0,0,0,.05) 100%
    );

    pointer-events:none;
}

.hero-card{

    position:fixed;

    left:8%;
    top:50%;

    transform:translateY(-50%);

    z-index:100;

    width:min(520px,80vw);

background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.15);
    border-radius:24px;

    padding:40px;

    transition:
        opacity .6s ease,
        transform .6s ease;
}

.eyebrow{
    display:block;

    color:#f5c400;

    letter-spacing:2px;

    text-transform:uppercase;

    font-size:.8rem;

    margin-bottom:16px;
}

h1{
    font-size:clamp(2.8rem,6vw,5rem);

    line-height:1;

    margin-bottom:20px;
}

h2{
    font-size:clamp(1.1rem,2vw,1.6rem);

    font-weight:400;

    opacity:.9;

    margin-bottom:24px;
}

.hero-card p{
    line-height:1.6;

    opacity:.8;

    margin-bottom:30px;
}

.cta{
    display:inline-block;

    background:#f5c400;

    color:black;

    text-decoration:none;

    padding:16px 28px;

    border-radius:999px;

    font-weight:700;
}

.placeholder{

    min-height:100vh;

    background:#111;

    color:white;

    display:flex;

    justify-content:center;

    align-items:center;

    padding:100px 30px;
}

.statement{

    max-width:900px;

    text-align:center;
}

.statement h2{

    font-size:clamp(3rem,8vw,6rem);

    margin-bottom:20px;
}

.statement h3{

    color:#f5c400;

    font-size:clamp(1.5rem,4vw,3rem);

    margin-bottom:40px;
}

.statement p{

    font-size:1.3rem;

    line-height:1.8;

    opacity:.8;
}

@media(max-width:768px){

    .hero-card{

        left:20px;
        right:20px;

        width:auto;

        top:auto;
        bottom:50px;

        transform:none;

        padding:24px;
    }

    h1{
        font-size:2.5rem;
    }
}

.problem-section{

    min-height:100vh;

    background:#111;

    color:white;

    display:flex;

    align-items:center;

    justify-content:center;

    padding:120px 30px;
}

.problem-container{

    max-width:900px;

    text-align:center;
}

.problem-label{

    color:#f5c400;

    letter-spacing:3px;

    font-size:.8rem;

    margin-bottom:25px;
}

.problem-headline{

    font-size:clamp(3rem,8vw,6rem);

    line-height:1;

    margin-bottom:15px;
}

.problem-subheadline{

    color:#f5c400;

    font-size:clamp(1.5rem,4vw,3rem);

    margin-bottom:60px;
}

.problem-text p{

    font-size:1.4rem;

    margin-bottom:20px;

    opacity:.85;
}

.problem-highlight{

    font-size:clamp(2rem,6vw,4rem);

    font-weight:700;

    margin:80px 0;

    color:#f5c400;
}

.problem-description{

    max-width:700px;

    margin:auto;
}

.problem-description p{

    font-size:1.25rem;

    line-height:1.9;

    margin-bottom:20px;

    opacity:.85;
}

.gold-text{

    color:#f5c400;

    font-weight:700;

    font-size:1.8rem !important;
}
.philosophy-section{

    background:#f7f5ef;

    color:#111;

    padding:140px 30px;
}

.philosophy-container{

    max-width:1300px;

    margin:auto;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;
}

.philosophy-image{

    position:relative;
}

.philosophy-image img{

    width:100%;

    border-radius:24px;

    display:block;

    box-shadow:
    0 25px 60px rgba(0,0,0,.12);
}

.section-eyebrow{

    display:block;

    color:#c9a227;

    letter-spacing:3px;

    font-size:.8rem;

    margin-bottom:20px;
}

.philosophy-content h2{

    font-size:clamp(2.5rem,5vw,4.5rem);

    line-height:1.1;

    margin-bottom:35px;
}

.philosophy-content p{

    font-size:1.2rem;

    line-height:1.9;

    margin-bottom:20px;

    color:#555;
}

.philosophy-highlight{

    margin-top:40px;

    font-size:1.5rem;

    font-weight:700;

    color:#c9a227;
}

.stone-tag{

    position:absolute;

    background:white;

    color:#111;

    padding:12px 18px;

    border-radius:999px;

    font-weight:600;

    box-shadow:
    0 10px 30px rgba(0,0,0,.15);
}

.tag1{
    top:8%;
    left:8%;
}

.tag2{
    top:22%;
    right:5%;
}

.tag3{
    top:40%;
    left:3%;
}

.tag4{
    top:58%;
    right:6%;
}

.tag5{
    bottom:20%;
    left:8%;
}

.tag6{
    bottom:5%;
    right:10%;
}

@media(max-width:900px){

    .philosophy-container{

        grid-template-columns:1fr;

        gap:50px;
    }

    .stone-tag{

        font-size:.8rem;

        padding:10px 14px;
    }
}
.about-section{

    background:white;

    padding:140px 30px;
}

.about-container{

    max-width:1300px;

    margin:auto;

    display:grid;

    grid-template-columns:600px 1fr;

    gap:90px;

    align-items:center;
}

.about-image img{

    width:100%;

    border-radius:28px;

    display:block;

    box-shadow:
    0 25px 60px rgba(0,0,0,.12);
}

.about-content h2{

    font-size:clamp(2.5rem,5vw,4.5rem);

    color:#111;

    margin-bottom:30px;
}

.about-intro{

    font-size:1.5rem !important;

    color:#111 !important;

    font-weight:600;

    margin-bottom:25px !important;
}

.about-content p{

    font-size:1.15rem;

    line-height:1.9;

    color:#555;

    margin-bottom:20px;
}

.about-values{

    margin-top:40px;

    display:flex;

    flex-direction:column;

    gap:18px;

    font-weight:600;

    color:#111;
}

@media(max-width:900px){

    .about-container{

        grid-template-columns:1fr;
    }
}
.process-section{

    background:#111;

    color:white;

    padding:160px 30px;
}

.process-container{

    max-width:1300px;

    margin:auto;

    text-align:center;
}

.process-container h2{

    font-size:clamp(2.8rem,5vw,5rem);

    margin-bottom:25px;
}

.process-intro{

    max-width:700px;

    margin:0 auto 80px;

    font-size:1.2rem;

    line-height:1.8;

    color:#bbb;
}

.process-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;
}

.process-card{

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.08);

    border-radius:24px;

    padding:45px;

    backdrop-filter:blur(10px);

    transition:.3s ease;
}

.process-card:hover{

    transform:translateY(-8px);

    border-color:#f5c400;
}

.process-number{

    color:#f5c400;

    font-size:3rem;

    font-weight:700;

    margin-bottom:20px;
}

.process-card h3{

    font-size:1.8rem;

    margin-bottom:20px;
}

.process-card p{

    color:#ccc;

    line-height:1.8;
}

@media(max-width:900px){

    .process-grid{

        grid-template-columns:1fr;
    }
}
.cta-section{

    background:#f7f5ef;

    padding:160px 30px;
}

.cta-container{

    max-width:1300px;

    margin:auto;

    display:grid;

    grid-template-columns:500px 1fr;

    gap:90px;

    align-items:center;
}

.cta-image img{

    width:100%;

    border-radius:28px;

    display:block;

    box-shadow:
    0 25px 60px rgba(0,0,0,.12);
}

.cta-content h2{

    font-size:clamp(2.5rem,5vw,4.5rem);

    color:#111;

    margin-bottom:30px;
}

.cta-text{

    font-size:1.35rem !important;

    color:#111 !important;

    font-weight:600;

    margin-bottom:25px !important;
}

.cta-content p{

    font-size:1.15rem;

    line-height:1.9;

    color:#555;

    margin-bottom:20px;
}

.cta-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

    margin-top:40px;
}

.cta-primary{

    background:#f5c400;

    color:#111;

    text-decoration:none;

    padding:18px 34px;

    border-radius:999px;

    font-weight:700;

    transition:.3s ease;
}

.cta-primary:hover{

    transform:translateY(-3px);
}

.cta-secondary{

    border:2px solid #f5c400;

    color:#111;

    text-decoration:none;

    padding:18px 34px;

    border-radius:999px;

    font-weight:700;

    transition:.3s ease;
}

.cta-secondary:hover{

    background:#f5c400;
}

@media(max-width:900px){

    .cta-container{

        grid-template-columns:1fr;
    }

    .cta-buttons{

        flex-direction:column;
    }
}
.fade-section{

    opacity:0;

    transform:translateY(80px);

    transition:
        opacity 1s ease,
        transform 1s ease;
}

.fade-section.fade-in{

    opacity:1;

    transform:translateY(0);
}
.stone-hidden{

    opacity:0;

    transform:translateY(30px);

    transition:
        opacity .8s ease,
        transform .8s ease;
}

.stone-visible{

    opacity:1;

    transform:translateY(0);
}
.site-footer{

    background:#111;

    color:white;

    text-align:center;

    padding:80px 30px;
}

.site-footer h3{

    font-size:2rem;

    margin-bottom:15px;
}

.site-footer p{

    color:#999;

    margin-bottom:30px;
}

.footer-links{

    display:flex;

    justify-content:center;

    gap:25px;

    flex-wrap:wrap;
}

.footer-links a{

    color:#f5c400;

    text-decoration:none;
}