/**
 * Taglio di Roma — Template 4: Notte Italiana
 * Palette: Ivoire chaud · Noir nuit · Ambre doré
 * Version: 4.0.0
 */

/* ==========================================
   1. Variables
   ========================================== */
:root {
    --night:        #1C1814;
    --night-mid:    #2A251F;
    --ivory:        #FAF8F3;
    --ivory-alt:    #F2EDE4;
    --stone:        #E5DDD4;
    --stone-dark:   #D5C9BC;
    --amber:        #C8883A;
    --amber-light:  #E2AD68;
    --amber-dim:    rgba(200,136,58,0.15);
    --charcoal:     #232021;
    --t-dark:       #2C2924;
    --t-mid:        #6E6860;
    --t-muted:      #A09890;
    --t-light:      #FAF8F3;
    --ease:         cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==========================================
   2. Reset & Base
   ========================================== */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }

body {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--t-dark);
    background: var(--ivory);
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 1.15;
}

img  { display: block; max-width: 100%; }
a    { text-decoration: none; color: inherit; }
ul   { list-style: none; }

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--ivory); }
::-webkit-scrollbar-thumb { background: var(--amber); border-radius: 3px; }

/* ==========================================
   3. Animations
   ========================================== */
@keyframes fadeUp {
    from { opacity:0; transform: translateY(28px); }
    to   { opacity:1; transform: translateY(0); }
}
@keyframes panelIn {
    from { opacity:0; }
    to   { opacity:1; }
}

.fade-in {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.fade-in.visible { opacity:1; transform: translateY(0); }

.animate-fade-up, .animate-fade-left,
.animate-fade-right, .animate-scale {
    opacity:0; transform: translateY(22px);
    transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.animate-fade-left  { transform: translateX(-22px); }
.animate-fade-right { transform: translateX(22px); }
.animate-scale      { transform: scale(0.95); }
.animate-fade-up.visible, .animate-fade-left.visible,
.animate-fade-right.visible, .animate-scale.visible {
    opacity:1; transform: translate(0) scale(1);
}
.stagger-1{transition-delay:.1s} .stagger-2{transition-delay:.2s}
.stagger-3{transition-delay:.3s} .stagger-4{transition-delay:.4s}
.stagger-5{transition-delay:.5s} .stagger-6{transition-delay:.6s}

/* ==========================================
   4. Shared utilities
   ========================================== */
.eyebrow {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 1rem;
}

/* ==========================================
   5. Navigation
   ========================================== */
body > nav {
    position: fixed;
    top:0; left:0; right:0;
    z-index: 1000;
    height: 96px;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--charcoal);
    transition: height .35s var(--ease), box-shadow .35s var(--ease);
}
body > nav.scrolled {
    height: 76px;
    box-shadow: 0 4px 32px rgba(0,0,0,.4);
}

.logo { display:flex; align-items:center; flex-shrink: 0; }
.logo img { height:84px; width:auto; display:block; transition: height .35s var(--ease); }
body > nav.scrolled .logo img { height: 66px; }

.nav-center { display:flex; align-items:center; gap:2.5rem; }
.nav-links  { display:flex; flex-direction:row; gap:2rem; }

.nav-links a {
    font-size: 0.76rem;
    font-weight: 400;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(250,248,243,.65);
    padding-bottom: 3px;
    position: relative;
    transition: color .3s;
}
.nav-links a::after {
    content:'';
    position:absolute;
    bottom:0; left:0;
    width:0; height:1px;
    background: var(--amber);
    transition: width .35s var(--ease);
}
.nav-links a:hover { color: var(--t-light); }
.nav-links a:hover::after { width:100%; }

.lang-switcher { display:flex; gap:.4rem; }
.lang-btn {
    background: transparent;
    border: 1px solid rgba(250,248,243,.2);
    color: rgba(250,248,243,.5);
    padding: .28rem .6rem;
    font-size: .68rem;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .25s;
}
.lang-btn:hover,
.lang-btn.active { background: var(--amber); border-color: var(--amber); color: var(--night); }

.mobile-menu-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}
.mobile-menu-btn span {
    width:24px; height:1.5px;
    background: var(--t-light);
    display: block;
    transition: all .3s;
}

/* ==========================================
   6. Hero — Split Screen
   ========================================== */
.hero-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    padding-top: 96px;
}

/* Left — light panel */
.hero-split__left {
    background: var(--ivory);
    display: flex;
    align-items: center;
    padding: clamp(3rem, 7vw, 7rem) clamp(2.5rem, 6vw, 6rem);
    position: relative;
}

/* Subtle gold corner accent */
.hero-split__left::after {
    content:'';
    position:absolute;
    bottom: 0; left: 0;
    width: 60px; height: 60px;
    border-bottom: 2px solid var(--amber);
    border-left: 2px solid var(--amber);
    opacity: .4;
}

.hero-split__content { max-width: 480px; }

.hero-split__content .eyebrow {
    animation: fadeUp 1s var(--ease) .2s both;
}

.hero-split h1 {
    font-size: clamp(4rem, 8vw, 7rem);
    color: var(--t-dark);
    line-height: .95;
    margin-bottom: 1.5rem;
    animation: fadeUp 1s var(--ease) .4s both;
}

.hero-tagline {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.05rem;
    color: var(--t-mid);
    margin-bottom: 2.5rem;
    animation: fadeUp 1s var(--ease) .6s both;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    animation: fadeUp 1s var(--ease) .8s both;
}

/* Right — image */
.hero-split__right {
    position: relative;
    overflow: hidden;
    background: var(--night-mid);
}
.hero-split__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 8s ease;
}
.hero-split__right:hover img { transform: scale(1.04); }

/* Badge — slim bottom banner */
.hero-badge {
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    background: rgba(18,15,12,.55);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: .7rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .9rem;
    border-top: 1px solid rgba(200,136,58,.25);
}
.badge-num {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    color: var(--amber);
    line-height: 1;
    font-weight: 400;
}
.badge-stars {
    font-size: .75rem;
    color: var(--amber);
    letter-spacing: 2px;
}
.badge-google-icon { width: 18px; height: 18px; flex-shrink: 0; }
.badge-sep { color: rgba(200,136,58,.4); font-size: .8rem; }
.badge-lbl {
    font-size: .62rem;
    color: rgba(250,248,243,.85);
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

/* Buttons */
.btn-primary {
    display: inline-block;
    padding: .95rem 2.4rem;
    background: var(--amber);
    color: var(--night);
    font-family: 'Lato', sans-serif;
    font-size: .73rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    border: 1px solid var(--amber);
    transition: all .35s var(--ease);
    cursor: pointer;
    white-space: nowrap;
}
.btn-primary:hover {
    background: var(--amber-light);
    border-color: var(--amber-light);
    transform: translateY(-2px);
}

.btn-ghost {
    display: inline-block;
    padding: .95rem 2.4rem;
    background: transparent;
    color: var(--t-mid);
    font-family: 'Lato', sans-serif;
    font-size: .73rem;
    font-weight: 400;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    border: 1px solid var(--stone-dark);
    transition: all .35s var(--ease);
    cursor: pointer;
    white-space: nowrap;
}
.btn-ghost:hover {
    color: var(--t-dark);
    border-color: var(--amber);
    transform: translateY(-2px);
}

/* ==========================================
   7. Stats Bar
   ========================================== */
.stats-bar {
    background: var(--ivory-alt);
    border-top: 1px solid var(--stone);
    border-bottom: 1px solid var(--stone);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 2.5rem 5%;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: .5rem 3.5rem;
    gap: .35rem;
}
.stat-num {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--amber);
    line-height: 1;
}
.stat-lbl {
    font-size: .68rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--t-muted);
}
.stat-sep {
    width: 1px;
    height: 48px;
    background: var(--stone);
    flex-shrink: 0;
}

/* ==========================================
   8. Story / About
   ========================================== */
.story-section {
    display: grid;
    grid-template-columns: 48% 52%;
    min-height: 640px;
    background: var(--ivory);
}

.story-visual {
    position: relative;
    overflow: hidden;
}
.story-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .9s var(--ease);
}
.story-visual:hover img { transform: scale(1.04); }

.story-quote {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(transparent, rgba(28,24,20,.90));
    padding: 3rem 2rem 2rem;
}
.story-quote blockquote {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1rem;
    color: rgba(250,248,243,.85);
    line-height: 1.6;
    margin-bottom: .5rem;
}
.story-quote cite {
    font-size: .72rem;
    letter-spacing: 2px;
    color: var(--amber);
    font-style: normal;
    text-transform: uppercase;
}

.story-content {
    position: relative;
    padding: clamp(3rem, 6vw, 6rem) clamp(3rem, 6vw, 5.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.story-content h2 {
    font-size: clamp(1.9rem, 3.5vw, 2.8rem);
    color: var(--t-dark);
    margin-bottom: 1.5rem;
}
.story-content p {
    color: var(--t-mid);
    font-size: 1rem;
    line-height: 1.85;
    margin-bottom: 1.2rem;
}
.story-content p strong { color: var(--t-dark); font-weight: 700; }

.story-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem;
}
.story-detail {
    padding: 1.6rem 1.4rem;
    background: white;
    border: 1px solid var(--stone);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: .3rem;
    transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.story-detail::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 2px;
    background: var(--amber);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s var(--ease);
}
.story-detail:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(44,41,36,.09);
}
.story-detail:hover::after { transform: scaleX(1); }

.detail-num {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 400;
    color: var(--amber);
    opacity: .15;
    line-height: 1;
    margin-bottom: .5rem;
    letter-spacing: -1px;
}
.detail-icon {
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
    width: 32px;
    height: 32px;
    color: var(--amber);
    opacity: .6;
}
.detail-icon svg { width: 100%; height: 100%; }

.story-detail strong {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: .95rem;
    font-weight: 700;
    color: var(--t-dark);
    letter-spacing: .5px;
    margin-bottom: .25rem;
}
.story-detail span {
    font-size: .8rem;
    color: var(--t-muted);
    line-height: 1.5;
}

/* ==========================================
   9. Specialties — Numbered rows
   ========================================== */
.specialties { background: var(--ivory-alt); padding: 0; }

.specialties__intro {
    padding: clamp(4rem, 7vw, 6rem) 5% 3rem;
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}
.specialties__intro h2 {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    color: var(--t-dark);
    margin-bottom: .8rem;
}
.specialties__intro p {
    color: var(--t-mid);
    font-size: 1.05rem;
}

/* Feature row */
.spec-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
    position: relative;
    border-top: 1px solid var(--stone);
}
.spec-row:last-child { border-bottom: 1px solid var(--stone); }

/* Large background number */
.spec-row__num {
    position: absolute;
    font-family: 'Playfair Display', serif;
    font-size: clamp(7rem, 15vw, 14rem);
    font-weight: 700;
    color: rgba(200,136,58,.07);
    line-height: 1;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    translate: -50% 0;
    z-index: 0;
    user-select: none;
}

.spec-row__visual {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.spec-row__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .9s var(--ease);
    filter: brightness(.96);
}
.spec-row:hover .spec-row__visual img { transform: scale(1.05); }

.spec-row__info {
    padding: clamp(3rem, 6vw, 5.5rem) clamp(2.5rem, 5vw, 5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.spec-row__info h3 {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    color: var(--t-dark);
    margin-bottom: 1.2rem;
}
.spec-row__info p {
    color: var(--t-mid);
    font-size: 1rem;
    line-height: 1.85;
    margin-bottom: 1.8rem;
}

/* Reversed row */
.spec-row--rev .spec-row__visual { order: 2; }
.spec-row--rev .spec-row__info   { order: 1; }

.spec-link {
    display: inline-block;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--amber);
    position: relative;
    padding-bottom: 3px;
    transition: color .3s;
}
.spec-link::after {
    content:'';
    position:absolute;
    bottom:0; left:0;
    width:100%; height:1px;
    background: var(--amber);
    transform: scaleX(.4);
    transform-origin: left;
    transition: transform .35s var(--ease);
}
.spec-link:hover { color: var(--amber-light); }
.spec-link:hover::after { transform: scaleX(1); }

/* ==========================================
   10. Moments — Experience section
   ========================================== */
.moments-section {
    background: var(--ivory-alt);
    padding: clamp(4rem, 8vw, 7rem) 5%;
}

.moments-section__header {
    text-align: center;
    max-width: 560px;
    margin: 0 auto clamp(2.5rem, 5vw, 4rem);
}
.moments-section__header h2 {
    font-size: clamp(2rem, 4.5vw, 3rem);
    color: var(--t-dark);
}
.moments-section__header .eyebrow { color: var(--amber); }

.moments-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

.moment-card {
    background: var(--ivory);
    border: 1px solid var(--stone);
    overflow: hidden;
    position: relative;
    transition: border-color .4s var(--ease), transform .4s var(--ease), box-shadow .4s var(--ease);
}
.moment-card::before {
    content:'';
    position:absolute;
    top:0; left:0; right:0;
    height: 2px;
    background: var(--amber);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s var(--ease);
}
.moment-card:hover {
    border-color: var(--amber);
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(44,41,36,.1);
}
.moment-card:hover::before { transform: scaleX(1); }

.moment-card__img {
    height: 260px;
    overflow: hidden;
    position: relative;
}
.moment-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s var(--ease);
    filter: brightness(.82);
}
.moment-card:hover .moment-card__img img { transform: scale(1.07); filter: brightness(.9); }

.moment-card__body {
    padding: 2rem;
    position: relative;
}
.moment-num {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    color: rgba(200,136,58,.15);
    line-height: 1;
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    pointer-events: none;
}
.moment-card__body h3 {
    font-size: 1.35rem;
    color: var(--t-dark);
    margin-bottom: .7rem;
}
.moment-card__body p {
    color: var(--t-mid);
    font-size: .9rem;
    line-height: 1.7;
}

/* ==========================================
   11. Menu Section
   ========================================== */
.menu-section {
    background: var(--ivory);
    padding: clamp(4rem, 8vw, 7rem) 5%;
    position: relative;
}
.menu-section__header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
}
.menu-section__header h2 {
    font-size: clamp(2rem, 4.5vw, 3rem);
    color: var(--t-dark);
    margin-bottom: .8rem;
}
.menu-section__header p { color: var(--t-mid); font-size: 1.05rem; }

/* Tabs */
.menu-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid var(--stone);
    flex-wrap: wrap;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.menu-tab {
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    color: var(--t-mid);
    padding: .9rem 2rem;
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    cursor: pointer;
    letter-spacing: .5px;
    transition: color .3s, border-color .3s;
}
.menu-tab:hover { color: var(--t-dark); }
.menu-tab.active { color: var(--amber); border-bottom-color: var(--amber); }

.menu-content { max-width: 1100px; margin: 0 auto; }
.menu-panel { display: none; }
.menu-panel.active { display: block; animation: panelIn .3s ease; }

.menu-legend {
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
    margin-bottom: 1.5rem;
    padding-bottom: .6rem;
    border-bottom: 1px solid var(--stone);
    font-size: .76rem;
    color: var(--t-muted);
    font-style: italic;
}

.menu-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 3rem;
}

.menu-entry {
    padding: 1rem 0;
    border-bottom: 1px solid var(--stone);
    display: flex;
    flex-direction: column;
    gap: .2rem;
    background: transparent;
    border-left: none;
    box-shadow: none;
    transition: padding-left .25s var(--ease), border-color .25s;
}
.menu-entry:hover {
    padding-left: .5rem;
    border-bottom-color: var(--amber);
    background: transparent;
    box-shadow: none;
}
.menu-entry.signature { background: transparent; border: none; border-bottom: 1px solid var(--stone); }
.menu-entry.signature:hover { border-bottom-color: var(--amber); }

.entry-details h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 500;
    color: var(--t-dark);
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .1rem;
}
.entry-details h4::after { display:none; }
.entry-details p {
    font-size: .8rem;
    color: var(--t-muted);
    font-style: italic;
    line-height: 1.4;
}
.entry-prices {
    display: flex;
    gap: 1.2rem;
    font-size: .84rem;
    color: var(--amber);
    font-weight: 600;
    margin-top: .35rem;
    padding-top: 0;
    border-top: none;
}
.signature-badge {
    font-size: .56rem;
    background: var(--amber);
    color: var(--night);
    padding: .18rem .5rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    vertical-align: middle;
}

.menu-simple-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 3rem;
}
.simple-entry {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: .85rem 0;
    border-bottom: 1px solid var(--stone);
    font-size: .95rem;
    transition: padding-left .25s var(--ease), border-color .25s;
}
.simple-entry:hover { padding-left: .5rem; border-bottom-color: var(--amber); }
.simple-entry span:first-child { color: var(--t-dark); }
.simple-entry span:last-child  { color: var(--amber); font-weight: 600; }

.drinks-notice {
    max-width: 600px;
    margin: 3rem auto 0;
    text-align: center;
    padding: 2rem;
    border: 1px solid var(--stone);
    border-top: 2px solid var(--amber);
    background: var(--ivory-alt);
}
.drinks-notice h4 {
    font-family: 'Lato', sans-serif;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: .5rem;
}
.drinks-notice p { color: var(--t-mid); font-size: .92rem; line-height: 1.7; }

.menu-note {
    text-align: center;
    font-size: .76rem;
    color: var(--t-muted);
    margin-top: 2rem;
    font-style: italic;
}

/* ==========================================
   12. Gallery — Carousel
   ========================================== */
.gallery-section {
    background: var(--ivory);
    padding: clamp(4rem, 8vw, 6rem) 0;
}

.gallery-section__header {
    padding: 0 5% clamp(2rem, 4vw, 3rem);
    text-align: center;
}
.gallery-section__header h2 {
    font-size: clamp(2rem, 4.5vw, 3rem);
    color: var(--t-dark);
}
.gallery-section__header .eyebrow { color: var(--amber); }
.gallery-section .carousel-dots .carousel-dot { background: var(--stone-dark); }
.gallery-section .carousel-dots .carousel-dot.active { background: var(--amber); }
.gallery-section .carousel-btn {
    background: var(--ivory-alt);
    border: 2px solid var(--stone-dark);
    color: var(--t-dark);
    box-shadow: 0 2px 12px rgba(44,41,36,.15);
}
.gallery-section .carousel-btn:hover:not(:disabled) {
    background: var(--amber);
    border-color: var(--amber);
    color: white;
    box-shadow: 0 4px 20px rgba(200,136,58,.35);
}

/* Carousel wrapper */
.carousel-wrap {
    position: relative;
    padding: 0 5% 3rem;
}

/* Hidden-scrollbar track */
.carousel-track {
    display: flex;
    gap: 1.5rem;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.carousel-track::-webkit-scrollbar { display: none; }

/* Slides */
.carousel-slide {
    flex: 0 0 calc(33.333% - 1rem);
    height: 460px;
    position: relative;
    overflow: hidden;
    scroll-snap-align: start;
    cursor: pointer;
    border-radius: 2px;
}
.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .7s var(--ease), filter .5s var(--ease);
    filter: brightness(.82);
}
.carousel-slide:hover img { transform: scale(1.06); filter: brightness(1); }

/* Slide caption */
.slide-cap {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 3rem 1.5rem 1.4rem;
    background: linear-gradient(transparent, rgba(28,24,20,.88));
    transform: translateY(60%);
    transition: transform .4s var(--ease);
}
.carousel-slide:hover .slide-cap { transform: translateY(0); }
.slide-cap h4 {
    font-family: 'Lato', sans-serif;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--t-light);
}

/* Arrow buttons */
.carousel-btn {
    position: absolute;
    top: calc(50% - 1.5rem);
    transform: translateY(-50%);
    z-index: 10;
    width: 52px; height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(200,136,58,.4);
    background: rgba(28,24,20,.75);
    color: var(--amber);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: all .3s var(--ease);
}
.carousel-btn:hover:not(:disabled) {
    background: var(--amber);
    border-color: var(--amber);
    color: var(--night);
    transform: translateY(-50%) scale(1.08);
}
.carousel-btn:disabled { opacity: .25; cursor: not-allowed; }
.carousel-prev { left: calc(5% - 1.5rem); }
.carousel-next { right: calc(5% - 1.5rem); }

/* Dots */
.carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 2rem;
}
.carousel-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: rgba(250,248,243,.2);
    cursor: pointer;
    transition: all .35s var(--ease);
}
.carousel-dot.active {
    background: var(--amber);
    width: 28px;
    border-radius: 4px;
}

/* Responsive */
@media (max-width: 1024px) {
    .carousel-slide { flex: 0 0 calc(50% - .75rem); height: 380px; }
    .carousel-prev { left: .5rem; }
    .carousel-next { right: .5rem; }
}
@media (max-width: 600px) {
    .carousel-slide { flex: 0 0 calc(85% - .75rem); height: 320px; }
    .carousel-btn { width: 42px; height: 42px; }
}

/* Lightbox */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.93);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all .4s var(--ease);
}
.lightbox.active { opacity:1; visibility:visible; }
.lightbox img {
    max-width: 90%;
    max-height: 88vh;
    object-fit: contain;
    transform: scale(.95);
    transition: transform .4s var(--ease);
}
.lightbox.active img { transform: scale(1); }
.lightbox-close {
    position: absolute;
    top: 1.5rem; right: 2rem;
    font-size: 2.5rem;
    color: rgba(250,248,243,.8);
    cursor: pointer;
    background: none;
    border: none;
    line-height: 1;
    transition: color .3s;
}
.lightbox-close:hover { color: var(--amber); }

/* ==========================================
   13. CTA Band — Special Orders
   ========================================== */
.cta-band {
    background: var(--amber);
    padding: clamp(4rem, 8vw, 6rem) 5%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta-band::before {
    content:'';
    position:absolute;
    inset:0;
    background: url('images/gallery/657333708_1582555346370105_5999970031131480150_n.webp') center/cover;
    opacity: .06;
    mix-blend-mode: multiply;
}
.cta-band__inner {
    max-width: 680px;
    margin: 0 auto;
    position: relative;
}
.cta-band .eyebrow { color: rgba(28,24,20,.6); }
.cta-band h2 {
    font-size: clamp(2rem, 5vw, 3.2rem);
    color: var(--night);
    margin-bottom: 1rem;
}
.cta-band p {
    color: rgba(28,24,20,.7);
    font-size: 1.05rem;
    max-width: 520px;
    margin: 0 auto 2.2rem;
    line-height: 1.8;
}
.cta-band .btn-primary {
    background: var(--night);
    border-color: var(--night);
    color: var(--amber);
}
.cta-band .btn-primary:hover { background: var(--night-mid); border-color: var(--night-mid); color: var(--amber-light); }

/* ==========================================
   14. Contact
   ========================================== */
.contact-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--ivory);
}

.contact-section__left {
    padding: clamp(2.5rem, 4vw, 4rem) clamp(2.5rem, 5vw, 4.5rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-right: 1px solid var(--stone);
}
.contact-section__left h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--t-dark);
    margin-bottom: 1rem;
}
.contact-intro {
    color: var(--t-mid);
    font-size: 1.05rem;
    margin-bottom: 2.5rem;
    line-height: 1.7;
}

/* Contact cards */
.contact-cards {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 2.5rem;
    border: 1px solid var(--stone);
}
.contact-card {
    padding: 1.4rem 1.8rem;
    border-bottom: 1px solid var(--stone);
    transition: background .3s;
}
.contact-card:last-child { border-bottom: none; }
.contact-card:hover { background: var(--ivory-alt); }

.contact-card h4 {
    font-family: 'Lato', sans-serif;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: .5rem;
}
.contact-card p {
    color: var(--t-mid);
    font-size: .92rem;
    line-height: 1.7;
    margin: 0;
}
.contact-card a { color: var(--t-dark); transition: color .3s; }
.contact-card a:hover { color: var(--amber); }

/* Hours list */
.hours-list {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    margin-top: .3rem;
}
.hours-list li {
    display: flex;
    justify-content: space-between;
    font-size: .88rem;
    padding: .25rem 0;
    border-bottom: 1px dashed var(--stone);
}
.hours-list li:last-child { border-bottom: none; }
.hours-list li span:first-child { color: var(--t-mid); }
.hours-list li span:last-child  { color: var(--t-dark); font-weight: 600; }

.btn-maps {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
}
.btn-maps-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.btn-gmaps {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    padding: .7rem 1.4rem;
    background: #fff;
    color: #3C4043;
    border: 1px solid #DADCE0;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.08);
    font-family: 'Lato', sans-serif;
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: box-shadow .2s ease, transform .2s ease;
    white-space: nowrap;
}
.btn-gmaps:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    transform: translateY(-1px);
    color: #1A73E8;
}

.contact-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.contact-section__left .btn-ghost {
    color: var(--t-mid);
    border-color: var(--stone-dark);
}
.contact-section__left .btn-ghost:hover {
    color: var(--t-dark);
    border-color: var(--amber);
}

/* Right — visual */
.contact-section__right {
    position: relative;
    overflow: hidden;
}
.contact-visual {
    position: absolute;
    inset: 0;
}
.contact-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(.75);
}
.contact-pin {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(28,24,20,.88);
    backdrop-filter: blur(10px);
    padding: 1.2rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 280px;
    border-left: 2px solid var(--amber);
    color: var(--amber);
}
.contact-pin div { display:flex; flex-direction:column; gap:.2rem; }
.contact-pin strong { font-family:'Playfair Display',serif; font-size: 1rem; color: var(--t-light); }
.contact-pin span   { font-size: .78rem; color: rgba(250,248,243,.55); letter-spacing: .5px; }

/* ==========================================
   15. Footer
   ========================================== */
.site-footer { background: var(--charcoal); position: relative; }
.site-footer::before {
    content:'';
    position:absolute;
    top:0; left:0; right:0;
    height:1px;
    background: linear-gradient(90deg, transparent, var(--amber), transparent);
}

/* Ultra-minimal footer bar */
.footer-bar {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.footer-logo-link { display: flex; align-items: center; flex-shrink: 0; }
.footer-logo { height: 52px; width: auto; opacity: .9; transition: opacity .3s; }
.footer-logo-link:hover .footer-logo { opacity: .65; }

.footer-nav-inline {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-nav-inline a {
    font-size: .66rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(250,248,243,.45);
    transition: color .3s;
}
.footer-nav-inline a:hover { color: var(--amber); }

.footer-right {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    flex-shrink: 0;
}

.social-links {
    display: flex;
    gap: .6rem;
}
.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s var(--ease), opacity .3s;
    opacity: .85;
}
.social-links a:hover { transform: translateY(-2px); opacity: 1; }

.copyright { font-size: .62rem; color: rgba(250,248,243,.2); white-space: nowrap; }

/* ==========================================
   16. Responsive
   ========================================== */
@media (max-width: 1100px) {
    .footer-nav-inline { gap: 1.2rem; }
}

@media (max-width: 1024px) {
    /* Hero: stack */
    .hero-split { grid-template-columns: 1fr; min-height: auto; padding-top: 64px; }
    .hero-split__left { min-height: 60vh; }
    .hero-split__right { height: 55vw; min-height: 320px; }

    /* Story: stack */
    .story-section { grid-template-columns: 1fr; }
    .story-visual { height: 420px; }

    /* Spec rows: stack */
    .spec-row { grid-template-columns: 1fr; min-height: auto; }
    .spec-row__visual { height: 360px; order: 1 !important; }
    .spec-row__info   { order: 2 !important; }

    /* Moments */
    .moments-grid { grid-template-columns: 1fr; max-width: 520px; }

    /* Contact */
    .contact-section { grid-template-columns: 1fr; }
    .contact-section__right { height: 380px; }
    .contact-section__left { border-right: none; border-bottom: 1px solid var(--stone); }
}

@media (max-width: 768px) {
    /* Nav */
    body > nav { height: 76px; padding: 0 5%; }
    .logo img { height: 62px; }
    body > nav.scrolled .logo img { height: 50px; }
    .nav-center {
        display: none;
        position: absolute;
        top: 100%; left: 0; right: 0;
        background: rgba(35,32,33,.98);
        flex-direction: column;
        padding: 2rem;
        gap: 1.5rem;
    }
    .nav-center.active { display: flex; }
    .nav-links { flex-direction: column; text-align: center; gap: 1.2rem; }
    .lang-switcher { justify-content: center; }
    .mobile-menu-btn { display: flex; }

    .hero-split { padding-top: 76px; }
    .hero-split h1 { font-size: clamp(3rem, 10vw, 4rem); }
    .hero-split__left { padding: 3rem 2rem; }
    .hero-split__right { height: 60vw; }

    .stats-bar { padding: 2rem 5%; }
    .stat-item { padding: .5rem 1.5rem; }
    .stat-sep { height: 32px; }

    .story-details { grid-template-columns: 1fr; }
    .spec-row__num { font-size: 8rem; }

    .menu-list { grid-template-columns: 1fr; }
    .menu-simple-grid { grid-template-columns: 1fr; }
    .menu-legend { display: none; }
    .menu-tab { padding: .7rem 1.2rem; font-size: .9rem; }

    .gallery-item.reel-item { flex: 0 0 260px; height: 340px; }

    .footer-nav-inline { display: none; }
    .footer-bar { height: auto; padding: 1rem 5%; }
    .footer-right { gap: .8rem; }
}

@media (max-width: 480px) {
    .hero-split h1 { font-size: 2.8rem; }
    .hero-actions { flex-direction: column; align-items: flex-start; }
    .btn-primary, .btn-ghost { padding: .85rem 2rem; letter-spacing: 2px; width: 100%; text-align: center; }

    .stats-bar { flex-direction: column; gap: 0; }
    .stat-sep { width: 40px; height: 1px; margin: .5rem 0; }
    .stat-item { padding: 1rem 2rem; }

    .entry-prices { flex-wrap: wrap; gap: .4rem; }
    .contact-actions { flex-direction: column; }
    .contact-actions .btn-primary,
    .contact-actions .btn-ghost { width: 100%; text-align: center; }
}

/* ==========================================
   ENHANCEMENTS — Scroll, Animations, UX
   ========================================== */

/* 1. Scroll progress bar */
.scroll-progress {
    position: fixed;
    top: 0; left: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, var(--amber), var(--amber-light));
    z-index: 9999;
    pointer-events: none;
    transition: width .08s linear;
}

/* 2. Hero title — letter by letter */
.hero-split h1 .char {
    display: inline-block;
    opacity: 0;
    transform: translateY(24px);
    animation: charReveal .55s var(--ease) both;
}
@keyframes charReveal {
    to { opacity: 1; transform: translateY(0); }
}

/* 3. Active nav link */
.nav-links a.nav-active {
    color: var(--t-light);
}
.nav-links a.nav-active::after {
    width: 100%;
}

/* 4. Button ripple */
.btn-primary,
.btn-ghost { position: relative; overflow: hidden; }
.ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: rippleOut .55s linear;
    pointer-events: none;
}
.btn-primary .ripple { background: rgba(255,255,255,.25); }
.btn-ghost   .ripple { background: rgba(200,136,58,.2); }
@keyframes rippleOut {
    to { transform: scale(4); opacity: 0; }
}

/* 5. Carousel progress bar (replaces dots) */
.carousel-progress-wrap {
    padding: 0 5%;
    margin-top: 1.8rem;
}
.carousel-progress-track {
    height: 2px;
    background: var(--stone);
    border-radius: 2px;
    overflow: hidden;
}
.carousel-progress-fill {
    height: 100%;
    background: var(--amber);
    border-radius: 2px;
    transition: width .45s var(--ease);
    width: 0%;
}

/* Hide old dots when progress bar is present */
.carousel-wrap .carousel-dots { display: none; }

/* 6. Italian em words — amber italic */
.story-content em {
    font-style: italic;
    color: var(--amber);
    font-family: 'Playfair Display', serif;
}

/* 7. Story stamp — watermark filigrane in story-content */
.story-stamp {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 150px;
    height: 150px;
    opacity: .25;
    animation: stampSpin 40s linear infinite;
    pointer-events: none;
    z-index: 0;
}
@keyframes stampSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* 8. Geo band — scrolling marquee */
.geo-band {
    background: var(--charcoal);
    overflow: hidden;
    border-top: 1px solid rgba(200,136,58,.15);
    border-bottom: 1px solid rgba(200,136,58,.15);
    padding: .75rem 0;
}
.geo-band__track {
    display: flex;
    gap: 2.5rem;
    align-items: center;
    white-space: nowrap;
    animation: geoBandScroll 18s linear infinite;
}
.geo-band__track span {
    font-family: 'Lato', sans-serif;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(250,248,243,.4);
}
.geo-band__track .geo-sep {
    color: var(--amber);
    opacity: .6;
    font-size: .8rem;
}
@keyframes geoBandScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
