: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;}
}

/* =========================================================
   Full Page Parallax Homepage
   ========================================================= */
.fullpage-home {
    position: relative;
    overflow: clip;
    background: #f7ead8;
}
.fp-panel {
    position: relative;
    min-height: 100vh;
    display: grid;
    align-items: center;
    padding: clamp(96px, 12vh, 132px) 0 clamp(64px, 9vh, 96px);
    overflow: hidden;
    isolation: isolate;
}
.fp-panel .container { position: relative; z-index: 4; }
.panel-dark {
    background: radial-gradient(circle at 15% 10%, rgba(185,119,60,.34), transparent 34%), #211006;
    color: #fff;
}
.panel-cream {
    background: radial-gradient(circle at 80% 16%, rgba(185,119,60,.16), transparent 32%), linear-gradient(135deg, #fff8ee 0%, #f3dfc4 100%);
}
.panel-light {
    background: radial-gradient(circle at 16% 20%, rgba(122,62,30,.10), transparent 30%), linear-gradient(135deg, #fffaf3 0%, #f7ead9 100%);
}
.fp-bg-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.fp-bg-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    filter: saturate(.9) contrast(1.05) brightness(.72);
}
.fp-bg-soft img { filter: saturate(.8) contrast(1.02) brightness(.48); }
.fp-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(120deg, rgba(28,12,4,.82), rgba(28,12,4,.66), rgba(28,12,4,.42));
}
.fp-overlay-deep {
    background: radial-gradient(circle at 50% 50%, rgba(255,210,145,.14), transparent 36%), linear-gradient(120deg, rgba(22,9,3,.88), rgba(22,9,3,.72), rgba(22,9,3,.42));
}
.fp-center {
    min-height: 62vh;
    display: grid;
    place-items: center;
    text-align: center;
    align-content: center;
    max-width: 980px;
}
.fp-center .hero-actions { justify-content: center; }
.fp-next {
    position: absolute;
    left: 50%;
    bottom: 28px;
    z-index: 8;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.09);
    backdrop-filter: blur(12px);
}
.fp-next span {
    width: 11px;
    height: 11px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg) translateY(-2px);
    animation: fpBounce 1.8s ease-in-out infinite;
}
@keyframes fpBounce { 0%,100% { transform: rotate(45deg) translateY(-4px); opacity: .55; } 50% { transform: rotate(45deg) translateY(3px); opacity: 1; } }

.fp-split {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(36px, 6vw, 84px);
}
.fp-split-reverse { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.fp-copy h2, .fp-head h2 {
    max-width: 780px;
}
.fp-copy p, .fp-head p {
    max-width: 680px;
    font-size: clamp(16px, 1.4vw, 20px);
}
.fp-copy .btn { margin-top: 14px; }
.fp-head {
    text-align: center;
    margin: 0 auto 34px;
    max-width: 850px;
}
.fp-head h2 { margin-left: auto; margin-right: auto; }
.fp-head p { margin-left: auto; margin-right: auto; }
.fp-head-light h2, .fp-head-light p { color: #fff; }
.fp-head-light p { color: rgba(255,255,255,.76); }
.fp-mini-row,
.fp-bake-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 24px 0 10px;
}
.fp-mini-row span,
.fp-bake-list div {
    border: 1px solid rgba(58,33,20,.12);
    border-radius: 999px;
    background: rgba(255,255,255,.58);
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 900;
    color: var(--brown);
}
.fp-bake-list {
    display: grid;
    gap: 12px;
    margin: 26px 0 18px;
}
.fp-bake-list div {
    border-radius: 22px;
    display: grid;
    gap: 4px;
    padding: 16px 18px;
}
.fp-bake-list span { color: var(--muted); font-weight: 600; }

.fp-visual {
    min-height: clamp(380px, 55vh, 560px);
    position: relative;
}
.fp-logo-card,
.fp-cup-card,
.fp-bake-orb {
    position: absolute;
    overflow: hidden;
    border-radius: 36px;
    box-shadow: 0 28px 80px rgba(58,33,20,.20);
}
.fp-logo-card {
    width: min(72%, 430px);
    min-height: 430px;
    right: 0;
    top: 0;
    background: #fff;
    padding: 16px;
}
.fp-logo-card img,
.fp-cup-card img,
.fp-bake-orb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 28px;
}
.fp-cup-card {
    width: min(46%, 260px);
    min-height: 270px;
    left: 4%;
    bottom: 10%;
    background: linear-gradient(180deg, #fff8ef, #efd8b8);
    padding: 14px;
}
.fp-cup-card img { object-fit: contain; }
.fp-bake-orb {
    inset: 8% auto auto 8%;
    width: min(82%, 480px);
    height: min(82%, 480px);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(circle, #fff8ed 0%, #e8caa0 100%);
    padding: 46px;
}
.fp-bake-orb img { object-fit: cover; border-radius: 50%; opacity: .92; }
.fp-bake-orb span {
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background: rgba(58,33,20,.86);
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 900;
}

.fp-menu-board {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 18px;
}
.fp-menu-col {
    padding: 24px;
    border-radius: 30px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(58,33,20,.12);
    box-shadow: 0 18px 48px rgba(58,33,20,.10);
}
.fp-menu-col h3 {
    margin: 0 0 18px;
    font-size: 26px;
}
.fp-menu-item {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px dashed rgba(58,33,20,.18);
    padding: 12px 0;
}
.fp-menu-item:last-child { border-bottom: 0; }
.fp-menu-item strong { display: block; color: var(--brown); font-size: 15px; }
.fp-menu-item span { display: block; color: var(--muted); font-size: 13px; margin-top: 4px; line-height: 1.35; }
.fp-menu-item em { font-style: normal; color: var(--caramel); font-weight: 900; white-space: nowrap; }

.fp-drink-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.fp-drink-card {
    min-height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.07));
    border: 1px solid rgba(255,255,255,.17);
    color: #fff;
    box-shadow: 0 22px 60px rgba(0,0,0,.24);
    backdrop-filter: blur(10px);
}
.fp-drink-card h3 { color: #fff; font-size: 28px; }
.fp-drink-card p { color: rgba(255,255,255,.75); }
.fp-drink-card .tag { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.18); width: max-content; }
.fp-drink-card .text-arrow-link { color: var(--gold); }

.fp-heritage-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.fp-heritage-cards .timeline-card {
    min-height: 240px;
    background: rgba(255,255,255,.74);
    backdrop-filter: blur(10px);
}
.fp-heritage-lines,
.fp-panel-art,
.fp-bg-sketch span,
.fp-animated-beans {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}
.fp-heritage-lines {
    inset: 0;
    opacity: .16;
    background-image: url('../images/coffee-bean-sketch.svg'), url('../images/steam-line-art.svg');
    background-repeat: no-repeat;
    background-size: 420px, 520px;
    background-position: 8% 74%, 92% 16%;
    animation: fpFloat 12s ease-in-out infinite alternate;
}
.fp-panel-art { opacity: .18; }
.fp-arch-art {
    right: -70px;
    top: 14%;
    width: 420px;
    height: 420px;
    background: url('../images/yemeni-building.png') center/contain no-repeat;
    animation: fpFloat 10s ease-in-out infinite alternate;
}
.fp-bean-trail {
    left: -120px;
    top: 8%;
    width: 520px;
    height: 520px;
    background: url('../images/coffee-bean-sketch.svg') center/contain no-repeat;
    animation: fpRotate 26s linear infinite;
}
.fp-steam-art {
    right: -80px;
    bottom: -60px;
    width: 580px;
    height: 580px;
    background: url('../images/steam-line-art.svg') center/contain no-repeat;
    animation: fpFloat 9s ease-in-out infinite alternate;
}
.fp-beans-gold {
    inset: auto -120px -120px auto;
    width: 520px;
    height: 520px;
    background: url('../images/coffee-bean-sketch.svg') center/contain no-repeat;
    filter: sepia(1) saturate(1.4);
    opacity: .11;
    animation: fpRotate 32s linear infinite reverse;
}
.fp-animated-beans {
    inset: 0;
    background-image: url('../images/coffee-bean-sketch.svg');
    background-size: 220px;
    background-position: 12% 18%;
    background-repeat: no-repeat;
    opacity: .18;
    animation: fpFloat 8s ease-in-out infinite alternate;
    z-index: 2;
}
.fp-bean {
    width: 210px;
    height: 210px;
    background: url('../images/coffee-bean-sketch.svg') center/contain no-repeat;
    opacity: .10;
    animation: fpFloat 11s ease-in-out infinite alternate;
}
.fp-bean-one { left: 3%; top: 18%; }
.fp-bean-two { right: 6%; top: 38%; animation-delay: -3s; }
.fp-bean-three { left: 18%; bottom: 10%; animation-delay: -5s; }
.fp-steam-one {
    right: 20%; bottom: 18%; width: 260px; height: 260px;
    background: url('../images/steam-line-art.svg') center/contain no-repeat;
    opacity: .08;
    animation: fpFloat 13s ease-in-out infinite alternate;
}
@keyframes fpFloat { from { transform: translate3d(0, var(--scroll-drift, 0), 0) rotate(-2deg); } to { transform: translate3d(0, calc(var(--scroll-drift, 0) + 22px), 0) rotate(3deg); } }
@keyframes fpRotate { to { transform: rotate(360deg); } }

.fp-cta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}
.fp-cta-card {
    min-height: 350px;
    padding: clamp(28px, 4vw, 46px);
    border-radius: 38px;
    background: linear-gradient(140deg, rgba(255,255,255,.15), rgba(255,255,255,.06));
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    backdrop-filter: blur(12px);
    box-shadow: 0 22px 70px rgba(0,0,0,.24);
}
.fp-cta-card span { color: var(--gold); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; font-weight: 900; }
.fp-cta-card h3 { color: #fff; font-size: clamp(30px, 4vw, 50px); }
.fp-cta-card p { color: rgba(255,255,255,.74); max-width: 560px; }

.fp-gallery-strip {
    display: grid;
    grid-template-columns: 1.15fr .9fr .9fr 1.15fr;
    gap: 16px;
    align-items: stretch;
    margin: 22px 0 30px;
}
.fp-gallery-strip div {
    height: clamp(250px, 36vh, 380px);
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(58,33,20,.14);
    background: #fff8ee;
}
.fp-gallery-strip div:nth-child(2),
.fp-gallery-strip div:nth-child(3) { margin-top: 52px; }
.fp-gallery-strip img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s ease; }
.fp-gallery-strip div:hover img { transform: scale(1.08); }
.fp-gallery-strip div:nth-child(1) img,
.fp-gallery-strip div:nth-child(2) img,
.fp-gallery-strip div:nth-child(3) img { object-fit: contain; padding: 20px; }

.fp-dots {
    position: fixed;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 80;
    display: grid;
    gap: 11px;
}
.fp-dots a {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(122,62,30,.32);
    border: 1px solid rgba(255,255,255,.5);
    box-shadow: 0 5px 18px rgba(58,33,20,.16);
    position: relative;
    transition: .25s ease;
}
.fp-dots a span {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%) translateX(8px);
    white-space: nowrap;
    background: rgba(38,18,8,.88);
    color: #fff;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    opacity: 0;
    pointer-events: none;
    transition: .25s ease;
}
.fp-dots a:hover span { opacity: 1; transform: translateY(-50%) translateX(0); }
.fp-dots a.is-active { background: var(--caramel); transform: scale(1.35); }

@media (min-width: 921px) {
    html { scroll-snap-type: y proximity; scroll-behavior: smooth; }
    .fp-panel { scroll-snap-align: start; scroll-snap-stop: normal; }
    .site-footer { scroll-snap-align: start; }
    body.home .site-header { position: fixed; top: 0; left: 0; right: 0; }
    body.home.admin-bar .site-header { top: 32px; }
}

@media (max-width: 1180px) {
    .fp-drink-grid { grid-template-columns: repeat(2, 1fr); }
    .fp-menu-board { grid-template-columns: 1fr; }
    .fp-panel { min-height: auto; }
}
@media (max-width: 920px) {
    .fp-dots { display: none; }
    .fp-panel { min-height: auto; padding: 86px 0; }
    .fp-split, .fp-split-reverse, .fp-cta-grid { grid-template-columns: 1fr; }
    .fp-visual { min-height: 430px; }
    .fp-logo-card { width: 72%; min-height: 330px; }
    .fp-cup-card { width: 42%; min-height: 210px; }
    .fp-gallery-strip { grid-template-columns: repeat(2, 1fr); }
    .fp-gallery-strip div:nth-child(2), .fp-gallery-strip div:nth-child(3) { margin-top: 0; }
}
@media (max-width: 560px) {
    .fp-panel { padding: 72px 0; }
    .fp-visual { min-height: 350px; }
    .fp-logo-card { min-height: 260px; border-radius: 24px; }
    .fp-cup-card { min-height: 180px; }
    .fp-drink-grid, .fp-heritage-cards, .fp-gallery-strip { grid-template-columns: 1fr; }
    .fp-drink-card, .fp-cta-card { min-height: 240px; }
    .fp-menu-item { display: grid; }
    .fp-menu-col { padding: 20px; }
}

/* =========================================================
   TRUE FULL-PAGE PARALLAX OVERRIDE v5
   Desktop: one full-screen panel per scroll with mandatory snap.
   Mobile: normal readable scroll.
   ========================================================= */
@media (min-width: 921px) {
    html.fp-snap-enabled {
        scroll-snap-type: y mandatory !important;
        scroll-behavior: smooth;
        overscroll-behavior-y: contain;
    }
    html.fp-snap-enabled body.home {
        overscroll-behavior-y: contain;
    }
    body.home .fullpage-home {
        min-height: 100svh;
        overflow: visible;
        isolation: isolate;
    }
    body.home .fp-track {
        position: relative;
        z-index: 2;
    }
    body.home .fp-panel {
        height: 100svh !important;
        min-height: 100svh !important;
        max-height: 100svh;
        scroll-snap-align: start !important;
        scroll-snap-stop: always !important;
        padding: clamp(78px, 9.5vh, 104px) 0 clamp(28px, 5vh, 52px) !important;
        display: grid;
        align-items: center;
    }
    body.home.admin-bar .fp-panel {
        height: calc(100svh - 32px) !important;
        min-height: calc(100svh - 32px) !important;
    }
    body.home .site-footer {
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }
    body.home .fp-panel > .container {
        opacity: .38;
        transform: translate3d(0, 42px, 0) scale(.982);
        transition: opacity .72s cubic-bezier(.2,.85,.2,1), transform .72s cubic-bezier(.2,.85,.2,1), filter .72s ease;
        filter: blur(1px);
    }
    body.home .fp-panel.is-active-panel > .container {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0);
    }
    body.home .fp-panel:not(.is-active-panel) .liquid-card,
    body.home .fp-panel:not(.is-active-panel) .fp-menu-col,
    body.home .fp-panel:not(.is-active-panel) .fp-drink-card {
        transform: translate3d(0, 18px, 0) scale(.98);
    }
    body.home .fp-bg-media img.parallax-bg {
        height: 118%;
        transform-origin: center;
        will-change: transform;
    }
    body.home .fp-panel.is-active-panel .fp-bg-media img.parallax-bg {
        filter: saturate(.98) contrast(1.07) brightness(.70);
    }
    body.home .fp-panel-art,
    body.home .fp-heritage-lines,
    body.home .fp-animated-beans,
    body.home .fp-bg-sketch span {
        will-change: transform;
    }
    body.home .fp-dots {
        z-index: 999;
    }
    body.home .fp-dots a {
        background: rgba(255, 248, 238, .36);
        border: 1px solid rgba(122, 62, 30, .35);
    }
    body.home .fp-dots a.is-active {
        background: var(--caramel);
        box-shadow: 0 0 0 7px rgba(185,119,60,.16), 0 12px 28px rgba(58,33,20,.18);
    }

    /* Keep every full-screen panel tight, not lengthy */
    body.home .fp-head {
        margin-bottom: clamp(18px, 2.8vh, 28px);
    }
    body.home .fp-head h2,
    body.home .fp-copy h2 {
        font-size: clamp(38px, 5.4vw, 70px);
        line-height: .95;
    }
    body.home .hero-title {
        font-size: clamp(56px, 8vw, 116px);
        line-height: .88;
    }
    body.home .hero-lead,
    body.home .fp-copy p,
    body.home .fp-head p {
        font-size: clamp(15px, 1.25vw, 18px);
        line-height: 1.55;
    }
    body.home .fp-menu-board {
        gap: 14px;
    }
    body.home .fp-menu-col {
        padding: clamp(16px, 2vw, 22px);
        border-radius: 26px;
    }
    body.home .fp-menu-col h3 {
        font-size: clamp(20px, 2vw, 25px);
        margin-bottom: 10px;
    }
    body.home .fp-menu-item {
        padding: 8px 0;
    }
    body.home .fp-menu-item strong {
        font-size: 14px;
    }
    body.home .fp-menu-item span {
        font-size: 12px;
    }
    body.home .fp-drink-card {
        min-height: clamp(210px, 30vh, 270px);
        padding: clamp(18px, 2.4vw, 26px);
    }
    body.home .fp-drink-card h3 {
        font-size: clamp(22px, 2.6vw, 32px);
    }
    body.home .fp-visual {
        min-height: min(52vh, 520px);
    }
    body.home .fp-logo-card {
        min-height: min(48vh, 420px);
    }
    body.home .fp-cup-card {
        min-height: min(29vh, 255px);
    }
    body.home .fp-cta-card {
        min-height: clamp(245px, 38vh, 340px);
    }
    body.home .fp-gallery-strip div {
        height: clamp(190px, 30vh, 320px);
    }
    body.home .center-actions,
    body.home .hero-actions {
        margin-top: clamp(12px, 2vh, 22px);
    }
}

@media (max-width: 920px) {
    html.fp-snap-enabled {
        scroll-snap-type: none !important;
    }
    body.home .fp-panel > .container {
        opacity: 1;
        transform: none;
        filter: none;
    }
}


/* Complete site pack: forms, order page, and setup helpers */
.tyb-form select {
    width: 100%;
    border: 1px solid rgba(58,33,20,.14);
    border-radius: 16px;
    padding: 14px 15px;
    background: #fff;
    font: inherit;
    color: var(--text);
}
.tyb-form input[type="date"] { min-height: 52px; }
.tyb-hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; height: 0 !important; overflow: hidden !important; }
.form-intro { margin-top: -6px; margin-bottom: 18px; color: var(--muted); }
.lead-form-card { position: relative; overflow: hidden; }
.lead-form-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, var(--caramel), var(--gold), var(--red));
}
.order-hero .compact-hero-inner { max-width: 850px; text-align: center; }
.order-flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.order-flow-card { padding: 30px; background: rgba(255,255,255,.78); border: 1px solid rgba(58,33,20,.08); border-radius: 28px; box-shadow: var(--shadow); }
.order-flow-card span { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--brown); color: var(--gold); font-weight: 900; margin-bottom: 18px; }
.order-flow-card h3 { margin-bottom: 8px; }
.order-setup-card { align-self: start; }
.order-url-preview { padding: 14px; border-radius: 14px; background: rgba(58,33,20,.06); word-break: break-all; font-size: 14px; }
.admin-setup-note { border-left: 4px solid var(--gold); padding-left: 16px; }
@media (max-width: 900px) {
    .order-flow-grid { grid-template-columns: 1fr; }
}

/* Product-photo menu layout */
.photo-menu-hero h1 {
    max-width: 980px;
}
.photo-menu-showcase {
    background:
        radial-gradient(circle at 8% 12%, rgba(215,168,93,.24), transparent 28%),
        radial-gradient(circle at 92% 8%, rgba(185,119,60,.12), transparent 30%),
        var(--cream);
}
.photo-menu-block {
    scroll-margin-top: 110px;
    padding: 34px;
    border-radius: var(--radius-lg);
    background: rgba(255, 249, 240, .62);
    border: 1px solid rgba(58, 33, 20, .08);
    box-shadow: 0 28px 80px rgba(58, 33, 20, .08);
}
.photo-board-head {
    align-items: end;
    margin-bottom: 26px;
}
.photo-board-head p {
    max-width: 460px;
    text-align: right;
}
.photo-menu-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.photo-menu-card {
    display: grid;
    grid-template-rows: 260px 1fr;
    min-height: 100%;
    border-radius: 30px;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(58,33,20,.08);
    box-shadow: var(--shadow);
    overflow: hidden;
    transform-style: preserve-3d;
}
.photo-menu-card.is-featured-menu-item {
    border-color: rgba(215,168,93,.65);
    box-shadow: 0 28px 90px rgba(185,119,60,.18);
}
.photo-menu-image {
    display: block;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #3a2114, #b9773c);
}
.photo-menu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .65s ease;
}
.photo-menu-card:hover .photo-menu-image img {
    transform: scale(1.1);
    filter: saturate(1.08) contrast(1.05);
}
.photo-menu-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(58,33,20,.05), rgba(58,33,20,.48));
    opacity: .75;
    transition: opacity .35s ease;
}
.photo-menu-card:hover .photo-menu-overlay {
    opacity: .55;
}
.photo-menu-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(255,255,255,.88);
    color: var(--brown);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
}
.menu-photo-placeholder {
    height: 100%;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 28% 24%, rgba(255,255,255,.24), transparent 20%),
        radial-gradient(circle at 72% 78%, rgba(215,168,93,.45), transparent 28%),
        linear-gradient(135deg, #32180d, #7b4329);
}
.menu-photo-placeholder::before {
    content: '';
    position: absolute;
    inset: 22px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 24px;
}
.menu-photo-placeholder em {
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.13);
    color: var(--gold);
    font-style: normal;
    font-size: 38px;
    font-weight: 950;
    border: 1px solid rgba(255,255,255,.2);
}
.photo-menu-content {
    padding: 24px;
    display: grid;
    gap: 16px;
}
.photo-menu-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
}
.photo-menu-title-row h3 {
    margin: 0;
    font-size: 24px;
}
.photo-menu-title-row strong {
    color: var(--caramel);
    font-size: 20px;
    white-space: nowrap;
}
.photo-menu-content p {
    margin: 0;
    color: var(--muted);
}
.photo-menu-meta-row {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.photo-menu-meta-row small {
    color: var(--brown-2);
    font-weight: 850;
}
.mini-order-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    padding: 9px 14px;
    border-radius: 999px;
    background: var(--brown);
    color: #fff;
    font-weight: 900;
    font-size: 13px;
    box-shadow: 0 12px 25px rgba(58,33,20,.16);
    transition: .25s ease;
}
.mini-order-btn:hover {
    background: var(--caramel);
    transform: translateY(-2px);
}
.photo-menu-admin-guide {
    background: var(--cream-2);
    padding-top: 70px;
}
.photo-guide-card {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 34px;
    align-items: center;
    border-radius: var(--radius-lg);
    padding: 44px;
    background:
        radial-gradient(circle at 12% 15%, rgba(215,168,93,.2), transparent 24%),
        #fff;
    border: 1px solid rgba(58,33,20,.08);
    box-shadow: var(--shadow);
}
.photo-guide-card h2 {
    font-size: clamp(30px, 4vw, 48px);
}
.guide-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.guide-steps span {
    min-height: 78px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 16px;
    border-radius: 22px;
    background: rgba(185,119,60,.1);
    border: 1px solid rgba(185,119,60,.14);
    color: var(--brown);
    font-weight: 950;
}
@media (max-width: 1080px) {
    .photo-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .photo-board-head p {
        text-align: left;
    }
}
@media (max-width: 760px) {
    .photo-menu-block {
        padding: 22px;
    }
    .photo-menu-grid,
    .photo-guide-card,
    .guide-steps {
        grid-template-columns: 1fr;
    }
    .photo-menu-card {
        grid-template-rows: 230px 1fr;
    }
    .photo-menu-title-row,
    .photo-menu-meta-row {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* --- Premium hero + product-photo ordering update --- */
.premium-product-home { overflow: hidden; background: var(--cream-2); }
.tyb-wow-hero {
    position: relative;
    min-height: calc(100vh - 86px);
    display: grid;
    align-items: center;
    overflow: hidden;
    color: #fff;
    isolation: isolate;
    padding: clamp(70px, 8vw, 120px) 0;
}
.tyb-hero-bg,
.tyb-hero-bg img,
.tyb-hero-overlay,
.tyb-hero-grain { position: absolute; inset: 0; }
.tyb-hero-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); animation: tybHeroBreath 13s ease-in-out infinite alternate; }
.tyb-hero-overlay { z-index: -1; background: radial-gradient(circle at 73% 42%, rgba(185,119,60,.22), transparent 26%), linear-gradient(92deg, rgba(24,10,5,.94) 0%, rgba(44,19,12,.76) 48%, rgba(80,16,16,.55) 100%); }
.tyb-hero-bg { z-index: -3; }
.tyb-hero-grain { z-index: -1; opacity: .24; mix-blend-mode: screen; background-image: radial-gradient(rgba(255,255,255,.18) 1px, transparent 1px); background-size: 4px 4px; }
.tyb-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(36px, 6vw, 90px); align-items: center; }
.tyb-hero-copy { max-width: 720px; }
.tyb-hero-copy h1 { font-size: clamp(54px, 7.7vw, 116px); line-height: .88; margin: 0 0 26px; color: #fff7ea; letter-spacing: -0.07em; text-shadow: 0 20px 55px rgba(0,0,0,.35); }
.tyb-hero-copy p { color: rgba(255,247,234,.84); font-size: clamp(17px, 1.35vw, 22px); max-width: 640px; }
.tyb-hero-metrics { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.tyb-hero-metrics span { display: inline-flex; gap: 8px; align-items: center; padding: 11px 14px; border-radius: 999px; color: #fff; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(14px); }
.tyb-hero-metrics strong { color: var(--gold); }
.tyb-hero-showcase { min-height: 610px; position: relative; display: grid; place-items: center; perspective: 900px; }
.tyb-orbit-ring { position: absolute; width: min(48vw, 560px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: inset 0 0 80px rgba(215,168,93,.14), 0 0 110px rgba(185,119,60,.18); animation: tybOrbitSpin 30s linear infinite; }
.tyb-main-product-card { width: min(420px, 88vw); padding: 18px; border-radius: 38px; background: rgba(255,249,240,.14); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 42px 120px rgba(0,0,0,.45); backdrop-filter: blur(22px); color: #fff; transform: rotate(-1deg); }
.tyb-main-product-card img { width: 100%; height: 390px; object-fit: cover; border-radius: 28px; display: block; box-shadow: 0 24px 70px rgba(0,0,0,.35); }
.tyb-main-product-card div { padding: 18px 6px 4px; }
.tyb-main-product-card small { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: rgba(215,168,93,.18); color: var(--gold); text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.tyb-main-product-card h3 { color: #fff7ea; font-size: 30px; margin: 12px 0 8px; }
.tyb-main-product-card p { color: rgba(255,255,255,.78); margin-bottom: 14px; }
.tyb-floating-product { position: absolute; z-index: 2; width: 166px; border-radius: 28px; overflow: hidden; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 22px 70px rgba(0,0,0,.35); backdrop-filter: blur(18px); animation: tybFloaty 5.5s ease-in-out infinite; }
.tyb-floating-product a, .tyb-floating-product-inner { display: block; color: #fff; text-decoration: none; }
.tyb-floating-product img { width: 100%; height: 142px; object-fit: cover; display: block; }
.tyb-floating-product span { display: block; padding: 10px 12px; font-size: 12px; font-weight: 900; color: #fff7ea; }
.tyb-float-1 { left: 0; top: 42px; transform: rotate(-8deg); }
.tyb-float-2 { right: 0; top: 84px; transform: rotate(7deg); animation-delay: -1.8s; }
.tyb-float-3 { right: 16%; bottom: 0; transform: rotate(-4deg); animation-delay: -3s; }
.tyb-hero-beans span { position: absolute; width: 64px; height: 38px; border-radius: 50%; border: 2px solid rgba(215,168,93,.32); z-index: -1; transform: rotate(28deg); animation: tybBeanDrift 14s ease-in-out infinite; }
.tyb-hero-beans span::after { content: ''; position: absolute; left: 50%; top: 8px; width: 1px; height: 22px; background: rgba(215,168,93,.25); transform: translateX(-50%) rotate(12deg); }
.tyb-hero-beans span:nth-child(1) { left: 6%; top: 20%; }
.tyb-hero-beans span:nth-child(2) { right: 8%; top: 22%; animation-delay: -3s; }
.tyb-hero-beans span:nth-child(3) { left: 42%; bottom: 12%; animation-delay: -6s; }
.tyb-hero-beans span:nth-child(4) { right: 35%; top: 8%; animation-delay: -9s; }
.tyb-hero-steam { position: absolute; right: 14%; bottom: 9%; width: 250px; height: 250px; opacity: .24; z-index: -1; background: url('../images/steam-line-art.svg') center/contain no-repeat; animation: tybSteamMove 6s ease-in-out infinite alternate; }
.tyb-about-strip { padding: clamp(70px, 8vw, 120px) 0; }
.tyb-about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 6vw, 90px); align-items: center; }
.tyb-about-grid h2 { margin-bottom: 0; }
.tyb-about-grid p { font-size: 18px; line-height: 1.75; }
.tyb-home-products { position: relative; padding: clamp(76px, 9vw, 140px) 0; background: linear-gradient(180deg, #fff9f0 0%, #f8efe2 100%); }
.tyb-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; margin-top: 42px; }
.tyb-product-card { background: rgba(255,255,255,.78); border: 1px solid rgba(58,33,20,.08); box-shadow: 0 28px 80px rgba(58,33,20,.12); border-radius: 34px; overflow: hidden; transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.tyb-product-card:hover { transform: translateY(-10px); box-shadow: 0 36px 100px rgba(58,33,20,.18); border-color: rgba(185,119,60,.22); }
.tyb-product-image { position: relative; display: block; min-height: 250px; overflow: hidden; background: #eee1d0; }
.tyb-product-image img { width: 100%; height: 275px; object-fit: cover; display: block; transition: transform .65s cubic-bezier(.2,.65,.2,1), filter .65s ease; }
.tyb-product-card:hover .tyb-product-image img { transform: scale(1.08); filter: saturate(1.08) contrast(1.05); }
.tyb-product-badge { position: absolute; left: 16px; top: 16px; z-index: 2; padding: 8px 11px; border-radius: 999px; background: rgba(58,33,20,.85); color: var(--gold); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.tyb-product-body { padding: 22px; }
.tyb-product-title-row { display: flex; gap: 16px; align-items: flex-start; justify-content: space-between; }
.tyb-product-title-row h3 { font-size: 22px; margin: 0 0 10px; }
.tyb-product-title-row strong { color: var(--caramel); white-space: nowrap; font-size: 20px; }
.tyb-product-body p { min-height: 55px; margin-bottom: 14px; font-size: 14px; line-height: 1.58; }
.tyb-product-meta small { display: inline-flex; color: var(--muted); font-weight: 850; margin-bottom: 14px; }
.tyb-product-actions,
.photo-menu-action-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mini-cart-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 12px; border-radius: 999px; border: 1px solid rgba(58,33,20,.14); background: rgba(58,33,20,.06); color: var(--brown); font-size: 12px; font-weight: 900; text-decoration: none; transition: .25s ease; }
.mini-cart-btn:hover { background: var(--brown); color: #fff; transform: translateY(-2px); }
.tyb-signature-stage { position: relative; padding: clamp(76px, 9vw, 140px) 0; overflow: hidden; }
.tyb-top-drink-row { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; position: relative; z-index: 2; }
.tyb-glass-drink-card { padding: 16px; border-radius: 34px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.17); box-shadow: 0 28px 90px rgba(0,0,0,.22); backdrop-filter: blur(16px); color: #fff; transition: .35s ease; }
.tyb-glass-drink-card:hover { transform: translateY(-10px); background: rgba(255,255,255,.16); }
.tyb-glass-drink-card img { width: 100%; height: 245px; object-fit: cover; border-radius: 24px; margin-bottom: 16px; }
.tyb-glass-drink-card span { color: var(--gold); font-weight: 900; text-transform: uppercase; font-size: 12px; letter-spacing: .1em; }
.tyb-glass-drink-card h3 { color: #fff7ea; font-size: 24px; margin: 10px 0; }
.tyb-glass-drink-card p { color: rgba(255,255,255,.75); font-size: 14px; min-height: 68px; }
.tyb-bakes-short { padding: clamp(76px, 9vw, 130px) 0; }
.tyb-bake-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.tyb-bake-cards { display: grid; gap: 16px; }
.tyb-bake-cards article { display: grid; grid-template-columns: 120px 1fr; gap: 18px; align-items: center; padding: 14px; background: rgba(255,255,255,.72); border: 1px solid rgba(58,33,20,.08); border-radius: 28px; box-shadow: var(--shadow); }
.tyb-bake-cards img { width: 120px; height: 110px; object-fit: cover; border-radius: 22px; background: #f4e6d1; }
.tyb-bake-cards h3 { font-size: 22px; margin-bottom: 6px; }
.tyb-bake-cards p { margin-bottom: 4px; }
.tyb-bake-cards strong { color: var(--caramel); }
.tyb-heritage-compact { padding: clamp(76px, 9vw, 130px) 0; position: relative; background: #fff9f0; overflow: hidden; }
.tyb-heritage-compact::before { content: ''; position: absolute; right: -90px; top: 10%; width: 420px; height: 420px; border-radius: 50%; border: 1px solid rgba(185,119,60,.13); box-shadow: inset 0 0 90px rgba(185,119,60,.08); }
.tyb-heritage-grid { display: grid; grid-template-columns: 1fr .95fr; gap: clamp(32px, 6vw, 90px); align-items: center; }
.tyb-heritage-art { min-height: 360px; border-radius: 40px; position: relative; overflow: hidden; background: linear-gradient(145deg, rgba(248,239,226,.8), rgba(255,255,255,.88)); border: 1px solid rgba(58,33,20,.08); box-shadow: var(--shadow); }
.tyb-heritage-art img:first-child { position: absolute; width: 72%; right: -8%; bottom: -2%; opacity: .42; filter: grayscale(1); }
.tyb-heritage-art img:last-child { position: absolute; width: 38%; left: 10%; top: 12%; opacity: .55; }
.tyb-dual-cta { padding: clamp(70px, 8vw, 120px) 0; }
.tyb-dual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.tyb-dual-grid article { padding: clamp(30px, 4vw, 56px); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: 36px; }
.tyb-dual-grid h2 { color: #fff7ea; }
.tyb-dual-grid p { color: rgba(255,255,255,.74); }
.tyb-gallery-strip { padding: clamp(70px, 8vw, 120px) 0; }
.tyb-strip-gallery { display: grid; grid-template-columns: 1.2fr .8fr .9fr .8fr 1.2fr; gap: 14px; align-items: stretch; }
.tyb-strip-gallery img { width: 100%; height: 320px; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); transition: transform .35s ease; }
.tyb-strip-gallery img:nth-child(even) { margin-top: 38px; }
.tyb-strip-gallery img:hover { transform: translateY(-8px) scale(1.02); }
.photo-menu-action-row { margin-top: 14px; }
.photo-menu-meta-row { margin-bottom: 0; }
@keyframes tybHeroBreath { from { transform: scale(1.06) translate3d(0,0,0); } to { transform: scale(1.13) translate3d(-1.5%, -1%, 0); } }
@keyframes tybOrbitSpin { to { transform: rotate(360deg); } }
@keyframes tybFloaty { 0%,100% { translate: 0 0; } 50% { translate: 0 -16px; } }
@keyframes tybBeanDrift { 0%,100% { translate: 0 0; rotate: 0deg; opacity: .6; } 50% { translate: 12px -26px; rotate: 18deg; opacity: .32; } }
@keyframes tybSteamMove { from { transform: translateY(10px) scale(.96); opacity: .16; } to { transform: translateY(-18px) scale(1.06); opacity: .28; } }
@media (max-width: 1180px) {
    .tyb-hero-grid,
    .tyb-about-grid,
    .tyb-bake-grid,
    .tyb-heritage-grid { grid-template-columns: 1fr; }
    .tyb-hero-showcase { min-height: 560px; }
    .tyb-product-grid,
    .tyb-top-drink-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .tyb-dual-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
    .tyb-wow-hero { min-height: auto; padding: 86px 0 60px; }
    .tyb-hero-copy h1 { font-size: clamp(46px, 15vw, 70px); }
    .tyb-hero-grid { gap: 34px; }
    .tyb-hero-showcase { min-height: auto; display: block; }
    .tyb-orbit-ring,
    .tyb-floating-product { display: none; }
    .tyb-main-product-card { width: 100%; }
    .tyb-main-product-card img { height: 310px; }
    .tyb-product-grid,
    .tyb-top-drink-row,
    .tyb-dual-grid,
    .tyb-strip-gallery { grid-template-columns: 1fr; }
    .tyb-product-image img,
    .tyb-glass-drink-card img { height: 245px; }
    .tyb-product-actions,
    .photo-menu-action-row { grid-template-columns: 1fr; }
    .tyb-bake-cards article { grid-template-columns: 92px 1fr; }
    .tyb-bake-cards img { width: 92px; height: 92px; }
    .tyb-strip-gallery img,
    .tyb-strip-gallery img:nth-child(even) { height: 260px; margin-top: 0; }
}


/* --- Compact hero + private ordering + mini cart update v2.2 --- */
.tyb-wow-hero {
    min-height: min(760px, calc(100vh - 74px)) !important;
    padding: clamp(46px, 5.8vw, 78px) 0 clamp(36px, 4vw, 58px) !important;
}
.tyb-hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr) !important;
    gap: clamp(28px, 4vw, 54px) !important;
}
.tyb-hero-copy h1 {
    font-size: clamp(42px, 6.1vw, 86px) !important;
    line-height: .94 !important;
    margin-bottom: 18px !important;
    letter-spacing: -0.055em !important;
}
.tyb-hero-copy p {
    font-size: clamp(15px, 1.1vw, 18px) !important;
    max-width: 560px !important;
}
.tyb-hero-showcase { min-height: 440px !important; }
.tyb-orbit-ring { width: min(34vw, 390px) !important; }
.tyb-main-product-card {
    width: min(330px, 84vw) !important;
    border-radius: 30px !important;
    padding: 14px !important;
}
.tyb-main-product-card img {
    height: 245px !important;
    border-radius: 22px !important;
}
.tyb-main-product-card h3 { font-size: 24px !important; }
.tyb-main-product-card p { font-size: 14px !important; }
.tyb-floating-product {
    width: 128px !important;
    border-radius: 22px !important;
}
.tyb-floating-product img { height: 104px !important; }
.tyb-floating-product span { font-size: 11px !important; padding: 8px 10px !important; }
.tyb-float-1 { left: 2% !important; top: 24px !important; }
.tyb-float-2 { right: 2% !important; top: 54px !important; }
.tyb-float-3 { right: 8% !important; bottom: 4px !important; }
.tyb-hero-metrics { margin-top: 20px !important; }
.tyb-hero-metrics span { padding: 9px 12px !important; font-size: 13px !important; }
.photo-menu-image { cursor: default; }
button.mini-order-btn,
button.mini-cart-btn,
button.text-arrow-link {
    cursor: pointer;
    font-family: inherit;
}
button.text-arrow-link {
    background: transparent;
    border: 0;
    padding: 0;
}
.tyb-product-actions,
.photo-menu-action-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.tyb-header-cart-btn {
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.tyb-header-cart-btn .tyb-cart-count {
    min-width: 22px;
    height: 22px;
    font-size: 11px;
    background: #fff7e8;
    color: var(--brown);
}
.tyb-mini-cart { position: relative; z-index: 9999; }
.tyb-cart-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 10001;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 52px;
    padding: 12px 16px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--brown), #6b281f);
    color: #fff7ea;
    box-shadow: 0 18px 54px rgba(58,33,20,.34);
    cursor: pointer;
    font-weight: 900;
}
.tyb-cart-count {
    display: inline-grid;
    place-items: center;
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    background: var(--gold);
    color: var(--brown);
    font-size: 12px;
}
.tyb-cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10003;
    width: min(420px, 92vw);
    height: 100vh;
    padding: 24px;
    background: #fff9f0;
    box-shadow: -30px 0 90px rgba(0,0,0,.22);
    transform: translateX(105%);
    transition: transform .35s cubic-bezier(.2,.75,.2,1);
    display: flex;
    flex-direction: column;
    overflow: auto;
}
.tyb-cart-open .tyb-cart-drawer { transform: translateX(0); }
.tyb-cart-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10002;
    background: rgba(24,10,5,.48);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}
.tyb-cart-open .tyb-cart-backdrop { opacity: 1; pointer-events: auto; }
.tyb-cart-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(58,33,20,.1);
}
.tyb-cart-head small { text-transform: uppercase; letter-spacing: .12em; color: var(--caramel); font-weight: 900; }
.tyb-cart-head h3 { margin: 4px 0 0; }
.tyb-cart-close {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(58,33,20,.12);
    background: #fff;
    color: var(--brown);
    font-size: 26px;
    cursor: pointer;
}
.tyb-cart-items { display: grid; gap: 12px; margin: 18px 0; }
.tyb-cart-item {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid rgba(58,33,20,.08);
    border-radius: 18px;
    background: rgba(255,255,255,.7);
}
.tyb-cart-item img { width: 64px; height: 64px; border-radius: 14px; object-fit: cover; background: #f0ddc7; }
.tyb-cart-item h4 { margin: 0 0 4px; font-size: 15px; }
.tyb-cart-item p { margin: 0; color: var(--muted); font-size: 12px; }
.tyb-cart-qty { display: inline-flex; align-items: center; gap: 7px; margin-top: 8px; }
.tyb-cart-qty button,
.tyb-cart-remove {
    border: 1px solid rgba(58,33,20,.14);
    background: #fff;
    color: var(--brown);
    border-radius: 999px;
    cursor: pointer;
    font-weight: 900;
}
.tyb-cart-qty button { width: 26px; height: 26px; }
.tyb-cart-remove { width: 28px; height: 28px; }
.tyb-cart-empty { display: none; padding: 20px; border-radius: 18px; background: rgba(58,33,20,.05); color: var(--muted); text-align: center; }
.tyb-cart-is-empty .tyb-cart-empty { display: block; }
.tyb-cart-total-row {
    margin-top: auto;
    padding: 18px 0;
    border-top: 1px solid rgba(58,33,20,.12);
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
.tyb-place-order { width: 100%; justify-content: center; border: 0; cursor: pointer; }
.tyb-cart-note { font-size: 12px; color: var(--muted); text-align: center; margin: 12px 0 0; }
.tyb-cart-toast {
    position: fixed;
    left: 50%;
    bottom: 86px;
    z-index: 10005;
    transform: translate(-50%, 12px);
    opacity: 0;
    padding: 12px 16px;
    border-radius: 999px;
    background: var(--brown);
    color: #fff7ea;
    box-shadow: 0 14px 42px rgba(0,0,0,.22);
    transition: .25s ease;
    pointer-events: none;
    font-weight: 800;
}
.tyb-cart-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
@media (max-width: 1020px) {
    .tyb-wow-hero { min-height: auto !important; }
    .tyb-hero-grid { grid-template-columns: 1fr !important; }
    .tyb-hero-showcase { display: none !important; }
    .tyb-hero-copy { max-width: 680px; }
}
@media (max-width: 760px) {
    .tyb-wow-hero {
        padding: 72px 0 42px !important;
        min-height: 560px !important;
    }
    .tyb-hero-copy h1 {
        font-size: clamp(38px, 12vw, 54px) !important;
        line-height: .98 !important;
        margin-bottom: 14px !important;
    }
    .tyb-hero-copy p { font-size: 15px !important; }
    .hero-actions { gap: 10px !important; }
    .hero-actions .btn { width: auto; min-height: 46px; padding: 12px 16px; }
    .tyb-hero-metrics { display: none !important; }
    .tyb-product-actions,
    .photo-menu-action-row { grid-template-columns: 1fr; }
    .tyb-cart-float { right: 14px; bottom: 14px; min-height: 48px; padding: 10px 14px; }
    .tyb-cart-drawer { padding: 20px; }
}

/* Cart header button and one-action product layout refinements */
.tyb-product-actions .mini-cart-btn,
.photo-menu-action-row .mini-cart-btn {
    width: 100%;
    justify-content: center;
}
.tyb-cart-open .tyb-cart-drawer {
    visibility: visible;
}
.tyb-cart-drawer {
    visibility: hidden;
}
.tyb-cart-open .tyb-cart-drawer {
    visibility: visible;
}
@media (max-width: 760px) {
    .tyb-header-cart-label { display: inline; }
    .tyb-header-cart-btn { padding: 10px 13px; }
}

.tyb-product-image { cursor: default; }
.tyb-floating-product-inner { text-decoration: none; color: inherit; }

/* Cart product size/serving options */
.tyb-cart-controls {
    display: flex;
    flex-direction: column;
    gap: 9px;
    width: 100%;
}
.tyb-product-option-label {
    display: block;
    font-size: 10px;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 900;
    color: rgba(61, 35, 22, .68);
    margin-top: 2px;
}
.tyb-product-option {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid rgba(86, 52, 35, .18);
    border-radius: 999px;
    background: rgba(255, 250, 240, .95) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23583a2a' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center;
    color: var(--brown);
    font-size: 13px;
    font-weight: 800;
    padding: 11px 42px 11px 14px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.tyb-product-option:focus {
    border-color: rgba(122, 26, 33, .45);
    box-shadow: 0 0 0 4px rgba(122, 26, 33, .1);
    background-color: #fffaf0;
}
.tyb-cart-controls .mini-cart-btn,
.tyb-cart-controls .mini-order-btn,
.tyb-cart-controls .text-arrow-link {
    width: 100%;
}
.tyb-cart-variant {
    display: inline-block;
    font-weight: 900;
    color: var(--maroon);
    margin-right: 4px;
}
.tyb-card-price {
    transition: transform .2s ease, color .2s ease;
}
.tyb-product-option:focus + .tyb-add-to-cart,
.tyb-product-option:hover + .tyb-add-to-cart {
    transform: translateY(-1px);
}

@media (max-width: 640px) {
    .tyb-product-option { font-size: 12px; padding-top: 10px; padding-bottom: 10px; }
    .tyb-product-option-label { font-size: 9px; }
}

/* --- Refinements: softer hero, experience section, footer fix, bean rain --- */
.tyb-wow-hero {
    min-height: min(700px, calc(100vh - 74px)) !important;
    padding: clamp(42px, 5.2vw, 70px) 0 clamp(34px, 4vw, 52px) !important;
}
.tyb-hero-grid {
    grid-template-columns: minmax(0, 1.03fr) minmax(300px, .82fr) !important;
    align-items: center;
}
.tyb-hero-copy { position: relative; z-index: 2; }
.tyb-hero-copy h1 { font-size: clamp(40px, 5.6vw, 78px) !important; max-width: 10ch; }
.tyb-hero-copy p { max-width: 540px !important; }
.tyb-hero-showcase {
    min-height: 420px !important;
    display: grid;
    place-items: center;
}
.tyb-orbit-ring { width: min(36vw, 390px) !important; animation: tybSoftSpin 34s linear infinite; }
.tyb-hero-brand-plate {
    width: min(300px, 70vw);
    min-height: 300px;
    display: grid;
    place-items: center;
    gap: 10px;
    padding: 18px;
    text-align: center;
    border-radius: 36px;
    background: rgba(255,249,240,.12);
    border: 1px solid rgba(255,255,255,.15);
    box-shadow: 0 36px 100px rgba(0,0,0,.34);
    backdrop-filter: blur(18px);
}
.tyb-hero-brand-plate img {
    width: 86%;
    max-width: 210px;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(0,0,0,.22);
}
.tyb-hero-brand-plate small {
    display: inline-flex;
    padding: 7px 12px;
    background: rgba(215,168,93,.18);
    color: var(--gold);
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 11px;
    font-weight: 900;
}
.tyb-hero-brand-plate h3 {
    color: #fff7ea;
    font-size: 22px;
    line-height: 1.2;
    margin: 0;
}
.tyb-floating-product { width: 132px !important; }
.tyb-floating-product img { height: 108px !important; }
.tyb-float-1 { left: 1%; top: 12px !important; }
.tyb-float-2 { right: 2%; top: 34px !important; }
.tyb-float-3 { right: 8%; bottom: -2px !important; }
.tyb-float-4 { left: 14%; bottom: 12px; animation-delay: -2.4s; transform: rotate(6deg); }
.tyb-float-5 { left: 40%; top: -8px; animation-delay: -4.4s; transform: rotate(-5deg); }
.tyb-hero-beans span:nth-child(5) { left: 17%; top: 8%; animation-delay: -2s; }
.tyb-hero-beans span:nth-child(6) { right: 12%; bottom: 16%; animation-delay: -7s; }
.body-home .hero-actions .btn,
.tyb-wow-hero .hero-actions .btn,
.tyb-wow-hero .hero-actions a { min-width: 170px; }

.fp-bean-trail {
    width: 180px;
    height: 140px;
    top: 24px;
    right: 4%;
    left: auto;
    opacity: .08;
    animation: tybBeanFloatOnly 9s ease-in-out infinite;
    transform: none !important;
}
.tyb-home-products .section-heading,
.tyb-home-products .container { position: relative; z-index: 2; }

.tyb-experience-break {
    position: relative;
    padding: clamp(70px, 8vw, 115px) 0;
    background:
      linear-gradient(180deg, rgba(255,250,244,0.98) 0%, rgba(247,238,225,0.96) 100%),
      url('../images/steam-line-art.svg') right 5% center/220px auto no-repeat;
}
.tyb-experience-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 22px;
    margin-top: 34px;
}
.tyb-experience-card {
    padding: 28px;
    border-radius: 32px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(58,33,20,.08);
    box-shadow: 0 24px 70px rgba(58,33,20,.11);
}
.tyb-experience-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(122,26,33,.08);
    color: var(--maroon);
    font-size: 22px;
    margin-bottom: 16px;
}
.tyb-experience-card h3 { margin-bottom: 10px; }
.tyb-experience-card p { margin: 0; font-size: 15px; line-height: 1.7; }

.photo-menu-hero .hero-bean-orbit {
    left: auto;
    right: 2%;
    bottom: 18px;
    top: auto;
    opacity: .08;
    animation: tybBeanFloatOnly 10s ease-in-out infinite !important;
}
.photo-menu-hero .hero-actions a:last-child { display: none; }
.photo-menu-hero .hero-actions { justify-content: center; }

.site-footer {
    position: relative;
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(36,17,7,.97) 0%, rgba(27,12,5,.99) 100%),
      radial-gradient(circle at top, rgba(215,168,93,.14), transparent 42%);
}
.footer-bean-rain {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    opacity: .22;
}
.footer-bean-rain .bean-drop {
    position: absolute;
    top: -90px;
    width: 44px;
    height: 30px;
    background: url('../images/coffee-bean-sketch.svg') center/contain no-repeat;
    filter: brightness(1.4) sepia(1) saturate(0.7);
    animation: beanRain 16s linear infinite;
}
.footer-bean-rain .b1 { left: 4%; animation-delay: -2s; }
.footer-bean-rain .b2 { left: 14%; animation-delay: -8s; }
.footer-bean-rain .b3 { left: 26%; animation-delay: -4s; }
.footer-bean-rain .b4 { left: 38%; animation-delay: -11s; }
.footer-bean-rain .b5 { left: 48%; animation-delay: -5s; }
.footer-bean-rain .b6 { left: 59%; animation-delay: -10s; }
.footer-bean-rain .b7 { left: 70%; animation-delay: -1s; }
.footer-bean-rain .b8 { left: 79%; animation-delay: -13s; }
.footer-bean-rain .b9 { left: 88%; animation-delay: -7s; }
.footer-bean-rain .b10 { left: 95%; animation-delay: -15s; }
.footer-grid,
.footer-bottom { position: relative; z-index: 2; }
.site-footer a.btn { display: inline-flex; width: fit-content; }

@keyframes beanRain {
    0% { transform: translate3d(0,-80px,0) rotate(-8deg); opacity: 0; }
    10% { opacity: .9; }
    100% { transform: translate3d(18px,620px,0) rotate(22deg); opacity: 0; }
}
@keyframes tybBeanFloatOnly {
    0%,100% { transform: translate3d(0,0,0); }
    50% { transform: translate3d(0,-14px,0); }
}
@keyframes tybSoftSpin {
    to { transform: rotate(360deg); }
}

@media (max-width: 1020px) {
    .tyb-experience-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
    .tyb-wow-hero {
        min-height: auto !important;
        padding: 72px 0 34px !important;
    }
    .tyb-hero-copy h1 { max-width: 11ch; }
    .tyb-hero-showcase { display: none !important; }
    .tyb-home-products .center-actions a:last-child { display: none; }
    .site-footer { padding-top: 64px; }
    .footer-grid { grid-template-columns: 1fr !important; gap: 22px; text-align: center; }
    .footer-brand, .social-links { justify-content: center; }
    .site-footer a.btn { width: 100%; justify-content: center; }
    .footer-bottom-inner { align-items: center; text-align: center; }
    .footer-bean-rain .bean-drop { width: 32px; height: 22px; }
}

/* --- Mobile hero premium compact fix v2.6 --- */
@media (max-width: 760px) {
  .tyb-wow-hero {
    min-height: auto !important;
    padding: 78px 0 38px !important;
    text-align: center !important;
  }

  .tyb-hero-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .tyb-hero-copy {
    max-width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 3 !important;
  }

  .tyb-hero-copy h1 {
    max-width: 100% !important;
    font-size: clamp(38px, 12vw, 54px) !important;
    line-height: 0.98 !important;
    margin-bottom: 14px !important;
  }

  .tyb-hero-copy p {
    max-width: 92% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 15px !important;
  }

  .tyb-wow-hero .hero-actions {
    justify-content: center !important;
    margin-top: 20px !important;
  }

  .tyb-wow-hero .hero-actions .btn {
    width: auto !important;
    min-width: 165px !important;
    justify-content: center !important;
  }

  .tyb-hero-metrics {
    display: none !important;
  }

  .tyb-hero-showcase {
    display: block !important;
    position: relative !important;
    min-height: 118px !important;
    margin-top: 16px !important;
    perspective: none !important;
  }

  .tyb-orbit-ring,
  .tyb-hero-brand-plate,
  .tyb-main-product-card {
    display: none !important;
  }

  .tyb-floating-product {
    display: block !important;
    position: absolute !important;
    width: 104px !important;
    border-radius: 18px !important;
    animation: tybMobileHeroFloat 4.8s ease-in-out infinite !important;
    z-index: 2 !important;
    background: rgba(255,255,255,.18) !important;
    border: 1px solid rgba(255,255,255,.2) !important;
    box-shadow: 0 12px 34px rgba(0,0,0,.25) !important;
    backdrop-filter: blur(14px) !important;
  }

  .tyb-floating-product img {
    height: 76px !important;
    object-fit: cover !important;
  }

  .tyb-floating-product span {
    font-size: 9px !important;
    padding: 7px 8px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .tyb-float-1 {
    left: 2% !important;
    top: 6px !important;
    transform: rotate(-7deg) !important;
  }

  .tyb-float-2 {
    left: 50% !important;
    top: 0 !important;
    transform: translateX(-50%) rotate(3deg) !important;
    animation-delay: -1.5s !important;
  }

  .tyb-float-3 {
    right: 2% !important;
    top: 10px !important;
    transform: rotate(7deg) !important;
    animation-delay: -2.8s !important;
  }

  .tyb-float-4,
  .tyb-float-5 {
    display: none !important;
  }

  .tyb-hero-overlay {
    background: linear-gradient(180deg, rgba(24,10,5,.88) 0%, rgba(45,18,10,.78) 55%, rgba(90,30,20,.66) 100%) !important;
  }

  .tyb-hero-bg img {
    transform: scale(1.05) !important;
    animation: none !important;
  }
}

@keyframes tybMobileHeroFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -9px; }
}
