/** Shopify CDN: Minification failed

Line 1947:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:image-cards-1 (INDEX:2) */
.services-section {
  background-color: #f6f4f1;
  width: 100%;
  padding: 4rem 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 45px;
  padding-top:0 !important;
}

@media (max-width: 991px) {
  .services-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    padding: 0 20px;
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 0 15px;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: 1fr !important;
    padding: 0 10px;
    gap: 10px;
  }
}

/* Unique classes to ensure flat, simple styling without gradients */
.lxs-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  box-shadow: none !important;
  border: none !important;
}

.lxs-card-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.lxs-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lxs-card-wrapper:hover .lxs-card-image {
  transform: scale(1.04);
}


.lxs-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 14, 13, 0.45) !important; /* Flat dark color */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  transition: background-color 0.4s ease;
}

.lxs-card-wrapper:hover .lxs-card-overlay {
  background-color: rgba(15, 14, 13, 0.55) !important;
}

.lxs-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.lxs-card-title {
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 1.4;
  padding: 0 10px;
}

.lxs-card-btn {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0;
  padding: 0.75rem 2.2rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lxs-card-wrapper:hover .lxs-card-btn {
  background-color: #ffffff;
  color: #0f0e0d;
  border-color: #ffffff;
}
/* END_SECTION:image-cards-1 */

/* START_SECTION:image-cards (INDEX:3) */
/* * {
    box-sizing: border-box;
    margin: 0;
    padding-top: 50px;
} */
/* 
body {
    
    background-color: #ffffff;
    color: #333333;
    padding: 40px 0;
} */

/* --- FULL PAGE SECTION STRETCH --- */
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 60px;                     
    padding: 60px 45px !important;   
    width: 100% !important;        
    max-width: 2000px !important;  
    margin: 0 auto;
    background-color: #ffffff !important;
}

.card {
    display: flex;
    flex-direction: column;
    width: 100%;
    border:none !important;
}

/* --- SHARP EDGES IMAGES --- */
.card img {
    width: 100% !important;        
    aspect-ratio: 16 / 8; 
    object-fit: cover;
    border-radius: 0 !important;   
    margin-bottom: 32px !important;
    display: block;
    background-color: #e0e0e0;
}

/* --- FIX: TEXT NOT STICKING TO SIDE CONTAINERS --- */
.card h2 {
    font-size: 1.65rem;             
    font-weight: 700;
    /* color: #111111; */
    margin: 0 0 20px 0 !important; 
    line-height: 1.5 !important;   
    padding-left: 40px !important;  
    padding-right: 40px !important; 
     color: #c0907f;
    font-size: 33px !important;
    font-style: italic;
}

.card p {
    font-size: .92rem;            
    /* color: #444444; */
    margin: 0 !important;
    /* line-height: 2.0 !important;    */
    padding-left: 40px !important;  
    padding-right: 40px !important; 
     color: #0e0d0d;
    font-family: var(--sans);
    padding-bottom: 15px;
    /* text-align: center; */
}
 /* div#section-template--27505452646688__sessional_sale_area_2_yKtYPE  {
        background: #F6F4F1 ;
        margin-top:0px !important;
    } */
/* Mobile responsive layout */
@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr; 
        gap: 30px;
        padding: 30px 20px !important;  
    }
    
    div#section-template--27505452646688__sessional_sale_area_2_yKtYPE  {
        background: #F6F4F1 ;
        margin-top:0px !important;
    }
}
/* END_SECTION:image-cards */

/* START_SECTION:about-area-6 (INDEX:8) */
/* ════════════════════════════
           §2 ABOUT — MAGAZINE SPLIT
        ════════════════════════════ */
#about {
    background: var(--chalk);
    position: relative;
    overflow: visible;
}

.about-split {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4rem;
    width: 100%;
    margin: 30px auto 50px;
    box-sizing: border-box;
    padding: 2rem 0;
}

.about-portrait-col {
    flex: 0 0 45%;
    max-width: 600px;
    position: relative;
}

.portrait-3d-scene {
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    perspective: 1200px;
    aspect-ratio: 3 / 4;
    overflow: visible;
}

.portrait-3d-card {
    position: relative;
    width: 100%;
    min-height: 80vh;
    transform-style: preserve-3d;
    transition: transform .08s linear;
    cursor: default;
}

.portrait-bg-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(192,144,127,.18);
    pointer-events: none;
}

    .portrait-bg-ring:nth-child(1) {
        width: 340px;
        height: 340px;
        bottom: 8%;
        left: 50%;
        transform: translateX(-50%) translateZ(-60px);
        animation: ringPulse 4s ease-in-out infinite;
    }

    .portrait-bg-ring:nth-child(2) {
        width: 500px;
        height: 500px;
        bottom: 4%;
        left: 50%;
        transform: translateX(-50%) translateZ(-120px);
        border-color: rgba(192,144,127,.08);
        animation: ringPulse 4s ease-in-out infinite .8s;
    }

@keyframes ringPulse {
    0%, 100% {
        opacity: .6;
        transform: translateX(-50%) scale(1);
    }

    50% {
        opacity: 1;
        transform: translateX(-50%) scale(1.03);
    }
}

.portrait-glow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 80%;
    background: radial-gradient(ellipse at 50% 80%, rgba(192,144,127,.22) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
    filter: blur(30px);
}

.portrait-shadow {
    position: absolute;
    bottom: -2%;
    left: 50%;
    transform: translateX(-50%);
    width: 55%;
    height: 30px;
    background: radial-gradient(ellipse, rgba(15,14,13,.3) 0%, transparent 70%);
    filter: blur(12px);
    z-index: 1;
}

.portrait-figure {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 3;
    animation: figureFloat 6s ease-in-out infinite;
}

@keyframes figureFloat {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

/*
.portrait-figure canvas,
.portrait-figure img {
    max-height: 86vh;
    max-width: 100%;
    object-fit: contain;
    object-position: bottom center;
    display: block;
    filter: drop-shadow(0 40px 60px rgba(15,14,13,.45)) drop-shadow(0 8px 20px rgba(15,14,13,.3));
}*/

.portrait-chip {
    position: absolute;
    background: rgba(246,244,241,.96);
    border: 1px solid rgba(192,144,127,.25);
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 32px rgba(15,14,13,.12), 0 2px 8px rgba(15,14,13,.08);
    z-index: 5;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .6s, transform .6s;
}

.about-portrait-col.revealed .portrait-chip:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .7s;
}

.about-portrait-col.revealed .portrait-chip:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .9s;
}

.portrait-chip-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--blush);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--serif);
    font-size: .46rem;
    color: var(--chalk);
    flex-shrink: 0;
    letter-spacing: .02em;
    font-weight: 400;
}

.portrait-chip-text {
    font-size: .52rem;
    letter-spacing: .04em;
    color: rgba(15,14,13,.5);
    line-height: 1.4;
}

    .portrait-chip-text strong {
        display: block;
        color: rgba(15,14,13,.82);
        font-weight: 400;
        font-size: .6rem;
    }

.about-portrait-badge {
    position: absolute;
    top: 40px;
    left: 32px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 3px;
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity .7s, transform .7s;
}

.about-portrait-col.revealed .about-portrait-badge {
    opacity: 1;
    transform: translateY(0);
}

.apb-year {
    font-family: var(--serif);
    font-style: italic;
    font-size: 3.2rem;
    font-weight: 300;
    color: rgba(15,14,13,.1);
    line-height: 1;
    letter-spacing: -.04em;
}

.apb-label {
    font-family: var(--sans);
    font-size: .46rem;
    letter-spacing: .38em;
    text-transform: uppercase;
    color: rgba(15,14,13,.22);
}

/* ── RIGHT — content column ── */
.about-content-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

    .about-content-col::before {
        content: '';
        position: absolute;
        left: 0;
        top: 15%;
        width: 1px;
        height: 70%;
        /*background: linear-gradient(to bottom, transparent, var(--blush), transparent);*/
        opacity: .4;
    }

    .about-content-col .label {
        color: var(--mid);
        display: block;
        margin-bottom: 28px;
    }

.about-headline {
    font-family: var(--serif);
    font-size: clamp(2.8rem,4.5vw,6rem);
    font-weight: 300;
    font-style: italic;
    color: var(--ink);
    line-height: 1.2;
    letter-spacing: -.02em;
    margin-bottom: 44px;
    overflow: hidden;
}

    .about-headline em {
        color: var(--blush);
        font-style: italic;
    }

.about-hl-line {
    display: inline-block;
    transform: translateY(110%);
    transition: transform .9s cubic-bezier(.16,1,.3,1);
}

.about-content-col.revealed .about-hl-line:nth-child(1) {
    transform: translateY(0);
    transition-delay: .05s;
}

.about-content-col.revealed .about-hl-line:nth-child(2) {
    transform: translateY(0);
    transition-delay: .18s;
}

.about-content-col.revealed .about-hl-line:nth-child(3) {
    transform: translateY(0);
    transition-delay: .30s;
}

.about-hairline {
    width: 0;
    height: 1px;
    background: linear-gradient(to right, var(--blush), transparent);
    margin-bottom: 36px;
    transition: width 1.1s cubic-bezier(.16,1,.3,1) .4s;
}

.about-content-col.revealed .about-hairline {
    width: 100%;
}

.about-body-text {
    font-size: .92rem;
    line-height: 2.05;
    color: rgba(15,14,13,.52);
    max-width: 800px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .8s ease, transform .8s ease;
}

.about-content-col.revealed .about-body-text:nth-of-type(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .5s;
}

.about-content-col.revealed .about-body-text:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .65s;
}

.about-creds-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: 32px 0 44px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .7s, transform .7s;
    transition-delay: .75s;
}

.about-content-col.revealed .about-creds-row {
    opacity: 1;
    transform: translateY(0);
}

.about-cred-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border: 1px solid rgba(15,14,13,.1);
    background: rgba(15,14,13,.03);
}

.about-chip-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--blush);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--serif);
    font-size: .46rem;
    color: var(--chalk);
    flex-shrink: 0;
    letter-spacing: .02em;
}

.about-chip-text {
    font-size: .58rem;
    letter-spacing: .04em;
    color: rgba(15,14,13,.5);
    line-height: 1.4;
}

    .about-chip-text strong {
        display: block;
        color: rgba(15,14,13,.8);
        font-weight: 400;
        font-size: .64rem;
    }

.about-cta {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .7s, transform .7s;
    transition-delay: .88s;
}

.about-content-col.revealed .about-cta {
    opacity: 1;
    transform: translateY(0);
}

.about-cta .btn {
    color: var(--ink);
    border-color: rgba(15,14,13,.22);
    width: max-content;
}

    .about-cta .btn:hover {
        background: var(--ink);
        border-color: var(--ink);
        color: var(--chalk);
    }

/* ── Stat bar ── */
.about-stat-bar {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-top: 1px solid rgba(15,14,13,.08);
    background: var(--warm);
    position: relative;
}

    .about-stat-bar::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: rgba(15,14,13,.12);
        pointer-events: none;
    }

.about-stat-item {
    padding: 44px 56px;
    border-right: 1px solid rgba(15,14,13,.08);
    display: flex;
    align-items: baseline;
    gap: 16px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .8s ease, transform .8s ease;
}

    .about-stat-item:last-child {
        border-right: none;
    }

    .about-stat-item.revealed {
        opacity: 1;
        transform: translateY(0);
    }

    .about-stat-item:nth-child(1) {
        transition-delay: .0s;
    }

    .about-stat-item:nth-child(2) {
        transition-delay: .15s;
    }

    .about-stat-item:nth-child(3) {
        transition-delay: .3s;
    }

.asi-num {
    font-family: var(--serif);
    font-size: 3.8rem;
    font-weight: 300;
    color: var(--ink);
    line-height: 1;
    letter-spacing: -.04em;
    flex-shrink: 0;
}

    .asi-num em {
        color: var(--blush);
        font-style: normal;
    }

.asi-label {
    font-size: .58rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(15,14,13,.7);
    line-height: 1.65;
}

/* Hide old about elements */
.about-ghost-num,
.about-portrait-wrap,
.about-photo-panel,
.about-inner,
.about-photo-strip,
.about-body-strip {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1800px) {
    .about-split {
        width: 100%;
    }
}

@media (max-width: 960px) {
  /* About */
    .about-split {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        width: 100%;
        max-width: 100%;
        padding: 0 24px;
        margin: 24px auto 40px;
    }

    .about-portrait-col {
        flex: 0 0 auto;
        width: 100%;
        max-width: 480px;
    }

    .portrait-3d-scene {
        min-height: 0;
        max-height: 55vh;
    }

    .portrait-figure canvas {
        max-height: 55vh;
    }

    .portrait-chip {
        display: none;
    }

    .about-content-col {
        padding: 0;
        width: 100%;
    }

    .about-stat-bar {
        grid-template-columns: 1fr;
    }

    .about-stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.07);
        padding: 32px 28px;
    }

        .about-stat-item:last-child {
            border-bottom: none;
        }
}

@media (max-width: 767px) {
  #about {
        margin-top: 130px;
    }
}

@media (max-width: 480px) {
/* About stat bar */
    .about-stat-item {
        padding: 28px 20px;
    }

    .asi-num {
        font-size: 3rem;
    }
}
/* END_SECTION:about-area-6 */

/* START_SECTION:gallery-area (INDEX:99) */
/* ════════════════════════════
           §4 GALLERY — MOSAIC
        ════════════════════════════ */
#gallery {
    padding: 60px 56px 120px;
    background: var(--chalk);
    position: relative;
}

.gal-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 64px;
    gap: 40px;
}

.gal-h {
    font-family: var(--serif);
    font-size: clamp(2rem,3.6vw,3.8rem);
    font-weight: 400;
    line-height: 1.08;
}

    .gal-h em {
        color: var(--blush);
    }

.gal-sub {
    font-size: .78rem;
    line-height: 1.8;
    color: rgba(15,14,13,.72);
    max-width: 260px;
    align-self: flex-end;
}

.mosaic {
    display: grid;
    grid-template-columns: 1.54fr 1fr 1.38fr;
    grid-template-rows: auto auto;
    gap: 14px;
}

.mi {
    position: relative;
    overflow: hidden;
    background: var(--warm);
}

    .mi img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: saturate(.85);
        transition: transform .8s cubic-bezier(.25,.46,.45,.94), filter .6s;
    }

    .mi:hover img {
        transform: scale(1.06);
        filter: saturate(1);
    }

    .mi:nth-child(1) {
        grid-column: 1;
        grid-row: 1/3;
        aspect-ratio: 3/4;
    }

    .mi:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
        aspect-ratio: 1/1;
    }

    .mi:nth-child(3) {
        grid-column: 3;
        grid-row: 1/3;
        aspect-ratio: 2/3;
    }

    .mi:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
        aspect-ratio: 1/1;
    }

.mi-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 36px 18px 18px;
    background: linear-gradient(to top, rgba(15,14,13,.72), transparent);
    font-family: var(--serif);
    font-size: .95rem;
    font-style: italic;
    color: rgba(255,255,255,.9);
    transform: translateY(100%);
    transition: transform .42s ease;
}

.mi:hover .mi-label {
    transform: translateY(0);
}

@media (max-width: 960px) {
  #gallery {
        padding: 80px 24px;
    }

    .gal-sub {
        max-width: 100%;
    }

    .gal-top {
        flex-direction: column;
    }

    .mosaic {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
        gap: 10px;
    }

    .mi:nth-child(1) {
        grid-column: 1/3;
        grid-row: 1;
        aspect-ratio: 16/9;
    }

    .mi:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
        aspect-ratio: 1/1;
    }

    .mi:nth-child(3) {
        grid-column: 2;
        grid-row: 2/4;
        aspect-ratio: auto;
        min-height: 320px;
    }

    .mi:nth-child(4) {
        grid-column: 1;
        grid-row: 3;
        aspect-ratio: 1/1;
    }
}
/* END_SECTION:gallery-area */

/* START_SECTION:product-with-banner-4 (INDEX:157) */
/* ════════════════════════════
   §5 SHOP — MAGAZINE LAYOUT
════════════════════════════ */
#shop {
    background: #fff;
    position: relative;
    padding: 60px 56px;
}

    #shop .srv-h {
        color: var(--ink);
        font-size: clamp(2rem, 3.5vw, 3.8rem);
    }

        #shop .srv-h em {
            color: var(--ink);
            font-style: italic;
        }

/* ── Two-column wrapper ── */
.shop-inner {
    display: grid;
    grid-template-columns: 30% 1fr;
}

/* ── LEFT: static brand image ── */
.shop-brand-col {
    position: sticky;
    overflow: hidden;
}

.shop-brand-img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

    .shop-brand-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
       /* filter: brightness(.82) saturate(.75);*/
        display: block;
    }

.shop-brand-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px 36px;
    z-index: 2;
}

    .shop-brand-overlay::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -40px;
        height: calc(100% + 80px);
        background: linear-gradient( to top, rgba(15,14,13,.85) 0%, rgba(15,14,13,.6) 50%, transparent 100% );
        z-index: -1;
    }


.shop-brand-quote {
    font-family: var(--serif);
    font-size: clamp(1.5rem, 1.6vw, 1.35rem);
    font-weight: 300;
    color: var(--chalk);
    line-height: 1.65;
    margin: 0;
}

.shop-brand-name {
    font-family: var(--sans);
    font-size: .58rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--warm);
}

/* ── RIGHT: scrollable content ── */
.shop-content-col {
    padding: 72px clamp(32px, 5vw, 72px) 72px clamp(32px, 4vw, 56px);
   /* border-left: 1px solid rgba(0,0,0,.07);*/
    display: flex;
    flex-direction: column;
}

.shop-header {
    margin-bottom: 36px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 64px;
    gap: 40px;
}

.shop-eyebrow {
    display: block;
    font-family: var(--sans);
    font-size: .68rem;
    letter-spacing: .38em;
    text-transform: uppercase;
    color: var(--blush);
    margin-bottom: 14px;
}

.shop-intro {
    color: rgba(0,0,0,.45) !important;
    line-height: 1.8;
    max-width: 260px;
    margin-top: 14px !important;
    font-size: .78rem !important;
}

/* ── Tabs ── */
.shop-tabs {
    display: flex;
    gap: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 32px;
    padding: 0;
}

.shop-tab {
    font-family: var(--sans);
    font-size: .7rem;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: rgba(0,0,0,.35);
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 12px 22px 14px;
    cursor: pointer;
    transition: color .25s, border-color .25s;
    margin-bottom: -1px;
}

    .shop-tab:hover {
        color: rgba(0,0,0,.7);
    }

    .shop-tab.active {
        color: var(--ink);
        border-bottom-color: var(--blush);
    }

/* ── Panels ── */
.shop-panels {
    position: relative;
    flex: 1;
}

.shop-panel {
    display: none;
    animation: shopPanelIn .35s ease;
}

    .shop-panel.active {
        display: block;
    }

@keyframes shopPanelIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Magazine list ── */
.shop-mag-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.shop-mag-item {
    display: grid;
    grid-template-columns: 200px 1fr auto;
    align-items: center;
    gap: 20px;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0,0,0,.07);
    transition: background .2s;
}

    .shop-mag-item:first-child {
        border-top: 1px solid rgba(0,0,0,.07);
    }

    .shop-mag-item:last-child {
        border-bottom: 0;
    }

        .shop-mag-item:hover {
        background: rgba(192,144,127,.04);
        margin: 0 -12px;
        padding-left: 12px;
        padding-right: 12px;
    }

/* Thumbnail */
.shop-mag-thumb {
    width: 200px;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f5f2ef;
}

    .shop-mag-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        transition: transform .6s ease;
    }

.shop-mag-item:hover .shop-mag-thumb img {
    transform: scale(1.06);
}

/* Info */
.shop-mag-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
    padding-left: 20px;
}

.shop-mag-cat {
    font-family: var(--sans);
    font-size: .55rem;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--ink);
}

.shop-mag-name {
    font-family: var(--serif);
    font-size: clamp(.95rem, 1.3vw, 1.5rem);
    font-weight: 500;
    font-style: italic;
    color: var(--blush);
    line-height: 1.3;
    margin: 0;
}

.shop-mag-price {
    font-family: var(--sans);
    font-size: 1rem;
    letter-spacing: .1em;
    color: var(--ink);
}

/* CTA button per row */
.shop-mag-cta {
    font-family: var(--sans);
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--ink);
    border: 1px solid rgba(0,0,0,.18);
    padding: 9px 18px;
    border-radius: 4px;
    white-space: nowrap;
    transition: background .25s, border-color .25s, color .25s;
    flex-shrink: 0;
}

    .shop-mag-cta:hover {
        background: var(--blush);
        border-color: var(--blush);
        color: #fff;
    }

/* ── Footer CTA ── */
.shop-footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid rgba(0,0,0,.07);
}

    .shop-footer-cta p {
        font-family: var(--serif);
        font-size: clamp(.85rem, 1.1vw, 1.1rem);
        font-style: italic;
        font-weight: 500;
        color: var(--ink);
        max-width: 360px;
        line-height: 1.7;
        margin: 0;
    }

    .shop-footer-cta .btn {
        white-space: nowrap;
        color: var(--ink);
        border-color: rgba(0,0,0,.2);
        flex-shrink: 0;
    }

        .shop-footer-cta .btn:hover {
            background: var(--blush);
            border-color: var(--blush);
            color: #fff;
        }

        @media (max-width: 960px) {
            .shop-tabs {
                display: inline-block;
            }

            .shop-tab {
                font-size: .65rem;
                padding: 14px 6px;
                letter-spacing: .14em;
            }
        }

        @media (max-width: 767px) {
          #shop {
            padding: 60px 20px;
          }

           .shop-header {
              gap: 10px;
              flex-flow: column;
              align-items: start;
          }

          .shop-inner {
            grid-template-columns: 1fr;
        }

    .shop-brand-col {
        position: relative;
        top: 0;
        height: 500px;
    }

    .shop-content-col {
        border-left: none;
        border-top: 1px solid rgba(0,0,0,.07);
        padding: 40px 0px;
    }

    .shop-mag-item {
        grid-template-columns: 120px 1fr;
        grid-template-rows: auto auto;
    }

    .shop-mag-thumb {
        width: 120px;
        height: 120px;
        grid-row: 1 / 3;
    }

    .shop-mag-cta {
        grid-column: 2;
        justify-self: start;
        font-size: .44rem;
        padding: 7px 14px;
    }

    .shop-footer-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
	.shop-brand-col {
		height: 300px;
	}}
/* END_SECTION:product-with-banner-4 */

/* START_SECTION:reviews-area (INDEX:161) */
/* ════════════════════════════
           §7 REVIEWS
        ════════════════════════════ */
#reviews {
    background: var(--chalk);
    padding: 96px 56px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(15,14,13,.07);
}

    #reviews::after {
        content: '✦';
        position: absolute;
        right: -2%;
        bottom: -8%;
        font-family: var(--serif);
        font-size: 22rem;
        color: rgba(192,144,127,.04);
        pointer-events: none;
        line-height: 1;
        user-select: none;
    }

.rev-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
    align-items: center;
}

.rev-left {
    border-left: 2px solid var(--blush);
    padding-left: 36px;
}

    .rev-left .label {
        display: block;
        margin-bottom: 22px;
        color: rgba(15,14,13,.65);
    }

.rev-h {
    font-family: var(--serif);
    font-size: clamp(2rem,3vw,3.2rem);
    font-weight: 400;
    font-style: italic;
    color: var(--ink);
    line-height: 1.1;
    margin-bottom: 22px;
}

.rev-body {
    font-size: .84rem;
    line-height: 1.95;
    color: rgba(15,14,13,.75);
    margin-bottom: 20px;
}

.rev-note {
    font-size: .52rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--blush);
    font-weight: 400;
}

.rev-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rev-panel {
    width: 100%;
    border: 1px solid var(--blush);
    padding: 52px 44px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .rev-panel::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 60%;
        height: 100%;
        background: linear-gradient(105deg, transparent 40%, rgba(192,144,127,.07) 50%, transparent 60%);
        transition: left .7s ease;
        pointer-events: none;
    }

    .rev-panel:hover::before {
        left: 160%;
    }

.rev-panel-stars {
    font-size: .9rem;
    letter-spacing: .2em;
    color: var(--blush);
    margin-bottom: 20px;
    display: block;
}

.rev-panel-head {
    font-family: var(--serif);
    font-size: clamp(1rem,1.6vw,1.35rem);
    font-weight: 400;
    font-style: italic;
    color: var(--ink);
    line-height: 1.4;
    margin-bottom: 28px;
}

.btn-blush {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--sans);
    font-size: .58rem;
    letter-spacing: .26em;
    text-transform: uppercase;
    padding: 14px 32px;
    background: var(--blush);
    color: var(--chalk);
    border: 1px solid var(--blush);
    transition: background .35s, color .35s, transform .15s, box-shadow .35s;
    white-space: nowrap;
    position: relative;
    will-change: transform;
}

    .btn-blush:hover {
        background: transparent;
        color: var(--blush);
        box-shadow: 0 8px 28px rgba(192,144,127,.18);
    }

    .btn-blush svg {
        width: 13px;
        height: 13px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        flex-shrink: 0;
    }

@media (max-width: 960px) {
   #reviews {
        padding: 72px 24px;
    }

    .rev-inner {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .rev-right {
        justify-content: stretch;
    }

    .rev-panel {
        padding: 40px 28px;
    }
}
/* END_SECTION:reviews-area */

/* START_SECTION:service-area-10 (INDEX:163) */
/* ════════════════════════════
           §3 SERVICES
        ════════════════════════════ */
#services {
    background: var(--ink);
    padding: 50px 0;
    margin-top: 0;
    position: relative;
}

    #services::before {
        display: none;
    }

    #services::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: rgba(246,244,241,.1);
        pointer-events: none;
        z-index: 1;
    }

.srv-top {
    margin: 0 auto 64px;
    padding: 60px 56px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 40px;
}

.srv-h {
    font-family: var(--serif);
    font-size: clamp(2rem,3.6vw,3.8rem);
    font-weight: 400;
    color: var(--chalk);
    line-height: 1.08;
}

    .srv-h em {
        font-style: italic;
        color: rgba(255,255,255,.3);
    }

.srv-intro {
    font-size: .78rem;
    line-height: 1.8;
    color: rgba(255,255,255,.65);
    max-width: 280px;
}

.srv-list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 56px;
    list-style: none;
}

.si {
    border-top: 1px solid rgba(255,255,255,.07);
    display: grid;
    grid-template-columns: 72px 1fr 36px;
    align-items: start;
    gap: 0 28px;
    padding: 28px 0;
    cursor: default;
    position: relative;
    overflow: hidden;
    transition: padding .45s;
}

    .si:last-child {
        border-bottom: 1px solid rgba(255,255,255,.07);
    }

    .si::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 0;
        background: var(--blush);
        transition: width .55s ease;
    }

    .si:hover::before {
        width: 100%;
    }

    .si:hover {
        padding: 38px 0;
    }

.si-n {
    font-family: var(--serif);
    font-size: .75rem;
    color: rgba(255,255,255,.55);
    padding-top: 6px;
    transition: color .4s;
}

.si:hover .si-n {
    color: var(--blush);
}

.si-t {
    font-family: var(--serif);
    font-size: clamp(1.3rem,2vw,1.9rem);
    font-weight: 400;
    color: var(--chalk);
}

.si-d {
    font-size: .78rem;
    line-height: 1.8;
    color: #fff;
    max-width: 520px;
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    transition: max-height .5s, margin-top .4s;
}

.si:hover .si-d {
    max-height: 100px;
    margin-top: 12px;
}

.si-a {
    font-size: 1.1rem;
    color: rgba(255,255,255,.15);
    padding-top: 6px;
    transition: transform .4s, color .4s;
}

.si:hover .si-a {
    transform: translate(4px,-4px);
    color: var(--blush);
}

@media(max-width:960px) {
    .srv-top h2.srv-h, .srv-top p.srv-intro {
        width: 100%;
        max-width: 100%;
    }

    .srv-top {
        flex-direction: column;
        padding: 0 28px;
        margin-bottom: 48px;
    }

    .srv-list {
        padding: 0 28px;
    }
}
/* END_SECTION:service-area-10 */

/* START_SECTION:service-card (INDEX:173) */
.rich-text text-center p{ 
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    #section-template--27431629947168__about_area_4_8VKWPU {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
/* target the container holding the image and make it a flex container */
.about-img {
    display: flex;
    align-items: center;     /* Centers the image from top to bottom (vertically) */
    justify-content: center;   /* Centers the image from left to right (horizontally) */
    height: 100%;             /* Ensures the container has height to center within */
    min-height: 100%;
}

/* Ensure the image doesn't stretch awkwardly */
.about-img img {
    object-fit: contain;
    max-height: 100%;
}
  .about-content span {
    font-size: 29px;
    font-weight: 500;
    font-family: "Cormorant Garamond", serif;
    color: #c0907f;
    margin:0px;
    padding:0;
    display: inline-block; 
    margin-top: 40px; /* Adjust this number to increase or decrease the gap */
    margin-bottom: 10px;
    /* --blush: #c0907f; */
}
.about-content h2 {
    font-size: 29px;
    font-weight: 500;
    line-height: 43px;
    margin: 6px 0 6px;
}
.about-content p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 400;
    margin: 20px 0px;
    /* padding-right: 25px; */
    font-family: Poppins, sans-serif;
}

  /* .gallery-intro-flex {
    display: flex;
    flex-direction: column; 
    gap: 30px;
    padding: 60px 0;
} */
 .gallery-intro-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
  /* padding: 60px 0; */
  width: 100%;
}

@media (min-width: 768px) {
    .gallery-intro-flex {
        flex-direction: row; /* Aligns horizontally on desktop */
        justify-content: space-between; /* Pushes elements to extreme left and right */
        align-items: flex-end; /* Aligns paragraph with the bottom of the heading */
    }
}

/* Typography Styles */
.label {
    font-family: var(--sans);
    font-size: .68rem;
    letter-spacing: .36em;
    text-transform: uppercase;
    color: var(--mid);
    display: block;
    margin-bottom: 14px;
}

.gal-h {
    font-family: var(--serif);
    font-size: clamp(2rem, 3.6vw, 3.8rem);
    font-weight: 400;
    line-height: 1.08;
    margin: 0;
}

.gal-sub {
    font-size: .78rem;
    line-height: 1.8;
    color: #0f0e0db8;
    /* max-width: 260px; */
    margin: 0;
    /* align-self: flex-end;  */
    max-width: 100%;       
    align-self: flex-start;
}
@media (min-width: 768px) {
    .gal-sub {
        max-width: 260px;   /* Restrict width on desktop */
        align-self: flex-end; /* Push to right/bottom on desktop */
    }
}

/* New Rules Added Below */
.gal-h em {
    color:  #c0907f;; /* Changes the italic text color inside the gallery heading */
}

em {
    font-style: italic; /* Forces all em tags to be italicized across the site */
}
.services-section {
  padding: 0 0 50px 0; /* Top: 0, Right: 0, Bottom: 100px, Left: 0 */
  background-color: var(--bg-light);
}


 .services-section .container,
#about .container-fluid {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 45px !important;
  padding-right: 45px !important;
  box-sizing: border-box !important;
}
.about-split {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
@media (max-width: 767px) {
  .services-section .container,
  #about .container-fluid,.about-content,.about-img {
    padding-left: 0px;
    padding-right: 0px;
  }
}



        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-header h2 {
            font-size: 2.5rem;
            color: var(--primary-dark);
            margin-bottom: 10px;
        }

        .section-header .divider {
            width: 60px;
            height: 1px;
            background-color: var(--accent-gold);
            margin: 0 auto;
        }

        .section-header .section-subtitle {
            max-width: 700px;
            margin: 20px auto 0 auto;
            color: #555;
            font-size: 1.05rem;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            padding-top: 50px;
        }

        .service-card {
            position: relative;
            height: 400px;
            overflow: hidden;
            background-color: var(--primary-dark);
            display: flex;
            align-items: flex-end;
            padding: 30px;
        }

        .card-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: var(--transition);
            opacity: 1;
        }

        
        .service-card::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: transparent !important; 
            z-index: 1;
            transition: var(--transition);
        }

        .card-content {
            position: relative;
            z-index: 2;
            width: 100%;
        }

        .card-content h3 {
            color: #c0907f !important; 
            font-size: 1.5rem;
            margin-bottom: 5px;
            transition: var(--transition);
        }

        .card-link {
            color: var(--accent-gold);
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            display: flex;
            align-items: center;
            gap: 5px;
            opacity: 0;
            transform: translateY(10px);
            transition: var(--transition);
              color: white;
        }

        .service-card-wrapper:hover .card-bg {
            transform: scale(1.06);
            opacity: 1; 
        }

       
        .service-card-wrapper:hover .service-card::after {
            height: 100% !important;
            background: transparent !important;
        }

        .service-card-wrapper h3 {
            color: #c0907f !important;
        }
}
       .service-card-wrapper:hover .card-content h3 {
            transform: translateY(-5px);
            color: #ffffff !important; 
        }
        .service-card-wrapper:hover .card-link {
            opacity: 1;
            transform: translateY(0);
            color: white;
        }

        @media (max-width: 992px) {
            .services-grid { grid-template-columns: repeat(2, 1fr); }
        }

        @media (max-width: 600px) {
            .services-grid { grid-template-columns: 1fr; }
            .service-card { height: 350px; }
        }
/* Strip the container padding specifically from the gallery flex wrapper */
.container.gallery-intro-flex {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.row.flex-row-reverse {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
/* 
  padding-left: 45px !important;
  padding-right: 45px !important; */
  box-sizing: border-box !important;
}

/* 2. Strip the 15px side padding from BOTH the image column and the paragraph column */
.row.flex-row-reverse > [class*="col-"],
.about-img,
.about-content {
  /* padding-left: 0 !important;
  padding-right: 0 !important; */
  box-sizing: border-box !important;
}
/* Mobile Phones (up to 599px) */
@media (max-width: 599px) {
    .services-section .container,
    #about .container-fluid,
    .about-content,
    .about-img {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* Tablets (600px - 991px) */
@media (min-width: 600px) and (max-width: 991px) {
    .services-section .container,
    #about .container-fluid,
    .about-content,
    .about-img {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

/* Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .services-section .container,
    #about .container-fluid,
    .about-content,
    .about-img {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }
}

/* Desktop PCs (1200px - 1599px) */
@media (min-width: 1200px) and (max-width: 1599px) {
    .services-section .container,
    #about .container-fluid,
    .about-content,
    .about-img {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

/* Large Desktop / 2K / 4K Screens (1600px and above) */
@media (min-width: 1600px) {
    .services-section .container,
    #about .container-fluid,
    .about-content,
    .about-img {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}
.align-self-center{
  padding-right: 0px;
    padding-left: 0px;
}
/* END_SECTION:service-card */

/* START_SECTION:slideshow-18 (INDEX:185) */
/* ════════════════════════════
           §1 HERO — SPLIT SCREEN
        ════════════════════════════ */
#hero {
    position: relative;
    margin-top: var(--nav-total);
    height: calc(100vh - var(--nav-total));
    min-height: 680px;
    overflow: hidden;
    background: var(--ink);
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* ── LEFT — image carousel ── */
.hero-left {
    position: relative;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(.4,0,.2,1);
    z-index: 1;
}

    .hero-slide.active {
        opacity: 1;
        z-index: 2;
    }

    .hero-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        transform: scale(1.07);
        transition: transform 8s cubic-bezier(.25,.46,.45,.94);
        filter: brightness(.82) saturate(.85);
    }

    .hero-slide.active img {
        transform: scale(1);
    }

    .hero-slide:nth-child(odd) img {
        object-position: 60% top;
    }

    .hero-slide:nth-child(even) img {
        object-position: 40% top;
    }

.hero-slide-counter {
    position: absolute;
    bottom: 32px;
    left: 32px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 12px;
}

.hsc-current {
    font-family: var(--serif);
    font-size: 2.4rem;
    font-weight: 300;
    color: rgba(255,255,255,.9);
    letter-spacing: -.04em;
    line-height: 1;
}

.hsc-sep {
    width: 28px;
    height: 1px;
    background: rgba(255,255,255,.2);
}

.hsc-total {
    font-family: var(--serif);
    font-size: .85rem;
    color: rgba(255,255,255,.25);
    font-style: italic;
}

.hero-dots {
    position: absolute;
    bottom: 38px;
    right: 28px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hero-dot {
    width: 2px;
    height: 20px;
    background: rgba(255,255,255,.18);
    cursor: pointer;
    transition: background .4s, height .4s;
    border: none;
    outline: none;
    padding: 0;
}

    .hero-dot.active {
        background: var(--blush);
        height: 36px;
    }

/* ── RIGHT — text panel ── */
.hero-right {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 64px 80px 52px;
    background: var(--ink);
    z-index: 5;
}

    .hero-right::before {
        content: '';
        position: absolute;
        inset: 0;
        background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
        opacity: .4;
        pointer-events: none;
    }

    .hero-right::after {
        content: '';
        position: absolute;
        top: 15%;
        left: 0;
        width: 1px;
        height: 70%;
        background: linear-gradient(to bottom, transparent, var(--blush), transparent);
        opacity: .3;
    }

.hero-eyebrow {
    font-family: var(--sans);
    font-size: .54rem;
    letter-spacing: .5em;
    text-transform: uppercase;
    color: rgb(255 255 255 / 68%);
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 16px;
    overflow: hidden;
}

.hero-eyebrow-inner {
    display: block;
    transform: translateY(120%);
}

.hero-eyebrow::before {
    content: '';
    width: 28px;
    height: 1px;
    background: var(--blush);
    flex-shrink: 0;
    opacity: .7;
}

.hero-headline {
    font-family: var(--serif);
    font-size: clamp(2.4rem,4.2vw,5.2rem);
    font-weight: 300;
    font-style: italic;
    color: var(--chalk);
    line-height: 1.2;
    letter-spacing: -.02em;
    margin-bottom: 0;
    overflow: hidden;
}

.hero-headline-inner {
    display: block;
    transform: translateY(110%);
}

.hero-headline em {
    color: var(--blush);
    font-style: italic;
}

.hero-divider {
    width: 0;
    height: 1px;
    background: rgba(255,255,255,.1);
    margin: 32px 0;
    transition: width 1s ease;
}

    .hero-divider.revealed {
        width: 100%;
    }

.hero-caption-wrap {
    position: relative;
    min-height: 110px;
    margin-bottom: 40px;
}

.hero-caption {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .7s ease, transform .7s ease;
    pointer-events: none;
}

    .hero-caption.active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

.hero-caption-tag {
    font-family: var(--sans);
    font-size: .62rem;
    letter-spacing: .36em;
    text-transform: uppercase;
    color: var(--blush);
    margin-bottom: 12px;
    display: block;
}

/*.hero-caption-text {
    font-family: var(--serif);
    font-size: clamp(1rem,1.4vw,1.2rem);
    font-style: italic;
    font-weight: 300;
    color: rgba(255,255,255,.55);
    line-height: 1.7;
    max-width: 360px;
}*/

.hero-caption-text {
    font-family: var(--sans);
    font-size: clamp(0.9rem,1.4vw,0.4rem);
    /* font-style: italic; */
    font-weight: 200;
    color: rgb(229 229 229 / 55%);
    line-height: 2.05;
    max-width: 360px;
    opacity: 1;
    letter-spacing: 0.5px;
}

.hero-cta-row {
    display: flex;
    align-items: center;
    gap: 28px;
    opacity: 0;
    margin-top: 20px;
}

    .hero-cta-row .btn {
        color: var(--chalk);
        border-color: rgba(255,255,255,.25);
        font-size: .56rem;
        padding: 14px 32px;
    }

        .hero-cta-row .btn:hover {
            background: var(--blush);
            border-color: var(--blush);
            color: var(--chalk);
        }

.hero-cta-link {
    font-size: .54rem;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: rgba(255,255,255,.7);
    transition: color .3s;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .hero-cta-link::after {
        content: '↓';
        font-size: .9rem;
        opacity: .5;
    }

    .hero-cta-link:hover {
        color: var(--blush);
    }

.hero-scroll {
    position: absolute;
    bottom: 28px;
    right: 64px;
    z-index: 15;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    opacity: 0;
}

.hero-scroll-line {
    width: 1px;
    height: 38px;
    background: linear-gradient(to bottom, var(--blush), transparent);
}

.hero-scroll-txt {
    font-family: var(--sans);
    font-size: .44rem;
    letter-spacing: .34em;
    text-transform: uppercase;
    color: rgba(255,255,255,.72);
    writing-mode: vertical-rl;
}

.hero-ticker {
    display: none;
}

.hero-ticker-item::after {
    content: '◆';
    font-size: .32rem;
    color: var(--blush);
    opacity: .6;
}

/* ── Headline sets ── */
.hero-headlines-wrap {
    position: relative;
    margin-bottom: 0;
}

.hero-headline-set {
    display: none;
    flex-direction: column;
}

    .hero-headline-set.active {
        display: flex;
    }

    .hero-headline-set.exiting {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        pointer-events: none;
    }

/* ════════════════════════════
           RESPONSIVE
        ════════════════════════════ */

@media (max-width: 960px) {
     /* Hero */
    #hero {
        grid-template-columns: 1fr;
        grid-template-rows: 55vh auto;
    }

    .hero-left {
        height: 55vh;
    }

    .hero-right {
        padding: 48px 28px 60px;
        min-height: auto;
    }

    .hero-headline {
        font-size: clamp(2.2rem,10vw,3.5rem);
    }

    .hero-scroll {
        display: none;
    }
}

@media (max-width: 480px) {
    #hero {
        height: auto;
    }

    /* Hero */
    .hero-headline {
        font-size: clamp(2rem,11vw,3rem);
    }

    .hero-right {
        padding: 32px 20px 44px;
    }

    .hero-cta-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .hero-caption-wrap {
        min-height: 140px;
    }
}
/* END_SECTION:slideshow-18 */