:root {
  color-scheme: light;
  --vise-bg: #f7f6f2;
  --vise-paper: #fffefd;
  --vise-ink: #161616;
  --vise-muted: #68645e;
  --vise-line: #d9d4cb;
  --vise-green: #164e3a;
  --vise-green-deep: #0d3428;
  --vise-red: #ae1f2d;
  --vise-navy: #142c45;
  --vise-gold: #b58a3e;
  --vise-shadow: 0 16px 42px rgba(24, 30, 27, 0.13);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  background: var(--vise-bg);
  color: var(--vise-ink);
}

html[data-theme="dark"] {
  color-scheme: dark;
  --vise-bg: #0a1118;
  --vise-paper: #121c25;
  --vise-ink: #f3efe7;
  --vise-muted: #b3ada3;
  --vise-line: #34414b;
  --vise-green: #2f8969;
  --vise-green-deep: #143e30;
  --vise-red: #e05260;
  --vise-navy: #0d2436;
  --vise-gold: #d0a758;
  --vise-shadow: 0 18px 46px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.vise-page {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background: var(--vise-bg);
  color: var(--vise-ink);
}

.vise-page a {
  color: inherit;
}

.vise-page button,
.vise-page input {
  font: inherit;
  letter-spacing: 0;
}

.vise-header {
  position: sticky;
  z-index: 40;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 9px clamp(16px, 5vw, 64px);
  border-bottom: 1px solid rgba(22, 22, 22, 0.15);
  background: color-mix(in srgb, var(--vise-paper) 94%, transparent);
  backdrop-filter: blur(14px);
}

.vise-brand,
.vise-shop-link,
.vise-footer-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.vise-brand {
  gap: 11px;
}

.vise-brand > img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.vise-brand span {
  display: grid;
  gap: 1px;
}

.vise-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1;
}

.vise-brand small {
  color: var(--vise-muted);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.vise-shop-link {
  min-height: 44px;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--vise-line);
  border-radius: 6px;
  background: var(--vise-paper);
  color: var(--vise-red);
  font-weight: 750;
}

.vise-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vise-theme-toggle {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--vise-line);
  border-radius: 50%;
  background: var(--vise-paper);
  color: var(--vise-ink);
  cursor: pointer;
  font-size: 1.15rem;
}

.vise-theme-toggle:focus-visible,
.vise-shop-link:focus-visible,
.vise-sound:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--vise-red) 72%, white);
  outline-offset: 2px;
}

.vise-shop-link img,
.vise-sound img,
.vise-search img,
.vise-search-result > img {
  filter: none;
}

html[data-theme="dark"] .vise-sound img,
html[data-theme="dark"] .vise-search img {
  filter: invert(1) brightness(1.08);
}

.vise-page main {
  overflow: clip;
}

.vise-hero,
.vise-compact-hero,
.vise-unavailable {
  position: relative;
  isolation: isolate;
  min-height: min(390px, calc(100vh - 68px));
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--vise-line);
  background: color-mix(in srgb, var(--vise-paper) 86%, var(--vise-muted));
}

.vise-hero::after,
.vise-compact-hero::after,
.vise-unavailable::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(247, 246, 242, 0.98) 0%, rgba(247, 246, 242, 0.91) 38%, rgba(247, 246, 242, 0.12) 68%, rgba(247, 246, 242, 0.02) 100%);
}

html[data-theme="dark"] .vise-hero::after,
html[data-theme="dark"] .vise-compact-hero::after,
html[data-theme="dark"] .vise-unavailable::after {
  background: linear-gradient(90deg, rgba(10, 17, 24, 0.99) 0%, rgba(10, 17, 24, 0.92) 40%, rgba(10, 17, 24, 0.24) 70%, rgba(10, 17, 24, 0.05) 100%);
}

.vise-hero-image,
.vise-compact-hero > img,
.vise-unavailable > img {
  position: absolute;
  z-index: -2;
  inset: 0 0 0 auto;
  width: min(72%, 1120px);
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vise-hero-copy,
.vise-unavailable > div {
  width: min(600px, 52%);
  margin-left: clamp(20px, 7vw, 110px);
  padding: 38px 0;
}

.vise-kicker {
  margin: 0 0 8px;
  color: var(--vise-red);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.vise-hero h1,
.vise-compact-hero h1,
.vise-search-page h1,
.vise-unavailable h1,
.vise-not-found h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6.2vw, 5.6rem);
  font-weight: 600;
  line-height: 0.98;
}

.vise-hero h1::first-letter {
  color: var(--vise-red);
}

.vise-hero-copy > p:not(.vise-kicker),
.vise-unavailable > div > p:not(.vise-kicker) {
  max-width: 600px;
  margin: 14px 0;
  color: var(--vise-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.65;
}

.vise-search {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  width: min(680px, calc(100% - 32px));
  min-height: 58px;
  margin: 26px auto;
  padding: 5px 6px 5px 17px;
  gap: 11px;
  border: 1px solid #c9c3b9;
  border-radius: 6px;
  background: var(--vise-paper);
  box-shadow: 0 12px 30px rgba(32, 37, 34, 0.1);
}

.vise-hero .vise-search {
  width: 100%;
  margin: 20px 0 0;
}

.vise-hero-note {
  display: block;
  margin-top: 10px;
  color: var(--vise-muted);
  font-size: 0.76rem;
  line-height: 1.4;
}

.vise-search input {
  width: 100%;
  min-width: 0;
  height: 46px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--vise-ink);
  font-size: 1rem;
}

.vise-search input::placeholder {
  color: var(--vise-muted);
}

.vise-search button {
  min-height: 46px;
  padding: 0 19px;
  border: 0;
  border-radius: 4px;
  background: var(--vise-red);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}

.vise-search-popover {
  position: fixed;
  z-index: 80;
  max-height: min(420px, 60vh);
  overflow-y: auto;
  border: 1px solid var(--vise-line);
  border-radius: 6px;
  background: var(--vise-paper);
  box-shadow: var(--vise-shadow);
}

.vise-search-suggestion {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 9px 13px;
  border-bottom: 1px solid var(--vise-line);
  text-decoration: none;
}

.vise-search-suggestion:last-child {
  border-bottom: 0;
}

.vise-search-suggestion > span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: var(--vise-green);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
}

.vise-search-suggestion strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vise-letters {
  display: flex;
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto 10px;
  padding: 8px 0;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.vise-letters a {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--vise-line);
  border-radius: 5px;
  background: var(--vise-paper);
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  font-weight: 750;
}

.vise-letters a[aria-current="page"] {
  border-color: var(--vise-green);
  background: var(--vise-green);
  color: #fff;
}

.vise-wheel-section {
  width: min(940px, calc(100% - 32px));
  margin: 18px auto 52px;
}

.vise-wheel-heading,
.vise-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 13px;
}

.vise-wheel-heading h2,
.vise-section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 600;
}

.vise-sound {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--vise-line);
  border-radius: 50%;
  background: var(--vise-paper);
  cursor: pointer;
}

.vise-wheel-frame {
  --vise-wheel-side: clamp(18px, 3.2vw, 34px);
  position: relative;
  height: 330px;
  padding-inline: var(--vise-wheel-side);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid #050706;
  border-radius: 34px;
  background: radial-gradient(ellipse at center, #27322d 0%, #0d110f 54%, #020303 100%);
  box-shadow: 0 22px 44px rgba(8, 13, 10, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.14), inset 0 -1px 0 #000;
}

.vise-explore {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 26px 0 48px;
}

.vise-explore-heading > .vise-kicker {
  margin-left: 2px;
}

.vise-explore-heading .vise-letters {
  width: 100%;
  margin: 6px 0 22px;
}

.vise-discovery-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  align-items: stretch;
  gap: clamp(18px, 3vw, 34px);
}

.vise-discovery-grid .vise-wheel-section {
  width: 100%;
  margin: 0;
}

.vise-feature-card {
  display: grid;
  grid-template-rows: minmax(190px, 1fr) auto;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--vise-line);
  border-radius: 8px;
  background: var(--vise-paper);
  box-shadow: var(--vise-shadow);
}

.vise-feature-photo {
  display: block;
  min-height: 0;
  overflow: hidden;
}

.vise-feature-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vise-feature-card > div {
  padding: 18px 20px 20px;
}

.vise-feature-card h2 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.6vw, 2.1rem);
  line-height: 1.04;
}

.vise-feature-card h2 a,
.vise-text-link {
  text-decoration: none;
}

.vise-feature-card > div > p:not(.vise-kicker) {
  display: -webkit-box;
  margin: 0 0 12px;
  overflow: hidden;
  color: var(--vise-muted);
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.vise-text-link {
  color: var(--vise-red) !important;
  font-weight: 800;
}

.vise-practice {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  margin: 30px 0 0;
  border-block: 1px solid var(--vise-line);
}

.vise-practice article {
  min-width: 0;
  padding: 24px;
}

.vise-practice-key {
  border-right: 1px solid var(--vise-line);
  background: color-mix(in srgb, var(--vise-paper) 89%, var(--vise-green));
}

.vise-practice-key > p:last-child {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.45;
}

.vise-practice-steps > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.vise-practice-steps h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
}

.vise-practice-steps ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 18px 0 0;
  padding: 0;
  gap: 16px;
  list-style: none;
}

.vise-practice-steps li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 3px 9px;
}

.vise-practice-steps li > span {
  display: grid;
  grid-row: 1 / 3;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  background: var(--vise-green);
  color: #fff;
  font-weight: 850;
}

.vise-practice-steps strong {
  font-size: 0.88rem;
}

.vise-practice-steps small {
  color: var(--vise-muted);
  line-height: 1.35;
}

.vise-shop-banner {
  display: grid;
  grid-template-columns: auto minmax(170px, 0.7fr) minmax(190px, 1fr) auto;
  align-items: center;
  min-height: 92px;
  margin: 26px 0 0;
  padding: 16px 20px;
  gap: 15px;
  border: 1px solid color-mix(in srgb, var(--vise-gold) 60%, var(--vise-line));
  background: color-mix(in srgb, var(--vise-paper) 88%, var(--vise-gold));
  text-decoration: none;
}

.vise-shop-banner > img {
  width: 54px;
  height: 54px;
}

.vise-shop-banner > span {
  display: grid;
  gap: 3px;
}

.vise-shop-banner small,
.vise-shop-banner b {
  color: var(--vise-muted);
  font-size: 0.76rem;
}

.vise-shop-banner strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.vise-shop-banner i {
  color: var(--vise-red);
  font-size: 1.5rem;
  font-style: normal;
}

.vise-explore > .vise-popular {
  width: 100%;
  margin: 38px 0 0;
}

.vise-wheel-frame::before,
.vise-wheel-frame::after {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  width: var(--vise-wheel-side);
  content: "";
  border-inline: 1px solid rgba(214, 176, 103, 0.72);
  background: linear-gradient(90deg, #030504, #142019 42%, #030504);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.8), inset 0 0 9px rgba(213, 174, 94, 0.16);
}

.vise-wheel-frame::before {
  left: 0;
  border-radius: 32px 6px 6px 32px;
}

.vise-wheel-frame::after {
  right: 0;
  border-radius: 6px 32px 32px 6px;
}

.vise-wheel-scene {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.vise-wheel-scene::before,
.vise-wheel-scene::after {
  position: absolute;
  z-index: 4;
  right: 0;
  left: 0;
  height: 36%;
  content: "";
  pointer-events: none;
}

.vise-wheel-scene::before {
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(1, 3, 2, 0.28) 58%, transparent);
}

.vise-wheel-scene::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.92), rgba(1, 3, 2, 0.28) 58%, transparent);
}

.vise-wheel-viewport {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  perspective: 760px;
  perspective-origin: 50% 50%;
  cursor: grab;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
}

.vise-wheel-viewport:active,
.vise-wheel-section.is-dragging .vise-wheel-viewport {
  cursor: grabbing;
}

.vise-wheel-viewport:focus-visible {
  outline: 3px solid rgba(242, 211, 144, 0.94);
  outline-offset: -5px;
}

.vise-wheel-reel {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  transform-style: preserve-3d;
  will-change: transform;
}

.vise-wheel-slide {
  display: flex;
  width: 100%;
  height: 56px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  backface-visibility: hidden;
  color: rgba(245, 242, 234, 0.82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 2vw, 1.4rem);
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}

.vise-wheel-slide a {
  display: grid;
  width: min(100%, 31rem);
  height: 52px;
  place-items: center;
  padding: 3px 10px;
  overflow: hidden;
  color: inherit;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 2px 4px #000;
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.vise-wheel-slide.is-selected {
  color: #fff;
  font-weight: 800;
}

.vise-wheel-slide.is-selected a {
  text-shadow: 0 2px 3px #000, 0 0 14px rgba(255, 255, 255, 0.22);
}

.vise-wheel-slide.is-long a {
  font-size: 0.88em;
}

.vise-wheel-slide.is-very-long a {
  font-size: 0.74em;
}

.vise-wheel-focus {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: var(--vise-wheel-side);
  left: var(--vise-wheel-side);
  height: 56px;
  transform: translateY(-50%);
  border-block: 1px solid rgba(208, 232, 218, 0.42);
  background: linear-gradient(90deg, #0b2b20, #176047 48%, #0b2b20);
  box-shadow: 0 0 25px rgba(24, 101, 74, 0.68), 0 -112px 76px 44px rgba(0, 0, 0, 0.2), 0 112px 76px 44px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.vise-popular,
.vise-related,
.vise-search-page,
.vise-not-found {
  width: min(1120px, calc(100% - 32px));
  margin: 54px auto;
}

.vise-popular .vise-section-heading {
  display: block;
}

.vise-popular-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--vise-line);
}

.vise-popular-list a {
  display: grid;
  min-height: 126px;
  align-content: center;
  padding: 20px;
  gap: 7px;
  border-right: 1px solid var(--vise-line);
  text-decoration: none;
}

.vise-popular-list a:nth-child(3n) {
  border-right: 0;
}

.vise-popular-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.vise-popular-list span {
  color: var(--vise-muted);
  line-height: 1.45;
}

.vise-compact-hero {
  min-height: 330px;
  padding: 44px clamp(20px, 7vw, 110px);
}

.vise-compact-hero > div {
  width: min(620px, 58%);
}

.vise-compact-hero h1 {
  font-size: clamp(2.7rem, 5vw, 5rem);
}

.vise-compact-hero p:not(.vise-kicker) {
  max-width: 600px;
  color: var(--vise-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.55;
}

.vise-article-masthead {
  min-height: 390px;
}

.vise-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
  align-items: start;
  width: min(1240px, calc(100% - 32px));
  margin: 34px auto 70px;
  gap: clamp(34px, 6vw, 80px);
}

.vise-article {
  min-width: 0;
}

.vise-article-photo {
  margin: 0 0 32px;
}

.vise-article-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 5px;
  background: var(--vise-paper);
}

.vise-day-key {
  display: grid;
  margin: 0 0 32px;
  padding: 18px 22px;
  gap: 7px;
  border-left: 4px solid var(--vise-red);
  background: color-mix(in srgb, var(--vise-paper) 88%, var(--vise-green));
}

.vise-day-key span {
  color: var(--vise-green);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.vise-day-key strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.45;
}

.vise-article-body {
  color: var(--vise-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.75;
}

.vise-article-body h2 {
  margin: 2.2em 0 0.6em;
  color: var(--vise-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.35rem, 2.7vw, 1.9rem);
  line-height: 1.18;
}

.vise-article-body h2:first-child {
  margin-top: 0;
}

.vise-article-body ul {
  padding-left: 1.25em;
}

.vise-article-body li {
  margin: 0.65em 0;
}

.vise-article-body a {
  color: var(--vise-green);
  text-underline-offset: 3px;
}

.vise-article-wheel {
  position: sticky;
  top: 88px;
}

.vise-article-wheel .vise-wheel-section {
  width: 100%;
  margin: 0;
}

.vise-article-wheel .vise-wheel-heading h2 {
  font-size: 1.45rem;
}

.vise-article-wheel .vise-wheel-frame {
  --vise-wheel-side: 36px;
  height: 342px;
  padding-block: 17px;
}

.vise-article-wheel .vise-wheel-viewport {
  height: 100%;
}

.vise-related {
  margin-top: -26px;
}

.vise-related > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vise-related a {
  padding: 9px 12px;
  border-bottom: 2px solid var(--vise-green);
  background: var(--vise-paper);
  text-decoration: none;
}

.vise-result-count {
  color: var(--vise-muted);
}

.vise-search-results {
  border-top: 1px solid var(--vise-line);
}

.vise-search-result {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 22px;
  align-items: center;
  min-height: 94px;
  padding: 14px 6px;
  gap: 15px;
  border-bottom: 1px solid var(--vise-line);
  text-decoration: none;
}

.vise-search-result > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  background: var(--vise-green);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
}

.vise-search-result strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.vise-search-result p,
.vise-empty {
  margin: 5px 0 0;
  color: var(--vise-muted);
  line-height: 1.45;
}

.vise-footer {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-height: 150px;
  padding: 32px clamp(18px, 6vw, 78px);
  gap: 18px 44px;
  border-top: 1px solid color-mix(in srgb, var(--vise-gold) 44%, #111b22);
  background: #111b22;
  color: #fff;
}

.vise-footer-brand {
  gap: 8px;
}

.vise-footer nav {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.vise-footer p {
  grid-column: 1 / -1;
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.82rem;
  line-height: 1.5;
}

.vise-unavailable {
  min-height: calc(100vh - 68px);
}

.vise-unavailable a,
.vise-not-found > a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 0 17px;
  border-radius: 4px;
  background: var(--vise-red);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.vise-wheel-empty {
  width: min(720px, calc(100% - 32px));
  margin: 24px auto 60px;
  padding: 30px;
  border-left: 4px solid var(--vise-gold);
  background: var(--vise-paper);
}

@media (max-width: 900px) {
  .vise-hero {
    min-height: 360px;
  }

  .vise-hero-copy {
    width: min(560px, 60%);
    margin-left: 24px;
  }

  .vise-discovery-grid {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.88fr);
    gap: 16px;
  }

  .vise-practice {
    grid-template-columns: minmax(210px, 0.65fr) minmax(0, 1.35fr);
  }

  .vise-practice article {
    padding: 18px;
  }

  .vise-practice-steps ol {
    gap: 10px;
  }

  .vise-article-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .vise-article-wheel {
    position: static;
    width: min(620px, 100%);
    margin: 0 auto;
  }

  .vise-popular-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vise-popular-list a:nth-child(3n) {
    border-right: 1px solid var(--vise-line);
  }

  .vise-popular-list a:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 620px) {
  .vise-header {
    min-height: 60px;
    padding: 7px 10px;
  }

  .vise-brand {
    gap: 7px;
  }

  .vise-brand > img {
    width: 40px;
    height: 40px;
  }

  .vise-brand strong {
    font-size: 1.3rem;
  }

  .vise-brand small {
    font-size: 0.59rem;
  }

  .vise-shop-link {
    min-height: 42px;
    padding: 7px 9px;
    font-size: 0.82rem;
  }

  .vise-shop-link img {
    width: 21px;
    height: 21px;
  }

  .vise-hero {
    min-height: 286px;
    align-items: center;
  }

  .vise-hero::after {
    background: linear-gradient(90deg, rgba(247, 246, 242, 0.99) 0%, rgba(247, 246, 242, 0.91) 56%, rgba(247, 246, 242, 0.18) 78%, rgba(247, 246, 242, 0.03));
  }

  html[data-theme="dark"] .vise-hero::after {
    background: linear-gradient(90deg, rgba(10, 17, 24, 0.99) 0%, rgba(10, 17, 24, 0.92) 56%, rgba(10, 17, 24, 0.24) 78%, rgba(10, 17, 24, 0.05));
  }

  .vise-hero-image {
    top: 0;
    width: 72%;
    height: 100%;
    object-position: 61% center;
  }

  .vise-hero-copy {
    width: 64%;
    margin: 0;
    padding: 24px 0 22px 14px;
  }

  .vise-compact-hero,
  .vise-unavailable {
    min-height: 430px;
    align-items: end;
  }

  .vise-compact-hero::after,
  .vise-unavailable::after {
    background: linear-gradient(0deg, rgba(247, 246, 242, 0.99) 0%, rgba(247, 246, 242, 0.93) 46%, rgba(247, 246, 242, 0.06) 76%);
  }

  html[data-theme="dark"] .vise-compact-hero::after,
  html[data-theme="dark"] .vise-unavailable::after {
    background: linear-gradient(0deg, rgba(10, 17, 24, 0.99) 0%, rgba(10, 17, 24, 0.94) 48%, rgba(10, 17, 24, 0.12) 78%);
  }

  .vise-compact-hero > img,
  .vise-unavailable > img {
    top: 0;
    width: 100%;
    height: 62%;
    object-position: 59% center;
  }

  .vise-unavailable > div,
  .vise-compact-hero > div {
    width: 100%;
    margin: 0;
    padding: 230px 16px 20px;
  }

  .vise-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
  }

  .vise-compact-hero h1,
  .vise-search-page h1,
  .vise-unavailable h1,
  .vise-not-found h1 {
    font-size: 2.75rem;
  }

  .vise-hero-copy > p:not(.vise-kicker) {
    max-width: 15rem;
    margin: 8px 0;
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .vise-unavailable > div > p:not(.vise-kicker) {
    margin: 10px 0;
    font-size: 0.99rem;
    line-height: 1.45;
  }

  .vise-hero .vise-search,
  .vise-search {
    grid-template-columns: 22px minmax(0, 1fr) 44px;
    width: calc(100% - 24px);
    min-height: 52px;
    margin: 16px auto;
    padding-left: 12px;
  }

  .vise-hero .vise-search {
    width: 100%;
    margin: 12px 0 0;
  }

  .vise-hero-note {
    max-width: 14rem;
    margin-top: 6px;
    font-size: 0.61rem;
  }

  .vise-search input {
    height: 42px;
    font-size: 0.9rem;
  }

  .vise-search button {
    width: 44px;
    min-height: 42px;
    padding: 0;
    overflow: hidden;
    color: transparent;
  }

  .vise-search button::before {
    color: #fff;
    content: "→";
    font-size: 1.35rem;
  }

  .vise-letters {
    width: 100%;
    margin: 12px 0 4px;
    padding: 8px 12px;
  }

  .vise-letters a {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }

  .vise-explore {
    width: calc(100% - 20px);
    padding: 16px 0 28px;
  }

  .vise-explore-heading .vise-letters {
    width: 100%;
    margin: 4px 0 12px;
    padding-inline: 0;
  }

  .vise-wheel-section {
    width: calc(100% - 24px);
    margin: 10px auto 34px;
  }

  .vise-wheel-heading {
    align-items: center;
    margin-bottom: 9px;
  }

  .vise-wheel-heading h2 {
    font-size: 1.02rem;
    line-height: 1.05;
  }

  .vise-wheel-heading .vise-kicker {
    margin-bottom: 4px;
    font-size: 0.58rem;
  }

  .vise-sound {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .vise-wheel-frame {
    --vise-wheel-side: 14px;
    height: 252px;
    padding: 0 var(--vise-wheel-side);
    border-radius: 24px;
  }

  .vise-wheel-viewport {
    height: 100%;
  }

  .vise-wheel-frame::before,
  .vise-wheel-frame::after {
    border-radius: 26px 8px 8px 26px;
    background-size: 100% 100%, auto 112%;
  }

  .vise-wheel-frame::after {
    border-radius: 8px 26px 26px 8px;
  }

  .vise-wheel-focus {
    height: 56px;
  }

  .vise-wheel-slide {
    font-size: 0.86rem;
  }

  .vise-wheel-slide.is-selected {
    font-size: 0.9rem;
  }

  .vise-wheel-slide a {
    padding-inline: 5px;
  }

  .vise-popular,
  .vise-related,
  .vise-search-page,
  .vise-not-found {
    width: calc(100% - 24px);
    margin: 38px auto;
  }

  .vise-popular-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .vise-popular-list a,
  .vise-popular-list a:nth-child(3n),
  .vise-popular-list a:nth-child(2n) {
    min-height: 92px;
    padding: 14px 4px;
    border-right: 0;
    border-bottom: 1px solid var(--vise-line);
  }

  .vise-compact-hero,
  .vise-article-masthead {
    min-height: 430px;
    padding: 0;
  }

  .vise-compact-hero p:not(.vise-kicker) {
    margin-bottom: 0;
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .vise-article-layout {
    width: calc(100% - 24px);
    margin-top: 24px;
    gap: 38px;
  }

  .vise-article-body {
    font-size: 1rem;
    line-height: 1.68;
  }

  .vise-article-body h2 {
    font-size: 1.35rem;
  }

  .vise-day-key {
    padding: 14px 15px;
  }

  .vise-day-key strong {
    font-size: 1.05rem;
  }

  .vise-article-wheel .vise-wheel-frame {
    --vise-wheel-side: 28px;
    height: 326px;
    padding: 9px var(--vise-wheel-side);
  }

  .vise-article-wheel .vise-wheel-viewport {
    height: 52px;
  }

  .vise-footer {
    grid-template-columns: 1fr;
    padding: 24px 16px;
  }

  .vise-footer nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px 18px;
  }
}

@media (max-width: 620px) {
  .vise-explore {
    width: calc(100% - 20px);
    padding: 16px 0 28px;
  }

  .vise-explore-heading .vise-letters {
    width: 100%;
    margin: 4px 0 12px;
    padding-inline: 0;
  }

  .vise-discovery-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 9px;
  }

  .vise-discovery-grid .vise-wheel-section {
    width: 100%;
    margin: 0;
  }

  .vise-wheel-heading h2 {
    font-size: 1.02rem;
    line-height: 1.05;
  }

  .vise-wheel-heading .vise-kicker {
    margin-bottom: 4px;
    font-size: 0.58rem;
  }

  .vise-sound {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .vise-wheel-frame,
  .vise-article-wheel .vise-wheel-frame {
    --vise-wheel-side: 14px;
    height: 252px;
    padding: 0 var(--vise-wheel-side);
    border-radius: 24px;
  }

  .vise-wheel-viewport,
  .vise-article-wheel .vise-wheel-viewport {
    height: 100%;
  }

  .vise-wheel-slide,
  .vise-wheel-slide.is-selected {
    font-size: 0.88rem;
  }

  .vise-wheel-slide a {
    padding-inline: 5px;
  }

  .vise-feature-card {
    grid-template-rows: 112px auto;
    border-radius: 6px;
  }

  .vise-feature-card > div {
    padding: 10px;
  }

  .vise-feature-card .vise-kicker {
    margin-bottom: 3px;
    font-size: 0.55rem;
  }

  .vise-feature-card h2 {
    margin-bottom: 5px;
    font-size: 1.08rem;
  }

  .vise-feature-card > div > p:not(.vise-kicker) {
    margin-bottom: 7px;
    font-size: 0.72rem;
    line-height: 1.3;
  }

  .vise-text-link {
    font-size: 0.72rem;
  }

  .vise-practice {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .vise-practice article {
    padding: 14px 12px;
  }

  .vise-practice-key {
    border-right: 0;
    border-bottom: 1px solid var(--vise-line);
  }

  .vise-practice-steps ol {
    gap: 8px;
  }

  .vise-shop-banner {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    min-height: 72px;
    margin-top: 16px;
    padding: 10px;
    gap: 9px;
  }

  .vise-shop-banner > img {
    width: 38px;
    height: 38px;
  }

  .vise-shop-banner b {
    display: none;
  }
}

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

  .vise-wheel-slide {
    transition: none;
  }
}
