@font-face {
    font-family: 'MiniSub';
    src: url('./font/mini.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Pastiamo Font';
    src: url('./font/mm.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Hero';
    src: url('./font/hero.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hide-mobile { display: inline; }
.show-mobile { display: none; }
@media (max-width: 768px) {
    .hide-mobile { display: none; }
    .show-mobile { display: inline; }
}

/* Give Pastiamo Font a slightly thicker appearance site-wide */
body {
    -webkit-font-smoothing: antialiased;
}

:root {
    --cream: #f5f1e8;
    --dark: #2c2c2c;
    --accent: #d9b036;
    --light-gray: #e8e4db;
}

html {
    scroll-behavior: smooth;
    font-size: 17px;
}

body {
    font-family: 'MiniSub', Georgia, serif;
    background-color: var(--cream);
    color: var(--dark);
    line-height: 1.6;
    overflow-x: hidden;
}

::selection {
    background: #f3d46b;
    color: #2b1b09;
}

::-moz-selection {
    background: #f3d46b;
    color: #2b1b09;
}

/* Navbar */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--cream);
    padding: 1.5rem 2rem;
    z-index: 1000;
    border-bottom: 1px solid var(--light-gray);
    transition: background-color 0.35s ease, border-color 0.35s ease, padding 0.35s ease;
}

.navbar.nav-transparent {
    background-color: transparent;
    border-bottom-color: transparent;
}

.navbar.nav-transparent .nav-links a {
    color: #fff;
}

.navbar.nav-transparent .nav-links a:hover {
    color: var(--accent);
}

.navbar.nav-transparent .nav-links a.active {
    color: var(--accent);
}

.navbar.nav-transparent .hamburger span {
    background: #fff;
}

.navbar.nav-transparent .hamburger.open span {
    background: var(--dark);
}

/* ── Home page nav pop-in ── */
@keyframes navPop {
    0%   { opacity: 0; transform: translateY(-10px) scale(0.85); }
    70%  { transform: translateY(2px) scale(1.04); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

.home .nav-links li,
.home .lang-switch,
.home .logo-brand {
    opacity: 0;
}
.page-ready.home .nav-links li,
.page-ready.home .lang-switch,
.page-ready.home .logo-brand {
    animation: navPop 0.65s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.page-ready.home .logo-brand            { animation-delay: 0.1s; }
.page-ready.home .nav-links li:nth-child(1) { animation-delay: 0.25s; }
.page-ready.home .nav-links li:nth-child(2) { animation-delay: 0.38s; }
.page-ready.home .nav-links li:nth-child(3) { animation-delay: 0.51s; }
.page-ready.home .nav-links li:nth-child(4) { animation-delay: 0.64s; }
.page-ready.home .nav-links li:nth-child(5) { animation-delay: 0.77s; }
.page-ready.home .lang-switch               { animation-delay: 0.90s; }

.nav-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-text {
    font-family: 'Pastiamo Font', 'Patrick Hand', serif;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 2px;
}

.logo-brand {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-link {
    display: inline-flex;
    align-items: center;
}

.nav-text-logo {
    max-height: 36px;
    width: auto;
    display: block;
}

.nav-favicon {
    max-height: 60px;
    width: auto;
    display: block;
    transition: filter 0.3s ease;
}

.nav-transparent .nav-favicon {
    filter: brightness(0) invert(1);
}

/* Navbar language switcher */
.lang-switch {
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--light-gray);
    border-radius: 999px;
    padding: 5px 7px;
    border: 1px solid rgba(217, 176, 54, 0.3);
}

.lang-switch a {
    text-decoration: none;
    display: inline-flex;
    border-radius: 999px;
}

.lang-switch .flag {
    display: block;
    width: 26px;
    height: auto;
    border-radius: 3px;
    opacity: 0.45;
    transition: opacity 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.lang-switch .flag.active {
    opacity: 1;
    box-shadow: 0 0 0 2px var(--accent), 0 2px 6px rgba(217, 176, 54, 0.4);
}

.lang-switch a:hover .flag,
.lang-switch .flag:hover {
    opacity: 0.85;
    transform: scale(1.08);
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 3rem;
    margin-left: auto;
    margin-right: 2rem;
}

/* Pastiamo Font global pseudo-bold */
* {
    -webkit-text-stroke: 0px;
}

.nav-links a {
    font-family: 'Pastiamo Font', 'Patrick Hand', serif;
    text-decoration: none;
    color: var(--dark);
    font-size: 1.4rem;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.nav-links a:hover {
    color: var(--accent);
}

/* Hero Section */
.hero {
    margin-top: 80px;
    padding: 80px 2rem;
    text-align: center;
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: url('images/background.webp') center/cover no-repeat;
}

.home .hero {
    margin-top: 0;
    min-height: 100vh;
}

.hero-video {
    display: none;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.50);
    pointer-events: none;
    z-index: 1;
}

.hero-content {
    max-width: 900px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.logo-image {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 2rem;
    position: relative;
    z-index: 1;
}

.logo-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,0.05));
}

.logo-image svg {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 4px 20px rgba(0,0,0,0.3));
}

.hero h1 {
    font-family: 'Pastiamo Font', 'Patrick Hand', serif;
    font-size: 3.5rem;
    letter-spacing: 3px;
    margin-bottom: 1rem;
    opacity: 0;
}
.page-ready .hero h1 {
    animation: fadeInUp 1s ease-out 0.2s both;
}

/* Ensure main headings use Pastiamo Font */
h1, h2, h3 {
    font-family: 'Pastiamo Font', 'Patrick Hand', serif;
}

.tagline {
    font-size: 1rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 1.5rem;
    opacity: 0;
    font-family: 'MiniSub', Georgia, serif;
    position: relative;
    z-index: 1;
}
.page-ready .tagline {
    animation: fadeInUp 1s ease-out 0.3s both;
}

.description {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 2rem;
    font-weight: 300;
    opacity: 0;
    font-family: 'MiniSub', Georgia, serif;
    position: relative;
    z-index: 1;
}
.page-ready .description {
    animation: fadeInUp 1s ease-out 0.4s both;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2.8rem;
    background: #fdf6e3;
    color: #2b1b09;
    text-decoration: none;
    font-size: 1.4rem;
    font-family: 'Pastiamo Font', 'Patrick Hand', serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: 2px solid rgba(43, 27, 9, 0.75);
    border-radius: 3px 6px 4px 5px;
    box-shadow: 3px 4px 0px rgba(43, 27, 9, 0.55);
    transform: rotate(-1deg) translateY(80px);
    opacity: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.page-ready .cta-button {
    animation: ctaJumpIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.1s forwards;
}

.cta-button:hover {
    transform: rotate(0deg) translateY(-2px);
    box-shadow: 4px 6px 0px rgba(43, 27, 9, 0.65);
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

/* About Section */
.about {
    padding: 6rem 2rem;
    background-color: white;
}

.about h2,
.menu h2,
.reviews h2,
.contact h2 {
    font-family: 'Pastiamo Font', 'Patrick Hand', serif;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 1.5rem;
}

.contact h2.contact-title {
    font-size: clamp(2.5rem, 5vw, 5rem);
    padding-bottom: 0;
}

.about h2::after,
.menu h2::after,
.reviews h2::after,
.contact h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: var(--accent);
}

/* Contact heading — outline/hollow treatment */
.contact h2 {
    color: transparent;
    -webkit-text-stroke: 0.8px var(--dark);
}

#menu h2 {
    font-size: 4rem;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0.8rem;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    max-width: none;
}
.menu h2{
    font-size: 4rem;
    text-align: left;
    max-width:650px;
    margin:3.5rem 0 1rem 0;
    letter-spacing:1px;
    padding-bottom: 0;
}

.menu h2::after {
    display: none;
}

.featured-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1.25rem;
}

.featured-title {
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: var(--dark);
    -webkit-text-stroke: 0px;
    letter-spacing: 2px;
}

.featured-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    width: 120%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(217, 176, 54, 0.45) 50%, transparent 100%);
    pointer-events: none;
    animation: none;
}

.featured-link {
    text-decoration: none;
    color: var(--accent);
    font-family: 'Pastiamo Font', 'Patrick Hand', serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    white-space: nowrap;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.featured-link:hover {
    transform: translateX(3px);
    opacity: 0.9;
}

.about p {
    font-size: 1.1rem;
    text-align: center;
    color: #555;
    max-width: 700px;
    margin: 0 auto 3rem;
    line-height: 1.8;
    font-family: 'MiniSub', Georgia, serif;
}

.about-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 2.5rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.highlight {
    text-align: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(196, 30, 58, 0.05) 0%, rgba(196, 30, 58, 0.02) 100%);
    border-left: 3px solid var(--accent);
    transition: all 0.3s ease;
}

.highlight:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.highlight h3 {
    font-family: 'Pastiamo Font', 'Patrick Hand', serif;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--accent);
}

.highlight p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

/* Menu Section */
.menu {
    padding: 3.5rem 1.25rem;
    background-color: var(--cream);
    position: relative;
    overflow: hidden;
}

/* vignette fade to cream at edges */
.menu::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 80% 25% at 50% 0%,   var(--cream) 0%, transparent 100%),
        radial-gradient(ellipse 80% 25% at 50% 100%, var(--cream) 0%, transparent 100%),
        radial-gradient(ellipse 18% 100% at 0%   50%, var(--cream) 0%, transparent 100%),
        radial-gradient(ellipse 18% 100% at 100% 50%, var(--cream) 0%, transparent 100%);
    z-index: 0;
}

.menu .container,
.menu-container {
    position: relative;
    z-index: 1;
}




#menu::after {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(214, 167, 58, 0.1) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.menu .container {
    position: relative;
    z-index: 1;
    max-width: 1600px;
    padding: 0 2rem;
}

.menu-bottom-glow {
    display: none;
}

#menu .menu-bottom-glow {
    display: block;
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(214, 167, 58, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.menu-hero + .menu {
    padding-top: 1.75rem;
}

@media(min-width:769px) {
    .menu {
        padding: 5rem 4rem;
    }
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 0.6rem;
}

.featured-slider {
    margin-top: 0.6rem;
}

.featured-viewport {
    overflow: visible;
}

.featured-controls {
    display: none;
}

.featured-grid .menu-cta-item {
    display: none;
}

.featured-grid .menu-item {
    padding: 0;
    background-color: transparent;
    border: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    opacity: 0.7;
    transform: translateY(26px);
}

.featured-grid .menu-item.menu-cta-item {
    display: none !important;
}



.polaroid {
    background: white;
    padding: 12px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
    position: relative;
    width: 100%;
    max-width: 520px;
}

.polaroid img {
    width: 100%;
    height: auto;
    display: block;
}

.polaroid h3 {
    font-family: 'Pastiamo Font', 'Patrick Hand', serif;
    font-size: 1.8rem;
    margin: 0.6rem 0 0 0;
    padding: 0;
    color: var(--dark);
    text-align: center;
}

.polaroid-cta {
    text-decoration: none;
    color: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, #fff 0%, #f6efe0 100%);
    border: 1px solid var(--light-gray);
}

.polaroid-cta-inner {
    font-family: 'Pastiamo Font', 'Patrick Hand', serif;
    color: var(--accent);
    font-size: 1.6rem;
    line-height: 1.15;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem;
}

.polaroid-cta-arrow {
    font-size: 1.8rem;
    color: var(--accent);
}

/* Menu grid item scroll-reveal */
.menu-grid .menu-item {
    opacity: 0;
    transform: translateY(32px) scale(0.97);
}
.menu-grid .menu-item.item-visible {
    animation: menuItemPop 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes menuItemPop {
    from { opacity: 0; transform: translateY(32px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0)   scale(1); }
}
/* Featured section on index: always visible, no scroll-reveal */
.featured-grid .menu-item {
    opacity: 1;
    transform: none;
    animation: none;
}

/* Polaroid dish extras (menu page) */
.polaroid-desc {
    font-family: 'MiniSub', Georgia, serif;
    font-size: 0.8rem;
    color: #999;
    text-align: center;
    margin: 0.25rem 0 0.5rem;
    line-height: 1.4;
    padding: 0 0.25rem;
}

.polaroid-prices {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #f0ece3;
    font-family: 'MiniSub', Georgia, serif;
    font-size: 0.72rem;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.polaroid-prices strong {
    display: block;
    font-family: 'Pastiamo Font', 'Patrick Hand', serif;
    font-size: 1.1rem;
    color: var(--dark);
    letter-spacing: 0;
    text-transform: none;
    margin-top: 0.15rem;
}

/* Hours Section */
.hours-section-full {
    padding: 3.5rem 0 0 2rem;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.hours-section-full::before {
    display: none;
}

.hours-full-inner {
    max-width: none;
    margin: 0;
    padding-left: max(2rem, calc((100vw - 1100px) / 2));
    padding-right: max(2rem, calc((100vw - 1100px) / 2));
    position: relative;
    z-index: 1;
    display: block;
}

.hours-left {
    opacity: 0;
    transform: translateY(28px);
}

.hours-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
}

.hours-cheese-img {
    width: 100%;
    display: block;
    margin-bottom: -2rem;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(28px);
}

.hours-full-title {
    opacity: 0;
    transform: translateY(60px) rotate(-3deg) scale(0.85);
    transform-origin: left center;
}

.hours-section-full.in-view .hours-full-title {
    animation: hoursTitlePop 0.75s cubic-bezier(0.34, 1.7, 0.64, 1) 0s forwards;
}
.hours-section-full.in-view .hours-full-address {
    animation: hoursAddressPop 0.55s cubic-bezier(0.34, 1.6, 0.64, 1) 0.18s forwards;
}
.hours-section-full.in-view .hours-row:nth-child(1) {
    animation: hoursRowSlam 0.55s cubic-bezier(0.34, 1.55, 0.64, 1) 0.3s forwards;
}
.hours-section-full.in-view .hours-row:nth-child(2) {
    animation: hoursRowSlam 0.55s cubic-bezier(0.34, 1.55, 0.64, 1) 0.42s forwards;
}
.hours-section-full.in-view .hours-row:nth-child(3) {
    animation: hoursRowSlam 0.55s cubic-bezier(0.34, 1.55, 0.64, 1) 0.54s forwards;
}

@keyframes hoursTitlePop {
    0%   { opacity: 0; transform: translateY(60px) rotate(-3deg) scale(0.85); }
    60%  { opacity: 1; transform: translateY(-8px) rotate(1deg) scale(1.03); }
    80%  { transform: translateY(4px) rotate(-0.5deg) scale(0.99); }
    100% { opacity: 1; transform: translateY(0) rotate(0deg) scale(1); }
}

@keyframes hoursAddressPop {
    0%   { opacity: 0; transform: translateY(20px) scale(0.9); }
    65%  { opacity: 1; transform: translateY(-4px) scale(1.04); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes hoursRowSlam {
    0%   { opacity: 0; transform: translateX(-40px) skewX(-4deg); }
    55%  { opacity: 1; transform: translateX(6px) skewX(1deg); }
    75%  { transform: translateX(-3px) skewX(-0.5deg); }
    100% { opacity: 1; transform: translateX(0) skewX(0deg); }
}

@keyframes hoursReveal {
    to { opacity: 1; transform: translateY(0); }
}

.hours-title-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.hours-full-title {
    font-family: 'Pastiamo Font', serif;
    font-size: clamp(4rem, 11vw, 9rem);
    color: var(--dark);
    letter-spacing: 0;
    line-height: 0.95;
    margin-bottom: 0;
}

.hours-table {
    border-top: 1px solid rgba(43,27,9,0.1);
    margin-bottom: 0;
}

.hours-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    align-items: center;
    padding: 1.8rem 0;
    border-bottom: 1px solid rgba(43,27,9,0.1);
    text-align: left;
    opacity: 0;
    transform: translateY(20px);
}

.hours-day {
    font-family: 'Pastiamo Font', serif;
    font-size: 1.9rem;
    color: var(--dark);
    letter-spacing: 0.5px;
}

.hours-slot {
    font-family: 'MiniSub', Georgia, serif;
    font-size: 0.95rem;
    color: #d3a92f;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.hours-slot strong {
    color: var(--dark);
    font-weight: 600;
    display: block;
    font-size: 1.25rem;
    margin-top: 0.25rem;
    letter-spacing: 0;
    text-transform: none;
}

.hours-row-closed .hours-day {
    color: rgba(43,27,9,0.2);
}

.hours-closed-label {
    color: rgba(43,27,9,0.18) !important;
    letter-spacing: 3px;
    font-size: 0.72rem !important;
}

.hours-full-address {
    font-family: 'MiniSub', Georgia, serif;
    font-size: 1rem;
    color: #d3a92f;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 0;
    align-self: flex-end;
    opacity: 0;
    transform: translateY(20px);
}

.hours-full-address .fa {
    margin-right: 0.4rem;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .hours-section-full {
        padding: 6rem 1.8rem;
    }

    .hours-full-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-left: 2rem;
    }

    .hours-right {
        order: -1;
    }

    .hours-cheese-img {
        width: 55%;
        margin-bottom: -1.5rem;
    }

    .hours-full-title {
        font-size: clamp(3.5rem, 13vw, 6rem);
    }

    .hours-row {
        grid-template-columns: 1fr;
        gap: 0.3rem;
        padding: 1.5rem 0;
    }

    .hours-day {
        font-size: clamp(1.2rem, 5vw, 1.6rem);
        margin-bottom: 0.3rem;
    }

    .hours-slot strong {
        display: inline;
        margin-top: 0;
        margin-left: 0.35rem;
    }

    .hours-slot {
        font-size: 0.88rem;
    }
}

/* Sprinkle hand between hours and menu sections */
.sprinkle-hand-wrap {
    position: relative;
    z-index: 10;
    overflow: hidden;
    margin-top: -9rem;
    margin-bottom: -18rem;
    pointer-events: none;
    line-height: 0;
    font-size: 0;
}

.sprinkle-hand-img {
    width: clamp(420px, 55vw, 820px);
    display: block;
    margin-left: auto;
    margin-right: -8%;
    opacity: 0;
    transform: translateX(60px) translateY(-10px);
    position: relative;
    z-index: 10;
}

.sprinkle-hand-wrap.in-view .sprinkle-hand-img {
    animation: sprinkleSlideIn 1s cubic-bezier(0.22, 1, 0.36, 1) 0s forwards;
}

@keyframes sprinkleSlideIn {
    to { opacity: 1; transform: translateX(0) translateY(0); }
}

@media (max-width: 768px) {
    .sprinkle-hand-wrap {
        margin-bottom: -8rem;
        overflow: hidden;
    }

    .sprinkle-hand-img {
        width: 85vw;
        margin-right: -10%;
    }
}

/* Objednat floating button */
.order-fab {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9000;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    background: var(--accent);
    color: var(--dark);
    font-family: 'MiniSub', Georgia, serif;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0.85rem 1.45rem 0.85rem 1.2rem;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 6px 28px rgba(217,176,54,0.38), 0 2px 8px rgba(0,0,0,0.12);
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.3s ease;
}
.order-fab:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 36px rgba(217,176,54,0.48), 0 3px 12px rgba(0,0,0,0.14);
}
.order-fab svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.order-fab.fab-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
}

/* FAB anchored inside hero on index pages */
.home .hero .order-fab {
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
    z-index: 5;
}

@keyframes heroItemIn {
    from { opacity: 0; transform: translateY(18px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes starPop {
    0%   { opacity: 0; transform: scale(0) rotate(-20deg); }
    60%  { opacity: 1; transform: scale(1.4) rotate(8deg); }
    100% { opacity: 1; transform: scale(1) rotate(0deg); }
}

@keyframes scoreReveal {
    from { opacity: 0; transform: translateY(6px) scale(0.75); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes fabBounce {
    0%   { opacity: 0; transform: scale(0.5) translateY(6px); }
    55%  { opacity: 1; transform: scale(1.1) translateY(-4px); }
    75%  { transform: scale(0.95) translateY(2px); }
    100% { opacity: 1; transform: scale(1) translateY(0); }
}

.home .hero .order-fab {
    opacity: 0;
}
.page-ready.home .hero .order-fab {
    animation: fabBounce 0.65s cubic-bezier(0.34,1.56,0.64,1) 1.5s both;
}

/* Google rating badge in hero */
.hero-google-badge {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
}
.hero-badge-stars {
    display: flex;
    gap: 3px;
    color: var(--accent);
    font-size: 1.1rem;
}
.hero-badge-stars .fa-star {
    opacity: 0;
}
.page-ready .hero-badge-stars .fa-star:nth-child(1) { animation: starPop 0.45s cubic-bezier(0.34,1.56,0.64,1) 1.0s both; }
.page-ready .hero-badge-stars .fa-star:nth-child(2) { animation: starPop 0.45s cubic-bezier(0.34,1.56,0.64,1) 1.1s both; }
.page-ready .hero-badge-stars .fa-star:nth-child(3) { animation: starPop 0.45s cubic-bezier(0.34,1.56,0.64,1) 1.2s both; }
.page-ready .hero-badge-stars .fa-star:nth-child(4) { animation: starPop 0.45s cubic-bezier(0.34,1.56,0.64,1) 1.3s both; }
.page-ready .hero-badge-stars .fa-star:nth-child(5) { animation: starPop 0.45s cubic-bezier(0.34,1.56,0.64,1) 1.4s both; }
.hero-badge-score {
    font-family: 'Pastiamo Font', serif;
    font-size: 1.7rem;
    color: #fff;
    line-height: 1;
    opacity: 0;
}
.page-ready .hero-badge-score {
    animation: scoreReveal 0.5s ease 0.85s both;
}
.hero-badge-label {
    font-family: 'MiniSub', Georgia, serif;
    font-size: 0.72rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    opacity: 0;
}
.page-ready .hero-badge-label {
    animation: heroItemIn 0.5s ease 0.8s both;
}

@media (max-width: 768px) {
    .hero-google-badge {
        bottom: 1.8rem;
        left: 1.5rem;
    }
    .hero-badge-score {
        font-size: 1.4rem;
    }
    .hero-badge-stars {
        font-size: 0.95rem;
        gap: 2px;
    }
    .hero-badge-label {
        font-size: 0.65rem;
        letter-spacing: 2px;
    }
    .home .hero .order-fab {
        bottom: 1.8rem;
        right: 1.5rem;
        font-size: 0.78rem;
        padding: 0.7rem 1.1rem 0.7rem 0.9rem;
        letter-spacing: 1px;
    }
    .home .hero .order-fab svg {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 380px) {
    .hero-badge-label {
        display: none;
    }
    .hero-badge-score {
        font-size: 1.2rem;
    }
    .home .hero .order-fab span,
    .home .hero .order-fab {
        font-size: 0.72rem;
        padding: 0.65rem 0.9rem 0.65rem 0.8rem;
    }
}

/* Objednat popup */
.order-overlay {
    position: fixed;
    inset: 0;
    z-index: 9100;
    background: rgba(44,44,44,0.55);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
}
.order-overlay.open {
    opacity: 1;
    pointer-events: all;
}
.order-popup {
    background: var(--cream);
    border-radius: 24px;
    padding: 3.2rem 3.2rem 2.8rem;
    max-width: 480px;
    width: 100%;
    box-shadow: 0 32px 80px rgba(0,0,0,0.28);
    transform: translateY(20px) scale(0.97);
    transition: transform 0.26s cubic-bezier(0.22,1,0.36,1);
    position: relative;
}
.order-overlay.open .order-popup {
    transform: translateY(0) scale(1);
}
.order-popup-close {
    position: absolute;
    top: 1.3rem;
    right: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #726e6a !important;
    font-size: 1.6rem;
    line-height: 1;
    padding: 0.2rem 0.4rem;
    transition: color 0.15s;
}
.order-popup-close:hover { color: var(--dark); }
.order-popup-icon {
    width: 56px;
    height: 56px;
    background: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.order-popup-icon svg {
    width: 26px;
    height: 26px;
    color: var(--dark);
}
.order-popup h3 {
    font-family: 'Pastiamo Font', serif;
    font-size: 2.6rem;
    color: var(--dark);
    margin-bottom: 0.7rem;
    line-height: 1;
}
.order-popup p {
    font-family: 'MiniSub', Georgia, serif;
    font-size: 1.15rem;
    color: #726e6a;
    line-height: 1.65;
    margin-bottom: 2rem;
}
.order-popup-tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    background: var(--dark);
    color: var(--cream);
    font-family: 'MiniSub', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 1.1rem 1.6rem;
    border-radius: 999px;
    text-decoration: none;
    transition: opacity 0.15s;
}
.order-popup-tel:hover { opacity: 0.85; }
.order-popup-tel svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.order-popup-address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 1rem;
    font-family: 'MiniSub', Georgia, serif;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #726e6a;
    text-decoration: none;
}
.order-popup-address:hover { color: var(--dark); }

@media (max-width: 480px) {
    .order-fab {
        bottom: 1.4rem;
        right: 1.4rem;
        font-size: 0.82rem;
        padding: 0.75rem 1.2rem 0.75rem 1rem;
    }
    .order-overlay {
        padding: 1.2rem;
        align-items: center;
        justify-content: center;
    }
    .order-popup {
        padding: 2.4rem 2rem 2rem;
        max-width: 100%;
        border-radius: 20px;
    }
}

/* Process Section */

/* Lazy image fade-in */
img[loading="lazy"] {
    opacity: 0;
    transition: opacity 0.4s ease;
}
img[loading="lazy"].img-loaded {
    opacity: 1;
}

/* Reviews Section */
.reviews {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #faf8f3 0%, #f5f1e8 100%);
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.review-card {
    background-color: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.review-rating {
    display: flex;
    gap: 0.4rem;
}

.review-rating .fa-star {
    color: var(--accent);
    font-size: 1.1rem;
}

.review-text {
    font-family: 'MiniSub', Georgia, serif;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
    margin: 0;
    font-style: italic;
}

.review-author {
    font-family: 'Pastiamo Font', 'Patrick Hand', serif;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    color: var(--accent);
    margin: 0;
    font-weight: 500;
}

.contact {
    padding: 6rem 2rem 5rem;
    background-color: white;
}

.contact-eyebrow {
    font-family: 'MiniSub', Georgia, serif;
    font-size: 0.8rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
    text-align: center;
    margin: 0 0 0.6rem;
}

.contact-title {
    font-family: 'Hero', 'Pastiamo Font', serif;
    font-size: clamp(6rem, 28vw, 22rem);
    color: var(--dark);
    text-align: center;
    margin: 0 0 6rem;
    letter-spacing: 0.02em;
    line-height: 1;
    width: 100%;
}

/* Override generic .contact h2 hollow/underline treatment */
.contact h2.contact-title {
    color: var(--dark);
    -webkit-text-stroke: 0;
    padding-bottom: 0;
}

.contact h2.contact-title::after {
    display: none;
}

.contact-map {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    overflow: hidden;
    border: 3px solid var(--accent);
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}

.contact-map iframe {
    display: block;
    border: none;
}

.contact-address {
    text-align: center;
    margin-top: 1.2rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'MiniSub', Georgia, serif;
    font-size: 0.9rem;
    color: #888;
    letter-spacing: 0.04em;
}

/* Contact page */
.contact-page-section {
    background: var(--cream);
    overflow: hidden;
}

.contact-minimal {
    max-width: 760px;
    margin: 0 auto;
    padding: 7rem 2rem 8rem;
    text-align: center;
}

.contact-item-label {
    font-family: 'MiniSub', Georgia, serif;
    font-size: clamp(1rem, 1.6vw, 1.05rem);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 0.6rem;
    display: block;
}

.contact-big-text {
    display: block;
    font-family: 'Pastiamo Font', serif;
    font-size: clamp(1.6rem, 4vw, 3.5rem);
    color: var(--dark);
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: -0.01em;
    transition: color 0.18s ease;
    overflow-wrap: break-word;
}

.contact-big-text:hover {
    color: var(--accent);
}

.contact-big-phone {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.contact-phone-note {
    display: none;
}

.contact-divider {
    width: 48px;
    height: 2px;
    background: var(--accent);
    margin: 3rem auto;
}

@media (max-width: 600px) {
    .contact-minimal {
        padding: 4rem 1.5rem 5rem;
    }
}

/* Process Section — scroll-scrub video */
.process-scroll {
    height: 380vh;
    position: relative;
}

@media (max-width: 768px) {
    .process-scroll {
        height: 280vh;
    }
}

.process-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    background: #0d0905;
}

.process-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}

.process-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.62) 100%);
    pointer-events: none;
}

.process-phase {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    opacity: 0;
    transform: translateY(50px);
    transition: none;
    pointer-events: none;
}

.process-phase.active {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.process-phase.leaving {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.3s ease-in,
                transform 0.3s ease-in;
}

.process-eyebrow {
    font-family: 'MiniSub', Georgia, serif;
    font-size: 0.8rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 1.25rem;
}

.process-headline {
    font-family: 'Pastiamo Font', 'Patrick Hand', serif;
    font-size: clamp(3.5rem, 9vw, 7rem);
    line-height: 1.1;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    letter-spacing: 2px;
    margin: 0;
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
    color: var(--cream);
    padding: 5rem 2rem 2rem 2rem;
    font-family: 'MiniSub', Georgia, serif;
    border-top: 3px solid var(--accent);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: flex-start;
}

.footer-left {
    display: flex;
    flex-direction: column;
}

.footer-intro {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.footer-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.footer-intro p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.footer-brand {
    font-family: 'Pastiamo Font', 'Patrick Hand', serif;
    font-size: 4rem;
    letter-spacing: 3px;
    margin: 0;
    color: var(--cream);
    line-height: 1;
}

.footer-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 3rem;
}

.footer-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 2rem;
    background: rgba(217, 176, 54, 0.08);
    border-radius: 12px;
    border: 1px solid var(--accent);
}

.menu-category {
    padding: 1.2rem;
    background: linear-gradient(135deg, rgba(217, 176, 54, 0.1) 0%, rgba(217, 176, 54, 0.05) 100%);
    border-radius: 8px;
    border-left: 3px solid var(--accent);
}

.menu-label {
    font-family: 'Pastiamo Font', 'Patrick Hand', serif;
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: var(--accent);
}

.footer-cta {
    display: inline-block;
    background-color: var(--accent);
    color: #1a1a1a;
    padding: 1rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'Pastiamo Font', 'Patrick Hand', serif;
    font-size: 1rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    width: fit-content;
}

.footer-cta:hover {
    background-color: var(--cream);
    color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(217, 176, 54, 0.3);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-contact p {
    margin: 0;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.footer-contact a {
    color: var(--accent);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact a:hover {
    color: var(--cream);
}

.footer-bottom {
    max-width: 1200px;
    margin: 3rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.6);
}

.instagram-footer {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    transition: all 0.3s ease;
}

.instagram-footer:hover {
    color: var(--cream);
    transform: scale(1.15);
}

.instagram-footer svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
}

.social-icon svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
}

/* Animations */
@keyframes ctaJumpIn {
    0%   { opacity: 0; transform: rotate(-1deg) translateY(80px); }
    60%  { opacity: 1; transform: rotate(-1deg) translateY(-10px); }
    80%  { transform: rotate(-1deg) translateY(4px); }
    100% { opacity: 1; transform: rotate(-1deg) translateY(0); }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes titleSweep {
    0% {
        left: -130%;
    }
    100% {
        left: 130%;
    }
}

@keyframes featuredHeaderIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes featuredTitleIn {
    from {
        opacity: 0;
        transform: translateX(-16px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes featuredLinkIn {
    from {
        opacity: 0;
        transform: translateX(16px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes featuredSlideUp {
    from {
        opacity: 0.82;
        transform: translateY(26px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-links {
        gap: 1.5rem;
        font-size: 0.9rem;
    }

    .nav-links a {
        font-size: 1rem;
    }

    .hero {
        padding: 40px 2rem;
        margin-top: 60px;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .logo-image {
        max-width: 480px;
    }

    .about h2,
    .menu h2,
    #menu h2,
    .reviews h2,
    .contact h2 {
        font-size: 1.8rem;
    }

    .featured-header {
        align-items: center;
        text-align: center;
    }

    #menu .featured-title {
        font-size: 3rem;
        text-align: center;
    }

    .featured-link {
        display: none;
    }

    .menu-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .featured-viewport {
        overflow-x: auto;
        overflow-y: hidden;
        touch-action: pan-y;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .featured-viewport::-webkit-scrollbar {
        display: none;
    }

    .featured-grid {
        display: block;
        grid-template-columns: none;
    }

    .featured-grid .menu-item {
        display: none;
        max-width: 100%;
        opacity: 1;
        transform: none;
        animation: none !important;
    }

    .featured-grid .menu-item.is-active {
        display: flex;
    }

    .featured-grid .menu-cta-item {
        display: none !important;
    }

    .featured-controls {
        display: flex;
        justify-content: center;
        gap: 1rem;
        margin-top: 1rem;
    }

    .featured-arrow {
        border: none;
        background: transparent;
        color: var(--accent);
        font-family: 'Pastiamo Font', 'Patrick Hand', serif;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1;
        cursor: pointer;
        padding: 0.1rem 0.45rem;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }

    .featured-arrow:hover {
        transform: scale(1.08);
    }

    .featured-arrow:disabled {
        opacity: 0.35;
        cursor: default;
        transform: none;
    }

    .polaroid {
        max-width: 100%;
    }

    .about p {
        font-size: 1rem;
    }

    .navbar {
        padding: 1rem 1.5rem;
    }

    .logo-text {
        font-size: 1.4rem;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .map-section iframe {
        height: 300px;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-email {
        font-size: 1rem;
    }

    .footer-tagline {
        font-size: 1.1rem;
    }

    .instagram-icon {
        width: 72px;
        height: 72px;
    }
}

@media (max-width: 480px) {
    .nav-links {
        display: none;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .tagline {
        font-size: 0.85rem;
    }

    .logo-image {
        max-width: 380px;
    }

    .cta-button {
        padding: 0.8rem 1.8rem;
        font-size: 0.85rem;
    }

    .menu-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .featured-controls {
        margin-top: 0.75rem;
    }

    .featured-arrow {
        font-size: 1.8rem;
    }

    .featured-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.2rem;
    }

    .featured-link {
        display: none;
    }

    .polaroid {
        max-width: 100%;
    }

    .polaroid img {
        aspect-ratio: 1/1;
        height: auto;
    }
}


/* FULLSCREEN MOBILE NAV */

.hamburger{
    display:none;
    flex-direction:column;
    gap:0;
    background:none;
    border:none;
    cursor:pointer;
    z-index:1200;
    width:28px;
    height:22px;
    position:relative;
}

.hamburger span{
    width:28px;
    height:2px;
    background:var(--dark);
    transition:0.3s;
    transform-origin:center;
    position:absolute;
    left:0;
}

.hamburger span:nth-child(1){
    top:0;
}

.hamburger span:nth-child(2){
    top:10px;
}

.hamburger span:nth-child(3){
    top:20px;
}

.hamburger.open span:nth-child(1){
    top:10px;
    transform:rotate(45deg);
}
.hamburger.open span:nth-child(2){
    opacity:0;
}
.hamburger.open span:nth-child(3){
    top:10px;
    transform:rotate(-45deg);
}

.mobile-nav{
    position:fixed;
    inset:0;
    background:var(--cream);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:2rem;
    transform:translateY(-100%);
    transition:0.4s ease;
    z-index:1100;
}

.mobile-nav a{
    font-family:'Pastiamo Font', serif;
    font-size:2rem;
    text-decoration:none;
    color:var(--dark);
}

.mobile-nav a.active{
    color:var(--accent);
    position:relative;
}

.mobile-nav a.active::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-8px;
    width:100%;
    height:2px;
    background:var(--accent);
}

.mobile-nav.show{
    transform:translateY(0);
}

@media(max-width:1024px){
    .hamburger{display:flex;}
    .nav-links{display:none;}
    .lang-switch{display:none;}
}

@media(min-width:1025px){
    .hamburger{display:none !important;}
    .nav-links{display:flex;}
    .mobile-lang-switch{display:none;}
}

/* Language switcher inside fullscreen mobile nav */
.mobile-lang-switch {
    display: flex;
    gap: 6px;
    align-items: center;
    background: var(--light-gray);
    border-radius: 999px;
    padding: 6px 10px;
    margin-top: 0.5rem;
    border: 1px solid rgba(217, 176, 54, 0.3);
}

.mobile-lang-switch a {
    text-decoration: none;
    display: inline-flex;
    border-radius: 999px;
}

.mobile-lang-switch .flag {
    display: block;
    width: 36px;
    height: auto;
    border-radius: 3px;
    opacity: 0.5;
    transition: opacity 0.18s ease, box-shadow 0.18s ease;
}

.mobile-lang-switch .flag.active {
    opacity: 1;
    box-shadow: 0 0 0 2px var(--accent), 0 2px 8px rgba(217, 176, 54, 0.4);
}

.mobile-lang-switch a:hover .flag {
    opacity: 0.85;
}


/* RESTAURANT MENU LIST */

.menu-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 1rem;
    max-width: 100%;
    margin: 3.5rem 0 1.5rem 0;
    transition: justify-content 0.3s ease;
}

.menu-title-row h2 {
    margin: 0 !important;
    max-width: none !important;
    text-align: left;
    padding-left: 0 !important;
    align-self: center;
    flex-shrink: 0;
}

.menu-title-row.title-center {
    justify-content: space-between;
    position: relative;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.menu-title-row.title-center .view-toggle-wrap {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.menu-title-row.title-center h2 {
    flex: unset;
    max-width: none !important;
    margin: 0 !important;
    text-align: left;
}

.view-toggle-wrap {
    display: inline-flex;
    flex-shrink: 0;
    background: #e8e2d6;
    border-radius: 999px;
    padding: 4px;
    gap: 0;
    position: relative;
}

.toggle-slider {
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 999px;
    background: var(--accent);
    box-shadow: 0 1px 6px rgba(217,176,54,0.35);
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1),
                width 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 0;
}

.view-toggle-btn {
    font-family: 'Pastiamo Font', 'Patrick Hand', serif;
    font-size: 0.95rem;
    padding: 0.4rem 1.2rem;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: #8a7e70;
    cursor: pointer;
    transition: color 0.22s;
    white-space: nowrap;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
}

.view-toggle-btn.active {
    color: var(--dark);
    font-weight: 600;
}

.view-toggle-btn:hover:not(.active) {
    color: var(--dark);
}

#viewCards, #viewList {
    animation-fill-mode: both;
}

@keyframes viewFadeUp {
    from { opacity: 0; transform: translateY(14px) scale(0.99); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes viewFadeOut {
    from { opacity: 1; transform: translateY(0); }
    to   { opacity: 0; transform: translateY(-10px); }
}

@keyframes titleSlideLeft {
    from { opacity: 0; transform: translateX(24px); }
    to   { opacity: 1; transform: translateX(0); }
}

@keyframes titleSlideRight {
    from { opacity: 0; transform: translateX(-24px); }
    to   { opacity: 1; transform: translateX(0); }
}

.view-exit {
    animation: viewFadeOut 0.22s ease forwards;
    pointer-events: none;
}

.view-enter {
    animation: viewFadeUp 0.32s cubic-bezier(0.2, 0, 0.2, 1) forwards;
}

.title-slide-left {
    animation: titleSlideLeft 0.3s cubic-bezier(0.2, 0, 0.2, 1) both;
}

.title-slide-right {
    animation: titleSlideRight 0.3s cubic-bezier(0.2, 0, 0.2, 1) both;
}

.menu-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 2.2rem;
    margin: 1.5rem 0 3rem 0;
}

.menu-card {
    background: #fffdf7;
    border: 1px solid #e3d9c6;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 3px 0 rgba(43,27,9,0.1);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.menu-card:hover {
    transform: translateY(-3px);
    box-shadow: 4px 6px 0 rgba(43,27,9,0.15);
}

.menu-card img {
    width: 100%;
    height: 340px;
    object-fit: contain;
    object-position: center;
    display: block;
    border-bottom: 1px solid #e3d9c6;
}

.menu-card-body {
    padding: 1.2rem 1.4rem 1.4rem;
}

.menu-card-body strong {
    display: block;
    font-family: 'Pastiamo Font', 'Patrick Hand', serif;
    font-size: 1.25rem;
    color: var(--dark);
    margin-bottom: 0.4rem;
    line-height: 1.3;
}

.menu-card-body p {
    font-size: 1rem;
    color: #7a6e60;
    margin-bottom: 0.9rem;
    line-height: 1.5;
}

.menu-card-prices {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin-top: 0.8rem;
}

.menu-card-prices span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    background: var(--cream);
    border: 1px solid #d6cfc0;
    border-radius: 6px;
    padding: 0.55rem 0.5rem;
    font-size: 0.75rem;
    color: #7a6e60;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.2;
}

.menu-card-prices span b {
    display: block;
    font-size: 1.05rem;
    color: var(--dark);
    font-family: 'Pastiamo Font', 'Patrick Hand', serif;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 0.15rem;
}

.menu-list{
    max-width:650px;
    margin:1.5rem auto 3rem auto;
    border-top:1px dashed #d6cfc0;
}

.menu-row{
    display:flex;
    justify-content:space-between;
    padding:0.55rem 0; /* tightened vertical spacing */
    border-bottom:1px dashed #e3dccf;
    font-size:1.05rem;
}

.menu-row span:first-child{
    font-family:'Pastiamo Font', serif;
}

.menu-row span:last-child{
    font-family:'MiniSub', Georgia, serif;
}


/* GRANDMA FOOTER */

.grandma-footer{
    background:#faf6ee;
    color:#3b3b3b;
    padding:4rem 2rem;
    text-align:center;
    border-top:1px solid #e3dccf;
}

.grandma-wrap{
    max-width:600px;
    margin:0 auto;
}

.grandma-wrap h2{
    font-size: clamp(1.1rem, 5vw, 2rem);
    margin-bottom:0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grandma-wrap p{
    color:#666;
}

.insta-invite{
    display:inline-block;
    margin-top:2rem;
    padding:0.9rem 1.6rem;
    background:var(--accent);
    color:#222;
    text-decoration:none;
    border-radius:999px;
    font-family:'Pastiamo Font', serif;
    transition:0.3s;
}

.insta-invite:hover{
    background:#e6c46a;
    transform:translateY(-2px);
}

.grandma-copy{
    margin-top:2.5rem;
    font-size:0.8rem;
    color:#888;
}

.menu-container h2{
    max-width: 650px;
    margin: 3.5rem auto 1rem auto;
    text-align: left;
    padding-bottom: 0;
    padding-left: 0;
}

/* Menu mobile responsiveness */
@media (max-width: 768px) {
    .title-slide-left,
    .title-slide-right {
        animation: none !important;
    }
    .menu .container {
        padding: 0 1rem;
    }
    .menu-cards {
        grid-template-columns: 1fr;
        gap: 1.6rem;
    }
    .menu-card img {
        height: 260px;
    }
    .menu-card-body {
        padding: 1rem 1.1rem 1.2rem;
    }
    .menu-card-body strong {
        font-size: 1.15rem;
    }
    .menu-card-prices {
        gap: 0.5rem;
        flex-wrap: nowrap;
    }
    .menu-card-prices span {
        padding: 0.5rem 0.4rem 0.6rem;
    }
    .menu-title-row {
        flex-wrap: wrap;
        gap: 0.7rem;
        margin-top: 2rem;
    }
    .menu-title-row.title-center .view-toggle-wrap {
        position: relative;
        transform: none;
        margin-left: auto;
    }
    .view-toggle-btn {
        font-size: 1rem;
        padding: 0.5rem 1.3rem;
    }
}

@media (max-width: 480px) {
    .menu-card img {
        height: 230px;
    }
    .menu-card-prices {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .menu-card-prices span {
        flex: 1;
        flex-direction: column;
        padding: 0.45rem 0.3rem;
    }
    .menu-card-prices span b {
        font-size: 1rem;
    }
}

.menu-container.view-cards #viewCards h2 {
    max-width: 100%;
    margin: 3.5rem 0 1rem 0;
}

.menu-title-row .menu-container h2,
.menu-title-row h2 {
    max-width: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
}

.menu-container h2::after{
    display:none;
}
.favorite-tag{
    font-style:normal;
    font-size:0.75rem;
    margin-left:4px;
    color: var(--accent);
    display: inline-block;
    opacity: 0;
    transform: translateY(4px);
    transition: none;
}

.menu-list.in-view .favorite-tag,
.menu-cards .favorite-tag {
    animation: favTagIn 0.5s ease-out 0.2s forwards;
}

@keyframes favTagIn {
    to { opacity: 1; transform: translateY(0); }
}

.menu-list.in-view .menu-row:nth-child(1) .favorite-tag  { animation-delay: 0.05s; }
.menu-list.in-view .menu-row:nth-child(2) .favorite-tag  { animation-delay: 0.15s; }
.menu-list.in-view .menu-row:nth-child(3) .favorite-tag  { animation-delay: 0.25s; }
.menu-list.in-view .menu-row:nth-child(4) .favorite-tag  { animation-delay: 0.35s; }
.menu-list.in-view .menu-row:nth-child(5) .favorite-tag  { animation-delay: 0.45s; }
.menu-list.in-view .menu-row:nth-child(6) .favorite-tag  { animation-delay: 0.55s; }
.menu-list.in-view .menu-row:nth-child(7) .favorite-tag  { animation-delay: 0.65s; }
.menu-list.in-view .menu-row:nth-child(8) .favorite-tag  { animation-delay: 0.75s; }
.menu-list.in-view .menu-row:nth-child(9) .favorite-tag  { animation-delay: 0.85s; }
.menu-list.in-view .menu-row:nth-child(10) .favorite-tag { animation-delay: 0.95s; }

.favorite-star{
    color: var(--accent);
    font-size: 0.8rem;
    margin-left: 6px;
    vertical-align: middle;
    display: inline-block;
    opacity: 0;
}

.menu-list.in-view .favorite-star,
.menu-cards .favorite-star {
    animation: favStarIn 0.6s cubic-bezier(0.22,1,0.36,1) 0.3s forwards;
}

@keyframes favStarIn {
    0%   { opacity: 0; transform: scale(0) rotate(-30deg); }
    70%  { opacity: 1; transform: scale(1.3) rotate(5deg); }
    100% { opacity: 1; transform: scale(1) rotate(0deg); }
}

.menu-hero {
    position: relative;
    background: url('images/menu.webp') center/cover no-repeat !important;
}

.menu-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(4px);
    background: rgba(58, 57, 57, 0.65);
    pointer-events: none;
}

.menu-hero .hero-content {
    position:relative;
    z-index:1;
    text-align:center;
    margin:0 auto;
}

.menu-hero h1{
    color:#fff;
    font-size: clamp(4rem, 15vw, 10rem);
    font-family:'Climate Crisis', serif;
    -webkit-text-stroke: 0;
}

.contact-page .menu-hero h1 {
    font-size: clamp(2rem, 10vw, 7rem);
}

.nav-links a.active{
    color:var(--accent);
    position:relative;
}

.nav-links a.active::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-6px;
    width:100%;
    height:2px;
    background:var(--accent);
}

.menu-row.three{
    display:grid;
    grid-template-columns: 1fr 52px 52px;
    column-gap:2px;
    align-items:start;
}

.menu-row.three span{
    text-align:right;
    min-width:0;
    white-space:nowrap;
    justify-self:end;
}

.menu-row.three strong{
    font-family:'Pastiamo Font', serif;
    display:block;
}

.menu-row.three > div {
    min-width: 0;
}

.menu-row.three p{
    font-size:0.85rem;
    color:#666;
    margin-top:4px;
    white-space: nowrap;
}

.menu-row.header{
    display:grid;
    grid-template-columns: 1fr 52px 52px;
    column-gap:2px;
    font-size:0.8rem;
    color:#888;
    padding-bottom:4px;
}

.menu-row.header span:nth-child(2),
.menu-row.header span:nth-child(3){
    justify-self:end;
    text-align:right;
}

/* Work With Us Page */
.work-hero {
    position: relative;
    background: url('images/unas.webp') center/cover no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 80px);
    text-align: center;
    padding: 4rem 2rem;
}

.work-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(4px);
    background: rgba(58, 57, 57, 0.45);
    pointer-events: none;
}

.contact-hero {
    background: url('images/contact.webp') center/cover no-repeat !important;
}

.work-title {
    font-family: 'Hero', 'Pastiamo Font', serif;
    font-size: clamp(3rem, 10vw, 9rem);
    color: #fff;
    letter-spacing: 0.04em;
    line-height: 1.05;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
}

.work-description {
    font-family: 'MiniSub', Georgia, serif;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    color: rgba(255, 255, 255, 0.75);
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.7;
}

.work-email {
    color: var(--accent);
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s;
}

.work-email:hover {
    border-bottom-color: var(--accent);
}

/* ── About page ── */
.about-hero {
    position: relative;
    background: url('images/aboutus.webp') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(4px);
    background: rgba(58, 57, 57, 0.65);
    pointer-events: none;
}

.about-hero .hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    width: auto;
    max-width: none;
}

.about-hero h1 {
    color: #fff;
    font-size: clamp(2.5rem, 10vw, 8rem);
    font-family: 'Climate Crisis', serif;
    -webkit-text-stroke: 0;
    white-space: nowrap;
    letter-spacing: 0;
}

.about-content {
    background: #faf6ee;
    overflow: hidden;
}

.about-opener {
    padding: 10rem 2rem 7rem;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.about-kicker {
    font-family: 'MiniSub', Georgia, serif;
    font-size: 0.78rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 2.2rem;
    display: block;
}

.about-statement {
    font-family: 'Pastiamo Font', serif;
    font-size: clamp(3.8rem, 9vw, 8rem);
    line-height: 1.05;
    color: var(--dark);
    margin: 0;
}

/* Image split */
.about-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.about-split-img {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.about-split-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* Slide-in animations for hand + plate */
.about-img-slide {
    opacity: 0;
    overflow: hidden;
}

.about-img-plate {
    padding-bottom: 3rem;
}

.about-img-hand.in-view {
    animation: aboutFromLeft 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.about-img-plate.in-view {
    animation: aboutFromLeft 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}

@keyframes aboutFromLeft {
    from { opacity: 0; transform: translateX(-60px); }
    to   { opacity: 1; transform: translateX(0); }
}

.about-split-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem 5.5rem;
}

.about-split-text .about-kicker {
    color: var(--accent);
    margin-bottom: 1.5rem;
}

.about-split-text h3 {
    font-family: 'Pastiamo Font', serif;
    font-size: clamp(2.6rem, 5vw, 4.5rem);
    line-height: 1.1;
    color: var(--dark);
    margin: 0 0 2rem 0;
}

.about-split-text p {
    font-family: 'MiniSub', Georgia, serif;
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
    color: #6b5f52;
    line-height: 1.9;
    max-width: 420px;
    margin: 0;
}

.about-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1100px;
    margin: 0 auto;
    padding: 7rem 3rem;
    gap: 0;
}

.about-pillar {
    padding: 1.5rem 3rem;
    border-left: 1px solid #ddd6c8;
}

.about-pillar:first-child {
    border-left: none;
    padding-left: 0;
}

.pillar-num {
    display: block;
    font-family: 'MiniSub', Georgia, serif;
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    color: var(--accent);
    margin-bottom: 1.4rem;
    text-transform: uppercase;
}

.about-pillar strong {
    display: block;
    font-family: 'Pastiamo Font', serif;
    font-size: 2rem;
    color: var(--dark);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.about-pillar p {
    font-family: 'MiniSub', Georgia, serif;
    font-size: 1.1rem;
    color: #8a7e70;
    line-height: 1.8;
    margin: 0;
}

.about-quote-band {
    padding: 9rem 2rem;
    text-align: center;
    position: relative;
    background: url('../images/about.webp') center/cover no-repeat;
}

.about-quote-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

.about-quote-band blockquote {
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Pastiamo Font', serif;
    font-size: clamp(2.8rem, 7vw, 6.5rem);
    color: var(--cream);
    line-height: 1.15;
    font-style: normal;
    position: relative;
    z-index: 1;
}

.about-nofancy {
    padding: 6rem 2rem 9rem;
    text-align: center;
}

.about-nofancy p {
    max-width: 500px;
    margin: 0 auto;
    font-family: 'MiniSub', Georgia, serif;
    font-size: 1.02rem;
    color: #8a7e70;
    line-height: 1.9;
}

/* === About page – scroll animations === */

@keyframes aboutSlideUp {
    0%   { opacity: 0; transform: translateY(36px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* Scroll reveal */
.about-reveal {
    opacity: 0;
}

.about-reveal.in-view {
    animation: aboutSlideUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.about-line { display: block; }
.about-line.about-reveal:nth-child(2) { animation-delay: 0.1s; }
.about-line.about-reveal:nth-child(3) { animation-delay: 0.2s; }

.about-pillar.about-reveal:nth-child(2) { animation-delay: 0.15s; }
.about-pillar.about-reveal:nth-child(3) { animation-delay: 0.30s; }

.about-split-text .about-reveal:nth-child(2) { animation-delay: 0.1s; }
.about-split-text .about-reveal:nth-child(3) { animation-delay: 0.22s; }

@media (max-width: 900px) {
    .about-split {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .about-split-img {
        height: auto;
        overflow: hidden;
    }
    .about-split-img img {
        height: auto;
        object-fit: unset;
    }
    .about-split-text {
        padding: 4rem 2.5rem;
    }
    .about-split-text p {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .about-opener {
        padding: 5rem 1.5rem 4rem;
    }
    .about-pillars {
        grid-template-columns: 1fr;
        padding: 3rem 2rem 4rem;
    }
    .about-pillar {
        border-left: none;
        border-top: 1px solid #ddd6c8;
        padding: 2rem 0;
    }
    .about-pillar:first-child {
        border-top: none;
        padding-top: 0;
    }
    .about-split-img {
        height: auto;
        overflow: hidden;
    }
    .about-split-img img {
        height: auto;
        object-fit: unset;
    }
    .about-img-plate {
        padding-bottom: 5rem;
    }
    .about-split-text {
        padding: 3rem 1.8rem;
    }
    .about-quote-band {
        padding: 6rem 1.5rem;
    }
}

/* ═══════════════════════════════════════════════════════════
   TABLET & MEDIUM-SCREEN RESPONSIVE  (769px – 1024px)
   Targets iPads, Android tablets, smaller Chromebooks, etc.
   ═══════════════════════════════════════════════════════════ */

/* Nav: reduce link sizes on medium desktops/large laptops */
@media (min-width: 1025px) and (max-width: 1280px) {
    .nav-links {
        gap: 1.8rem;
    }
    .nav-links a {
        font-size: 1.2rem;
    }
    .nav-favicon {
        max-height: 48px;
    }
}

/* Featured dishes – 2-column grid on tablets (avoids cramped 3-col) */
@media (min-width: 769px) and (max-width: 1024px) {
    .menu-grid,
    .featured-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    /* Keep menu section padding sensible */
    .menu {
        padding: 3.5rem 2.5rem;
    }

    /* Section headings */
    #menu h2,
    .menu h2,
    .featured-title {
        font-size: 3rem;
    }

    /* Polaroid text */
    .polaroid h3 {
        font-size: 1.5rem;
    }

    /* Hours table – keep 3-col but give it breathing room */
    .hours-section-full {
        padding: 4rem 0 0 1.5rem;
    }

    .hours-full-inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .hours-day {
        font-size: 1.55rem;
    }

    /* About pillars: 2-col on tablets before collapsing to 1-col at mobile */
    .about-pillars {
        grid-template-columns: 1fr 1fr;
        padding: 5rem 3rem;
    }

    .about-pillar:nth-child(3) {
        border-top: 1px solid #ddd6c8;
        grid-column: 1 / -1;
        padding: 2rem 3rem 0;
        border-left: none;
    }

    /* About split text padding */
    .about-split-text {
        padding: 4rem 3rem;
    }

    /* About statement heading */
    .about-statement {
        font-size: clamp(2.8rem, 7vw, 8rem);
    }

    /* Work page hero title */
    .work-title {
        font-size: clamp(2.5rem, 9vw, 9rem);
    }

    /* Menu cards grid */
    .menu-cards {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }

    /* Footer grandma */

    /* Contact map height */
    .contact-map iframe {
        height: 360px;
    }

    /* Hero: ensure logo SVG doesn't overflow */
    .logo-image {
        max-width: 680px;
    }

    /* CTA button */
    .cta-button {
        font-size: 1.2rem;
        padding: 0.9rem 2.2rem;
    }

    /* Process headline – fine as-is with clamp but tighten minimum */
    .process-headline {
        font-size: clamp(2.8rem, 8vw, 7rem);
    }
}

/* ═══════════════════════════════════════════════
   PAGE LOADER
   Shows a branded splash screen while fonts load.
   ═══════════════════════════════════════════════ */
#page-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cream);
    transition: background 0.18s ease,
                transform 0.65s cubic-bezier(0.76, 0, 0.24, 1) 0.15s;
}

#page-loader.loader-done {
    background: var(--accent);
    transform: translateY(-100%);
}

.loader-wordmark {
    font-family: 'Pastiamo Font', 'Patrick Hand', serif;
    font-size: 2.8re