/**
 * Taleo Today — public site pages (/support, /contact)
 */
.site-page-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 18px 48px;
}

.site-page-eyebrow {
  margin: 0 0 8px;
  color: var(--text-secondary);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.site-page-title {
  margin: 0 0 12px;
  color: var(--text-primary);
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
}

.site-page-sub {
  margin: 0 0 28px;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.75;
}

.site-page-sub a,
.site-page-body a {
  color: var(--text-primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}

.site-page-actions a {
  display: inline-block;
  padding: 11px 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.site-page-primary {
  background: var(--text-primary);
  color: var(--bg-primary);
}

.site-page-secondary {
  border: 1px solid var(--border-subtle);
  color: var(--text-primary);
}

.site-page-card {
  margin-bottom: 28px;
  padding: 18px;
  border-radius: 14px;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
}

.site-page-card__title {
  margin: 0 0 8px;
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 700;
}

.site-page-card__desc {
  margin: 0 0 12px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.65;
}

.site-page-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-page-card__links a {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--text-primary);
  color: var(--bg-primary);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.site-page-section-title {
  margin: 0 0 14px;
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 700;
}

.site-page-faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-page-faq-item {
  background: var(--bg-card);
  border-radius: 14px;
  border: 1px solid var(--border-subtle);
  overflow: hidden;
}

.site-page-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  color: var(--text-primary);
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.site-page-faq-item summary::-webkit-details-marker {
  display: none;
}

.site-page-faq-item summary::after {
  content: "+";
  color: var(--text-secondary);
  font-weight: 400;
  font-size: 18px;
  flex-shrink: 0;
}

.site-page-faq-item[open] summary::after {
  content: "−";
}

.site-page-faq-item .site-page-faq-a {
  margin: 0;
  padding: 0 18px 16px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.7;
}

.site-page-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-bottom: 28px;
}

.site-page-feature-card {
  background: var(--bg-card);
  border-radius: 14px;
  border: 1px solid var(--border-subtle);
  padding: 18px;
}

.site-page-feature-card h3 {
  margin: 0 0 8px;
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 700;
}

.site-page-feature-card p,
.site-page-feature-card li {
  margin: 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.65;
}

.site-page-feature-card ul {
  margin: 0;
  padding-left: 18px;
}

.site-page-feature-card li + li {
  margin-top: 6px;
}

.site-page-hint {
  margin-top: 28px;
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--bg-card);
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.65;
}

.site-page-meta {
  margin: 0 0 20px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.65;
}

.site-page-meta strong {
  color: var(--text-primary);
}

.site-page-backronym {
  margin-bottom: 28px;
}

/**
 * TaleO Today brand landing pages.
 */
.brand-page {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  color: var(--text-primary);
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* sv-content 기본 패딩·tabbar 여백 대신 브랜드 페이지 전용 패딩 적용 */
.sv-content.brand-page {
  padding: 32px 20px 72px;
}

.sv-content.brand-page.brand-page--in-app {
  padding-bottom: max(72px, calc(24px + env(safe-area-inset-bottom, 0px)));
}

.brand-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 12%, rgba(99, 102, 241, 0.18), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(45, 212, 191, 0.14), transparent 32%),
    radial-gradient(circle at 50% 92%, rgba(236, 72, 153, 0.10), transparent 42%);
}

.brand-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid rgba(174, 185, 255, 0.28);
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.14);
  color: #cbd5ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.brand-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 1.05fr);
  gap: 28px;
  align-items: center;
  min-height: min(760px, calc(100vh - 110px));
  padding: 26px 0 42px;
}

.brand-hero__copy {
  display: grid;
  gap: 18px;
}

.brand-hero__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1em;
  margin: 0;
  color: var(--text-primary);
  font-family: 'Fraunces', 'Noto Sans KR', sans-serif;
  font-size: clamp(42px, 7vw, 86px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.brand-hero__title-ko {
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.brand-hero__title-en {
  white-space: nowrap;
  overflow-wrap: normal;
  font-size: clamp(22px, 3.4vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #d5dcff;
  font-weight: 600;
}

.brand-hero__lead {
  max-width: 640px;
  margin: 0;
  color: var(--text-secondary);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.8;
}

.brand-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.brand-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.brand-btn:hover {
  transform: translateY(-1px);
}

.brand-btn--primary {
  background: linear-gradient(135deg, #f8fbff, #cbd5ff);
  color: #090d18;
  box-shadow: 0 18px 34px rgba(99, 102, 241, 0.22);
}

.brand-btn--secondary {
  border: 1px solid rgba(129, 140, 248, 0.52);
  background: rgba(99, 102, 241, 0.16);
  color: #eef2ff;
}

.brand-btn--ghost {
  border: 1px solid var(--border-subtle);
  color: var(--text-primary);
}

.brand-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.brand-hero__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 800;
}

.brand-stage {
  position: relative;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  min-height: 520px;
  border: 1px solid rgba(130, 145, 255, 0.34);
  border-radius: 30px;
  background:
    radial-gradient(circle at 22% 20%, rgba(45, 212, 191, 0.26), transparent 34%),
    radial-gradient(circle at 80% 20%, rgba(139, 92, 246, 0.32), transparent 38%),
    linear-gradient(145deg, #0b1730 0%, #090d18 58%, #16091d 100%);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.brand-stage__visual {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.brand-stage__motion {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.brand-gridline {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.32;
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 48%, rgba(0, 0, 0, 0.9), transparent 75%);
}

.brand-glow,
.brand-orbit,
.brand-constellation {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.brand-glow {
  width: 220px;
  height: 220px;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.72;
}

.brand-glow--a {
  left: 8%;
  top: 12%;
  background: radial-gradient(circle, rgba(45, 212, 191, 0.32), transparent 68%);
  animation: brandFloat 7s ease-in-out infinite;
}

.brand-glow--b {
  right: 8%;
  bottom: 8%;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.28), transparent 70%);
  animation: brandFloat 8s ease-in-out infinite reverse;
}

.brand-orbit {
  left: 50%;
  top: 52%;
  width: min(72%, 420px);
  aspect-ratio: 1;
  border: 1px solid rgba(203, 213, 255, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}

.brand-orbit--one {
  animation: brandOrbit 18s linear infinite;
}

.brand-orbit--two {
  width: min(52%, 300px);
  border-color: rgba(153, 246, 228, 0.20);
  animation: brandOrbit 14s linear infinite reverse;
}

.brand-constellation {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f8fbff;
  box-shadow:
    0 0 18px rgba(248, 251, 255, 0.85),
    38px 24px 0 -2px rgba(153, 246, 228, 0.85),
    -42px 58px 0 -3px rgba(203, 213, 255, 0.72),
    64px -48px 0 -3px rgba(236, 72, 153, 0.7);
  opacity: 0.88;
  animation: brandDrift 9s ease-in-out infinite;
}

.brand-constellation--a {
  left: 24%;
  top: 18%;
}

.brand-constellation--b {
  right: 22%;
  top: 36%;
  animation-duration: 11s;
  animation-direction: reverse;
}

.brand-constellation--c {
  left: 48%;
  bottom: 20%;
  animation-duration: 13s;
}

.brand-panel {
  margin-top: 28px;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid var(--border-subtle);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    var(--bg-card);
}

.brand-panel--backronym {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-color: rgba(153, 246, 228, 0.16);
  background:
    radial-gradient(circle at 12% 0%, rgba(45, 212, 191, 0.16), transparent 34%),
    radial-gradient(circle at 90% 18%, rgba(139, 92, 246, 0.22), transparent 38%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(20, 11, 36, 0.92)),
    var(--bg-card);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.brand-panel--backronym::before,
.brand-panel--backronym::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.brand-panel--backronym::before {
  opacity: 0.32;
  background:
    linear-gradient(rgba(153, 246, 228, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196, 181, 253, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 48% 42%, #000 0%, transparent 72%);
}

.brand-panel--backronym::after {
  background:
    conic-gradient(from 120deg at 20% 18%, transparent, rgba(45, 212, 191, 0.18), transparent 24%),
    conic-gradient(from 300deg at 84% 72%, transparent, rgba(236, 72, 153, 0.14), transparent 22%);
  filter: blur(18px);
  opacity: 0.78;
  animation: brandPanelPulse 9s ease-in-out infinite;
}

.brand-panel--backronym .brand-section-head {
  position: relative;
  z-index: 1;
}

.brand-panel--backronym .backronym-section__title {
  color: var(--text-primary);
}

.brand-panel--backronym .backronym-grid {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
  perspective: 1200px;
}

.brand-panel--backronym .backronym-letter {
  position: relative;
  min-height: 184px;
  padding: 0;
  border: 0;
  background: transparent;
  outline: none;
  transform: translateY(12px);
  animation: brandCardIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.brand-panel--backronym .backronym-letter:nth-child(2) { animation-delay: 0.05s; }
.brand-panel--backronym .backronym-letter:nth-child(3) { animation-delay: 0.10s; }
.brand-panel--backronym .backronym-letter:nth-child(4) { animation-delay: 0.15s; }
.brand-panel--backronym .backronym-letter:nth-child(5) { animation-delay: 0.20s; }
.brand-panel--backronym .backronym-letter:nth-child(6) { animation-delay: 0.25s; }

.brand-panel--backronym .backronym-letter__inner {
  position: relative;
  display: block;
  min-height: 184px;
  border-radius: 22px;
  transform-style: preserve-3d;
  transition:
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.24s ease;
}

.brand-panel--backronym .backronym-letter__face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  min-height: 184px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  backface-visibility: hidden;
  transform: translateZ(0);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.brand-panel--backronym .backronym-letter__face::before {
  content: "";
  position: absolute;
  inset: -1px;
  opacity: 0;
  background:
    linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.26) 38%, transparent 58%),
    radial-gradient(circle at 16% 16%, rgba(153, 246, 228, 0.18), transparent 36%);
  transform: translateX(-28%);
  transition: opacity 0.28s ease, transform 0.56s ease;
}

.brand-panel--backronym .backronym-letter__face--front {
  background:
    radial-gradient(circle at 18% 14%, rgba(153, 246, 228, 0.22), transparent 38%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.94), rgba(31, 16, 56, 0.90));
}

.brand-panel--backronym .backronym-letter__face--back {
  background:
    radial-gradient(circle at 86% 18%, rgba(249, 168, 212, 0.20), transparent 38%),
    linear-gradient(145deg, rgba(24, 13, 45, 0.96), rgba(8, 47, 73, 0.88));
  transform: rotateY(180deg);
}

.brand-panel--backronym .backronym-letter__glyph {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #f8fbff;
  font-size: clamp(44px, 7vw, 76px);
  text-shadow:
    0 0 22px rgba(153, 246, 228, 0.52),
    0 0 42px rgba(196, 181, 253, 0.30);
}

.brand-panel--backronym .backronym-letter__word {
  position: relative;
  z-index: 1;
  margin: 0 0 6px;
  color: #c4b5fd;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-panel--backronym .backronym-letter__label {
  position: relative;
  z-index: 1;
  color: rgba(248, 250, 252, 0.82);
  font-size: 13px;
}

.brand-panel--backronym .backronym-letter__back-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-self: flex-start;
  padding: 5px 9px;
  border: 1px solid rgba(153, 246, 228, 0.26);
  border-radius: 999px;
  color: #99f6e4;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.brand-panel--backronym .backronym-letter__desc {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: rgba(248, 250, 252, 0.84);
  font-size: 13px;
  line-height: 1.65;
  opacity: 1;
  word-break: keep-all;
}

.brand-panel--backronym .backronym-letter--accent .backronym-letter__face {
  border-color: rgba(251, 191, 36, 0.44);
  box-shadow:
    0 20px 55px rgba(251, 191, 36, 0.12),
    0 0 0 1px rgba(251, 191, 36, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.brand-panel--backronym .backronym-letter--accent .backronym-letter__glyph {
  color: #fde68a;
  text-shadow:
    0 0 22px rgba(251, 191, 36, 0.58),
    0 0 52px rgba(236, 72, 153, 0.22);
}

.brand-panel--backronym .backronym-letter:hover .backronym-letter__inner,
.brand-panel--backronym .backronym-letter.is-flipped .backronym-letter__inner {
  transform: rotateY(180deg) translateY(-4px);
  filter: saturate(1.15);
}

.brand-panel--backronym .backronym-letter:focus-visible .backronym-letter__inner {
  outline: 2px solid rgba(153, 246, 228, 0.78);
  outline-offset: 4px;
}

.brand-panel--backronym .backronym-letter:hover .backronym-letter__face::before,
.brand-panel--backronym .backronym-letter.is-flipped .backronym-letter__face::before {
  opacity: 1;
  transform: translateX(22%);
}

.brand-feature-card {
  transition:
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.brand-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(125deg, transparent 18%, rgba(255, 255, 255, 0.12), transparent 58%);
  transform: translateX(-36%);
  transition: opacity 0.22s ease, transform 0.54s ease;
}

.brand-feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(153, 246, 228, 0.26);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.26);
}

.brand-feature-card:hover::after {
  opacity: 1;
  transform: translateX(36%);
}

.brand-section-head {
  display: grid;
  gap: 10px;
  max-width: 780px;
  margin-bottom: 24px;
}

.brand-section-head h2,
.brand-policy-card h2 {
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(24px, 4vw, 42px);
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.brand-section-head p,
.brand-policy-card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.75;
}

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

.brand-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 8%, rgba(99, 102, 241, 0.16), transparent 42%),
    rgba(255, 255, 255, 0.045);
}

.brand-feature-card__no {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(153, 246, 228, 0.10);
  color: #99f6e4;
  font-size: 11px;
  font-weight: 900;
}

.brand-feature-card h3 {
  margin: 16px 0 10px;
  color: var(--text-primary);
  font-size: 19px;
}

.brand-feature-card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.72;
}

.brand-feature-card a,
.brand-policy-card a {
  color: var(--text-primary);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.brand-policy-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 28px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(129, 140, 248, 0.28);
  border-radius: 28px;
  background:
    radial-gradient(circle at 0% 0%, rgba(45, 212, 191, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(99, 102, 241, 0.16), rgba(255, 255, 255, 0.04));
}

.brand-policy-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.brand-policy-card__links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
}

.public-site-shell {
  position: relative;
  max-width: 920px;
}

.public-site-shell::before {
  content: "";
  position: absolute;
  inset: -20px -18px auto;
  height: 220px;
  z-index: -1;
  border-radius: 28px;
  background:
    radial-gradient(circle at 15% 5%, rgba(99, 102, 241, 0.14), transparent 38%),
    radial-gradient(circle at 82% 20%, rgba(45, 212, 191, 0.10), transparent 36%);
}

@keyframes brandFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(8px, -12px, 0) scale(1.06);
  }
}

@keyframes brandOrbit {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes brandDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  45% {
    transform: translate3d(12px, -18px, 0) scale(1.18);
  }
  72% {
    transform: translate3d(-8px, 10px, 0) scale(0.92);
  }
}

@keyframes brandPanelPulse {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(1);
  }
  50% {
    opacity: 0.92;
    transform: scale(1.05);
  }
}

@keyframes brandCardIn {
  from {
    opacity: 0;
    transform: translateY(18px) rotateX(10deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}

@media (max-width: 980px) {
  .sv-content.brand-page {
    padding-top: 24px;
    padding-bottom: 56px;
    padding-left: max(20px, env(safe-area-inset-left, 0px));
    padding-right: max(20px, env(safe-area-inset-right, 0px));
  }

  .brand-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .brand-stage {
    min-height: 460px;
  }

  .brand-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-policy-card {
    grid-template-columns: 1fr;
  }

  .brand-policy-card__links {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .sv-content.brand-page {
    padding-top: 16px;
    padding-bottom: max(56px, calc(24px + env(safe-area-inset-bottom, 0px)));
  }

  .sv-content.brand-page.brand-page--in-app {
    padding-bottom: max(72px, calc(24px + env(safe-area-inset-bottom, 0px)));
  }

  .brand-eyebrow {
    font-size: 11px;
    padding-inline: 10px;
  }

  .brand-hero {
    gap: 18px;
    padding-top: 10px;
  }

  .brand-hero__lead {
    font-size: 15px;
  }

  .brand-hero__actions,
  .brand-policy-card__links {
    flex-direction: column;
  }

  .brand-btn,
  .brand-policy-card__links a {
    width: 100%;
  }

  .brand-stage {
    min-height: 380px;
    border-radius: 22px;
  }

  .brand-feature-grid {
    grid-template-columns: 1fr;
  }

  .brand-feature-card {
    min-height: auto;
  }

  .brand-panel,
  .brand-policy-card {
    border-radius: 22px;
  }

  .brand-panel--backronym .backronym-grid {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }

  .brand-panel--backronym .backronym-letter,
  .brand-panel--backronym .backronym-letter__inner,
  .brand-panel--backronym .backronym-letter__face {
    min-height: 170px;
  }

  .brand-panel--backronym .backronym-letter__face {
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-glow,
  .brand-orbit,
  .brand-constellation,
  .brand-btn,
  .brand-panel--backronym::after,
  .brand-panel--backronym .backronym-letter {
    animation: none;
  }

  .brand-btn,
  .brand-feature-card,
  .brand-feature-card::after,
  .brand-panel--backronym .backronym-letter__inner,
  .brand-panel--backronym .backronym-letter__face::before {
    transition: none;
  }

  .brand-feature-card:hover,
  .brand-panel--backronym .backronym-letter:hover .backronym-letter__inner,
  .brand-panel--backronym .backronym-letter.is-flipped .backronym-letter__inner {
    transform: none;
  }
}
