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