:root {
    --espresso: #2a1c12;
    --espresso-deep: #1c120b;
    --bean: #4a3322;
    --caramel: #b5793f;
    --crema: #c0823f;
    --crema-2: #a86d31;
    --cream: #f7f0e6;
    --cream-2: #efe5d6;
    --paper: #fffdf9;
    --ink: #2b211a;
    --muted: #7a6c5d;
    --line: #e7dcc9;
    --line-dark: rgba(247,240,230,.16);
    --shell: 1140px;
    --r: 14px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "Karla", system-ui, sans-serif;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.62;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: "Fraunces", Georgia, serif; margin: 0; line-height: 1.1; font-weight: 600; }

.cf-shell { width: 100%; max-width: var(--shell); margin: 0 auto; padding: 0 22px; }

/* Demo bar */
.cf-demobar {
    background: var(--espresso);
    color: #e8dccb;
    font-size: 11px;
    letter-spacing: 0.04em;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 16px;
    align-items: center;
    justify-content: space-between;
    padding: 9px 22px;
}
.cf-demobar a { color: var(--crema); text-decoration: none; }
.cf-demobar a:hover { text-decoration: underline; }
.cf-demobar span { color: #a8927c; }

/* Eyebrow */
.cf-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--caramel);
    margin: 0 0 14px;
}
.cf-eyebrow-light { color: #e3b483; }

/* Buttons */
.cf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Karla", sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.01em;
    padding: 13px 26px;
    border-radius: 999px;
    text-decoration: none;
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: transform .16s ease, background .16s ease, color .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.cf-btn-crema { background: var(--crema); color: #fff; }
.cf-btn-crema:hover { background: var(--crema-2); transform: translateY(-2px); box-shadow: 0 10px 22px rgba(168,109,49,.32); }
.cf-btn-cream { background: var(--cream); color: var(--espresso); }
.cf-btn-cream:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0,0,0,.16); }
.cf-btn-ghost { background: transparent; color: #fff; border-color: rgba(247,240,230,.5); }
.cf-btn-ghost:hover { background: rgba(247,240,230,.12); border-color: var(--cream); }

/* Header */
.cf-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(42,28,18,.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line-dark);
}
.cf-header-inner { display: flex; align-items: center; gap: 16px; min-height: 66px; }
.cf-brand {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-right: auto;
    text-decoration: none;
    color: var(--cream);
    font-family: "Fraunces", serif;
    font-weight: 600;
    font-size: 27px;
    letter-spacing: 0.01em;
}
.cf-brand-mark { width: 22px; height: 22px; color: var(--crema); flex: 0 0 auto; }
.cf-nav { display: none; gap: 30px; }
.cf-nav a { color: #ecdfce; text-decoration: none; font-size: 14.5px; font-weight: 600; transition: color .15s ease; }
.cf-nav a:hover { color: #fff; }
.cf-header-cta { display: none; padding: 9px 18px; font-size: 13.5px; }

/* Hero */
.cf-hero {
    position: relative;
    isolation: isolate;
    color: var(--cream);
    display: flex;
    align-items: center;
    min-height: 540px;
    padding: 80px 0 70px;
}
.cf-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.cf-hero-veil {
    position: absolute; inset: 0; z-index: -1;
    background:
        linear-gradient(180deg, rgba(28,18,11,.62) 0%, rgba(28,18,11,.32) 42%, rgba(28,18,11,.74) 100%),
        linear-gradient(90deg, rgba(28,18,11,.72) 0%, rgba(28,18,11,.1) 78%);
}
.cf-hero-inner { position: relative; width: 100%; }
.cf-hero-title { font-weight: 600; font-size: clamp(2.5rem, 8vw, 4.6rem); letter-spacing: -0.01em; margin-bottom: 18px; text-shadow: 0 2px 24px rgba(15,9,5,.4); }
.cf-hero-lede { max-width: 470px; font-size: clamp(1.02rem, 2.5vw, 1.18rem); color: #f1e7d8; margin: 0 0 30px; }
.cf-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Sections */
.cf-section { padding: clamp(52px, 8vw, 96px) 0; }
.cf-section-cream { background: var(--cream); }
.cf-h2 { font-size: clamp(1.9rem, 5vw, 2.9rem); letter-spacing: -0.01em; color: var(--espresso); }

/* Intro */
.cf-intro { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: center; }
.cf-intro-text p { color: var(--muted); margin: 16px 0 0; font-size: 1.04rem; }
.cf-intro-text .cf-h2 { margin-bottom: 4px; }
.cf-intro-media { margin: 0; border-radius: var(--r); overflow: hidden; box-shadow: 0 16px 40px rgba(42,28,18,.16); }
.cf-intro-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

/* Values */
.cf-values { display: grid; grid-template-columns: 1fr; gap: 22px; margin-top: 54px; }
.cf-value { padding-top: 22px; border-top: 2px solid var(--line); }
.cf-value-mark { display: block; width: 26px; height: 26px; border-radius: 50%; margin-bottom: 14px; background: radial-gradient(circle at 32% 30%, var(--crema), var(--bean) 85%); }
.cf-value h3 { font-size: 1.4rem; color: var(--espresso); margin-bottom: 6px; }
.cf-value p { margin: 0; color: var(--muted); font-size: .98rem; }

/* Menu */
.cf-menu-head { max-width: 640px; margin-bottom: 36px; }
.cf-menu-sub { margin: 14px 0 0; color: var(--muted); font-size: 1.04rem; }
.cf-cat { font-size: 1.5rem; color: var(--bean); margin: 40px 0 20px; padding-bottom: 12px; border-bottom: 1px solid var(--line); font-style: italic; font-weight: 500; }
.cf-cat:first-of-type { margin-top: 8px; }
.cf-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.cf-item {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--r);
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}
.cf-section-cream .cf-item { background: var(--paper); }
.cf-item:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(42,28,18,.16); }
.cf-item-media { overflow: hidden; }
.cf-item-media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .5s ease; }
.cf-item:hover .cf-item-media img { transform: scale(1.05); }
.cf-item-body { padding: 16px 18px 18px; }
.cf-item-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.cf-item-row h4 { font-size: 1.3rem; font-weight: 600; color: var(--espresso); }
.cf-price { font-family: "Fraunces", serif; font-weight: 600; font-size: 1.15rem; color: var(--caramel); white-space: nowrap; }
.cf-item-body p { margin: 6px 0 0; color: var(--muted); font-size: .94rem; }

/* Visit */
.cf-visit { background: var(--espresso); color: var(--cream); padding: clamp(52px, 8vw, 96px) 0; }
.cf-visit-grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
.cf-visit-lead .cf-h2 { color: var(--cream); }
.cf-visit-lead p { color: #e0d2c0; margin: 16px 0 28px; max-width: 460px; }
.cf-visit-info { list-style: none; margin: 0; padding: 0; display: grid; gap: 22px; }
.cf-visit-info li { border-top: 1px solid var(--line-dark); padding-top: 16px; }
.cf-info-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #e3b483;
    margin-bottom: 6px;
}
.cf-visit-info a { color: var(--cream); text-decoration: none; word-break: break-word; }
.cf-visit-info a:hover { text-decoration: underline; }
.cf-visit-info span { color: #efe3d3; }

/* Footer */
.cf-footer { background: var(--espresso-deep); color: #c9b9a6; padding: 52px 0 0; }
.cf-footer-inner { display: grid; grid-template-columns: 1fr; gap: 32px; padding-bottom: 38px; }
.cf-brand-word { font-family: "Fraunces", serif; font-weight: 600; font-size: 28px; color: var(--cream); }
.cf-footer-brand .cf-brand-word { display: block; margin-bottom: 10px; }
.cf-footer-brand p { margin: 0; font-size: .92rem; max-width: 330px; }
.cf-footer-cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.cf-footer-cols p { margin: 0; font-size: .92rem; line-height: 1.7; }
.cf-footer-cols a { color: #e3b483; text-decoration: none; }
.cf-footer-cols a:hover { text-decoration: underline; }
.cf-footer-base {
    border-top: 1px solid var(--line-dark);
    padding: 18px 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 18px;
    justify-content: space-between;
    font-size: 11.5px;
    letter-spacing: 0.04em;
    color: #8c7a67;
    max-width: var(--shell);
    margin: 0 auto;
}

/* Focus */
a:focus-visible, .cf-btn:focus-visible { outline: 3px solid var(--crema); outline-offset: 3px; border-radius: 8px; }

/* Small tablet */
@media (min-width: 600px) {
    .cf-shell { padding: 0 32px; }
    .cf-header-cta { display: inline-flex; }
    .cf-values { grid-template-columns: repeat(3, 1fr); }
    .cf-grid { grid-template-columns: repeat(2, 1fr); }
    .cf-footer-inner { grid-template-columns: 1.2fr 1fr; }
}

/* Desktop */
@media (min-width: 900px) {
    .cf-nav { display: flex; }
    .cf-hero { min-height: 600px; padding: 104px 0 88px; }
    .cf-intro { grid-template-columns: 1.05fr .95fr; gap: 56px; }
    .cf-grid { grid-template-columns: repeat(3, 1fr); }
    .cf-visit-grid { grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: start; }
    .cf-visit-info { grid-template-columns: repeat(2, 1fr); gap: 26px 40px; }
}

@media (prefers-reduced-motion: reduce) {
    * { scroll-behavior: auto !important; transition: none !important; }
    .cf-item:hover .cf-item-media img { transform: none; }
}
