/* Preview redesign: isolated from the production homepage styles. */
*, *::before, *::after { box-sizing: border-box; }

@font-face {
  font-family: 'UNCAGE';
  src: url('/fonts/uncage-bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

@font-face {
  font-family: 'UNCAGE';
  src: url('/fonts/uncage-semibold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Local';
  src: url('/fonts/nunito-variable.ttf') format('truetype');
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
}

:root {
  --ink: #343531;
  --heading: #5f6d38;
  --muted: #6f716c;
  --paper: #ffffff;
  --apricot: #f39433;
  --apricot-soft: #f9b673;
  --apricot-dark: #d86f17;
  --mandys-pink: #f8b990;
  --mandys-pink-pale: #fde1ce;
  --lemon-chiffon: #fff9c7;
  --lemon-chiffon-pale: #fffef8;
  --pattens-blue: #e0f1f5;
  --pattens-blue-pale: #f1f9fb;
  --caper: #b7c088;
  --caper-pale: #e1e6cc;
  --cream: var(--lemon-chiffon-pale);
  --orange: var(--apricot);
  --orange-dark: var(--apricot-dark);
  --peach: var(--mandys-pink);
  --sage: var(--caper);
  --sage-pale: var(--caper-pale);
  --line: #e8e4d7;
  --shadow: 0 0 0 1px rgba(52, 53, 49, .025), 0 3px 10px rgba(52, 53, 49, .055), 0 16px 38px rgba(52, 53, 49, .075);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --shell: 1180px;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: 'Nunito Local', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 12px 16px;
  border-radius: 10px;
  color: var(--paper);
  background: var(--ink);
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.shell {
  width: min(100% - 40px, var(--shell));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(36, 49, 44, .08);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 76px;
  gap: 36px;
}

.brand img { width: 116px; mix-blend-mode: multiply; }
.site-nav { display: flex; justify-content: center; gap: 28px; }
.site-nav a {
  position: relative;
  text-decoration: none;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}
.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: '';
  background: var(--orange);
  transform: scaleX(0);
  transition: transform .18s ease;
}
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: var(--orange);
  box-shadow: 0 8px 24px rgba(232, 117, 35, .24);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); background: var(--orange-dark); box-shadow: 0 12px 28px rgba(191, 86, 22, .28); }
.button:focus-visible, .text-link:focus-visible, .site-nav a:focus-visible { outline: 3px solid #f4ac7a; outline-offset: 4px; }
.button--compact { min-height: 44px; padding-inline: 20px; font-size: 14px; }
.button--light { color: #fff; background: var(--apricot); box-shadow: 0 8px 24px rgba(243, 148, 51, .2); }
.button--light:hover { color: #fff; background: var(--apricot-dark); }

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 900;
  text-underline-offset: 5px;
}
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link--light { color: var(--ink); }

.hero {
  position: relative;
  padding: 68px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 15%, rgba(248, 185, 144, .42), transparent 28%),
    radial-gradient(circle at 92% 20%, rgba(224, 241, 245, .9), transparent 27%),
    var(--lemon-chiffon-pale);
}
.hero::before {
  position: absolute;
  top: 48px;
  left: -80px;
  width: 180px;
  height: 180px;
  border: 34px solid rgba(243, 148, 51, .13);
  border-radius: 50%;
  content: '';
}
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
  min-height: 620px;
  padding-bottom: 72px;
}
.hero__copy { position: relative; z-index: 2; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow--light { color: #f7c6ab; }
.hero h1, h2, h3, p { margin-top: 0; }
h3, .price-row strong {
  color: var(--heading);
  font-family: 'UNCAGE', 'Nunito Local', sans-serif;
}
h1, h2 {
  color: var(--heading);
  font-family: 'Nunito Local', sans-serif;
  font-variation-settings: 'wght' 950;
}
.hero h1 {
  max-width: 700px;
  margin-bottom: 24px;
  font-size: clamp(48px, 5.5vw, 78px);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: .95;
  text-wrap: balance;
}
.hero h1 span { color: var(--orange); }
.hero__lead {
  max-width: 590px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 1.55;
  text-wrap: pretty;
}
.hero__actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero__facts {
  display: flex;
  gap: 28px;
  margin: 42px 0 0;
}
.hero__facts div { padding-right: 28px; border-right: 1px solid var(--line); }
.hero__facts div:last-child { padding-right: 0; border: 0; }
.hero__facts dt { color: var(--heading); font-size: 17px; font-weight: 900; }
.hero__facts dd { margin: 2px 0 0; color: var(--muted); font-size: 13px; }

.hero__visual {
  position: relative;
  min-height: 540px;
}
.hero-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: var(--sage-pale);
  box-shadow: var(--shadow);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo--main {
  inset: 0 70px 30px 40px;
  border-radius: 50% 50% 34% 34% / 42% 42% 30% 30%;
  transform: rotate(1.8deg);
}
.hero-photo--small {
  right: -42px;
  bottom: 10px;
  width: 260px;
  height: 190px;
  border: 10px solid var(--cream);
  border-radius: var(--radius-md);
  transform: rotate(-4deg);
}
.hero__mascot-card {
  position: absolute;
  z-index: 2;
  top: 6px;
  left: -8px;
  display: grid;
  justify-items: center;
  width: 160px;
  padding: 4px 10px 12px;
  border-radius: 80px 80px 22px 22px;
  background: #fff;
  box-shadow: var(--shadow);
  transform: rotate(-5deg);
}
.hero__mascot-card img { width: 118px; margin-top: -14px; mix-blend-mode: multiply; }
.hero__mascot-card span { font-size: 13px; font-weight: 900; }
.hero__ticker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 66px;
  padding: 16px 24px;
  color: var(--ink);
  background: var(--apricot);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.hero__ticker i { width: 6px; height: 6px; border-radius: 50%; background: var(--lemon-chiffon); }

.brand-decor {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.brand-decor img { position: absolute; width: auto; user-select: none; }
.brand-decor__ring { top: 88px; left: -55px; width: 180px; opacity: .92; transform: rotate(-12deg); }
.brand-decor__flower-blue { top: 54px; right: 43%; width: 86px; opacity: .85; transform: rotate(14deg); }
.brand-decor__flower-pink { top: 58px; right: -52px; width: 165px; opacity: .72; transform: rotate(-10deg); }
.brand-decor__triangle { top: 34px; right: 4%; width: 118px; opacity: .7; transform: rotate(10deg); }
.hero__grid, .play > .shell, .prices__grid { position: relative; z-index: 1; }

.section { padding: clamp(80px, 9vw, 124px) 0; }
.section-heading { margin-bottom: 42px; }
.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr);
  align-items: end;
  gap: 64px;
}
.section-heading h2, .about h2, .prices h2, .celebrations h2, .kitchen h2, .offers h2, .social h2, .visit h2 {
  margin-bottom: 0;
  font-size: clamp(36px, 4.3vw, 58px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.02;
  text-wrap: balance;
}
.section-heading > p { margin-bottom: 3px; color: var(--muted); font-size: 18px; }

.about { background: #fff; }
.about__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  align-items: center;
  gap: clamp(44px, 8vw, 108px);
  padding: clamp(42px, 6vw, 72px);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 100%, rgba(255, 249, 199, .92), transparent 32%),
    var(--pattens-blue-pale);
}
.about__card::after {
  position: absolute;
  top: -42px;
  right: 32%;
  width: 118px;
  height: 118px;
  border: 28px solid rgba(248, 185, 144, .46);
  border-radius: 50%;
  content: '';
}
.about__copy { position: relative; z-index: 2; }
.about__copy h2 { max-width: 650px; margin-bottom: 24px; }
.about__copy > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 18px; }
.about__facts { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.about__facts span { padding: 10px 15px; border-radius: 999px; background: #fff; font-size: 13px; font-weight: 900; box-shadow: 0 0 0 1px rgba(52, 53, 49, .06); }
.about__visual { position: relative; z-index: 1; min-height: 390px; }
.about__visual > img:first-child { width: 100%; height: 390px; border-radius: 48% 48% 24px 24px; object-fit: cover; box-shadow: var(--shadow); }
.about__mascot { position: absolute; right: -28px; bottom: -44px; width: 155px; filter: drop-shadow(0 16px 26px rgba(52, 53, 49, .18)); }

.photo-rail {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}
.place-card {
  grid-column: span 3;
  min-width: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(36, 49, 44, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.place-card:nth-child(n + 5) { grid-column: span 4; }
.place-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.place-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.place-card__body { padding: 18px 18px 20px; }
.place-card h3 { margin-bottom: 4px; font-size: 18px; line-height: 1.2; }
.place-card p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.menu-tags li {
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--sage-pale);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}
.play-notice {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -4px 0 28px;
  padding: 16px 20px;
  border-radius: 18px;
  color: var(--heading);
  background: var(--sage-pale);
  box-shadow: 0 0 0 1px rgba(95, 109, 56, .08);
  font-size: 18px;
  font-weight: 850;
}
.play-notice strong { color: var(--orange-dark); font-family: 'UNCAGE', 'Nunito Local', sans-serif; }

.prices { position: relative; overflow: hidden; color: var(--ink); background: var(--pattens-blue); }
.prices__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(48px, 9vw, 120px); }
.prices__intro { position: relative; padding-bottom: 48px; }
.prices__intro h2 { max-width: 480px; margin-bottom: 0; }
.prices__intro > p:not(.eyebrow) { max-width: 430px; color: var(--muted); font-size: 17px; }
.prices__intro img {
  position: absolute;
  right: -60px;
  bottom: -90px;
  width: 185px;
  filter: drop-shadow(0 12px 30px rgba(0,0,0,.18));
}
.price-list { padding: 16px 30px; border-radius: var(--radius-lg); color: var(--ink); background: rgba(255, 254, 248, .94); box-shadow: var(--shadow); }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 70px; border-bottom: 1px solid var(--line); }
.price-row:last-child { border: 0; }
.price-row span { font-weight: 800; }
.price-row strong { font-size: 22px; }
.price-row small { display: inline-block; margin-left: 8px; padding: 5px 9px; border-radius: 99px; color: var(--orange-dark); background: #fff0e5; font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.price-row--featured { margin-inline: -14px; padding-inline: 14px; border-radius: 16px; background: var(--mandys-pink-pale); }
.price-row--featured strong { color: var(--orange); }

.celebrations { background: var(--lemon-chiffon-pale); }
.celebrations__hero {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: stretch;
  min-height: 470px;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow);
}
.celebrations__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(42px, 6vw, 76px); }
.celebrations__copy h2 { margin-bottom: 22px; }
.celebrations__copy > p:not(.eyebrow) { margin-bottom: 28px; color: var(--muted); font-size: 17px; }
.celebrations__hero > img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; object-position: center 42%; }
.room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.room-card { overflow: hidden; border-radius: var(--radius-md); background: #fff; box-shadow: 0 0 0 1px rgba(36, 49, 44, .07); }
.room-card > img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.room-card__body { padding: 22px; }
.room-card__body > div { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.room-card__label { margin-bottom: 5px; color: var(--orange-dark); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.room-card h3 { margin-bottom: 10px; font-size: 22px; }
.room-card__body > p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.rooms-note { margin: 24px 0 0; text-align: center; color: var(--muted); font-weight: 700; }

.kitchen { overflow: hidden; background: #fff; }
.kitchen__grid { display: grid; grid-template-columns: 1fr .86fr; align-items: center; gap: clamp(50px, 9vw, 116px); }
.kitchen__gallery { position: relative; min-height: 620px; }
.kitchen__photo {
  position: absolute;
  width: 56%;
  border-radius: 20px;
  box-shadow: var(--shadow);
  cursor: zoom-in;
  transition: filter .18s ease, box-shadow .18s ease;
}
.kitchen__photo:hover { filter: brightness(1.03); box-shadow: 0 20px 50px rgba(52, 53, 49, .18); }
.kitchen__photo:focus-visible { outline: 4px solid var(--apricot); outline-offset: 7px; }
.kitchen__photo--main { z-index: 2; top: 0; left: 8%; transform: rotate(-4deg); }
.kitchen__photo--second { right: 6%; bottom: 0; transform: rotate(5deg); }
.kitchen__gallery::before {
  position: absolute;
  inset: 8% 4% 10% 0;
  border-radius: 48% 52% 48% 52%;
  content: '';
  background: var(--pattens-blue);
  transform: rotate(-6deg);
}
.kitchen__copy h2 { margin-bottom: 24px; }
.kitchen__copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.menu-tags { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 28px 0 0; list-style: none; }
.kitchen__copy .kitchen__hint { margin: 20px 0 0; color: var(--orange-dark); font-size: 13px; font-weight: 800; }

.lightbox {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: none;
  padding: 24px;
  overflow: auto;
  background: rgba(31, 31, 28, .92);
  cursor: zoom-out;
  -webkit-overflow-scrolling: touch;
}
.lightbox.is-open { display: flex; }
.lightbox img {
  max-width: min(94vw, 1280px);
  max-height: 90vh;
  margin: auto;
  border-radius: 18px;
  box-shadow: 0 16px 60px rgba(0, 0, 0, .45);
  cursor: zoom-in;
}
.lightbox img.is-zoomed {
  width: auto;
  max-width: none;
  max-height: none;
  border-radius: 0;
  cursor: zoom-out;
}
.lightbox__close {
  position: fixed;
  z-index: 2;
  top: 16px;
  right: 16px;
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: rgba(52, 53, 49, .72);
  font: 700 20px/1 'Nunito Local', sans-serif;
  cursor: pointer;
}
.lightbox__close:hover, .lightbox__close:focus-visible { background: var(--apricot); outline: none; }
body.lightbox-open { overflow: hidden; }

.offers { background: var(--mandys-pink-pale); }
.offers__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px, 9vw, 120px); }
.offers__heading h2 { max-width: 470px; }
.offers__heading > p:not(.eyebrow) { max-width: 470px; margin-top: 22px; color: var(--muted); }
.offers__list { border-top: 1px solid rgba(52, 53, 49, .16); }
.offers__list article { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 28px; padding: 28px 0; border-bottom: 1px solid rgba(52, 53, 49, .16); }
.offers__list strong { color: var(--orange-dark); font-size: 18px; }
.offers__list p { margin-bottom: 0; font-weight: 700; }
.offers__posters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(100%, 820px);
  margin: 54px auto 0;
}
.offers__posters img {
  width: 100%;
  aspect-ratio: 5 / 7;
  border: 10px solid rgba(255, 255, 255, .78);
  border-radius: var(--radius-md);
  object-fit: cover;
  box-shadow: var(--shadow);
  cursor: zoom-in;
  transition: transform .2s ease, box-shadow .2s ease;
}
.offers__posters img:first-child { transform: rotate(-1.5deg); }
.offers__posters img:last-child { transform: rotate(1.5deg); }
.offers__posters img:hover { box-shadow: 0 24px 50px rgba(52, 53, 49, .15); transform: translateY(-5px) rotate(0); }
.offers__posters img:focus-visible { outline: 4px solid var(--apricot); outline-offset: 6px; }

.social { padding: 0 0 clamp(42px, 6vw, 76px); background: #fff; }
.social__card {
  position: relative;
  display: grid;
  grid-template-columns: 170px minmax(0, .9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: clamp(30px, 5vw, 68px);
  padding: clamp(42px, 6vw, 70px);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    radial-gradient(circle at 0 100%, rgba(183, 192, 136, .44), transparent 30%),
    linear-gradient(115deg, var(--lemon-chiffon) 0%, var(--lemon-chiffon-pale) 58%, var(--pattens-blue) 100%);
}
.social__mascot { align-self: end; width: 180px; margin-bottom: -70px; filter: drop-shadow(0 16px 24px rgba(52, 53, 49, .16)); }
.social__copy { position: relative; z-index: 1; }
.social__copy h2 { margin-bottom: 20px; font-size: clamp(32px, 3.6vw, 50px); }
.social__copy > p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); }
.social__links { display: grid; gap: 10px; }
.social__links a {
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(52, 53, 49, .07);
  border-radius: 18px;
  background: rgba(255, 255, 255, .84);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.social__links a:hover, .social__links a:focus-visible { outline: none; box-shadow: var(--shadow); transform: translateX(4px); }
.social__links span { display: grid; grid-row: 1 / 3; width: 46px; height: 46px; border-radius: 15px; place-items: center; background: var(--pattens-blue); font-size: 12px; font-weight: 1000; }
.social__links a:nth-child(2) span { background: var(--caper-pale); }
.social__links a:nth-child(3) span { background: var(--mandys-pink-pale); }
.social__links strong { align-self: end; }
.social__links small { align-self: start; color: var(--muted); }

.visit { padding-top: 0; background: #fff; }
.visit__card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 360px;
  align-items: center;
  min-height: 410px;
  padding: 64px clamp(38px, 7vw, 88px);
  border-radius: var(--radius-lg);
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 15%, rgba(248, 185, 144, .55), transparent 32%),
    linear-gradient(125deg, var(--pattens-blue) 0%, var(--caper-pale) 100%);
  overflow: hidden;
}
.visit__copy { position: relative; z-index: 2; }
.visit h2 { max-width: 650px; margin-bottom: 20px; }
.visit__copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.visit__actions { display: flex; align-items: flex-start; gap: 26px; margin-top: 28px; }
.visit__primary-actions { display: grid; justify-items: start; gap: 11px; }
.visit__review { max-width: 250px; color: var(--ink); font-size: 12px; font-weight: 900; line-height: 1.35; text-underline-offset: 4px; }
.visit__review:hover, .visit__review:focus-visible { color: var(--orange-dark); }
.visit__contacts { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.visit__contacts a {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.visit__contacts a:first-child { color: var(--orange-dark); }
.visit__contacts a:hover, .visit__contacts a:focus-visible { color: var(--orange-dark); }
.visit__card > img { position: absolute; right: 28px; bottom: -18px; width: 310px; filter: drop-shadow(0 20px 30px rgba(0,0,0,.18)); }

.contact-modal {
  position: fixed;
  z-index: 1100;
  inset: 0;
  display: grid;
  padding: 24px;
  place-items: center;
  background: rgba(52, 53, 49, .66);
  backdrop-filter: blur(8px);
}
.contact-modal[hidden] { display: none; }
.contact-modal__dialog {
  position: relative;
  width: min(100%, 680px);
  max-height: calc(100vh - 48px);
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid rgba(52, 53, 49, .08);
  border-radius: 36px;
  overflow: auto;
  background:
    radial-gradient(circle at 100% 0, rgba(248, 185, 144, .7), transparent 34%),
    radial-gradient(circle at 0 100%, rgba(224, 241, 245, .9), transparent 38%),
    var(--lemon-chiffon-pale);
  box-shadow: 0 28px 80px rgba(31, 31, 28, .28);
}
.contact-modal__dialog:focus { outline: none; }
.contact-modal__dialog h2 { max-width: 540px; margin-bottom: 14px; font-size: clamp(32px, 5vw, 48px); line-height: 1.02; }
.contact-modal__dialog > p:not(.eyebrow) { max-width: 520px; margin-bottom: 28px; color: var(--muted); }
.contact-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  place-items: center;
  color: var(--ink);
  background: rgba(255, 255, 255, .78);
  font: 800 18px/1 'Nunito Local', sans-serif;
  cursor: pointer;
}
.contact-modal__close:hover, .contact-modal__close:focus-visible { color: #fff; background: var(--apricot); outline: none; }
.contact-modal__options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.contact-option {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(52, 53, 49, .08);
  border-radius: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, .84);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.contact-option:hover, .contact-option:focus-visible { border-color: var(--apricot); outline: none; box-shadow: 0 10px 24px rgba(52, 53, 49, .09); transform: translateY(-2px); }
.contact-option__mark { display: grid; flex: 0 0 46px; width: 46px; height: 46px; border-radius: 15px; place-items: center; color: var(--ink); background: var(--pattens-blue); font-size: 13px; font-weight: 1000; }
.contact-option--phone .contact-option__mark { background: var(--lemon-chiffon); font-size: 20px; }
.contact-option--max .contact-option__mark { background: var(--caper-pale); }
.contact-option--instagram .contact-option__mark { background: var(--mandys-pink-pale); }
.contact-option strong, .contact-option small { display: block; }
.contact-option strong { font-size: 16px; }
.contact-option small { margin-top: 2px; overflow: hidden; color: var(--muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
body.contact-modal-open { overflow: hidden; }

.site-footer { padding: 38px 0; border-top: 1px solid var(--line); background: var(--lemon-chiffon-pale); }
.site-footer__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.site-footer img { width: 86px; mix-blend-mode: multiply; }
.site-footer p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.site-footer__links { display: flex; gap: 22px; }
.site-footer__links a { font-size: 13px; font-weight: 800; text-underline-offset: 4px; }

@media (max-width: 980px) {
  .site-nav { display: none; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .hero__grid { grid-template-columns: 1fr; gap: 36px; }
  .hero__copy { max-width: 720px; }
  .hero__visual { width: min(100%, 680px); margin-inline: auto; }
  .photo-rail { grid-template-columns: repeat(2, 1fr); }
  .place-card, .place-card:nth-child(n + 5) { grid-column: auto; }
  .place-card img { aspect-ratio: 16 / 11; }
  .about__card, .prices__grid, .celebrations__hero, .kitchen__grid, .offers__grid { grid-template-columns: 1fr; }
  .about__visual { width: min(100%, 620px); }
  .prices__intro { max-width: 700px; }
  .prices__intro img { right: 10px; }
  .celebrations__hero > img { min-height: 360px; }
  .kitchen__gallery { width: min(100%, 620px); margin-inline: auto; }
  .offers__heading h2 { max-width: 720px; }
  .social__card { grid-template-columns: 140px 1fr; }
  .social__links { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
  .social__links a { grid-template-columns: 42px 1fr; }
  .social__mascot { width: 145px; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .site-header__inner { min-height: 68px; }
  .brand img { width: 100px; }
  .button--compact { min-height: 42px; padding-inline: 15px; }
  .hero { padding-top: 42px; }
  .brand-decor__ring { top: 76px; left: -78px; width: 150px; opacity: .7; }
  .brand-decor__flower-blue { top: 390px; right: -24px; width: 92px; opacity: .58; }
  .brand-decor__flower-pink { top: 32px; right: -45px; width: 112px; opacity: .55; }
  .brand-decor__triangle { top: 24px; right: -26px; width: 92px; opacity: .48; }
  .hero__grid { min-height: 0; padding-bottom: 48px; }
  .hero h1 { font-size: clamp(43px, 13vw, 62px); }
  .hero__visual { min-height: 430px; }
  .hero-photo--main { inset: 0 24px 32px 20px; }
  .hero-photo--small { right: -8px; width: 190px; height: 140px; border-width: 7px; }
  .hero__mascot-card { top: 10px; left: -6px; width: 122px; }
  .hero__mascot-card img { width: 90px; }
  .hero__facts { gap: 16px; }
  .hero__facts div { padding-right: 16px; }
  .hero__facts dt { font-size: 14px; }
  .hero__ticker { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .section { padding: 74px 0; }
  .about__card { padding: 40px 24px 0; gap: 32px; }
  .about__visual { min-height: 330px; }
  .about__visual > img:first-child { height: 330px; border-radius: 44% 44% 22px 22px; }
  .about__mascot { right: -10px; bottom: -30px; width: 130px; }
  .section-heading--split { grid-template-columns: 1fr; gap: 16px; }
  .photo-rail {
    display: flex;
    gap: 14px;
    margin-inline: -14px;
    padding: 4px 14px 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .place-card { flex: 0 0 82vw; scroll-snap-align: start; }
  .play-notice { align-items: flex-start; margin-bottom: 24px; padding: 15px 17px; font-size: 16px; line-height: 1.4; }
  .prices__intro { padding-bottom: 124px; }
  .prices__intro img { right: -12px; bottom: -44px; width: 160px; }
  .price-list { padding-inline: 20px; }
  .price-row small { display: block; width: fit-content; margin: 4px 0 0; }
  .room-grid { grid-template-columns: 1fr; }
  .celebrations__copy { padding: 40px 28px; }
  .celebrations__hero > img { min-height: 290px; }
  .kitchen__gallery { min-height: 480px; }
  .lightbox { padding: 64px 10px 18px; }
  .lightbox img { max-width: 100%; }
  .offers__list article { grid-template-columns: 110px 1fr; gap: 18px; }
  .offers__posters { gap: 12px; margin-top: 38px; }
  .offers__posters img { border-width: 6px; border-radius: 18px; }
  .social { padding: 0 0 42px; }
  .social__card { grid-template-columns: 1fr; padding: 38px 24px 0; gap: 24px; }
  .social__mascot { grid-row: 3; width: 170px; margin: 0 auto -26px; }
  .social__links { grid-column: auto; grid-template-columns: 1fr; }
  .social__links a { grid-template-columns: 46px 1fr; }
  .visit__card { display: flex; min-height: 0; padding: 48px 28px 0; align-items: stretch; flex-direction: column; }
  .visit__card > img {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(270px, 90%);
    margin: 26px auto -10px;
    transform: none;
  }
  .visit__actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .visit__primary-actions { width: 100%; }
  .visit__review { max-width: 100%; }
  .visit__contacts { gap: 12px 16px; }
  .contact-modal { padding: 12px; }
  .contact-modal__dialog { max-height: calc(100vh - 24px); padding: 36px 20px 24px; border-radius: 28px; }
  .contact-modal__dialog h2 { padding-right: 28px; }
  .contact-modal__options { grid-template-columns: 1fr; }
  .site-footer__inner { grid-template-columns: auto 1fr; }
  .site-footer__links { grid-column: 1 / -1; flex-wrap: wrap; }
}

@media (max-width: 430px) {
  .brand img { width: 96px; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .text-link { justify-content: center; }
  .hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .hero__facts div { padding-right: 8px; }
  .hero__facts dd { font-size: 11px; }
  .hero__visual { min-height: 360px; }
  .hero__mascot-card { width: 105px; }
  .hero__mascot-card span { font-size: 11px; }
  .hero-photo--small { width: 150px; height: 112px; }
  .section-heading h2, .about h2, .prices h2, .celebrations h2, .kitchen h2, .offers h2, .social h2, .visit h2 { font-size: 36px; }
  .price-row { min-height: 64px; }
  .price-row strong { font-size: 19px; }
  .kitchen__gallery { min-height: 400px; }
  .offers__list article { grid-template-columns: 1fr; gap: 4px; }
  .offers__posters { grid-template-columns: 1fr; width: min(100%, 330px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

@media print {
  @page { size: A4 landscape; margin: 0; }

  html, body {
    width: 297mm;
    min-width: 297mm;
    margin: 0;
    background: #fff;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .skip-link, .contact-modal, .lightbox, .site-footer { display: none !important; }
  .shell { width: calc(100% - 64px); max-width: none; }
  .site-header { position: absolute; top: 0; right: 0; left: 0; border: 0; background: rgba(255, 255, 255, .92); backdrop-filter: none; }
  .site-header__inner { min-height: 62px; }
  .brand img { width: 80px; }
  .site-nav { gap: 24px; }
  .site-nav a { font-size: 12px; }
  .button--compact { min-height: 38px; padding-inline: 16px; font-size: 12px; }

  main > section {
    width: 297mm;
    height: 210mm;
    min-height: 210mm;
    max-height: 210mm;
    break-after: page;
    overflow: hidden;
  }

  .hero { padding-top: 82px; }
  .hero__grid { min-height: 610px; padding-bottom: 28px; }
  .hero__ticker { min-height: 54px; padding-block: 10px; }
  .hero h1 { font-size: 64px; }
  .hero-photo--main { inset: 54px 18px 30px 40px; }
  .hero-photo--small { right: -20px; bottom: 10px; width: 220px; height: 160px; }

  .section { padding: 42px 0; }
  .about__card { height: 100%; padding-block: 40px; }
  .about__visual, .about__visual > img:first-child { min-height: 0; height: 360px; }
  .about__copy h2 { font-size: 48px; }

  .section-heading { margin-bottom: 28px; }
  .section-heading h2, .prices h2, .celebrations h2, .kitchen h2, .offers h2, .social h2, .visit h2 { font-size: 42px; }
  .photo-rail { gap: 12px; }
  .place-card img { aspect-ratio: 16 / 9; }
  .place-card__body { padding: 12px 14px 14px; }

  .prices { display: grid; align-items: center; }
  .prices__grid { gap: 72px; }
  .price-list { padding-block: 10px; }
  .price-row { min-height: 62px; }

  .celebrations { padding-block: 30px; }
  .celebrations__hero { margin-bottom: 16px; }
  .celebrations__copy { padding: 24px 30px; }
  .celebrations__copy h2 { margin-bottom: 12px; font-size: 38px; }
  .celebrations__copy > p:not(.eyebrow) { margin-bottom: 16px; font-size: 14px; }
  .celebrations__hero > img { min-height: 250px; max-height: 250px; }
  .room-grid { gap: 14px; }
  .room-card > img { aspect-ratio: 16 / 6; }
  .room-card__body { padding: 12px 14px; }
  .room-card__body > div { display: block; }
  .room-card h3 { margin-bottom: 5px; font-size: 18px; }
  .room-card__body > p { font-size: 11px; line-height: 1.35; }
  .rooms-note { margin-top: 12px; font-size: 12px; }

  .kitchen { display: grid; align-items: center; }
  .kitchen__gallery { min-height: 540px; }

  .offers { padding-block: 38px; }
  .offers > .shell { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 36px; }
  .offers__grid { grid-template-columns: 1fr; gap: 22px; }
  .offers__heading h2 { font-size: 40px; }
  .offers__heading > p:not(.eyebrow) { margin-top: 14px; font-size: 13px; }
  .offers__list article { grid-template-columns: 112px 1fr; gap: 16px; padding: 18px 0; }
  .offers__list strong { font-size: 15px; }
  .offers__list p { font-size: 13px; }
  .offers__posters { width: 100%; margin: 0; gap: 14px; }
  .offers__posters img { border-width: 7px; border-radius: 18px; }

  .social { display: grid; align-items: center; padding: 0; }
  .social__card { grid-template-columns: 150px minmax(0, .9fr) minmax(340px, 1.1fr); padding: 54px; }
  .social__mascot { width: 160px; margin-bottom: -54px; }
  .social__copy h2 { font-size: 40px; }

  .visit { display: grid; align-items: center; padding: 0; }
  .visit__card { min-height: 500px; }
}
