/* Secondary pages — banners no estilo Premmia (overlay escuro + cores da logo) */

.page-hero {
  position: relative;
  color: #fff;
  overflow: hidden;
  background: #141a1c;
  min-height: min(72vh, 640px);
  display: flex;
  align-items: flex-end;
  padding: 88px 0 56px;
}

.page-hero-photo {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  filter: none;
  transform: none;
  image-rendering: auto;
}

.page-hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 78% 55%, rgba(33, 132, 61, 0.22), transparent 70%),
    linear-gradient(105deg, rgba(12, 16, 18, 0.94) 0%, rgba(12, 16, 18, 0.8) 38%, rgba(12, 16, 18, 0.42) 68%, rgba(12, 16, 18, 0.62) 100%),
    linear-gradient(180deg, rgba(12, 16, 18, 0.28) 0%, transparent 28%, rgba(12, 16, 18, 0.9) 100%);
  pointer-events: none;
}

.page-hero .wrap {
  position: relative;
  z-index: 1;
  color: #fff;
}

.page-hero .eyebrow.light,
.page-hero .eyebrow {
  color: #f3c226;
}

.page-hero .eyebrow.light span,
.page-hero .eyebrow span {
  background: #f3c226;
}

.where {
  margin-top: 12px !important;
  color: #f3c226 !important;
  font-size: 13px !important;
  font-weight: 700;
}

.section-head h2 em {
  color: #df6320;
}

.page-hero h1 {
  font: 700 clamp(36px, 5.5vw, 54px) / 0.98 "Chakra Petch", sans-serif;
  letter-spacing: -0.03em;
  margin: 0;
  max-width: 16ch;
  color: #fff;
}

.page-hero h1 em {
  font-style: normal;
  color: #f3c226;
}

.page-hero > .wrap > p:not(.eyebrow),
.page-hero-lead {
  margin: 16px 0 0;
  max-width: 46ch;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
  opacity: 1;
}

.page-hero .button.primary {
  background: #f3c226;
  color: #1b252f;
}

.page-hero .button.ghost,
.page-hero .button.ghost-dark {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.page-hero .cw-brand {
  color: #61ce70;
}

.page-section {
  padding: 72px 0;
  background: #fff;
}

.page-section--cream {
  background: #fbf8f0;
}

.page-section--green {
  background: #e8f3ea;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.feature-card {
  border: 1px solid #e6e0d4;
  background: #fff;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  box-shadow: 0 10px 28px rgba(27, 37, 47, 0.04);
}

.feature-card img,
.feature-card .partner-logo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #f7f4ea;
  padding: 18px;
  border-bottom: 4px solid #f3c226;
  box-sizing: border-box;
}

.feature-card > div {
  padding: 22px 22px 26px;
}

.feature-card h3 {
  font: 700 24px / 1.1 "Chakra Petch", sans-serif;
  margin: 0 0 10px;
  color: #1b252f;
}

.feature-card p {
  margin: 0;
  color: #5c656c;
  line-height: 1.55;
  font-size: 15px;
}

.station-grid,
.station-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.photo-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.photo-strip img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: #e8f3ea;
  border: 1px solid #e6e0d4;
}

.split-feature {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
  align-items: stretch;
  background: #fbf8f0;
  border-top: 1px solid #e6e0d4;
}

.split-feature > img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.split-feature > div {
  padding: clamp(36px, 6vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.split-feature h2 {
  font: 700 clamp(30px, 4vw, 44px) / 1.02 "Chakra Petch", sans-serif;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
  color: #1b252f;
}

.split-feature h2 em {
  font-style: normal;
  color: #21843d;
}

.split-feature p {
  margin: 0 0 24px;
  color: #5c656c;
  line-height: 1.55;
  max-width: 38ch;
}

.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.gallery-mosaic img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  border: 1px solid #e6e0d4;
  background: #e8f3ea;
}

.conveniencia-logo {
  display: block;
  height: 56px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  margin-bottom: 16px;
}

.lubrax-hero-media {
  display: block;
  margin: 0 0 18px;
  width: min(220px, 58vw);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.35));
}

.ig-cta {
  padding-top: 48px;
  padding-bottom: 24px;
}

.ig-handle {
  margin: 0 0 8px;
  font: 700 18px/1 "Chakra Petch", sans-serif;
  color: #21843d;
  letter-spacing: 0.04em;
}

.station-card {
  background: #fff;
  border: 1px solid #e6e0d4;
  border-top: 4px solid #f3c226;
  padding: 24px;
  box-shadow: 0 12px 28px rgba(27, 37, 47, 0.05);
}

.station-card h3 {
  font: 700 26px / 1 "Chakra Petch", sans-serif;
  margin: 0 0 10px;
}

.station-card p {
  margin: 0 0 18px;
  color: #5c656c;
  line-height: 1.5;
  font-size: 14px;
}

.station-card a {
  color: #df6320;
  font-weight: 700;
  text-decoration: none;
}

.content-narrow {
  max-width: 720px;
}

.content-narrow p {
  color: #5c656c;
  line-height: 1.65;
  font-size: 16px;
}

.ig-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.ig-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  border: 1px solid #e6e0d4;
}

.cta-band {
  background: linear-gradient(120deg, #21843d, #2f9a4c);
  color: #fff;
  padding: 56px 0;
}

.cta-band h2 {
  font: 700 clamp(32px, 4vw, 44px) / 1 "Chakra Petch", sans-serif;
  margin: 0 0 12px;
}

.cta-band p {
  margin: 0 0 22px;
  max-width: 46ch;
  color: rgba(255, 255, 255, 0.88);
}

.cta-band .button {
  background: #f3c226;
  color: #1b252f;
}

/* —— Conveniências / BR Mania —— */
.page-hero--conveniencia .page-hero-photo {
  background-position: center 40%;
  filter: saturate(1.05);
}

.conveniencia-logo--hero {
  height: 48px;
  margin-bottom: 18px;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.45));
}

.conv-intro {
  background: #fbf8f0;
}

.conv-intro-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 36px;
  align-items: end;
}

.conv-intro h2 {
  font: 700 clamp(32px, 4.5vw, 48px) / 0.98 "Chakra Petch", sans-serif;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
  color: #1b252f;
}

.conv-intro h2 em {
  color: #21843d;
  font-style: normal;
}

.conv-intro-grid > div > p {
  margin: 0;
  max-width: 48ch;
  color: #5c656c;
  line-height: 1.6;
  font-size: 16px;
}

.conv-intro-note {
  margin: 0;
  padding: 0;
  color: #1b252f;
  font: 600 15px / 1.5 "Manrope", sans-serif;
  max-width: 32ch;
}

.conv-menu {
  background: #141a1c;
  color: #f7f4ea;
  padding: 80px 0;
}

.conv-menu-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 32px;
}

.conv-menu-head h2 {
  font: 700 clamp(32px, 4.5vw, 48px) / 0.98 "Chakra Petch", sans-serif;
  letter-spacing: -0.03em;
  margin: 0;
  color: #f7f4ea;
}

.conv-menu-head h2 em {
  color: #f3c226;
  font-style: normal;
}

.conv-menu-head p {
  margin: 0;
  max-width: 34ch;
  color: rgba(247, 244, 234, 0.72);
  line-height: 1.5;
}

.menu-board {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  border-top: 1px solid rgba(247, 244, 234, 0.12);
  padding-top: 28px;
}

.menu-board-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.menu-board-item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  display: block;
  background:
    radial-gradient(circle at 50% 40%, rgba(33, 132, 61, 0.28), transparent 62%),
    #0c1012;
  padding: 10px;
  box-sizing: border-box;
}

.menu-board-item span {
  font: 700 15px / 1.15 "Chakra Petch", sans-serif;
  letter-spacing: -0.02em;
  color: #f7f4ea;
  text-align: center;
  text-transform: uppercase;
}

.split-feature--conveniencia > img {
  object-position: center 35%;
}

.cta-band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.conveniencia-page .station-card {
  border-top: 1px solid #e6e0d4;
  box-shadow: none;
}

.conveniencia-page .section-head h2 em {
  color: #21843d;
}

.cta-band h2 {
  letter-spacing: -0.03em;
}

.cta-band h2 em {
  color: #f3c226;
  font-style: normal;
}

.button.ghost-on-green {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.55);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  font: 700 14px / 1 "Chakra Petch", sans-serif;
}

.button.ghost-on-green:hover,
.button.ghost-on-green:focus-visible {
  border-color: #fff;
  color: #fff;
}

@media (max-width: 900px) {
  .split-feature {
    grid-template-columns: 1fr;
  }

  .split-feature > img {
    min-height: 260px;
    max-height: 360px;
  }

  .conv-intro-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .conv-intro-note {
    max-width: 42ch;
  }

  .conv-menu-head {
    display: grid;
    gap: 12px;
    align-items: start;
  }

  .menu-board {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    margin-inline: -16px;
    padding-inline: 16px;
  }

  .menu-board-item {
    flex: 0 0 min(42vw, 168px);
    scroll-snap-align: start;
  }

  .menu-board-item span {
    font-size: 13px;
  }
}

@media (max-width: 800px) {
  .feature-grid,
  .station-grid,
  .station-cards,
  .photo-strip {
    grid-template-columns: 1fr;
  }

  .ig-grid,
  .gallery-mosaic {
    grid-template-columns: repeat(2, 1fr);
  }

  .photo-strip {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: 0;
    padding: 88px 0 40px;
  }

  .conveniencia-logo--hero {
    height: 40px;
  }
}

@media (min-width: 601px) and (max-width: 800px) {
  .photo-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .photo-strip img:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 420px) {
  .menu-board-item {
    flex-basis: min(58vw, 180px);
  }
}

/* —— Coworking —— */
.page-hero--coworking .page-hero-lead {
  margin-bottom: 22px;
}

.page-hero--coworking .button.primary {
  background: #f3c226;
  color: #1b252f;
}

.cw-brand {
  margin: 0 0 14px;
  font: 700 13px / 1.2 "Chakra Petch", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #61ce70;
}

.cw-intro {
  background: #fbf8f0;
}

.cw-intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: end;
}

.cw-intro h2 {
  font: 700 clamp(32px, 4.5vw, 48px) / 0.98 "Chakra Petch", sans-serif;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
  color: #1b252f;
}

.cw-intro h2 em {
  color: #21843d;
  font-style: normal;
}

.cw-intro-grid > div > p {
  margin: 0;
  max-width: 48ch;
  color: #5c656c;
  line-height: 1.6;
  font-size: 16px;
}

.cw-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.cw-facts li {
  display: grid;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e2ddd0;
}

.cw-facts li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cw-facts strong {
  font: 700 28px / 1 "Chakra Petch", sans-serif;
  letter-spacing: -0.03em;
  color: #1b252f;
}

.cw-facts span {
  color: #5c656c;
  font-size: 14px;
  font-weight: 600;
}

.cw-diff {
  background: #fff;
  padding: 80px 0;
  border-top: 1px solid #e6e0d4;
}

.cw-diff-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.cw-diff-head h2 {
  font: 700 clamp(32px, 4.5vw, 48px) / 0.98 "Chakra Petch", sans-serif;
  letter-spacing: -0.03em;
  margin: 0;
  color: #1b252f;
}

.cw-diff-head h2 em {
  color: #21843d;
  font-style: normal;
}

.cw-diff-head p {
  margin: 0;
  max-width: 34ch;
  color: #5c656c;
  line-height: 1.5;
}

.cw-diff-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #e2ddd0;
}

.cw-diff-list > div {
  display: grid;
  gap: 8px;
  padding: 22px 24px 22px 0;
  border-bottom: 1px solid #e2ddd0;
}

.cw-diff-list > div:nth-child(even) {
  padding-left: 24px;
  padding-right: 0;
}

.cw-diff-list dt {
  margin: 0;
  font: 700 18px / 1.15 "Chakra Petch", sans-serif;
  color: #1b252f;
  letter-spacing: -0.02em;
}

.cw-diff-list dd {
  margin: 0;
  color: #5c656c;
  line-height: 1.55;
  font-size: 15px;
  max-width: 36ch;
}

.cw-plans {
  background: #141a1c;
  color: #f7f4ea;
  padding: 80px 0;
}

.cw-plans-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.cw-plans-head h2 {
  font: 700 clamp(32px, 4.5vw, 48px) / 0.98 "Chakra Petch", sans-serif;
  letter-spacing: -0.03em;
  margin: 0;
  color: #f7f4ea;
}

.cw-plans-head h2 em {
  color: #f3c226;
  font-style: normal;
}

.cw-plans-head p {
  margin: 0;
  max-width: 34ch;
  color: rgba(247, 244, 234, 0.72);
  line-height: 1.5;
}

.cw-price-board {
  border: 1px solid rgba(247, 244, 234, 0.12);
  background:
    linear-gradient(180deg, rgba(33, 132, 61, 0.12), transparent 40%),
    #0c1012;
}

.cw-price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: baseline;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(247, 244, 234, 0.1);
}

.cw-price-row:last-child {
  border-bottom: 0;
}

.cw-price-name {
  font: 700 18px / 1.2 "Chakra Petch", sans-serif;
  letter-spacing: -0.02em;
  color: #f7f4ea;
}

.cw-price-name small {
  display: block;
  margin-top: 4px;
  font: 600 13px / 1.3 "Manrope", sans-serif;
  color: rgba(247, 244, 234, 0.58);
  letter-spacing: 0;
}

.cw-price-value {
  text-align: right;
  white-space: nowrap;
}

.cw-price-value b {
  font: 700 clamp(26px, 4vw, 34px) / 1 "Chakra Petch", sans-serif;
  letter-spacing: -0.03em;
  color: #f3c226;
  font-variant-numeric: tabular-nums;
}

.cw-price-value small {
  display: block;
  margin-top: 4px;
  font: 600 12px / 1.2 "Manrope", sans-serif;
  color: rgba(247, 244, 234, 0.58);
}

.cw-amenities {
  background: #fbf8f0;
}

.coworking-page .section-head h2 em {
  color: #21843d;
}

.cw-amenity-rail {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.cw-amenity-rail li {
  margin: 0;
  padding: 10px 14px;
  border: 1px solid #e2ddd0;
  background: #fff;
  font: 700 13px / 1.2 "Chakra Petch", sans-serif;
  letter-spacing: -0.01em;
  color: #1b252f;
}

.cw-gallery {
  background: #0c1012;
  color: #f7f4ea;
  padding: 64px 0 72px;
}

.cw-gallery-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 22px;
}

.cw-gallery-head h2 {
  font: 700 clamp(32px, 4.5vw, 48px) / 0.98 "Chakra Petch", sans-serif;
  letter-spacing: -0.03em;
  margin: 0;
  color: #f7f4ea;
}

.cw-gallery-head h2 em {
  color: #f3c226;
  font-style: normal;
}

.cw-gallery-head p {
  margin: 0;
  max-width: 34ch;
  color: rgba(247, 244, 234, 0.72);
  line-height: 1.5;
}

.cw-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 920px;
}

.cw-gallery-item {
  appearance: none;
  border: 2px solid transparent;
  padding: 0;
  margin: 0;
  background: #141a1c;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.cw-gallery-item::after {
  content: "";
  position: absolute;
  inset: auto 10px 10px auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #21843d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f3c226' stroke-width='2.2'%3E%3Ccircle cx='11' cy='11' r='6'/%3E%3Cpath d='M16 16l4 4'/%3E%3C/svg%3E") center / 16px no-repeat;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
}

.cw-gallery-item:hover,
.cw-gallery-item:focus-visible {
  border-color: #f3c226;
  transform: translateY(-2px);
  outline: none;
}

.cw-gallery-item:hover::after,
.cw-gallery-item:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.cw-gallery-item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  background: #1b252f;
  transition: transform 0.35s ease;
}

.cw-gallery-item:hover img,
.cw-gallery-item:focus-visible img {
  transform: scale(1.04);
}

/* Lightbox — cores da logo */
.cw-lightbox {
  border: 0;
  padding: 0;
  max-width: min(920px, calc(100vw - 32px));
  width: 100%;
  background: transparent;
  color: #f7f4ea;
}

.cw-lightbox::backdrop {
  background: rgba(12, 16, 18, 0.88);
  backdrop-filter: blur(4px);
}

.cw-lightbox-chrome {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  gap: 12px 8px;
  align-items: center;
  padding: 16px;
  background: #141a1c;
  border: 2px solid #21843d;
  box-shadow:
    0 0 0 1px rgba(243, 194, 38, 0.35),
    0 28px 64px rgba(0, 0, 0, 0.55);
}

.cw-lightbox-figure {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  display: grid;
  gap: 12px;
  justify-items: center;
}

.cw-lightbox-figure img {
  max-width: 100%;
  max-height: min(68vh, 640px);
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  background: #0c1012;
}

.cw-lightbox-figure figcaption {
  margin: 0;
  font: 700 14px / 1.3 "Chakra Petch", sans-serif;
  letter-spacing: -0.01em;
  color: #f7f4ea;
  text-align: center;
  padding-left: 12px;
  border-left: 3px solid #df6320;
  justify-self: start;
}

.cw-lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  background: #f3c226;
  color: #1b252f;
  font: 700 26px / 1 "Chakra Petch", sans-serif;
  cursor: pointer;
}

.cw-lightbox-close:hover,
.cw-lightbox-close:focus-visible {
  background: #df6320;
  color: #fff;
  outline: none;
}

.cw-lightbox-nav {
  width: 44px;
  height: 44px;
  border: 2px solid #21843d;
  background: #0c1012;
  color: #f3c226;
  font: 700 28px / 1 "Chakra Petch", sans-serif;
  cursor: pointer;
  align-self: center;
}

.cw-lightbox-prev {
  grid-column: 1;
  grid-row: 1;
}

.cw-lightbox-next {
  grid-column: 3;
  grid-row: 1;
}

.cw-lightbox-nav:hover,
.cw-lightbox-nav:focus-visible {
  background: #21843d;
  color: #fff;
  outline: none;
}

.cw-lightbox-count {
  grid-column: 1 / -1;
  margin: 0;
  text-align: center;
  font: 700 12px / 1 "Chakra Petch", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f3c226;
}

.split-feature--coworking > img {
  object-position: center center;
}

.button.ghost-dark {
  background: transparent;
  color: #1b252f;
  border: 2px solid #1b252f;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  font: 700 14px / 1 "Chakra Petch", sans-serif;
}

.button.ghost-dark:hover,
.button.ghost-dark:focus-visible {
  background: #1b252f;
  color: #f7f4ea;
}

@media (max-width: 900px) {
  .cw-intro-grid,
  .cw-diff-list {
    grid-template-columns: 1fr;
  }

  .cw-diff-head,
  .cw-plans-head,
  .cw-gallery-head {
    display: grid;
    gap: 12px;
    align-items: start;
  }

  .cw-diff-list > div,
  .cw-diff-list > div:nth-child(even) {
    padding: 18px 0;
  }

  .cw-gallery-grid {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .cw-lightbox-chrome {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 48px 14px 16px;
  }

  .cw-lightbox-figure {
    flex: 1 1 100%;
    order: 1;
  }

  .cw-lightbox-prev {
    order: 2;
  }

  .cw-lightbox-next {
    order: 3;
  }

  .cw-lightbox-count {
    flex: 1 1 100%;
    order: 4;
  }

  .cw-lightbox-nav {
    width: 48px;
  }
}

@media (max-width: 600px) {
  .cw-gallery-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .cw-price-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cw-price-value {
    text-align: left;
  }

  .cw-amenity-rail {
    gap: 8px;
  }

  .cw-amenity-rail li {
    font-size: 12px;
    padding: 9px 12px;
  }
}

