:root {
  --ink: #121619;
  --muted: #6d716f;
  --paper: #ded6c8;
  --paper-deep: #cbc0af;
  --foam: #eee7dc;
  --blue: #1f3643;
  --blue-soft: #b7c9cd;
  --mint: #aebfb6;
  --copper: #9d6a4e;
  --night: #10171b;
  --night-soft: #172229;
  --cream-text: #eee8de;
  --line: rgba(18, 22, 25, .16);
  --shadow: 0 30px 80px rgba(12, 16, 18, .22);
  --radius: 32px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 72% 8%, rgba(83, 105, 111, .32), transparent 30rem),
    radial-gradient(circle at 10% 10%, rgba(157, 106, 78, .16), transparent 28rem),
    linear-gradient(180deg, var(--night) 0%, #11191e 42rem, #bfb5a6 74rem, var(--paper) 112rem, #d8d0c2 100%);
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  z-index: 0;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px),
    linear-gradient(rgba(18, 22, 25, .035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent, black 12%, black 84%, transparent);
}

.site-glow {
  position: fixed;
  inset: auto -20vw -35vw auto;
  width: 70vw;
  height: 70vw;
  background: radial-gradient(circle, rgba(114, 135, 135, .18), transparent 62%);
  pointer-events: none;
  z-index: 0;
}

.scroll-meter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 20;
  background: transparent;
}
.scroll-meter span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--blue), var(--copper));
}

.topbar {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1120px, calc(100% - 32px));
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px 12px 12px;
  border: 1px solid rgba(238,232,222,.16);
  border-radius: 999px;
  background: rgba(18, 25, 29, .70);
  box-shadow: 0 16px 48px rgba(0, 0, 0, .24);
  backdrop-filter: blur(20px);
}

.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cream-text), #b7c9cd);
  box-shadow: 0 8px 24px rgba(0,0,0,.22);
  overflow: hidden;
  flex: 0 0 auto;
}
.brand strong,
.brand em { display: block; line-height: 1.05; white-space: nowrap; }
.brand strong { font-size: 14px; letter-spacing: -.02em; color: var(--cream-text); }
.brand em { margin-top: 4px; font-size: 11px; color: rgba(238,232,222,.58); font-style: normal; }

.nav { display: flex; align-items: center; gap: 6px; }
.nav a {
  padding: 11px 13px;
  border-radius: 999px;
  font-size: 13px;
  color: rgba(238,232,222,.74);
}
.nav a:hover { background: rgba(238,232,222,.12); color: var(--cream-text); }
.nav .nav-call { background: var(--cream-text); color: var(--night); }
.nav .nav-call:hover { background: var(--blue-soft); color: var(--night); }

.menu-button { display: none; }

.panel {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 124px 0 80px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, .74fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw) auto;
  height: min(100svh, 900px);
  z-index: -1;
  background:
    radial-gradient(circle at 74% 34%, rgba(115, 135, 137, .24), transparent 25rem),
    radial-gradient(circle at 21% 24%, rgba(157, 106, 78, .14), transparent 22rem),
    linear-gradient(180deg, rgba(16,23,27,.96), rgba(16,23,27,.88) 72%, rgba(16,23,27,0));
}
.hero h1,
.hero .eyebrow {
  color: var(--cream-text);
}
.hero .lead {
  color: rgba(238,232,222,.72);
}
.hero .button.primary {
  color: var(--night);
  background: var(--cream-text);
  border-color: rgba(238,232,222,.65);
}
.hero .button.ghost {
  color: var(--cream-text);
  border-color: rgba(238,232,222,.22);
  background: rgba(238,232,222,.10);
}

.eyebrow {
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 800;
  color: var(--copper);
}

h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  letter-spacing: -.075em;
  line-height: .89;
  text-wrap: balance;
}
h1 {
  margin-bottom: 24px;
  max-width: 820px;
  font-size: clamp(58px, 8.8vw, 132px);
}
h2 {
  margin-bottom: 22px;
  font-size: clamp(48px, 7vw, 105px);
}
.lead, .statement-text p, .price-copy p, .final-copy p, .photo-copy p {
  max-width: 650px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
  color: rgba(17, 20, 23, .72);
}

.hero-actions, .visit-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 800;
  font-size: 14px;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--ink); border-color: var(--ink); }
.button.ghost { background: rgba(238,232,222,.16); }

.machine-stage {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}
.machine-shell {
  position: relative;
  width: min(430px, 86vw);
  aspect-ratio: .78;
  padding: 26px;
  border-radius: 54px;
  background:
    linear-gradient(145deg, rgba(222,214,200,.88), rgba(178,168,153,.72)),
    linear-gradient(145deg, rgba(238,232,222,.40), rgba(31,54,67,.18));
  border: 1px solid rgba(238,232,222,.28);
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}
.machine-shell::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 42px;
  border: 1px solid rgba(17,20,23,.1);
  pointer-events: none;
}
.machine-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 6px 26px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(17,20,23,.52);
}
.machine-topline i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #58b790;
  box-shadow: 0 0 0 7px rgba(88, 183, 144, .18);
}
.washer-window {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 22%, #dce4e2, #aebfc4 34%, #607e8b 78%);
  border: 16px solid rgba(17,20,23,.86);
  box-shadow: inset 0 0 80px rgba(255,255,255,.46), 0 24px 56px rgba(17,20,23,.18);
}
.water {
  position: absolute;
  inset: 48% -10% -18%;
  background: rgba(54, 107, 126, .55);
  border-radius: 44% 56% 0 0;
  animation: slosh 5.5s ease-in-out infinite;
}
.fabric {
  position: absolute;
  width: 120px;
  height: 62px;
  border-radius: 52% 48% 45% 55%;
  background: rgba(232,226,216,.76);
  box-shadow: inset -20px -12px 28px rgba(34,63,89,.14);
  animation: tumble 8s linear infinite;
}
.fabric-one { top: 34%; left: 20%; }
.fabric-two { top: 48%; left: 45%; animation-delay: -2.5s; background: rgba(205,194,180,.82); }
.fabric-three { top: 56%; left: 22%; animation-delay: -5s; background: rgba(181,199,201,.82); }
.bubble {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.74);
  animation: rise 5s ease-in-out infinite;
}
.b1 { width: 16px; height: 16px; left: 30%; top: 68%; }
.b2 { width: 11px; height: 11px; left: 62%; top: 64%; animation-delay: -1.5s; }
.b3 { width: 22px; height: 22px; left: 72%; top: 74%; animation-delay: -3s; }
.machine-controls { display: flex; justify-content: center; gap: 14px; margin-top: 26px; }
.machine-controls span {
  width: 48px;
  height: 12px;
  border-radius: 999px;
  background: rgba(17,20,23,.22);
}
.floating-note {
  position: absolute;
  padding: 13px 16px;
  border-radius: 999px;
  background: rgba(23,34,41,.62);
  border: 1px solid rgba(238,232,222,.18);
  color: var(--cream-text);
  box-shadow: 0 18px 44px rgba(17,20,23,.12);
  backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.note-one { right: 0; top: 22%; }
.note-two { left: 0; bottom: 18%; }

.statement {
  display: grid;
  grid-template-columns: .9fr 1fr;
  align-items: center;
  gap: clamp(28px, 7vw, 96px);
}
.quiet-list {
  display: grid;
  gap: 14px;
  padding: 12px;
  border-radius: 42px;
  background: rgba(238,232,222,.38);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 26px 70px rgba(17,20,23,.08);
}
.quiet-list div {
  padding: 28px;
  border-radius: 32px;
  background: rgba(232,224,211,.76);
  border: 1px solid rgba(17,20,23,.08);
}
.quiet-list span {
  display: block;
  margin-bottom: 22px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
}
.quiet-list strong { display: block; margin-bottom: 10px; font-size: 24px; letter-spacing: -.04em; }
.quiet-list p { color: rgba(17,20,23,.62); line-height: 1.55; margin: 0; }

.ribbon {
  min-height: auto;
  padding-top: 130px;
  padding-bottom: 130px;
}
.ribbon::before {
  content: "";
  position: absolute;
  inset: 78px -7vw;
  z-index: -1;
  border-radius: 60px;
  background: linear-gradient(135deg, rgba(21,32,38,.96), rgba(31,54,67,.90));
  transform: rotate(-1.7deg);
  box-shadow: var(--shadow);
}
.ribbon h2, .ribbon .eyebrow, .ribbon p { color: #fff; }
.ribbon .eyebrow { color: rgba(255,255,255,.62); }
.flowline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 48px;
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.18);
}
.flowline article {
  min-height: 290px;
  padding: 28px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
}
.flowline small {
  display: block;
  margin-bottom: 66px;
  color: rgba(255,255,255,.56);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 900;
}
.flowline h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 40px;
  letter-spacing: -.07em;
}
.flowline p { color: rgba(255,255,255,.72); line-height: 1.5; }

.photo-drift {
  display: grid;
  grid-template-columns: .82fr 1.1fr;
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
}
.drift-grid {
  min-height: 660px;
  position: relative;
}
.photo-card {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border-radius: 36px;
  background: rgba(232,224,211,.56);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: var(--shadow);
}
.photo-card img { width: 100%; height: 100%; object-fit: cover; }
.photo-card figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(222,214,200,.82);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 900;
}
.photo-card.tall { width: 56%; height: 520px; left: 0; top: 52px; transform: rotate(-3deg); }
.photo-card:not(.tall):not(.wide) { width: 48%; height: 310px; right: 0; top: 0; transform: rotate(3deg); }
.photo-card.wide { width: 66%; height: 300px; right: 12%; bottom: 0; transform: rotate(-1deg); }

.pricing {
  display: grid;
  grid-template-columns: .92fr 1fr;
  align-items: center;
  gap: clamp(30px, 7vw, 90px);
}
.price-slab {
  position: relative;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 46px;
  background: linear-gradient(145deg, rgba(230,222,209,.74), rgba(203,192,175,.68));
  border: 1px solid rgba(255,255,255,.78);
  box-shadow: var(--shadow);
}
.price-slab::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 34px;
  border: 1px dashed rgba(17,20,23,.2);
  pointer-events: none;
}
.price-main { padding: 22px 22px 28px; }
.price-main .label {
  display: block;
  margin-bottom: 18px;
  color: var(--copper);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 900;
}
.price-main strong {
  display: block;
  font-size: clamp(56px, 7vw, 108px);
  line-height: .86;
  letter-spacing: -.08em;
}
.price-main p { margin: 20px 0 0; color: rgba(17,20,23,.62); }
.price-details {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 30px;
  background: rgba(17,20,23,.06);
}
.price-details p {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding: 15px 4px;
  border-bottom: 1px solid rgba(17,20,23,.08);
}
.price-details p:last-child { border-bottom: 0; }
.price-details span { color: rgba(17,20,23,.52); }

.visit {
  display: grid;
  grid-template-columns: .86fr 1fr;
  align-items: center;
  gap: clamp(32px, 6vw, 86px);
}
.visit-panel {
  padding: clamp(28px, 5vw, 54px);
  border-radius: 46px;
  background: rgba(230,222,209,.52);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: var(--shadow);
}
.visit-panel h2 { font-size: clamp(44px, 6vw, 82px); }
address { margin-bottom: 30px; color: rgba(17,20,23,.68); font-style: normal; font-size: 20px; line-height: 1.45; }
.hours { display: grid; gap: 10px; }
.hours p {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid rgba(17,20,23,.1);
}
.hours span { color: rgba(17,20,23,.52); }
.map-abstract {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  border-radius: 52px;
  background: linear-gradient(145deg, #b8ad9d, #ddd5c8);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: var(--shadow);
}
.map-abstract p {
  position: absolute;
  left: 28px;
  bottom: 24px;
  margin: 0;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(238,232,222,.68);
  font-weight: 900;
}
.road {
  position: absolute;
  width: 135%;
  height: 54px;
  background: rgba(34,63,89,.78);
  border-radius: 999px;
}
.road-one { left: -20%; top: 40%; transform: rotate(-22deg); }
.road-two { left: -12%; top: 50%; transform: rotate(31deg); background: rgba(180,109,69,.7); }
.road-three { left: -36%; top: 18%; transform: rotate(7deg); background: rgba(17,20,23,.16); }
.pin {
  position: absolute;
  left: 50%;
  top: 44%;
  width: 62px;
  height: 62px;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 50% 50% 50% 4px;
  background: var(--ink);
  box-shadow: 0 18px 40px rgba(17,20,23,.26);
  z-index: 2;
}
.pin::after {
  content: "";
  position: absolute;
  inset: 19px;
  border-radius: 50%;
  background: var(--cream-text);
}

.final {
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 80svh;
}
.final-copy { max-width: 920px; }
.final-copy p { margin-inline: auto; }
.final-copy .button { margin-top: 18px; }

.location-note {
  margin: 12px 0 20px;
  color: rgba(238, 232, 222, .72);
  max-width: 34rem;
}

.map-embed {
  position: relative;
  min-height: 460px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(238, 232, 222, .18);
  box-shadow: var(--shadow);
  background: rgba(16, 23, 27, .72);
}

.map-embed iframe {
  width: 100%;
  height: 460px;
  border: 0;
  filter: saturate(.82) contrast(.95) brightness(.88);
}

.map-embed a {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(16, 23, 27, .82);
  color: var(--cream-text);
  border: 1px solid rgba(238, 232, 222, .22);
  backdrop-filter: blur(14px);
  font-weight: 800;
}

.footer {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 28px 0 44px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(17,20,23,.58);
  font-size: 13px;
}
.footer p { margin: 0; }
.footer a { font-weight: 900; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes slosh {
  0%, 100% { transform: rotate(-4deg) translateY(0); }
  50% { transform: rotate(4deg) translateY(-10px); }
}
@keyframes tumble {
  0% { transform: rotate(0deg) translate3d(0,0,0); }
  50% { transform: rotate(180deg) translate3d(22px,-8px,0); }
  100% { transform: rotate(360deg) translate3d(0,0,0); }
}
@keyframes rise {
  0%, 100% { transform: translateY(0) scale(.9); opacity: .5; }
  50% { transform: translateY(-42px) scale(1.1); opacity: .9; }
}

@media (max-width: 920px) {
  .topbar { top: 12px; width: calc(100% - 20px); }
  .brand em { display: none; }
  .menu-button {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: var(--ink);
    cursor: pointer;
  }
  .menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 2px 0;
    background: var(--cream-text);
    transition: transform .2s ease, opacity .2s ease;
  }
  .menu-button.is-open span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-button.is-open span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .nav {
    position: fixed;
    top: 76px;
    left: 10px;
    right: 10px;
    display: grid;
    padding: 14px;
    border-radius: 28px;
    background: rgba(20,29,34,.94);
    border: 1px solid rgba(255,255,255,.72);
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .nav a { padding: 15px 18px; color: rgba(238,232,222,.82); }
  .panel { width: min(100% - 26px, 760px); padding-top: 112px; }
  .hero, .statement, .photo-drift, .pricing, .visit { grid-template-columns: 1fr; }
  .machine-stage { min-height: 460px; }
  .machine-shell { width: min(360px, 86vw); }
  .statement { gap: 34px; }
  .flowline { grid-template-columns: 1fr 1fr; }
  .drift-grid { min-height: auto; display: grid; gap: 16px; }
  .photo-card, .photo-card.tall, .photo-card.wide, .photo-card:not(.tall):not(.wide) {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 260px;
    inset: auto;
    transform: none;
  }
  .photo-card img { height: 300px; }
}

@media (max-width: 560px) {
  .brand strong { font-size: 12px; }
  .brand-mark { width: 38px; height: 38px; }
  h1 { font-size: clamp(49px, 15vw, 72px); }
  h2 { font-size: clamp(43px, 13vw, 64px); }
  .lead, .statement-text p, .price-copy p, .final-copy p, .photo-copy p { font-size: 17px; }
  .button { width: 100%; }
  .hero-actions, .visit-actions { display: grid; }
  .flowline { grid-template-columns: 1fr; }
  .flowline small { margin-bottom: 34px; }
  .quiet-list div { padding: 22px; }
  .price-details p, .hours p { display: grid; gap: 6px; }
  .machine-stage { min-height: 390px; }
  .floating-note { display: none; }
  .map-abstract { min-height: 360px; border-radius: 36px; }
  .footer { display: grid; }
}


/* v7: real-location photo integration */
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  max-width: 780px;
}
.hero-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  color: rgba(238,232,222,.82);
  background: rgba(238,232,222,.09);
  border: 1px solid rgba(238,232,222,.16);
  font-size: 13px;
  font-weight: 800;
}
.laundromat-stage {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.laundromat-stage::before {
  content: "";
  position: absolute;
  inset: 8% 3% 6%;
  border-radius: 64px;
  background: radial-gradient(circle at 34% 26%, rgba(238,232,222,.20), transparent 19rem), rgba(238,232,222,.05);
  border: 1px solid rgba(238,232,222,.10);
  transform: rotate(-2deg);
  z-index: -1;
}
.stage-photo {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border-radius: 38px;
  background: rgba(238,232,222,.10);
  border: 1px solid rgba(238,232,222,.18);
  box-shadow: 0 34px 90px rgba(0,0,0,.28);
}
.stage-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stage-main {
  width: min(520px, 88vw);
  height: 355px;
  left: 0;
  top: 82px;
  transform: rotate(-1.8deg);
}
.stage-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.38));
}
.stage-main figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--cream-text);
  background: rgba(16,23,27,.70);
  border: 1px solid rgba(238,232,222,.18);
  backdrop-filter: blur(12px);
  font-weight: 900;
}
.stage-float.one {
  width: 310px;
  height: 220px;
  right: -4px;
  bottom: 114px;
  transform: rotate(3deg);
}
.stage-float.two {
  width: 190px;
  height: 282px;
  right: 66px;
  top: 24px;
  transform: rotate(7deg);
}
.stage-status {
  position: absolute;
  left: 30px;
  bottom: 110px;
  padding: 13px 16px;
  border-radius: 999px;
  color: var(--night);
  background: var(--cream-text);
  box-shadow: 0 20px 48px rgba(0,0,0,.22);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.real-gallery .photo-card.mini {
  width: 31%;
  height: 210px;
  top: auto;
  bottom: 72px;
  z-index: 4;
}
.real-gallery .photo-card.mini.left {
  left: 36%;
  transform: rotate(5deg);
}
.real-gallery .photo-card.mini.right {
  right: 0;
  bottom: 126px;
  transform: rotate(-4deg);
}
.real-gallery .photo-card figcaption,
.stage-main figcaption {
  text-transform: uppercase;
  letter-spacing: .08em;
}
.visit-panel address a,
.visit-panel address .phone-number {
  font-weight: 900;
  color: var(--ink);
}
.location-note {
  color: rgba(17,20,23,.66);
  line-height: 1.55;
}

@media (max-width: 920px) {
  .laundromat-stage {
    min-height: 560px;
    margin-top: 8px;
  }
  .stage-main {
    left: 50%;
    top: 56px;
    transform: translateX(-50%) rotate(-1.5deg);
    width: min(560px, 92vw);
    height: 350px;
  }
  .stage-float.one {
    right: 4%;
    bottom: 42px;
    width: min(300px, 46vw);
    height: 205px;
  }
  .stage-float.two {
    left: 4%;
    right: auto;
    top: 330px;
    width: min(190px, 32vw);
    height: 230px;
  }
  .stage-status {
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .real-gallery .photo-card.mini.left,
  .real-gallery .photo-card.mini.right {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 260px;
    inset: auto;
    transform: none;
  }
}

@media (max-width: 560px) {
  .hero-meta { display: grid; }
  .hero-meta span { justify-content: center; text-align: center; }
  .laundromat-stage { min-height: 430px; }
  .stage-main { height: 250px; border-radius: 28px; }
  .stage-float.one { bottom: 70px; height: 145px; border-radius: 24px; }
  .stage-float.two { display: none; }
  .stage-status { bottom: 28px; font-size: 11px; }
}

/* v8: clean photo system — no stacked/rotated photo pile */
.clean-stage {
  min-height: 620px;
  align-content: center;
  gap: 18px;
}
.clean-stage::before {
  inset: 3% -2% 10%;
  transform: none;
  border-radius: 54px;
  background:
    radial-gradient(circle at 50% 12%, rgba(238,232,222,.18), transparent 19rem),
    linear-gradient(180deg, rgba(238,232,222,.07), rgba(238,232,222,.03));
}
.hero-photo-frame {
  position: relative;
  width: min(590px, 92vw);
  height: clamp(340px, 44vw, 520px);
  margin: 0;
  overflow: hidden;
  border-radius: 46px;
  border: 1px solid rgba(238,232,222,.20);
  background: rgba(238,232,222,.08);
  box-shadow: 0 34px 90px rgba(0,0,0,.30);
}
.hero-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16,23,27,.08), rgba(16,23,27,.18) 52%, rgba(16,23,27,.66)),
    radial-gradient(circle at 20% 10%, rgba(238,232,222,.22), transparent 20rem);
  pointer-events: none;
}
.hero-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}
.hero-photo-frame figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  color: var(--cream-text);
}
.hero-photo-frame figcaption span,
.hero-photo-frame figcaption strong {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(16,23,27,.72);
  border: 1px solid rgba(238,232,222,.18);
  backdrop-filter: blur(14px);
  font-size: 13px;
}
.hero-photo-frame figcaption span {
  color: rgba(238,232,222,.78);
  font-weight: 750;
}
.hero-photo-frame figcaption strong {
  font-weight: 950;
}
.hero-photo-rail {
  width: min(590px, 92vw);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.hero-photo-rail img {
  width: 100%;
  height: 104px;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(238,232,222,.16);
  background: rgba(238,232,222,.08);
  box-shadow: 0 14px 42px rgba(0,0,0,.16);
}
.gallery-flow {
  display: grid;
  gap: 16px;
  min-height: auto;
}
.gallery-feature,
.gallery-tile {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 36px;
  border: 1px solid rgba(255,255,255,.62);
  background: rgba(232,224,211,.46);
  box-shadow: 0 22px 70px rgba(17,20,23,.14);
}
.gallery-feature {
  height: clamp(360px, 42vw, 540px);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.gallery-tile {
  height: 210px;
}
.gallery-feature img,
.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-feature figcaption,
.gallery-tile figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--cream-text);
  background: rgba(16,23,27,.70);
  border: 1px solid rgba(238,232,222,.16);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.visit-panel .hours strong {
  text-align: right;
}

@media (max-width: 1120px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 920px) {
  .clean-stage { min-height: auto; }
  .hero-photo-frame {
    width: 100%;
    height: min(60vw, 440px);
    min-height: 300px;
    border-radius: 36px;
  }
  .hero-photo-rail {
    width: 100%;
  }
  .photo-drift {
    align-items: start;
  }
}

@media (max-width: 560px) {
  .hero-photo-frame {
    min-height: 270px;
    border-radius: 28px;
  }
  .hero-photo-frame figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    display: grid;
    align-items: start;
  }
  .hero-photo-frame figcaption span,
  .hero-photo-frame figcaption strong {
    justify-content: center;
    text-align: center;
  }
  .hero-photo-rail {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
  }
  .hero-photo-rail img {
    flex: 0 0 72%;
    height: 118px;
    scroll-snap-align: start;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-feature {
    height: 320px;
  }
  .gallery-tile {
    height: 230px;
  }
  .visit-panel .hours strong {
    text-align: left;
  }
}


.brand-logo-full {
  width: min(480px, 100%);
  height: auto;
  display: block;
}
