@font-face {
  font-family: "Made Likes Script";
  src: url("/brand/made-likes-script.otf") format("opentype");
  font-display: swap;
}

:root {
  color-scheme: light dark;
  --scene-top: #ffffff;
  --scene-bottom: #ffffff;
  --scene-accent: #fff8de;
  --surface-deep: #ffffff;
  --surface-panel: #ffffff;
  --surface-panel-alt: #fcf4f7;
  --surface-raised: #fffafb;
  --surface-input: #ffffff;
  --line-subtle: #e9c7d0;
  --line-bright: #d85f86;
  --text-primary: #362832;
  --text-muted: #7e6974;
  --text-faint: #a38b97;
  --accent-warm: #ed898b;
  --accent-warm-deep: #cd6b6d;
  --accent-cool: #b6d0f5;
  --accent-cool-deep: #5d688f;
  --accent-magic: #9d78ba;
  --accent-success: #5e996a;
  --button-face: #ed898b;
  --button-edge: #ef9b9d;
  --button-shadow: rgba(139, 73, 100, 0.20);
  --on-accent: #ffffff;
  --shadow: rgba(152, 83, 108, 0.10);
  --shadow-strong: rgba(152, 83, 108, 0.16);
  --glow-scene: rgba(255, 248, 222, 0.64);
  --glow-cool: rgba(182, 208, 245, 0.44);
  --glow-warm: rgba(237, 137, 139, 0.18);
  --drift-magic: rgba(157, 120, 186, 0.16);
  --drift-success: rgba(94, 153, 106, 0.14);
  --grid-line: rgba(233, 199, 208, 0.24);
  --grid-line-soft: rgba(233, 199, 208, 0.18);
  --focus-ring: rgba(182, 208, 245, 0.85);
  --logo-shadow: rgba(152, 83, 108, 0.16);
  --button-hover-shadow: rgba(139, 73, 100, 0.24);
  --button-secondary-bg: rgba(255, 255, 255, 0.72);
  --panel-bg-start: rgba(255, 255, 255, 0.94);
  --panel-bg-end: rgba(255, 250, 251, 0.92);
  --panel-shimmer: rgba(255, 255, 255, 0.58);
  --avatar-border: #ffffff;
  --avatar-shadow: rgba(152, 83, 108, 0.16);
  --message-bg: #ffffff;
  --message-border: rgba(233, 199, 208, 0.72);
  --message-shadow: rgba(152, 83, 108, 0.08);
  --room-insight-bg: rgba(255, 244, 247, 0.74);
  --room-insight-border: rgba(237, 137, 139, 0.62);
  --room-insight-inset: rgba(255, 255, 255, 0.75);
  --room-card-bg: rgba(255, 255, 255, 0.58);
  --cool-shadow: rgba(93, 104, 143, 0.18);
  --cool-shadow-strong: rgba(93, 104, 143, 0.28);
  --feature-line: rgba(237, 137, 139, 0.74);
  --feature-hover-border: rgba(237, 137, 139, 0.78);
  --trust-border: rgba(233, 199, 208, 0.78);
  --final-glow: rgba(182, 208, 245, 0.56);
  --final-bg-start: #ffffff;
  --radius-sm: 6px;
  --radius-md: 28px;
  --radius-bubble: 18px;
  --space-sm: 8px;
  --space-md: 12px;
  --space-lg: 16px;
  --space-xl: 24px;
  --space-xxl: 32px;
  --space-xxxl: 48px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --scene-top: #21151d;
    --scene-bottom: #3a1f2d;
    --scene-accent: #24352f;
    --surface-deep: #170f15;
    --surface-panel: #232022;
    --surface-panel-alt: #2e2b2d;
    --surface-raised: #3b2633;
    --surface-input: #1c1219;
    --line-subtle: #5a3a49;
    --line-bright: #e2789c;
    --text-primary: #fff4f6;
    --text-muted: #e0c1cb;
    --text-faint: #b492a0;
    --accent-warm: #e89899;
    --accent-warm-deep: #c95580;
    --accent-cool: #8a90d1;
    --accent-cool-deep: #6e73af;
    --accent-magic: #c99cea;
    --accent-success: #5b9e5f;
    --button-face: #e08788;
    --button-edge: #ef9c9d;
    --button-shadow: rgba(11, 6, 9, 0.40);
    --on-accent: #ffffff;
    --shadow: rgba(8, 4, 6, 0.44);
    --shadow-strong: rgba(8, 4, 6, 0.64);
    --glow-scene: rgba(36, 53, 47, 0.58);
    --glow-cool: rgba(138, 144, 209, 0.26);
    --glow-warm: rgba(232, 152, 153, 0.14);
    --drift-magic: rgba(201, 156, 234, 0.12);
    --drift-success: rgba(143, 208, 184, 0.10);
    --grid-line: rgba(90, 58, 73, 0.28);
    --grid-line-soft: rgba(90, 58, 73, 0.18);
    --focus-ring: rgba(138, 144, 209, 0.88);
    --logo-shadow: rgba(8, 4, 6, 0.46);
    --button-hover-shadow: rgba(8, 4, 6, 0.50);
    --button-secondary-bg: rgba(255, 255, 255, 0.20);
    --panel-bg-start: rgba(35, 32, 34, 0.96);
    --panel-bg-end: rgba(59, 38, 51, 0.92);
    --panel-shimmer: rgba(255, 244, 246, 0.08);
    --avatar-border: rgba(255, 244, 246, 0.84);
    --avatar-shadow: rgba(8, 4, 6, 0.36);
    --message-bg: #2b1d27;
    --message-border: rgba(90, 58, 73, 0.86);
    --message-shadow: rgba(8, 4, 6, 0.30);
    --room-insight-bg: rgba(59, 38, 51, 0.58);
    --room-insight-border: rgba(226, 120, 156, 0.42);
    --room-insight-inset: rgba(255, 244, 246, 0.08);
    --room-card-bg: rgba(35, 32, 34, 0.72);
    --cool-shadow: rgba(8, 4, 6, 0.28);
    --cool-shadow-strong: rgba(138, 144, 209, 0.24);
    --feature-line: rgba(226, 120, 156, 0.58);
    --feature-hover-border: rgba(226, 120, 156, 0.56);
    --trust-border: rgba(90, 58, 73, 0.78);
    --final-glow: rgba(138, 144, 209, 0.20);
    --final-bg-start: #232022;
  }
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 18%, var(--glow-scene), transparent 34rem),
    radial-gradient(circle at 84% 22%, var(--glow-cool), transparent 31rem),
    radial-gradient(circle at 52% 76%, var(--glow-warm), transparent 38rem),
    linear-gradient(135deg, var(--scene-top), var(--surface-panel-alt) 52%, var(--scene-bottom));
  color: var(--text-primary);
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.4;
}

body::before {
  position: fixed;
  inset: -14% -8%;
  z-index: -2;
  content: "";
  background:
    radial-gradient(circle at 22% 26%, var(--drift-magic), transparent 28rem),
    radial-gradient(circle at 76% 68%, var(--drift-success), transparent 30rem);
  filter: blur(8px);
  transform: translate3d(0, 0, 0);
  animation: scene-drift 16s ease-in-out infinite alternate;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line-soft) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 72%, transparent 100%);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--accent-warm-deep);
  font-weight: 800;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 3px;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 4px;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.site-shell {
  width: min(100% - 32px, 1160px);
  margin: 0 auto;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
  gap: var(--space-xxxl);
  align-items: start;
  min-height: auto;
  padding: clamp(18px, 4vh, 42px) 0 var(--space-xxxl);
}

.hero-copy {
  max-width: 680px;
  padding-top: clamp(0px, 3vh, 32px);
}

.brand-lockup {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  align-items: center;
  gap: var(--space-lg);
  margin-bottom: var(--space-lg);
  max-width: 660px;
}

.brand-hero-icon {
  display: block;
  flex: 0 0 auto;
  filter: drop-shadow(0 16px 28px var(--logo-shadow));
  transform-origin: 50% 58%;
  animation: icon-breathe 4.8s ease-in-out infinite;
}

.brand-hero-icon,
.brand-hero-icon img {
  width: 136px;
  height: 136px;
}

.brand-hero-icon img {
  object-fit: contain;
}

.brand-title {
  margin: 0;
  font-family: "Made Likes Script", "Segoe Script", cursive;
  font-size: 56px;
  font-weight: 400;
  line-height: 0.94;
  color: var(--text-primary);
  min-width: 0;
}

.brand-title span {
  display: block;
  white-space: nowrap;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text-primary);
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.05;
}

h2 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.08;
}

h3 {
  font-size: 21px;
  font-weight: 800;
  line-height: 1.18;
}

p {
  margin: 0;
}

.lead {
  max-width: 620px;
  margin-top: var(--space-xl);
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.55;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  margin-top: var(--space-xl);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px var(--space-xl);
  border: 1.5px solid var(--button-edge);
  border-radius: var(--radius-md);
  background: var(--button-face);
  color: var(--on-accent);
  box-shadow: 0 12px 24px var(--button-shadow);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform 110ms ease-out, box-shadow 110ms ease-out, background-color 110ms ease-out;
}

.button:hover {
  background: var(--accent-warm-deep);
  box-shadow: 0 16px 30px var(--button-hover-shadow);
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(3px) scale(0.97);
}

.button.secondary {
  border-color: var(--line-subtle);
  background: var(--button-secondary-bg);
  color: var(--text-primary);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.supporting-note {
  max-width: 520px;
  margin-top: var(--space-md);
  color: var(--text-faint);
  font-size: 13px;
  line-height: 1.45;
}

.hero-stage {
  position: relative;
  display: grid;
  gap: var(--space-md);
  min-height: auto;
  padding-top: clamp(0px, 3vh, 28px);
}

.stage-panel,
.app-panel,
.feature-card,
.trust-card,
.flow-card {
  border: 1px solid var(--line-subtle);
  border-radius: var(--radius-md);
  background:
    linear-gradient(135deg, var(--panel-bg-start), var(--panel-bg-end));
  box-shadow: 0 22px 52px var(--shadow);
  backdrop-filter: blur(18px);
}

.stage-panel {
  position: relative;
  overflow: hidden;
  padding: var(--space-xl);
  transform:
    perspective(900px)
    rotateX(var(--tilt-y, 0deg))
    rotateY(var(--tilt-x, 0deg));
  transform-style: preserve-3d;
  transition: transform 160ms ease-out, box-shadow 160ms ease-out;
}

.stage-panel:hover {
  box-shadow: 0 30px 70px var(--shadow-strong);
}

.stage-panel::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(120deg, transparent 0%, var(--panel-shimmer) 36%, transparent 68%);
  transform: translateX(-100%);
  animation: panel-shimmer 7s ease-in-out infinite;
}

.room-toolbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
}

.room-title {
  display: grid;
  gap: 4px;
}

.room-title strong {
  font-size: 18px;
}

.room-title span {
  color: var(--text-muted);
  font-size: 13px;
}

.room-status {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: var(--accent-cool);
  color: var(--on-accent);
  box-shadow: 0 10px 22px var(--cool-shadow);
  animation: soft-pulse 3.8s ease-in-out infinite;
}

.room-status svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.avatar-row {
  display: flex;
  align-items: center;
  margin: var(--space-lg) 0 var(--space-xl);
}

.avatar-row img,
.avatar-fallback {
  width: 56px;
  height: 56px;
  margin-left: -10px;
  border: 2px solid var(--avatar-border);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 18px var(--avatar-shadow);
}

.avatar-row img:first-child {
  margin-left: 0;
}

.avatar-fallback {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--accent-magic), var(--accent-cool));
  color: var(--on-accent);
  font-weight: 900;
}

.message-list {
  position: relative;
  display: grid;
  gap: var(--space-md);
}

.message {
  width: fit-content;
  max-width: 86%;
  padding: 13px 15px;
  border: 1px solid var(--message-border);
  border-radius: var(--radius-bubble);
  background: var(--message-bg);
  box-shadow: 0 12px 22px var(--message-shadow);
  color: var(--text-primary);
  font-size: 14px;
  line-height: 1.38;
  animation: message-pop 520ms ease-out both;
}

.message:nth-child(2) {
  animation-delay: 90ms;
}

.message:nth-child(3) {
  animation-delay: 180ms;
}

.message:nth-child(4) {
  animation-delay: 270ms;
}

.message.user {
  justify-self: end;
  border-color: var(--button-edge);
  background: var(--button-face);
  color: var(--on-accent);
}

.message strong {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
}

.room-insight {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: var(--space-md);
  align-items: center;
  margin-top: var(--space-lg);
  padding: var(--space-md);
  border: 1px solid var(--room-insight-border);
  border-radius: var(--radius-md);
  background: var(--room-insight-bg);
  box-shadow: inset 0 1px 0 var(--room-insight-inset);
}

.room-insight-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--accent-warm);
  color: var(--on-accent);
}

.room-insight-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.room-insight p {
  display: grid;
  gap: 3px;
}

.room-insight strong {
  display: block;
  font-size: 15px;
}

.room-insight span {
  color: var(--text-muted);
  font-size: 13px;
}

.content {
  display: grid;
  gap: 72px;
  padding: 24px 0 72px;
}

.section-head {
  display: grid;
  gap: var(--space-sm);
  max-width: 760px;
  margin-bottom: var(--space-xl);
}

.section-head p {
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.55;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-lg);
  align-items: start;
}

.split-section .section-head {
  max-width: 880px;
  margin-bottom: 0;
  padding-top: 0;
}

.app-panel {
  padding: var(--space-xl);
}

.room-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-md);
}

.room-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: var(--space-md);
  align-items: center;
  padding: var(--space-md);
  border: 1.5px solid var(--accent-warm);
  border-radius: var(--radius-md);
  background: var(--room-card-bg);
  box-shadow: 0 16px 30px var(--shadow);
  transition: transform 160ms ease-out, box-shadow 160ms ease-out, border-color 160ms ease-out;
}

.room-card:hover,
.feature-card:hover,
.flow-card:hover,
.trust-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px var(--shadow-strong);
}

.room-card:hover {
  border-color: var(--button-edge);
}

.room-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--accent-cool);
  color: var(--on-accent);
  font-size: 26px;
  font-weight: 900;
}

.room-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.room-icon.icon-day {
  background: var(--accent-warm);
}

.room-icon.icon-plan {
  background: var(--accent-magic);
}

.room-card strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.room-card > div > span {
  display: block;
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 13px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-lg);
}

.feature-card,
.trust-card,
.flow-card {
  padding: var(--space-xl);
}

.feature-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: var(--space-md);
  min-height: 188px;
  transition: transform 160ms ease-out, box-shadow 160ms ease-out, border-color 160ms ease-out;
}

.feature-card::after {
  position: absolute;
  inset: auto 24px 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--feature-line), transparent);
  transform: translateX(-120%);
  transition: transform 420ms ease-out;
}

.feature-card:hover {
  border-color: var(--feature-hover-border);
}

.feature-card:hover::after {
  transform: translateX(120%);
}

.feature-card p,
.trust-card p,
.flow-card p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.48;
}

.feature-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent-cool);
  box-shadow: 0 10px 20px var(--cool-shadow);
  color: var(--on-accent);
}

.feature-mark svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.feature-card:nth-child(2n) .feature-mark {
  background: var(--accent-warm);
}

.feature-card:nth-child(3n) .feature-mark {
  background: var(--accent-magic);
}

.flow-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-lg);
}

.flow-card {
  position: relative;
  overflow: hidden;
  transition: transform 160ms ease-out, box-shadow 160ms ease-out;
}

.flow-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: var(--space-md);
  border-radius: 50%;
  background: var(--surface-panel-alt);
  color: var(--accent-warm-deep);
  font-size: 13px;
  font-weight: 900;
}

.trust-card {
  border-color: var(--trust-border);
  transition: transform 160ms ease-out, box-shadow 160ms ease-out;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: var(--space-xxxl);
  border: 1.5px solid var(--accent-warm);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 85% 20%, var(--final-glow), transparent 18rem),
    linear-gradient(135deg, var(--final-bg-start), var(--surface-panel-alt));
  box-shadow: 0 28px 64px var(--shadow-strong);
}

.final-cta h2 {
  max-width: 760px;
}

.final-cta p {
  max-width: 650px;
  margin-top: var(--space-md);
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.55;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  padding: var(--space-xl) 0 var(--space-xxl);
  border-top: 1px solid var(--line-subtle);
  color: var(--text-muted);
  font-size: 14px;
}

.site-footer span {
  color: var(--text-muted);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 420ms ease-out, transform 420ms ease-out;
}

.reveal.is-visible,
.no-js .reveal {
  opacity: 1;
  transform: translateY(0);
}

@keyframes scene-drift {
  from {
    transform: translate3d(-1.5%, -0.5%, 0) scale(1);
  }
  to {
    transform: translate3d(1.5%, 1%, 0) scale(1.025);
  }
}

@keyframes panel-shimmer {
  0%,
  42% {
    transform: translateX(-110%);
  }
  68%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes icon-breathe {
  0%,
  100% {
    transform: translateY(0) scale(0.985);
  }
  50% {
    transform: translateY(-4px) scale(1);
  }
}

@keyframes soft-pulse {
  0%,
  100% {
    box-shadow: 0 10px 22px var(--cool-shadow);
  }
  50% {
    box-shadow: 0 14px 30px var(--cool-shadow-strong);
  }
}

@keyframes message-pop {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 980px) {
  .hero,
  .split-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: var(--space-xl);
  }

  .hero-stage {
    min-height: auto;
  }

  .feature-grid,
  .room-stack,
  .flow-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-shell {
    width: min(100% - 24px, 1160px);
  }

  .button {
    width: 100%;
  }

  .brand-lockup {
    align-items: flex-start;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: var(--space-md);
  }

  .brand-hero-icon,
  .brand-hero-icon img {
    width: 88px;
    height: 88px;
  }

  .brand-title {
    font-size: 44px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  .lead,
  .section-head p,
  .final-cta p {
    font-size: 16px;
  }

  .hero-stage {
    min-height: auto;
  }

  .feature-grid,
  .room-stack,
  .flow-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .content {
    gap: 56px;
  }

  .final-cta {
    padding: var(--space-xl);
  }
}

@media (max-width: 420px) {
  .brand-lockup {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .brand-title {
    font-size: 39px;
  }

  .brand-hero-icon,
  .brand-hero-icon img {
    width: 74px;
    height: 74px;
  }

  h1 {
    font-size: 32px;
  }

  .stage-panel,
  .app-panel,
  .feature-card,
  .trust-card,
  .flow-card {
    padding: var(--space-lg);
  }
}

@media (max-width: 360px) {
  .brand-lockup {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: var(--space-sm);
  }

  .brand-title {
    font-size: 35px;
  }

  .brand-hero-icon,
  .brand-hero-icon img {
    width: 64px;
    height: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
