/* =========================================================================
   FRANCO - pizza neapoletana, Warynskiego 28. Aperitivo modernism.
   Canvas: bone white | Ink: near-black | Accent: Lamborghini red
   Wink: hot-pink neon | Display: Syne | Running text: Newsreader
   ========================================================================= */
:root {
  --bone: #FBFAF7;
  --bone-2: #f1eee7;
  --ink: #1C1A17;
  --red: #E0241B;
  --red-deep: #b5170f;
  --pink: #ff4f9d;
  --muted: #6c665d;
  --line: rgba(28, 26, 23, 0.16);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition: none !important; } }
body { font-family: "Newsreader", Georgia, serif; background: var(--bone); color: var(--ink); line-height: 1.62; font-size: 1.06rem; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--red); }
.syne { font-family: "Syne", system-ui, sans-serif; }
.wrap { width: min(1140px, calc(100% - 72px)); margin-inline: auto; }
h1, h2, h3 { font-family: "Syne", sans-serif; line-height: 1.0; letter-spacing: -0.02em; font-weight: 800; }
.smallcaps { font-family: "Syne", sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.74rem; }

/* top bar */
.top { display: flex; align-items: center; justify-content: space-between; padding: 14px 36px; border-bottom: 1px solid var(--line); position: sticky; top: 0; background: color-mix(in srgb, var(--bone) 92%, transparent); backdrop-filter: blur(8px); z-index: 60; }
.top .brand { font-family: "Syne", sans-serif; font-weight: 800; font-size: 1.2rem; letter-spacing: -0.02em; text-decoration: none; color: var(--ink); }
.top .brand .o { color: var(--red); }
.top nav { display: flex; align-items: center; gap: 22px; }
.top nav a { font-family: "Syne", sans-serif; font-weight: 600; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink); text-decoration: none; }
.top nav a:hover { color: var(--red); }
.lang { display: inline-flex; border: 1px solid var(--ink); }
.lang button { border: 0; background: transparent; color: var(--ink); font: 700 0.72rem "Syne", sans-serif; padding: 4px 9px; cursor: pointer; }
.lang button[aria-pressed="true"] { background: var(--red); color: var(--bone); }
@media (max-width: 760px) { .top nav a:not(.book) { display: none; } }

/* ---------- hero / masthead ---------- */
.hero { padding: 60px 0 0; }
.masthead { display: grid; grid-template-columns: 1.35fr 1fr; gap: 48px; align-items: end; }
@media (max-width: 820px) { .masthead { grid-template-columns: 1fr; } }
.masthead h1 { font-size: clamp(3rem, 9.4vw, 7.4rem); font-weight: 800; letter-spacing: -0.035em; }
.masthead h1 .o { color: var(--red); }
.masthead .sub { font-family: "Newsreader", serif; font-size: 1.3rem; margin-top: 16px; max-width: 26ch; }
.masthead .neon-wrap { margin-top: 22px; }
.hero-photo { position: relative; }
.hero-photo img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border: 1px solid var(--red); transform: rotate(1.4deg); }
.hero-photo figcaption { position: absolute; left: 10px; bottom: -12px; transform: rotate(1.4deg); background: var(--red); color: var(--bone); padding: 4px 10px; font-family: "Syne", sans-serif; font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; }
.dateline { margin-top: 40px; padding: 12px 0; border-top: 2px solid var(--red); border-bottom: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 8px 22px; }
.dateline span { color: var(--ink); }
.dateline span + span { position: relative; }

/* neon */
.neon { font-family: "Newsreader", serif; font-style: italic; font-weight: 500; font-size: 1.5rem; color: var(--pink); text-shadow: 0 0 6px rgba(255,79,157,.7), 0 0 18px rgba(255,79,157,.45); cursor: default; user-select: none; }
.neon .v { display: none; }
.neon:hover .a { display: none; }
.neon:hover .v { display: inline; }
.neon.flick { animation: flick 1.6s steps(1) 1; }
@keyframes flick { 0%,18%{opacity:.2} 9%{opacity:1} 22%{opacity:.4} 30%,100%{opacity:1} }

/* mirror divider */
.mirror { height: 2px; margin: 0; border: 0; background: linear-gradient(90deg, transparent, rgba(28,26,23,.05), #c9c4ba, rgba(28,26,23,.05), transparent); }

/* ---------- story split ---------- */
.story { padding: 90px 0; }
.story-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: start; }
@media (max-width: 820px) { .story-grid { grid-template-columns: 1fr; gap: 28px; } }
.story-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 1px solid var(--red); }
.story-col h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 18px; }
.story-col p { margin-bottom: 16px; }
.story-col .drop::first-letter { font-family: "Syne", sans-serif; font-weight: 800; font-size: 3.2em; float: left; line-height: 0.8; padding: 6px 10px 0 0; color: var(--red); }

/* ---------- menu ledger ---------- */
.menu { padding: 90px 0; background: var(--bone-2); }
.menu-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 36px; flex-wrap: wrap; }
.menu-head h2 { font-size: clamp(2rem, 5vw, 3.2rem); }
.menu-head .note { color: var(--muted); font-style: italic; }
.ledger { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 56px; }
@media (max-width: 760px) { .ledger { grid-template-columns: 1fr; } }
.cat { margin-bottom: 14px; }
.cat h3 { font-size: 1rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--red); border-bottom: 2px solid var(--red); padding-bottom: 6px; margin-bottom: 12px; }
.li { display: grid; grid-template-columns: auto 1fr auto; align-items: baseline; gap: 8px; padding: 7px 0; }
.li .nm { font-family: "Syne", sans-serif; font-weight: 700; font-size: 1.02rem; }
.li .led { border-bottom: 1.5px dotted var(--line); transform: translateY(-4px); }
.li .ds { font-style: italic; color: var(--muted); font-size: 0.92rem; text-align: right; max-width: 22ch; }
@media (max-width: 760px) { .li { grid-template-columns: 1fr; gap: 2px; } .li .led { display: none; } .li .ds { text-align: left; max-width: none; } }

/* ---------- gallery ---------- */
.gallery { padding: 90px 0; }
.gal-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.gal-grid figure { border: 1px solid var(--red); overflow: hidden; background: var(--ink); position: relative; }
.gal-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.gal-grid figure:hover img { transform: scale(1.04); }
.gal-grid figcaption { position: absolute; left: 0; bottom: 0; background: var(--bone); color: var(--ink); font-family: "Syne", sans-serif; font-size: 0.64rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 8px; }
.f1 { grid-column: span 5; aspect-ratio: 4/5; }
.f2 { grid-column: span 7; aspect-ratio: 16/10; }
.f3 { grid-column: span 4; aspect-ratio: 1; }
.f4 { grid-column: span 4; aspect-ratio: 1; }
.f5 { grid-column: span 4; aspect-ratio: 1; }
@media (max-width: 760px) { .gal-grid { grid-template-columns: 1fr 1fr; } .gal-grid figure { grid-column: span 1 !important; aspect-ratio: 1 !important; } .f2 { grid-column: span 2 !important; aspect-ratio: 16/10 !important; } }

/* ---------- contact ---------- */
.contact { padding: 90px 0; background: var(--ink); color: var(--bone); }
.contact h2 { color: var(--bone); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; margin-top: 28px; }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }
.contact dl { display: grid; grid-template-columns: auto 1fr; gap: 12px 20px; }
.contact dt { font-family: "Syne", sans-serif; font-weight: 700; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--red); padding-top: 4px; }
.contact dd a { color: var(--bone); border-bottom: 1px solid var(--red); text-decoration: none; }
.contact .socials { margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-block; font-family: "Syne", sans-serif; font-weight: 700; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; padding: 12px 20px; text-decoration: none; border: 1px solid rgba(251,250,247,.4); color: var(--bone); }
.btn-fill { background: var(--red); border-color: var(--red); color: var(--bone); }
.btn-fill:hover { background: var(--red-deep); }
.map-box { border: 1px solid rgba(251,250,247,.25); overflow: hidden; min-height: 340px; filter: grayscale(.5) brightness(.92); }
.map-box iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; }

/* footer */
.foot { background: var(--ink); color: var(--bone); padding: 26px 0 42px; }
.foot .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; align-items: baseline; border-top: 1px solid rgba(251,250,247,.18); padding-top: 26px; }
.foot .mark { font-family: "Syne", sans-serif; font-weight: 800; font-size: 1.4rem; }
.foot .mark .o { color: var(--red); }
.foot .meta { font-size: 0.86rem; opacity: .85; }
.foot .meta a { color: var(--red); }
.disclaimer { margin-top: 18px; font-size: 0.76rem; opacity: .55; max-width: 74ch; line-height: 1.5; }

.r { will-change: transform, opacity; }
