/* ==========================================================================
   Tunas Muda — Pembelian Tanah (narrative + stats, mobile-first)
   ========================================================================== */

.pembelian-tanah-page {
  --dd-navy: var(--tm-primary);
  --dd-navy-deep: var(--tm-primary-dark);
  --dd-teal: #2a9d8f;
  --dd-gold: var(--tm-secondary);
  --dd-gold-soft: var(--tm-gold-soft);
  --dd-brown: #704b2a;
  --dd-line: rgba(29, 54, 92, 0.12);
  --dd-radius: 14px;
  --dd-shadow: 0 4px 24px rgba(15, 30, 53, 0.06);
  --dd-shadow-hover: 0 14px 40px rgba(29, 54, 92, 0.11);
  --dd-gap: clamp(2.5rem, 4vw, 3.5rem);
  --dd-section-pad: clamp(3rem, 6vw, 4.5rem);
}

.pembelian-tanah-page.tm-theme-bg-page,
.pembelian-tanah-page.tm-theme-bg-page .main {
  background: transparent;
}

.pembelian-tanah-page.tm-theme-bg-page .pt-page.section {
  background: transparent;
  --background-color: transparent;
}

.pembelian-tanah-page .tm-skip-link {
  position: fixed;
  top: -100%;
  left: 1rem;
  z-index: 100050;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  background: var(--dd-navy-deep);
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  box-shadow: 0 8px 32px rgba(15, 30, 53, 0.12);
  transition: top 0.2s ease;
}

.pembelian-tanah-page .tm-skip-link:focus {
  top: 1rem;
  outline: 2px solid var(--dd-gold);
  outline-offset: 3px;
}

/* Header on hero */
@media (min-width: 1200px) {
  .pembelian-tanah-page:not(.scrolled) #header.header {
    background: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .pembelian-tanah-page:not(.scrolled) .navmenu > ul > li > a {
    color: rgba(255, 255, 255, 0.92) !important;
    background: transparent !important;
  }

  .pembelian-tanah-page:not(.scrolled) .navmenu > ul > li > a:hover,
  .pembelian-tanah-page:not(.scrolled) .navmenu > ul > li > a:focus-visible {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.12) !important;
  }

  .pembelian-tanah-page:not(.scrolled) .navmenu > ul > li > a.active {
    color: var(--dd-gold) !important;
    background: rgba(255, 199, 54, 0.18) !important;
  }

  .pembelian-tanah-page:not(.scrolled) .tm-header-cta {
    background: var(--dd-gold);
    color: var(--dd-navy-deep) !important;
    box-shadow: 0 4px 20px rgba(255, 199, 54, 0.35);
  }
}

.pembelian-tanah-page:not(.scrolled) #header .mobile-nav-toggle {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
}

/* Mobile drawer — keep menu above hero (same as Sejarah / Visi & Misi) */
@media (max-width: 1199.98px) {
  .mobile-nav-active.pembelian-tanah-page #header.header {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
  }

  .mobile-nav-active.pembelian-tanah-page .tm-scroll-progress {
    z-index: 9999;
  }
}

/* Hero banner */
.tm-pt-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  min-height: clamp(280px, 40svh, 400px);
  padding:
    calc(var(--tm-header-h, 72px) + 0.75rem + env(safe-area-inset-top, 0px))
    max(1rem, env(safe-area-inset-right, 0px))
    clamp(0.85rem, 2vh, 1.25rem)
    max(1rem, env(safe-area-inset-left, 0px));
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}

.tm-pt-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.tm-pt-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 2;
  height: calc(var(--tm-header-h, 72px) + 4rem);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(12, 24, 41, 0.82) 0%,
    rgba(12, 24, 41, 0.48) 45%,
    rgba(12, 24, 41, 0.12) 78%,
    transparent 100%
  );
}

.tm-pt-hero__photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: grayscale(0.45) contrast(1.08) brightness(0.88);
  transform: scale(1.02);
}

.tm-pt-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      180deg,
      rgba(12, 24, 41, 0.68) 0%,
      rgba(12, 24, 41, 0.3) 36%,
      rgba(246, 248, 250, 0.42) 56%,
      rgba(246, 248, 250, 0.9) 72%,
      #f6f8fa 88%
    ),
    radial-gradient(ellipse 120% 85% at 50% 32%, rgba(12, 24, 41, 0.08) 0%, rgba(12, 24, 41, 0.5) 100%);
}

.tm-pt-hero__pattern {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0.22;
  background-image:
    linear-gradient(135deg, rgba(255, 199, 54, 0.08) 1px, transparent 1px),
    linear-gradient(-135deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 72%);
  pointer-events: none;
}

.tm-pt-hero__inner {
  position: relative;
  z-index: 4;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 720px;
  min-height: 0;
}

.tm-pt-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.tm-pt-hero__crumb {
  margin: 0 0 1.15rem;
  padding: 0;
}

.tm-pt-hero__crumb ol {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 500;
  background: rgba(12, 24, 41, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.tm-pt-hero__crumb a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  transition: color 0.25s ease;
}

.tm-pt-hero__crumb a:hover {
  color: var(--dd-gold);
}

.tm-pt-hero__crumb li + li::before {
  content: "/";
  padding-right: 0.35rem;
  color: rgba(255, 255, 255, 0.42);
}

.tm-pt-hero__crumb li[aria-current="page"] {
  color: var(--dd-gold);
  font-weight: 600;
}

.tm-pt-hero__eyebrow {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--dd-gold);
  margin: 0 0 0.65rem;
}

.tm-pt-hero h1 {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(1.875rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 24px rgba(12, 24, 41, 0.35);
  text-wrap: balance;
}

.tm-pt-hero h1::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 1rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--dd-gold), transparent);
}

/* Content */
.pt-page {
  position: relative;
  isolation: isolate;
  margin-top: clamp(-1.25rem, -3vw, -0.5rem);
  padding: var(--dd-section-pad) 0 clamp(4rem, 8vw, 5.5rem);
  overflow: hidden;
}

.pt-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 120% 55% at 50% -8%, rgba(255, 255, 255, 0.55) 0%, transparent 58%),
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--tm-bg-fallback, #f6f8fa) 78%, transparent) 0%,
      color-mix(in srgb, var(--tm-bg-fallback, #f6f8fa) 92%, transparent) 22%,
      color-mix(in srgb, var(--tm-bg-fallback, #f6f8fa) 96%, transparent) 100%
    );
}

.pembelian-tanah-page .tm-theme-bg::after {
  background:
    linear-gradient(
      180deg,
      rgba(246, 248, 250, 0.08) 0%,
      rgba(246, 248, 250, 0.42) 28vh,
      rgba(246, 248, 250, 0.78) 55vh,
      rgba(246, 248, 250, 0.9) 100%
    ),
    var(--tm-bg-overlay);
}

.tm-pt-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.tm-pt-canvas__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
}

.tm-pt-canvas__orb--1 {
  width: min(38vw, 360px);
  height: min(38vw, 360px);
  top: 6%;
  left: -6%;
  background: radial-gradient(circle, rgba(255, 199, 54, 0.12) 0%, transparent 70%);
}

.tm-pt-canvas__orb--2 {
  width: min(34vw, 320px);
  height: min(34vw, 320px);
  top: 48%;
  right: -8%;
  background: radial-gradient(circle, rgba(42, 157, 143, 0.1) 0%, transparent 72%);
}

.tm-pt-content {
  position: relative;
  z-index: 2;
  max-width: 960px;
}

.tm-pt-intro {
  text-align: center;
  margin-bottom: var(--dd-gap);
  scroll-margin-top: calc(var(--tm-header-h, 72px) + 1.25rem);
}

.tm-pt-intro__tagline {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dd-teal);
  margin: 0 0 0.65rem;
}

.tm-pt-intro h2 {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(1.65rem, 3.2vw, 2.15rem);
  font-weight: 700;
  color: var(--dd-navy);
  margin: 0;
  line-height: 1.2;
  text-wrap: balance;
}

.tm-pt-intro__lead {
  max-width: 40rem;
  margin: 0.85rem auto 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #4f5968;
}

.tm-pt-intro__divider {
  display: block;
  width: min(88px, 28%);
  height: 3px;
  margin: 1.1rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dd-brown), var(--dd-navy));
}

/* Stats */
.tm-pt-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 2vw, 1rem);
  margin: 0 0 var(--dd-gap);
  padding: 0;
  list-style: none;
}

.tm-pt-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  min-height: 88px;
  padding: 1rem 0.75rem;
  border-radius: var(--dd-radius);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--dd-line);
  box-shadow: var(--dd-shadow);
  text-align: center;
}

.tm-pt-stats__value {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(1.15rem, 2.8vw, 1.45rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--dd-navy);
}

.tm-pt-stats__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5f6d7e;
}

.tm-pt-stats__item--accent {
  border-color: rgba(255, 199, 54, 0.45);
  background: linear-gradient(145deg, #fffdf5 0%, #fff 100%);
}

.tm-pt-stats__item--accent .tm-pt-stats__value {
  color: #8a5a12;
}

/* Story blocks */
.tm-pt-story {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3vw, 1.75rem);
  margin-bottom: var(--dd-gap);
}

.tm-pt-chapter {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border-radius: calc(var(--dd-radius) + 2px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--dd-line);
  box-shadow: var(--dd-shadow);
}

.tm-pt-chapter--highlight {
  border-color: rgba(255, 199, 54, 0.4);
  background: linear-gradient(145deg, #fffef8 0%, #ffffff 100%);
  box-shadow: 0 8px 32px rgba(255, 199, 54, 0.12);
}

.tm-pt-chapter--success {
  border-color: rgba(42, 157, 143, 0.35);
  background: linear-gradient(145deg, #f8fdfc 0%, #ffffff 100%);
}

.tm-pt-chapter--highlight,
.tm-pt-chapter--success {
  grid-template-columns: 1fr;
}

.tm-pt-chapter__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: calc(var(--dd-radius) - 2px);
  overflow: hidden;
  background: #f0f3f7;
}

.tm-pt-chapter__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(28rem, 58vh);
  object-fit: contain;
  object-position: center;
}

.tm-pt-chapter__body {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.tm-pt-chapter__step {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dd-teal);
}

.tm-pt-chapter__step i {
  font-size: 1rem;
  color: var(--dd-gold);
}

.tm-pt-chapter h3 {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--dd-navy);
}

.tm-pt-chapter p {
  margin: 0;
  font-size: clamp(0.9375rem, 1.8vw, 1.02rem);
  line-height: 1.75;
  color: #3d4a5c;
  max-width: 65ch;
}

.tm-pt-chapter p + p {
  margin-top: 0.5rem;
}

/* CTA */
.tm-pt-cta {
  padding: clamp(2rem, 4vw, 2.75rem) clamp(1.5rem, 3vw, 2.5rem);
  border-radius: calc(var(--dd-radius) + 2px);
  background: linear-gradient(135deg, rgba(29, 54, 92, 0.97) 0%, rgba(12, 24, 41, 0.98) 100%);
  color: #fff;
  text-align: center;
  box-shadow: 0 12px 40px rgba(12, 24, 41, 0.18);
}

.tm-pt-cta__text {
  margin: 0 0 1.25rem;
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  max-width: 36rem;
  margin-inline: auto;
}

.tm-pt-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.tm-pt-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.65rem 1.35rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.tm-pt-cta__btn--primary {
  background: var(--dd-gold);
  color: var(--dd-navy-deep);
  box-shadow: 0 4px 18px rgba(255, 199, 54, 0.35);
}

.tm-pt-cta__btn--primary:hover {
  background: #ffd04d;
  color: var(--dd-navy-deep);
}

.tm-pt-cta__btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.tm-pt-cta__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.tm-pt-cta__btn:focus-visible {
  outline: 2px solid var(--dd-gold);
  outline-offset: 3px;
}

/* Reveal */
[data-pt-reveal] {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  [data-pt-reveal] {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }

  [data-pt-reveal].is-visible {
    opacity: 1;
    transform: none;
  }
}

/* Responsive */
@media (min-width: 540px) {
  .tm-pt-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .tm-pt-chapter:not(.tm-pt-chapter--highlight):not(.tm-pt-chapter--success) {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
  }

  .tm-pt-chapter--reverse .tm-pt-chapter__media {
    order: 2;
  }

  .tm-pt-chapter--reverse .tm-pt-chapter__body {
    order: 1;
  }
}

@media (min-width: 820px) and (max-width: 1023.98px) {
  .tm-pt-hero {
    min-height: clamp(270px, 32svh, 360px);
  }
}

@media (min-width: 1200px) {
  .tm-pt-hero {
    min-height: clamp(300px, 36vh, 420px);
  }

  .tm-pt-content {
    max-width: 1000px;
  }
}

@media (max-width: 374.98px) {
  .tm-pt-hero {
    min-height: clamp(260px, 38svh, 360px);
  }

  .tm-pt-stats__label {
    font-size: 0.6875rem;
  }
}

@media (max-width: 360.98px) {
  .tm-pt-stats {
    grid-template-columns: 1fr;
  }

  .tm-pt-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .tm-pt-cta__btn {
    width: 100%;
    max-width: 20rem;
    margin-inline: auto;
  }
}

@media (max-height: 520px) and (orientation: landscape) {
  .tm-pt-hero {
    min-height: auto;
    padding-top: calc(var(--tm-header-h, 72px) + 0.5rem + env(safe-area-inset-top, 0px));
    padding-bottom: 0.65rem;
  }

  .tm-pt-hero h1 {
    font-size: clamp(1.25rem, 4vw, 1.5rem);
  }
}

@media (min-width: 900px) and (max-height: 650px) {
  .tm-pt-hero {
    min-height: auto;
    padding-top: calc(var(--tm-header-h, 72px) + 0.65rem);
    padding-bottom: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-pt-reveal] {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

.tm-pt-chapter__body--wide {
  max-width: none;
}

/* —— Image gallery (Lembaga Pengarah) —— */
.tm-pt-gallery {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0;
  background: transparent;
  overflow: visible;
}

.tm-pt-gallery__main {
  margin: 0;
  border-radius: calc(var(--dd-radius) - 2px);
  overflow: hidden;
  background: #f0f3f7;
}

.tm-pt-gallery__main img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(16rem, 38vh);
  object-fit: cover;
  object-position: center;
}

.tm-pt-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.tm-pt-gallery__grid img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 4.5rem;
  max-height: 5.5rem;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  background: #eef1f6;
}

/* —— Photo grid (Galeri Tanah) —— */
.tm-pt-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.65rem, 2vw, 1rem);
  margin-top: 0.75rem;
  list-style: none;
  padding: 0;
}

.tm-pt-photo-grid__item {
  margin: 0;
  border-radius: calc(var(--dd-radius) - 2px);
  overflow: hidden;
  background: #f0f3f7;
  border: 1px solid var(--dd-line);
  box-shadow: var(--dd-shadow);
}

.tm-pt-photo-grid__item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 8.5rem;
  max-height: 12rem;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.tm-pt-photo-grid__item:hover img,
.tm-pt-photo-grid__item:focus-within img {
  transform: scale(1.03);
}

@media (prefers-reduced-motion: reduce) {
  .tm-pt-photo-grid__item img {
    transition: none;
  }

  .tm-pt-photo-grid__item:hover img,
  .tm-pt-photo-grid__item:focus-within img {
    transform: none;
  }
}

/* Standard phones 375–767 */
@media (min-width: 375px) and (max-width: 767.98px) {
  .tm-pt-hero {
    min-height: clamp(280px, 40svh, 380px);
  }

  .tm-pt-hero__content {
    max-width: min(100%, 26rem);
  }
}

/* Galaxy Z Fold / dual-pane narrow (~540–719px) */
@media (min-width: 540px) and (max-width: 719.98px) {
  .tm-pt-gallery__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tm-pt-gallery__grid img {
    max-height: 4.25rem;
  }
}

/* iPad Mini portrait (768–819) */
@media (min-width: 768px) and (max-width: 819.98px) {
  .tm-pt-hero {
    min-height: clamp(260px, 34svh, 340px);
  }

  .pt-page {
    --dd-section-pad: clamp(2.25rem, 4vw, 3rem);
    --dd-gap: clamp(2rem, 3.5vw, 2.75rem);
  }

  .tm-pt-content {
    max-width: 680px;
    margin-inline: auto;
  }

  .tm-pt-gallery__main img {
    max-height: min(18rem, 42vh);
  }
}

/* iPad Air / Pro 11" portrait (820–1023) */
@media (min-width: 820px) and (max-width: 1023.98px) {
  .tm-pt-hero h1 {
    font-size: clamp(1.85rem, 3.2vw, 2.25rem);
  }

  .tm-pt-content {
    max-width: 820px;
  }
}

@media (min-width: 768px) {
  .tm-pt-gallery__main img {
    max-height: min(22rem, 48vh);
  }

  .tm-pt-gallery__grid img {
    min-height: 5.5rem;
    max-height: 7rem;
  }
}

@media (max-width: 374.98px) {
  .tm-pt-photo-grid {
    grid-template-columns: 1fr;
  }

  .tm-pt-photo-grid__item img {
    min-height: 10rem;
    max-height: 14rem;
  }
}

@media (min-width: 768px) {
  .tm-pt-photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tm-pt-photo-grid__item img {
    min-height: 9rem;
    max-height: 11rem;
  }
}

