:root{
    --bg:#f2f0eb;
    --paper:#faf9f6;
    --soft:#e8e5de;
    --ink:#181817;
    --muted:#696761;
    --line:#d2cec5;
    --accent:#a45140;
    --white:#f8f7f2;
    --container:1180px;
    --gutter:32px
}
 *{
    box-sizing:border-box
}
 html{
    scroll-behavior:smooth
}
 body{
    margin:0;
    background:var(--bg);
    color:var(--ink);
    font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:16px;
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility
}
 a{
    color:inherit
}
 img{
    display:block;
    max-width:100%
}
 :focus-visible{
    outline:3px solid var(--accent);
    outline-offset:4px
}
 .container{
    width:min(calc(100% - (var(--gutter)*2)),var(--container));
    margin-inline:auto
}
 .skip-link{
    position:absolute;
    top:-56px;
    left:16px;
    z-index:100;
    padding:10px 14px;
    background:var(--ink);
    color:var(--white)
}
.skip-link:focus{
    top:12px
}
 .site-header{
    position:sticky;
    top:0;
    z-index:40;
    background:rgba(242,240,235,.95);
    border-bottom:1px solid var(--line);
    backdrop-filter:blur(8px)
}
 .header-inner{
    min-height:68px;
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:28px
}
.wordmark{
    font-size:14px;
    line-height:1;
    font-weight:750;
    letter-spacing:-.035em;
    text-decoration:none
}
.main-nav{
    display:flex;
    justify-content:center;
    gap:30px
}
.main-nav a{
    color:var(--muted);
    text-decoration:none;
    font-size:13px
}
.main-nav a:hover{
    color:var(--ink)
}
.header-cta{
    padding:10px 15px;
    border:1px solid var(--ink);
    border-radius:999px;
    text-decoration:none;
    font-size:13px;
    font-weight:700
}
.header-cta:hover{
    background:var(--ink);
    color:var(--white)
}
 .hero{
    padding:24px 0 72px;
    border-bottom:1px solid var(--line)
}
.hero-meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:var(--muted);
    font-size:10px;
    line-height:1;
    letter-spacing:.14em;
    text-transform:uppercase
}
.hero-copy{
    padding-top:clamp(46px,7vw,75px)
}
.eyebrow{
    margin:0 0 18px;
    color:var(--accent);
    font-size:11px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.14em;
    text-transform:uppercase
}
.hero h1{
    max-width:1040px;
    margin:0;
    font-size:clamp(54px,8.3vw,112px);
    line-height:.9;
    letter-spacing:-.04em;
    font-weight:690
}
.hero-bottom{
    display:grid;
    grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);
    align-items:end;
    gap:50px;
    margin-top:36px
}
.hero-bottom>p{
    max-width:640px;
    margin:0;
    color:#46443e;
    font-size:clamp(18px,1.8vw,22px);
    line-height:1.45
}
.button{
    display:inline-flex;
    min-height:49px;
    align-items:center;
    justify-content:center;
    padding:0 21px;
    border:1px solid transparent;
    border-radius:999px;
    font-size:14px;
    font-weight:730;
    line-height:1;
    text-decoration:none;
    transition:transform .18s ease,background-color .18s ease,color .18s ease
}
.button:hover{
    transform:translateY(-1px)
}
.button-dark{
    background:var(--ink);
    color:var(--white);
    border-color:var(--ink)
}
.button-dark:hover{
    background:#2b2a27
}
.button-light{
    background:var(--white);
    color:var(--ink);
    border-color:var(--white)
}
.button-light:hover{
    background:#ebe8e1
}
.text-link{
    color:var(--muted);
    font-size:13px;
    font-weight:700;
    text-decoration:none
}
.text-link:hover{
    color:var(--ink)
}
 .hero-media{
    margin:58px 0 0
}
.hero-media img{
    width:100%;
    aspect-ratio:8/5;
    object-fit:cover;
    object-position:center 25%;
}
.hero-media figcaption{
    display:flex;
    justify-content:space-between;
    gap:24px;
    padding-top:11px;
    color:var(--muted);
    font-size:10px;
    line-height:1.2;
    letter-spacing:.12em;
    text-transform:uppercase
}
.hero-note{
    display:grid;
    grid-template-columns:60px 1fr;
    gap:20px;
    align-items:start;
    margin-top:24px;
    padding-top:14px;
    border-top:1px solid var(--line)
}
.age-mark{
    color:var(--accent);
    font-size:12px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.12em
}
.hero-note p{
    max-width:640px;
    margin:0;
    color:var(--muted);
    font-size:12px;
    line-height:1.5
}
 .statement{
    padding:clamp(92px,12vw,155px) 0;
    border-bottom:1px solid var(--line);
    background:var(--paper)
}
.statement-inner{
    display:grid;
    grid-template-columns:64px minmax(0,1fr);
    gap:28px
}
.section-index{
    color:var(--accent);
    font-size:11px;
    font-weight:800;
    line-height:1.2;
    letter-spacing:.11em;
    font-variant-numeric:tabular-nums
}
.statement h2{
    max-width:980px;
    margin:0;
    font-size:clamp(40px,5.8vw,72px);
    line-height:.98;
    letter-spacing:-.055em;
    font-weight:650
}
.statement-lead{
    max-width:630px;
    margin:28px 0 0;
    color:var(--muted);
    font-size:16px
}
 .role-section,.process-section,.fit-section,.faq-section{
    padding:clamp(90px,12vw,150px) 0
}
.section-grid{
    display:grid;
    grid-template-columns:190px minmax(0,1fr);
    gap:clamp(44px,8vw,110px);
    align-items:start
}
.section-intro{
    padding-top:4px
}
.section-caption{
    margin:10px 0 0;
    color:var(--muted);
    font-size:10px;
    line-height:1.3;
    letter-spacing:.14em;
    text-transform:uppercase
}
.section-content h2{
    margin:0 0 42px;
    font-size:clamp(42px,5vw,64px);
    line-height:.98;
    letter-spacing:-.04em;
    font-weight:650
}
.editorial-list,.process-list,.faq-list{
    border-top:1px solid var(--line)
}
.list-row,.process-list li{
    display:grid;
    grid-template-columns:54px minmax(0,1fr);
    gap:20px;
    padding:24px 0;
    border-bottom:1px solid var(--line)
}
.row-index{
    color:var(--accent);
    font-size:11px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.1em;
    font-variant-numeric:tabular-nums
}
.list-row h3,.process-list h3{
    margin:-2px 0 7px;
    font-size:20px;
    line-height:1.2;
    letter-spacing:-.03em;
    font-weight:680
}
.list-row p,.process-list p{
    margin:0;
    max-width:700px;
    color:var(--muted);
    font-size:15px
}
 .photo-break{
    padding:0 0 clamp(90px,12vw,150px)
}
.photo-break-inner{
    display:grid;
    grid-template-columns:190px minmax(0,1fr);
    gap:clamp(44px,8vw,110px);
    align-items:end
}
.photo-small-label{
    align-self:start;
    color:var(--accent);
    font-size:11px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.11em
}
.secondary-photo{
    margin:0
}
.secondary-photo img{
    width:100%;
    aspect-ratio:3/2;
    object-fit:cover;
    object-position:center 35%
}
.secondary-photo figcaption{
    margin-top:10px;
    color:var(--muted);
    font-size:10px;
    line-height:1.3
}
.photo-statement{
    grid-column:2;
    max-width:610px;
    margin:28px 0 0;
    font-size:clamp(25px,3vw,38px);
    line-height:1.06;
    letter-spacing:-.045em
}
 .process-section{
    background:var(--soft)
}
.process-list{
    list-style:none;
    padding:0;
    margin:0
}
.process-list li{
    align-items:start
}
.fit-section{
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
    background:var(--paper)
}
.fit-content h2{
    max-width:950px
}
.fit-content p{
    max-width:710px;
    margin:0;
    color:var(--muted);
    font-size:16px
}
.fit-content p+p{
    margin-top:20px
}
.faq-section{
    background:var(--bg)
}
.faq-list details{
    border-bottom:1px solid var(--line)
}
.faq-list summary{
    position:relative;
    padding:20px 42px 20px 0;
    cursor:pointer;
    list-style:none;
    font-size:16px;
    line-height:1.4;
    font-weight:680
}
.faq-list summary::-webkit-details-marker{
    display:none
}
.faq-list summary::after{
    content:"+";
    position:absolute;
    top:15px;
    right:0;
    color:var(--muted);
    font-size:24px;
    font-weight:300
}
.faq-list details[open] summary::after{
    content:"−"
}
.faq-list details p{
    max-width:720px;
    margin:0;
    padding:0 50px 22px 0;
    color:var(--muted);
    font-size:15px
}
 .final-cta{
    padding:clamp(100px,13vw,180px) 0;
    background:var(--ink);
    color:var(--white)
}
.cta-inner{
    max-width:860px
}
.section-index-light{
    color:#d09b8e
}
.eyebrow-light{
    color:#d09b8e;
    margin-top:26px
}
.final-cta h2{
    max-width:860px;
    margin:0 0 22px;
    font-size:clamp(50px,7vw,96px);
    line-height:.92;
    letter-spacing:-.04em;
    font-weight:650
}
.final-cta p:not(.eyebrow){
    max-width:620px;
    margin:0;
    color:#bbb8b0;
    font-size:18px
}
.final-cta .button{
    margin-top:34px
}
.site-footer{
    background:var(--ink);
    color:var(--white);
    border-top:1px solid #373630
}
.footer-inner{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:35px;
    padding:30px 0 38px
}
.wordmark-light{
    color:var(--white)
}
.footer-inner p{
    margin:9px 0 0;
    color:#90908a;
    font-size:12px
}
.footer-links{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:10px 25px;
    color:#aaa8a1;
    font-size:12px
}
.footer-links a{
    text-decoration:none
}
.footer-links a:hover{
    color:var(--white)
}
 @media(max-width:900px){
    :root{
        --gutter:24px
    }
    .main-nav{
        display:none
    }
    .header-inner{
        grid-template-columns:auto auto;
        justify-content:space-between
    }
    .hero-bottom{
        grid-template-columns:1fr;
        gap:24px
    }
    .hero-actions{
        justify-content:flex-start
    }
    .section-grid,.photo-break-inner{
        grid-template-columns:1fr;
        gap:28px
    }
    .photo-statement{
        grid-column:auto
    }
}
 @media(max-width:560px){
    :root{
        --gutter:16px
    }
    body{
        font-size:15px
    }
    .header-inner{
        min-height:62px;
        gap:12px
    }
    .header-cta{
        padding:9px 12px;
        font-size:12px
    }
    .hero{
        padding-top:18px
    }
    .hero-meta{
        font-size:8px
    }
    .hero-copy{
        padding-top:48px
    }
    .eyebrow{
        font-size:9px
    }
    .hero h1{
        font-size:clamp(43px,14vw,66px);
        line-height:.92
    }
    .hero-bottom{
        margin-top:27px
    }
    .hero-bottom>p{
        font-size:18px
    }
    .hero-actions{
        flex-direction:column;
        align-items:stretch
    }
    .hero-actions .button{
        width:100%
    }
    .hero-media{
        margin-top:40px
    }
    .hero-media img{
        aspect-ratio:4/5
    }
    .hero-media figcaption{
        font-size:8px
    }
    .hero-note{
        grid-template-columns:42px 1fr;
        gap:14px
    }
    .hero-note p{
        font-size:11px
    }
    .statement-inner{
        grid-template-columns:42px 1fr;
        gap:18px
    }
    .statement h2{
        font-size:clamp(36px,11vw,49px)
    }
    .statement-lead{
        font-size:15px
    }
    .section-grid{
        gap:23px
    }
    .section-content h2{
        margin-bottom:31px;
        font-size:clamp(37px,10.5vw,50px)
    }
    .list-row,.process-list li{
        grid-template-columns:38px 1fr;
        gap:14px;
        padding:21px 0
    }
    .list-row h3,.process-list h3{
        font-size:19px
    }
    .list-row p,.process-list p{
        font-size:14px
    }
    .secondary-photo img{
        aspect-ratio:4/3
    }
    .photo-statement{
        font-size:28px
    }
    .faq-list summary{
        font-size:15px
    }
    .faq-list details p{
        font-size:14px
    }
    .final-cta h2{
        font-size:clamp(45px,13vw,64px)
    }
    .final-cta p:not(.eyebrow){
        font-size:17px
    }
    .final-cta .button{
        width:100%
    }
    .footer-inner{
        flex-direction:column;
        padding-bottom:26px
    }
    .footer-links{
        justify-content:flex-start
    }
}
 @media(prefers-reduced-motion:reduce){
    html{
        scroll-behavior:auto
    }
    *,*::before,*::after{
        transition:none!important
    }
}
 

.parallax-section {
    background-image: url('images/photo-1534528741775-53994a69daeb.avif');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px; 
}