:root {
  --blue: #12385a;
  --blue-deep: #0f304d;
  --orange: #e85232;
  --orange-hot: #f15a37;
  --cream: #f8e5c8;
  --paper: #f3b176;
  --ink-soft: rgba(18, 56, 90, 0.82);
  --serif: "Cormorant Garamond", "PT Serif", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: clamp(72px, 8vh, 112px);
  background: var(--blue-deep);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--blue);
  font-family: "Manrope", "Montserrat", Arial, sans-serif;
  background: var(--blue-deep);
}

body.modal-open {
  overflow: hidden;
}

body[data-design="poster"] {
  --blue: #0f3456;
  --blue-deep: #0a2741;
  --orange: #f0502f;
  --orange-hot: #ff6240;
  --paper: #e78355;
  --cream: #ffe0b8;
  --ink-soft: rgba(15, 52, 86, 0.9);
}

a {
  color: inherit;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.site-shell {
  min-height: 100svh;
  overflow: hidden;
}

.design-switcher {
  position: fixed;
  right: clamp(14px, 2vw, 28px);
  bottom: clamp(14px, 2vw, 28px);
  z-index: 120;
  display: none;
  align-items: center;
  gap: 6px;
  padding: 7px;
  border-radius: 8px;
  color: var(--blue);
  background:
    url("./assets/textures/paper-grain.svg"),
    linear-gradient(180deg, rgba(255, 238, 204, 0.96), rgba(240, 205, 159, 0.94));
  background-size: 320px 320px, auto;
  box-shadow: 0 16px 34px rgba(34, 23, 15, 0.22), inset 0 0 0 1px rgba(79, 47, 26, 0.14);
  font-family: "Manrope", sans-serif;
}

body.design-lab .design-switcher {
  display: inline-flex;
}

.design-switcher span {
  padding: 0 8px 0 6px;
  color: rgba(18, 56, 90, 0.72);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.design-switcher button {
  min-width: 74px;
  min-height: 36px;
  padding: 8px 12px;
  border: 0;
  border-radius: 6px;
  color: var(--blue);
  background: rgba(248, 229, 200, 0.5);
  box-shadow: inset 0 0 0 1px rgba(18, 56, 90, 0.12);
  font: 800 0.86rem / 1 "Manrope", sans-serif;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.design-switcher button:hover {
  transform: translateY(-1px);
  background: rgba(255, 240, 212, 0.88);
}

.design-switcher button.is-active {
  color: #fff5ea;
  background: var(--orange);
  box-shadow: 0 7px 16px rgba(62, 31, 16, 0.18), inset 0 0 0 1px rgba(255, 244, 224, 0.16);
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 50% 29%, rgba(255, 226, 178, 0.42) 0 18%, transparent 48%),
    radial-gradient(ellipse at 18% 12%, rgba(153, 57, 34, 0.2), transparent 35%),
    radial-gradient(ellipse at 84% 18%, rgba(232, 125, 78, 0.16), transparent 31%),
    linear-gradient(180deg, #df7d50 0%, #eba06d 18%, #f3b57d 44%, #e99b6b 74%, #777d86 88%, #153b5c 96%, #0f304d 100%);
}

body[data-design="poster"] .hero {
  background:
    radial-gradient(ellipse at 50% 27%, rgba(255, 214, 154, 0.32) 0 16%, transparent 46%),
    radial-gradient(ellipse at 16% 10%, rgba(119, 42, 28, 0.24), transparent 34%),
    radial-gradient(ellipse at 88% 22%, rgba(195, 75, 44, 0.18), transparent 32%),
    linear-gradient(180deg, #d66e45 0%, #e58a5b 25%, #f0a96f 57%, #c77558 78%, #234663 90%, #0a2741 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -5;
  content: "";
  background:
    linear-gradient(90deg, rgba(88, 39, 22, 0.2), transparent 18%, transparent 80%, rgba(63, 31, 20, 0.18)),
    radial-gradient(ellipse at 48% 49%, rgba(119, 55, 32, 0.16), transparent 32%),
    radial-gradient(circle at 22% 62%, rgba(232, 82, 50, 0.12), transparent 28%),
    radial-gradient(circle at 78% 18%, rgba(255, 222, 177, 0.2), transparent 23%),
    radial-gradient(ellipse at 50% 0%, rgba(91, 36, 23, 0.18), transparent 43%);
  mix-blend-mode: multiply;
}

.hero__paper,
.hero__grain,
.hero__light {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__paper {
  z-index: -4;
  opacity: 0.66;
  background-image:
    radial-gradient(ellipse at 28% 16%, rgba(255, 235, 197, 0.24), transparent 30%),
    radial-gradient(ellipse at 70% 43%, rgba(106, 52, 29, 0.18), transparent 31%),
    radial-gradient(ellipse at 38% 72%, rgba(111, 52, 27, 0.13), transparent 34%),
    radial-gradient(ellipse at 84% 76%, rgba(255, 215, 165, 0.12), transparent 27%),
    linear-gradient(108deg, rgba(255, 239, 204, 0.1), transparent 34%, rgba(91, 42, 25, 0.1) 73%, transparent);
  filter: contrast(108%) sepia(14%);
}

body[data-design="poster"] .hero__paper {
  opacity: 0.78;
  filter: contrast(114%) sepia(18%);
}

.hero__grain {
  z-index: 8;
  opacity: 0.23;
  background-image: url("./assets/textures/paper-grain.svg");
  background-size: 420px 420px;
  mix-blend-mode: soft-light;
  animation: grainDrift 13s steps(3) infinite;
}

.hero__light {
  z-index: -3;
  opacity: 0.38;
  background: radial-gradient(ellipse at 48% 31%, rgba(255, 228, 183, 0.44), transparent 45%);
  animation: lightBreathe 8s ease-in-out infinite alternate;
}

.hero-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  width: min(1480px, calc(100% - 120px));
  margin: 0 auto;
  padding-top: clamp(26px, 5vh, 54px);
}

.brand {
  grid-column: 3;
  justify-self: end;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
  width: max-content;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand__stamp {
  display: block;
  width: clamp(82px, 6.8vw, 104px);
  aspect-ratio: 1;
  filter: drop-shadow(0 9px 12px rgba(57, 33, 20, 0.16));
  transform: rotate(-1.7deg);
}

.brand__stamp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-nav {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(34px, 5vw, 76px);
  padding-top: 18px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(15px, 1.12vw, 20px);
  font-weight: 700;
}

.hero-menu-toggle,
.hero-menu-button {
  display: none;
}

.hero-nav a,
.hero-contact a {
  transition: color 180ms ease, transform 180ms ease;
}

.hero-nav a:hover,
.hero-contact a:hover {
  color: var(--orange);
}

.hero-contact {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  padding-top: 6px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(13px, 0.96vw, 17px);
  font-weight: 600;
}

.hero-contact a {
  font-size: clamp(17px, 1.26vw, 22px);
  font-weight: 700;
}

.hero__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(820px, 60vw);
  min-height: calc(100svh - 120px);
  margin: -118px auto 0;
  padding: 112px 0 138px;
  text-align: center;
}

.hero__title-wrap {
  position: relative;
  display: grid;
  justify-items: center;
  width: 100%;
}

.hero-title {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  font-family: "Montserrat Alternates", "Manrope", sans-serif;
  font-size: clamp(5.05rem, 8.45vw, 9.45rem);
  font-weight: 900;
  line-height: 0.93;
  letter-spacing: -0.055em;
  text-transform: none;
}

.hero-title__line {
  position: relative;
  display: block;
  color: var(--title-color);
  filter: drop-shadow(0 2px 0 rgba(69, 31, 14, 0.04));
}

.hero-title__line--hello {
  --title-color: var(--blue);
  transform: translateX(-0.02em);
}

.hero-title__line--from {
  margin-top: -0.04em;
  --title-color: rgba(248, 229, 200, 0.95);
  font-size: 0.72em;
  line-height: 0.72;
  opacity: 0.94;
  text-shadow: 0 2px 8px rgba(98, 48, 25, 0.16), 0 1px 0 rgba(255, 248, 226, 0.22);
}

body[data-design="poster"] .hero-title {
  letter-spacing: -0.065em;
  filter: drop-shadow(0 5px 0 rgba(61, 30, 14, 0.035));
}

body[data-design="poster"] .hero-title__line--from {
  opacity: 1;
  text-shadow: 0 3px 12px rgba(72, 35, 17, 0.22), 0 1px 0 rgba(255, 249, 226, 0.28);
}

.hero-title__line--georgia {
  --title-color: var(--orange);
  padding-bottom: 0.07em;
  transform: translateX(0.025em);
}

.sun-doodle {
  position: absolute;
  z-index: 2;
  top: -7.5%;
  right: 13%;
  width: 74px;
  height: 74px;
  color: var(--orange);
  opacity: 0.68;
  transform: rotate(-8deg) skewX(-2deg);
  animation: sunWarmth 5.8s ease-in-out infinite;
}

.sun-doodle path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
  vector-effect: non-scaling-stroke;
}

.sun-doodle__circle {
  stroke-dasharray: 92 7 44 6;
  opacity: 0.82;
}

.sun-doodle__ray {
  stroke-width: 1.65;
  stroke-dasharray: 11 7 8 5;
  transform-box: fill-box;
  transform-origin: center;
  animation: sunRayBreath 4.8s ease-in-out infinite;
}

.hero-copy {
  width: min(760px, 100%);
  margin-top: clamp(22px, 2.35vh, 28px);
  color: var(--blue);
  font-family: "Manrope", sans-serif;
  text-align: center;
  text-wrap: balance;
}

.hero-copy h2 {
  margin: 0;
  color: inherit;
  max-width: 760px;
  margin-inline: auto;
  font-size: clamp(1.03rem, 0.94vw, 1.125rem);
  font-weight: 600;
  line-height: 1.24;
}

.hero-copy p {
  max-width: 760px;
  margin: 0 auto;
  color: inherit;
  font-size: clamp(1.03rem, 0.94vw, 1.125rem);
  font-weight: 600;
  line-height: 1.24;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-top: 28px;
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 272px;
  min-height: 68px;
  padding: 16px 26px;
  border-radius: 7px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1rem, 1.18vw, 1.32rem);
  font-weight: 800;
  line-height: 1.1;
  box-shadow: 0 12px 20px rgba(48, 31, 20, 0.14), 0 2px 0 rgba(82, 39, 18, 0.08), inset 0 0 0 1px rgba(67, 36, 19, 0.08);
  transition: transform 190ms ease, box-shadow 190ms ease, background-color 190ms ease;
}

.button::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    url("./assets/textures/paper-grain.svg"),
    linear-gradient(180deg, rgba(255, 247, 226, 0.12), transparent 42%, rgba(94, 44, 18, 0.08));
  background-size: 360px 360px, auto;
  mix-blend-mode: soft-light;
  opacity: 0.18;
}

.button > * {
  position: relative;
  z-index: 1;
}

.button svg {
  flex: 0 0 auto;
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 17px 26px rgba(48, 31, 20, 0.18), 0 3px 0 rgba(82, 39, 18, 0.06), inset 0 0 0 1px rgba(67, 36, 19, 0.08);
}

.button--primary {
  color: #fff5ea;
  background: linear-gradient(180deg, #f05b38 0%, #e64d2f 100%);
}

.button--primary:hover {
  background: var(--orange-hot);
}

.button--secondary {
  color: var(--blue);
  background: linear-gradient(180deg, rgba(255, 239, 210, 0.96) 0%, rgba(246, 222, 184, 0.96) 100%);
}

.button--secondary:hover {
  background: #fff0d4;
}

body[data-design="poster"] .button {
  border-radius: 4px;
  box-shadow: 0 14px 0 rgba(69, 34, 17, 0.08), 0 22px 32px rgba(42, 25, 13, 0.16), inset 0 0 0 1px rgba(67, 36, 19, 0.1);
}

body[data-design="poster"] .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 0 rgba(69, 34, 17, 0.07), 0 26px 38px rgba(42, 25, 13, 0.2), inset 0 0 0 1px rgba(67, 36, 19, 0.1);
}

body[data-design="poster"] .button--primary {
  background: linear-gradient(180deg, #ff6240 0%, #e84a2c 100%);
}

body[data-design="poster"] .button--secondary {
  background: linear-gradient(180deg, rgba(255, 230, 190, 0.98) 0%, rgba(244, 205, 155, 0.98) 100%);
}

.hero-collage {
  position: absolute;
  inset-block: 0;
  z-index: 6;
  width: min(23.5vw, 390px);
  pointer-events: auto;
}

.hero-collage--left {
  left: 0;
}

.hero-collage--right {
  right: 0;
}

.photo-motion {
  position: absolute;
  z-index: var(--photo-z, 1);
  width: var(--photo-width);
  opacity: 1;
  pointer-events: auto;
  animation-duration: 1950ms;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-delay: var(--motion-delay, 120ms);
  animation-fill-mode: both;
  will-change: transform, opacity, filter;
}

.photo-motion--left {
  --motion-start-x: -4vw;
  --motion-start-y: 8px;
  animation-name: cardSlideInLeft;
}

.photo-motion--right {
  --motion-start-x: 4vw;
  --motion-start-y: 8px;
  animation-name: cardSlideInRight;
}

.hero-photo-card {
  position: relative;
  padding: 10px;
  border-radius: 2px;
  background:
    radial-gradient(ellipse at 26% 18%, rgba(255, 248, 226, 0.36), transparent 42%),
    linear-gradient(135deg, rgba(255, 239, 206, 0.26), transparent 46%),
    #decaab;
  box-shadow: 0 15px 24px rgba(45, 26, 15, 0.15), inset 0 0 0 1px rgba(85, 55, 35, 0.08);
  filter: sepia(0.08) saturate(0.96);
  opacity: 1;
  pointer-events: auto;
  transform: rotate(var(--photo-rotate, 0deg));
  transform-origin: center;
  transition: transform 260ms ease, filter 260ms ease, box-shadow 260ms ease;
  will-change: transform;
}

body[data-design="poster"] .hero-photo-card {
  padding: 8px;
  background:
    url("./assets/textures/paper-grain.svg"),
    linear-gradient(180deg, #f0d6ad 0%, #d7b98b 100%);
  box-shadow: 0 18px 30px rgba(38, 24, 13, 0.2), 0 2px 0 rgba(92, 53, 28, 0.1);
}

.hero-photo-card::before,
.hero-photo-card::after {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: inherit;
  pointer-events: none;
}

.hero-photo-card::before {
  background: url("./assets/textures/paper-grain.svg");
  background-size: 310px 310px;
  mix-blend-mode: multiply;
  opacity: 0.18;
}

.hero-photo-card::after {
  background:
    linear-gradient(180deg, rgba(255, 244, 218, 0.1), transparent 45%, rgba(48, 22, 8, 0.08)),
    radial-gradient(ellipse at 80% 16%, rgba(255, 255, 255, 0.14), transparent 34%);
  mix-blend-mode: multiply;
  opacity: 0.26;
}

.hero-photo-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 1px;
  background: rgba(60, 42, 28, 0.16);
  box-shadow: inset 0 0 0 1px rgba(55, 34, 21, 0.1);
  transition: aspect-ratio 260ms ease, background-color 260ms ease;
}

.hero-photo-inner::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    url("./assets/textures/paper-grain.svg"),
    linear-gradient(180deg, rgba(255, 244, 216, 0.15), transparent 46%, rgba(54, 28, 14, 0.08));
  background-size: 260px 260px, auto;
  mix-blend-mode: soft-light;
  opacity: 0.16;
}

.hero-photo-card img,
.hero-photo-card video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--obj-x, 50%) var(--obj-y, 50%);
  transform: none;
  transform-origin: var(--photo-origin, center);
  opacity: 1;
  filter: grayscale(1) sepia(0.22) saturate(0.75) contrast(0.88) brightness(1.04);
  transition: filter 260ms ease, object-fit 260ms ease;
}

body[data-design="poster"] .hero-photo-card img,
body[data-design="poster"] .hero-photo-card video {
  filter: grayscale(0.92) sepia(0.24) saturate(0.82) contrast(0.96) brightness(1.02);
}

.hero-photo-video {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, filter 260ms ease;
}

.hero-photo-card[data-live-card].is-live-playing .hero-photo-video {
  opacity: 1;
}

.hero-photo-card[data-live-card].is-live-playing img {
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  .photo-motion:hover {
    z-index: 60;
    animation-play-state: paused;
  }

  .photo-motion:hover .hero-photo-card {
    box-shadow: 0 18px 30px rgba(45, 26, 15, 0.18), inset 0 0 0 1px rgba(85, 55, 35, 0.08);
    filter: sepia(0.02) saturate(1.02);
    transform: translate3d(var(--hover-x, 0), var(--hover-y, -8px), 0) rotate(var(--hover-rotate, var(--photo-rotate, 0deg))) scale(var(--hover-scale, 1.03));
    transition-delay: 0ms;
  }

  .photo-motion:hover .hero-photo-card img,
  .photo-motion:hover .hero-photo-card video {
    object-fit: cover;
    filter: sepia(0.08) saturate(1.05) contrast(0.96) brightness(1);
  }
}

.hero-photo-card--left-top {
  top: 13.8%;
  left: 6px;
  width: 252px;
  --obj-x: 50%;
  --obj-y: 36%;
  --photo-rotate: -4.2deg;
  --hover-rotate: -2deg;
  --hover-x: 8px;
  --hover-y: -7px;
  --hover-scale: 1.03;
  --motion-delay: 120ms;
  --photo-z: 1;
}

.hero-photo-card--left-mid {
  top: 34.2%;
  left: 42px;
  width: 264px;
  --obj-x: 43%;
  --obj-y: 52%;
  --photo-rotate: 2.4deg;
  --hover-rotate: 1deg;
  --hover-x: 8px;
  --hover-y: -8px;
  --hover-scale: 1.03;
  --motion-delay: 420ms;
  --photo-z: 2;
}

.hero-photo-card--left-low {
  bottom: 16.4%;
  left: 24px;
  width: 270px;
  --obj-x: 50%;
  --obj-y: 48%;
  --photo-rotate: -2.7deg;
  --hover-rotate: -1deg;
  --hover-x: 8px;
  --hover-y: -8px;
  --hover-scale: 1.028;
  --motion-delay: 740ms;
  --photo-z: 3;
}

.hero-photo-card--right-top {
  top: 16.4%;
  right: 18px;
  width: 252px;
  --obj-x: 52%;
  --obj-y: 48%;
  --photo-rotate: 2.8deg;
  --hover-rotate: 1deg;
  --hover-x: -8px;
  --hover-y: -7px;
  --hover-scale: 1.03;
  --motion-delay: 260ms;
  --photo-z: 1;
}

.hero-photo-card--right-mid {
  top: 38.4%;
  right: 48px;
  width: 264px;
  --obj-x: 52%;
  --obj-y: 45%;
  --photo-rotate: -2deg;
  --hover-rotate: -0.6deg;
  --hover-x: -8px;
  --hover-y: -8px;
  --hover-scale: 1.03;
  --motion-delay: 580ms;
  --photo-z: 2;
}

.hero-photo-card--right-low {
  bottom: 16%;
  right: 28px;
  width: 270px;
  --obj-x: 48%;
  --obj-y: 30%;
  --photo-rotate: 3.2deg;
  --hover-rotate: 1deg;
  --hover-x: -8px;
  --hover-y: -8px;
  --hover-scale: 1.028;
  --motion-delay: 900ms;
  --photo-z: 3;
}

.olive-branch {
  display: none;
  position: absolute;
  z-index: 12;
  top: 3.8%;
  right: -28px;
  width: 190px;
  height: 128px;
  transform: rotate(-19deg);
  pointer-events: none;
  opacity: 0.58;
  filter: drop-shadow(0 10px 10px rgba(35, 23, 14, 0.17));
}

.olive-branch::before {
  position: absolute;
  top: 7px;
  right: 72px;
  width: 7px;
  height: 155px;
  content: "";
  border-radius: 99px;
  background: rgba(28, 43, 37, 0.7);
  transform: rotate(64deg);
}

.olive-branch span {
  position: absolute;
  width: 78px;
  height: 20px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(90deg, rgba(24, 42, 36, 0.9), rgba(56, 70, 56, 0.72));
}

.olive-branch span:nth-child(1) { top: 4px; right: 25px; transform: rotate(-10deg); }
.olive-branch span:nth-child(2) { top: 32px; right: 58px; transform: rotate(-16deg); }
.olive-branch span:nth-child(3) { top: 62px; right: 78px; transform: rotate(-8deg); }
.olive-branch span:nth-child(4) { top: 89px; right: 98px; transform: rotate(-19deg); }
.olive-branch span:nth-child(5) { top: 54px; right: 8px; transform: rotate(-2deg) scaleX(0.84); }

.hero-cityline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  min-width: 0;
  max-width: none;
  pointer-events: none;
  user-select: none;
  transform: none;
  opacity: 0.72;
  filter: drop-shadow(0 1px 0 rgba(248, 229, 200, 0.08));
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 55%, rgba(0, 0, 0, 0.25) 80%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 55%, rgba(0, 0, 0, 0.25) 80%, rgba(0, 0, 0, 0) 100%);
  animation: citylineFade 900ms ease-out both;
}

.hero-cityline img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}

body[data-design="poster"] .hero-cityline {
  opacity: 0.82;
  filter: drop-shadow(0 6px 10px rgba(2, 13, 24, 0.18));
}

.landing-section,
.landing-cta {
  position: relative;
  overflow: hidden;
  scroll-margin-top: clamp(72px, 8vh, 112px);
  color: var(--blue);
  background:
    radial-gradient(ellipse at 18% 12%, rgba(255, 241, 210, 0.36), transparent 32%),
    radial-gradient(ellipse at 84% 74%, rgba(219, 119, 76, 0.12), transparent 34%),
    linear-gradient(180deg, #f1b176 0%, #f8d1a1 100%);
}

body[data-design="poster"] .landing-section,
body[data-design="poster"] .landing-cta {
  background:
    radial-gradient(ellipse at 18% 12%, rgba(255, 229, 182, 0.28), transparent 32%),
    radial-gradient(ellipse at 82% 72%, rgba(176, 66, 39, 0.18), transparent 34%),
    linear-gradient(180deg, #e18455 0%, #f1a46b 100%);
}

.landing-section::before,
.landing-cta::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    url("./assets/textures/paper-grain.svg"),
    linear-gradient(90deg, rgba(85, 38, 22, 0.11), transparent 18%, transparent 82%, rgba(85, 38, 22, 0.1));
  background-size: 420px 420px, auto;
  mix-blend-mode: soft-light;
  opacity: 0.34;
}

.section-divider {
  position: relative;
  z-index: 4;
  width: 100%;
  margin: -1px 0;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}

.section-divider--torn {
  height: 0;
  margin: 0;
  overflow: visible;
  background: none;
}

.section-divider--torn::before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  height: var(--divider-height);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 1;
}

.section-divider--paper-to-blue {
  --divider-height: clamp(94px, 8vw, 136px);
}

.section-divider--paper-to-blue::before {
  top: 0;
  background-image:
    linear-gradient(180deg, rgba(227, 147, 99, 0) 0%, rgba(238, 169, 111, 0.32) 22%, rgba(248, 229, 200, 0.42) 45%, rgba(18, 56, 90, 0.92) 78%, rgba(18, 56, 90, 0) 100%);
  transform: translateY(-52%);
}

.section-divider--blue-to-paper {
  --divider-height: clamp(84px, 7.2vw, 122px);
}

.section-divider--blue-to-paper::before {
  top: 0;
  background-image:
    linear-gradient(180deg, rgba(18, 56, 90, 0) 0%, rgba(18, 56, 90, 0.82) 24%, rgba(248, 229, 200, 0.64) 60%, rgba(227, 147, 99, 0) 100%);
  transform: translateY(-38%);
}

.section-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: clamp(78px, 9vw, 132px) 0;
}

.section-kicker {
  margin: 0 0 clamp(16px, 1.7vw, 24px);
  color: var(--orange);
  font: 800 0.82rem / 1.2 "Manrope", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-copy h2,
.section-heading h2,
.contact-card h2,
.landing-cta h2 {
  margin: 0;
  color: var(--blue);
  font-family: var(--serif);
  font-size: clamp(2.65rem, 5.15vw, 5.35rem);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.028em;
}

.section-copy p,
.section-heading p,
.menu-item p,
.delivery-steps p,
.contact-card__lead,
.faq-item p,
.contact-card dd {
  color: rgba(18, 56, 90, 0.84);
  font: 600 clamp(1rem, 1.08vw, 1.18rem) / 1.55 "Manrope", sans-serif;
}

.section-copy p {
  max-width: 660px;
  margin: 22px 0 0;
}

.section-copy .section-kicker,
.section-heading .section-kicker {
  margin: 0 0 clamp(16px, 1.7vw, 24px);
}

.about-layout,
.delivery-layout,
.contacts-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: clamp(54px, 8vw, 110px);
}

.section-photo-stack {
  position: relative;
  min-height: 520px;
}

.section-photo-card {
  position: absolute;
  padding: 11px;
  border-radius: 2px;
  background: #decaab;
  box-shadow: 0 18px 34px rgba(54, 30, 18, 0.2);
  transform: rotate(var(--rotate, 0deg));
}

.section-photo-card::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: url("./assets/textures/paper-grain.svg");
  background-size: 260px 260px;
  mix-blend-mode: soft-light;
  opacity: 0.2;
}

.section-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.14) saturate(0.86) contrast(0.94) brightness(1.03);
}

.section-photo-card--main {
  right: 3%;
  top: 38px;
  width: min(430px, 82vw);
  aspect-ratio: 4 / 3;
  --rotate: 2.4deg;
}

.section-photo-card--small {
  left: 28px;
  bottom: 12px;
  width: min(218px, 48vw);
  aspect-ratio: 4 / 3;
  --rotate: -3.2deg;
}

.section-stamp {
  position: absolute;
  right: 24px;
  bottom: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 124px;
  height: 124px;
  padding: 17px;
  border: 2px solid rgba(188, 61, 42, 0.42);
  border-radius: 50%;
  color: rgba(175, 62, 43, 0.72);
  font: 900 0.72rem / 1.08 "Manrope", sans-serif;
  letter-spacing: 0.075em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(2.4deg) skew(-1deg);
  mix-blend-mode: multiply;
  background:
    radial-gradient(circle at 50% 50%, rgba(248, 229, 200, 0) 0 48%, rgba(188, 61, 42, 0.06) 49% 50%, transparent 51%),
    url("./assets/textures/paper-grain.svg");
  background-size: auto, 180px 180px;
  opacity: 0.92;
  box-shadow:
    inset 0 0 0 2px rgba(188, 61, 42, 0.06),
    inset 0 0 0 12px rgba(188, 61, 42, 0.025);
}

.section-stamp::before {
  position: absolute;
  inset: 10px;
  content: "";
  border: 1px solid rgba(188, 61, 42, 0.34);
  border-radius: 50%;
}

.section-stamp::after {
  position: absolute;
  inset: 20px;
  content: "";
  border: 1px dashed rgba(188, 61, 42, 0.2);
  border-radius: 50%;
  opacity: 0.7;
}

.section-stamp span {
  position: relative;
  z-index: 1;
  display: block;
  transform: rotate(-1deg);
  text-shadow: 0.7px 0 rgba(175, 62, 43, 0.16), -0.4px 0 rgba(248, 229, 200, 0.24);
}

.section-stamp span + span {
  margin-top: 2px;
}

.about-section {
  background:
    radial-gradient(ellipse at 20% 10%, rgba(255, 241, 210, 0.34), transparent 34%),
    radial-gradient(ellipse at 72% 46%, rgba(232, 144, 91, 0.12), transparent 34%),
    linear-gradient(180deg, #f1b176 0%, #f7c590 55%, #dc895e 100%);
}

.menu-section {
  background:
    radial-gradient(ellipse at 52% 0%, rgba(255, 230, 188, 0.24), transparent 34%),
    radial-gradient(ellipse at 20% 68%, rgba(127, 55, 32, 0.12), transparent 36%),
    linear-gradient(180deg, #dc895e 0%, #e39263 42%, #f0ad77 100%);
}

body[data-design="poster"] .menu-section {
  background:
    radial-gradient(ellipse at 52% 0%, rgba(255, 221, 168, 0.22), transparent 34%),
    radial-gradient(ellipse at 20% 68%, rgba(92, 38, 24, 0.18), transparent 36%),
    linear-gradient(180deg, #cf7048 0%, #dc8052 42%, #ee9f67 100%);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.section-heading p {
  margin: 18px 0 0;
}

.menu-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
  align-items: start;
}

.menu-item {
  position: relative;
  min-height: 0;
  padding: 10px;
  border-radius: 3px;
  background:
    radial-gradient(ellipse at 20% 12%, rgba(255, 247, 222, 0.34), transparent 42%),
    url("./assets/textures/paper-grain.svg"),
    linear-gradient(180deg, rgba(246, 225, 190, 0.96), rgba(222, 202, 171, 0.96));
  background-size: auto, 320px 320px, auto;
  box-shadow: inset 0 0 0 1px rgba(91, 54, 31, 0.12), 0 18px 34px rgba(57, 33, 20, 0.14);
  opacity: 1;
  transform: rotate(var(--card-rotate, 0deg));
  transition: transform 240ms ease, box-shadow 240ms ease;
}

body[data-design="poster"] .menu-item {
  background:
    radial-gradient(ellipse at 20% 12%, rgba(255, 242, 209, 0.26), transparent 42%),
    url("./assets/textures/paper-grain.svg"),
    linear-gradient(180deg, rgba(239, 213, 174, 0.98), rgba(202, 174, 132, 0.98));
  box-shadow: inset 0 0 0 1px rgba(73, 43, 24, 0.18), 0 20px 34px rgba(46, 26, 13, 0.2);
}

.menu-item::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 247, 225, 0.12), transparent 38%, rgba(66, 35, 18, 0.08)),
    url("./assets/textures/paper-grain.svg");
  background-size: auto, 280px 280px;
  mix-blend-mode: soft-light;
  opacity: 0.22;
}

.food-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 1px;
  background: rgba(63, 42, 27, 0.14);
  box-shadow: inset 0 0 0 1px rgba(70, 42, 25, 0.12);
  opacity: 1;
}

.food-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: sepia(0.08) saturate(0.92) contrast(0.96) brightness(1.03);
}

.food-card__media::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 18%, rgba(255, 238, 196, 0.18), transparent 40%),
    linear-gradient(180deg, rgba(255, 246, 220, 0.06), transparent 45%, rgba(42, 25, 15, 0.08));
  mix-blend-mode: soft-light;
}

.food-card__body {
  position: relative;
  z-index: 1;
  padding: 18px 12px 12px;
}

.food-card__price {
  display: inline-block;
  color: rgba(232, 82, 50, 0.82);
  font: 800 0.74rem / 1 "Manrope", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-item h3 {
  margin: 12px 0 10px;
  color: var(--blue);
  font-family: var(--serif);
  font-size: clamp(1.78rem, 2.15vw, 2.28rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.menu-item p {
  margin: 0;
  color: rgba(18, 56, 90, 0.78);
  font-size: clamp(0.92rem, 0.95vw, 1.02rem);
  line-height: 1.45;
}

@media (hover: hover) and (pointer: fine) {
  .menu-item:hover {
    transform: translateY(-6px) rotate(var(--card-rotate, 0deg));
    box-shadow: inset 0 0 0 1px rgba(91, 54, 31, 0.12), 0 24px 42px rgba(57, 33, 20, 0.18);
  }
}

.delivery-section {
  color: var(--cream);
  background:
    radial-gradient(ellipse at 58% 18%, rgba(248, 229, 200, 0.14), transparent 34%),
    linear-gradient(180deg, #173e60 0%, #0f304d 100%);
}

.delivery-section .section-inner {
  padding-top: clamp(112px, 10vw, 164px);
  padding-bottom: clamp(116px, 10vw, 168px);
}

body[data-design="poster"] .delivery-section {
  background:
    radial-gradient(ellipse at 58% 18%, rgba(255, 224, 184, 0.15), transparent 34%),
    linear-gradient(180deg, #113b61 0%, #0a2741 100%);
}

.delivery-section .section-kicker,
.delivery-section h2,
.delivery-section p {
  color: var(--cream);
}

.delivery-section .section-copy p {
  color: rgba(248, 229, 200, 0.82);
}

.delivery-copy {
  display: grid;
  gap: 8px;
}

.delivery-copy > span {
  display: block;
}

.delivery-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1fr);
}

.delivery-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 14px;
  margin-top: clamp(24px, 3vw, 34px);
}

.delivery-direct-button {
  min-width: 238px;
  min-height: 58px;
  padding: 14px 22px;
  font-size: clamp(0.98rem, 1vw, 1.08rem);
}

.delivery-direct-button svg {
  width: 24px;
  height: 24px;
}

.yandex-food-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 58px;
  padding: 12px 18px;
  border-radius: 7px;
  color: var(--blue);
  text-decoration: none;
  background:
    url("./assets/textures/paper-grain.svg"),
    linear-gradient(180deg, rgba(255, 238, 204, 0.98), rgba(238, 199, 143, 0.94));
  background-size: 300px 300px, auto;
  box-shadow:
    0 14px 24px rgba(5, 14, 24, 0.22),
    inset 0 0 0 1px rgba(255, 244, 224, 0.38),
    inset 0 -2px 0 rgba(93, 54, 31, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.yandex-food-link:hover {
  transform: translateY(-2px);
  box-shadow:
    0 18px 28px rgba(5, 14, 24, 0.25),
    inset 0 0 0 1px rgba(255, 244, 224, 0.44),
    inset 0 -2px 0 rgba(93, 54, 31, 0.1);
}

.yandex-food-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  line-height: 1;
}

.yandex-food-logo__icon {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(94, 64, 0, 0.12);
}

.yandex-food-logo__text {
  color: #151515;
  font-size: 1rem;
}

.delivery-visual {
  display: grid;
  align-items: center;
  justify-items: center;
}

.delivery-gallery {
  position: relative;
  width: min(560px, 100%);
  aspect-ratio: 4 / 3;
  isolation: isolate;
}

.delivery-gallery::before,
.delivery-gallery::after {
  position: absolute;
  inset: 9px;
  content: "";
  border-radius: 3px;
  background:
    url("./assets/textures/paper-grain.svg"),
    linear-gradient(180deg, rgba(246, 225, 190, 0.88), rgba(214, 191, 157, 0.84));
  background-size: 320px 320px, auto;
  box-shadow: 0 18px 30px rgba(5, 14, 24, 0.18);
  transform: rotate(2.4deg);
  z-index: -2;
}

.delivery-gallery::after {
  inset: 15px;
  transform: rotate(-2.1deg);
  opacity: 0.8;
  z-index: -1;
}

.delivery-gallery__card {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 10px;
  border-radius: 3px;
  background:
    url("./assets/textures/paper-grain.svg"),
    linear-gradient(180deg, rgba(246, 225, 190, 0.98), rgba(222, 202, 171, 0.96));
  background-size: 320px 320px, auto;
  box-shadow: 0 20px 38px rgba(5, 14, 24, 0.28), inset 0 0 0 1px rgba(248, 229, 200, 0.12);
  opacity: 0;
  transform: translate3d(0, 10px, 0) rotate(var(--gallery-rotate, 0deg)) scale(0.985);
  animation: deliveryGalleryFade 11.2s infinite;
  animation-delay: var(--gallery-delay, 0s);
}

.delivery-gallery__card::after {
  position: absolute;
  inset: 10px;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 246, 220, 0.1), transparent 42%, rgba(42, 25, 15, 0.1)),
    url("./assets/textures/paper-grain.svg");
  background-size: auto, 280px 280px;
  mix-blend-mode: soft-light;
  opacity: 0.2;
}

.delivery-gallery__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: sepia(0.08) saturate(0.9) contrast(0.94) brightness(1.04);
}

@keyframes deliveryGalleryFade {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0) rotate(var(--gallery-rotate, 0deg)) scale(0.985);
  }

  8%,
  25% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(var(--gallery-rotate, 0deg)) scale(1);
  }

  33%,
  100% {
    opacity: 0;
    transform: translate3d(0, -7px, 0) rotate(var(--gallery-rotate, 0deg)) scale(0.992);
  }
}

.contacts-section {
  background:
    radial-gradient(ellipse at 20% 14%, rgba(255, 244, 218, 0.36), transparent 32%),
    linear-gradient(180deg, #f3b176 0%, #e39363 100%);
}

body[data-design="poster"] .contacts-section {
  background:
    radial-gradient(ellipse at 20% 14%, rgba(255, 232, 194, 0.28), transparent 32%),
    linear-gradient(180deg, #e7955f 0%, #d6784f 100%);
}

.contact-card,
.contact-postcard {
  border-radius: 5px;
  background:
    url("./assets/textures/paper-grain.svg"),
    linear-gradient(180deg, rgba(255, 238, 204, 0.96), rgba(246, 220, 184, 0.94));
  background-size: 360px 360px, auto;
  box-shadow: 0 20px 42px rgba(57, 33, 20, 0.16), inset 0 0 0 1px rgba(91, 54, 31, 0.1);
}

.contact-card {
  padding: clamp(28px, 4vw, 48px);
}

.contact-card__lead {
  margin: 18px 0 0;
}

.contact-card dl {
  display: grid;
  gap: 18px;
  margin: 32px 0;
}

.contact-card dl div {
  display: grid;
  gap: 4px;
}

.contact-card dt {
  color: var(--orange);
  font: 800 0.78rem / 1.2 "Manrope", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-card dd {
  margin: 0;
}

.contact-card dd a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.contact-card dd a:hover {
  color: var(--orange);
  text-decoration-color: rgba(232, 82, 50, 0.72);
}

.contact-postcard {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  padding: 12px;
  transform: rotate(1.2deg);
}

.contact-postcard::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 246, 220, 0.08), transparent 42%, rgba(72, 36, 18, 0.08)),
    url("./assets/textures/paper-grain.svg");
  background-size: auto, 300px 300px;
  mix-blend-mode: soft-light;
  opacity: 0.24;
}

.yandex-map-frame {
  display: grid;
  min-height: clamp(360px, 31vw, 460px);
}

.yandex-map-frame__map {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 1px solid rgba(18, 56, 90, 0.12);
  border-radius: 2px;
  background: rgba(248, 229, 200, 0.44);
  pointer-events: none;
}

.yandex-map-frame__placeholder {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 100%;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(18, 56, 90, 0.12);
  border-radius: 2px;
  text-align: left;
  background:
    radial-gradient(ellipse at 24% 20%, rgba(255, 247, 221, 0.42), transparent 34%),
    radial-gradient(ellipse at 82% 70%, rgba(232, 82, 50, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(248, 229, 200, 0.42), rgba(222, 202, 171, 0.28));
}

.contact-postcard span {
  display: block;
  color: rgba(18, 56, 90, 0.62);
  font: 800 0.82rem / 1 "Manrope", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-postcard strong {
  display: block;
  margin-top: 10px;
  color: var(--blue);
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4vw, 3.9rem);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.028em;
}

.contact-postcard p {
  max-width: 430px;
  margin: 16px 0 0;
  color: rgba(18, 56, 90, 0.78);
  font: 600 1rem / 1.45 "Manrope", sans-serif;
}

.faq-section {
  background:
    radial-gradient(ellipse at 72% 12%, rgba(255, 244, 218, 0.28), transparent 32%),
    radial-gradient(ellipse at 16% 82%, rgba(232, 82, 50, 0.12), transparent 34%),
    linear-gradient(180deg, #e39363 0%, #f1b176 100%);
}

.faq-layout {
  padding-top: clamp(66px, 8vw, 112px);
}

.faq-section .section-heading {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 980px;
  margin: clamp(28px, 4vw, 48px) auto 0;
}

.faq-item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background:
    url("./assets/textures/paper-grain.svg"),
    linear-gradient(180deg, rgba(255, 238, 204, 0.94), rgba(246, 220, 184, 0.9));
  background-size: 360px 360px, auto;
  box-shadow: 0 10px 24px rgba(57, 33, 20, 0.1), inset 0 0 0 1px rgba(91, 54, 31, 0.12);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.faq-item[open] {
  box-shadow: 0 16px 34px rgba(57, 33, 20, 0.14), inset 0 0 0 1px rgba(91, 54, 31, 0.14);
}

.faq-item:hover {
  transform: translateY(-2px);
}

.faq-item summary {
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  caret-color: transparent;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: center;
  gap: 18px;
  min-height: 84px;
  padding: clamp(18px, 2.4vw, 26px) clamp(20px, 3vw, 34px);
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::marker {
  display: none;
  content: "";
}

.faq-item summary::selection,
.faq-item summary *::selection {
  background: transparent;
}

.faq-item summary span:first-child {
  margin: 0;
  color: var(--blue);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.45vw, 2.35rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.022em;
}

.faq-item summary:focus {
  outline: none;
}

.faq-item summary:focus-visible {
  outline: none;
  box-shadow: none;
}

.faq-item__icon {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(18, 56, 90, 0.24);
  border-radius: 50%;
  background: rgba(248, 229, 200, 0.42);
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--blue);
  transform: translate(-50%, -50%);
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-item__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-item__content {
  display: grid;
  grid-template-rows: 0fr;
  border-top: 0;
  transition: grid-template-rows 0.34s ease;
}

.faq-item[open] .faq-item__content {
  grid-template-rows: 1fr;
}

.faq-item__content > p {
  min-height: 0;
  overflow: hidden;
  padding: 2px clamp(20px, 3vw, 34px) clamp(24px, 3vw, 34px);
}

.faq-item p {
  margin: 0;
}

.faq-item a {
  font-weight: 800;
  color: var(--blue);
}

.faq-answer {
  display: grid;
  gap: 8px;
}

.faq-answer > span {
  display: block;
}

.faq-answer a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.faq-answer a:hover {
  color: var(--orange);
}

.faq-item__note {
  display: block;
  margin-top: 4px;
  color: rgba(18, 56, 90, 0.72);
  font-weight: 800;
}

.landing-cta {
  background:
    radial-gradient(ellipse at 50% 16%, rgba(255, 235, 197, 0.24), transparent 38%),
    radial-gradient(ellipse at 24% 62%, rgba(232, 82, 50, 0.12), transparent 28%),
    linear-gradient(180deg, #e39363 0%, #b8705a 46%, #12385a 100%);
}

.landing-cta__inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

.landing-cta h2 {
  max-width: 780px;
  color: var(--cream);
}

.landing-cta__stamp {
  display: flex;
  justify-content: center;
  margin-top: clamp(58px, 6.5vw, 92px);
  pointer-events: none;
}

.landing-cta__stamp img {
  display: block;
  width: clamp(92px, 8vw, 132px);
  height: auto;
  filter: drop-shadow(0 14px 18px rgba(25, 16, 11, 0.22));
  transform: rotate(-2.4deg);
}

.site-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 18px 24px 22px;
  color: rgba(248, 229, 200, 0.72);
  font: 700 0.82rem / 1.35 "Manrope", sans-serif;
  text-align: center;
  background:
    url("./assets/textures/paper-grain.svg"),
    linear-gradient(180deg, #12385a 0%, #0f304d 100%);
  background-size: 360px 360px, auto;
}

.site-footer p {
  margin: 0;
}

.site-footer span {
  color: rgba(248, 229, 200, 0.88);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.back-to-top {
  position: fixed;
  right: clamp(18px, 2.4vw, 34px);
  bottom: clamp(18px, 2.4vw, 34px);
  z-index: 80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  color: var(--blue);
  background:
    url("./assets/textures/paper-grain.svg"),
    linear-gradient(180deg, rgba(255, 238, 204, 0.92), rgba(235, 178, 124, 0.86));
  background-size: 260px 260px, auto;
  box-shadow: 0 14px 26px rgba(23, 22, 20, 0.18), inset 0 0 0 1px rgba(84, 51, 29, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 30px rgba(23, 22, 20, 0.2), inset 0 0 0 1px rgba(84, 51, 29, 0.14);
}

.back-to-top svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 820ms ease,
    transform 820ms cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.booking-dialog {
  width: min(960px, calc(100vw - 40px));
  max-height: min(760px, calc(100svh - 36px));
  padding: clamp(28px, 3.4vw, 44px);
  border: 0;
  border-radius: 8px;
  color: #654b46;
  background:
    radial-gradient(ellipse at 18% 8%, rgba(255, 248, 230, 0.9), transparent 35%),
    radial-gradient(ellipse at 86% 95%, rgba(226, 154, 105, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 250, 239, 0.98), rgba(250, 239, 222, 0.98));
  box-shadow: 0 34px 90px rgba(18, 28, 38, 0.36), 0 12px 28px rgba(64, 35, 22, 0.18);
  overflow: auto;
}

.booking-dialog::backdrop {
  background: rgba(13, 29, 45, 0.46);
  backdrop-filter: blur(5px);
}

.booking-dialog__paper {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    url("./assets/textures/paper-grain.svg"),
    linear-gradient(115deg, rgba(128, 76, 44, 0.06), transparent 36%, rgba(255, 246, 220, 0.12));
  background-size: 360px 360px, auto;
  mix-blend-mode: multiply;
  opacity: 0.3;
}

.booking-dialog__close {
  position: absolute;
  top: 22px;
  right: 24px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #a5442f;
  cursor: pointer;
}

.booking-dialog__close span {
  position: absolute;
  width: 38px;
  height: 3px;
  border-radius: 99px;
  background: currentColor;
}

.booking-dialog__close span:first-child {
  transform: rotate(45deg);
}

.booking-dialog__close span:last-child {
  transform: rotate(-45deg);
}

.booking-dialog__close:hover {
  color: var(--orange);
}

.booking-form {
  position: relative;
  z-index: 1;
}

.booking-form__heading {
  max-width: 760px;
  margin-bottom: clamp(26px, 3.4vw, 38px);
}

.booking-form h2 {
  max-width: 760px;
  margin: 0;
  color: #654b46;
  font-family: var(--serif);
  font-size: clamp(2.15rem, 4.35vw, 4.15rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.035em;
}

.booking-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(28px, 4vw, 48px);
  row-gap: 14px;
}

.booking-field {
  position: relative;
  display: block;
}

.booking-field--date {
  z-index: 5;
}

.booking-field input,
.booking-field select {
  width: 100%;
  min-height: 50px;
  padding: 8px 0 11px;
  border: 0;
  border-bottom: 2px solid rgba(101, 75, 70, 0.86);
  border-radius: 0;
  outline: 0;
  color: #654b46;
  font: 500 clamp(0.98rem, 1.18vw, 1.22rem) / 1.25 "Manrope", sans-serif;
  background: transparent;
  appearance: none;
}

.booking-field input:-webkit-autofill,
.booking-field input:-webkit-autofill:hover,
.booking-field input:-webkit-autofill:focus,
.booking-field input:-webkit-autofill:active {
  -webkit-text-fill-color: #654b46;
  caret-color: #654b46;
  box-shadow: 0 0 0 1000px #fbf4e8 inset;
  transition: background-color 9999s ease-out;
}

.booking-field input:autofill {
  color: #654b46;
  background: #fbf4e8;
}

.booking-field input::placeholder {
  color: rgba(101, 75, 70, 0.48);
  font-weight: 500;
}

.booking-field input:focus,
.booking-field select:focus {
  border-color: var(--orange);
}

.booking-field--date input {
  padding-right: 54px;
  cursor: pointer;
}

.date-picker-toggle {
  position: absolute;
  right: 0;
  top: 7px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  color: #a5442f;
  background: transparent;
  cursor: pointer;
}

.date-picker-toggle svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.date-picker-toggle:hover,
.date-picker-toggle:focus-visible {
  color: var(--orange);
}

.booking-calendar {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 20;
  width: min(292px, calc(100vw - 56px));
  padding: 10px;
  border: 1px solid rgba(101, 75, 70, 0.18);
  border-radius: 5px;
  background:
    url("./assets/textures/paper-grain.svg"),
    linear-gradient(180deg, rgba(255, 250, 239, 0.99), rgba(247, 233, 210, 0.99));
  background-size: 300px 300px, auto;
  box-shadow: 0 18px 36px rgba(33, 24, 18, 0.22), 0 5px 12px rgba(33, 24, 18, 0.12);
}

.booking-calendar[hidden] {
  display: none;
}

.booking-calendar__header {
  display: grid;
  grid-template-columns: 32px 1fr 32px;
  align-items: center;
  gap: 6px;
  margin-bottom: 7px;
}

.booking-calendar__month {
  margin: 0;
  color: #654b46;
  font: 800 0.92rem / 1.2 "Manrope", sans-serif;
  text-align: center;
  text-transform: capitalize;
}

.booking-calendar__nav {
  display: grid;
  place-items: center;
  width: 32px;
  height: 30px;
  border: 0;
  border-radius: 4px;
  color: #654b46;
  background: rgba(101, 75, 70, 0.08);
  cursor: pointer;
}

.booking-calendar__nav:hover:not(:disabled) {
  color: var(--orange);
  background: rgba(232, 82, 50, 0.1);
}

.booking-calendar__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.booking-calendar__weekdays,
.booking-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.booking-calendar__weekdays {
  margin-bottom: 4px;
  color: rgba(101, 75, 70, 0.64);
  font: 800 0.68rem / 1.2 "Manrope", sans-serif;
  text-align: center;
}

.booking-calendar__day {
  display: grid;
  place-items: center;
  min-width: 0;
  height: 28px;
  border: 0;
  border-radius: 999px;
  color: #654b46;
  background: transparent;
  font: 700 0.84rem / 1 "Manrope", sans-serif;
  cursor: pointer;
}

.booking-calendar__day:hover:not(:disabled) {
  color: var(--orange);
  background: rgba(232, 82, 50, 0.1);
}

.booking-calendar__day.is-today {
  box-shadow: inset 0 0 0 1px rgba(232, 82, 50, 0.46);
}

.booking-calendar__day.is-selected {
  color: #fff5ea;
  background: var(--orange);
}

.booking-calendar__day.is-outside {
  color: rgba(101, 75, 70, 0.32);
}

.booking-calendar__day:disabled {
  color: rgba(101, 75, 70, 0.25);
  cursor: default;
  text-decoration: line-through;
}

.booking-field input[type="number"]::-webkit-outer-spin-button,
.booking-field input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.booking-field input[type="number"] {
  appearance: textfield;
}

.booking-consent {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  max-width: 820px;
  margin-top: 22px;
  color: #a94731;
  font: 500 clamp(0.86rem, 1vw, 1rem) / 1.38 "Manrope", sans-serif;
}

.booking-consent input {
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  margin: 1px 0 0;
  border: 2px solid rgba(169, 71, 49, 0.58);
  accent-color: var(--orange);
}

.booking-form__footer {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: clamp(24px, 3vw, 34px);
}

.booking-submit {
  min-width: 330px;
  min-height: 60px;
  padding: 17px 26px;
  border: 0;
  cursor: pointer;
}

.booking-form__status {
  max-width: 420px;
  min-height: 1.4em;
  margin: 0;
  color: var(--blue);
  font: 700 1rem / 1.35 "Manrope", sans-serif;
}

@keyframes grainDrift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  25% { transform: translate3d(-1.5%, 1%, 0); }
  50% { transform: translate3d(1%, -1%, 0); }
  75% { transform: translate3d(-0.5%, -1.5%, 0); }
}

@keyframes lightBreathe {
  from { transform: translateY(-1%) scale(1); opacity: 0.42; }
  to { transform: translateY(1%) scale(1.04); opacity: 0.62; }
}

@keyframes cardSlideInLeft {
  0% {
    opacity: 0;
    filter: blur(3px);
    transform: translate3d(var(--motion-start-x, -4vw), var(--motion-start-y, 8px), 0);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes cardSlideInRight {
  0% {
    opacity: 0;
    filter: blur(3px);
    transform: translate3d(var(--motion-start-x, 4vw), var(--motion-start-y, 8px), 0);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes sunWarmth {
  0%, 100% {
    opacity: 0.62;
    filter: drop-shadow(0 0 0 rgba(232, 82, 50, 0));
  }

  50% {
    opacity: 0.69;
    filter: drop-shadow(0 0 5px rgba(232, 82, 50, 0.07));
  }
}

@keyframes sunRayBreath {
  0%, 100% {
    opacity: 0.68;
    transform: scale(1);
  }

  50% {
    opacity: 0.86;
    transform: scale(1.022);
  }
}

@keyframes citylineFade {
  from { opacity: 0; }
  to { opacity: 0.72; }
}


@media (max-width: 1280px) {
  .hero-header {
    width: min(1120px, calc(100% - 56px));
    grid-template-columns: 210px 1fr 220px;
    gap: 18px;
  }

  .hero__content {
    width: min(740px, 58vw);
  }

  .hero-photo-card--left-top,
  .hero-photo-card--right-top {
    width: 196px;
  }

  .hero-photo-card--left-mid,
  .hero-photo-card--right-mid {
    width: 208px;
  }

  .hero-photo-card--left-low,
  .hero-photo-card--right-low {
    width: 214px;
  }

  .hero-photo-card--left-low {
    bottom: 3.8%;
    left: 8px;
  }

  .hero-photo-card--right-low {
    right: 8px;
    bottom: 3.4%;
  }
}

@media (max-width: 980px) {
  .hero-header {
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  .brand {
    grid-column: 2;
    justify-self: end;
    align-items: flex-end;
  }

  .hero-nav {
    display: none;
  }

  .hero-contact {
    font-size: 13px;
  }

  .hero__content {
    width: min(680px, calc(100% - 52px));
    margin-top: 0;
    padding-top: 120px;
  }

  .hero-title {
    font-size: clamp(4.5rem, 13vw, 7.1rem);
    line-height: 0.9;
  }

  .hero-collage {
    width: 240px;
  }

  .hero-photo-card--left-top {
    top: 18%;
    left: -46px;
  }

  .hero-photo-card--left-mid {
    display: none;
  }

  .hero-photo-card--left-low {
    left: -58px;
    bottom: 8%;
  }

  .hero-photo-card--right-top {
    right: -62px;
  }

  .hero-photo-card--right-mid {
    display: none;
  }

  .hero-photo-card--right-low {
    right: -66px;
  }

  .about-layout,
  .delivery-layout,
  .contacts-layout {
    grid-template-columns: 1fr;
  }

  .delivery-visual {
    grid-template-columns: minmax(260px, 0.74fr) minmax(260px, 1fr);
  }

  .section-photo-stack {
    min-height: 420px;
  }

  .section-photo-card--main {
    left: 14%;
    right: auto;
  }

  .section-photo-card--small {
    left: auto;
    right: 12%;
  }

  .menu-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 701px) and (max-width: 1280px) {
  .hero-header {
    grid-template-columns: 1fr;
    justify-items: center;
    width: min(1080px, calc(100% - 48px));
  }

  .hero-nav {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    gap: clamp(28px, 5vw, 62px);
    padding-top: 10px;
  }

  .brand {
    position: absolute;
    top: clamp(74px, 10vw, 112px);
    left: 50%;
    z-index: 22;
    grid-column: auto;
    justify-self: center;
    align-items: center;
    transform: translateX(-50%);
  }

  .brand__stamp {
    width: clamp(72px, 8vw, 92px);
  }

  .hero__content {
    width: min(760px, 66vw);
    margin-top: -92px;
    padding-top: clamp(150px, 16vw, 184px);
    padding-bottom: 142px;
  }

  .hero-title {
    font-size: clamp(4.9rem, 9.2vw, 7.25rem);
    line-height: 0.91;
  }

  .hero-copy {
    margin-top: 20px;
  }

  .hero-actions {
    gap: clamp(22px, 4vw, 34px);
    margin-top: 28px;
  }

  .button {
    min-width: clamp(260px, 30vw, 300px);
    min-height: 66px;
    padding: 17px 24px;
  }

  .hero-collage {
    width: min(25vw, 320px);
  }

  .hero-photo-card--left-low,
  .hero-photo-card--right-low {
    display: none;
  }

  .hero-photo-card--left-top,
  .hero-photo-card--right-top {
    width: clamp(172px, 17.6vw, 212px);
  }

  .hero-photo-card--left-mid,
  .hero-photo-card--right-mid {
    display: block;
    width: clamp(176px, 18.4vw, 218px);
  }

  .hero-photo-card--left-top {
    top: 20%;
    left: clamp(8px, 1.9vw, 28px);
  }

  .hero-photo-card--left-mid {
    top: 39.5%;
    left: clamp(12px, 2.2vw, 30px);
  }

  .hero-photo-card--right-top {
    top: 21%;
    right: clamp(8px, 1.9vw, 28px);
  }

  .hero-photo-card--right-mid {
    top: 40.5%;
    right: clamp(12px, 2.2vw, 30px);
  }

  .hero-cityline {
    bottom: 0;
  }
}

@media (max-width: 820px) {
  .mobile-menu {
    display: block;
  }

  .design-switcher {
    left: 50%;
    right: auto;
    bottom: 10px;
    max-width: calc(100% - 24px);
    transform: translateX(-50%);
  }

  .design-switcher span {
    display: none;
  }

  .design-switcher button {
    min-width: 92px;
    min-height: 38px;
    font-size: 0.84rem;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-header {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    padding-top: 18px;
  }

  .hero-menu-toggle {
    position: fixed;
    top: 18px;
    right: 16px;
    z-index: 101;
    display: block;
    width: 42px;
    height: 42px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
  }

  .hero-menu-button {
    position: fixed;
    top: 18px;
    right: 16px;
    z-index: 100;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 46px;
    height: 46px;
    border-radius: 5px;
    background:
      radial-gradient(circle at 0 8px, transparent 0 3px, rgba(248, 229, 200, 0.74) 3.4px) left top / 8px 16px repeat-y,
      radial-gradient(circle at 100% 8px, transparent 0 3px, rgba(248, 229, 200, 0.74) 3.4px) right top / 8px 16px repeat-y,
      url("./assets/textures/paper-grain.svg"),
      linear-gradient(180deg, rgba(255, 226, 185, 0.72), rgba(224, 142, 93, 0.4));
    background-blend-mode: normal, normal, multiply, normal;
    box-shadow:
      0 10px 22px rgba(54, 30, 18, 0.14),
      inset 0 0 0 1px rgba(121, 72, 43, 0.18),
      inset 0 0 0 4px rgba(248, 229, 200, 0.16);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: rotate(0.7deg);
  }

  .hero-menu-button span {
    display: block;
    width: 21px;
    height: 2px;
    border-radius: 999px;
    background: var(--blue);
    box-shadow: 0 1px 0 rgba(255, 238, 204, 0.22);
    transform-origin: center;
    transition: transform 220ms ease, opacity 180ms ease;
  }

  .hero-menu-button span:nth-child(1) {
    width: 24px;
    transform: translateX(-1px) rotate(-1.5deg);
  }

  .hero-menu-button span:nth-child(2) {
    width: 18px;
    transform: translateX(2px);
  }

  .hero-menu-button span:nth-child(3) {
    width: 23px;
    transform: translateX(-2px) rotate(1.2deg);
  }

  .hero-menu-toggle:checked + .hero-menu-button span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .hero-menu-toggle:checked + .hero-menu-button span:nth-child(2) {
    opacity: 0;
  }

  .hero-menu-toggle:checked + .hero-menu-button span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero-contact {
    display: none;
  }

  .hero-header > .hero-nav {
    display: none;
  }

  .hero-nav {
    position: fixed;
    top: 72px;
    right: 16px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    min-width: 176px;
    padding: 14px 16px 15px;
    border-radius: 5px;
    background:
      url("./assets/textures/paper-grain.svg"),
      linear-gradient(180deg, rgba(255, 238, 204, 0.95), rgba(242, 205, 154, 0.94));
    background-size: 320px 320px, auto;
    box-shadow: 0 18px 32px rgba(54, 30, 18, 0.18), inset 0 0 0 1px rgba(88, 58, 34, 0.1);
    font-size: 15px;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, -8px, 0);
    transition: opacity 180ms ease, transform 220ms ease;
  }

  .hero-nav a {
    width: 100%;
    padding: 5px 0;
    text-align: right;
  }

  .hero-menu-toggle:checked ~ .hero-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }

  .olive-branch,
  .sun-doodle {
    display: none;
  }

  .hero-collage {
    display: block;
    inset-inline: 0;
    width: 100%;
    z-index: 4;
    pointer-events: none;
  }

  .hero-collage--right {
    display: none;
  }

  .photo-motion {
    display: none;
  }

  .hero-photo-card--left-mid {
    display: block;
  }

  .hero-photo-card--left-mid {
    top: clamp(72px, 9svh, 92px);
    bottom: auto;
    left: 50%;
    width: min(232px, 60vw);
    opacity: 0.92;
    transform: translateX(-50%);
    animation: none;
    --photo-rotate: -1.5deg;
    --obj-x: 50%;
    --obj-y: 48%;
  }

  .hero-photo-card--left-mid .hero-photo-card {
    padding: 9px;
    transform: rotate(var(--photo-rotate));
    box-shadow: 0 14px 24px rgba(33, 25, 18, 0.15), inset 0 0 0 1px rgba(85, 55, 35, 0.07);
  }

  .hero-photo-card--left-mid .hero-photo-inner {
    aspect-ratio: 16 / 9;
  }

  .hero-photo-card--left-mid .hero-photo-card img,
  .hero-photo-card--left-mid .hero-photo-card video {
    filter: sepia(0.08) saturate(1.08) contrast(0.96) brightness(1.02);
  }

  .hero__content {
    width: calc(100% - 28px);
    min-height: 100svh;
    margin: 0 auto;
    padding: clamp(230px, 28svh, 262px) 0 104px;
    justify-content: flex-start;
  }

  .hero-title {
    font-size: clamp(2.72rem, 13.2vw, 4.35rem);
    line-height: 0.92;
  }

  .hero-copy {
    margin-top: 10px;
  }

  .hero-copy h2 {
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .hero-copy p {
    margin-top: 4px;
    font-size: 0.9rem;
    line-height: 1.32;
  }

  .hero-actions {
    flex-direction: column;
    width: min(322px, 92%);
    gap: 10px;
    margin-top: 16px;
  }

  .button {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 12px 16px;
    font-size: 0.94rem;
  }

  .button svg {
    width: 22px;
    height: 22px;
  }

  .hero-cityline {
    bottom: 0;
    left: 50%;
    right: auto;
    width: 188vw;
    min-width: 0;
    transform: translateX(-50%);
  }

  .section-divider--torn {
    height: 0;
  }

  .section-divider--blue-to-paper {
    --divider-height: 76px;
  }

  .section-divider--paper-to-blue {
    --divider-height: 84px;
  }

  .section-divider--torn::before {
    background-size: 100% 100%;
  }

  .section-inner {
    width: calc(100% - 32px);
    padding: 64px 0;
  }

  .section-copy h2,
  .section-heading h2,
  .contact-card h2,
  .landing-cta h2 {
    font-size: clamp(2.35rem, 11vw, 3.35rem);
    line-height: 0.96;
  }

  .section-copy p,
  .section-heading p,
  .menu-item p,
  .delivery-steps p,
  .contact-card dd {
    font-size: 0.96rem;
    line-height: 1.48;
  }

  .section-photo-stack {
    min-height: 310px;
  }

  .section-photo-card {
    padding: 8px;
  }

  .section-photo-card--main {
    top: 18px;
    left: 2%;
    width: min(285px, 78vw);
  }

  .section-photo-card--small {
    right: 0;
    bottom: 8px;
    width: min(210px, 58vw);
  }

  .section-stamp {
    right: 10px;
    bottom: 18px;
    width: 92px;
    height: 92px;
    padding: 11px;
    font-size: 0.58rem;
  }

  .section-heading {
    margin-bottom: 26px;
  }

  .menu-section .section-inner {
    padding-block: 58px;
  }

  .menu-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .menu-item {
    min-height: 0;
    padding: 9px;
    transform: rotate(var(--card-rotate, 0deg)) !important;
  }

  .menu-item h3 {
    margin-top: 10px;
    font-size: clamp(1.68rem, 8.5vw, 2.15rem);
  }

  .food-card__media {
    aspect-ratio: 16 / 10;
  }

  .food-card__body {
    padding: 14px 10px 11px;
  }

  .food-card__price {
    font-size: 0.68rem;
  }

  .menu-item p {
    font-size: 0.92rem;
    line-height: 1.4;
  }

  .delivery-visual {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .delivery-section .section-inner {
    padding-top: max(104px, var(--section-y, 64px));
    padding-bottom: max(88px, var(--section-y, 64px));
  }

  .delivery-section h2 {
    font-size: clamp(2.25rem, 10.8vw, 3.05rem);
    line-height: 0.98;
    max-width: 10em;
  }

  .delivery-section .section-copy p {
    font-size: 1.02rem;
    line-height: 1.48;
  }

  .delivery-actions {
    display: grid;
    gap: 10px;
    width: min(322px, 100%);
    margin-top: 22px;
  }

  .delivery-direct-button,
  .yandex-food-link {
    width: 100%;
    min-width: 0;
  }

  .delivery-direct-button {
    min-height: 52px;
  }

  .delivery-gallery {
    width: min(330px, 100%);
    margin: 0 auto;
  }

  .contact-card {
    padding: 24px 20px;
  }

  .contact-card .button {
    width: 100%;
    min-width: 0;
  }

  .contact-postcard {
    min-height: 0;
    padding: 9px;
    transform: rotate(0.8deg);
  }

  .yandex-map-frame {
    min-height: 300px;
  }

  .yandex-map-frame__map {
    pointer-events: none;
  }

  .faq-list {
    gap: 10px;
  }

  .faq-item summary {
    grid-template-columns: minmax(0, 1fr) 30px;
    min-height: 74px;
    padding: 18px 16px;
    gap: 14px;
  }

  .faq-item summary span:first-child {
    font-size: clamp(1.42rem, 7.2vw, 1.88rem);
    line-height: 1.04;
  }

  .faq-item__icon {
    width: 30px;
    height: 30px;
  }

  .faq-item__content > p {
    padding: 2px 16px 22px;
  }

  .yandex-map-frame__placeholder {
    padding: 22px 16px 20px;
  }

  .landing-cta .hero-actions {
    width: min(322px, 92%);
  }

  .landing-cta__stamp {
    margin-top: 42px;
  }

  .landing-cta__stamp img {
    width: 96px;
    transform: rotate(-2deg);
  }

  .site-footer {
    flex-direction: column;
    gap: 6px;
    padding: 16px 18px 20px;
    font-size: 0.76rem;
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
    width: 42px;
    height: 42px;
  }

  .back-to-top svg {
    width: 22px;
    height: 22px;
  }

  .booking-dialog {
    width: calc(100vw - 20px);
    max-height: calc(100svh - 20px);
    padding: 24px 20px 22px;
    border-radius: 8px;
  }

  .booking-dialog__close {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
  }

  .booking-dialog__close span {
    width: 30px;
    height: 2px;
  }

  .booking-form__heading {
    max-width: calc(100% - 44px);
    margin-bottom: 20px;
  }

  .booking-form h2 {
    font-size: clamp(1.78rem, 9vw, 2.58rem);
    line-height: 1.02;
  }

  .booking-form__grid {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }

  .booking-field input,
  .booking-field select {
    min-height: 45px;
    padding-bottom: 10px;
    font-size: 1rem;
  }

  .booking-consent {
    gap: 12px;
    margin-top: 18px;
    font-size: 0.86rem;
  }

  .booking-consent input {
    width: 25px;
    height: 25px;
    border-width: 2px;
  }

  .booking-form__footer {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    margin-top: 20px;
  }

  .booking-submit {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 17px 24px;
    border-radius: 7px;
  }

  .booking-form__status {
    text-align: center;
    font-size: 0.9rem;
  }
}

@media (max-width: 390px) {
  .hero-title {
    font-size: clamp(2.95rem, 15.5vw, 3.4rem);
  }

  .hero-copy h2 {
    font-size: 0.86rem;
  }

  .hero-copy p {
    font-size: 0.86rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .hero-cityline {
    animation: none !important;
  }

  .photo-motion {
    animation: none !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .faq-item,
  .faq-item__content,
  .faq-item__icon::before,
  .faq-item__icon::after {
    transition: none !important;
  }

  .delivery-gallery__card {
    animation: none !important;
    opacity: 0 !important;
    transform: rotate(var(--gallery-rotate, 0deg)) !important;
  }

  .delivery-gallery__card:first-child {
    opacity: 1 !important;
  }

  .menu-item {
    transition: none !important;
  }

  .sun-doodle,
  .sun-doodle__ray {
    animation: none !important;
  }

  .hero-photo-video {
    display: none !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
