.home-refresh {
  --refresh-bg: #f4f2ee;
  --refresh-surface: #ffffff;
  --refresh-surface-strong: #191619;
  --refresh-text: #191619;
  --refresh-muted: #6e676b;
  --refresh-line: rgba(25, 22, 25, 0.14);
  --refresh-pink: #e93272;
  --refresh-pink-dark: #ad174d;
  --refresh-green: #287967;
  --refresh-gold: #9d6c25;
  --refresh-on-dark: #fbf7f8;
  --refresh-on-dark-muted: #beb6bb;
  color: var(--refresh-text);
  background: var(--refresh-bg);
  font-family: "Outfit", sans-serif;
  overflow: clip;
}

.home-refresh *,
.home-refresh *::before,
.home-refresh *::after {
  box-sizing: border-box;
}

.home-refresh #video-feature,
.home-refresh #pricing,
.home-refresh #faq {
  border-color: var(--refresh-line) !important;
  background: var(--refresh-bg) !important;
}

.home-refresh #video-feature,
.home-refresh #panorama-feature {
  display: block !important;
}

.home-refresh #panorama-feature {
  border-color: var(--refresh-line) !important;
  background: var(--refresh-surface-strong) !important;
}

.home-refresh #panorama-feature .refresh-panorama-frame {
  border-color: var(--refresh-line) !important;
  border-radius: 8px !important;
  background: #131113 !important;
}

.home-refresh #faq details {
  padding: 0 !important;
  border-color: var(--refresh-line) !important;
}

.home-refresh #faq summary,
.home-refresh #faq details p {
  color: var(--refresh-text);
}

.home-refresh #faq details p {
  color: var(--refresh-muted);
}

.refresh-section {
  position: relative;
  padding: 104px 0;
  border-top: 1px solid var(--refresh-line);
}

.refresh-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.refresh-kicker {
  margin: 0 0 14px;
  color: var(--refresh-pink-dark);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.refresh-title {
  max-width: 820px;
  margin: 0;
  color: inherit;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.35rem, 5vw, 5.4rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
}

.refresh-title-medium {
  font-size: clamp(2.2rem, 4vw, 4.3rem);
  line-height: 1.02;
}

.refresh-lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--refresh-muted);
  font-size: 1.12rem;
  line-height: 1.65;
}

.refresh-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 56px;
  align-items: end;
  margin-bottom: 52px;
}

.refresh-section-heading .refresh-lead {
  margin: 0;
}

.refresh-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border: 1px solid var(--refresh-text);
  border-radius: 6px;
  background: var(--refresh-text);
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.refresh-button:hover {
  transform: translateY(-2px);
  background: var(--refresh-pink);
  border-color: var(--refresh-pink);
}

.refresh-button-secondary {
  background: transparent;
  color: var(--refresh-text);
}

.refresh-button-secondary:hover {
  color: #ffffff;
}

.refresh-compare-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  gap: 64px;
  align-items: center;
}

.refresh-compare-copy {
  max-width: 360px;
}

.refresh-compare-copy h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 1.05;
}

.refresh-compare-copy > p:not(.refresh-kicker) {
  margin: 20px 0 0;
  color: var(--refresh-muted);
  line-height: 1.65;
}

.refresh-segmented {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  margin-top: 32px;
  padding: 4px;
  border: 1px solid var(--refresh-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
}

.refresh-segmented button {
  min-width: 0;
  min-height: 42px;
  padding: 8px 10px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--refresh-muted);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
}

.refresh-segmented button[aria-selected="true"] {
  background: var(--refresh-text);
  color: #ffffff;
}

.refresh-compare {
  --compare-position: 50%;
  position: relative;
  width: 100%;
  min-height: 420px;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  border: 1px solid var(--refresh-line);
  border-radius: 8px;
  background: #d9d4d1;
  box-shadow: 0 28px 70px rgba(41, 31, 36, 0.15);
  isolation: isolate;
}

.refresh-compare-portrait {
  width: min(100%, 390px);
  min-height: 0;
  aspect-ratio: 853 / 1844;
  justify-self: center;
}

.refresh-compare-portrait > img,
.refresh-compare-portrait .refresh-compare-before img {
  object-fit: contain;
  object-position: center;
}

.refresh-compare > img,
.refresh-compare-before img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  user-select: none;
  pointer-events: none;
}

.refresh-compare-before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: var(--compare-position);
  overflow: hidden;
}

.refresh-compare-before img {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--compare-width, 100%);
  max-width: none;
}

.refresh-compare-divider {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: var(--compare-position);
  width: 2px;
  transform: translateX(-1px);
  background: rgba(255, 255, 255, 0.94);
  pointer-events: none;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
}

.refresh-compare-divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background: #ffffff;
  color: #171417;
  font-size: 1.2rem;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
}

.refresh-compare input[type="range"] {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.refresh-compare-label {
  position: absolute;
  z-index: 5;
  top: 16px;
  padding: 8px 11px;
  border-radius: 4px;
  background: rgba(15, 13, 15, 0.76);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  pointer-events: none;
}

.refresh-compare-label-before {
  left: 16px;
}

.refresh-compare-label-after {
  right: 16px;
}

.refresh-note {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 18px 0 0;
  color: var(--refresh-muted);
  font-size: 0.82rem;
}

.refresh-note::before {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--refresh-green);
  content: "";
}

.refresh-dark {
  --refresh-text: #fbf7f8;
  --refresh-muted: #bdb5ba;
  --refresh-line: rgba(255, 255, 255, 0.14);
  color: var(--refresh-on-dark);
  background: var(--refresh-surface-strong);
}

.refresh-dark .refresh-kicker {
  color: #ff6b9d;
}

.refresh-dark .refresh-button {
  border-color: #ffffff;
  background: #ffffff;
  color: #171417;
}

.refresh-dark .refresh-button:hover {
  border-color: var(--refresh-pink);
  background: var(--refresh-pink);
  color: #ffffff;
}

.refresh-identity-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 72px;
  align-items: center;
}

.refresh-identity-copy ul {
  display: grid;
  gap: 0;
  margin: 30px 0 36px;
  padding: 0;
  list-style: none;
}

.refresh-identity-copy li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid var(--refresh-line);
  color: var(--refresh-muted);
}

.refresh-identity-copy li:last-child {
  border-bottom: 1px solid var(--refresh-line);
}

.refresh-identity-copy li span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
}

.refresh-identity-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  transform: rotate(-1.2deg);
}

.refresh-identity-image {
  position: relative;
  min-width: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: #272327;
}

.refresh-identity-image:nth-child(2) {
  transform: translateY(-22px);
}

.refresh-identity-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.refresh-identity-image figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 30px 13px 12px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.78));
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

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

.refresh-media-feature {
  position: relative;
  height: min(680px, 76vh);
  min-height: 600px;
  overflow: hidden;
  border: 1px solid var(--refresh-line);
  border-radius: 8px;
  background: #151315;
}

.refresh-media-feature video,
.refresh-media-feature img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 22%;
}

.refresh-media-feature::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 38%, rgba(0, 0, 0, 0.9) 100%);
  content: "";
  pointer-events: none;
}

.refresh-media-copy {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 34px;
  color: #ffffff;
}

.refresh-media-number {
  display: inline-flex;
  margin-bottom: 14px;
  color: #ff8ab2;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.refresh-media-copy h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3.4vw, 3.3rem);
  line-height: 1;
}

.refresh-media-copy p {
  max-width: 430px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.refresh-media-action {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 5px;
  background: rgba(16, 14, 16, 0.56);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
  backdrop-filter: blur(10px);
}

.refresh-media-action:hover {
  transform: translateY(-2px);
  background: #ffffff;
  color: #171417;
}

.refresh-media-chip {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  background: rgba(16, 14, 16, 0.66);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  backdrop-filter: blur(10px);
}

.refresh-quincetok-proof {
  margin-top: 68px;
  padding-top: 52px;
  border-top: 1px solid var(--refresh-line);
}

.refresh-quincetok-proof-heading {
  display: flex;
  max-width: 850px;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
}

.refresh-quincetok-proof-heading .refresh-kicker {
  flex: 0 0 auto;
  margin-bottom: 8px;
}

.refresh-quincetok-proof-heading h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 600;
  line-height: 1;
}

.refresh-quincetok-equation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.refresh-quincetok-tile {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #121014;
  color: #ffffff;
}

.refresh-quincetok-tile-result {
  border-color: rgba(233, 50, 114, 0.68);
}

.refresh-quincetok-tile video,
.refresh-quincetok-tile img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
}

.refresh-quincetok-tile:nth-of-type(2) img {
  object-position: center 22%;
}

.refresh-quincetok-tile figcaption {
  padding: 17px 18px;
  font-size: 0.9rem;
  font-weight: 800;
}

.refresh-quincetok-operator {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  justify-self: center;
  border: 1px solid var(--refresh-line);
  border-radius: 50%;
  color: var(--refresh-pink);
  font-size: 1.5rem;
  font-weight: 800;
}

.refresh-paired-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
  gap: 70px;
  align-items: center;
}

.refresh-paired-layout-reverse {
  grid-template-columns: minmax(0, 1.28fr) minmax(270px, 0.72fr);
}

.refresh-paired-copy h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.45rem, 4.5vw, 4.6rem);
  line-height: 0.99;
}

.refresh-paired-copy p:not(.refresh-kicker) {
  margin: 22px 0 0;
  color: var(--refresh-muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.refresh-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 34px;
}

.refresh-feature-list span {
  padding: 8px 10px;
  border: 1px solid var(--refresh-line);
  border-radius: 4px;
  color: var(--refresh-muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.refresh-panorama-section {
  padding-bottom: 80px;
}

.refresh-panorama-frame {
  position: relative;
  width: 100%;
  min-height: 420px;
  aspect-ratio: 2 / 0.88;
  overflow: hidden;
  border: 1px solid var(--refresh-line);
  border-radius: 8px;
  background: #131113;
}

.refresh-panorama-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.refresh-panorama-status {
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  background: rgba(16, 14, 16, 0.74);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  pointer-events: none;
  backdrop-filter: blur(12px);
}

.refresh-panorama-status::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #68d3b4;
  content: "";
}

.refresh-panorama-frame .pnlm-container {
  background: #131113;
}

.refresh-panorama-frame .pnlm-controls-container {
  left: 16px;
  top: 16px;
}

.refresh-workflow {
  padding: 72px 0;
  background: var(--refresh-surface);
}

.refresh-workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--refresh-line);
  border-bottom: 1px solid var(--refresh-line);
}

.refresh-workflow-step {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  min-height: 150px;
  align-content: center;
  padding: 28px;
  border-right: 1px solid var(--refresh-line);
}

.refresh-workflow-step:last-child {
  border-right: 0;
}

.refresh-workflow-step > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--refresh-text);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
}

.refresh-workflow-step h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  font-weight: 800;
}

.refresh-workflow-step p {
  margin: 0;
  color: var(--refresh-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.refresh-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.refresh-price-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--refresh-line);
  border-radius: 8px;
  background: var(--refresh-surface);
}

.refresh-price-card-featured {
  border-color: var(--refresh-pink);
  background: var(--refresh-surface-strong);
  color: var(--refresh-on-dark);
}

.refresh-price-eyebrow {
  color: var(--refresh-pink-dark);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.refresh-price-card-featured .refresh-price-eyebrow {
  color: #ff73a2;
}

.refresh-price-card h3 {
  margin: 14px 0 0;
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
}

.refresh-price {
  margin: 18px 0 0;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1;
}

.refresh-price small {
  color: var(--refresh-muted);
  font-size: 0.85rem;
  font-weight: 500;
}

.refresh-price-card-featured .refresh-price small,
.refresh-price-card-featured li {
  color: var(--refresh-on-dark-muted);
}

.refresh-price-card ul {
  display: grid;
  gap: 13px;
  margin: 28px 0 30px;
  padding: 22px 0 0;
  border-top: 1px solid var(--refresh-line);
  color: var(--refresh-muted);
  list-style: none;
}

.refresh-price-card li::before {
  margin-right: 9px;
  color: var(--refresh-green);
  content: "✓";
  font-weight: 900;
}

.refresh-price-card .refresh-button {
  width: 100%;
  margin-top: auto;
}

.refresh-price-card-featured .refresh-button {
  border-color: #ffffff;
  background: #ffffff;
  color: #171417;
}

.refresh-faq-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: 70px;
  align-items: start;
}

.refresh-faq-list {
  border-top: 1px solid var(--refresh-line);
}

.refresh-faq-list details {
  border-bottom: 1px solid var(--refresh-line);
}

.refresh-faq-list summary {
  position: relative;
  padding: 22px 46px 22px 0;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.refresh-faq-list summary::-webkit-details-marker {
  display: none;
}

.refresh-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 3px;
  content: "+";
  color: var(--refresh-pink-dark);
  font-size: 1.5rem;
  font-weight: 400;
  transform: translateY(-50%);
}

.refresh-faq-list details[open] summary::after {
  content: "−";
}

.refresh-faq-list details p {
  max-width: 690px;
  margin: -4px 0 24px;
  color: var(--refresh-muted);
  line-height: 1.65;
}

.refresh-final {
  padding: 92px 0;
  border-top: 0;
  background: #e93272;
  color: #ffffff;
}

.refresh-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
}

.refresh-final h2 {
  max-width: 850px;
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.6rem, 5.6vw, 5.8rem);
  font-weight: 600;
  line-height: 0.96;
}

.refresh-final p {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.55;
}

.refresh-final .refresh-button {
  min-width: 190px;
  border-color: #ffffff;
  background: #ffffff;
  color: #171417;
}

.refresh-final .refresh-button:hover {
  border-color: #171417;
  background: #171417;
  color: #ffffff;
}

@media (prefers-color-scheme: dark) {
  .home-refresh {
    --refresh-bg: #0d0b0d;
    --refresh-surface: #171417;
    --refresh-surface-strong: #050405;
    --refresh-text: #faf6f8;
    --refresh-muted: #b7aeb3;
    --refresh-line: rgba(255, 255, 255, 0.14);
    --refresh-pink-dark: #ff6b9d;
    background: var(--refresh-bg);
  }

  .refresh-segmented {
    background: rgba(255, 255, 255, 0.05);
  }

  .refresh-segmented button[aria-selected="true"],
  .refresh-workflow-step > span {
    background: #ffffff;
    color: #171417;
  }

  .refresh-button {
    border-color: #ffffff;
    background: #ffffff;
    color: #171417;
  }

  .refresh-button-secondary {
    background: transparent;
    color: #ffffff;
  }

  .refresh-price-card-featured {
    border-color: var(--refresh-pink);
    background: #050405;
  }
}

@media (max-width: 900px) {
  .refresh-section {
    padding: 78px 0;
  }

  .refresh-shell {
    width: min(100% - 34px, 760px);
  }

  .refresh-section-heading,
  .refresh-compare-layout,
  .refresh-identity-layout,
  .refresh-paired-layout,
  .refresh-paired-layout-reverse,
  .refresh-faq-layout,
  .refresh-final-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .refresh-section-heading {
    margin-bottom: 38px;
  }

  .refresh-section-heading .refresh-lead {
    margin-top: -12px;
  }

  .refresh-compare-copy {
    max-width: none;
  }

  .refresh-compare {
    min-height: 360px;
  }

  .refresh-identity-copy {
    max-width: 640px;
  }

  .refresh-identity-strip {
    transform: none;
  }

  .refresh-motion-grid {
    grid-template-columns: 1fr;
  }

  .refresh-media-feature,
  .refresh-media-feature video,
  .refresh-media-feature img {
    height: 580px;
    min-height: 580px;
  }

  .refresh-paired-layout-reverse .refresh-paired-copy {
    grid-row: 1;
  }

  .refresh-pricing-grid {
    grid-template-columns: 1fr;
  }

  .refresh-price-card {
    min-height: 0;
  }

  .refresh-final-inner {
    align-items: start;
  }
}

@media (max-width: 640px) {
  .refresh-section {
    padding: 62px 0;
  }

  .refresh-shell {
    width: min(100% - 28px, 520px);
  }

  .refresh-title {
    font-size: clamp(2.25rem, 12vw, 3.75rem);
    line-height: 0.98;
  }

  .refresh-title-medium,
  .refresh-paired-copy h2 {
    font-size: clamp(2.15rem, 10vw, 3.4rem);
  }

  .refresh-lead {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .refresh-section-heading {
    gap: 26px;
    margin-bottom: 30px;
  }

  .refresh-compare-layout {
    gap: 28px;
  }

  .refresh-compare-copy > .refresh-kicker,
  .refresh-compare-copy > h3,
  .refresh-compare-copy > p {
    display: none;
  }

  .refresh-segmented {
    margin-top: 0;
  }

  .refresh-segmented button {
    padding-inline: 6px;
    font-size: 0.7rem;
  }

  .refresh-compare,
  .refresh-compare-portrait {
    min-height: 0;
  }

  .refresh-compare-portrait {
    aspect-ratio: 853 / 1844;
  }

  .refresh-compare-label {
    top: 10px;
  }

  .refresh-compare-label-before {
    left: 10px;
  }

  .refresh-compare-label-after {
    right: 10px;
  }

  .refresh-identity-layout {
    gap: 44px;
  }

  .refresh-identity-strip {
    width: calc(100% + 32px);
    margin-left: -16px;
    gap: 5px;
  }

  .refresh-identity-image:nth-child(2) {
    transform: translateY(-12px);
  }

  .refresh-identity-image figcaption {
    padding: 24px 8px 9px;
    font-size: 0.61rem;
  }

  .refresh-motion-grid {
    display: flex;
    width: calc(100% + 14px);
    gap: 10px;
    padding: 0 14px 12px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .refresh-motion-grid::-webkit-scrollbar {
    display: none;
  }

  .refresh-media-feature {
    height: 520px;
    min-height: 520px;
    flex: 0 0 min(84vw, 360px);
    scroll-snap-align: start;
  }

  .refresh-media-feature video,
  .refresh-media-feature img {
    height: 100%;
    min-height: 0;
  }

  .refresh-media-copy {
    padding: 24px;
  }

  .refresh-media-copy h3 {
    font-size: 2.25rem;
  }

  .refresh-media-copy p {
    font-size: 0.92rem;
  }

  .refresh-quincetok-proof {
    margin-top: 48px;
    padding-top: 42px;
  }

  .refresh-quincetok-proof-heading {
    display: block;
    margin-bottom: 26px;
  }

  .refresh-quincetok-proof-heading .refresh-kicker {
    margin-bottom: 12px;
  }

  .refresh-quincetok-proof-heading h3 {
    font-size: 2.35rem;
  }

  .refresh-quincetok-equation {
    display: flex;
    width: calc(100% + 14px);
    gap: 10px;
    padding: 0 14px 12px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .refresh-quincetok-equation::-webkit-scrollbar {
    display: none;
  }

  .refresh-quincetok-tile {
    flex: 0 0 min(70vw, 280px);
    scroll-snap-align: start;
  }

  .refresh-quincetok-operator {
    flex: 0 0 38px;
  }

  .refresh-panorama-frame {
    min-height: 390px;
    aspect-ratio: auto;
  }

  .refresh-panorama-status {
    right: 10px;
    bottom: 10px;
    left: 10px;
    justify-content: center;
  }

  .refresh-workflow {
    padding: 48px 0;
  }

  .refresh-workflow-grid {
    grid-template-columns: 1fr;
  }

  .refresh-workflow-step {
    min-height: 118px;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--refresh-line);
  }

  .refresh-workflow-step:last-child {
    border-bottom: 0;
  }

  .refresh-pricing-grid {
    display: flex;
    width: calc(100% + 14px);
    gap: 10px;
    padding: 0 14px 12px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .refresh-pricing-grid::-webkit-scrollbar {
    display: none;
  }

  .refresh-price-card {
    min-height: 420px;
    flex: 0 0 min(84vw, 330px);
    padding: 24px;
    scroll-snap-align: start;
  }

  .refresh-faq-list summary {
    padding-block: 20px;
  }

  .refresh-final {
    padding: 68px 0 92px;
  }

  .refresh-final h2 {
    font-size: clamp(2.5rem, 12vw, 4.2rem);
  }

  .refresh-final .refresh-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-refresh *,
  .home-refresh *::before,
  .home-refresh *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 350px) {
  .nav .brand span {
    display: none;
  }

  .nav .brand {
    flex: 0 0 auto;
  }
}
