:root {
    --cream: #f8efe2;
    --cream-2: #fff9f0;
    --brown: #3a2114;
    --brown-2: #5d3724;
    --caramel: #b9773c;
    --gold: #d7a85d;
    --text: #2b1b13;
    --muted: #6f5c50;
    --white: #ffffff;
    --shadow: 0 24px 70px rgba(58, 33, 20, 0.15);
    --radius: 24px;
    --radius-lg: 36px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text);
    background: var(--cream-2);
    line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--brown); color: #fff; padding: 8px 12px; z-index: 9999; }
.skip-link:focus { left: 12px; top: 12px; }

.top-bar { background: var(--brown); color: rgba(255,255,255,.86); font-size: 13px; }
.top-bar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.top-bar a { color: var(--gold); font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255, 249, 240, .92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(58, 33, 20, .08); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 24px; }
.site-branding { flex: 0 0 auto; }
.brand-link, .footer-brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--brown); color: var(--gold); font-weight: 900; font-size: 13px; border: 2px solid rgba(215,168,93,.8); }
.brand-text { font-size: 18px; color: var(--brown); white-space: nowrap; }
.custom-logo { max-width: 180px; height: auto; }
.primary-nav { margin-left: auto; }
.menu-list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 700; }
.menu-list a { color: var(--brown); }
.menu-list a:hover { color: var(--caramel); }
.mobile-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; margin-left: auto; }
.mobile-toggle span { display: block; width: 24px; height: 2px; background: var(--brown); margin: 5px auto; transition: .25s ease; }
.header-cta { flex: 0 0 auto; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 24px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; transition: .25s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--caramel); color: #fff; box-shadow: 0 12px 25px rgba(185,119,60,.25); }
.btn-primary:hover { background: var(--brown-2); }
.btn-light { background: var(--cream-2); color: var(--brown); }
.btn-outline { border-color: rgba(58, 33, 20, .2); color: var(--brown); background: transparent; }
.section-dark .btn-outline { border-color: rgba(255,255,255,.28); color: #fff; }
.btn-small { padding: 11px 18px; font-size: 14px; }

.section { padding: 96px 0; position: relative; overflow: hidden; }
.section-cream { background: var(--cream); }
.section-dark { background: radial-gradient(circle at top right, rgba(215,168,93,.22), transparent 38%), linear-gradient(135deg, #30180d, #593321); color: #fff; }
.section-dark p, .section-dark .muted { color: rgba(255,255,255,.76); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--caramel); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 12px; }
.section-dark .eyebrow { color: var(--gold); }
h1, h2, h3, h4 { margin: 0 0 16px; line-height: 1.08; color: inherit; }
h1 { font-size: clamp(46px, 8vw, 92px); letter-spacing: -.06em; }
h2 { font-size: clamp(34px, 5vw, 58px); letter-spacing: -.045em; }
h3 { font-size: 22px; letter-spacing: -.025em; }
p { margin: 0 0 18px; color: var(--muted); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.section-head.align-left { text-align: left; margin-left: 0; }
.section-head p { font-size: 18px; }
.center-actions { text-align: center; margin-top: 38px; }

.hero { padding: 112px 0 38px; min-height: 760px; display: flex; flex-direction: column; justify-content: center; }
.hero-pattern { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(45deg, currentColor 25%, transparent 25%), linear-gradient(-45deg, currentColor 25%, transparent 25%), linear-gradient(45deg, transparent 75%, currentColor 75%), linear-gradient(-45deg, transparent 75%, currentColor 75%); background-size: 42px 42px; background-position: 0 0, 0 21px, 21px -21px, -21px 0px; }
.hero-grid, .split-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; position: relative; }
.hero-copy p { max-width: 650px; font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust-row span, .pill-list span { border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); border-radius: 999px; padding: 9px 14px; font-size: 13px; font-weight: 800; }
.product-orb { min-height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(215,168,93,.7), rgba(255,255,255,.07) 55%, transparent 62%); display: grid; place-items: center; }
.cup-mockup { position: relative; width: min(330px, 80vw); height: 420px; display: grid; place-items: end center; }
.cup-body { width: 250px; height: 320px; background: linear-gradient(135deg, #f9edda, #d9b37b); color: var(--brown); border-radius: 34px 34px 70px 70px; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 28px 90px rgba(0,0,0,.35); border: 2px solid rgba(255,255,255,.55); text-align: center; }
.cup-body strong { font-size: 28px; line-height: 1; letter-spacing: -.05em; max-width: 160px; }
.cup-body small { margin-top: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; color: var(--brown-2); }
.steam { position: absolute; top: 12px; width: 12px; height: 82px; border-radius: 50%; background: rgba(255,255,255,.45); filter: blur(8px); animation: steam 2.8s ease-in-out infinite; }
.s1 { left: 105px; animation-delay: .2s; }
.s2 { left: 155px; animation-delay: .7s; }
.s3 { left: 205px; animation-delay: 1.1s; }
@keyframes steam { 0%,100% { transform: translateY(22px) scaleY(.7); opacity: .15; } 50% { transform: translateY(-10px) scaleY(1); opacity: .7; } }
.franchise-strip { margin-top: 42px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); border-radius: 999px; padding: 15px 22px; display: flex; align-items: center; justify-content: center; gap: 18px; width: fit-content; }
.franchise-strip p { margin: 0; color: rgba(255,255,255,.86); }
.franchise-strip a { color: var(--gold); font-weight: 900; }

.card-grid { display: grid; gap: 24px; }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.product-card, .feature-card, .testimonial-card, .cta-card, .tyb-form-card, .timeline-card { background: rgba(255,255,255,.78); border: 1px solid rgba(58,33,20,.08); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; transition: .25s ease; }
.product-card:hover, .feature-card:hover, .gallery-tile:hover { transform: translateY(-7px); }
.product-image { height: 230px; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.placeholder-img { min-height: 220px; background: radial-gradient(circle at 25% 20%, rgba(215,168,93,.45), transparent 28%), linear-gradient(135deg, rgba(58,33,20,.9), rgba(185,119,60,.75)); border-radius: inherit; position: relative; overflow: hidden; }
.placeholder-img::after { content: ''; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: calc(var(--radius) - 8px); }
.placeholder-img span { position: absolute; top: 18px; left: 18px; z-index: 2; background: rgba(255,255,255,.12); color: #fff; border-radius: 999px; padding: 8px 12px; font-size: 12px; font-weight: 900; }
.product-content, .feature-card, .testimonial-card, .cta-card, .tyb-form-card, .timeline-card { padding: 28px; }
.tag { display: inline-flex; background: rgba(185,119,60,.12); color: var(--caramel); border-radius: 999px; padding: 7px 11px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 12px; }
.product-content a { color: var(--caramel); font-weight: 900; }
.price { color: var(--brown); font-size: 20px; display: block; margin-top: 10px; }
.feature-card { min-height: 230px; }
.icon-dot { width: 54px; height: 54px; border-radius: 18px; background: linear-gradient(135deg, var(--caramel), var(--gold)); margin-bottom: 20px; }

.image-collage { position: relative; min-height: 520px; }
.collage-main { height: 470px; border-radius: var(--radius-lg); }
.collage-small { position: absolute; right: -20px; bottom: 30px; width: 230px; min-height: 230px; border: 10px solid var(--cream); border-radius: 34px; }
.split-copy p { font-size: 18px; }
.quote-badge { display: inline-flex; margin: 8px 0 24px; background: #fff; color: var(--brown); padding: 12px 18px; border-radius: 999px; font-weight: 900; box-shadow: var(--shadow); }
.reverse { direction: rtl; }
.reverse > * { direction: ltr; }
.large-product { min-height: 520px; border-radius: var(--radius-lg); }
.timeline-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.timeline-card span { display: inline-flex; width: 56px; height: 56px; border-radius: 50%; align-items: center; justify-content: center; background: var(--brown); color: var(--gold); font-weight: 900; margin-bottom: 18px; }
.ambience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.ambience-grid .placeholder-img { min-height: 220px; border-radius: 26px; }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.pill-list span { color: var(--brown); background: rgba(185,119,60,.1); border-color: rgba(185,119,60,.15); }
.check-list { list-style: none; padding: 0; margin: 20px 0 26px; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 28px; color: rgba(255,255,255,.84); font-weight: 700; }
.check-list.dark li { color: var(--text); }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.cta-panel { background: linear-gradient(135deg, var(--brown), var(--brown-2)); color: #fff; border-radius: var(--radius-lg); padding: 54px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; box-shadow: var(--shadow); }
.cta-panel p { color: rgba(255,255,255,.76); max-width: 680px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.masonry-grid { columns: 3 260px; column-gap: 18px; }
.gallery-tile { display: block; break-inside: avoid; margin-bottom: 18px; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); position: relative; background: #fff; }
.gallery-tile img, .gallery-tile .placeholder-img { width: 100%; min-height: 250px; object-fit: cover; border-radius: 0; }
.gallery-tile:nth-child(2n) .placeholder-img, .gallery-tile:nth-child(2n) img { min-height: 340px; }
.gallery-tile span { position: absolute; left: 16px; bottom: 16px; background: rgba(58,33,20,.8); color: #fff; border-radius: 999px; padding: 8px 12px; font-weight: 800; }
.testimonial-card .stars { color: var(--caramel); letter-spacing: 3px; margin-bottom: 18px; }
.map-placeholder { min-height: 420px; border-radius: var(--radius-lg); background: linear-gradient(135deg, rgba(58,33,20,.88), rgba(185,119,60,.55)); color: #fff; display: grid; place-items: center; font-weight: 900; box-shadow: var(--shadow); }

.page-hero { padding: 110px 0; }
.compact-hero { min-height: 360px; display: grid; place-items: center; text-align: center; }
.compact-hero h1 { font-size: clamp(40px, 7vw, 74px); max-width: 920px; margin-left: auto; margin-right: auto; }
.compact-hero p { max-width: 720px; margin-left: auto; margin-right: auto; font-size: 18px; }
.content-wrap { max-width: 900px; }
.content-wrap :is(h2,h3,h4) { margin-top: 32px; }
.page-featured-image { border-radius: var(--radius); overflow: hidden; margin-bottom: 34px; }
.post-card { padding: 28px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); margin-bottom: 24px; }
.menu-category-block { margin-bottom: 64px; }
.location-card p { margin-bottom: 10px; }

.tyb-form-card h3 { color: var(--brown); }
.tyb-form label { display: grid; gap: 8px; font-weight: 800; color: var(--brown); }
.tyb-form input, .tyb-form textarea { width: 100%; border: 1px solid rgba(58,33,20,.14); border-radius: 16px; padding: 14px 15px; background: #fff; font: inherit; color: var(--text); }
.form-grid.two { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-notice { padding: 12px 14px; border-radius: 14px; margin-bottom: 16px; font-weight: 800; }
.form-notice.success { background: rgba(50,130,70,.12); color: #23703c; }
.form-notice.error { background: rgba(180,60,40,.12); color: #a33a28; }

.site-footer { background: #241107; color: rgba(255,255,255,.74); padding-top: 72px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.site-footer h4 { color: #fff; }
.site-footer a { display: block; margin-bottom: 10px; color: rgba(255,255,255,.76); }
.site-footer a:hover { color: var(--gold); }
.footer-brand .brand-text { color: #fff; }
.social-links { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
.social-links a { display: inline-flex; margin: 0; }
.footer-bottom { margin-top: 58px; border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 18px; }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.6); }

.reveal { opacity: 0; transform: translateY(24px); transition: .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

@media (max-width: 1080px) {
    .card-grid.four { grid-template-columns: repeat(2, 1fr); }
    .menu-list { gap: 14px; font-size: 13px; }
    .header-cta { display: none; }
}

@media (max-width: 860px) {
    .top-bar-inner { justify-content: center; text-align: center; flex-wrap: wrap; padding: 8px 0; }
    .nav-wrap { min-height: 72px; }
    .mobile-toggle { display: block; }
    .primary-nav { position: absolute; left: 16px; right: 16px; top: calc(100% + 8px); background: var(--cream-2); border: 1px solid rgba(58,33,20,.12); border-radius: 24px; padding: 18px; box-shadow: var(--shadow); display: none; }
    .primary-nav.is-open { display: block; }
    .menu-list { display: grid; gap: 12px; }
    .hero { padding-top: 76px; min-height: auto; }
    .hero-grid, .split-grid, .card-grid.two, .cta-panel { grid-template-columns: 1fr; }
    .hero-visual { order: -1; }
    .product-orb { min-height: 360px; }
    .cup-mockup { height: 350px; }
    .cup-body { width: 210px; height: 280px; }
    .card-grid.three, .timeline-grid { grid-template-columns: 1fr; }
    .section { padding: 72px 0; }
    .franchise-strip { border-radius: 24px; align-items: flex-start; flex-direction: column; width: auto; }
    .collage-small { right: 12px; }
    .cta-panel { padding: 34px; }
    .form-grid.two { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-bottom-inner { flex-direction: column; }
}

@media (max-width: 560px) {
    .container { width: min(100% - 24px, 1180px); }
    h1 { font-size: clamp(42px, 16vw, 64px); }
    h2 { font-size: 36px; }
    .card-grid.four { grid-template-columns: 1fr; }
    .hero-actions { flex-direction: column; }
    .btn { width: 100%; }
    .trust-row span { width: 100%; text-align: center; }
    .image-collage { min-height: 390px; }
    .collage-main { height: 330px; }
    .collage-small { width: 160px; min-height: 160px; border-width: 7px; }
    .large-product { min-height: 340px; }
    .ambience-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
}

/* --- Custom homepage image integration --- */
.brand-link-logo,
.footer-brand { align-items: center; }
.site-logo-fallback,
.footer-logo-fallback {
    width: auto;
    height: auto;
    max-width: 190px;
    border-radius: 16px;
    box-shadow: 0 14px 32px rgba(58, 33, 20, 0.14);
}
.footer-logo-fallback { max-width: 180px; }

.hero { isolation: isolate; }
.hero-bg-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.hero-bg-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(25, 11, 5, 0.88) 0%, rgba(25, 11, 5, 0.7) 40%, rgba(25, 11, 5, 0.55) 100%);
}
.hero-bg-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.9) brightness(0.72);
}
.hero .container,
.hero .hero-pattern { z-index: 1; }
.hero-visual-card {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-main-frame {
    width: min(100%, 520px);
    min-height: 540px;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.06);
}
.hero-main-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-floating-drink {
    position: absolute;
    right: -16px;
    bottom: -18px;
    width: min(44vw, 340px);
    filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.26));
}
.hero-badge-logo {
    position: absolute;
    left: -18px;
    top: 34px;
    width: min(30vw, 170px);
    border-radius: 22px;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.hero-sketch-art {
    position: absolute;
    left: -70px;
    bottom: -40px;
    width: min(34vw, 250px);
    opacity: .35;
    pointer-events: none;
}

.product-image-static {
    position: relative;
    background: linear-gradient(180deg, #fffaf4, #f6ead8);
}
.product-image-static img,
.photo-card img,
.gallery-photo img,
.map-photo-card img,
.feature-photo img,
.ambience-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.product-image-static img {
    object-fit: contain;
    padding: 18px;
    height: 100%;
}
.product-image-static span {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    background: rgba(58, 33, 20, 0.9);
    color: #fff;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 900;
}

.photo-card {
    overflow: hidden;
    border-radius: inherit;
    box-shadow: var(--shadow);
    background: #fff;
}
.feature-photo,
.gallery-photo,
.ambience-photo,
.map-photo-card { border-radius: var(--radius-lg); }
.feature-photo-dark,
.ambience-photo-light,
.gallery-photo { background: linear-gradient(180deg, #fff8ef, #f6ebdd); }
.collage-main,
.collage-small,
.large-product,
.ambience-photo,
.gallery-photo,
.map-photo-card { min-height: 100%; }
.collage-main img,
.collage-small img,
.large-product img,
.ambience-photo img,
.gallery-photo img,
.map-photo-card img { width: 100%; height: 100%; object-fit: cover; }
.collage-small img { object-fit: cover; }
.ambience-photo-light img,
.gallery-photo img:nth-child(1) { object-fit: contain; }

.heritage-wrap { position: relative; }
.heritage-decor {
    position: absolute;
    z-index: 0;
    opacity: .2;
    pointer-events: none;
}
.heritage-decor-left {
    left: -80px;
    bottom: 30px;
    width: min(28vw, 220px);
}
.heritage-decor-right {
    right: -10px;
    top: 20px;
    width: 90px;
}
.heritage-wrap > *:not(.heritage-decor) { position: relative; z-index: 1; }

.map-photo-card {
    min-height: 420px;
    position: relative;
    display: block;
    overflow: hidden;
}
.map-photo-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(58, 33, 20, 0.08), rgba(58, 33, 20, 0.55));
}
.map-photo-card span {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
}

@media (max-width: 860px) {
    .site-logo-fallback,
    .footer-logo-fallback { max-width: 150px; }
    .hero-visual-card { min-height: 420px; }
    .hero-main-frame { min-height: 340px; }
    .hero-badge-logo { left: 6px; top: 8px; width: 120px; }
    .hero-floating-drink { width: 210px; right: -8px; }
    .hero-sketch-art { left: -10px; bottom: -10px; width: 150px; }
}

@media (max-width: 560px) {
    .hero-main-frame { min-height: 280px; }
    .hero-badge-logo { width: 96px; border-radius: 14px; }
    .hero-floating-drink { width: 170px; }
    .map-photo-card { min-height: 280px; }
    .map-photo-card span { font-size: 22px; }
}

/* --- Full website polish / compact header / menu page --- */
.compact-site-header { background: rgba(255,249,240,.96); }
.compact-nav-wrap { min-height: 66px; gap: 18px; }
.compact-logo { max-width: 138px; max-height: 48px; object-fit: cover; object-position: center; border-radius: 10px; }
.compact-menu-list { gap: 16px; font-size: 13px; }
.compact-header-cta .btn-small { padding: 9px 15px; }
.custom-logo { max-width: 138px; max-height: 48px; width: auto; object-fit: contain; }
.site-header .site-logo-fallback { box-shadow: none; }

.compact-hero-inner { position: relative; z-index: 2; text-align: center; max-width: 960px; }
.compact-hero-inner h1 { max-width: 980px; margin-left: auto; margin-right: auto; }
.compact-hero-inner p { max-width: 720px; margin-left: auto; margin-right: auto; font-size: 19px; color: rgba(255,255,255,.82); }
.center-actions-inline { justify-content: center; }
.menu-page-hero, .about-hero, .franchise-hero, .catering-hero, .locations-hero, .contact-hero, .yemeni-coffee-hero { overflow: hidden; isolation: isolate; }
.page-hero .hero-bg-overlay { z-index: 0; }
.page-hero .hero-bg-overlay::after { background: linear-gradient(180deg, rgba(30,14,8,.78), rgba(30,14,8,.86)); }
.page-hero .hero-bg-photo { filter: saturate(.9) brightness(.65); }
.menu-page-hero { min-height: 560px; display: grid; place-items: center; padding: 110px 0; }

.tall-photo { min-height: 560px; border-radius: var(--radius-lg); }
.tall-photo img { width: 100%; height: 100%; object-fit: cover; }
.tall-photo img[src$="yemeni-building.png"],
.tall-photo img[src$="menu-specialty.jpg"],
.tall-photo img[src$="brand-logo-wide.jpg"] { object-fit: contain; padding: 24px; background: #fff7ec; }

.menu-board-block { background: rgba(255,255,255,.68); border: 1px solid rgba(58,33,20,.08); border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow); }
.menu-board-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; border-bottom: 2px solid rgba(58,33,20,.1); padding-bottom: 18px; margin-bottom: 24px; }
.menu-board-head p { margin: 0; color: var(--brown); font-weight: 800; }
.menu-list-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.menu-item-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 238px; padding: 22px; border-radius: 22px; background: #fffaf4; border: 1px solid rgba(58,33,20,.08); transition: .25s ease; }
.menu-item-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.menu-item-card h3 { color: #7a0017; font-size: 24px; }
.menu-item-card p { margin-bottom: 10px; }
.menu-item-card small { color: var(--muted); font-weight: 800; }
.menu-item-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 18px; }
.menu-item-card-foot strong { color: var(--brown); font-size: 24px; }
.mini-order-btn { display: inline-flex; align-items: center; justify-content: center; padding: 8px 14px; border-radius: 999px; background: var(--brown); color: #fff; font-weight: 900; font-size: 13px; }
.mini-order-btn:hover { background: #7a0017; color: #fff; transform: translateY(-2px); }
.serving-grid .feature-card p { font-size: 22px; font-weight: 800; color: var(--brown); }
.menu-image-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.menu-image-grid a { display: block; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); background: #fff; min-height: 450px; }
.menu-image-grid img { width: 100%; height: 100%; object-fit: cover; transition: .3s ease; }
.menu-image-grid a:hover img { transform: scale(1.03); }
.original-menu-images .menu-image-grid a:nth-child(2) img { object-fit: cover; }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.contact-info-card { background: #fff; padding: 24px; border-radius: var(--radius); box-shadow: var(--shadow); margin: 24px 0; }
.contact-info-card p { margin-bottom: 10px; }
.gallery-rich-grid .gallery-tile img { height: 100%; object-fit: cover; }
.gallery-rich-grid .gallery-tile:nth-child(2n) img[src$="brand-logo-poster.jpg"],
.gallery-rich-grid .gallery-tile img[src$="menu-specialty.jpg"],
.gallery-rich-grid .gallery-tile img[src$="menu-hot-cold.jpg"],
.gallery-rich-grid .gallery-tile img[src$="menu-trifold.jpg"] { object-fit: cover; }
.section-dark .tyb-form-card { background: rgba(255,255,255,.95); color: var(--text); }
.section-dark .tyb-form-card p, .section-dark .tyb-form label { color: var(--text); }

@media (max-width: 1120px) {
    .compact-menu-list { gap: 11px; font-size: 12px; }
    .menu-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
    .compact-nav-wrap { min-height: 62px; }
    .compact-logo { max-width: 124px; max-height: 44px; }
    .primary-nav { top: calc(100% + 10px); }
    .header-cta { display: block; }
    .compact-header-cta { margin-left: 0; }
    .compact-header-cta .btn-small { padding: 8px 12px; font-size: 12px; }
    .menu-board-head { align-items: flex-start; flex-direction: column; }
    .menu-list-grid, .menu-image-grid { grid-template-columns: 1fr; }
    .menu-image-grid a { min-height: auto; }
    .menu-image-grid img { height: auto; }
    .menu-board-block { padding: 22px; }
    .tall-photo { min-height: 360px; }
}
@media (max-width: 560px) {
    .compact-logo { max-width: 110px; }
    .compact-header-cta { display: none; }
    .menu-item-card { min-height: auto; }
    .menu-item-card h3 { font-size: 21px; }
    .page-hero, .menu-page-hero { padding: 78px 0; min-height: 430px; }
}

/* =========================================================
   Premium Homepage v3 — shorter, animated, cleaner hero
   ========================================================= */
:root {
    --deep-red: #760b12;
    --red-dark: #4b0509;
    --ease-premium: cubic-bezier(.2,.8,.2,1);
}
body { overflow-x: hidden; }
.compact-site-header {
    background: rgba(255, 249, 240, .88);
    backdrop-filter: blur(20px);
    transition: box-shadow .35s ease, background .35s ease, transform .35s ease;
}
.site-header.scrolled { box-shadow: 0 12px 40px rgba(58, 33, 20, .10); background: rgba(255, 249, 240, .97); }
.compact-nav-wrap { min-height: 64px !important; gap: 18px; }
.compact-logo,
.site-logo-fallback { max-width: 126px !important; border-radius: 12px; box-shadow: none; }
.compact-menu-list { gap: 16px !important; font-size: 13px !important; }
.compact-menu-list a { position: relative; }
.compact-menu-list a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 2px;
    background: var(--caramel);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .28s ease;
}
.compact-menu-list a:hover::after { transform: scaleX(1); }
.compact-header-cta .btn-small { padding: 9px 15px; }

.compact-section { padding: 74px 0; }
.home-hero {
    min-height: calc(100vh - 66px);
    display: grid;
    place-items: center;
    padding: 120px 0 90px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.hero-bg-clean::after {
    background:
        linear-gradient(90deg, rgba(36, 11, 6, .86), rgba(68, 13, 10, .58) 48%, rgba(36, 11, 6, .70)),
        radial-gradient(circle at 50% 50%, rgba(215,168,93,.2), transparent 48%) !important;
}
.hero-gradient-wash {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(circle at 50% 20%, rgba(215, 168, 93, .22), transparent 35%), linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.36));
}
.hero-grain {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    opacity: .17;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E");
    mix-blend-mode: soft-light;
}
.hero-centered-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 980px;
}
.hero-centered-content .eyebrow { color: #f4d391; justify-content: center; }
.hero-title {
    font-size: clamp(54px, 8.5vw, 110px);
    letter-spacing: -.075em;
    text-shadow: 0 18px 60px rgba(0,0,0,.35);
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.hero-lead {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255,255,255,.84) !important;
    font-size: clamp(17px, 2vw, 22px);
}
.hero-centered-content .hero-actions { justify-content: center; }
.btn-glow { position: relative; overflow: hidden; }
.btn-glow::before {
    content: '';
    position: absolute;
    inset: -60% -25%;
    background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.45), transparent 60%);
    transform: translateX(-90%) rotate(8deg);
    transition: transform .65s var(--ease-premium);
}
.btn-glow:hover::before { transform: translateX(90%) rotate(8deg); }
.btn-frost { background: rgba(255,255,255,.16); color: #fff; border-color: rgba(255,255,255,.24); backdrop-filter: blur(14px); }
.btn-frost:hover { background: rgba(255,255,255,.25); }

.home-about-grid { grid-template-columns: .9fr 1.1fr; gap: 60px; }
.small-collage { min-height: 390px; }
.small-collage .collage-main { height: 360px; background: linear-gradient(180deg, #fff8ef, #f6ebdd); }
.small-collage .collage-main img { object-fit: contain; padding: 16px; }
.small-collage .collage-small { width: 170px; min-height: 170px; right: 8px; bottom: -10px; border-width: 8px; }
.mini-feature-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 24px; }
.mini-feature-row span,
.menu-pill-wrap a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border-radius: 999px;
    color: var(--brown);
    background: rgba(185,119,60,.10);
    border: 1px solid rgba(185,119,60,.16);
    font-weight: 850;
    font-size: 13px;
}

.animated-card-grid .product-card { will-change: transform; }
.product-card,
.feature-card,
.timeline-card,
.cta-card,
.menu-polaroid,
.gallery-strip-item {
    transform-style: preserve-3d;
}
.motion-card { position: relative; overflow: hidden; }
.motion-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient(110deg, transparent, rgba(255,255,255,.32), transparent);
    transform: skewX(-12deg);
    transition: left .75s var(--ease-premium);
    z-index: 4;
    pointer-events: none;
}
.motion-card:hover::before { left: 130%; }
.text-arrow-link {
    display: inline-flex;
    align-items: center;
    color: var(--caramel) !important;
    font-weight: 900;
    position: relative;
}
.text-arrow-link::after { content: '→'; margin-left: 8px; transition: transform .25s ease; }
.text-arrow-link:hover::after { transform: translateX(5px); }
.product-image-static { height: 240px; }
.product-image-static img { transition: transform .6s var(--ease-premium); }
.product-card:hover .product-image-static img { transform: scale(1.055) translateY(-4px); }

.spotlight-short { padding: 80px 0; }
.short-product { min-height: 390px !important; }
.short-product img { object-fit: contain; padding: 12px; background: linear-gradient(180deg, #fff8ef, #ead7bd); }

.menu-snapshot-grid { grid-template-columns: .9fr 1.1fr; }
.menu-pill-wrap { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 26px; }
.menu-polaroid-stack {
    position: relative;
    min-height: 470px;
    transform-style: preserve-3d;
}
.menu-polaroid {
    display: block;
    position: absolute;
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    box-shadow: 0 25px 70px rgba(58, 33, 20, .18);
    border: 1px solid rgba(58, 33, 20, .08);
}
.menu-polaroid img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.menu-polaroid-one { width: 62%; height: 430px; left: 0; top: 20px; transform: rotate(-2.5deg); }
.menu-polaroid-two { width: 54%; height: 390px; right: 0; top: 55px; transform: rotate(3deg); }
.menu-polaroid:hover { z-index: 6; }

.heritage-compact { background: linear-gradient(135deg, #fff9f0, #f7ead8); position: relative; overflow: hidden; }
.heritage-compact-grid {
    position: relative;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 42px;
    align-items: center;
}
.heritage-mini-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.heritage-mini-cards .timeline-card { min-height: 230px; }
.heritage-watermark {
    position: absolute;
    right: -80px;
    bottom: -110px;
    width: 360px;
    opacity: .12;
    pointer-events: none;
}

.slim-cta-section { padding: 42px 0; background: var(--cream-2); }
.slim-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    border-radius: 34px;
    background: linear-gradient(135deg, var(--red-dark), var(--deep-red));
    color: #fff;
    padding: 34px 38px;
    box-shadow: 0 28px 80px rgba(118, 11, 18, .18);
    position: relative;
    overflow: hidden;
}
.slim-cta::after {
    content: '';
    position: absolute;
    inset: -1px;
    background: radial-gradient(circle at 15% 30%, rgba(255,255,255,.20), transparent 34%);
    pointer-events: none;
}
.slim-cta > * { position: relative; z-index: 1; }
.slim-cta h2 { font-size: clamp(26px, 3vw, 42px); margin-bottom: 0; }
.slim-cta .eyebrow { color: #f5d494; }

.franchise-compact { padding: 64px 0; }
.franchise-compact-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 34px;
    align-items: center;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.07);
    border-radius: 34px;
    padding: 38px;
    backdrop-filter: blur(12px);
}
.franchise-compact h2 { font-size: clamp(30px, 4vw, 52px); }
.franchise-compact p { max-width: 670px; }
.franchise-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }

.home-gallery-strip {
    display: grid;
    grid-template-columns: 1.3fr .85fr .85fr .85fr 1.1fr;
    gap: 14px;
    align-items: stretch;
}
.gallery-strip-item {
    min-height: 320px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--shadow);
    position: relative;
    background: #fff;
}
.gallery-strip-item:nth-child(2), .gallery-strip-item:nth-child(4) { transform: translateY(28px); }
.gallery-strip-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-premium), filter .7s ease; }
.gallery-strip-item:hover img { transform: scale(1.08); filter: saturate(1.08); }

.hover-lift { transition: transform .45s var(--ease-premium), box-shadow .45s var(--ease-premium); }
.hover-lift:hover { transform: translateY(-8px); box-shadow: 0 30px 80px rgba(58, 33, 20, .20); }

/* Reveal animations */
.reveal { opacity: 0; transform: translate3d(0, 28px, 0); transition: opacity .8s var(--ease-premium), transform .8s var(--ease-premium), filter .8s var(--ease-premium); filter: blur(4px); }
.reveal.in-view { opacity: 1; transform: translate3d(0,0,0); filter: blur(0); }
.reveal[data-anim="fade-left"] { transform: translate3d(34px, 0, 0); }
.reveal[data-anim="fade-right"] { transform: translate3d(-34px, 0, 0); }
.reveal[data-anim="zoom-in"] { transform: scale(.94); }
.reveal[data-anim="fade-left"].in-view,
.reveal[data-anim="fade-right"].in-view,
.reveal[data-anim="zoom-in"].in-view { transform: translate3d(0,0,0) scale(1); }
.card-grid .reveal:nth-child(2) { transition-delay: .08s; }
.card-grid .reveal:nth-child(3) { transition-delay: .16s; }
.card-grid .reveal:nth-child(4) { transition-delay: .24s; }
.heritage-mini-cards .reveal:nth-child(2) { transition-delay: .08s; }
.heritage-mini-cards .reveal:nth-child(3) { transition-delay: .16s; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
    .reveal { opacity: 1 !important; transform: none !important; filter: none !important; }
}

@media (max-width: 1080px) {
    .home-gallery-strip { grid-template-columns: repeat(3, 1fr); }
    .gallery-strip-item:nth-child(2), .gallery-strip-item:nth-child(4) { transform: none; }
}
@media (max-width: 860px) {
    .compact-nav-wrap { min-height: 62px !important; }
    .compact-logo, .site-logo-fallback { max-width: 112px !important; }
    .home-hero { min-height: 680px; padding: 100px 0 74px; }
    .hero-title { font-size: clamp(46px, 13vw, 72px); }
    .hero-centered-content { text-align: left; }
    .hero-centered-content .eyebrow,
    .hero-centered-content .hero-actions { justify-content: flex-start; }
    .home-about-grid,
    .menu-snapshot-grid,
    .heritage-compact-grid,
    .franchise-compact-inner,
    .slim-cta { grid-template-columns: 1fr; }
    .small-collage { min-height: 360px; }
    .menu-polaroid-stack { min-height: 430px; }
    .heritage-mini-cards { grid-template-columns: 1fr; }
    .franchise-actions { justify-content: flex-start; }
    .home-gallery-strip { grid-template-columns: 1fr 1fr; }
    .gallery-strip-item { min-height: 250px; }
}
@media (max-width: 560px) {
    .compact-section { padding: 58px 0; }
    .home-hero { min-height: 620px; }
    .hero-centered-content .hero-actions { width: 100%; }
    .small-collage .collage-main { height: 300px; }
    .small-collage .collage-small { width: 130px; min-height: 130px; }
    .menu-polaroid-stack { min-height: 370px; }
    .menu-polaroid-one { width: 72%; height: 320px; }
    .menu-polaroid-two { width: 62%; height: 285px; top: 70px; }
    .slim-cta, .franchise-compact-inner { padding: 28px; }
    .home-gallery-strip { grid-template-columns: 1fr; }
    .gallery-strip-item { min-height: 290px; }
}


/* =========================================================
   Premium Parallax + Sketch Motion Refresh
   ========================================================= */
:root{
    --brand-red:#7b0d1e;
    --deep-red:#4e0712;
    --ink:#22110b;
    --paper:#fff8ee;
    --sketch-opacity:.065;
}
body{
    overflow-x:hidden;
    background:
      radial-gradient(circle at 12% 18%, rgba(123,13,30,.045), transparent 26%),
      radial-gradient(circle at 88% 22%, rgba(185,119,60,.06), transparent 28%),
      var(--cream-2);
}
.site-header.compact-site-header{
    position:sticky;
    top:0;
    background:rgba(255,248,239,.78);
    border-bottom:1px solid rgba(58,33,20,.08);
    box-shadow:none;
    transition:background .35s ease, box-shadow .35s ease, transform .35s ease;
}
.site-header.scrolled{
    background:rgba(255,248,239,.94);
    box-shadow:0 18px 45px rgba(58,33,20,.09);
}
.compact-nav-wrap{min-height:64px;}
.compact-logo,.site-logo-fallback{max-height:48px;max-width:132px;object-fit:cover;border-radius:12px;}
.compact-menu-list{gap:16px;font-size:13px;}
.compact-header-cta .btn-small{padding:9px 15px;font-size:13px;}

.global-sketch-bg{
    position:fixed;
    inset:0;
    pointer-events:none;
    z-index:-1;
    overflow:hidden;
}
.sketch-bean,.sketch-steam{
    position:absolute;
    display:block;
    background-repeat:no-repeat;
    background-size:contain;
    opacity:var(--sketch-opacity);
    filter:sepia(1) saturate(1.2);
    will-change:transform;
}
.sketch-bean{background-image:url('../images/coffee-bean-sketch.svg'); width:260px;height:190px;}
.sketch-steam{background-image:url('../images/steam-line-art.svg'); width:170px;height:220px;opacity:.04;}
.sketch-bean-a{left:-70px;top:24vh;animation:floatSketch 13s ease-in-out infinite;}
.sketch-bean-b{right:-80px;top:62vh;animation:floatSketch 15s ease-in-out infinite reverse;}
.sketch-steam-a{right:10vw;top:14vh;animation:floatSteam 12s ease-in-out infinite;}
@keyframes floatSketch{
    0%,100%{transform:translate3d(0,0,0) rotate(-8deg) scale(1);}
    50%{transform:translate3d(22px,-28px,0) rotate(6deg) scale(1.06);}
}
@keyframes floatSteam{
    0%,100%{transform:translateY(0) rotate(0deg);opacity:.035;}
    50%{transform:translateY(-34px) rotate(5deg);opacity:.07;}
}

.premium-parallax{position:relative;overflow:hidden;isolation:isolate;}
.home-hero.cinematic-hero{
    min-height:calc(100vh - 64px);
    padding:120px 0 90px;
    display:grid;
    place-items:center;
}
.hero-bg-overlay{position:absolute;inset:0;z-index:0;overflow:hidden;}
.hero-bg-photo{
    width:100%;
    height:100%;
    object-fit:cover;
    transform:scale(1.08);
    will-change:transform;
}
.hero-deep-overlay{
    position:absolute;
    inset:0;
    z-index:1;
    background:
      radial-gradient(circle at 50% 45%, rgba(123,13,30,.22), transparent 38%),
      linear-gradient(90deg, rgba(22,8,4,.82), rgba(46,16,8,.46) 48%, rgba(22,8,4,.76));
}
.hero-gradient-wash{display:none;}
.hero-grain{
    position:absolute;
    inset:0;
    z-index:2;
    opacity:.14;
    mix-blend-mode:soft-light;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(255,255,255,.55) 0 1px, transparent 1px),
        radial-gradient(circle at 72% 66%, rgba(255,255,255,.38) 0 1px, transparent 1px);
    background-size:9px 9px, 13px 13px;
}
.hero-centered-content{
    position:relative;
    z-index:4;
    text-align:center;
    max-width:980px;
}
.hero-title{
    max-width:980px;
    margin-left:auto;
    margin-right:auto;
    text-shadow:0 28px 80px rgba(0,0,0,.55);
}
.hero-lead{max-width:760px;margin:0 auto 0;color:rgba(255,255,255,.84);}
.hero-line-art{
    position:absolute;
    z-index:3;
    pointer-events:none;
    background-repeat:no-repeat;
    background-size:contain;
    opacity:.15;
    will-change:transform;
}
.hero-bean-orbit{
    width:260px;height:190px;
    left:7vw;bottom:13vh;
    background-image:url('../images/coffee-bean-sketch.svg');
    filter:brightness(4) sepia(1);
    animation:heroOrbit 16s ease-in-out infinite;
}
.hero-steam-line{
    width:190px;height:230px;
    right:8vw;top:16vh;
    background-image:url('../images/steam-line-art.svg');
    filter:brightness(2);
    opacity:.11;
    animation:heroSteam 11s ease-in-out infinite;
}
@keyframes heroOrbit{
    0%,100%{transform:translate3d(0,0,0) rotate(-18deg);}
    50%{transform:translate3d(18px,-20px,0) rotate(-4deg);}
}
@keyframes heroSteam{
    0%,100%{transform:translateY(0) rotate(0deg);}
    50%{transform:translateY(-28px) rotate(6deg);}
}
.scroll-cue{
    position:absolute;
    z-index:5;
    left:50%;
    bottom:26px;
    width:28px;height:48px;
    margin-left:-14px;
    border:1px solid rgba(255,255,255,.48);
    border-radius:999px;
}
.scroll-cue span{
    position:absolute;
    left:50%;
    top:9px;
    width:5px;height:5px;
    margin-left:-2.5px;
    background:var(--gold);
    border-radius:50%;
    animation:scrollCue 1.5s ease-in-out infinite;
}
@keyframes scrollCue{
    0%{transform:translateY(0);opacity:1}
    70%{transform:translateY(18px);opacity:.15}
    100%{transform:translateY(0);opacity:0}
}
.text-reveal{
    background:linear-gradient(100deg,#fff 0%,#f8ebd6 42%,#d7a85d 52%,#fff 62%,#fff 100%);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
    background-size:220% 100%;
    animation:titleSheen 6s ease-in-out infinite;
}
@keyframes titleSheen{
    0%,45%,100%{background-position:120% 0}
    62%{background-position:0% 0}
}

.compact-section{padding:78px 0;}
.motion-section{position:relative;overflow:hidden;}
.section-art{
    position:absolute;
    pointer-events:none;
    z-index:0;
    background-repeat:no-repeat;
    background-size:contain;
    opacity:.08;
}
.art-beans-left,.art-beans-right{background-image:url('../images/coffee-bean-sketch.svg');width:280px;height:200px;}
.art-beans-left{left:-90px;top:70px;transform:rotate(-18deg);}
.art-beans-right{right:-90px;bottom:40px;transform:rotate(14deg);}
.art-steam-right,.art-steam-left{background-image:url('../images/steam-line-art.svg');width:170px;height:230px;opacity:.055;}
.art-steam-right{right:4vw;top:50px;}
.art-steam-left{left:4vw;bottom:30px;transform:scaleX(-1);}
.motion-section .container{position:relative;z-index:1;}

.liquid-card{
    position:relative;
    overflow:hidden;
}
.liquid-card::before{
    content:'';
    position:absolute;
    inset:0;
    background:radial-gradient(circle at var(--mx,50%) var(--my,50%), rgba(215,168,93,.22), transparent 32%);
    opacity:0;
    transition:opacity .25s ease;
    pointer-events:none;
    z-index:1;
}
.liquid-card:hover::before{opacity:1;}
.liquid-card > *{position:relative;z-index:2;}
.hover-lift,.motion-card,.gallery-strip-item,.photo-card{
    transition:transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease, filter .45s ease;
}
.hover-lift:hover,.motion-card:hover,.gallery-strip-item:hover{
    transform:translateY(-10px);
    box-shadow:0 34px 90px rgba(58,33,20,.18);
}
.image-zoom-frame{overflow:hidden;}
.image-zoom-frame img{
    transition:transform 1s cubic-bezier(.2,.8,.2,1), filter .5s ease;
}
.image-zoom-frame:hover img{transform:scale(1.08);filter:saturate(1.05) contrast(1.02);}

.btn-glow{
    position:relative;
    overflow:hidden;
}
.btn-glow::after{
    content:'';
    position:absolute;
    top:-60%;
    left:-40%;
    width:42%;
    height:220%;
    background:linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent);
    transform:rotate(18deg) translateX(-120%);
    animation:btnSheen 4.5s ease-in-out infinite;
}
@keyframes btnSheen{
    0%,60%,100%{transform:rotate(18deg) translateX(-145%);}
    75%{transform:rotate(18deg) translateX(360%);}
}
.magnetic-btn{will-change:transform;}

.reveal{
    opacity:0;
    transform:translateY(28px);
    transition:opacity .85s ease, transform .85s cubic-bezier(.2,.8,.2,1), filter .85s ease;
    filter:blur(6px);
}
.reveal.in-view{
    opacity:1;
    transform:translate(0,0) scale(1);
    filter:blur(0);
}
.reveal[data-anim="fade-left"]{transform:translateX(42px);}.reveal[data-anim="fade-right"]{transform:translateX(-42px);}
.reveal[data-anim="zoom-in"]{transform:scale(.94);}.reveal[data-anim="fade-up"]{transform:translateY(34px);}
.reveal.in-view[data-anim]{transform:translate(0,0) scale(1);}
.stagger-grid > *:nth-child(2){transition-delay:.08s}.stagger-grid > *:nth-child(3){transition-delay:.16s}.stagger-grid > *:nth-child(4){transition-delay:.24s}.stagger-grid > *:nth-child(5){transition-delay:.32s}.stagger-grid > *:nth-child(6){transition-delay:.4s}

.home-menu-board{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}
.home-menu-column{
    background:rgba(255,255,255,.74);
    border:1px solid rgba(58,33,20,.09);
    border-radius:28px;
    padding:30px;
    box-shadow:var(--shadow);
    backdrop-filter:blur(10px);
}
.home-menu-column h3{
    color:var(--brand-red);
    padding-bottom:14px;
    margin-bottom:16px;
    border-bottom:1px solid rgba(123,13,30,.18);
}
.home-menu-line{
    display:flex;
    justify-content:space-between;
    gap:18px;
    padding:15px 0;
    border-bottom:1px dashed rgba(58,33,20,.13);
}
.home-menu-line:last-child{border-bottom:0;}
.home-menu-line strong{display:block;color:var(--brown);font-size:17px;}
.home-menu-line span{display:block;color:var(--muted);font-size:13px;line-height:1.45;margin-top:3px;}
.home-menu-line em{
    color:var(--brand-red);
    font-style:normal;
    font-weight:900;
    white-space:nowrap;
}
.menu-pill-wrap{display:none;}
.menu-polaroid-stack{display:none!important;}

.parallax-texture,
.heritage-bg-layer{
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
      radial-gradient(circle at 15% 20%, rgba(215,168,93,.16), transparent 28%),
      url('../images/coffee-bean-sketch.svg') 86% 18%/250px 180px no-repeat,
      url('../images/steam-line-art.svg') 6% 78%/130px 170px no-repeat;
    opacity:.52;
    z-index:0;
}
.customer-favorite .container,
.franchise-section .container{position:relative;z-index:1;}
.heritage-compact{
    background:linear-gradient(135deg, rgba(255,249,240,.94), rgba(248,239,226,.88));
}
.heritage-bg-layer{
    opacity:.16;
    background:
      url('../images/yemeni-building.png') 105% 100%/420px auto no-repeat,
      url('../images/coffee-bean-sketch.svg') -45px 35%/300px 215px no-repeat;
}
.heritage-compact-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:44px;
    align-items:center;
    position:relative;
}
.heritage-mini-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.heritage-watermark{
    position:absolute;
    right:-80px;
    bottom:-80px;
    width:240px;
    opacity:.12;
    z-index:0;
    pointer-events:none;
}
.heritage-compact-grid > *:not(.heritage-watermark){position:relative;z-index:1;}

.slim-cta{
    background:
      linear-gradient(135deg, rgba(58,33,20,.96), rgba(123,13,30,.94)),
      url('../images/coffee-bean-sketch.svg') right 30px center/220px auto no-repeat;
    color:#fff;
    border-radius:34px;
    padding:34px 40px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:26px;
    box-shadow:0 28px 90px rgba(58,33,20,.2);
}
.slim-cta h2{font-size:clamp(24px,3vw,38px);margin-bottom:0;}
.slim-cta .eyebrow{color:var(--gold);}
.franchise-compact-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:26px;
    padding:42px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:34px;
    background:rgba(255,255,255,.06);
    backdrop-filter:blur(10px);
}
.franchise-copy{max-width:720px;}
.franchise-copy p{margin-bottom:0;}
.franchise-actions{display:flex;gap:12px;flex-wrap:wrap;}

.home-gallery-strip{
    display:grid;
    grid-template-columns:1.2fr .9fr .9fr .9fr 1.1fr;
    gap:14px;
    align-items:stretch;
}
.gallery-strip-item{
    min-height:300px;
    border-radius:28px;
    overflow:hidden;
    box-shadow:var(--shadow);
    position:relative;
}
.gallery-strip-item:nth-child(2),
.gallery-strip-item:nth-child(4){transform:translateY(26px);}
.gallery-strip-item img{width:100%;height:100%;object-fit:cover;}

/* Text-only menu page */
.text-menu-hero .hero-bg-photo{filter:saturate(.85) brightness(.82);}
.menu-category-tabs{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
    margin:-14px 0 42px;
}
.menu-category-tabs a{
    padding:10px 16px;
    border:1px solid rgba(123,13,30,.18);
    border-radius:999px;
    background:rgba(255,255,255,.74);
    color:var(--brand-red);
    font-weight:900;
    box-shadow:0 10px 30px rgba(58,33,20,.06);
    transition:.25s ease;
}
.menu-category-tabs a:hover{transform:translateY(-3px);background:var(--brand-red);color:#fff;}
.text-only-menu-board{
    position:relative;
    padding:34px;
    border-radius:34px;
    background:rgba(255,255,255,.72);
    border:1px solid rgba(58,33,20,.08);
    box-shadow:var(--shadow);
    overflow:hidden;
}
.text-only-menu-board::after{
    content:'';
    position:absolute;
    right:-70px;
    top:-40px;
    width:220px;height:160px;
    background:url('../images/coffee-bean-sketch.svg') center/contain no-repeat;
    opacity:.045;
}
.text-menu-list-grid{grid-template-columns:repeat(3,1fr);}
.text-menu-card{
    background:rgba(255,252,246,.86);
    border:1px solid rgba(58,33,20,.08);
}
.text-menu-card:hover{
    border-color:rgba(123,13,30,.24);
}
.text-menu-card .menu-item-main h3{color:var(--brand-red);}
.mini-order-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    padding:8px 12px;
    font-size:12px;
    font-weight:900;
    background:var(--brand-red);
    color:#fff;
    transition:.25s ease;
}
.mini-order-btn:hover{transform:translateY(-2px);background:var(--caramel);}

@media (max-width: 1080px){
    .home-menu-board,.text-menu-list-grid{grid-template-columns:repeat(2,1fr);}
    .heritage-compact-grid{grid-template-columns:1fr;}
    .heritage-mini-cards{grid-template-columns:repeat(3,1fr);}
    .home-gallery-strip{grid-template-columns:repeat(3,1fr);}
    .gallery-strip-item:nth-child(2),.gallery-strip-item:nth-child(4){transform:none;}
}
@media (max-width: 860px){
    .compact-nav-wrap{min-height:62px;}
    .primary-nav{top:calc(100% + 8px);}
    .home-hero.cinematic-hero{min-height:calc(100vh - 62px);padding:95px 0 72px;}
    .hero-title{font-size:clamp(44px,13vw,72px);}
    .hero-bean-orbit{width:180px;height:130px;left:-40px;bottom:12vh;}
    .hero-steam-line{width:130px;height:160px;right:-10px;top:12vh;}
    .home-menu-board,.text-menu-list-grid{grid-template-columns:1fr;}
    .heritage-mini-cards{grid-template-columns:1fr;}
    .slim-cta,.franchise-compact-inner{flex-direction:column;align-items:flex-start;}
    .home-gallery-strip{grid-template-columns:1fr 1fr;}
    .gallery-strip-item{min-height:220px;}
}
@media (max-width:560px){
    .compact-logo,.site-logo-fallback{max-height:42px;max-width:116px;}
    .home-hero.cinematic-hero{min-height:720px;}
    .compact-section{padding:60px 0;}
    .home-gallery-strip{grid-template-columns:1fr;}
    .gallery-strip-item{min-height:250px;}
    .slim-cta,.franchise-compact-inner,.text-only-menu-board{padding:26px;}
    .home-menu-column{padding:24px;}
}
@media (prefers-reduced-motion: reduce){
    *,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important;}
    .reveal{opacity:1;transform:none;filter:none;}
}
