@font-face {
  font-family: "Camber";
  src: url("/fonts/Camber-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #f4f1ea;
  --bg-2: #ebe6dc;
  --paper: #fbf9f4;
  --ink: #1c2428;
  --muted: #5d6b72;
  --line: #d7d0c4;
  --accent: #2f6a66;
  --accent-2: #1c2a2e;
  --cta: #1c2a2e;
  --cta-text: #f6f3ec;
  --ok: #2f6a66;
  --err: #8a3b32;
  --shadow: 0 24px 60px rgba(28, 36, 40, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.55;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.wrap {
  width: min(1240px, calc(100% - 2rem));
  margin-inline: auto;
}
.kicker {
  margin: 0 0 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--accent);
  font-weight: 600;
}
h1, h2, h3, .serif {
  font-family: "Camber", "DM Sans", system-ui, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.12;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); margin: 0; }
h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin: 0 0 1rem; }
h3 { font-size: 1.35rem; margin: 0 0 0.5rem; }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 42rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 70%, transparent);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.2rem;
}
.logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--ink);
  line-height: 0;
}
.logo-img {
  display: block;
  width: auto;
  height: 1.05rem;
  max-width: min(140px, 46vw);
}
.nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: var(--muted);
  font-size: 0.92rem;
}
.nav a { text-decoration: none; }
.nav a:hover { color: var(--ink); }
.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.nav-toggle-bar {
  display: block;
  width: 1.15rem;
  height: 2px;
  background: var(--ink);
  border-radius: 99px;
}
body.nav-open .nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
body.nav-open .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}
body.nav-open .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.85rem;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--cta); color: var(--cta-text); }
.btn-ghost { background: transparent; border-color: var(--line); color: var(--ink); }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.5rem; }

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.4rem;
  align-items: center;
  padding: 3.2rem 0 3.8rem;
}
.hero-note {
  margin-top: 1.4rem;
  font-size: 0.92rem;
  color: var(--muted);
  max-width: 36rem;
}
.hero-visual {
  position: relative;
  height: 360px;
  border-radius: 22px;
  overflow: hidden;
  background: #111;
  box-shadow: var(--shadow);
  -webkit-transform: translateZ(0);
}
.hero-visual video {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 58% 40%;
  background: #111;
}
.wa-icon {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
}

.showroom-life {
  position: relative;
  display: block;
  margin: 2.2rem 0 0;
}
.showroom-life img {
  width: 100%;
  height: min(62vh, 560px);
  object-fit: cover;
  object-position: center;
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.caption-chip {
  position: absolute;
  left: 1.1rem;
  bottom: 1.1rem;
  z-index: 1;
  margin: 0;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 24px rgba(28, 36, 40, 0.12);
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.lights figcaption {
  padding: 0.75rem 0.2rem 0.2rem;
  font-size: 0.82rem;
  color: var(--muted);
}

.look {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2.4rem;
  align-items: center;
  margin-top: 4rem;
}
.look figure { margin: 0; }
.look img {
  width: 100%;
  border-radius: 28px;
  background: #e8ecef;
}
.look-flip { grid-template-columns: 1.15fr 0.85fr; }
.look-flip > div:first-child { order: 0; }
.views-block {
  margin-top: 4rem;
  align-items: center;
}
.views-stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  width: 100%;
  margin: 0;
}
.view-shot {
  position: relative;
  margin: 0;
  aspect-ratio: 3 / 4;
  border-radius: 18px;
  overflow: hidden;
  background: #f2f2f2;
}
.view-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  background: #f2f2f2;
}
.view-shot .caption-chip {
  left: 0.65rem;
  bottom: 0.65rem;
  padding: 0.32rem 0.65rem;
  font-size: 0.72rem;
}

.steps-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 3.2rem;
}
.steps-block .step {
  background: var(--paper);
  border-radius: 22px;
  padding: 1.2rem;
  grid-template-columns: auto 1fr;
}

.lights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin-top: 3.2rem;
}
.lights figure { margin: 0; }
.lights img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center top;
  border-radius: 28px;
  background: #111;
}

.focus-panel {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 2.2rem;
  align-items: center;
  margin-top: 4rem;
  padding: 1.6rem;
  border-radius: 28px;
  background: linear-gradient(145deg, #1a1f22 0%, #2a3236 55%, #1e2629 100%);
  color: #f4f1ea;
  box-shadow: var(--shadow);
}
.focus-panel-copy .kicker {
  color: #8fb8b3;
}
.focus-panel-copy h3 {
  margin: 0 0 0.85rem;
  color: #fbf9f4;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
}
.focus-panel-copy p {
  margin: 0;
  color: #c8d0d4;
  max-width: 28rem;
  line-height: 1.55;
}
.focus-note {
  margin-top: 1rem !important;
  font-size: 0.95rem;
  color: #aeb8bd !important;
}
.focus-note strong {
  color: #f4f1ea;
  font-weight: 600;
}
.focus-panel-media {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0.75rem;
  align-items: end;
}
.focus-panel-media figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #0f1214;
}
.focus-panel-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.focus-shot-main {
  aspect-ratio: 4 / 5;
  min-height: 320px;
}
.focus-shot-detail {
  aspect-ratio: 3 / 4;
  min-height: 260px;
  transform: translateY(-0.6rem);
}
.focus-panel-media figcaption {
  position: absolute;
  left: 0.7rem;
  bottom: 0.7rem;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(15, 18, 20, 0.62);
  color: #f4f1ea;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  backdrop-filter: blur(8px);
}

.band { padding: 4.5rem 0; }
.band-alt { background: var(--bg-2); }
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.split-media {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.4rem;
  align-items: center;
}
.split-media-start { align-items: start; }
.media-frame {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.deco-photo img {
  height: 280px;
}
.deco-photo-science img {
  height: 360px;
  object-position: 55% center;
}
.cta-band {
  text-align: center;
}
.cta-band .lead {
  margin-inline: auto;
}
.card-link {
  display: inline-block;
  margin-top: 0.9rem;
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.92rem;
}
.card-link:hover { text-decoration: underline; }
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.3rem 1.35rem;
}
.card p { margin: 0; color: var(--muted); }
.card-num {
  margin: 0 0 0.55rem !important;
  font-size: 0.78rem !important;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--accent) !important;
}

.process-list {
  display: grid;
  gap: 0.85rem;
}
.process-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.15rem 1.25rem;
}
.process-item h3 { margin-bottom: 0.35rem; }
.process-item p { margin: 0; color: var(--muted); }
.process-num {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--accent);
  line-height: 1.6;
}
.process-list-dense .process-item {
  padding: 1rem 1.15rem;
}

.journey {
  margin: 1.6rem 0 0;
  font-family: "Camber", "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  letter-spacing: -0.02em;
  color: var(--ink);
  font-weight: 400;
}
.journey span {
  margin: 0 0.45rem;
  color: var(--accent);
  font-family: "DM Sans", system-ui, sans-serif;
}
.contact-principle {
  margin-top: 1.1rem;
  font-family: "Camber", "DM Sans", system-ui, sans-serif;
  font-size: 1.2rem;
  color: var(--ink);
  font-weight: 400;
}

.benefits-intro {
  max-width: 44rem;
  margin: 0 0 2.2rem;
  text-align: left;
}
.benefits-intro .lead {
  margin-inline: 0;
}
.benefits-intro p {
  color: var(--muted);
}
.benefits-fine {
  max-width: 42rem;
  margin: 0;
  text-align: left;
}

.benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 0 0 1.5rem;
}
.benefit-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 0;
  align-items: stretch;
  box-shadow: none;
}
.benefit-card figure {
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 9.5rem;
  aspect-ratio: auto;
  overflow: hidden;
  border-radius: 0;
  background: var(--bg-2);
}
.benefit-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: none;
}
.benefit-card:hover img {
  transform: none;
}
.benefit-card > div {
  padding: 1rem 1.05rem 1.1rem;
}
.benefit-card .card-num {
  margin-bottom: 0.25rem !important;
}
.benefit-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}
.benefit-card ul {
  margin: 0;
  padding-left: 1rem;
  color: var(--muted);
  font-size: 0.9rem;
}
.benefit-card li + li {
  margin-top: 0.22rem;
}

.trust-google {
  margin-top: 2.4rem;
  display: grid;
  gap: 0.85rem;
  justify-items: start;
}
.google-rating {
  display: inline-grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  column-gap: 1.1rem;
  row-gap: 0.25rem;
  align-items: center;
  color: inherit;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.1rem 1.35rem;
  box-shadow: var(--shadow);
  min-width: min(100%, 22rem);
}
.google-rating:hover {
  border-color: var(--line);
}
.google-rating-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 600;
  grid-column: 1;
  grid-row: 1;
}
.google-g {
  width: 1.45rem;
  height: 1.45rem;
}
.google-rating-score {
  grid-column: 2;
  grid-row: 1 / span 2;
  font-family: "Camber", "DM Sans", system-ui, sans-serif;
  font-size: clamp(2.2rem, 5vw, 3rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
}
.google-rating-score span {
  font-size: 0.45em;
  color: var(--muted);
  margin-left: 0.1rem;
}
.google-rating-meta {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  gap: 0.15rem;
  color: var(--muted);
  font-size: 0.92rem;
}
.google-rating-meta .stars {
  color: #f4b400;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
}
.google-rating-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  max-width: 36rem;
}

.reviews-block {
  margin-top: 2.6rem;
}
.reviews-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.7rem 1.2rem;
  margin-bottom: 1rem;
}
.reviews-head h3 {
  margin: 0;
}
.reviews-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.55rem;
  align-items: center;
}
.reviews-viewport {
  overflow: hidden;
}
.reviews-track {
  display: flex;
  gap: 1rem;
  transition: transform 0.35s ease;
  will-change: transform;
}
.review-card {
  position: relative;
  flex: 0 0 calc((100% - 2rem) / 3);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.2rem 1.25rem 1.3rem;
  min-height: 10.5rem;
}
.review-badge {
  position: absolute;
  top: 0.95rem;
  right: 0.95rem;
  width: 1.15rem;
  height: 1.15rem;
  opacity: 0.55;
  pointer-events: none;
}
.review-top {
  display: grid;
  gap: 0.2rem;
  margin-bottom: 0.75rem;
  padding-right: 1.6rem;
}
.review-source {
  color: var(--muted);
  font-size: 0.82rem;
}
.review-card p {
  margin: 0;
  color: var(--muted);
}
.reviews-nav {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
.reviews-nav:hover {
  border-color: var(--ink);
}
.reviews-dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.7rem;
}
.reviews-dots button {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: var(--line);
  cursor: pointer;
}
.reviews-dots button.is-active {
  background: var(--accent-2);
}

.press-block {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.press-title {
  margin: 0 0 1.3rem;
}
.press-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem 1.6rem;
}
.press-logos a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.82;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.press-logos a:hover {
  opacity: 1;
  transform: translateY(-1px);
}
.press-logos img {
  width: auto;
  height: 1.35rem;
  max-width: 8.5rem;
  object-fit: contain;
}
.figure {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.figure img, .figure video {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.caption {
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.steps { display: grid; gap: 1rem; }
.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}
.num {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--accent-2);
  color: var(--paper);
  font-size: 0.85rem;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  margin-top: 1.5rem;
}
.stat {
  background: var(--paper);
  border-radius: 18px;
  padding: 1rem;
  text-align: center;
}
.stat strong {
  display: block;
  font-family: "Camber", "DM Sans", system-ui, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
.stat span { color: var(--muted); font-size: 0.88rem; }
.fine { font-size: 0.88rem; color: var(--muted); }

.faq details {
  border-top: 1px solid var(--line);
  padding: 1rem 0;
}
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer;
  font-weight: 600;
}
.faq p { color: var(--muted); margin: 0.7rem 0 0; }

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: start;
}
form {
  display: grid;
  gap: 0.85rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1.3rem;
}
label { display: grid; gap: 0.35rem; font-size: 0.92rem; }
input, textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
}
input.is-invalid,
textarea.is-invalid {
  border-color: var(--err);
  outline-color: var(--err);
}
.optional {
  color: var(--muted);
  font-weight: 400;
  font-size: 0.86em;
}
.check.is-invalid {
  color: var(--err);
}
.check.is-invalid a { color: inherit; }
textarea { min-height: 7rem; resize: vertical; }
.hp { position: absolute; left: -9999px; }
.check {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 0.86rem;
  color: var(--muted);
}
.check input { width: auto; margin-top: 0.25rem; }
.form-status { min-height: 1.3rem; font-size: 0.92rem; }
.form-status.error { color: var(--err); }
.form-status.ok { color: var(--ok); }

.site-footer {
  padding: 1.1rem 0 1.4rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
}
.site-footer p { margin: 0.35rem 0 0; }
.site-footer .wrap {
  display: block;
}
.wa-dock {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 30;
  display: none;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  padding: 0;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(18, 140, 74, 0.35);
}
.wa-dock .wa-icon { width: 1.7rem; height: 1.7rem; }
.wa-dock.is-on { display: inline-flex; }

@media (min-width: 861px) {
  .nav-toggle {
    display: none !important;
  }
  .nav {
    display: flex !important;
    position: static;
    flex-direction: row;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
  }
}
@media (max-width: 1100px) {
  .review-card {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
@media (max-width: 860px) {
  .nav-toggle {
    display: flex;
    margin-left: auto;
  }
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 41;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.75rem 1rem 1.25rem;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  body.nav-open .nav {
    display: flex;
  }
  .nav a {
    padding: 0.9rem 0.35rem;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-size: 1rem;
  }
  .nav a:last-child {
    border-bottom: 0;
  }
  .hero, .grid-2, .contact-grid, .grid-3, .grid-4, .stats,
  .look, .look-flip, .lights, .steps-block, .split-media, .benefit-grid,
  .focus-panel, .focus-panel-media {
    grid-template-columns: 1fr;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    max-width: none;
    margin-inline: 0;
  }
  .benefit-card {
    grid-template-columns: 6.25rem 1fr;
  }
  .benefit-card figure {
    width: 100%;
    min-height: 8.5rem;
    aspect-ratio: auto;
  }
  .benefit-card > div {
    text-align: left;
    padding: 0.9rem 0.95rem;
  }
  .review-card {
    flex-basis: 100%;
  }
  .press-logos {
    justify-content: center;
  }
  .google-rating {
    width: 100%;
  }
  .process-item {
    grid-template-columns: auto 1fr;
  }
  .hero { padding-top: 2.2rem; gap: 1.6rem; }
  .hero-visual {
    height: 220px;
  }
  .figure img,
  .showroom-life img,
  .lights img,
  .deco-photo img { height: 280px; }
  .focus-shot-main,
  .focus-shot-detail {
    min-height: 0;
    aspect-ratio: 4 / 5;
    transform: none;
  }
  .focus-panel {
    padding: 1.15rem;
    gap: 1.35rem;
  }
  .views-stage {
    width: 100%;
    min-height: 0;
  }
  .view-shot img { height: 100%; }
  .look,
  .views-block { margin-top: 2.4rem; }
  .band { padding: 3rem 0; }
}
