:root {
  color-scheme: dark;
  --black: #000000;
  --black-soft: #050505;
  --red: #ffffff;
  --red-soft: rgba(255, 255, 255, 0.18);
  --white: #f7f5f1;
  --muted: #b7b2aa;
  --muted-strong: #d5d0c8;
  --line: rgba(247, 245, 241, 0.12);
  --line-strong: rgba(247, 245, 241, 0.22);
  --glass: rgba(11, 11, 11, 0.82);
  --glass-border: rgba(247, 245, 241, 0.16);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  --radius: 20px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "JetBrains Mono", "Courier New", monospace;
  background: var(--black);
  color: var(--white);
  line-height: 1.7;
  min-height: 100vh;
  text-align: center;
  position: relative;
}

body::before,
body::after {
  content: none;
}

body.menu-open {
  overflow: hidden;
}

main,
footer,
header {
  position: relative;
}

main {
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  background: none;
  border: none;
  color: inherit;
}

a:hover,
button:hover {
  opacity: 0.88;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
video:focus-visible {
  outline: 2px solid rgba(216, 15, 29, 0.85);
  outline-offset: 3px;
}

img,
video {
  max-width: 100%;
  display: block;
}

.page {
  padding: 160px 10vw 140px;
  display: flex;
  flex-direction: column;
  gap: 104px;
  align-items: center;
  background: transparent;
  color: var(--white);
}

.page section {
  width: 100%;
  max-width: 1100px;
}

.page.light,
.page.red {
  background: transparent;
  color: var(--white);
}

.page.light .lead,
.page.light .eyebrow,
.page.light .footer,
.page.light .form small,
.page.light .notice,
.page.light .meta-note,
.page.light .legal-copy,
.page.red .lead,
.page.red .eyebrow,
.page.red .meta-note {
  color: var(--muted);
}

.page.light .card,
.page.light .release-card,
.page.light .panel,
.page.light .gallery-tile,
.page.light .form,
.page.light .legal-copy,
.page.light .hero-stat,
.page.red .card,
.page.red .release-card,
.page.red .panel,
.page.red .hero-stat,
.page.red .form,
.page.red .gallery-tile {
  border-color: var(--line);
}

.page.light .button.primary,
.page.red .button.primary {
  color: var(--black);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 16px 6vw;
  background: rgba(0, 0, 0, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
  text-align: left;
}

.header-inner {
  display: grid;
  grid-template-columns: minmax(90px, 1fr) auto minmax(90px, 1fr);
  align-items: center;
  width: 100%;
  gap: 16px;
}

.logo {
  font-family: "JetBrains Mono", "Courier New", monospace;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-size: 1rem;
  text-align: center;
  justify-self: center;
}

.header-spacer {
  height: 1px;
  justify-self: end;
}

.menu-button {
  justify-self: start;
  font-family: "JetBrains Mono", "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.75rem;
  cursor: pointer;
  text-align: left;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.menu-button::after {
  content: "+";
  color: var(--red);
  font-size: 0.95rem;
  line-height: 1;
}

.menu-button.is-open::after {
  content: "−";
}

.nav-drawer {
  position: absolute;
  top: calc(100% + 12px);
  left: 6vw;
  min-width: 240px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: center;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.nav-drawer.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-drawer a {
  font-family: "JetBrains Mono", "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  padding: 4px 0;
}

.nav-drawer a.active {
  color: var(--red);
}

.hero {
  max-width: 820px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
}

.hero h1 {
  text-wrap: balance;
}

.hero-actions,
.hero-meta,
.button-row,
.inline-links,
.release-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.hero-stat {
  min-width: 150px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
}

.hero-stat strong {
  display: block;
  font-family: "JetBrains Mono", "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.hero-stat span {
  display: block;
  font-size: 0.9rem;
  color: var(--muted);
}

.hero-stat.highlight,
.featured-card,
.main-release,
.album-art-glow,
.tracklist-panel {
  border-color: rgba(216, 15, 29, 0.35);
  box-shadow: 0 28px 100px rgba(216, 15, 29, 0.12), var(--shadow);
}

.hero-stat.highlight {
  background: linear-gradient(180deg, rgba(216, 15, 29, 0.14), rgba(255, 255, 255, 0.03));
}

.main-release {
  padding: 32px;
  border: 1px solid rgba(216, 15, 29, 0.26);
  border-radius: 32px;
  background:
    radial-gradient(circle at top, rgba(216, 15, 29, 0.16), transparent 52%),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 32px 120px rgba(0, 0, 0, 0.48);
}

.main-release-copy {
  text-align: left;
}

.main-release-copy p,
.tracklist-panel,
.album-date {
  width: 100%;
}

.album-date {
  color: var(--muted-strong);
  font-family: "JetBrains Mono", "Courier New", monospace;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.main-release-art {
  width: 100%;
}

.album-art-glow {
  position: relative;
}

.album-art-glow::after {
  content: "";
  position: absolute;
  inset: 12%;
  background: rgba(216, 15, 29, 0.22);
  filter: blur(38px);
  z-index: 0;
}

.album-art-glow img {
  position: relative;
  z-index: 1;
}

.featured-tracklist {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.featured-tracklist li,
.tracklist-panel .tracklist li {
  width: 100%;
}

.tracklist-panel {
  align-items: stretch;
}

.tracklist-panel .tracklist {
  justify-items: stretch;
}

.eyebrow,
.kicker,
.meta-note,
.tag {
  font-family: "JetBrains Mono", "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.72rem;
}

.eyebrow {
  color: var(--muted);
}

.kicker,
.tag {
  color: var(--red);
}

.section-intro {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 760px;
  align-items: center;
  margin: 0 auto;
}

h1,
h2,
h3 {
  font-family: "JetBrains Mono", "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h1 {
  font-size: clamp(2.85rem, 5.2vw, 4.3rem);
}

h2 {
  font-size: 1.35rem;
}

h3 {
  font-size: 1rem;
}

.lead {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 720px;
}

.button {
  border: 1px solid currentColor;
  padding: 12px 22px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  transition: transform 0.18s ease, opacity 0.18s ease, background 0.18s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--red);
  border-color: var(--red);
  color: var(--black);
}

.button.ghost {
  background: transparent;
}

.button[disabled] {
  cursor: not-allowed;
  opacity: 0.55;
}

.section-grid,
.media-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  width: 100%;
  max-width: 1100px;
}

.card,
.release-card,
.panel,
.form,
.gallery-tile,
.legal-copy,
.media-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: var(--shadow);
}

.card,
.release-card,
.panel,
.media-card {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.card:hover,
.release-card:hover,
.panel:hover,
.gallery-tile:hover,
.media-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
}

.split {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: stretch;
  width: 100%;
  max-width: 1100px;
}

.split > div,
.split > article,
.split > aside {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}

.stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}

.tracklist {
  display: grid;
  gap: 12px;
  font-family: "JetBrains Mono", "Courier New", monospace;
  font-size: 0.85rem;
  justify-items: center;
  width: 100%;
}

.tracklist li {
  list-style: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 8px;
  width: min(100%, 320px);
}

.embed,
.release-media,
.video-frame {
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: var(--black);
  width: 100%;
  box-shadow: var(--shadow);
}

.embed-frame {
  aspect-ratio: 16 / 9;
  padding: 0;
}

.embed iframe,
.embed-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  border: 0;
}

.release-media img,
.video-frame video,
.gallery-video-tile video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-card {
  padding: 0;
  overflow: hidden;
  align-items: stretch;
}

.video-card .video-frame {
  border: none;
  border-bottom: 1px solid var(--line);
  border-radius: 20px 20px 0 0;
  box-shadow: none;
}

.video-card .gallery-copy {
  padding: 20px 24px 24px;
  width: 100%;
}

.release-art {
  max-width: 420px;
  margin: 0 auto;
}

.release-copy {
  max-width: 620px;
}

.form,
.newsletter {
  padding: 28px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}

.form label,
.newsletter-form label {
  font-family: "JetBrains Mono", "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  text-align: left;
}

.form input,
.form textarea,
.form select,
.newsletter-form input,
.newsletter-form select {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  color: inherit;
  font-family: "JetBrains Mono", "Courier New", monospace;
  width: 100%;
}

.form textarea {
  min-height: 150px;
  resize: vertical;
}

.form small,
.newsletter-form small,
.notice,
.meta-note {
  color: var(--muted);
}

.form-status {
  min-height: 1.5em;
  font-size: 0.82rem;
  color: var(--muted);
}

.form-status[data-status-type="success"] {
  color: #84dba6;
}

.form-status[data-status-type="error"] {
  color: #ff9a9a;
}

.form-status[data-status-type="pending"] {
  color: var(--muted-strong);
}

.newsletter {
  background: rgba(11, 11, 11, 0.86);
  max-width: 840px;
  margin: 0 auto;
}

.newsletter-inner {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: center;
}

.newsletter h2 {
  font-size: clamp(1.8rem, 4vw, 2.2rem);
}

.newsletter p.lead {
  color: var(--muted);
  font-size: 1rem;
  max-width: 600px;
}

.newsletter-form {
  display: grid;
  gap: 1rem;
  width: 100%;
  max-width: 560px;
}

.newsletter-form .button {
  justify-self: center;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.gallery-tile {
  overflow: hidden;
  text-align: left;
}

.gallery-tile img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
}

.gallery-video-tile video {
  aspect-ratio: 4 / 5;
  background: var(--black);
}

.motion-cover-frame {
  min-height: 0;
}

.motion-cover-frame video {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gallery-copy {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.notice,
.legal-copy {
  max-width: 760px;
}

.legal-copy {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 40px 6vw 64px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 0.85rem;
  color: var(--muted);
  align-items: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.7rem;
  justify-content: center;
}

.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 18px;
  padding: 18px 24px;
  display: flex;
  gap: 16px;
  align-items: center;
  max-width: 560px;
  width: calc(100% - 48px);
  backdrop-filter: blur(14px);
  z-index: 200;
  box-shadow: var(--shadow);
}

.cookie-banner.hidden {
  display: none;
}

.cookie-banner p {
  font-size: 0.85rem;
  color: var(--muted);
  text-align: left;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-left: auto;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

.marquee {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(216, 15, 29, 0.55);
  border-bottom: 1px solid rgba(216, 15, 29, 0.55);
  background: rgba(0, 0, 0, 0.88);
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  padding: 0.65em 0;
  color: var(--red);
  font-family: "JetBrains Mono", "Courier New", monospace;
  font-size: clamp(1.2rem, 3vw, 2rem);
  animation: scroll-left 14s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 760px) {
  .page {
    padding: 124px 6vw 104px;
    gap: 84px;
  }

  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .logo {
    justify-self: center;
    letter-spacing: 0.2em;
    font-size: 0.92rem;
  }

  .nav-drawer {
    right: 5vw;
    left: 5vw;
  }

  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-actions {
    margin-left: 0;
    width: 100%;
    flex-wrap: wrap;
  }

  .button,
  .newsletter-form .button {
    width: 100%;
  }

  .hero-meta,
  .hero-actions,
  .button-row,
  .release-actions,
  .inline-links {
    width: 100%;
  }

  .embed-frame {
    aspect-ratio: 16 / 9;
  }

  .hero-stat {
    flex: 1 1 100%;
  }

  .main-release {
    padding: 22px;
  }

  .featured-tracklist {
    grid-template-columns: 1fr;
  }
}


.shop-body {
  background: var(--white);
  color: var(--black-soft);
}

.shop-body .page-store {
  color: var(--black-soft);
  background:
    radial-gradient(circle at top, rgba(216, 15, 29, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7f5f1 100%);
}

.shop-header {
  background: rgba(247, 245, 241, 0.92);
  border-bottom-color: rgba(0, 0, 0, 0.08);
  color: var(--black-soft);
}

.shop-header .menu-button::after,
.shop-body .nav-drawer a.active,
.shop-body .eyebrow,
.shop-body .lead,
.shop-body .meta-note,
.shop-body .notice,
.shop-body .footer,
.shop-body .form small,
.shop-body .store-password-form small {
  color: rgba(21, 21, 21, 0.62);
}

.shop-body .kicker,
.shop-body .tag,
.shop-body .store-link-pill,
.shop-body .store-chip {
  color: var(--red);
}

.shop-nav-drawer {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--black-soft);
}

.store-hero {
  gap: 28px;
}

.store-hero-meta {
  width: 100%;
}

.store-stat {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(0, 0, 0, 0.1);
}

.store-stat.highlight,
.store-card-featured {
  border-color: rgba(216, 15, 29, 0.24);
  box-shadow: 0 24px 64px rgba(216, 15, 29, 0.1), 0 18px 40px rgba(0, 0, 0, 0.08);
}

.store-gate,
.store-shell,
.store-item-card,
.store-product-panel,
.shop-body .card,
.shop-body .release-card,
.shop-body .panel,
.shop-body .gallery-tile,
.shop-body .form,
.shop-body .legal-copy,
.shop-body .hero-stat {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(0, 0, 0, 0.08);
  color: var(--black-soft);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

.shop-body .button.primary {
  color: var(--white);
}

.shop-body .button.ghost {
  border-color: rgba(0, 0, 0, 0.16);
}

.shop-body .release-media,
.shop-body .embed,
.shop-body .video-frame {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}

.store-gate {
  width: min(100%, 880px);
  margin: 0 auto;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
}

.store-gate-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.store-password-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(247, 245, 241, 0.9);
  border: 1px solid rgba(216, 15, 29, 0.14);
}

.store-password-form label {
  font-family: "JetBrains Mono", "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}

.store-password-form input {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  padding: 12px 14px;
  color: var(--black-soft);
}

.store-shell {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 104px;
  transition: opacity 0.28s ease, transform 0.28s ease, filter 0.28s ease;
}

.store-shell.is-locked {
  opacity: 0;
  transform: translateY(16px);
  filter: blur(12px);
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
}

.store-shell.is-unlocked {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  pointer-events: auto;
}

.store-card,
.store-product-panel,
.store-item-card {
  align-items: flex-start;
  text-align: left;
}

.store-bullet-list {
  list-style: none;
  display: grid;
  gap: 10px;
  width: 100%;
}

.store-bullet-list li {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.store-link-row,
.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.store-link-pill,
.store-chip {
  border: 1px solid rgba(216, 15, 29, 0.18);
  background: rgba(216, 15, 29, 0.08);
  border-radius: 999px;
  padding: 8px 12px;
  font-family: "JetBrains Mono", "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.66rem;
}

.store-product-panel {
  justify-content: space-between;
}

.store-product-copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.store-media-card {
  width: 100%;
}

.store-media-light img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.store-collection {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.store-item-art img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.shop-footer {
  color: rgba(21, 21, 21, 0.62);
  border-top-color: rgba(0, 0, 0, 0.08);
}

@media (max-width: 760px) {
  .store-gate,
  .store-password-form {
    padding: 22px;
  }

  .store-shell {
    gap: 84px;
  }

  .store-actions,
  .store-link-row {
    width: 100%;
  }
}


.store-page-header {
  max-width: 920px;
}

.store-subnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.store-link-card {
  justify-content: space-between;
}

.store-catalog-grid {
  align-items: stretch;
}

.store-shop-item {
  justify-content: flex-start;
}

.store-shop-item .store-actions {
  margin-top: auto;
  width: 100%;
}

.store-shop-item-live {
  border-color: rgba(216, 15, 29, 0.22);
  box-shadow: 0 22px 56px rgba(216, 15, 29, 0.08), 0 16px 38px rgba(0, 0, 0, 0.08);
}

.store-item-meta {
  font-family: "JetBrains Mono", "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.68rem;
  color: rgba(21, 21, 21, 0.62);
}


h1, h2, h3, .logo, .button, .tag, .kicker, .eyebrow, .nav-drawer a {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body, .card, .panel, .hero-stat, .release-card, .gallery-tile, .form, .store-item-card {
  background: #000;
  border-color: rgba(255,255,255,0.2);
}

.button.primary {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}

.button.ghost {
  border: 1px solid #fff;
  color: #fff;
}
