/*
Theme Name:     Little Tots Luxe
Theme URI:      https://littletotsinternational.fi/
Description:    A luxury editorial child theme of Astra, designed for Little Tots International daycare. Inspired by Burberry / Prada / Alexander McQueen, with brand-color accents that keep the tone warm and child-friendly.
Author:         Little Tots International
Author URI:     https://littletotsinternational.fi/
Template:       astra
Version:        1.2.2
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    little-tots-luxe
*/

/* =========================================================================
   1. DESIGN TOKENS
   ========================================================================= */
:root{
    /* Refreshed brand palette — vivid, child-friendly, on-logo */
    --ltl-brand-cyan:       #00caff;
    --ltl-brand-mint:       #66fec9;
    --ltl-brand-magenta:    #ff0cfe;

    /* Soft brand tints — used for section washes (8–12% mix with ivory) */
    --ltl-tint-cyan:        #eafaff;
    --ltl-tint-mint:        #ecfff5;
    --ltl-tint-magenta:     #fbecff;
    --ltl-tint-blush:       #fff1f7;

    /* Luxe neutral palette */
    --ltl-ivory:            #f6f1ea;
    --ltl-cream:            #ece4d7;
    --ltl-bone:             #e7decf;
    --ltl-charcoal:         #1a1a1a;
    --ltl-graphite:         #2a2a2a;
    --ltl-stone:            #6b6b6b;
    --ltl-gold:             #b89968;
    --ltl-line:             rgba(26,26,26,.14);

    /* Editorial deep — replaces pure charcoal where it felt too cold.
       A near-black with a tiny amount of cyan, so dark sections still
       read as luxe but no longer feel "all black". */
    --ltl-deep:             #131720;
    --ltl-deep-2:           #1c2230;

    /* Typography */
    --ltl-serif:            "Cormorant Garamond", "Playfair Display", Garamond, "Times New Roman", serif;
    --ltl-sans:             "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;

    /* Layout */
    --ltl-max:              1640px;
    --ltl-gutter:           clamp(20px, 4vw, 64px);
    --ltl-section-y:        clamp(80px, 12vw, 180px);

    /* Motion */
    --ltl-ease:             cubic-bezier(.2,.7,.2,1);
}

/* =========================================================================
   2. BASE
   ========================================================================= */
html{ scroll-behavior:smooth; }
body.ltl-luxe{
    background: var(--ltl-ivory);
    color: var(--ltl-charcoal);
    font-family: var(--ltl-sans);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.ltl-luxe h1,
body.ltl-luxe h2,
body.ltl-luxe h3,
body.ltl-luxe h4,
body.ltl-luxe h5,
body.ltl-luxe .ltl-display{
    font-family: var(--ltl-serif);
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.05;
    color: var(--ltl-charcoal);
}
body.ltl-luxe h1{ font-size: clamp(2.8rem, 7vw, 7rem); }
body.ltl-luxe h2{ font-size: clamp(2.2rem, 5vw, 4.6rem); }
body.ltl-luxe h3{ font-size: clamp(1.6rem, 3vw, 2.6rem); }

body.ltl-luxe a{
    color: inherit;
    text-decoration: none;
    transition: color .35s var(--ltl-ease), opacity .35s var(--ltl-ease);
}
body.ltl-luxe a:hover{ color: var(--ltl-brand-magenta); }

body.ltl-luxe img,
body.ltl-luxe video{ max-width:100%; height:auto; display:block; }

.ltl-overline{
    font-family: var(--ltl-sans);
    font-size: .72rem;
    letter-spacing: .32em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--ltl-stone);
}
.ltl-rule{
    width: 56px; height: 1px;
    background: linear-gradient(90deg, var(--ltl-brand-cyan), var(--ltl-brand-magenta));
    margin: 28px 0; display:block;
}
.ltl-container{
    max-width: var(--ltl-max);
    margin: 0 auto;
    padding-inline: var(--ltl-gutter);
    width: 100%;
}

/* =========================================================================
   3. HEADER / NAV
   Fix: protect logo space; switch to mobile drawer earlier so 15" laptops
   (1024–1366) keep the logo visible without nav crowding.
   ========================================================================= */
.ltl-luxe .site-header,
.ltl-luxe .ast-primary-header-bar,
.ltl-luxe .main-header-bar{
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}
.ltl-header{
    position: fixed; inset: 0 0 auto 0;
    z-index: 90;
    padding: 22px var(--ltl-gutter);
    display: flex; align-items: center; justify-content: space-between;
    gap: 24px;
    transition: background-color .4s var(--ltl-ease),
                color .4s var(--ltl-ease),
                padding .4s var(--ltl-ease),
                border-color .4s var(--ltl-ease);
    border-bottom: 1px solid transparent;
    color: #fff;
}
.ltl-header--scrolled,
.ltl-header--solid{
    background: var(--ltl-ivory);
    color: var(--ltl-charcoal);
    border-bottom-color: var(--ltl-line);
    padding-block: 16px;
}
/* Brand area always reserves space — never collapses */
.ltl-luxe .ltl-header__brand{
    flex: 0 0 auto;
    min-width: 200px;
    max-width: 36%;
    display: flex; align-items: center;
    font-family: var(--ltl-serif);
    font-size: 1.4rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    line-height: 1;
}
.ltl-luxe .ltl-header__brand img,
.ltl-luxe .ltl-header__brand .ltl-brand-logo,
.ltl-luxe .ltl-header__brand .custom-logo,
.ltl-luxe .ltl-header__brand .custom-logo-link img{
    max-height: 56px;
    min-height: 36px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}
.ltl-luxe .ltl-header--scrolled .ltl-header__brand img,
.ltl-luxe .ltl-header--scrolled .ltl-header__brand .ltl-brand-logo,
.ltl-luxe .ltl-header--scrolled .ltl-header__brand .custom-logo,
.ltl-luxe .ltl-header--scrolled .ltl-header__brand .custom-logo-link img{
    max-height: 44px;
}
/* If WP outputs a custom-logo-link <a>, neutralize it so it acts inline */
.ltl-luxe .ltl-header__brand .custom-logo-link{
    display: inline-block;
    line-height: 0;
}
.ltl-luxe .ltl-header__brand-text{
    display:inline-block;
    font-family: var(--ltl-serif);
    font-size: 1.2rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    line-height: 1;
}
.ltl-luxe .ltl-header__brand-text small{
    display:block;
    font-family: var(--ltl-sans);
    font-size: .56rem;
    letter-spacing: .35em;
    margin-top: 4px;
    opacity: .8;
}
.ltl-header__nav{
    display:flex; gap: clamp(14px, 2vw, 32px);
    font-size: .76rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    flex: 1 1 auto;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
.ltl-header__nav a,
.ltl-luxe .ltl-header__nav a{
    position:relative; padding-block: 6px;
    white-space: nowrap;
}
.ltl-header__nav a::after,
.ltl-luxe .ltl-header__nav a::after{
    content:""; position:absolute; left:0; right:0; bottom:0;
    height:1px; background: currentColor;
    transform: scaleX(0); transform-origin: right center;
    transition: transform .5s var(--ltl-ease);
}
.ltl-header__nav a:hover::after,
.ltl-luxe .ltl-header__nav a:hover::after{
    transform: scaleX(1); transform-origin: left center;
}
.ltl-header__cta{
    flex: 0 0 auto;
    font-size:.74rem; letter-spacing:.24em; text-transform:uppercase;
    border:1px solid currentColor; padding: 10px 18px;
    transition: background-color .4s var(--ltl-ease), color .4s var(--ltl-ease);
    white-space: nowrap;
}
.ltl-header__cta:hover{
    background: var(--ltl-charcoal); color: var(--ltl-ivory);
    border-color: var(--ltl-charcoal);
}

/* Tighten nav on smaller laptops (15" range, 1100–1400) */
@media (max-width: 1400px){
    .ltl-header__nav{ gap: 14px; font-size: .68rem; letter-spacing: .14em; }
}
@media (max-width: 1200px){
    .ltl-header__nav{ gap: 12px; font-size: .64rem; letter-spacing: .1em; }
    .ltl-luxe .ltl-header__brand{ min-width: 170px; }
}

/* Hamburger */
.ltl-header__burger{
    display:none; width:28px; height:18px;
    background:transparent; border:0; padding:0; cursor:pointer;
    position:relative; flex: 0 0 auto;
}
.ltl-header__burger span{
    position:absolute; left:0; right:0; height:1px; background: currentColor;
    transition: transform .4s var(--ltl-ease), opacity .3s var(--ltl-ease), top .4s var(--ltl-ease);
}
.ltl-header__burger span:nth-child(1){ top: 2px; }
.ltl-header__burger span:nth-child(2){ top: 9px; }
.ltl-header__burger span:nth-child(3){ top: 16px; }
.ltl-menu-open .ltl-header__burger span:nth-child(1){ top:9px; transform:rotate(45deg); }
.ltl-menu-open .ltl-header__burger span:nth-child(2){ opacity:0; }
.ltl-menu-open .ltl-header__burger span:nth-child(3){ top:9px; transform:rotate(-45deg); }

/* Switch to mobile drawer earlier — keeps logo safe on 15" laptops */
@media (max-width: 1100px){
    .ltl-header__nav, .ltl-header__cta{ display:none; }
    .ltl-header__burger{ display:block; }
    .ltl-luxe .ltl-header__brand{ max-width: none; }
}

/* Mobile drawer */
.ltl-mobile-drawer{
    position:fixed; inset:0;
    background: linear-gradient(135deg, var(--ltl-ivory) 0%, var(--ltl-tint-cyan) 100%);
    color: var(--ltl-charcoal);
    z-index: 80;
    display:flex; flex-direction:column; justify-content:center; align-items:center;
    gap: 28px;
    opacity:0; pointer-events:none;
    transition: opacity .5s var(--ltl-ease);
    font-family: var(--ltl-serif);
    font-size: clamp(2rem, 6vw, 3.6rem);
}
.ltl-menu-open .ltl-mobile-drawer{
    opacity:1; pointer-events:auto;
}
.ltl-mobile-drawer a{ padding: 8px 16px; }

/* WP nav menu items */
.ltl-luxe .ltl-header__nav ul,
.ltl-luxe .ltl-mobile-drawer ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: clamp(14px, 2vw, 32px);
}
.ltl-luxe .ltl-mobile-drawer ul{
    flex-direction: column;
    align-items: center;
    gap: 28px;
    font-family: var(--ltl-serif);
    font-size: clamp(2rem, 6vw, 3.6rem);
}
.ltl-luxe .ltl-header__nav li,
.ltl-luxe .ltl-mobile-drawer li{ list-style: none; }

/* =========================================================================
   4. HERO
   ========================================================================= */
.ltl-hero{
    position:relative;
    height: 100svh; min-height: 620px;
    width:100%;
    overflow:hidden;
    color:#fff;
    display:flex; align-items:flex-end;
    padding: 0 var(--ltl-gutter) clamp(48px, 8vw, 110px);
}
.ltl-hero__media{
    position:absolute; inset:0; z-index:0;
    background: var(--ltl-deep);
}
.ltl-hero__media img,
.ltl-hero__media video{
    position:absolute; inset:0;
    width:100%; height:100%;
    object-fit: cover;
    object-position: center;
}
.ltl-hero__media::after{
    content:""; position:absolute; inset:0;
    z-index: 2;
    background:
        linear-gradient(90deg,
            rgba(0,0,0,.78) 0%,
            rgba(0,0,0,.55) 30%,
            rgba(0,0,0,.10) 60%,
            rgba(0,0,0,0)   100%),
        linear-gradient(180deg,
            rgba(0,0,0,.30) 0%,
            rgba(0,0,0,.10) 35%,
            rgba(0,0,0,.65) 100%);
    pointer-events:none;
}
.ltl-hero__inner{
    position:relative; z-index:3;
    max-width: 980px;
}
.ltl-hero__eyebrow{
    font-size:.74rem; letter-spacing:.36em; text-transform:uppercase;
    margin-bottom: 22px; opacity:.95;
}
body.ltl-luxe .ltl-hero .ltl-hero__title,
.ltl-luxe .ltl-hero__title{
    font-family: var(--ltl-serif);
    font-size: clamp(2.4rem, 6.4vw, 6rem);
    line-height: 1.02;
    color:#fff !important;
    margin: 0 0 28px 0;
    font-weight: 400;
    max-width: 18ch;
    text-wrap: balance;
    text-shadow: 0 2px 30px rgba(0,0,0,.55), 0 1px 2px rgba(0,0,0,.4);
}
body.ltl-luxe .ltl-hero .ltl-hero__title em,
.ltl-luxe .ltl-hero__title em{
    font-style: italic;
    background: linear-gradient(90deg, var(--ltl-brand-cyan), var(--ltl-brand-mint), var(--ltl-brand-magenta));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    text-shadow: none;
    white-space: nowrap;
}
@media (max-width: 600px){
    body.ltl-luxe .ltl-hero .ltl-hero__title em{ white-space: normal; }
}
body.ltl-luxe .ltl-hero .ltl-hero__sub{
    color: rgba(255,255,255,.92) !important;
    text-shadow: 0 1px 16px rgba(0,0,0,.45);
}
body.ltl-luxe .ltl-hero .ltl-hero__eyebrow{
    color: rgba(255,255,255,.95) !important;
    text-shadow: 0 1px 12px rgba(0,0,0,.4);
}
.ltl-hero__sub{
    max-width: 540px;
    font-size: 1.05rem;
    line-height: 1.6;
    opacity: .92;
    margin-bottom: 36px;
}
.ltl-hero__ctas{ display:flex; gap:16px; flex-wrap:wrap; }

.ltl-btn{
    display:inline-flex; align-items:center; gap:10px;
    padding: 16px 28px;
    font-size:.78rem; letter-spacing:.26em; text-transform:uppercase;
    border:1px solid currentColor;
    transition: background-color .4s var(--ltl-ease), color .4s var(--ltl-ease), border-color .4s var(--ltl-ease);
    cursor:pointer;
    background: transparent;
}
.ltl-btn--primary{ background:#fff; color:var(--ltl-charcoal) !important; border-color:#fff; }
.ltl-btn--primary:hover{
    background: linear-gradient(90deg, var(--ltl-brand-cyan), var(--ltl-brand-magenta));
    color:#fff !important; border-color: transparent;
}
.ltl-btn--ghost:hover{ background:#fff; color:var(--ltl-charcoal); }

/* Hero motion mesh — drifting brand-color blobs */
.ltl-hero__motion{
    position:absolute; inset:0; z-index:1; overflow:hidden; pointer-events:none;
}
.ltl-hero__blob{
    position:absolute;
    width: 70vmin; height: 70vmin;
    border-radius: 50%;
    filter: blur(70px);
    mix-blend-mode: screen;
    opacity: .55;
    will-change: transform;
}
.ltl-hero__blob--1{
    background: radial-gradient(circle, var(--ltl-brand-cyan) 0%, transparent 65%);
    top: -10%; right: 8%;
    animation: ltl-drift-a 22s var(--ltl-ease) infinite alternate;
}
.ltl-hero__blob--2{
    background: radial-gradient(circle, var(--ltl-brand-magenta) 0%, transparent 65%);
    bottom: -15%; right: -8%;
    animation: ltl-drift-b 28s var(--ltl-ease) infinite alternate;
}
.ltl-hero__blob--3{
    background: radial-gradient(circle, var(--ltl-brand-mint) 0%, transparent 65%);
    top: 30%; right: 30%;
    width: 50vmin; height: 50vmin;
    opacity: .42;
    animation: ltl-drift-c 26s var(--ltl-ease) infinite alternate;
}
@keyframes ltl-drift-a{
    0%   { transform: translate(0,0)       scale(1);   }
    100% { transform: translate(-12%, 18%) scale(1.18);}
}
@keyframes ltl-drift-b{
    0%   { transform: translate(0,0)       scale(1);   }
    100% { transform: translate(10%,-14%)  scale(1.10);}
}
@keyframes ltl-drift-c{
    0%   { transform: translate(0,0)        scale(.9); }
    100% { transform: translate(-22%,-10%)  scale(1.2);}
}
.ltl-hero[data-has-video="1"] .ltl-hero__motion{ opacity: .25; }
.ltl-hero[data-has-video="1"] .ltl-hero__fallback{ opacity: 0; }

@media (prefers-reduced-motion: reduce){
    .ltl-hero__blob{ animation: none; }
}

/* Scroll indicator */
.ltl-hero__scroll{
    position:absolute; left:50%; bottom:28px; transform:translateX(-50%);
    z-index:3;
    display:flex; flex-direction:column; align-items:center; gap:10px;
    font-size:.62rem; letter-spacing:.34em; text-transform:uppercase; opacity:.85;
}
.ltl-hero__scroll::after{
    content:""; width:1px; height:42px; background:currentColor;
    animation: ltl-scrollline 2.4s var(--ltl-ease) infinite;
    transform-origin: top center;
}
@keyframes ltl-scrollline{
    0%{ transform: scaleY(0); }
    50%{ transform: scaleY(1); }
    100%{ transform: scaleY(0); transform-origin: bottom center; }
}

/* =========================================================================
   5. MARQUEE
   ========================================================================= */
.ltl-marquee{
    border-block: 1px solid var(--ltl-line);
    overflow:hidden; padding-block: 22px;
    background:
        linear-gradient(90deg,
            var(--ltl-tint-cyan)    0%,
            var(--ltl-ivory)        45%,
            var(--ltl-tint-magenta) 100%);
}
.ltl-marquee__track{
    display:flex; gap:60px;
    white-space:nowrap;
    animation: ltl-marquee 38s linear infinite;
    font-family: var(--ltl-serif);
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-style: italic;
    color: var(--ltl-charcoal);
}
.ltl-marquee__track span{ display:inline-flex; align-items:center; gap:60px; }
.ltl-marquee__track span::after{
    content:"✦"; color: var(--ltl-brand-magenta); font-style:normal;
    font-size:.7em;
}
@keyframes ltl-marquee{
    from{ transform: translateX(0); }
    to{ transform: translateX(-50%); }
}

/* =========================================================================
   6. SECTIONS
   ========================================================================= */
.ltl-section{ padding-block: var(--ltl-section-y); }
.ltl-section--tight{ padding-block: clamp(60px, 8vw, 110px); }
.ltl-section--dark{
    background: var(--ltl-deep);
    color: var(--ltl-ivory);
    position: relative;
    overflow: hidden;
}
/* Add a soft brand-color glow to dark sections so they feel intentional */
.ltl-section--dark::before{
    content:""; position:absolute; inset:0; pointer-events:none; z-index:0;
    background:
        radial-gradient(60vmax 40vmax at 12% 10%, rgba(0,202,255,.18), transparent 60%),
        radial-gradient(60vmax 40vmax at 90% 100%, rgba(255,12,254,.12), transparent 60%);
}
.ltl-section--dark > *{ position: relative; z-index: 1; }
body.ltl-luxe .ltl-section--dark h1,
body.ltl-luxe .ltl-section--dark h2,
body.ltl-luxe .ltl-section--dark h3{ color: var(--ltl-ivory) !important; }
.ltl-section--dark .ltl-rule{
    background: linear-gradient(90deg, var(--ltl-brand-mint), var(--ltl-brand-magenta));
}

/* =========================================================================
   7. EDITORIAL (used by .ltl-prose blocks too)
   ========================================================================= */
.ltl-editorial{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 6vw, 110px);
    align-items: center;
}
.ltl-editorial--reverse > :first-child{ order: 2; }
.ltl-editorial__media{
    position:relative; aspect-ratio: 4/5;
    overflow:hidden;
    background: var(--ltl-cream);
}
.ltl-editorial__media img{
    width:100%; height:100%; object-fit:cover;
    transition: transform 1.6s var(--ltl-ease);
}
.ltl-editorial__media:hover img{ transform: scale(1.04); }
.ltl-editorial__media::before{
    content:""; position:absolute; inset:0;
    border:1px solid rgba(255,255,255,.18);
    margin: 14px; pointer-events:none;
}
.ltl-editorial__copy h2{ margin: 18px 0 28px; }
.ltl-editorial__copy p{
    font-size: 1.05rem;
    color: var(--ltl-graphite);
    margin-bottom: 1.1em;
    max-width: 56ch;
}
.ltl-section--dark .ltl-editorial__copy p{ color: rgba(246,241,234,.78); }

@media (max-width: 860px){
    .ltl-editorial{ grid-template-columns: 1fr; }
    .ltl-editorial--reverse > :first-child{ order: 0; }
}

/* Stat row */
.ltl-stats{
    display:grid; grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-block: 1px solid var(--ltl-line);
    margin-top: clamp(40px, 6vw, 80px);
}
.ltl-stats__item{
    padding: 36px 24px;
    text-align:center;
    border-right: 1px solid var(--ltl-line);
}
.ltl-stats__item:last-child{ border-right: 0; }
.ltl-stats__num{
    font-family: var(--ltl-serif);
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height:1;
    display:block;
    background: linear-gradient(90deg, var(--ltl-brand-cyan), var(--ltl-brand-magenta));
    -webkit-background-clip:text; background-clip:text; color:transparent;
}
.ltl-stats__label{
    margin-top: 12px;
    font-size:.7rem; letter-spacing:.3em; text-transform:uppercase;
    color: var(--ltl-stone);
}
@media (max-width: 720px){
    .ltl-stats{ grid-template-columns: repeat(2, 1fr); }
    .ltl-stats__item:nth-child(2){ border-right:0; }
    .ltl-stats__item:nth-child(-n+2){ border-bottom:1px solid var(--ltl-line); }
}

/* =========================================================================
   8. APPROACH & VALUES
   ========================================================================= */
.ltl-values{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--ltl-line);
    border: 1px solid var(--ltl-line);
}
.ltl-values__item{
    background: var(--ltl-ivory);
    padding: clamp(36px, 4vw, 64px);
    min-height: 320px;
    display:flex; flex-direction:column; justify-content:flex-end;
    position:relative; overflow:hidden;
    transition: background-color .5s var(--ltl-ease), color .5s var(--ltl-ease);
}
.ltl-values__item::before{
    content: attr(data-num);
    position:absolute; top: 28px; left: 28px;
    font-family: var(--ltl-serif);
    font-size:.8rem; letter-spacing:.2em;
    color: var(--ltl-stone);
}
/* Brand-color hover per card */
.ltl-values__item[data-tint="cyan"]:hover    { background: linear-gradient(160deg, var(--ltl-tint-cyan)    0%, #fff 100%); }
.ltl-values__item[data-tint="mint"]:hover    { background: linear-gradient(160deg, var(--ltl-tint-mint)    0%, #fff 100%); }
.ltl-values__item[data-tint="magenta"]:hover { background: linear-gradient(160deg, var(--ltl-tint-magenta) 0%, #fff 100%); }
.ltl-values__item:hover h3,
.ltl-values__item:hover p{ color: var(--ltl-charcoal); }
.ltl-values__item:hover .ltl-values__icon{
    color: var(--ltl-brand-magenta);
    transform: scale(1.15) rotate(-3deg);
}
.ltl-values__icon{
    font-size: 2rem;
    margin-bottom: 24px;
    color: var(--ltl-brand-magenta);
    transition: color .5s var(--ltl-ease), transform .5s var(--ltl-ease);
    display:inline-block;
}
.ltl-values__item h3{
    font-size: 1.6rem; margin-bottom: 12px;
}
.ltl-values__item p{
    font-size:.95rem; line-height:1.6; color: var(--ltl-graphite); opacity:.92;
    margin: 0;
}
@media (max-width: 900px){ .ltl-values{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px){ .ltl-values{ grid-template-columns: 1fr; } }

/* =========================================================================
   9. LOOKBOOK GALLERY
   ========================================================================= */
.ltl-lookbook{
    display:grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 12px;
}
.ltl-lookbook__item{
    position:relative;
    overflow:hidden;
    background: var(--ltl-cream);
}
.ltl-lookbook__item img{
    width:100%; height:100%; object-fit:cover;
    transition: transform 1.4s var(--ltl-ease), filter .8s var(--ltl-ease);
    filter: saturate(.9);
}
.ltl-lookbook__item:hover img{
    transform: scale(1.05);
    filter: saturate(1.05);
}
.ltl-lookbook__item--tall{ grid-column: span 5; aspect-ratio: 4/5; }
.ltl-lookbook__item--wide{ grid-column: span 7; aspect-ratio: 16/10; }
.ltl-lookbook__item--square{ grid-column: span 4; aspect-ratio: 1/1; }
.ltl-lookbook__item--portrait{ grid-column: span 4; aspect-ratio: 3/4; }
.ltl-lookbook__item--full{ grid-column: span 12; aspect-ratio: 21/8; }
.ltl-lookbook__caption{
    position:absolute; left: 22px; bottom: 22px;
    color:#fff;
    font-family: var(--ltl-serif);
    font-size: 1.4rem; font-style: italic;
    text-shadow: 0 2px 16px rgba(0,0,0,.5);
}
@media (max-width: 900px){
    .ltl-lookbook{ grid-template-columns: repeat(6, 1fr); }
    .ltl-lookbook__item--tall,
    .ltl-lookbook__item--wide,
    .ltl-lookbook__item--square,
    .ltl-lookbook__item--portrait{ grid-column: span 6; }
}

/* =========================================================================
   10. QUOTE BAND
   ========================================================================= */
.ltl-quote{
    text-align:center;
    max-width: 1080px; margin: 0 auto;
    padding-inline: var(--ltl-gutter);
}
.ltl-quote blockquote{
    font-family: var(--ltl-serif);
    font-style: italic;
    font-size: clamp(1.6rem, 3.4vw, 2.8rem);
    line-height: 1.25;
    margin: 0 0 28px;
}
.ltl-quote cite{
    font-style: normal;
    font-size: .74rem; letter-spacing:.32em; text-transform: uppercase;
    color: var(--ltl-stone);
}

/* =========================================================================
   11. CONTACT
   ========================================================================= */
.ltl-section--contact{
    background:
        linear-gradient(135deg, var(--ltl-bone) 0%, var(--ltl-tint-mint) 60%, var(--ltl-tint-cyan) 100%);
    position: relative; overflow: hidden;
}
.ltl-section--contact::before{
    content:""; position:absolute; inset:0; pointer-events:none;
    background:
        radial-gradient(40vmax 30vmax at 90% 0%,  rgba(255,12,254,.14), transparent 60%);
}
.ltl-section--contact > *{ position: relative; }
.ltl-contact{
    display:grid; grid-template-columns: 1.05fr 1fr;
    gap: clamp(40px, 6vw, 100px);
    align-items: stretch;
}
.ltl-contact__intro h2{ margin-bottom: 24px; }
.ltl-contact__details{
    margin-top: 40px;
    display:grid; gap: 20px;
}
.ltl-contact__details dt{
    font-size:.7rem; letter-spacing:.3em; text-transform:uppercase;
    color: var(--ltl-stone); margin-bottom: 4px;
}
.ltl-contact__details dd{ margin: 0; font-size: 1.05rem; }
.ltl-form{ display:grid; gap: 20px; }
.ltl-form input,
.ltl-form textarea,
.ltl-form select{
    width:100%;
    padding: 18px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--ltl-line);
    font-family: var(--ltl-sans);
    font-size: 1rem;
    color: var(--ltl-charcoal);
    outline:none;
    transition: border-color .4s var(--ltl-ease);
    border-radius: 0;
}
.ltl-form input:focus,
.ltl-form textarea:focus{ border-bottom-color: var(--ltl-brand-magenta); }
.ltl-form textarea{ min-height: 140px; resize: vertical; }
.ltl-form label{
    font-size:.7rem; letter-spacing:.28em; text-transform:uppercase;
    color: var(--ltl-stone); display:block;
}
.ltl-form button{
    justify-self:start;
    background: var(--ltl-charcoal); color: var(--ltl-ivory); border-color: var(--ltl-charcoal);
}
.ltl-form button:hover{
    background: linear-gradient(90deg, var(--ltl-brand-cyan), var(--ltl-brand-magenta));
    border-color: transparent; color:#fff;
}
@media (max-width: 860px){ .ltl-contact{ grid-template-columns: 1fr; } }

/* =========================================================================
   12. FOOTER
   ========================================================================= */
.ltl-footer{
    background: var(--ltl-deep);
    color: var(--ltl-ivory);
    padding: clamp(60px, 8vw, 110px) var(--ltl-gutter) 32px;
    position: relative;
    overflow: hidden;
}
.ltl-footer::before{
    content:""; position:absolute; left:0; right:0; top:0;
    height: 3px;
    background: linear-gradient(90deg,
        var(--ltl-brand-cyan) 0%,
        var(--ltl-brand-mint) 50%,
        var(--ltl-brand-magenta) 100%);
}
.ltl-footer::after{
    content:""; position:absolute; inset:0; pointer-events:none;
    background: radial-gradient(55vmax 35vmax at 100% 100%, rgba(102,254,201,.10), transparent 60%);
}
.ltl-footer > *{ position: relative; }
.ltl-footer__top{
    display:grid; grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: clamp(30px, 4vw, 60px);
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.ltl-footer__brand{
    font-family: var(--ltl-serif);
    font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1;
    max-width: 420px;
}
.ltl-footer h4{
    font-family: var(--ltl-sans);
    font-size:.7rem; letter-spacing:.32em; text-transform:uppercase;
    color: rgba(255,255,255,.55);
    margin-bottom: 18px;
}
.ltl-footer ul{ list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.ltl-footer a{ color: var(--ltl-ivory); }
.ltl-footer a:hover{ color: var(--ltl-brand-mint); }
.ltl-footer__bottom{
    display:flex; justify-content:space-between; align-items:center;
    padding-top: 28px; gap:20px; flex-wrap:wrap;
    font-size:.7rem; letter-spacing:.22em; text-transform:uppercase;
    color: rgba(255,255,255,.5);
}
@media (max-width: 860px){ .ltl-footer__top{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px){ .ltl-footer__top{ grid-template-columns: 1fr; } }

/* =========================================================================
   13. SCROLL REVEALS / MOTION
   ========================================================================= */
.ltl-reveal{
    opacity:0;
    transform: translateY(28px);
    transition: opacity 1s var(--ltl-ease), transform 1s var(--ltl-ease);
    will-change: opacity, transform;
}
.ltl-reveal.is-visible{ opacity:1; transform:none; }
.ltl-reveal[data-delay="1"].is-visible{ transition-delay:.12s; }
.ltl-reveal[data-delay="2"].is-visible{ transition-delay:.24s; }
.ltl-reveal[data-delay="3"].is-visible{ transition-delay:.36s; }
@media (prefers-reduced-motion: reduce){
    .ltl-reveal{ opacity:1; transform:none; transition:none; }
    .ltl-marquee__track{ animation: none; }
    .ltl-hero__scroll::after{ animation: none; }
}

/* =========================================================================
   14. ASTRA OVERRIDES + WP BLOCKS
   ========================================================================= */
.ltl-luxe.ltl-using-custom-shell .site-header,
.ltl-luxe.ltl-using-custom-shell .site-footer{ display:none !important; }

.ltl-luxe .wp-block-button__link{
    border-radius: 0;
    background: var(--ltl-charcoal);
    color: var(--ltl-ivory);
    font-size: .78rem;
    letter-spacing: .26em;
    text-transform: uppercase;
    padding: 16px 28px;
    border: 1px solid var(--ltl-charcoal);
}
.ltl-luxe .wp-block-button__link:hover{
    background: linear-gradient(90deg, var(--ltl-brand-cyan), var(--ltl-brand-magenta));
    border-color: transparent;
}

/* =========================================================================
   15. PAGE HERO  (page.php — inner pages get a luxe banner with brand color)
   ========================================================================= */
.ltl-page-hero{
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: clamp(140px, 18vw, 240px) var(--ltl-gutter) clamp(60px, 8vw, 120px);
    background: var(--ltl-deep);
    isolation: isolate;
}
.ltl-page-hero__motion{
    position:absolute; inset:0; z-index:0; pointer-events:none; overflow:hidden;
}
.ltl-page-hero__motion .ltl-hero__blob{ opacity: .55; }
.ltl-page-hero::after{
    content:""; position:absolute; inset:0; z-index:1;
    background:
        linear-gradient(180deg,
            rgba(0,0,0,.35) 0%,
            rgba(0,0,0,.10) 40%,
            rgba(0,0,0,.55) 100%),
        radial-gradient(40vmax 30vmax at 8% 110%, rgba(102,254,201,.18), transparent 60%);
    pointer-events:none;
}
.ltl-page-hero__inner{ position:relative; z-index:2; }
.ltl-page-hero .ltl-overline{
    color: rgba(255,255,255,.85);
    margin-bottom: 16px; display:inline-block;
}
.ltl-page-hero__title{
    font-family: var(--ltl-serif);
    font-size: clamp(2.6rem, 7vw, 5.6rem);
    line-height: 1.02;
    color: #fff !important;
    margin: 0;
    font-weight: 400;
    text-wrap: balance;
    text-shadow: 0 2px 30px rgba(0,0,0,.45);
}
body.ltl-luxe .ltl-page-hero .ltl-page-hero__title{ color: #fff !important; }

/* =========================================================================
   16. PROSE  (the body of editable pages, also the home body)
   ========================================================================= */
.ltl-prose{
    max-width: 920px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--ltl-graphite);
}
.ltl-prose > * + * { margin-top: 1.1em; }
.ltl-prose h2{
    font-size: clamp(1.8rem, 3.4vw, 2.8rem);
    margin-top: 1.4em;
    margin-bottom: .4em;
    line-height: 1.1;
    color: var(--ltl-charcoal);
}
.ltl-prose h2::before{
    content: ""; display:block;
    width: 56px; height: 1px;
    background: linear-gradient(90deg, var(--ltl-brand-cyan), var(--ltl-brand-magenta));
    margin-bottom: 22px;
}
.ltl-prose h3{
    font-size: clamp(1.3rem, 2.2vw, 1.7rem);
    margin-top: 1.4em;
    margin-bottom: .3em;
    color: var(--ltl-charcoal);
}
.ltl-prose p{ margin: 0 0 1.1em; }
.ltl-prose a{
    color: var(--ltl-charcoal);
    text-decoration: underline;
    text-decoration-color: var(--ltl-brand-magenta);
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}
.ltl-prose a:hover{ color: var(--ltl-brand-magenta); }
.ltl-prose ul,
.ltl-prose ol{ padding-left: 1.4em; margin: 1em 0 1.4em; }
.ltl-prose li{ margin: .4em 0; }
.ltl-prose ul li::marker{ color: var(--ltl-brand-magenta); }
.ltl-prose hr,
.ltl-prose .wp-block-separator{
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--ltl-brand-cyan), var(--ltl-brand-magenta), transparent);
    margin: 3em auto;
    max-width: 220px;
}
.ltl-prose blockquote,
.ltl-prose .wp-block-quote{
    margin: 2em 0;
    padding: 1.4em 1.8em;
    border-left: 3px solid var(--ltl-brand-magenta);
    background: linear-gradient(90deg, var(--ltl-tint-magenta) 0%, var(--ltl-cream) 100%);
}
.ltl-prose blockquote p{
    font-family: var(--ltl-serif);
    font-style: italic;
    font-size: clamp(1.1rem, 1.8vw, 1.4rem);
    line-height: 1.4;
    margin: 0;
    color: var(--ltl-charcoal);
}
.ltl-prose blockquote cite{
    display: block;
    margin-top: 14px;
    font-style: normal;
    font-family: var(--ltl-sans);
    font-size: .68rem;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--ltl-stone);
}
/* When prose is inside a wp-block-image figure/img */
.ltl-prose img,
.ltl-prose figure img{ border-radius: 0; }
.ltl-prose figure{ margin: 2em 0; }
.ltl-prose figcaption{
    margin-top: 10px;
    font-size: .82rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--ltl-stone);
}

/* =========================================================================
   17. FEES TABLE
   ========================================================================= */
.ltl-prose table,
.ltl-fees-table table{
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
    font-size: .95rem;
}
.ltl-prose th,
.ltl-prose td{
    padding: 18px 14px;
    text-align: left;
    border-bottom: 1px solid var(--ltl-line);
    vertical-align: top;
}
.ltl-prose thead th{
    font-family: var(--ltl-sans);
    font-size: .7rem;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: var(--ltl-stone);
    border-bottom: 2px solid;
    border-image: linear-gradient(90deg, var(--ltl-brand-cyan), var(--ltl-brand-magenta)) 1;
    font-weight: 500;
}
.ltl-prose tbody tr:hover{ background: var(--ltl-tint-cyan); }
.ltl-prose tbody td:first-child{
    font-family: var(--ltl-serif);
    font-size: 1.1rem;
    color: var(--ltl-charcoal);
}

/* =========================================================================
   18. SCHEDULE
   ========================================================================= */
.ltl-schedule-cols{ gap: clamp(30px, 5vw, 80px) !important; }
.ltl-prose .ltl-schedule{ display: grid; gap: 14px; margin: 1.2em 0 2em; }
.ltl-prose .ltl-schedule > div{
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--ltl-line);
}
.ltl-prose .ltl-schedule dt{
    font-family: var(--ltl-serif);
    font-style: italic;
    font-size: 1.1rem;
    color: var(--ltl-brand-magenta);
}
.ltl-prose .ltl-schedule dd{ margin: 0; color: var(--ltl-graphite); }

/* =========================================================================
   19. FORMS (inside pages)
   ========================================================================= */
.ltl-prose .ltl-form{
    display: grid; gap: 22px; max-width: 720px; margin: 2em 0;
}
.ltl-prose .ltl-form > div{ display: grid; gap: 8px; }
.ltl-prose .ltl-form label{
    font-size: .7rem; letter-spacing: .28em; text-transform: uppercase;
    color: var(--ltl-stone); font-weight: 500;
}
.ltl-prose .ltl-form input[type=text],
.ltl-prose .ltl-form input[type=email],
.ltl-prose .ltl-form input[type=tel],
.ltl-prose .ltl-form select,
.ltl-prose .ltl-form textarea{
    width: 100%; padding: 14px 0;
    background: transparent; border: 0;
    border-bottom: 1px solid var(--ltl-line);
    font-family: var(--ltl-sans); font-size: 1rem;
    color: var(--ltl-charcoal); outline: none;
    transition: border-color .35s var(--ltl-ease);
    border-radius: 0;
}
.ltl-prose .ltl-form input:focus,
.ltl-prose .ltl-form select:focus,
.ltl-prose .ltl-form textarea:focus{ border-bottom-color: var(--ltl-brand-magenta); }
.ltl-prose .ltl-form textarea{ min-height: 120px; resize: vertical; }
.ltl-prose .ltl-form .ltl-check{
    display:flex; align-items:center; gap: 10px;
    font-size: .9rem; letter-spacing: 0; text-transform: none;
    color: var(--ltl-graphite); font-weight: 400; margin-bottom: 6px;
}
.ltl-prose .ltl-form .ltl-check input{ margin: 0; accent-color: var(--ltl-brand-magenta); }
.ltl-prose .ltl-form button{
    justify-self: start;
    background: var(--ltl-charcoal); color: var(--ltl-ivory); border-color: var(--ltl-charcoal); cursor: pointer;
}
.ltl-prose .ltl-form button:hover{
    background: linear-gradient(90deg, var(--ltl-brand-cyan), var(--ltl-brand-magenta));
    border-color: transparent; color: #fff;
}
.ltl-prose .ltl-form-hint{
    font-size: .85rem; color: var(--ltl-stone); font-style: italic;
}

/* =========================================================================
   20. HOME BODY  (the_content() rendered inside front-page.php)
   ========================================================================= */
.ltl-home-body{
    background:
        linear-gradient(180deg, var(--ltl-ivory) 0%, var(--ltl-tint-cyan) 100%);
    position: relative; overflow: hidden;
}
.ltl-home-body::before{
    content:""; position:absolute; inset:0; pointer-events:none;
    background:
        radial-gradient(40vmax 30vmax at 95% 8%, rgba(255,12,254,.10), transparent 60%),
        radial-gradient(40vmax 30vmax at 0%  100%, rgba(102,254,201,.12), transparent 60%);
}
.ltl-home-body > *{ position:relative; }
.ltl-home-prose{ max-width: 1100px; }
/* Inside the home body, reveal media on full-width images */
.ltl-home-prose .wp-block-image{ margin: 2em 0; }
.ltl-home-prose .wp-block-image img{
    width: 100%; max-width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
