/* Lidya Cafe — a little room for a long evening. */
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('../fonts/dm-sans-latin.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Serif'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/instrument-serif-latin.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Serif'; font-style: italic; font-weight: 400; font-display: swap; src: url('../fonts/instrument-serif-italic-latin.woff2') format('woff2'); }
:root {
  --paper: #f3e9dc; --ink: #efe4d6; --muted: #a79c92; --burgundy: #8f2c44; --glow: #e0a36a;
  --bg: #0d0a0c; --surface: #17121a; --rose: #dbc1a8; --line: #2e2530; --dark: #120e13; --serif: 'Instrument Serif', Georgia, serif;
  --sans: 'DM Sans', sans-serif; --gutter: clamp(24px, 5.2vw, 88px); --ease: cubic-bezier(.2,.7,.25,1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 115px; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: var(--sans); font-size: 15px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
::selection { background: var(--burgundy); color: var(--paper); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
h2 { font-size: clamp(46px, 5.3vw, 78px); }
em { font-weight: 400; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { border-radius: 0; }
button { border: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid #aa673e; outline-offset: 6px; }
address { font-style: normal; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 20px; height: 20px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.wrap { width: min(100% - var(--gutter) * 2, 1320px); margin-inline: auto; }
.section { padding-block: clamp(80px, 8vw, 126px); }
.eyebrow { font-size: 10px; font-weight: 600; line-height: 1.5; letter-spacing: .14em; text-transform: uppercase; }
.section-number { display: inline-block; margin-right: 13px; color: var(--burgundy); }
.skip { position: fixed; top: 12px; left: 12px; z-index: 100; background: var(--paper); padding: 12px 18px; transform: translateY(-160%); }
.skip:focus { transform: none; }
.button { min-height: 52px; padding: 15px 25px; background: var(--burgundy); color: var(--paper); border: 1px solid transparent; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; font-size: 12px; font-weight: 500; line-height: 1.4; transition: background .25s, transform .25s var(--ease); }
.button:hover { background: #7d3c47; transform: translateY(-2px); }
.button--cream { background: var(--paper); color: var(--ink); }
.button--cream:hover { background: #fffaf1; }
.button--small { min-height: 44px; padding: 11px 18px; gap: 24px; }
.button:disabled { cursor: wait; opacity: .65; transform: none; }
.text-link { display: inline-flex; gap: 28px; align-items: center; padding-block: 9px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 500; line-height: 1.6; }
.text-link .icon, .text-link > span { transition: transform .25s; }
.text-link:hover .icon, .text-link:hover > span { transform: translate(3px, -2px); }
.text-link--light { color: var(--paper); border-bottom-color: #ffffff55; }
.nav { height: 98px; padding-inline: var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 32px; position: sticky; top: 0; z-index: 20; background: #f5f1e9f5; transition: box-shadow .3s; }
.nav.is-scrolled { box-shadow: 0 1px 0 var(--line); }
.brand { display: flex; align-items: center; gap: 19px; }
.brand__name { font: 56px/.9 var(--serif); letter-spacing: -.06em; }
.brand__dot { color: var(--burgundy); }
.brand__sub { border-left: 1px solid #c9c3b9; padding: 7px 0 7px 17px; max-width: 90px; font-size: 9px; line-height: 1.6; letter-spacing: .18em; }
.nav__links { display: flex; gap: clamp(20px, 3vw, 42px); margin-left: auto; margin-right: clamp(12px, 3vw, 45px); }
.nav__links a { font-size: 12px; position: relative; padding-block: 10px; }
.nav__links a::after { content: ''; position: absolute; bottom: 3px; height: 1px; width: 0; left: 0; background: var(--burgundy); transition: width .25s; }
.nav__links a:hover::after { width: 100%; }
.nav__actions { display: flex; align-items: center; gap: 14px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; }
.menu-toggle span { display: block; height: 1px; margin-block: 7px; background: var(--ink); }
.drawer { max-width: none; max-height: 100dvh; width: 100%; margin: 0; padding: 28px var(--gutter) 40px; border: 0; background: var(--paper); color: var(--ink); }
.drawer::backdrop { background: #18171299; backdrop-filter: blur(6px); }
.drawer__top { display: flex; justify-content: space-between; align-items: center; }
.icon-button { width: 48px; height: 48px; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; font-size: 32px; line-height: 1; }
.drawer nav { display: grid; margin: 30px 0; }
.drawer nav a { display: flex; align-items: center; justify-content: space-between; font: 42px/1.4 var(--serif); padding-block: 8px; border-bottom: 1px solid var(--line); }
.drawer nav span { font: 11px var(--sans); }
.drawer .eyebrow { margin-top: 30px; }
.hero { position: relative; isolation: isolate; margin: 0 22px; min-height: min(760px, calc(100svh - 120px)); height: 760px; max-height: 940px; border-radius: 7px; overflow: hidden; color: var(--paper); background: #30211d; }
.hero__image, .hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.hero__image { object-fit: cover; object-position: 58% 58%; animation: hero-arrive 1.7s var(--ease) both; }
.hero__shade { background: linear-gradient(90deg, rgba(24,18,14,.82) 0%, rgba(25,15,12,.53) 43%, rgba(23,13,10,.08) 76%), linear-gradient(0deg, rgba(26,19,15,.83), transparent 29%, rgba(18,13,10,.16)); }
.hero__content { padding: clamp(68px, 6.2vw, 94px) calc(var(--gutter) - 22px) 130px; }
.hero__eyebrow { display: flex; gap: 11px; align-items: center; font-size: 10px; letter-spacing: .19em; }
.little-star { font-size: 22px; line-height: 1; color: var(--rose); }
.hero h1 { font-size: clamp(78px, 7.8vw, 118px); line-height: .96; letter-spacing: -.035em; margin: 26px 0 24px; max-width: 750px; }
.hero h1 em { color: #e3c7a9; }
.hero__lede { font-size: 14px; line-height: 1.8; color: #e1d8ce; }
.hero__actions { display: flex; gap: 32px; align-items: center; margin-top: 31px; }
.hero__seal { position: absolute; top: 54px; right: 56px; width: 128px; height: 128px; border: 1px solid #e9dbbb8c; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #f1dfbe; transform: rotate(12deg); background: radial-gradient(circle, rgba(24,16,12,.62) 0%, rgba(24,16,12,.34) 58%, rgba(24,16,12,.08) 100%); }
.hero__seal > span { font-size: 8px; letter-spacing: .14em; }
.hero__seal svg { width: 34px; height: 34px; stroke: currentColor; stroke-width: 1.2; margin: 7px; }
.hero__seal em { font: italic 25px/1 var(--serif); }
.hero__bottom { position: absolute; bottom: 0; inset-inline: calc(var(--gutter) - 22px); min-height: 75px; border-top: 1px solid #ffffff38; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 10px; color: #e5ddd0; }
.hero__bottom > span:first-child { display: flex; align-items: center; gap: 8px; }
.hero__bottom .icon { width: 15px; height: 15px; }
.hero__note { font: italic 20px var(--serif); }
.scroll-link { display: flex; gap: 21px; align-items: center; font-size: 8px; letter-spacing: .13em; }
.scroll-link span { font-size: 19px; }
.hero__tag { position: absolute; right: calc(var(--gutter) - 22px); bottom: 90px; padding: 5px 8px; background: #141714b3; color: #eae2d5; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.intro-strip { display: flex; align-items: center; justify-content: space-around; gap: 18px; padding-block: 33px; border-bottom: 1px solid var(--line); }
.intro-strip span { font: 23px var(--serif); }
.intro-strip svg { width: 18px; height: 18px; stroke: var(--burgundy); stroke-width: 1.4; }
.about { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(60px, 9vw, 140px); }
.about__visual { position: relative; padding-right: 20px; padding-bottom: 28px; }
.about__arch { height: 530px; overflow: hidden; border-radius: 230px 230px 4px 4px; background: #563c31; }
.about__arch img { width: 100%; height: 100%; object-fit: cover; object-position: 40% 85%; }
.about__note { display: flex; align-items: center; gap: 22px; position: absolute; right: -28px; bottom: 51px; padding: 25px 30px; background: var(--paper); box-shadow: 0 6px 24px #2629240b; transform: rotate(-5deg); }
.about__note svg { width: 42px; height: 42px; stroke: var(--burgundy); stroke-width: 1; }
.about__note span { font: 25px/1.2 var(--serif); }
.about__note em { color: var(--burgundy); }
.image-credit { position: absolute; bottom: 0; left: 0; color: var(--muted); font-size: 8px; letter-spacing: .11em; }
.about__copy h2 { margin: 22px 0 29px; }
.about__copy h2 em { color: var(--burgundy); }
.about__copy > p:not(.eyebrow) { color: var(--muted); max-width: 410px; font-size: 14px; line-height: 1.9; margin-bottom: 17px; }
.about__copy .text-link { margin-top: 13px; }
.experiences { background: var(--dark); color: var(--paper); padding-bottom: 34px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 40px; }
.section-heading h2 { margin-top: 18px; }
.section-heading > p { font-size: 12px; color: #cecfc4; margin-bottom: 8px; }
.experiences .section-number { color: #d7b59a; }
.experiences h2 em { color: #d4b79a; }
.room-tabs { display: flex; border-bottom: 1px solid #ffffff30; margin-bottom: 35px; }
.room-tabs button { display: flex; align-items: center; gap: 18px; color: #c2c2b9; background: transparent; border-bottom: 2px solid transparent; padding: 18px 25px 17px; flex: 1; text-align: left; font: 29px var(--serif); }
.room-tabs button > span { font: 9px var(--sans); color: #adada0; }
.room-tabs button > .room-tabs__name { display: inline-flex; align-items: baseline; gap: 14px; font: inherit; color: inherit; }
.room-tabs__price { font: italic 23px/1 var(--serif); letter-spacing: -.01em; color: #d4b79a; white-space: nowrap; }
.room-tabs button .icon { margin-left: auto; width: 16px; height: 16px; }
.room-tabs button[aria-selected="true"] { color: var(--paper); border-bottom-color: #d8bca0; background: #ffffff05; }
.room-tabs button:hover { background: #ffffff09; }
.room-panel { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 0; border: 1px solid #ffffff20; }
.room-panel + .room-panel { margin-top: 28px; }
.js .room-panel + .room-panel { margin-top: 0; }
.room-panel__visual { position: relative; min-height: 600px; overflow: hidden; }
.room-panel__visual img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: center 70%; }
.room-panel__visual--lounge img { object-position: center 72%; }
.room-panel__visual--shisha img { object-position: center 60%; }
.room-panel__visual--billard img { object-position: center 75%; }
.room-panel__visual figcaption { position: absolute; bottom: 16px; left: 22px; font-size: 8px; letter-spacing: .1em; padding: 5px 8px; background: #141714b3; color: #eae2d5; }
.room-panel__copy { padding: clamp(30px, 3.6vw, 54px); display: flex; flex-direction: column; align-items: flex-start; position: relative; }
.room-panel__number { color: #c5c0b0; font: italic 30px var(--serif); margin-bottom: 48px; }
.room-panel__copy .eyebrow { font-size: 8px; letter-spacing: .12em; color: #cbbb9f; }
.room-panel__copy h3 { font-size: clamp(42px, 4vw, 60px); margin: 16px 0 22px; }
.room-panel__copy h3 em { color: #d4b79a; }
.room-panel__copy > p:not(.eyebrow) { color: #c5c6bd; font-size: 14px; line-height: 1.8; max-width: 290px; }
.room-panel__copy .room-price { display: flex; align-items: baseline; gap: 12px; max-width: none; margin: 0 0 16px; color: #e7d3bc; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; line-height: 1; }
.room-panel__copy .room-price em { font: italic 40px/1 var(--serif); letter-spacing: -.03em; text-transform: none; color: #f3e6d8; }
.room-panel__copy .text-link { margin-top: 28px; font-size: 11px; gap: 17px; }
.experience-foot { padding-top: 30px; display: flex; justify-content: space-between; align-items: center; }
.experience-foot span { font-size: 8px; letter-spacing: .15em; color: #c8c8bd; }
.experience-foot svg { width: 28px; height: 28px; stroke: #c9ae8d; stroke-width: 1; }
.match { position: relative; isolation: isolate; background: var(--dark); color: var(--paper); scroll-margin-top: 98px; }
.match__visual { position: relative; margin: 0; width: 100%; aspect-ratio: 21 / 9; min-height: 460px; max-height: 760px; overflow: hidden; }
.match__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 40% 50%; }
.match__visual::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(270deg, rgba(38,41,36,.92) 0%, rgba(38,41,36,.66) 30%, rgba(38,41,36,0) 56%), linear-gradient(0deg, rgba(38,41,36,.6), transparent 34%); }
.match__tag { position: absolute; left: var(--gutter); bottom: 22px; z-index: 1; padding: 5px 8px; background: #141714b3; color: #eae2d5; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.match__copy { position: absolute; right: var(--gutter); bottom: clamp(40px, 5vw, 72px); z-index: 1; width: min(430px, 40vw); }
.match__copy .eyebrow { color: #d7b59a; }
.match__copy h2 { margin: 18px 0 20px; font-size: clamp(44px, 4.6vw, 70px); }
.match__copy h2 em { color: #d4b79a; }
.match__copy > p:not(.eyebrow) { color: #d9d2c7; font-size: 14px; line-height: 1.8; margin-bottom: 22px; }
.gallery h2 em { color: var(--burgundy); }
.gallery .section-heading .text-link { margin-bottom: 8px; }
.photo { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; text-align: left; border-radius: 3px; background: #ddd4c4; }
.photo img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; transition: transform .65s var(--ease); }
.filmstrip { padding-top: 12px; }
.filmstrip:focus-visible { outline-offset: -2px; }
.filmstrip__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: start; }
.filmstrip__list li:nth-child(even) { margin-top: 48px; }
.photo:hover img { transform: scale(1.045); }
.photo__label { display: flex; align-items: flex-end; justify-content: space-between; position: absolute; inset: auto 0 0; padding: 36px 18px 17px; color: #fff9ec; background: linear-gradient(transparent, #111a14b3); font-size: 11px; }
.photo__title { display: flex; align-items: baseline; gap: 8px; }
.photo__step { font-size: 9px; letter-spacing: .12em; opacity: .8; }
.photo__arrow { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid #ffffff99; border-radius: 50%; font-size: 17px; }
.gallery__note { font-size: 10px; color: var(--muted); margin-top: 22px; }
.visit { background: #eae4d9; }
.visit__grid { display: grid; grid-template-columns: 1.04fr 1fr; gap: clamp(40px, 8vw, 130px); align-items: center; }
.visit h2 { margin: 24px 0 28px; }
.visit h2 em { color: var(--burgundy); }
.visit__copy > p:not(.eyebrow) { font-size: 13px; color: #676157; line-height: 1.9; }
.visit__details { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding-top: 32px; margin-top: 34px; border-top: 1px solid #cfc7ba; }
.visit__details .eyebrow { font-size: 8px; letter-spacing: .12em; }
.visit__details address, .visit__details p { margin: 10px 0; font-size: 13px; line-height: 1.8; }
.visit__details .text-link { gap: 14px; font-size: 10px; }
.visit__details .icon { width: 15px; height: 15px; }
.visit__phone p { font: 30px/1.15 var(--serif); letter-spacing: .01em; }
.visit__signoff { margin-top: 52px; display: flex; align-items: center; gap: 20px; color: var(--burgundy); }
.visit__signoff svg { width: 36px; height: 36px; stroke: currentColor; stroke-width: 1; }
.visit__signoff span { font: italic 29px var(--serif); }
.book { padding: clamp(25px, 3.2vw, 47px); background: var(--paper); border: 1px solid #dfd8cb; border-radius: 5px; scroll-margin-top: 115px; }
.book__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.book h3 { font-size: clamp(34px, 3vw, 44px); }
.book__heading .icon { margin-top: 8px; width: 24px; height: 24px; color: var(--burgundy); }
.book__lede { font-size: 11px; color: var(--muted); margin: 12px 0 26px; }
.book label { display: block; font-size: 10px; font-weight: 500; margin: 17px 0 7px; }
.book label span { color: var(--muted); font-weight: 400; }
.book input, .book textarea { display: block; width: 100%; min-width: 0; min-height: 46px; padding: 12px; background: transparent; color: var(--ink); border: 1px solid #d3ccbf; border-radius: 2px; font-size: 12px; line-height: 1.5; transition: border-color .2s; }
.book input::placeholder, .book textarea::placeholder { color: #80776c; opacity: 1; }
.book input:focus, .book textarea:focus { outline: 2px solid var(--burgundy); outline-offset: 2px; }
.book textarea { resize: vertical; }
.book__row { display: grid; grid-template-columns: 1.2fr 1fr; gap: 16px; }
.book__row > div { min-width: 0; }
.book__submit { width: 100%; justify-content: space-between; margin-top: 22px; }
.book__fine { font-size: 9px; line-height: 1.7; color: #71695f; margin: 13px 0 0; }
.book__err { font-size: 12px; color: #952936; margin-top: 14px; }
.footer { background: var(--burgundy); color: #e9ddc8; padding-block: 43px 24px; }
.footer__top { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer__top p { font-size: 12px; }
.footer__top em { font: italic 20px var(--serif); margin-left: 6px; }
.footer__top .text-link { font-size: 10px; color: #e9ddc8; }
.footer__brand { display: flex; align-items: center; justify-content: space-between; padding: 0 0 20px; }
.footer__brand > span { font: clamp(110px, 14vw, 210px)/1.05 var(--serif); letter-spacing: -.065em; }
.footer__dot { color: #bd907b; }
.footer__brand svg { width: clamp(44px, 5.5vw, 80px); height: clamp(44px, 5.5vw, 80px); stroke: #bd907b; stroke-width: .65; margin: 24px 25px 0 0; }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #ecd9c333; padding-top: 22px; font-size: 9px; color: #e1cbb9; }
.footer__bottom p > span { padding: 0 7px; }
.footer__note { margin: 14px 0 0; font-size: 9px; color: #e1cbb9; }
.lightbox { width: min(1100px, calc(100vw - 48px)); max-width: none; max-height: calc(100dvh - 40px); padding: 60px 20px 16px; border: 0; border-radius: 5px; background: #20241e; color: var(--paper); }
.lightbox::backdrop { background: #151913ee; backdrop-filter: blur(6px); }
.lightbox img { margin-inline: auto; max-height: calc(100dvh - 170px); object-fit: contain; }
.lightbox p { font-size: 12px; text-align: center; margin-top: 15px; }
.lightbox__close { position: absolute; top: 12px; right: 14px; width: 36px; height: 36px; font-size: 25px; }
/* Elements remain visible when scripting or motion support is unavailable. */
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes hero-arrive { from { transform: scale(1.055); } to { transform: scale(1); } }
@media (min-width: 1600px) { .hero__content { padding-left: max(calc(var(--gutter) - 22px), calc((100vw - 1364px) / 2)); } }
@media (max-width: 1050px) {
  .brand__sub { display: none; }
  .nav__links { gap: 22px; margin-right: 0; }
  .hero { height: 750px; }
  .hero__seal { right: 32px; top: 38px; }
  .about { gap: 65px; }
  .about__arch { height: 465px; }
  .about__note { right: -30px; padding: 18px 20px; }
  .about__note span { font-size: 22px; }
  .room-panel { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .room-panel__visual { min-height: 520px; }
  .room-panel__copy { padding: 32px; }
  .room-panel__number { margin-bottom: 35px; }
  .match__copy { width: min(400px, 46vw); }
  .visit__grid { gap: 40px; }
}
@media (max-width: 900px) {
  .nav__links { display: none; }
  .js .menu-toggle { display: block; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 90px; }
  .nav { height: 80px; gap: 16px; }
  .brand__name { font-size: 48px; }
  .nav .button { min-height: 40px; padding: 10px 14px; gap: 14px; font-size: 11px; }
  .nav .button .icon { width: 16px; height: 16px; }
  .hero { margin-inline: 12px; height: 770px; min-height: 690px; max-height: none; }
  .hero__content { padding: 77px 26px 120px; }
  .hero__image { object-position: 64% 50%; }
  .hero__shade { background: linear-gradient(90deg, #21110cb3 0%, #22140f47 75%), linear-gradient(0deg, #21150ee6, transparent 52%); }
  .hero__tag { top: 18px; right: 18px; bottom: auto; }
  .hero h1 { font-size: clamp(68px, 12.5vw, 96px); margin-top: 31px; line-height: 1.01; }
  .hero__eyebrow { font-size: 8px; letter-spacing: .14em; }
  .hero__seal { width: 88px; height: 88px; top: auto; bottom: 115px; right: 25px; }
  .hero__seal > span { font-size: 6px; }
  .hero__seal svg { width: 22px; height: 22px; margin: 5px; }
  .hero__seal em { font-size: 18px; }
  .hero__bottom { inset-inline: 26px; min-height: 72px; }
  .hero__note { display: none; }
  .scroll-link { font-size: 0; gap: 0; }
  .scroll-link span { font-size: 23px; }
  .intro-strip { padding-block: 27px; gap: 10px; justify-content: space-between; }
  .intro-strip span { font-size: 17px; text-align: center; max-width: 96px; line-height: 1.2; }
  .intro-strip svg { width: 13px; height: 13px; flex-shrink: 0; }
  .about { grid-template-columns: 1fr; gap: 47px; }
  .about__copy { order: -1; }
  .about__copy h2 { font-size: clamp(52px, 9vw, 72px); }
  .about__copy h2 em br { display: none; }
  .about__copy > p:not(.eyebrow) { max-width: 100%; font-size: 14px; }
  .about__visual { padding-right: 25px; }
  .about__arch { max-height: 580px; height: 115vw; border-radius: 50% 50% 3px 3px; }
  .about__note { right: -5px; bottom: 58px; padding: 24px; }
  .about__note span { font-size: 27px; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 23px; margin-bottom: 30px; }
  .section-heading h2 { font-size: clamp(46px, 8vw, 68px); }
  .section-heading > p { font-size: 13px; }
  .room-tabs { margin-top: 8px; margin-bottom: 25px; }
  .room-tabs button { padding: 15px 8px; gap: 9px; font-size: 24px; }
  .room-tabs button .icon { width: 13px; height: 13px; }
  .room-tabs button > span { font-size: 8px; }
  .room-tabs button { align-items: baseline; }
  .room-tabs button > .room-tabs__name { flex-direction: column; gap: 6px; }
  .room-tabs__price { font-size: 16px; }
  .room-panel { grid-template-columns: 1fr; }
  .room-panel__visual { min-height: 0; aspect-ratio: 4 / 5; }
  .about__arch img { object-position: 45% 80%; }
  .room-panel__copy { padding: 34px 29px 38px; }
  .room-panel__number { position: absolute; right: 30px; top: 30px; font-size: 24px; }
  .room-panel__copy h3 { font-size: 51px; }
  .room-panel__copy h3 br { display: none; }
  .room-panel__copy > p:not(.eyebrow) { max-width: 95%; font-size: 13px; }
  .experience-foot span { font-size: 7px; max-width: 220px; }
  .match { scroll-margin-top: 80px; }
  .match__visual { aspect-ratio: 4 / 5; min-height: 0; max-height: none; }
  .match__image { object-position: center 50%; }
  .match__visual::after { background: linear-gradient(0deg, var(--dark) 0%, rgba(38,41,36,0) 30%); }
  .match__tag { left: auto; right: 16px; top: 16px; bottom: auto; }
  .match__copy { position: static; width: auto; padding: 4px var(--gutter) 64px; }
  .match__copy h2 { font-size: clamp(46px, 12vw, 64px); }
  .gallery .section-heading .text-link { margin-bottom: 0; }
  .photo__label { font-size: 10px; padding: 35px 12px 12px; }
  .photo__arrow { width: 22px; height: 22px; font-size: 15px; }
  .filmstrip { margin-inline: calc(var(--gutter) * -1); overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); overscroll-behavior-x: contain; scrollbar-width: none; }
  .filmstrip::-webkit-scrollbar { display: none; }
  .filmstrip__list { display: flex; gap: 12px; width: max-content; padding-inline: var(--gutter); }
  .filmstrip__list li { flex: none; width: 72vw; scroll-snap-align: start; }
  .filmstrip__list li:nth-child(even) { margin-top: 0; }
  .visit__grid { grid-template-columns: 1fr; gap: 45px; }
  .visit h2 { font-size: clamp(54px, 9vw, 76px); }
  .visit__details { gap: 20px; }
  .visit__signoff { margin-top: 34px; }
  .book { scroll-margin-top: 100px; padding: 28px; }
  .book h3 { font-size: 40px; }
  .book input, .book textarea { font-size: 16px; }
  .book label { font-size: 11px; }
  .book__fine { font-size: 10px; }
  .footer { padding-top: 35px; }
  .footer__top p { font-size: 10px; }
  .footer__top p em { display: block; margin-left: 0; margin-top: 3px; }
  .footer__brand > span { font-size: clamp(96px, 27vw, 180px); }
  .footer__brand svg { width: 38px; height: 38px; margin-right: 5px; }
  .footer__bottom { flex-wrap: wrap; gap: 10px 22px; font-size: 9px; }
  .footer__bottom p:first-child { width: 100%; }
  .lightbox { width: calc(100vw - 24px); }
}
@media (max-width: 390px) {
  :root { --gutter: 20px; }
  .nav__actions { gap: 5px; }
  .hero__content { padding-inline: 22px; }
  .hero h1 { font-size: clamp(54px, 17.4vw, 68px); }
  .hero__actions { gap: 14px; }
  .hero__actions .button { gap: 12px; padding-inline: 16px; }
  .hero__actions .text-link { gap: 12px; font-size: 11px; }
  .room-tabs button { gap: 7px; font-size: 23px; }
  .room-tabs .icon { display: none; }
  .book { padding: 24px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; }
}
/* Matching confirmation and not-found pages. */
.status-page { min-height: calc(100svh - 172px); padding: 70px var(--gutter) 90px; display: grid; place-items: center; text-align: center; }
.status-page__copy { max-width: 600px; }
.status-page__star { color: var(--burgundy); font-size: 52px; }
.status-page .eyebrow { margin-top: 15px; }
.status-page h1 { font-size: clamp(65px, 8vw, 112px); margin: 25px 0; }
.status-page h1 em { color: var(--burgundy); }
.status-page__copy > p:not(.eyebrow) { color: var(--muted); max-width: 430px; margin-inline: auto; font-size: 14px; }
.status-page__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin-top: 30px; }
.status-footer { padding: 25px var(--gutter); border-top: 1px solid var(--line); text-align: center; font-size: 10px; color: var(--muted); }

/* Night theme: smoke-dark surfaces, ember/amber glow accents. */
.skip, .drawer { background: var(--surface); }
.button { background: var(--burgundy); color: #fff6ec; box-shadow: 0 0 0 0 #8f2c4400; transition: background .25s, transform .25s var(--ease), box-shadow .3s; }
.button:hover { background: #a8354f; box-shadow: 0 8px 30px -6px #c0395a88; }
.button--cream { background: var(--paper); color: #140f12; }
.nav { background: #0d0a0cf0; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.brand__sub { border-left-color: #3d3240; }
.section-number, .brand__dot, .intro-strip svg, .about__note svg, .book__heading .icon, .visit__signoff, .status-page__star { color: var(--glow); stroke: var(--glow); }
.brand__dot, .section-number, .book__heading .icon, .visit__signoff, .status-page__star { stroke: none; }
.book__heading .icon { stroke: currentColor; }
.nav__links a::after { background: var(--glow); }
.about__copy h2 em, .about__note em, .gallery h2 em, .visit h2 em, .status-page h1 em { color: var(--glow); text-shadow: 0 0 28px #e0a36a40; }
.hero { background: #140d10; box-shadow: 0 0 80px -20px #8f2c4455; }
.hero h1 em { color: #f0b67a; text-shadow: 0 0 34px #e0a36a55; }
.about__note { background: var(--surface); border: 1px solid var(--line); box-shadow: 0 10px 40px #000a; }
.experiences, .match { background: var(--dark); }
.experiences { background: radial-gradient(90% 60% at 80% 0%, #2a1320 0%, transparent 70%), var(--dark); }
.photo { background: #1d171f; }
.visit { background: radial-gradient(70% 80% at 10% 100%, #24101a 0%, transparent 70%), #100c11; }
.visit__copy > p:not(.eyebrow) { color: var(--muted); }
.visit__details { border-top-color: var(--line); }
.book { background: var(--surface); border-color: var(--line); }
.book input, .book textarea { border-color: #3a2f3c; background: #0f0b10; }
.book input::placeholder, .book textarea::placeholder { color: #85797f; }
.book input:focus, .book textarea:focus { outline-color: var(--glow); }
.book__fine { color: #8d8288; }
.footer { background: #080608; border-top: 1px solid var(--line); }
.footer__bottom { border-top-color: var(--line); }
.lightbox { background: #0f0b10; }
:focus-visible { outline-color: var(--glow); }
::selection { background: var(--burgundy); color: #fff6ec; }
/* Mobile hero: clean photo band fading into dark, copy below (mirrors the Kampaften layout). */
@media (max-width: 760px) {
  .hero { margin: 0; height: auto; min-height: 0; max-height: none; border-radius: 0; overflow: visible; box-shadow: none; background: var(--bg); }
  .hero picture { display: block; position: relative; aspect-ratio: 4 / 5; overflow: hidden; }
  .hero__image { position: absolute; z-index: 0; object-position: center 50%; }
  .hero__shade { display: block; z-index: 1; background: linear-gradient(0deg, var(--bg) 0%, rgba(13,10,12,0) 32%); height: auto; top: 0; bottom: auto; aspect-ratio: 4 / 5; }
  .hero__tag, .hero__seal, .hero__bottom, .hero__lede br { display: none; }
  .hero__content { position: relative; z-index: 2; padding: 4px var(--gutter) 56px; }
  .hero__eyebrow { font-size: 10px; letter-spacing: .19em; color: #d7b59a; }
  .hero__eyebrow .little-star { display: none; }
  .hero h1 { font-size: clamp(50px, 14vw, 66px); margin: 18px 0 20px; line-height: 1; }
  .hero h1 br:first-of-type { display: none; }
  .hero__lede { font-size: 15px; color: #d9d2c7; }
}
/* Mobile hero: trim the ceiling down to just above the disco ball (top 32%) – box = 68% of image height, anchored bottom. */
@media (max-width: 760px) {
  .hero picture, .hero__shade { aspect-ratio: 1400 / 1275; }
  .hero__image { object-position: 50% 100%; }
}
/* Mobile swaps hero/Kampaften copy to match the swapped photos. */
.swap-mobile { display: none; }
@media (max-width: 760px) { .swap-desktop { display: none; } .swap-mobile { display: block; } }
@media (max-width: 760px) { .hero .swap-mobile h1 br { display: inline; } }
@media (max-width: 760px) { .hero .swap-mobile .text-link { margin-top: 6px; } .match .hero__actions { margin-top: 26px; } }
