:root {
  --ink: #171715;
  --ink-soft: #2c2b29;
  --paper: #f4f0e8;
  --paper-strong: #fffdf7;
  --muted: #77736b;
  --line: rgba(23, 23, 21, 0.18);
  --accent: #f04432;
  --accent-2: #ffd84d;
  --radius: 26px;
  --shadow: 0 25px 80px rgba(24, 20, 14, 0.14);
  --container: min(1400px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  overflow-x: hidden;
}

body.dialog-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.noise {
  position: fixed;
  z-index: 100;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 14px max(24px, calc((100vw - 1400px) / 2));
  color: var(--paper-strong);
  background: rgba(23, 23, 21, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.brand__mark {
  width: 54px;
  height: 34px;
  flex: 0 0 auto;
}

.brand span {
  font-size: 18px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 40px);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}

.main-nav a {
  position: relative;
  padding: 9px 0;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-book {
  justify-self: end;
}

.menu-toggle {
  display: none;
  border: 0;
  padding: 10px 4px;
  color: inherit;
  background: transparent;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 26px;
  height: 1px;
  margin: 6px 0;
  background: currentColor;
  transition: transform 220ms ease;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 27px;
  cursor: pointer;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--small {
  min-height: 42px;
  padding-inline: 22px;
  font-size: 11px;
}

.button--dark {
  color: var(--paper-strong);
  background: var(--ink);
  border-color: var(--ink);
}

.site-header .button--dark {
  color: var(--ink);
  background: var(--paper-strong);
  border-color: var(--paper-strong);
}

.button--accent {
  color: var(--ink);
  background: var(--accent-2);
  border-color: var(--accent-2);
}

.button--outline {
  color: var(--ink);
  background: transparent;
  border-color: var(--ink);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(500px, 1.14fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
  padding: clamp(60px, 8vw, 110px) max(24px, calc((100vw - 1400px) / 2));
  color: var(--paper-strong);
  background: var(--ink);
  overflow: hidden;
}

.hero__copy {
  position: relative;
  z-index: 4;
}

.hero h1,
.section-heading h2,
.booth h2,
.memory h2,
.final-cta h2,
.booking-dialog h2 {
  margin: 0;
  font-weight: 500;
  line-height: 0.93;
  letter-spacing: -0.062em;
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(62px, 6.5vw, 118px);
}

.hero h1 em {
  display: block;
  color: var(--accent-2);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.hero__lead {
  max-width: 610px;
  margin: 34px 0 0;
  color: rgba(255, 253, 247, 0.72);
  font-size: clamp(17px, 1.3vw, 21px);
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  font-size: 13px;
}

.text-link span {
  font-size: 20px;
}

.text-link--dark {
  margin-top: 36px;
  border-color: var(--line);
}

.hero__visual {
  position: relative;
  min-height: min(690px, 72vh);
}

.photo-card {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: var(--paper-strong);
  box-shadow: var(--shadow);
}

.photo-card img {
  height: 100%;
  object-fit: cover;
}

.photo-card--main {
  z-index: 3;
  left: 12%;
  top: 4%;
  width: 58%;
  height: 83%;
  padding: 12px 12px 52px;
  color: var(--ink);
  transform: rotate(-2.5deg);
}

.photo-card--main figcaption {
  position: absolute;
  left: 20px;
  bottom: 16px;
  font-family: "Comic Sans MS", "Bradley Hand", cursive;
  font-size: 14px;
}

.photo-card--red {
  z-index: 2;
  right: -4%;
  top: 12%;
  width: 39%;
  height: 55%;
  border: 9px solid var(--paper-strong);
  transform: rotate(6deg);
}

.photo-card--sand {
  z-index: 1;
  left: -4%;
  bottom: 1%;
  width: 39%;
  height: 47%;
  border: 9px solid var(--paper-strong);
  transform: rotate(-8deg);
}

.hero-sticker {
  position: absolute;
  z-index: 5;
  right: 5%;
  bottom: 5%;
  width: 122px;
  height: 122px;
  display: grid;
  place-items: center;
  transform: rotate(7deg);
}

.hero-sticker svg {
  position: absolute;
  inset: 0;
  fill: var(--accent-2);
  animation: slowSpin 28s linear infinite;
}

.hero-sticker span {
  position: relative;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
}

@keyframes slowSpin {
  to { transform: rotate(360deg); }
}

.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--ink);
  background: var(--accent-2);
  border-bottom: 1px solid rgba(23, 23, 21, 0.2);
}

.facts div {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px clamp(22px, 4vw, 58px);
  border-right: 1px solid rgba(23, 23, 21, 0.2);
}

.facts div:last-child {
  border: 0;
}

.facts strong {
  font-size: clamp(24px, 2.4vw, 39px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.facts span {
  margin-top: 8px;
  color: rgba(23, 23, 21, 0.62);
  font-size: 12px;
}

.section {
  padding: clamp(90px, 11vw, 170px) max(24px, calc((100vw - 1400px) / 2));
}

.section--dark {
  --muted: rgba(255, 253, 247, 0.52);
  --line: rgba(255, 255, 255, 0.16);
  color: var(--paper-strong);
  background: var(--ink);
}

.section--paper {
  background: #e8ded0;
}

.section-heading {
  max-width: 830px;
  margin-bottom: clamp(50px, 7vw, 90px);
}

.section-heading--wide {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(400px, 1fr) minmax(260px, 0.55fr);
  gap: 50px;
  align-items: end;
}

.section-heading h2,
.booth h2,
.memory h2,
.final-cta h2,
.booking-dialog h2 {
  font-size: clamp(50px, 6.3vw, 96px);
}

.section-heading > p:last-child,
.section-heading--wide > p,
.memory__copy > p:last-child {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 21px);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.step {
  min-height: 370px;
  display: flex;
  flex-direction: column;
  padding: 34px clamp(26px, 3vw, 48px) 44px;
  border-right: 1px solid var(--line);
}

.step:last-child {
  border-right: 0;
}

.step--accent {
  color: var(--paper-strong);
  background: var(--accent);
}

.step__number {
  margin-bottom: auto;
  color: var(--muted);
  font-family: Georgia, serif;
  font-size: 16px;
  font-style: italic;
}

.step--accent .step__number {
  color: rgba(255, 255, 255, 0.65);
}

.step h3 {
  margin: 0;
  font-size: clamp(27px, 2.5vw, 40px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045em;
}

.step p {
  margin: 22px 0 0;
  color: var(--muted);
}

.step--accent p {
  color: rgba(255, 255, 255, 0.75);
}

.styles {
  --gallery-accent: #f04432;
  transition: background-color 360ms ease;
}

.style-tabs {
  display: flex;
  gap: 10px;
  padding-bottom: 24px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.style-tab {
  flex: 0 0 auto;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.style-tab:hover,
.style-tab:focus-visible {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.style-tab.is-active {
  color: var(--ink);
  background: var(--gallery-accent);
  border-color: var(--gallery-accent);
}

.gallery-meta {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.52fr);
  gap: 50px;
  align-items: end;
  margin: 48px 0 36px;
}

.gallery-meta h3 {
  margin: 6px 0 0;
  font-size: clamp(42px, 5vw, 75px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.gallery-meta__location {
  margin: 0;
  color: var(--gallery-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gallery-meta > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 100px;
  gap: 15px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  background: #2a2927;
  animation: galleryIn 380ms both ease;
}

.gallery-item:nth-child(1) {
  grid-column: span 5;
  grid-row: span 6;
}

.gallery-item:nth-child(2) {
  grid-column: span 4;
  grid-row: span 4;
}

.gallery-item:nth-child(3) {
  grid-column: span 3;
  grid-row: span 5;
}

.gallery-item:nth-child(4) {
  grid-column: 6 / span 4;
  grid-row: span 4;
}

.gallery-item:nth-child(5) {
  grid-column: 10 / span 3;
  grid-row: span 3;
}

.gallery-item:nth-child(n + 6) {
  grid-column: span 4;
  grid-row: span 4;
}

.gallery-item img {
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.22,.8,.24,1);
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.gallery-item span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--ink);
  background: var(--paper-strong);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-item--placeholder {
  display: grid;
  place-items: center;
  border: 1px dashed rgba(255, 255, 255, 0.27);
  color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.035);
  text-align: center;
}

.gallery-item--placeholder div {
  max-width: 170px;
}

.gallery-item--placeholder b {
  display: block;
  margin-bottom: 12px;
  color: var(--gallery-accent);
  font-family: Georgia, serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
}

.gallery-item--placeholder small {
  line-height: 1.35;
}

@keyframes galleryIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.use-cases {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: repeat(2, minmax(260px, 35vw));
  gap: 16px;
}

.use-case {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--ink-soft);
}

.use-case--large {
  grid-row: span 2;
}

.use-case::after {
  content: "";
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(transparent, rgba(0,0,0,.76));
}

.use-case img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.use-case:hover img {
  transform: scale(1.025);
}

.use-case > div {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 26px;
  left: 26px;
}

.use-case span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.use-case p {
  max-width: 520px;
  margin: 0;
  font-size: clamp(20px, 2.4vw, 36px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.price-card {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3.2vw, 48px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.22);
}

.price-card--featured {
  color: var(--paper-strong);
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-22px);
}

.price-card__tag {
  margin: 0 0 70px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-card--featured .price-card__tag {
  color: rgba(255,255,255,.65);
}

.price-card h3 {
  margin: 0;
  font-size: clamp(31px, 3vw, 48px);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.price-card__price {
  margin: 16px 0 30px;
  font-family: Georgia, serif;
  font-size: clamp(34px, 4vw, 60px);
  font-style: italic;
  letter-spacing: -0.04em;
}

.price-card ul {
  margin: 0 0 38px;
  padding: 0;
  list-style: none;
}

.price-card li {
  padding: 12px 0;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  opacity: 0.78;
}

.price-card .button {
  width: 100%;
  margin-top: auto;
}

.price-card--featured .button {
  color: var(--ink);
  background: var(--paper-strong);
  border-color: var(--paper-strong);
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.location-card {
  overflow: hidden;
  color: var(--ink);
  background: var(--paper-strong);
}

.location-card__image {
  position: relative;
  height: min(48vw, 570px);
  overflow: hidden;
}

.location-card__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.location-card:hover .location-card__image img {
  transform: scale(1.025);
}

.location-card__image span {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 999px;
  padding: 10px 15px;
  color: var(--ink);
  background: var(--accent-2);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.location-card__copy {
  padding: clamp(26px, 4vw, 50px);
}

.location-card h3 {
  margin: 0;
  font-size: clamp(31px, 3vw, 48px);
  font-weight: 500;
  letter-spacing: -0.05em;
}

.location-card__copy > p:not(.eyebrow) {
  max-width: 540px;
  margin: 18px 0 0;
  color: var(--muted);
}

.location-card__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}

.location-card__actions > a {
  border-bottom: 1px solid var(--line);
  padding: 9px 0;
  font-size: 13px;
}

.booth {
  display: grid;
  grid-template-columns: minmax(400px, 1fr) minmax(360px, 0.76fr);
  gap: clamp(60px, 9vw, 140px);
  align-items: center;
  background: #cfd765;
}

.booth__visual {
  position: relative;
  min-height: min(62vw, 800px);
}

.booth__device,
.booth__print {
  position: absolute;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.booth__device {
  left: 0;
  top: 0;
  width: 72%;
  height: 82%;
  transform: rotate(-3deg);
}

.booth__print {
  right: 0;
  bottom: 0;
  width: 48%;
  aspect-ratio: 1;
  border: 10px solid var(--paper-strong);
  transform: rotate(7deg);
}

.booth__lead {
  max-width: 560px;
  margin: 30px 0;
  font-size: clamp(18px, 1.7vw, 24px);
}

.booth__prices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 36px 0;
  border-top: 1px solid rgba(23, 23, 21, 0.28);
  border-bottom: 1px solid rgba(23, 23, 21, 0.28);
}

.booth__prices div {
  padding: 23px 20px 23px 0;
}

.booth__prices div + div {
  border-left: 1px solid rgba(23, 23, 21, 0.28);
  padding-left: 24px;
}

.booth__prices strong,
.booth__prices span {
  display: block;
}

.booth__prices strong {
  font-size: clamp(23px, 2.4vw, 36px);
  letter-spacing: -0.04em;
}

.booth__prices span {
  margin-top: 5px;
  font-size: 12px;
  opacity: 0.6;
}

.memory {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(500px, 1.3fr);
  gap: clamp(50px, 9vw, 140px);
  align-items: center;
}

.memory__images {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: center;
}

.memory__images img {
  height: min(48vw, 690px);
  object-fit: cover;
}

.memory__images img:last-child {
  height: min(38vw, 540px);
  transform: rotate(3deg);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.review-grid blockquote {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: clamp(28px, 3.4vw, 50px);
  border-right: 1px solid var(--line);
}

.review-grid blockquote:last-child {
  border: 0;
}

.review-grid p {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(23px, 2.5vw, 37px);
  font-style: italic;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.review-grid footer {
  margin-top: auto;
  padding-top: 40px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.faq {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(500px, 1.28fr);
  gap: clamp(70px, 10vw, 160px);
  background: var(--paper-strong);
}

.faq .section-heading {
  margin: 0;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  position: relative;
  padding: 29px 54px 29px 0;
  cursor: pointer;
  list-style: none;
  font-size: clamp(19px, 1.9vw, 27px);
  letter-spacing: -0.025em;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.faq details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq details p {
  max-width: 620px;
  margin: -4px 60px 30px 0;
  color: var(--muted);
}

.final-cta {
  min-height: 440px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(70px, 9vw, 130px) max(24px, calc((100vw - 1400px) / 2));
  color: var(--paper-strong);
  background: var(--accent);
}

.final-cta h2 {
  max-width: 900px;
}

.final-cta .eyebrow {
  color: rgba(255,255,255,.62);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.9fr;
  gap: 40px;
  padding: 70px max(24px, calc((100vw - 1400px) / 2));
  color: var(--paper-strong);
  background: var(--ink);
}

.brand--footer {
  color: var(--paper-strong);
}

.site-footer__brand p {
  margin: 20px 0 0;
  color: rgba(255,255,255,.5);
  font-size: 13px;
}

.site-footer__links,
.site-footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  font-size: 13px;
}

.site-footer a:not(.brand) {
  border-bottom: 1px solid rgba(255,255,255,.25);
}

.booking-dialog {
  width: min(650px, calc(100vw - 32px));
  border: 0;
  border-radius: var(--radius);
  padding: clamp(32px, 5vw, 62px);
  color: var(--ink);
  background: var(--paper-strong);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.4);
}

.booking-dialog::backdrop {
  background: rgba(15, 15, 14, 0.78);
  backdrop-filter: blur(8px);
}

.booking-dialog h2 {
  max-width: 520px;
  font-size: clamp(46px, 7vw, 76px);
}

.booking-dialog > p:not(.eyebrow) {
  max-width: 520px;
  margin: 24px 0 30px;
  color: var(--muted);
}

.dialog-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 32px;
  font-weight: 300;
}

.booking-options {
  display: grid;
  gap: 10px;
}

.booking-options a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 72px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 20px;
  transition: background 180ms ease, color 180ms ease;
}

.booking-options a:hover,
.booking-options a:focus-visible {
  color: var(--paper-strong);
  background: var(--ink);
}

.booking-options strong {
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.booking-dialog small {
  display: block;
  margin-top: 18px;
  color: var(--muted);
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .main-nav {
    gap: 18px;
  }

  .hero {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 25px;
  }

  .hero__visual {
    min-height: 590px;
  }

  .photo-card--main {
    left: 6%;
    width: 65%;
  }

  .facts div {
    padding-inline: 24px;
  }

  .gallery-grid {
    grid-auto-rows: 80px;
  }

  .faq {
    gap: 70px;
  }
}

@media (max-width: 900px) {
  :root {
    --container: calc(100vw - 36px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 70px;
    padding: 12px 18px;
  }

  .brand__mark {
    width: 49px;
  }

  .brand span {
    font-size: 16px;
  }

  .menu-toggle {
    display: block;
    z-index: 3;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    z-index: 2;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    padding: 30px;
    background: var(--ink);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 200ms ease, visibility 200ms ease, transform 200ms ease;
  }

  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .main-nav a {
    font-size: clamp(34px, 9vw, 64px);
    letter-spacing: -0.04em;
  }

  .header-book {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 70px;
    padding: 80px 18px 60px;
  }

  .hero h1 {
    max-width: 760px;
    font-size: clamp(58px, 12vw, 100px);
  }

  .hero__visual {
    min-height: min(100vw, 720px);
  }

  .photo-card--main {
    left: 18%;
    width: 59%;
  }

  .photo-card--red {
    right: 0;
  }

  .photo-card--sand {
    left: 0;
  }

  .facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .facts div:nth-child(2) {
    border-right: 0;
  }

  .facts div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(23, 23, 21, 0.2);
  }

  .section {
    padding: 100px 18px;
  }

  .section-heading--wide,
  .gallery-meta,
  .memory,
  .faq {
    grid-template-columns: 1fr;
  }

  .section-heading--wide,
  .gallery-meta {
    gap: 20px;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .step {
    min-height: 320px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .step:last-child {
    border-bottom: 0;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 280px;
  }

  .gallery-item:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-item:first-child {
    grid-row: span 2;
  }

  .use-cases {
    grid-template-rows: repeat(2, 340px);
  }

  .use-case--large {
    grid-row: span 2;
  }

  .price-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .price-card {
    min-height: 520px;
  }

  .price-card--featured {
    transform: none;
  }

  .booth {
    grid-template-columns: 1fr;
  }

  .booth__visual {
    min-height: 760px;
  }

  .memory__images img {
    height: min(70vw, 650px);
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .review-grid blockquote {
    min-height: 260px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .review-grid blockquote:last-child {
    border: 0;
  }

  .faq {
    gap: 50px;
  }

  .final-cta {
    min-height: 520px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 90px 18px 50px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    padding: 60px 18px;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
    margin-bottom: 20px;
  }
}

@media (max-width: 620px) {
  .hero h1 {
    font-size: clamp(52px, 16vw, 78px);
  }

  .hero__lead {
    margin-top: 26px;
  }

  .hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .hero__visual {
    min-height: 118vw;
  }

  .photo-card--main {
    left: 13%;
    top: 4%;
    width: 70%;
    height: 76%;
  }

  .photo-card--red {
    top: 15%;
    width: 40%;
    height: 44%;
  }

  .photo-card--sand {
    width: 42%;
    height: 40%;
  }

  .hero-sticker {
    right: 4%;
    bottom: 0;
    width: 98px;
    height: 98px;
  }

  .facts div {
    min-height: 105px;
    padding: 18px;
  }

  .facts strong {
    font-size: 26px;
  }

  .section-heading h2,
  .booth h2,
  .memory h2,
  .final-cta h2 {
    font-size: clamp(45px, 14vw, 68px);
  }

  .section-heading {
    margin-bottom: 50px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 118vw;
  }

  .gallery-item:first-child {
    grid-row: auto;
  }

  .use-cases {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 115vw);
  }

  .use-case--large {
    grid-row: auto;
  }

  .location-grid {
    grid-template-columns: 1fr;
  }

  .location-card__image {
    height: 115vw;
  }

  .location-card__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .booth__visual {
    min-height: 130vw;
  }

  .booth__device {
    width: 78%;
  }

  .booth__print {
    width: 54%;
  }

  .booth__prices {
    grid-template-columns: 1fr;
  }

  .booth__prices div + div {
    border-top: 1px solid rgba(23, 23, 21, 0.28);
    border-left: 0;
    padding-left: 0;
  }

  .memory__images {
    grid-template-columns: 1fr;
  }

  .memory__images img,
  .memory__images img:last-child {
    height: 115vw;
    transform: none;
  }

  .faq summary {
    padding-block: 24px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer__brand {
    grid-column: auto;
  }

  .booking-options a {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ------------------------------------------------------------
   Editorial direction v2
   ------------------------------------------------------------ */
:root {
  --ink: #171716;
  --ink-soft: #282624;
  --paper: #f3efe7;
  --paper-strong: #fffdf8;
  --muted: #6f6a62;
  --line: rgba(23, 23, 22, 0.2);
  --accent: #b74336;
  --accent-2: #f3efe7;
}

.brand__mark--exact {
  width: 66px;
  height: 48px;
  object-fit: contain;
  flex: 0 0 auto;
}

.site-header {
  min-height: 70px;
  gap: 38px;
  padding-block: 9px;
  background: rgba(23, 23, 22, 0.97);
}

.brand {
  gap: 13px;
}

.brand span {
  font-size: 16px;
  letter-spacing: -0.02em;
}

.main-nav {
  gap: clamp(22px, 3vw, 44px);
  font-size: 14px;
  letter-spacing: 0;
}

.site-header .button--dark,
.site-header .button--accent {
  color: var(--paper-strong);
  background: var(--accent);
  border-color: var(--accent);
  border-radius: 0;
}

.button--accent {
  color: var(--paper-strong);
  background: var(--accent);
  border-color: var(--accent);
  border-radius: 0;
}

.button--dark,
.button--outline {
  border-radius: 0;
}

.hero {
  min-height: min(650px, calc(100vh - 70px));
  grid-template-columns: minmax(300px, 0.78fr) minmax(430px, 1.22fr);
  gap: clamp(34px, 5vw, 82px);
  padding-block: clamp(48px, 6vw, 78px);
}

.hero h1 {
  max-width: 560px;
  font-size: clamp(56px, 6vw, 92px);
  line-height: 0.9;
  text-transform: uppercase;
}

.hero h1 em {
  color: var(--paper-strong);
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.hero__subline {
  margin: 26px 0 0;
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 30px);
}

.hero__lead {
  max-width: 350px;
  margin-top: 18px;
  color: rgba(255, 253, 248, 0.72);
  font-size: 17px;
}

.hero__actions {
  gap: 22px;
  margin-top: 30px;
}

.hero__visual.hero-filmstrip {
  width: min(100%, 650px);
  min-height: 0;
  height: min(540px, 68vh);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  justify-self: end;
  overflow: hidden;
  padding: 10px;
  background: #111110;
  border: 1px solid rgba(255, 253, 248, 0.18);
}

.filmstrip__column {
  position: relative;
  overflow: hidden;
  background: #292725;
}

.filmstrip__track {
  display: flex;
  flex-direction: column;
  gap: 0;
  animation: filmDown 30s linear infinite;
  will-change: transform;
}

.filmstrip__column--slow .filmstrip__track {
  animation-duration: 42s;
  animation-delay: -13s;
}

.filmstrip__column--fast .filmstrip__track {
  animation-duration: 24s;
  animation-delay: -6s;
}

.film-card {
  flex: 0 0 auto;
  aspect-ratio: 0.82;
  margin: 0;
  margin-bottom: 10px;
  overflow: hidden;
  background: #35312e;
}

.film-card img {
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92);
}

.filmstrip__note {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  padding: 8px 10px;
  color: var(--paper-strong);
  background: rgba(23, 23, 22, 0.8);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}

@keyframes filmDown {
  from { transform: translateY(-50%); }
  to { transform: translateY(0); }
}

.facts {
  background: var(--paper-strong);
}

.facts div {
  min-height: 98px;
  padding-block: 18px;
}

.facts strong {
  font-size: clamp(22px, 2.3vw, 34px);
}

.section {
  padding-block: clamp(58px, 7vw, 100px);
}

.section-heading {
  margin-bottom: clamp(34px, 4vw, 56px);
}

.section-heading h2,
.booth h2,
.final-cta h2,
.booking-dialog h2 {
  font-size: clamp(46px, 5vw, 78px);
  line-height: 0.96;
}

.section-heading--wide {
  grid-template-columns: minmax(300px, 1fr) minmax(220px, 0.42fr);
  gap: 30px;
}

.section-heading--wide > p,
.section-heading > p:last-child {
  font-size: 16px;
}

.steps {
  background: var(--paper-strong);
}

.step {
  min-height: 210px;
  padding: 24px 28px 28px;
}

.step h3 {
  font-size: clamp(23px, 2.2vw, 33px);
}

.step p {
  max-width: 340px;
  margin-top: 14px;
  font-size: 14px;
}

.step--accent {
  color: var(--paper-strong);
  background: var(--accent);
}

.styles.section--dark {
  --muted: #6f6a62;
  --line: rgba(23, 23, 22, 0.2);
  color: var(--ink);
  background: var(--paper);
}

.styles .eyebrow,
.styles .section-heading--wide > p {
  color: var(--muted);
}

.style-explorer {
  display: grid;
  grid-template-columns: minmax(190px, 0.28fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: start;
}

.style-tabs {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  overflow: visible;
}

.style-tab {
  min-height: 39px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 0 13px;
  color: var(--ink-soft);
  background: transparent;
  font-size: 13px;
  text-align: left;
}

.style-tab:hover,
.style-tab:focus-visible {
  color: var(--accent);
  border-color: var(--line);
}

.style-tab.is-active {
  color: var(--paper-strong);
  background: var(--accent);
  border-color: var(--accent);
}

.style-stage {
  min-width: 0;
}

.gallery-meta {
  grid-template-columns: 1fr minmax(200px, 0.46fr);
  gap: 28px;
  margin: 0 0 22px;
}

.gallery-meta h3 {
  font-size: clamp(37px, 4vw, 64px);
}

.gallery-meta__location {
  color: var(--accent);
}

.gallery-meta > p {
  color: var(--muted);
  font-size: 15px;
}

.gallery-grid {
  grid-auto-rows: clamp(58px, 7vw, 92px);
  gap: 9px;
}

.gallery-item {
  background: #d6cec3;
}

.gallery-item span {
  right: 10px;
  bottom: 10px;
  padding: 6px 8px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.9);
  font-size: 9px;
}

.gallery-item--placeholder {
  border-color: rgba(23, 23, 22, 0.3);
  color: var(--muted);
  background: rgba(23, 23, 22, 0.04);
}

.gallery-item--placeholder b {
  color: var(--accent);
}

.gallery-item--placeholder small {
  font-size: 11px;
}

.use-cases {
  grid-template-columns: 1.35fr repeat(4, 1fr);
  grid-template-rows: 280px;
  gap: 10px;
}

.use-case--large {
  grid-row: auto;
}

.use-case > div {
  right: 16px;
  bottom: 16px;
  left: 16px;
}

.use-case span {
  color: var(--paper-strong);
  font-size: 10px;
}

.use-case p {
  font-size: clamp(16px, 1.4vw, 21px);
}

.price-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.price-row {
  position: relative;
  min-height: 128px;
  display: grid;
  grid-template-columns: minmax(122px, 0.55fr) minmax(170px, 1fr) minmax(180px, 1.4fr) 150px auto;
  gap: 20px;
  align-items: center;
  overflow: hidden;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  background: var(--paper-strong);
}

.price-row--featured {
  color: var(--paper-strong);
  background: var(--accent);
  border-color: var(--accent);
}

.price-row__price {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.7vw, 58px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.price-row__tag {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-row--featured .price-row__tag,
.price-row--featured .price-row__description {
  color: rgba(255, 253, 248, 0.72);
}

.price-row h3 {
  margin: 0;
  font-size: clamp(22px, 2.1vw, 33px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.price-row__description {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.price-row > img {
  width: 150px;
  height: 98px;
  object-fit: cover;
}

.price-row .button {
  min-height: 40px;
  padding-inline: 16px;
  font-size: 10px;
  white-space: nowrap;
}

.price-row--featured .button {
  color: var(--ink);
  background: var(--paper-strong);
  border-color: var(--paper-strong);
}

.section--paper {
  background: #e9dfd2;
}

.location-grid {
  gap: 12px;
}

.location-card__image {
  height: 210px;
}

.location-card__copy {
  padding: 24px 28px 28px;
}

.location-card h3 {
  font-size: clamp(28px, 2.6vw, 42px);
}

.location-card__copy > p:not(.eyebrow) {
  margin-top: 12px;
  font-size: 14px;
}

.location-card__actions {
  gap: 18px;
  margin-top: 32px;
}

.booth {
  grid-template-columns: minmax(360px, 1.05fr) minmax(330px, 0.95fr);
  gap: clamp(38px, 7vw, 90px);
  background: var(--paper-strong);
}

.booth__visual {
  min-height: 390px;
}

.booth__device {
  width: 70%;
  height: 80%;
}

.booth__print {
  width: 38%;
}

.booth__lead {
  margin: 20px 0;
  font-size: 18px;
}

.booth__prices {
  margin: 22px 0;
}

.review-grid blockquote {
  min-height: 220px;
  padding: 28px;
}

.review-grid p {
  font-size: clamp(21px, 2.1vw, 31px);
}

.faq {
  gap: 46px;
}

.faq summary {
  padding-block: 22px;
  font-size: clamp(18px, 1.7vw, 24px);
}

.map-cta {
  display: grid;
  grid-template-columns: minmax(360px, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: stretch;
  color: var(--paper-strong);
  background: var(--ink);
}

.map-cta__visual {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background: #d4cbbd;
}

.map-grid-lines,
.map-grid-lines::before,
.map-grid-lines::after {
  position: absolute;
  inset: -30%;
  content: "";
  background-image: linear-gradient(28deg, transparent 45%, rgba(23, 23, 22, 0.12) 46%, transparent 47%), linear-gradient(112deg, transparent 47%, rgba(23, 23, 22, 0.09) 48%, transparent 49%);
  background-size: 92px 82px, 130px 118px;
  transform: rotate(-8deg);
}

.map-grid-lines::before {
  opacity: 0.55;
  transform: rotate(21deg) scale(1.25);
}

.map-grid-lines::after {
  opacity: 0.35;
  transform: rotate(-39deg) scale(1.18);
}

.map-road,
.map-river {
  position: absolute;
  display: block;
  height: 12px;
  border-radius: 99px;
  background: rgba(255, 253, 248, 0.85);
  box-shadow: 0 0 0 2px rgba(23, 23, 22, 0.08);
}

.map-road--one { width: 115%; left: -10%; top: 37%; transform: rotate(-17deg); }
.map-road--two { width: 95%; left: 13%; top: 64%; transform: rotate(24deg); }
.map-road--three { width: 80%; left: -4%; top: 76%; transform: rotate(5deg); }

.map-river {
  width: 130%;
  height: 52px;
  left: -17%;
  top: -2%;
  background: rgba(181, 172, 157, 0.7);
  transform: rotate(11deg);
}

.map-label {
  position: absolute;
  color: rgba(23, 23, 22, 0.46);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.map-label--samara { top: 18%; left: 12%; }

.map-pin {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.map-pin i {
  width: 18px;
  height: 18px;
  display: block;
  border: 5px solid var(--accent);
  border-radius: 50%;
  background: var(--paper-strong);
  box-shadow: 0 0 0 5px rgba(183, 67, 54, 0.2);
}

.map-pin--artist { top: 47%; left: 42%; }
.map-pin--park { top: 70%; left: 66%; }

.map-cta__copy {
  align-self: center;
}

.map-cta__copy .eyebrow {
  color: rgba(255, 253, 248, 0.56);
}

.map-cta__copy h2 {
  margin: 0;
  font-size: clamp(48px, 5vw, 80px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.map-cta__copy h2 em {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
}

.map-cta__copy > p:not(.eyebrow) {
  max-width: 430px;
  margin: 24px 0;
  color: rgba(255, 253, 248, 0.68);
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  margin-bottom: 26px;
  font-size: 14px;
}

.contact-list a {
  width: fit-content;
  border-bottom: 1px solid rgba(255, 253, 248, 0.32);
}

.site-footer {
  position: relative;
  grid-template-columns: 1.3fr 0.8fr 0.9fr;
  gap: 30px;
  padding-block: 46px 58px;
}

.site-footer__legal {
  position: absolute;
  right: max(24px, calc((100vw - 1400px) / 2));
  bottom: 18px;
  margin: 0;
  color: rgba(255, 253, 248, 0.38);
  font-size: 11px;
}

@media (max-width: 900px) {
  .site-header {
    gap: 12px;
  }

  .brand__mark--exact {
    width: 58px;
    height: 44px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-block: 58px 42px;
  }

  .hero__visual.hero-filmstrip {
    width: 100%;
    max-width: none;
    height: min(520px, 74vw);
    justify-self: stretch;
  }

  .style-explorer {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .style-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--line);
  }

  .style-tab {
    padding-inline: 10px;
    border-right: 1px solid var(--line);
  }

  .style-tab:nth-child(even) {
    border-right: 0;
  }

  .use-cases {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 270px);
  }

  .use-case--large {
    grid-row: span 2;
  }

  .use-case:nth-child(5) {
    grid-column: span 2;
  }

  .price-row {
    grid-template-columns: minmax(100px, 0.55fr) 1fr 1.25fr auto;
  }

  .price-row > img {
    display: none;
  }

  .map-cta {
    grid-template-columns: 1fr;
  }

  .map-cta__visual {
    min-height: 330px;
  }

  .site-footer__legal {
    position: static;
    grid-column: 1 / -1;
    margin-top: 10px;
  }
}

@media (max-width: 620px) {
  .brand span {
    display: none;
  }

  .hero h1 {
    font-size: clamp(52px, 15vw, 78px);
  }

  .hero__visual.hero-filmstrip {
    height: 114vw;
    max-height: 510px;
    gap: 7px;
    padding: 7px;
  }

  .filmstrip__track {
    gap: 0;
  }

  .film-card {
    aspect-ratio: 0.75;
    margin-bottom: 7px;
  }

  .filmstrip__note {
    right: 13px;
    bottom: 13px;
    font-size: 8px;
  }

  .facts div {
    min-height: 90px;
    padding: 16px;
  }

  .facts strong {
    font-size: 22px;
  }

  .style-tabs {
    grid-template-columns: 1fr;
  }

  .style-tab,
  .style-tab:nth-child(even) {
    border-right: 0;
  }

  .gallery-meta {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 45vw;
  }

  .gallery-item:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-item:first-child {
    grid-column: span 2;
    grid-row: span 2;
  }

  .use-cases {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 94vw);
  }

  .use-case--large,
  .use-case:nth-child(5) {
    grid-row: auto;
    grid-column: auto;
  }

  .price-row {
    grid-template-columns: 1fr auto;
    gap: 9px 16px;
    padding: 18px 14px;
  }

  .price-row__price {
    grid-row: span 2;
    font-size: 36px;
  }

  .price-row__description {
    grid-column: 2;
    font-size: 12px;
  }

  .price-row .button {
    grid-column: 2;
    justify-self: start;
  }

  .location-grid {
    grid-template-columns: 1fr;
  }

  .location-card__image {
    height: 62vw;
  }

  .booth {
    grid-template-columns: 1fr;
  }

  .booth__visual {
    min-height: 78vw;
  }

  .map-cta__visual {
    min-height: 280px;
  }

  .map-pin {
    font-size: 11px;
  }

  .map-pin--artist { left: 32%; }
  .map-pin--park { left: 54%; }

  .contact-list {
    grid-template-columns: 1fr 1fr;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .filmstrip__track {
    animation: none;
    transform: none;
  }
}

/* ------------------------------------------------------------
   Final polish: original photography, stable type and controls
   ------------------------------------------------------------ */
:root {
  --accent: #b74336;
  --accent-deep: #8f3029;
  --paper: #f3efe7;
  --paper-strong: #fffdf8;
  --ink: #171716;
  --ink-soft: #282624;
  --muted: #6f6a62;
  --line: rgba(23, 23, 22, 0.2);
}

.section-heading h2,
.booth h2,
.contact-cta h2,
.booking-dialog h2 {
  letter-spacing: -0.04em;
  word-spacing: 0.04em;
}

.styles .section-heading--wide > p {
  max-width: 420px;
  line-height: 1.45;
}

.styles .section-heading--wide > p strong {
  color: var(--accent);
  font-weight: 700;
}

.style-explorer {
  grid-template-columns: minmax(215px, 0.28fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 72px);
}

.style-tabs {
  border-top: 1px solid var(--line);
}

.style-tab {
  min-height: 44px;
  padding-inline: 15px;
  font-size: 14px;
  line-height: 1.25;
}

.style-tab.is-active {
  font-weight: 700;
}

.gallery-meta {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.55fr);
  align-items: start;
  margin-bottom: 30px;
}

.gallery-meta h3 {
  max-width: 760px;
  line-height: 0.98;
}

.gallery-meta > p {
  max-width: 410px;
  padding-top: 4px;
  line-height: 1.5;
}

.gallery-grid {
  display: block;
  column-count: 3;
  column-gap: 10px;
  column-fill: balance;
}

.gallery-item,
.gallery-item:nth-child(1),
.gallery-item:nth-child(2),
.gallery-item:nth-child(3),
.gallery-item:nth-child(4),
.gallery-item:nth-child(5),
.gallery-item:nth-child(n + 6) {
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0 0 10px;
  break-inside: avoid;
  vertical-align: top;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.gallery-item span {
  position: static;
  display: block;
  padding: 8px 2px 2px;
  color: var(--muted);
  background: transparent;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  max-width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gallery-grid--empty {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.gallery-grid--empty .gallery-item--placeholder {
  min-height: 190px;
  display: grid;
  margin: 0;
}

.price-grid {
  border-top: 1px solid var(--line);
}

.price-row {
  grid-template-columns: minmax(170px, 0.56fr) minmax(190px, 0.92fr) minmax(250px, 1.25fr) auto;
  gap: clamp(18px, 2.5vw, 38px);
  min-height: 146px;
  padding: 20px 24px;
}

.price-row__price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 0;
  white-space: nowrap;
}

.price-row__price strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4.5vw, 70px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.price-row__price span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.2vw, 34px);
}

.price-row__main h3 {
  line-height: 1.05;
}

.price-row__features {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  align-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 13px;
}

.price-row__features li {
  padding-right: 12px;
  border-right: 1px solid var(--line);
}

.price-row__features li:last-child {
  border-right: 0;
}

.price-row--featured .price-row__features {
  color: rgba(255, 253, 248, 0.78);
}

.location-grid {
  gap: 16px;
}

.location-card__map {
  position: relative;
  height: 250px;
  overflow: hidden;
  background: #d5cdc0;
}

.location-card__map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  filter: saturate(0.72) contrast(0.95);
}

.location-card__map::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(23, 23, 22, 0.08), transparent 55%);
}

.location-card__map span {
  position: absolute;
  z-index: 1;
  top: 17px;
  left: 17px;
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--paper-strong);
  background: var(--accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.location-card__copy {
  min-height: 205px;
  display: flex;
  flex-direction: column;
}

.location-card__copy > p:not(.eyebrow) {
  max-width: 500px;
}

.location-card__actions {
  margin-top: auto;
  padding-top: 32px;
}

.booth {
  position: relative;
  color: var(--paper-strong);
  background: var(--ink);
  isolation: isolate;
}

.booth::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 44%;
  height: 100%;
  background: linear-gradient(135deg, transparent 0 45%, rgba(183, 67, 54, 0.23) 45% 100%);
}

.booth .eyebrow {
  color: #f1c95c;
}

.booth h2 {
  max-width: 680px;
}

.booth__lead {
  color: rgba(255, 253, 248, 0.76);
}

.booth__device,
.booth__print {
  border: 1px solid rgba(255, 253, 248, 0.25);
}

.booth__prices {
  border-color: rgba(255, 253, 248, 0.22);
}

.booth__prices div + div {
  border-color: rgba(255, 253, 248, 0.22);
}

.booth__prices strong {
  color: #f1c95c;
}

.booth__prices span {
  color: rgba(255, 253, 248, 0.58);
}

.review-carousel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.review-viewport {
  min-width: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) transparent;
}

.review-track {
  display: flex;
  gap: 14px;
  width: max-content;
  padding-bottom: 12px;
}

.review-card {
  width: clamp(280px, 31vw, 382px);
  min-height: 285px;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  scroll-snap-align: start;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--paper-strong);
}

.review-card__avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 50%;
  color: var(--paper-strong);
  background: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.review-card p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.8vw, 28px);
  font-style: italic;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.review-card footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: auto;
  padding-top: 25px;
}

.review-card footer strong {
  font-size: 12px;
}

.review-card footer span {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.review-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 19px;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.review-arrow:hover,
.review-arrow:focus-visible {
  color: var(--paper-strong);
  background: var(--accent);
  border-color: var(--accent);
}

.contact-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, 0.75fr);
  gap: clamp(40px, 9vw, 140px);
  align-items: end;
  color: var(--paper-strong);
  background: var(--ink);
}

.contact-cta .eyebrow {
  color: rgba(255, 253, 248, 0.56);
}

.contact-cta h2 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(52px, 7.5vw, 112px);
  line-height: 0.92;
}

.contact-cta h2 em {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.contact-cta__title > p:last-child {
  max-width: 500px;
  margin: 27px 0 0;
  color: rgba(255, 253, 248, 0.68);
  font-size: 16px;
}

.contact-cta__actions {
  justify-self: stretch;
}

.contact-cta .contact-list {
  margin-bottom: 28px;
}

.contact-cta .contact-list a {
  border-color: rgba(255, 253, 248, 0.28);
}

@media (max-width: 900px) {
  .gallery-grid {
    column-count: 2;
  }

  .gallery-grid--empty {
    grid-template-columns: repeat(2, 1fr);
  }

  .price-row {
    grid-template-columns: minmax(130px, 0.55fr) minmax(160px, 0.95fr) minmax(200px, 1.2fr) auto;
    padding-inline: 16px;
  }

  .price-row__features {
    font-size: 12px;
  }

  .location-card__map {
    height: 235px;
  }

  .contact-cta {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 44px;
  }
}

@media (max-width: 620px) {
  .gallery-grid {
    column-count: 1;
  }

  .gallery-grid--empty {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-grid--empty .gallery-item--placeholder {
    min-height: 150px;
  }

  .price-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 18px;
    min-height: 0;
    padding: 22px 16px;
  }

  .price-row__price {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .price-row__price strong {
    font-size: 51px;
  }

  .price-row__main {
    grid-column: 1 / -1;
  }

  .price-row__features {
    grid-column: 1 / -1;
    gap: 7px 10px;
  }

  .price-row .button {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .location-card__map {
    height: 220px;
  }

  .review-carousel {
    grid-template-columns: 1fr;
  }

  .review-arrow {
    display: none;
  }

  .review-card {
    width: min(82vw, 340px);
  }

  .contact-cta h2 {
    font-size: clamp(54px, 15vw, 78px);
  }
}

/* Mobile Fixes added by Assistant */
html, body { max-width: 100vw; }
h1, h2, h3, p { overflow-wrap: break-word; word-break: break-word; }
.booking-dialog { max-height: 90vh; overflow-y: auto; }
img, iframe { max-width: 100%; }
.hero h1 { hyphens: auto; }


@media (max-width: 900px) {
  .style-explorer { grid-template-columns: 1fr; }
  .style-tabs { display: grid; grid-template-columns: repeat(2, 1fr); }
  .gallery-meta { grid-template-columns: 1fr; }
  .gallery-grid { column-count: 2; display: block; }
}
@media (max-width: 620px) {
  .style-tabs { grid-template-columns: 1fr; }
  .gallery-grid { column-count: 1; display: block; }
}


.site-footer__links a, .site-footer__contacts a { white-space: nowrap; }


@media (max-width: 900px) {
  .site-footer { grid-template-columns: 1fr 1fr; padding: 60px 18px; }
  .site-footer__brand { grid-column: 1 / -1; margin-bottom: 20px; }
  .site-footer__legal { position: static; grid-column: 1 / -1; margin-top: 10px; }
}
@media (max-width: 620px) {
  .site-footer { grid-template-columns: 1fr; }
  .site-footer__brand { grid-column: auto; }
}


@media (max-width: 900px) {
  .section-heading--wide { grid-template-columns: 1fr; }
}


@media (max-width: 900px) {
  .main-nav { position: fixed; z-index: 1000; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 120px 30px 30px; background: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-20px); transition: all 300ms ease; gap: 15px; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { color: var(--paper-strong); font-size: clamp(34px, 9vw, 64px); letter-spacing: -0.04em; }
}

