:root {
  --paper: #12070c;
  --surface: #211018;
  --surface-raised: #2a111d;
  --ink: #fff8f4;
  --muted: #d9c5c3;
  --plum: #ff2a87;
  --plum-deep: #10050a;
  --rose: #ff3b92;
  --rose-pale: #3a1427;
  --sage: #b97852;
  --line: rgb(255 73 147 / 38%);
  --gold: #f3bc70;
  --gold-soft: #ffd9a3;
  --pink: #ff2483;
  --pink-hot: #ff4aa0;
  --wine: #5b162f;
  --black-wine: #0e0509;
  --shadow: 0 26px 70px rgb(0 0 0 / 48%);
  --neon-shadow: 0 0 0 1px rgb(255 47 137 / 25%), 0 0 28px rgb(255 35 127 / 19%);
}

html {
  overflow-x: hidden;
  color-scheme: dark;
  background: var(--black-wine);
}

body {
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 7%, rgb(255 31 123 / 15%), transparent 31rem),
    radial-gradient(circle at 92% 24%, rgb(246 150 69 / 12%), transparent 28rem),
    linear-gradient(180deg, #0b0407 0%, #17080f 38%, #0d0509 100%);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.72;
}

body::before,
body::after {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: "";
}

body::before {
  opacity: 0.66;
  background:
    radial-gradient(circle at 9% 17%, rgb(255 53 147 / 84%) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 11%, rgb(255 191 104 / 82%) 0 1px, transparent 2px),
    radial-gradient(circle at 35% 41%, rgb(255 43 134 / 76%) 0 1.4px, transparent 2.4px),
    radial-gradient(circle at 91% 63%, rgb(255 154 72 / 72%) 0 1px, transparent 2px),
    radial-gradient(circle at 18% 82%, rgb(255 48 137 / 72%) 0 1px, transparent 2px);
  background-size: 91px 89px, 137px 133px, 167px 163px, 119px 127px, 153px 149px;
}

body::after {
  background:
    radial-gradient(ellipse at 3% 29%, rgb(255 34 125 / 9%), transparent 34%),
    radial-gradient(ellipse at 100% 74%, rgb(240 152 71 / 8%), transparent 31%);
}

::selection {
  color: #fff;
  background: rgb(255 36 129 / 68%);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  width: min(100%, 1220px);
  height: clamp(470px, 72svh, 690px);
  min-height: 470px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgb(255 54 142 / 32%);
  border-top: 0;
  border-radius: 0 0 34px 34px;
  color: #fff;
  background: #0b0407;
  box-shadow: 0 34px 90px rgb(0 0 0 / 62%), 0 0 48px rgb(255 34 129 / 14%);
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  content: "";
}

.hero::before {
  inset: 0;
  background:
    radial-gradient(circle at 81% 25%, rgb(247 183 93 / 24%), transparent 20%),
    radial-gradient(circle at 12% 74%, rgb(255 28 125 / 18%), transparent 26%),
    linear-gradient(90deg, transparent 57%, rgb(255 45 132 / 9%));
}

.hero::after {
  right: clamp(28px, 4.5vw, 70px);
  bottom: 34px;
  width: clamp(150px, 18vw, 235px);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--pink), var(--gold), transparent);
  box-shadow: 0 0 12px var(--pink), 0 0 28px rgb(255 39 133 / 54%);
}

.hero-copy {
  position: relative;
  z-index: 4;
  justify-content: center;
  padding: clamp(38px, 6vw, 76px);
  background:
    radial-gradient(circle at 15% 18%, rgb(255 35 128 / 17%), transparent 21rem),
    linear-gradient(135deg, rgb(8 3 6 / 99%), rgb(41 8 21 / 96%));
}

.hero-copy::before {
  display: block;
  width: 92px;
  height: 4px;
  margin-bottom: 26px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--pink), var(--gold));
  box-shadow: 0 0 13px rgb(255 35 128 / 82%);
  content: "";
}

.hero-author {
  margin: 0 0 18px;
  color: var(--pink-hot);
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: clamp(28px, 3.4vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.045em;
  text-shadow: 0 0 18px rgb(255 38 132 / 58%);
}

.hero h1 {
  max-width: 690px;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-size: clamp(37px, 4.15vw, 60px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.022em;
  text-wrap: balance;
  text-shadow: 0 3px 30px rgb(0 0 0 / 72%);
}

.hero-emphasis {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-top: 0.34em;
  color: var(--pink-hot);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.56em;
  font-style: italic;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: -0.018em;
  text-shadow: 0 0 19px rgb(255 37 132 / 48%);
}

.hero-mobile-opening,
.hero-mobile-opening > span {
  display: inline;
}

.hero-emphasis::after {
  display: block;
  width: 66%;
  height: 3px;
  margin-top: 0.2em;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--pink), var(--gold), transparent);
  box-shadow: 0 0 12px rgb(255 35 128 / 72%);
  content: "";
}

.hero p {
  max-width: 580px;
  margin-top: 22px;
  color: var(--gold-soft);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 600;
  line-height: 1.42;
}

.hero img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 49% 24%;
  filter: saturate(1.07) contrast(1.05) brightness(0.88) sepia(0.06);
}

.article {
  position: relative;
  width: min(100%, 820px);
  margin: 0 auto;
  padding: clamp(54px, 7vw, 92px) clamp(20px, 5vw, 50px) 92px;
}

.article::before {
  position: absolute;
  top: 30px;
  left: 50%;
  width: min(72vw, 340px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgb(255 44 135 / 72%), var(--gold), transparent);
  box-shadow: 0 0 18px rgb(255 34 127 / 56%);
  content: "";
}

.article > p {
  margin-bottom: 1.28em;
  color: #f2e8e6;
}

.article > p:first-child::first-letter {
  float: left;
  margin: 0.08em 0.12em 0 0;
  color: var(--pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.1em;
  font-weight: 700;
  line-height: 0.75;
  text-shadow: 0 0 20px rgb(255 37 130 / 52%);
}

.article > .intro-highlight {
  position: relative;
  margin: 1.65em 0 1.05em;
  padding: clamp(24px, 5vw, 38px);
  overflow: hidden;
  border: 1px solid rgb(255 58 145 / 55%);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 18%, rgb(243 184 106 / 18%), transparent 13rem),
    linear-gradient(135deg, rgb(74 14 40 / 82%), rgb(20 7 13 / 96%));
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 5vw, 38px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  box-shadow: var(--neon-shadow), inset 0 0 34px rgb(255 38 132 / 7%);
}

.article > .intro-highlight::after {
  display: block;
  width: 112px;
  height: 3px;
  margin-top: 18px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--pink), var(--gold));
  box-shadow: 0 0 12px var(--pink);
  content: "";
}

.article h2 {
  position: relative;
  margin: 2.25em 0 0.82em;
  padding-top: 26px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 5.8vw, 46px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.article h2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  height: 4px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--pink), var(--gold));
  box-shadow: 0 0 13px rgb(255 36 130 / 76%);
  content: "";
}

.article h3 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.story-photo,
.case-image,
.concept-image {
  position: relative;
  margin: 2.6rem 0;
  padding: 1px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgb(255 57 144 / 82%), rgb(244 184 102 / 76%), rgb(255 57 144 / 20%));
  box-shadow: var(--shadow), 0 0 34px rgb(255 35 129 / 15%);
}

.story-photo img,
.case-image img,
.concept-image img {
  border-radius: 23px;
  filter: saturate(1.06) contrast(1.03);
}

.story-photo img {
  max-height: 500px;
}

.story-photo figcaption {
  margin: 0;
  padding: 15px 18px 17px;
  border-radius: 0 0 23px 23px;
  color: var(--gold-soft);
  background: rgb(16 6 10 / 96%);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

.case-image img,
.concept-image img {
  aspect-ratio: 3 / 2;
}

.infographic {
  position: relative;
  margin: 2.7rem 0;
  padding: clamp(22px, 5vw, 34px);
  overflow: hidden;
  border: 1px solid rgb(255 60 146 / 48%);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgb(241 179 90 / 12%), transparent 17rem),
    linear-gradient(145deg, rgb(45 13 27 / 98%), rgb(15 6 10 / 99%));
  box-shadow: var(--neon-shadow), inset 0 0 50px rgb(255 37 130 / 5%);
}

.infographic::after {
  position: absolute;
  top: -58px;
  right: -44px;
  width: 150px;
  height: 150px;
  border: 1px solid rgb(244 187 108 / 22%);
  border-radius: 50%;
  box-shadow: 0 0 0 19px rgb(255 51 139 / 5%), 0 0 0 40px rgb(242 184 102 / 4%);
  content: "";
}

.panel-heading,
.panel-kicker,
.layer-grid,
.process-grid {
  position: relative;
  z-index: 1;
}

.panel-heading > strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 4.4vw, 31px);
  line-height: 1.16;
}

.panel-kicker {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.16em;
}

.iceberg-visible,
.iceberg-hidden {
  position: relative;
  z-index: 1;
  gap: 8px;
  padding: 22px;
}

.iceberg-visible {
  color: #fff;
  border: 1px solid rgb(255 61 146 / 38%);
  border-bottom: 0;
  background: linear-gradient(135deg, #59172f, #2d0d1b);
}

.iceberg-hidden {
  border: 1px solid rgb(243 188 111 / 34%);
  border-top: 0;
  background: linear-gradient(135deg, #190810, #3e1025);
}

.iceberg-visible strong,
.iceberg-hidden strong {
  color: var(--pink-hot);
  font-size: 31px;
  text-shadow: 0 0 15px rgb(255 36 129 / 43%);
}

.iceberg-hidden strong {
  color: var(--gold-soft);
}

.iceberg-line {
  position: relative;
  z-index: 2;
  color: #14070c;
  background: linear-gradient(90deg, var(--pink), var(--gold));
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.note,
.layer-card span {
  color: var(--muted);
}

.layer-grid,
.process-grid {
  gap: 12px;
}

.layer-card,
.process-step {
  border: 1px solid rgb(255 69 150 / 25%);
  border-radius: 16px;
  background: linear-gradient(145deg, rgb(64 17 35 / 82%), rgb(24 8 14 / 92%));
  box-shadow: inset 0 1px rgb(255 255 255 / 4%);
}

.layer-card strong,
.process-step span {
  color: #fff;
}

.layer-card strong {
  font-size: 17px;
}

.layer-card span {
  font-size: 15px;
}

.process-step > strong {
  color: var(--gold);
  font-weight: 800;
}

.photo-note {
  position: relative;
  gap: clamp(20px, 4vw, 36px);
  margin: 2.7rem 0;
  border: 1px solid rgb(255 62 147 / 53%);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 12%, rgb(241 179 88 / 14%), transparent 15rem),
    linear-gradient(135deg, #4d132d, #12060b 68%);
  box-shadow: var(--shadow), 0 0 32px rgb(255 32 127 / 16%);
}

.photo-note::after {
  position: absolute;
  right: 24px;
  bottom: 17px;
  width: 76px;
  height: 2px;
  background: linear-gradient(90deg, var(--pink), var(--gold));
  box-shadow: 0 0 11px var(--pink);
  content: "";
}

.photo-note img {
  min-height: 290px;
  filter: saturate(1.06) contrast(1.04) brightness(0.92);
}

.photo-note p {
  position: relative;
  z-index: 1;
  padding: 28px 34px 34px 0;
  color: #f6eceb;
}

.photo-note p strong {
  color: var(--pink-hot);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08em;
}

.reviews {
  position: relative;
  margin-top: 2.2rem;
  margin-bottom: 3.5rem;
  padding-top: 22px;
  padding-bottom: 26px;
  background:
    radial-gradient(circle at 50% 0%, rgb(255 35 127 / 13%), transparent 25rem),
    linear-gradient(180deg, rgb(23 7 13 / 78%), rgb(8 3 5 / 44%));
  border-top: 1px solid rgb(255 67 149 / 24%);
  border-bottom: 1px solid rgb(244 188 111 / 17%);
}

.reviews-help {
  color: var(--gold-soft);
  font-family: Arial, Helvetica, sans-serif;
}

.reviews-grid {
  gap: clamp(9px, 2vw, 17px);
}

.reviews-column {
  gap: clamp(9px, 2vw, 17px);
}

.review-card {
  border: 1px solid rgb(255 65 147 / 36%);
  border-radius: 14px;
  background: #14070c;
  box-shadow: 0 12px 32px rgb(0 0 0 / 40%), 0 0 22px rgb(255 37 130 / 8%);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

@media (hover: hover) {
  .review-card:hover {
    border-color: rgb(255 74 156 / 72%);
    transform: translateY(-2px);
    box-shadow: 0 17px 40px rgb(0 0 0 / 46%), 0 0 25px rgb(255 37 130 / 16%);
  }
}

.review-card:focus-visible,
.cta a:focus-visible,
.lightbox button:focus-visible {
  outline-color: var(--gold);
}

.cta {
  position: relative;
  margin: 3rem 0 2rem;
  padding: clamp(28px, 6vw, 48px);
  overflow: hidden;
  border: 1px solid rgb(255 67 150 / 66%);
  border-radius: 26px;
  color: #fff;
  background:
    radial-gradient(circle at 15% 8%, rgb(255 59 145 / 28%), transparent 18rem),
    radial-gradient(circle at 88% 95%, rgb(242 178 86 / 18%), transparent 15rem),
    linear-gradient(135deg, #4e112d, #12060b 70%);
  box-shadow: var(--shadow), 0 0 40px rgb(255 34 128 / 18%);
}

.cta::before,
.cta::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.cta::before {
  top: -58px;
  right: -50px;
  width: 180px;
  height: 180px;
  border: 1px solid rgb(243 187 107 / 30%);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgb(255 47 139 / 6%), 0 0 0 52px rgb(242 183 98 / 4%);
}

.cta::after {
  right: 12%;
  bottom: 20px;
  left: 12%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--pink), var(--gold), transparent);
  box-shadow: 0 0 14px var(--pink);
}

.cta > strong,
.cta p,
.cta a {
  position: relative;
  z-index: 1;
}

.cta > strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 5.4vw, 39px);
  text-shadow: 0 0 20px rgb(255 38 132 / 32%);
}

.cta p {
  color: #f1dddf;
}

.cta a {
  min-height: 54px;
  padding: 13px 28px;
  border: 1px solid rgb(255 255 255 / 78%);
  color: #fff;
  background: linear-gradient(90deg, #e81770, #ff459b);
  box-shadow: 0 10px 28px rgb(255 31 120 / 29%), 0 0 22px rgb(255 35 127 / 22%);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

@media (hover: hover) {
  .cta a:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgb(255 31 120 / 38%), 0 0 28px rgb(255 35 127 / 30%);
  }
}

.faq {
  margin-top: 4rem;
}

.faq-list {
  gap: 14px;
}

.faq-item {
  border: 1px solid rgb(255 69 151 / 28%);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgb(242 184 101 / 8%), transparent 13rem),
    linear-gradient(145deg, rgb(43 13 26 / 86%), rgb(18 7 11 / 94%));
  box-shadow: 0 12px 34px rgb(0 0 0 / 30%);
}

.faq-item h3 {
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 4vw, 24px);
}

.faq-item p {
  color: #eee3e1;
}

.signature {
  position: relative;
  margin-top: 3rem !important;
  padding-top: 24px;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.signature::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  height: 2px;
  background: linear-gradient(90deg, var(--pink), var(--gold));
  box-shadow: 0 0 10px var(--pink);
  content: "";
}

.lightbox {
  border: 1px solid rgb(255 70 151 / 45%);
  background: rgb(10 3 7 / 98%);
  box-shadow: 0 28px 100px rgb(0 0 0 / 72%), 0 0 38px rgb(255 35 128 / 16%);
}

.lightbox::backdrop {
  background: rgb(5 1 3 / 90%);
  backdrop-filter: blur(9px);
}

.lightbox figcaption {
  color: var(--gold-soft);
}

.lightbox button {
  border: 1px solid rgb(255 255 255 / 16%);
  background: rgb(103 20 53 / 82%);
  box-shadow: 0 0 18px rgb(255 38 132 / 20%);
}

@media (min-width: 821px) and (max-height: 800px) {
  .hero-copy {
    padding: 46px 58px;
  }

  .hero-copy::before {
    margin-bottom: 18px;
  }

  .hero-author {
    margin-bottom: 12px;
    font-size: clamp(34px, 3.1vw, 42px);
  }

  .hero h1 {
    font-size: clamp(42px, 3.7vw, 50px);
  }

  .hero p {
    margin-top: 16px;
    font-size: 18px;
  }
}

@media (max-width: 820px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.72fr);
  }

  .hero-copy {
    padding: clamp(32px, 5vw, 52px);
  }

  .hero h1 {
    font-size: clamp(34px, 5.7vw, 46px);
  }
}

@media (max-width: 620px) {
  body {
    font-size: 18px;
    line-height: 1.64;
  }

  .hero {
    display: block;
    width: 100%;
    height: clamp(520px, 72svh, 650px);
    min-height: 520px;
    border-right: 0;
    border-left: 0;
    border-radius: 0 0 25px 25px;
  }

  .hero::before {
    z-index: 2;
    background:
      linear-gradient(90deg, rgb(7 2 5 / 98%) 0%, rgb(22 5 12 / 91%) 42%, rgb(20 5 12 / 18%) 72%, transparent 100%),
      linear-gradient(0deg, rgb(8 3 5 / 95%) 0%, transparent 45%),
      radial-gradient(circle at 85% 25%, rgb(246 176 83 / 18%), transparent 24%);
  }

  .hero::after {
    right: 26px;
    bottom: 24px;
    width: 150px;
  }

  .hero img {
    position: absolute;
    inset: 0 0 0 auto;
    width: 62%;
    object-position: 0% 24%;
    filter: saturate(1.08) contrast(1.08) brightness(0.9) sepia(0.06);
  }

  .hero-copy {
    position: relative;
    z-index: 4;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    padding: max(32px, env(safe-area-inset-top)) 22px 30px;
    background: transparent;
  }

  .hero-copy::before {
    width: 70px;
    height: 3px;
    margin-bottom: 20px;
  }

  .hero-author {
    max-width: 72%;
    margin-bottom: 18px;
    font-size: clamp(27px, 8vw, 36px);
  }

  .hero h1 {
    max-width: 70%;
    font-size: clamp(26px, 6.6vw, 30px);
    line-height: 1.03;
    text-wrap: pretty;
  }

  .hero-mobile-opening,
  .hero-mobile-opening > span {
    display: block;
  }

  .hero-emphasis {
    max-width: 82%;
    margin-top: 0.42em;
    font-size: 0.7em;
    line-height: 1.16;
  }

  .hero p {
    max-width: 70%;
    margin-top: 19px;
    font-size: clamp(16px, 4.5vw, 19px);
  }

  .article {
    padding: 58px 18px 78px;
  }

  .article::before {
    top: 26px;
  }

  .article > p:first-child::first-letter {
    font-size: 3.8em;
  }

  .article h2 {
    margin-top: 2em;
    padding-top: 22px;
    font-size: clamp(30px, 9.4vw, 39px);
  }

  .article > .intro-highlight {
    padding: 22px;
    border-radius: 18px;
    font-size: clamp(26px, 7.4vw, 32px);
  }

  .story-photo,
  .case-image,
  .concept-image,
  .infographic,
  .photo-note,
  .cta {
    border-radius: 18px;
  }

  .story-photo img,
  .case-image img,
  .concept-image img {
    border-radius: 17px;
  }

  .story-photo figcaption {
    border-radius: 0 0 17px 17px;
  }

  .infographic {
    padding: 20px;
  }

  .layer-grid,
  .process-grid {
    gap: 9px;
  }

  .layer-card,
  .process-step {
    padding: 13px;
  }

  .photo-note {
    grid-template-columns: 114px minmax(0, 1fr);
    gap: 14px;
  }

  .photo-note img {
    min-height: 255px;
  }

  .photo-note p {
    padding: 18px 15px 26px 0;
    font-size: 15px;
    line-height: 1.52;
  }

  .photo-note::after {
    right: 16px;
    bottom: 13px;
  }

  .reviews {
    padding-top: 18px;
    padding-bottom: 20px;
  }

  .cta {
    padding: 28px 21px 36px;
  }

  .cta a {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .hero {
    height: clamp(510px, 72svh, 600px);
    min-height: 510px;
  }

  .hero h1 {
    max-width: 70%;
    font-size: 26px;
  }

  .hero p {
    max-width: 69%;
    font-size: 15px;
  }

  .hero-author {
    font-size: 28px;
  }

  .layer-grid {
    grid-template-columns: 1fr;
  }

  .photo-note {
    grid-template-columns: 102px minmax(0, 1fr);
  }

  .photo-note p {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .review-card,
  .cta a {
    transition: none;
  }
}
