:root {
    --background: oklch(0.94 0.009 80);
    --foreground: oklch(0.17 0.015 52);
    --paper: oklch(0.91 0.012 80);
    --primary: oklch(0.35 0.07 45);
    --primary-foreground: oklch(0.95 0.012 78);
    --hero: oklch(0.12 0.012 50);
    --hero-foreground: oklch(0.96 0.01 80);
    --footer: oklch(0.17 0.02 47);
    --footer-foreground: oklch(0.94 0.012 76);
    --footer-muted: oklch(0.72 0.015 70);
    --hero-overlay: linear-gradient(to bottom, oklch(0.08 0.01 40 / 62%), oklch(0.08 0.01 40 / 18%) 48%, oklch(0.08 0.01 40 / 58%));
    --image-shade: linear-gradient(to top, oklch(0.12 0.02 45 / 72%), transparent 58%);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: "Archivo", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; }
::selection { background: var(--primary); color: var(--primary-foreground); }
.page { overflow: hidden; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 10; color: var(--hero-foreground); transition: all .5s ease-out; }
.site-header.is-scrolled { background: color-mix(in oklab, var(--hero) 85%, transparent); box-shadow: 0 1px 0 rgb(255 255 255 / 8%); backdrop-filter: blur(12px); }
.header-inner, .content-width { width: min(100% - 2.5rem, 80rem); margin-inline: auto; }
.header-inner { display: flex; align-items: center; gap: 1.5rem; padding: 1.1rem 0; font: 700 .7rem/1 "IBM Plex Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.header-address { flex: 1 1 auto; min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.site-header a { transition: opacity .18s ease; }
.site-header a:hover { opacity: .6; }
.site-header nav { display: flex; flex: 0 0 auto; gap: 1.5rem; margin-left: auto; }
.site-header nav a { white-space: nowrap; }
.language-switcher { flex: 0 0 auto; margin: 0 0 0 .25rem; padding-left: 1.25rem; border-left: 1px solid rgb(255 255 255 / 45%); }
.language-switcher button { border: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; letter-spacing: inherit; }
.hero { position: relative; min-height: 92svh; background: var(--hero); color: var(--hero-foreground); }
.hero > img, .pastry > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay, .pastry-overlay { position: absolute; inset: 0; background: var(--hero-overlay); }
.hero-content { position: relative; z-index: 1; display: flex; min-height: 92svh; flex-direction: column; align-items: center; justify-content: center; padding: 7rem 1.25rem 3rem; text-align: center; }
.eyebrow, .section-label, .accent-label, .footer-label, .footer-muted, .hours-day, .hours-note, .header-address, .site-header nav, .footer-meta { font-family: "IBM Plex Mono", monospace; font-weight: 700; text-transform: uppercase; }
.eyebrow { margin: 0 0 1.75rem; font-size: .75rem; letter-spacing: .2em; }
.logo-image { display: block; height: auto; filter: invert(1); }
.hero-logo { width: min(100%, 52rem); animation: reveal .9s cubic-bezier(.2,.8,.2,1) both; }
.hero-lead { margin: 3rem 0 0; max-width: 38rem; font: 500 clamp(1rem, 2vw, 1.5rem)/1.35 "IBM Plex Mono", monospace; letter-spacing: .04em; text-transform: uppercase; }
.about { display: grid; min-height: 100svh; background: var(--paper); grid-template-columns: .9fr 1.1fr; }
.about-image { position: relative; min-height: 48svh; }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-image span { position: absolute; bottom: 1.25rem; left: 1.25rem; padding: .7rem .8rem; background: var(--foreground); color: var(--background); font: 700 .7rem/1 "IBM Plex Mono", monospace; letter-spacing: .14em; text-transform: uppercase; }
.about-copy { display: flex; flex-direction: column; justify-content: space-between; padding: 5rem 4rem; }
.section-label { margin: 0; font-size: .7rem; letter-spacing: .18em; color: #5d584f; }
.about-main { max-width: 48rem; margin: 4rem 0; }
.accent-label { margin: 0 0 1.5rem; color: var(--primary); font-size: .8rem; letter-spacing: .12em; }
h1, h2 { margin: 0; font-family: "Archivo Black", sans-serif; font-weight: 900; text-transform: uppercase; line-height: .95; }
h1 { font-size: clamp(3rem, 5.5vw, 6rem); }
.about-lead { max-width: 38rem; margin: 2.5rem 0 0; font-size: clamp(1.1rem, 2vw, 1.5rem); line-height: 1.5; }
.about-note { max-width: 27rem; margin: 0; padding-left: 1.25rem; border-left: 2px solid var(--primary); font-size: .9rem; font-weight: 700; line-height: 1.65; text-transform: uppercase; }
.pastry { position: relative; min-height: 75svh; color: var(--hero-foreground); }
.pastry-overlay { background: var(--image-shade); }
.pastry p { position: relative; z-index: 1; display: flex; min-height: 75svh; align-items: flex-end; margin: 0; padding: 4rem 3rem; font: 900 clamp(2.2rem, 5vw, 5.5rem)/.98 "Archivo Black", sans-serif; text-transform: uppercase; }
.opening-hours { padding: 6rem 0; background: var(--primary); color: var(--primary-foreground); }
.opening-hours h2 { padding-bottom: 1.5rem; border-bottom: 1px solid rgb(255 255 255 / 30%); font-size: clamp(2.5rem, 5vw, 4rem); }
.hours-row { display: grid; gap: .5rem; align-items: baseline; padding: 2.25rem 0; border-bottom: 1px solid rgb(255 255 255 / 30%); grid-template-columns: 1fr 1.3fr 1fr; }
.hours-row p { margin: 0; }
.hours-day { font-size: .8rem; letter-spacing: .14em; }
.hours-time { font: 900 clamp(2.25rem, 4.5vw, 3.5rem)/1 "Archivo Black", sans-serif; text-transform: uppercase; }
.hours-note { font-size: .7rem; letter-spacing: .12em; text-align: right; }
.site-footer { padding: 6rem 0 2rem; background: var(--footer); color: var(--footer-foreground); }
.footer-grid { display: grid; gap: 4rem; grid-template-columns: 1fr 1fr; }
.footer-label { margin: 0 0 2rem; color: var(--footer-muted); font-size: .75rem; letter-spacing: .18em; }
.address-link { display: block; max-width: 14ch; font: 900 clamp(2rem, 3.5vw, 3.75rem)/1 "Archivo Black", sans-serif; text-transform: uppercase; }
.address-arrow, .contact-arrow { position: relative; display: inline-block; width: 1.25rem; height: 1.25rem; transition: transform .18s ease; }
.address-arrow::before, .contact-arrow::before { position: absolute; top: .15rem; right: .15rem; width: .55rem; height: .55rem; border-top: 2px solid currentColor; border-right: 2px solid currentColor; content: ""; }
.address-arrow::after, .contact-arrow::after { position: absolute; top: .25rem; right: .3rem; width: .8rem; height: 2px; background: currentColor; content: ""; transform: rotate(-45deg); transform-origin: right center; }
.address-link:hover .address-arrow { transform: translate(.25rem, -.25rem); }
.footer-muted { margin: 1.5rem 0 0; color: var(--footer-muted); font-size: .7rem; letter-spacing: .15em; }
.contact-links { display: flex; flex-direction: column; justify-content: flex-end; }
.contact-links a { display: flex; min-height: 4.5rem; align-items: center; gap: 1rem; border-top: 1px solid rgb(244 239 228 / 25%); font: 700 clamp(.7rem, 1.1vw, 1rem)/1 "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; transition: color .18s ease, padding .18s ease; }
.contact-links a:hover { padding-left: .5rem; color: var(--footer-muted); }
.contact-icon { font: 1.4rem/1 "Archivo", sans-serif; }
.contact-arrow { flex: 0 0 auto; margin-left: auto; }
.footer-logo { width: min(100%, 22rem); margin: 6rem auto; opacity: .8; }
.footer-meta { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.25rem; border-top: 1px solid rgb(244 239 228 / 20%); color: var(--footer-muted); font-size: .6rem; letter-spacing: .1em; }
.footer-meta p { margin: 0; }
.chlebarna-admin-bar { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: flex; justify-content: center; gap: 1.5rem; align-items: center; padding: .85rem 1rem; background: #241c17; color: #f8f5ef; font: 700 .7rem/1 "IBM Plex Mono", monospace; letter-spacing: .1em; }
.chlebarna-admin-bar a { color: inherit; text-decoration: none; }
.chlebarna-edit-button { display: inline-block; vertical-align: middle; margin-left: .5rem; padding: .25rem .4rem; background: #f8f5ef; color: #6f3e25; cursor: pointer; font: 700 .55rem/1 "IBM Plex Mono", monospace; letter-spacing: .05em; }
@keyframes reveal { from { opacity: 0; transform: translateY(2rem); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 700px) {
    .header-inner, .content-width { width: min(100% - 3rem, 80rem); }
    .header-inner { gap: .7rem; padding: .85rem 0; font-size: .58rem; letter-spacing: .08em; }
    .site-header nav { gap: .7rem; }
    .site-header nav a:first-child, .site-header nav a:last-child { display: none; }
    .language-switcher { margin-left: 0; padding-left: .7rem; }
    .hero, .hero-content { min-height: 92svh; }
    .hero-content { padding-top: 8rem; }
    .eyebrow { font-size: .65rem; }
    .hero-lead { margin-top: 4rem; font-size: .9rem; }
    .about { display: block; min-height: 0; }
    .about-image { min-height: 58svh; }
    .about-copy { min-height: 82svh; padding: 3.5rem 1.5rem; }
    .about-main { margin: 4.5rem 0; }
    .about-lead { margin-top: 2.75rem; font-size: 1.1rem; }
    .about-note { font-size: .75rem; }
    .pastry, .pastry p { min-height: 48svh; }
    .pastry p { padding: 2rem 1.5rem; font-size: clamp(2rem, 9vw, 3.5rem); }
    .opening-hours { padding: 3.5rem 0; }
    .opening-hours h2 { font-size: 2.5rem; }
    .hours-row { display: block; padding: 2.5rem 0; }
    .hours-time { margin-top: 1rem !important; font-size: 2.4rem; }
    .hours-note { margin-top: .75rem !important; text-align: left; }
    .site-footer { padding-top: 3.5rem; }
    .footer-grid { display: block; }
    .contact-links { margin-top: 4rem; }
    .footer-logo { margin: 6rem auto; }
    .footer-meta { display: block; line-height: 1.8; }
    .footer-meta p { margin-top: .5rem; }
    .chlebarna-admin-bar { justify-content: space-between; gap: .5rem; font-size: .55rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }