:root{
    --rose:#d88c9a;
    --rose-deep:#9f5b6a;
    --blush:#fff1f5;
    --cream:#fffaf8;
    --lavender:#f4edff;
    --ink:#3f3538;
    --muted:#75686c;
    --line:#efd8df;
    --white:#fff
}
*{
    box-sizing:border-box
}
html{
    scroll-behavior:smooth
}
body{
    margin:0;
    font-family:"Segoe UI",Arial,sans-serif;
    color:var(--ink);
    background:var(--cream);
    line-height:1.7
}
img{
    display:block;
    max-width:100%
}
a{
    color:inherit
}
.container{
    width:min(1100px,calc(100% - 40px));
    margin:auto
}
.site-header{
    position:sticky;
    top:0;
    z-index:100;
    background:rgba(255,250,248,.94);
    backdrop-filter:blur(12px);
    border-bottom:1px solid var(--line)
}
.nav{
    width:min(1100px,calc(100% - 40px));
    min-height:78px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:22px
}
.brand{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none
}
.brand img{
    width:48px;
    height:48px;
    object-fit:contain;
    border-radius:50%
}
.brand strong{
    display:block;
    color:var(--rose-deep);
    font-size:1.08rem;
    line-height:1.1
}
.brand span{
    display:block;
    font-size:.74rem;
    color:var(--muted);
    margin-top:3px
}
.nav-links{
    display:flex;
    align-items:center;
    gap:7px
}
.nav-links a{
    text-decoration:none;
    color:var(--rose-deep);
    font-weight:700;
    font-size:.92rem;
    padding:9px 12px;
    border-radius:999px
}
.nav-links a:hover,.nav-links a.active{
    background:var(--blush);
    color:var(--rose)
}
.menu-toggle{
    display:none;
    background:transparent;
    border:0;
    font-size:1.45rem;
    color:var(--rose-deep)
}
.hero{
    padding:28px 0 82px;
    background:linear-gradient(180deg,#fff5f7 0%,var(--cream) 82%)
}
.hero-grid{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:56px;
    align-items:center
}
.eyebrow{
    display:inline-block;
    color:var(--rose-deep);
    font-size:.74rem;
    font-weight:850;
    letter-spacing:.16em;
    text-transform:uppercase;
    margin-bottom:14px
}
.hero h1,.section-title,.page-title{
    font-family:Georgia,serif;
    color:#5b4248;
    line-height:1.04;
    letter-spacing:-.03em
}
.hero h1{
    font-size:clamp(3rem,6vw,5.7rem);
    margin:0 0 22px
}
.hero p{
    color:var(--muted);
    font-size:1.08rem;
    max-width:620px
}
.hero-art{
    position:relative
}
.hero-art img{
    width:100%;
    min-height:440px;
    object-fit:cover;
    border-radius:28px;
    box-shadow:0 24px 60px rgba(111,69,80,.16)
}
.hero-note{
    position:absolute;
    left:-24px;
    bottom:26px;
    max-width:250px;
    background:var(--white);
    border:1px solid var(--line);
    border-radius:18px;
    padding:18px 20px;
    box-shadow:0 16px 38px rgba(111,69,80,.12)
}
.hero-note strong{
    display:block;
    color:var(--rose-deep);
    font-family:Georgia,serif;
    font-size:1.1rem
}
.hero-note span{
    display:block;
    color:var(--muted);
    font-size:.84rem;
    line-height:1.45;
    margin-top:4px
}
.btn-row{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:28px
}
.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:0 22px;
    border-radius:999px;
    text-decoration:none;
    font-weight:800;
    font-size:.92rem;
    transition:.2s
}
.btn:hover{
    transform:translateY(-2px)
}
.btn-primary{
    background:var(--rose);
    color:#fff;
    box-shadow:0 12px 25px rgba(216,140,154,.22)
}
.btn-secondary{
    border:1px solid var(--rose);
    color:var(--rose-deep);
    background:#fff
}
.trust-bar{
    background:#fff;
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line)
}
.trust-items{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    padding:23px 0
}
.trust-item{
    text-align:center
}
.trust-item strong{
    display:block;
    color:var(--rose-deep);
    font-family:Georgia,serif;
    font-size:1.05rem
}
.trust-item span{
    display:block;
    color:var(--muted);
    font-size:.85rem
}
.section{
    padding:90px 0
}
.section-soft{
    background:linear-gradient(180deg,var(--blush),#fff)
}
.section-lavender{
    background:linear-gradient(180deg,var(--lavender),#fff)
}
.section-head{
    max-width:720px;
    margin:0 auto 44px;
    text-align:center
}
.section-title{
    font-size:clamp(2.5rem,5vw,4.4rem);
    margin:0 0 16px
}
.section-head p,.copy p{
    color:var(--muted)
}
.story-grid{
    display:grid;
    grid-template-columns:.85fr 1.15fr;
    gap:56px;
    align-items:center
}
.story-photo{
    padding:10px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:28px;
    box-shadow:0 20px 45px rgba(111,69,80,.08)
}
.story-photo img{
    width:100%;
    border-radius:20px;
    max-height:620px;
    object-fit:cover
}
.copy h2{
    font-family:Georgia,serif;
    font-size:clamp(2.2rem,4vw,3.8rem);
    line-height:1.08;
    color:#5b4248;
    margin:0 0 18px
}
.copy p{
    margin:0 0 15px
}
.specialties{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px
}
.specialty{
    overflow:hidden;
    background:#fff;
    border:1px solid var(--line);
    border-radius:22px;
    box-shadow:0 12px 28px rgba(111,69,80,.06)
}
.specialty img{
    width:100%;
    height:280px;
    object-fit:cover
}
.specialty div{
    padding:22px
}
.specialty h3{
    font-family:Georgia,serif;
    color:#5b4248;
    font-size:1.5rem;
    margin:0 0 7px
}
.specialty p{
    margin:0;
    color:var(--muted);
    font-size:.93rem
}
.process{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px
}
.process-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:20px;
    padding:28px
}
.process-card .num{
    color:var(--rose);
    font-weight:900;
    font-size:.76rem;
    letter-spacing:.14em
}
.process-card h3{
    font-family:Georgia,serif;
    font-size:1.45rem;
    color:#5b4248;
    margin:14px 0 8px
}
.process-card p{
    margin:0;
    color:var(--muted);
    font-size:.94rem
}
.albums{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px
}
.album{
    background:#fff;
    border:1px solid var(--line);
    border-radius:22px;
    padding:10px;
    text-align:left;
    overflow:hidden;
    box-shadow:0 12px 28px rgba(111,69,80,.06);
    cursor:pointer;
    transition:.2s
}
.album:hover{
    transform:translateY(-4px)
}
.album img{
    width:100%;
    height:270px;
    object-fit:cover;
    border-radius:15px
}
.album-copy{
    padding:16px 10px 10px
}
.album-copy strong{
    display:block;
    font-family:Georgia,serif;
    font-size:1.25rem;
    color:#5b4248
}
.album-copy span{
    color:var(--muted);
    font-size:.88rem
}
.cta{
    padding:96px 0;
    background:radial-gradient(circle at 20% 20%,rgba(216,140,154,.16),transparent 22rem),linear-gradient(135deg,#fff0f5,#f7efff)
}
.cta-box{
    max-width:820px;
    margin:auto;
    text-align:center
}
.cta-box h2{
    font-family:Georgia,serif;
    font-size:clamp(2.8rem,6vw,5rem);
    line-height:1.04;
    color:#5b4248;
    margin:0 0 16px
}
.cta-box p{
    color:var(--muted);
    max-width:650px;
    margin:auto
}
.contact-grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:26px
}
.contact-card,.info-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:24px;
    padding:34px
}
.contact-card h2,.info-card h2{
    font-family:Georgia,serif;
    color:#5b4248;
    font-size:2rem;
    margin:0 0 12px
}
.contact-card p,.info-card p{
    color:var(--muted)
}
.info-list{
    display:grid;
    gap:14px;
    margin-top:20px
}
.info-list a{
    color:var(--rose-deep);
    font-weight:700;
    text-decoration:none
}
.page-hero{
    padding:88px 0 56px;
    text-align:center;
    background:linear-gradient(180deg,var(--blush),var(--cream))
}
.page-title{
    font-size:clamp(3rem,7vw,5.8rem);
    margin:0 0 16px
}
.page-hero p{
    max-width:700px;
    margin:auto;
    color:var(--muted)
}
.legal{
    max-width:850px;
    margin:auto;
    padding:70px 0
}
.legal h2{
    font-family:Georgia,serif;
    color:var(--rose-deep);
    margin-top:34px
}
.legal p,.legal li{
    color:#5f5558
}
.gallery-page{
    padding:36px 0 70px
}
.gallery-banner{
    width:100%;
    max-height:430px;
    object-fit:cover;
    border-radius:24px
}
.back-link{
    display:inline-block;
    color:var(--rose-deep);
    font-weight:800;
    text-decoration:none;
    margin-bottom:18px
}
.gallery-actions{
    display:flex;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
    margin:28px 0
}
.gallery-actions button{
    border:1px solid var(--rose);
    background:#fff;
    color:var(--rose-deep);
    border-radius:999px;
    padding:12px 18px;
    font-weight:800;
    cursor:pointer
}
.gallery-actions button:last-child{
    background:var(--rose);
    color:#fff
}
.gallery{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px
}
.gallery img{
    width:100%;
    height:270px;
    object-fit:cover;
    border-radius:14px;
    cursor:pointer;
    transition:.2s
}
.gallery img:hover{
    transform:scale(1.02)
}
#slideshow{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(24,18,20,.96);
    justify-content:center;
    align-items:center;
    z-index:9999
}
#slideshow img{
    max-width:88%;
    max-height:84%;
    border-radius:16px;
    object-fit:contain
}
.nav-btn,.close{
    position:absolute;
    color:#fff;
    cursor:pointer;
    font-size:2rem
}
.prev{
    left:24px
}
.next{
    right:24px
}
.close{
    right:24px;
    top:18px
}
.site-footer{
    background:#fff;
    border-top:1px solid var(--line)
}
.footer{
    width:min(1100px,calc(100% - 40px));
    margin:auto;
    padding:42px 0;
    text-align:center
}
.footer strong{
    display:block;
    color:var(--rose-deep);
    font-family:Georgia,serif;
    font-size:1.25rem
}
.footer p{
    color:var(--muted);
    font-size:.88rem;
    margin:8px 0
}
.footer-links{
    display:flex;
    justify-content:center;
    gap:14px;
    flex-wrap:wrap;
    margin:14px 0
}
.footer a{
    color:var(--rose-deep);
    text-decoration:none;
    font-size:.86rem;
    font-weight:700
}
.modal{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(30,20,24,.58);
    align-items:center;
    justify-content:center;
    z-index:9999
}
.modal-content{
    background:#fff;
    padding:30px;
    border-radius:22px;
    text-align:center;
    width:min(420px,calc(100% - 40px));
    box-shadow:0 25px 60px rgba(0,0,0,.18)
}
.modal-content input{
    width:100%;
    padding:13px;
    border:1px solid var(--line);
    border-radius:12px;
    margin:14px 0;
    font:inherit
}
.modal-content button{
    background:var(--rose);
    color:#fff;
    border:0;
    border-radius:999px;
    padding:12px 20px;
    font-weight:800;
    cursor:pointer
}
@media(max-width:900px){
    .hero-grid,.story-grid,.contact-grid{
        grid-template-columns:1fr;
        gap:36px
    }
.hero{
        padding-top:46px
    }
.hero-art{
        order:-1
    }
.hero-note{
        left:18px
    }
.specialties,.albums,.process{
        grid-template-columns:1fr 1fr
    }
.gallery{
        grid-template-columns:repeat(2,1fr)
    }
}
@media(max-width:680px){
    .container,.nav,.footer{
        width:min(100% - 28px,1100px)
    }
.nav{
        min-height:68px
    }
.menu-toggle{
        display:block
    }
.nav-links{
        display:none;
        position:absolute;
        left:14px;
        right:14px;
        top:68px;
        background:#fff;
        border:1px solid var(--line);
        padding:12px;
        flex-direction:column;
        box-shadow:0 18px 40px rgba(111,69,80,.12)
    }
.nav-links.active{
        display:flex
    }
.nav-links a{
        text-align:center
    }
.hero h1{
        font-size:3.4rem
    }
.hero-art img{
        min-height:350px
    }
.hero-note{
        position:static;
        margin:14px 14px 0
    }
.trust-items,.specialties,.albums,.process{
        grid-template-columns:1fr
    }
.section{
        padding:70px 0
    }
.gallery{
        grid-template-columns:1fr
    }
.gallery img{
        height:auto;
        max-height:none
    }
.gallery-banner{
        border-radius:18px
    }
.prev{
        left:10px
    }
.next{
        right:10px
    }
}
.hero-banner-section{
    padding:20px 0 82px
}
.hero-banner{
    display:block;
    width:100%;
    max-width:1100px;
    height:auto;
    max-height:none;
    object-fit:contain;
    margin:0 auto 46px;
    border-radius:22px;
    box-shadow:0 18px 45px rgba(111,69,80,.12)
}
.hero-copy{
    max-width:760px;
    margin:0 auto;
    text-align:center
}
.hero-copy .btn-row{
    justify-content:center
}
@media(max-width:680px){
    .hero-banner-section{
        padding:14px 0 62px
    }
.hero-banner{
        border-radius:14px;
        margin-bottom:30px;
        width:100%;
        height:auto;
        object-fit:contain
    }
.hero-copy h1{
        font-size:3.1rem
    }
}
.specialty-link{
    display:block;
    color:inherit;
    text-decoration:none;
    cursor:pointer;
    position:relative;
    transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease
}
.specialty-link:hover{
    transform:translateY(-7px);
    box-shadow:0 22px 42px rgba(111,69,80,.14);
    border-color:rgba(216,140,154,.55)
}
.specialty-link img{
    transition:transform .45s ease,filter .45s ease
}
.specialty-link:hover img{
    transform:scale(1.035);
    filter:brightness(1.03)
}
.specialty-label{
    display:inline-block;
    margin-bottom:10px;
    color:var(--rose-deep);
    font-size:.68rem;
    font-weight:800;
    letter-spacing:.14em;
    text-transform:uppercase
}
.specialty-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:20px;
    padding-top:16px;
    border-top:1px solid var(--line);
    color:var(--rose-deep);
    font-size:.84rem;
    font-weight:800;
    letter-spacing:.06em;
    text-transform:uppercase
}
.specialty-cta b{
    font-size:1.2rem;
    transition:transform .25s ease
}
.specialty-link:hover .specialty-cta b{
    transform:translateX(6px)
}
.specialty-link:focus-visible{
    outline:3px solid rgba(216,140,154,.45);
    outline-offset:4px
}
.specialty .viewable-photo{
    width:100%;
    height:360px;
    object-fit:contain;
    background:#f7f1f3;
    cursor:zoom-in;
    display:block
}
.featured-image-viewer{
    position:fixed;
    inset:0;
    z-index:9999;
    display:none;
    align-items:center;
    justify-content:center;
    padding:28px;
    background:rgba(28,20,23,.88)
}
.featured-image-viewer.open{
    display:flex
}
.featured-image-frame{
    max-width:min(1000px,94vw);
    max-height:90vh;
    text-align:center
}
.featured-image-frame img{
    display:block;
    max-width:100%;
    max-height:82vh;
    width:auto;
    height:auto;
    object-fit:contain;
    border-radius:14px;
    box-shadow:0 24px 70px rgba(0,0,0,.45)
}
.featured-image-frame p{
    margin:14px 0 0;
    color:#fff;
    font-family:Georgia,serif;
    font-size:1.15rem
}
.featured-image-close{
    position:fixed;
    top:20px;
    right:24px;
    width:46px;
    height:46px;
    border:0;
    border-radius:50%;
    background:#fff;
    color:#5b4248;
    font-size:2rem;
    line-height:1;
    cursor:pointer
}
.image-viewer-open{
    overflow:hidden
}
@media(max-width:680px){
    .specialty .viewable-photo{
        height:330px
    }
.featured-image-viewer{
        padding:18px
    }
.featured-image-close{
        top:12px;
        right:12px;
        width:42px;
        height:42px
    }
}
.album .album-viewable-photo{
    width:100%;
    height:320px;
    object-fit:contain;
    background:#f7f1f3;
    cursor:zoom-in;
    border-radius:15px;
    display:block
}
.album:has(.album-viewable-photo){
    overflow:hidden
}
.album .album-viewable-photo:hover{
    filter:brightness(1.02)
}
@media(max-width:680px){
    .album .album-viewable-photo{
        height:300px
    }
}
/* Client album photographs: show the actual full photograph, never crop it */
.albums .album .album-viewable-photo{
    width:100%;
    height:auto;
    max-height:none;
    object-fit:initial;
    background:transparent;
    cursor:zoom-in;
    display:block;
    border-radius:15px;
}
.albums .album:has(.album-viewable-photo){
    padding:10px;
    overflow:hidden;
}
@media(max-width:680px){
    .albums .album .album-viewable-photo{
        width:100%;
        height:auto;
        max-height:none;
    }
}
/* Father & Son gallery banner */
.gallery-banner-wrap{
    position:relative;
    width:100%;
    overflow:hidden;
    border-radius:24px;
    min-height:430px;
    background:#4b3a34;
}
.gallery-banner-wrap .gallery-banner{
    width:100%;
    height:430px;
    max-height:none;
    object-fit:cover;
    object-position:center 28%;
    border-radius:0;
    display:block;
}
.father-son-banner::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(37,27,23,.72) 0%,rgba(37,27,23,.38) 42%,rgba(37,27,23,.08) 75%,rgba(37,27,23,.18) 100%);
}
.gallery-banner-overlay{
    position:absolute;
    inset:0;
    z-index:1;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    padding:clamp(30px,7vw,90px);
    color:#fff;
    text-shadow:0 3px 18px rgba(0,0,0,.45);
}
.gallery-banner-kicker{
    margin-bottom:12px;
    font-size:.75rem;
    font-weight:800;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:#f8dfb7;
}
.gallery-banner-overlay h1{
    margin:0;
    font-family:Georgia,serif;
    font-size:clamp(3rem,7vw,6.2rem);
    line-height:.95;
    color:#fff;
}
.gallery-banner-overlay p{
    margin:18px 0 0;
    font-size:clamp(1rem,2vw,1.35rem);
    color:#fff;
}
@media(max-width:680px){
    .gallery-banner-wrap{
        min-height:350px;
        border-radius:18px
    }
.gallery-banner-wrap .gallery-banner{
        height:350px;
        object-position:center 24%;
    }
.gallery-banner-overlay{
        padding:28px
    }
.gallery-banner-overlay h1{
        font-size:clamp(2.8rem,15vw,4.5rem)
    }
}
.paige-junior-banner{
    position:relative;
    width:100%;
    min-height:430px;
    overflow:hidden;
    border-radius:24px;
    background:#4b3a34
}
.paige-junior-banner .gallery-banner{
    width:100%;
    height:430px;
    max-height:none;
    display:block;
    object-fit:cover;
    object-position:center center;
    border-radius:0
}
.paige-junior-banner::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(37,27,23,.68) 0%,rgba(37,27,23,.34) 43%,rgba(37,27,23,.08) 76%,rgba(37,27,23,.16) 100%)
}
@media(max-width:680px){
    .paige-junior-banner{
        min-height:350px;
        border-radius:18px
    }
.paige-junior-banner .gallery-banner{
        height:350px;
        object-position:center center
    }
}
/* Paige & Junior: let the existing banner speak for itself at its natural proportions */
.paige-junior-banner-image{
    width:100%;
    height:auto !important;
    max-height:none !important;
    display:block;
    object-fit:contain !important;
    object-position:center center !important;
    border-radius:24px;
}
/* Dollie & Family gallery banner */
.dollie-family-banner{
    position:relative;
    width:100%;
    min-height:430px;
    overflow:hidden;
    border-radius:24px;
    background:#4b3a34;
}
.dollie-family-banner .gallery-banner{
    width:100%;
    height:430px;
    max-height:none;
    display:block;
    object-fit:cover;
    object-position:center center;
    border-radius:0;
}
.dollie-family-banner::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(37,27,23,.68) 0%,rgba(37,27,23,.38) 42%,rgba(37,27,23,.10) 75%,rgba(37,27,23,.18) 100% );
}
/* Mobile */
@media(max-width:680px){
    .dollie-family-banner{
        min-height:350px;
        border-radius:18px;
    }
.dollie-family-banner .gallery-banner{
        height:350px;
        object-position:center center;
    }
}
/* ========================================================
   LITTLE MISS TELAYA GALLERY BANNER
======================================================== */
.telaya-banner{
    position:relative;
    width:100%;
    min-height:430px;
    overflow:hidden;
    border-radius:24px;
    background:#4b3a34;
}
.telaya-banner .gallery-banner{
    width:100%;
    height:430px;
    max-height:none;
    display:block;
    object-fit:cover;
    object-position:center center;
    border-radius:0;
}
/* Slightly darker overlay for readable banner text */
.telaya-banner::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(37,27,23,.72) 0%,rgba(37,27,23,.48) 42%,rgba(37,27,23,.18) 75%,rgba(37,27,23,.28) 100% );
}
/* MOBILE */
@media(max-width:680px){
    .telaya-banner{
        min-height:350px;
        border-radius:18px;
    }
.telaya-banner .gallery-banner{
        height:350px;
        object-position:center center;
    }
}
/* ========================================================
   CLIENT ALBUM PLACEHOLDER
======================================================== */
.placeholder-album {
    cursor: pointer;
}
.album-placeholder {
    width: 100%;
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg,var(--blush),var(--lavender) );
    border: 2px dashed var(--line);
    border-radius: 15px;
    color: var(--rose-deep);
}
.placeholder-icon {
    font-size: 3rem;
    line-height: 1;
}
.placeholder-text {
    font-family: Georgia,serif;
    font-size: 1.4rem;
    font-weight: 700;
}
.placeholder-album:hover .album-placeholder {
    background: linear-gradient(135deg,#fff5f7,#f4edff );
    border-color: var(--rose);
}
/* Mobile */
@media (max-width: 680px) {
    .album-placeholder {
        height: 300px;
    }
}
