@charset "UTF-8";
:where(.wp-site-blocks) > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

@keyframes wgt-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.wgt-masthead {
  position: relative;
  border-bottom: 2px solid var(--wp--preset--color--separator);
  padding: var(--wp--preset--spacing--80) var(--wp--preset--spacing--60) var(--wp--preset--spacing--70);
  text-align: center;
}
.wgt-masthead--compact {
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--60) var(--wp--preset--spacing--50);
}

.wgt-edition-line {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  margin-bottom: var(--wp--preset--spacing--40);
  color: var(--wp--preset--color--text-gray);
}

.wgt-logo {
  display: block;
  color: var(--wp--preset--color--black);
  font-weight: 900;
  font-size: clamp(80px, 14vw, 200px);
  line-height: 0.82;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.04em;
  text-decoration: none;
}
.wgt-logo--sm {
  font-size: clamp(36px, 6vw, 60px);
  line-height: 0.88;
}

.wgt-logo-sub {
  margin-top: 12px;
  color: var(--wp--preset--color--primary);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(13px, 2vw, 22px);
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: 0.1em;
}

.wgt-tagline {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: var(--wp--preset--spacing--50);
  color: var(--wp--preset--color--text-gray);
  letter-spacing: 0.3em;
}

.wgt-stamp {
  display: flex;
  position: absolute;
  top: 24px;
  right: 36px;
  justify-content: center;
  align-items: center;
  transform: rotate(12deg);
  opacity: 0.4;
  border: 2px solid var(--wp--preset--color--separator);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: var(--wp--preset--color--black);
  font-weight: 700;
  font-size: 9px;
  line-height: 1.3;
  font-family: var(--wp--preset--font-family--content);
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .wgt-stamp {
    display: none;
  }
}

.wgt-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  border-bottom: 2px solid var(--wp--preset--color--separator);
}
.wgt-nav a {
  position: relative;
  border-right: 1px solid var(--wp--preset--color--separator);
  padding: 14px 28px;
  color: var(--wp--preset--color--black);
  font-weight: 500;
  font-size: 11px;
  font-family: var(--wp--preset--font-family--content);
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
}
.wgt-nav a:last-child {
  border-right: none;
}
.wgt-nav a:hover, .wgt-nav a[aria-current=page] {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--bg);
}
.wgt-nav a.wgt-nav__hot::after {
  position: absolute;
  top: 8px;
  right: 8px;
  content: "●";
  color: var(--wp--preset--color--primary);
  font-size: 6px;
}
@media (max-width: 720px) {
  .wgt-nav a {
    padding: 12px 16px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}

.wgt-grade-banner {
  border-bottom: 2px solid var(--wp--preset--color--separator);
  background: var(--wp--preset--color--black);
  padding: 14px 20px;
  color: var(--wp--preset--color--bg);
  font-style: italic;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: 0.03em;
  text-align: center;
}
.wgt-grade-banner strong {
  color: var(--wp--preset--color--primary);
  font-style: normal;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--content);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.wgt-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 2px solid var(--wp--preset--color--separator);
  min-height: 520px;
}
@media (max-width: 720px) {
  .wgt-hero {
    grid-template-columns: 1fr;
  }
}

.wgt-hero__content {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  border-right: 2px solid var(--wp--preset--color--separator);
  background: var(--wp--preset--color--bg);
  padding: var(--wp--preset--spacing--80) var(--wp--preset--spacing--70);
  color: var(--wp--preset--color--black);
}
@media (max-width: 720px) {
  .wgt-hero__content {
    border-right: none;
    border-bottom: 2px solid var(--wp--preset--color--separator);
  }
}

.wgt-hero__art {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background: var(--wp--preset--color--bg);
  overflow: hidden;
}
@media (max-width: 720px) {
  .wgt-hero__art {
    min-height: 250px;
  }
}

.wgt-hero__badge {
  display: inline-block;
  border: 2px solid var(--wp--preset--color--separator);
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: var(--wp--preset--spacing--50);
  padding: 5px 12px;
  width: fit-content;
}

.wgt-hero__title {
  font-weight: 900;
  line-height: 0.85;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.03em;
  margin-bottom: var(--wp--preset--spacing--50);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.88;
}
.wgt-hero__title em {
  color: var(--wp--preset--color--primary);
  font-style: italic;
  font-weight: 400;
  font-size: 0.5em;
  letter-spacing: 0.05em;
}

.wgt-hero__meta {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: var(--wp--preset--spacing--50);
  color: var(--wp--preset--color--text-gray);
}

.wgt-hero__excerpt {
  max-width: 460px;
  color: var(--wp--preset--color--text-muted);
  font-size: 15px;
  line-height: 1.7;
  font-family: var(--wp--preset--font-family--display);
}

.wgt-typo-art {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.wgt-typo-art__layer {
  position: absolute;
  font-weight: 900;
  font-size: clamp(140px, 20vw, 320px);
  line-height: 0.8;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.05em;
  user-select: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.wgt-typo-art__layer--black {
  color: var(--wp--preset--color--black);
}
.wgt-typo-art__layer--red {
  transform: translate(6px, -6px);
  opacity: 0.7;
  mix-blend-mode: multiply;
  color: var(--wp--preset--color--primary);
}

.wgt-section-header {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--wp--preset--color--separator);
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--60) var(--wp--preset--spacing--40);
}
.wgt-section-header__title {
  font-weight: 700;
  font-family: var(--wp--preset--font-family--content);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.3em;
}
.wgt-section-header__line {
  flex: 1;
  background: var(--wp--preset--color--black);
  height: 1px;
}
.wgt-section-header__meta {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wp--preset--color--text-gray);
}

.wgt-beef-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  border-bottom: 2px solid var(--wp--preset--color--separator);
  background: var(--wp--preset--color--black);
}
.wgt-beef-grid--cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.wgt-beef-grid--cols-1 {
  grid-template-columns: 1fr;
}
@media (max-width: 720px) {
  .wgt-beef-grid {
    grid-template-columns: 1fr !important;
  }
}

.wgt-beef-card {
  display: block;
  position: relative;
  cursor: pointer;
  background: var(--wp--preset--color--bg);
  padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--50);
  overflow: hidden;
  color: var(--wp--preset--color--black);
  text-decoration: none;
}
.wgt-beef-card:hover {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--bg);
}
.wgt-beef-card:hover .wgt-beef-card__grade {
  color: var(--wp--preset--color--primary);
}
.wgt-beef-card:hover .wgt-beef-card__grade-label {
  color: var(--wp--preset--color--text-gray);
}
.wgt-beef-card:hover .wgt-beef-card__parties {
  color: var(--wp--preset--color--bg);
}
.wgt-beef-card:hover .wgt-beef-card__desc {
  color: var(--wp--preset--color--text-light);
}
.wgt-beef-card:hover .wgt-beef-card__tags span,
.wgt-beef-card:hover .wgt-beef-card__tags a {
  border-color: #555;
  color: var(--wp--preset--color--text-light);
}
.wgt-beef-card__grade {
  margin-bottom: 4px;
  color: var(--wp--preset--color--black);
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.03em;
}
.wgt-beef-card__grade-label {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: var(--wp--preset--color--text-gray);
}
.wgt-beef-card__parties {
  margin-bottom: 8px;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.15;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.02em;
}
.wgt-beef-card__vs {
  display: block;
  margin: 4px 0;
  color: var(--wp--preset--color--primary);
  font-weight: 400;
  font-size: 9px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.25em;
}
.wgt-beef-card__desc {
  margin-bottom: var(--wp--preset--spacing--40);
  color: var(--wp--preset--color--text-muted);
  font-size: 13px;
  line-height: 1.6;
  font-family: var(--wp--preset--font-family--display);
}
.wgt-beef-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.wgt-beef-card__tags span,
.wgt-beef-card__tags a {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid var(--wp--preset--color--separator);
  padding: 3px 8px;
  color: var(--wp--preset--color--black);
  letter-spacing: 0.1em;
  text-decoration: none;
}
.wgt-beef-card__tags a:hover {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--bg);
}
.wgt-beef-card__status {
  position: absolute;
  top: 14px;
  right: 14px;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
.wgt-beef-card__status--live {
  animation: wgt-blink 1.2s step-end infinite;
  background: var(--wp--preset--color--primary);
}
.wgt-beef-card__status--simmering {
  background: var(--wp--preset--color--text-gray);
}
.wgt-beef-card__status--cold {
  background: var(--wp--preset--color--text-placeholder);
}
.wgt-beef-card__status--resolved {
  background: var(--wp--preset--color--success);
}

.wgt-breadcrumb {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--wp--preset--color--separator);
  padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--60);
  color: var(--wp--preset--color--text-gray);
  letter-spacing: 0.1em;
}
.wgt-breadcrumb a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
}
.wgt-breadcrumb a:hover {
  color: var(--wp--preset--color--primary);
}
.wgt-breadcrumb__sep {
  margin: 0 8px;
  color: var(--wp--preset--color--text-placeholder);
}

.wgt-page-hero {
  border-bottom: 2px solid var(--wp--preset--color--separator);
  padding: var(--wp--preset--spacing--80) var(--wp--preset--spacing--60);
  max-width: 100%;
}
@media (max-width: 720px) {
  .wgt-page-hero {
    padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--50);
  }
}

.wgt-page-hero-split {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
  border-bottom: 2px solid var(--wp--preset--color--separator);
}
@media (max-width: 720px) {
  .wgt-page-hero-split {
    grid-template-columns: 1fr;
  }
}

.wgt-page-hero-split__content {
  border-right: 2px solid var(--wp--preset--color--separator);
  padding: var(--wp--preset--spacing--80) var(--wp--preset--spacing--70);
}
@media (max-width: 720px) {
  .wgt-page-hero-split__content {
    border-right: none;
    border-bottom: 2px solid var(--wp--preset--color--separator);
  }
}

.wgt-page-hero-split__sidebar {
  padding: var(--wp--preset--spacing--80) var(--wp--preset--spacing--60);
}

.wgt-page-title {
  font-weight: 900;
  line-height: 0.85;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.03em;
  margin-bottom: var(--wp--preset--spacing--40);
  font-size: clamp(42px, 6vw, 80px);
  line-height: 0.88;
}
.wgt-page-title em {
  color: var(--wp--preset--color--primary);
  font-style: italic;
  font-weight: 400;
  font-size: 0.45em;
  letter-spacing: 0.05em;
}

.wgt-page-subtitle {
  max-width: 600px;
  color: var(--wp--preset--color--text-muted);
  font-style: italic;
  font-size: 18px;
  line-height: 1.6;
  font-family: var(--wp--preset--font-family--display);
}

.wgt-page-meta {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: var(--wp--preset--spacing--50);
  color: var(--wp--preset--color--text-gray);
}
.wgt-page-meta a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}

.wgt-content-body {
  padding: var(--wp--preset--spacing--70) var(--wp--preset--spacing--60);
  max-width: var(--wp--custom--layout--content);
  color: var(--wp--preset--color--text-content);
  font-size: 17px;
  line-height: 1.8;
  font-family: var(--wp--preset--font-family--display);
}
.wgt-content-body--centered {
  margin: 0 auto;
}
.wgt-content-body h2 {
  font-weight: 700;
  font-family: var(--wp--preset--font-family--content);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: var(--wp--preset--spacing--70) 0 var(--wp--preset--spacing--40);
  border-bottom: 1px solid var(--wp--preset--color--separator);
  padding-bottom: 10px;
  color: var(--wp--preset--color--black);
  font-size: 13px;
  letter-spacing: 0.2em;
}
.wgt-content-body h3 {
  margin: var(--wp--preset--spacing--60) 0 12px;
  color: var(--wp--preset--color--black);
  font-weight: 900;
  font-size: 24px;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.02em;
}
.wgt-content-body p {
  margin-bottom: var(--wp--preset--spacing--50);
}
.wgt-content-body blockquote {
  margin: var(--wp--preset--spacing--60) 0;
  border-left: 3px solid var(--wp--preset--color--primary);
  padding: var(--wp--preset--spacing--40) 0 var(--wp--preset--spacing--40) var(--wp--preset--spacing--50);
  color: var(--wp--preset--color--black);
  font-style: italic;
  font-size: 20px;
  line-height: 1.6;
}
.wgt-content-body a {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wgt-content-body a:hover {
  color: var(--wp--preset--color--black);
}
.wgt-content-body ul,
.wgt-content-body ol {
  margin: var(--wp--preset--spacing--40) 0 var(--wp--preset--spacing--50) 24px;
}
.wgt-content-body li {
  margin-bottom: 8px;
}
.wgt-content-body figure {
  margin: var(--wp--preset--spacing--60) 0;
  border: 2px solid var(--wp--preset--color--separator);
}
.wgt-content-body figure img {
  display: block;
  width: 100%;
}
.wgt-content-body figure figcaption {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-top: 1px solid var(--wp--preset--color--separator);
  padding: 10px 14px;
  color: var(--wp--preset--color--text-gray);
  letter-spacing: 0.1em;
}
@media (max-width: 720px) {
  .wgt-content-body {
    padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--50);
  }
}

.wgt-split-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  border-bottom: 2px solid var(--wp--preset--color--separator);
}
@media (max-width: 720px) {
  .wgt-split-layout {
    grid-template-columns: 1fr;
  }
}

.wgt-split-layout__main {
  border-right: 2px solid var(--wp--preset--color--separator);
}
@media (max-width: 720px) {
  .wgt-split-layout__main {
    border-right: none;
    border-bottom: 2px solid var(--wp--preset--color--separator);
  }
}

.wgt-split-layout__side {
  padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--50);
}

.wgt-sidebar-block {
  margin-bottom: var(--wp--preset--spacing--60);
}
.wgt-sidebar-block__title {
  font-weight: 700;
  font-family: var(--wp--preset--font-family--content);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: var(--wp--preset--spacing--40);
  border-bottom: 2px solid var(--wp--preset--color--separator);
  padding-bottom: 10px;
  font-size: 11px;
  letter-spacing: 0.2em;
}

.wgt-split-section {
  display: grid;
  grid-template-columns: 2fr 1fr;
  border-bottom: 2px solid var(--wp--preset--color--separator);
}
@media (max-width: 720px) {
  .wgt-split-section {
    grid-template-columns: 1fr;
  }
}

.wgt-split-section__main {
  border-right: 2px solid var(--wp--preset--color--separator);
  padding: var(--wp--preset--spacing--60);
}
@media (max-width: 720px) {
  .wgt-split-section__main {
    border-right: none;
    border-bottom: 2px solid var(--wp--preset--color--separator);
  }
}

.wgt-split-section__side {
  padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--50);
}
.wgt-split-section__side h3 {
  font-weight: 700;
  font-family: var(--wp--preset--font-family--content);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: var(--wp--preset--spacing--50);
  border-bottom: 2px solid var(--wp--preset--color--separator);
  padding-bottom: 12px;
  font-size: 11px;
  letter-spacing: 0.2em;
}

.wgt-meta-table {
  border-collapse: collapse;
  width: 100%;
}
.wgt-meta-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.wgt-meta-table td {
  vertical-align: top;
  padding: 10px 0;
}
.wgt-meta-table__label {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-right: 12px;
  width: 100px;
  color: var(--wp--preset--color--text-gray);
  letter-spacing: 0.1em;
}
.wgt-meta-table__value {
  color: var(--wp--preset--color--black);
  font-size: 14px;
  font-family: var(--wp--preset--font-family--display);
}

.wgt-grade-display {
  margin-bottom: var(--wp--preset--spacing--50);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: var(--wp--preset--spacing--50) 0 var(--wp--preset--spacing--50);
  text-align: center;
}
.wgt-grade-display__grade {
  color: var(--wp--preset--color--primary);
  font-weight: 900;
  font-size: 72px;
  line-height: 1;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.03em;
}
.wgt-grade-display__label {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 6px;
  color: var(--wp--preset--color--text-gray);
}

.wgt-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid var(--wp--preset--color--separator);
  padding: 4px 10px;
  letter-spacing: 0.1em;
}
.wgt-status-badge__dot {
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.wgt-status-badge__dot--live {
  background: var(--wp--preset--color--primary);
}
.wgt-status-badge__dot--simmering {
  background: var(--wp--preset--color--text-gray);
}
.wgt-status-badge__dot--cold {
  background: var(--wp--preset--color--text-placeholder);
}
.wgt-status-badge__dot--resolved {
  background: var(--wp--preset--color--success);
}

.wgt-timeline {
  padding: 0;
  list-style: none;
}

.wgt-timeline__entry {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: var(--wp--preset--spacing--50) 0;
}

.wgt-timeline__date {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-top: 4px;
  min-width: 90px;
  color: var(--wp--preset--color--text-gray);
  letter-spacing: 0.1em;
}

.wgt-timeline__body {
  color: var(--wp--preset--color--text-content);
  font-size: 14px;
  line-height: 1.6;
  font-family: var(--wp--preset--font-family--display);
}

.wgt-filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--wp--preset--color--separator);
  padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--60);
}
.wgt-filter-bar__label {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-right: 4px;
  color: var(--wp--preset--color--text-gray);
}
.wgt-filter-bar__divider {
  margin: 0 8px;
  background: rgba(0, 0, 0, 0.15);
  width: 1px;
  height: 20px;
}
.wgt-filter-bar a {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid var(--wp--preset--color--separator);
  padding: 5px 10px;
  color: var(--wp--preset--color--black);
  letter-spacing: 0.1em;
  text-decoration: none;
}
.wgt-filter-bar a:hover, .wgt-filter-bar a.is-active {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--bg);
}
@media (max-width: 720px) {
  .wgt-filter-bar {
    padding: 12px 20px;
  }
}

.wgt-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-bottom: 2px solid var(--wp--preset--color--separator);
  padding: 0;
}
.wgt-pagination a,
.wgt-pagination span {
  display: block;
  border-right: 1px solid var(--wp--preset--color--separator);
  padding: 16px 24px;
  color: var(--wp--preset--color--black);
  font-size: 11px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.1em;
  text-decoration: none;
}
.wgt-pagination a:last-child,
.wgt-pagination span:last-child {
  border-right: none;
}
.wgt-pagination .is-current {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--bg);
}
.wgt-pagination a:hover {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--bg);
}

.wgt-trending-item {
  display: flex;
  gap: 14px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 14px 0;
  color: var(--wp--preset--color--black);
  text-decoration: none;
}
.wgt-trending-item:hover {
  padding-left: 6px;
}

.wgt-trending-item__rank {
  min-width: 30px;
  color: var(--wp--preset--color--black);
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.03em;
}

.wgt-trending-item__title {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  font-family: var(--wp--preset--font-family--display);
}

.wgt-trending-item__meta {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wp--preset--color--text-gray);
  letter-spacing: 0.1em;
}

.wgt-taxonomy-row {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--wp--preset--color--separator);
}
.wgt-taxonomy-row:last-child {
  border-bottom: none;
}
@media (max-width: 720px) {
  .wgt-taxonomy-row {
    flex-direction: column;
  }
}

.wgt-taxonomy-item {
  display: block;
  flex: 1;
  cursor: pointer;
  border-right: 1px solid var(--wp--preset--color--separator);
  padding: var(--wp--preset--spacing--50);
  color: var(--wp--preset--color--black);
  text-decoration: none;
}
.wgt-taxonomy-item:last-child {
  border-right: none;
}
.wgt-taxonomy-item:hover {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--bg);
}
.wgt-taxonomy-item:hover p {
  color: var(--wp--preset--color--text-light);
}
.wgt-taxonomy-item h4 {
  font-weight: 700;
  font-family: var(--wp--preset--font-family--content);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 0.15em;
}
.wgt-taxonomy-item p {
  color: var(--wp--preset--color--text-muted);
  font-style: italic;
  font-size: 13px;
  line-height: 1.5;
  font-family: var(--wp--preset--font-family--display);
}
@media (max-width: 720px) {
  .wgt-taxonomy-item {
    border-right: none;
    border-bottom: 1px solid var(--wp--preset--color--separator);
  }
  .wgt-taxonomy-item:last-child {
    border-bottom: none;
  }
}

.wgt-pull-quote {
  position: relative;
  border-bottom: 2px solid var(--wp--preset--color--separator);
  background: var(--wp--preset--color--black);
  padding: var(--wp--preset--spacing--80) var(--wp--preset--spacing--60);
  color: var(--wp--preset--color--bg);
  text-align: center;
}
.wgt-pull-quote__text {
  margin: 0 auto var(--wp--preset--spacing--50);
  max-width: 800px;
  font-style: italic;
  font-weight: 900;
  font-size: clamp(28px, 4.5vw, 56px);
  line-height: 1.15;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.02em;
}
.wgt-pull-quote__attribution {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wp--preset--color--text-gray);
  letter-spacing: 0.3em;
}
.wgt-pull-quote__watermark {
  position: absolute;
  right: 50px;
  bottom: 30px;
  transform: rotate(12deg);
  opacity: 0.08;
  color: var(--wp--preset--color--primary);
  font-weight: 900;
  font-size: 80px;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.03em;
}

.wgt-cut-chart {
  border-bottom: 2px solid var(--wp--preset--color--separator);
  padding: var(--wp--preset--spacing--70) var(--wp--preset--spacing--60);
}
.wgt-cut-chart__inner {
  margin: 0 auto;
  max-width: 960px;
}
.wgt-cut-chart__title {
  font-weight: 700;
  font-family: var(--wp--preset--font-family--content);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: var(--wp--preset--spacing--50);
  font-size: 12px;
  letter-spacing: 0.3em;
  text-align: center;
}

.wgt-grade-scale {
  display: flex;
  gap: 0;
  border: 2px solid var(--wp--preset--color--separator);
}
@media (max-width: 720px) {
  .wgt-grade-scale {
    flex-direction: column;
  }
}

.wgt-grade-scale__item {
  flex: 1;
  cursor: pointer;
  border-right: 1px solid var(--wp--preset--color--separator);
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--40);
  text-align: center;
}
.wgt-grade-scale__item:last-child {
  border-right: none;
}
.wgt-grade-scale__item:hover {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--bg);
}
.wgt-grade-scale__item:hover .wgt-grade-scale__name {
  color: var(--wp--preset--color--text-light);
}
.wgt-grade-scale__item:hover .wgt-grade-scale__desc {
  color: var(--wp--preset--color--text-light);
}
@media (max-width: 720px) {
  .wgt-grade-scale__item {
    border-right: none;
    border-bottom: 1px solid var(--wp--preset--color--separator);
  }
  .wgt-grade-scale__item:last-child {
    border-bottom: none;
  }
}

.wgt-grade-scale__letter {
  margin-bottom: 6px;
  font-weight: 900;
  font-size: 42px;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.03em;
}

.wgt-grade-scale__name {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wp--preset--color--text-gray);
}

.wgt-grade-scale__desc {
  margin-top: 8px;
  color: var(--wp--preset--color--text-gray);
  font-style: italic;
  font-size: 11px;
  line-height: 1.4;
  font-family: var(--wp--preset--font-family--display);
}

.wgt-cta {
  border-bottom: 2px solid var(--wp--preset--color--separator);
  padding: var(--wp--preset--spacing--80) var(--wp--preset--spacing--60);
  text-align: center;
}
.wgt-cta__title {
  font-weight: 900;
  line-height: 0.85;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.03em;
  margin-bottom: 12px;
  color: var(--wp--preset--color--black);
  font-size: clamp(32px, 4vw, 56px);
}
.wgt-cta__text {
  margin-right: auto;
  margin-bottom: var(--wp--preset--spacing--50);
  margin-left: auto;
  max-width: 480px;
  color: var(--wp--preset--color--text-gray);
  font-size: 11px;
  line-height: 1.8;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.05em;
}

.wgt-btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: 2px solid var(--wp--preset--color--separator);
  background: var(--wp--preset--color--bg);
  padding: 16px 44px;
  color: var(--wp--preset--color--black);
  font-weight: 700;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--content);
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}
.wgt-btn:hover {
  transform: translate(-4px, -4px);
  box-shadow: 6px 6px 0 var(--wp--preset--color--black);
}
.wgt-btn--inverted {
  border-color: var(--wp--preset--color--black);
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--bg);
}
.wgt-btn--inverted:hover {
  box-shadow: 6px 6px 0 var(--wp--preset--color--primary);
}

.wgt-term-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: var(--wp--preset--spacing--60);
  border-bottom: 2px solid var(--wp--preset--color--separator);
  padding: var(--wp--preset--spacing--80) var(--wp--preset--spacing--60) var(--wp--preset--spacing--70);
}
@media (max-width: 720px) {
  .wgt-term-hero {
    grid-template-columns: 1fr;
    gap: var(--wp--preset--spacing--50);
  }
}

.wgt-term-hero__type {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: var(--wp--preset--color--text-gray);
  letter-spacing: 0.25em;
}

.wgt-term-hero__name {
  font-weight: 900;
  line-height: 0.85;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.03em;
  font-size: clamp(48px, 8vw, 100px);
}

.wgt-term-hero__desc {
  margin-top: var(--wp--preset--spacing--40);
  max-width: 560px;
  color: var(--wp--preset--color--text-muted);
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  font-family: var(--wp--preset--font-family--display);
}

.wgt-term-hero__stats {
  text-align: right;
}
@media (max-width: 720px) {
  .wgt-term-hero__stats {
    text-align: left;
  }
}

.wgt-term-hero__stat-number {
  font-weight: 900;
  font-size: 64px;
  line-height: 1;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.03em;
}

.wgt-term-hero__stat-label {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 4px;
  color: var(--wp--preset--color--text-gray);
}

.wgt-term-nav {
  display: flex;
  gap: 0;
  border-bottom: 2px solid var(--wp--preset--color--separator);
  overflow-x: auto;
}
.wgt-term-nav a {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-right: 1px solid var(--wp--preset--color--separator);
  padding: 12px 20px;
  color: var(--wp--preset--color--black);
  letter-spacing: 0.1em;
  text-decoration: none;
  white-space: nowrap;
}
.wgt-term-nav a:last-child {
  border-right: none;
}
.wgt-term-nav a:hover, .wgt-term-nav a.is-active {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--bg);
}

.wgt-vector-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 2px solid var(--wp--preset--color--separator);
}
@media (max-width: 720px) {
  .wgt-vector-hero {
    grid-template-columns: 1fr;
  }
}

.wgt-vector-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 2px solid var(--wp--preset--color--separator);
  padding: var(--wp--preset--spacing--80) var(--wp--preset--spacing--70);
}
@media (max-width: 720px) {
  .wgt-vector-hero__content {
    border-right: none;
    border-bottom: 2px solid var(--wp--preset--color--separator);
  }
}

.wgt-vector-hero__art {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background: var(--wp--preset--color--black);
  min-height: 360px;
  overflow: hidden;
}

.wgt-vector-hero__typo-bg {
  color: rgba(255, 255, 255, 0.04);
  font-weight: 900;
  font-size: clamp(60px, 10vw, 160px);
  line-height: 0.85;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.04em;
  user-select: none;
  text-align: center;
  text-transform: uppercase;
}

.wgt-stats-row {
  display: flex;
  gap: 0;
  border-bottom: 2px solid var(--wp--preset--color--separator);
}
@media (max-width: 720px) {
  .wgt-stats-row {
    flex-direction: column;
  }
}

.wgt-stats-row__cell {
  flex: 1;
  border-right: 1px solid var(--wp--preset--color--separator);
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--50);
  text-align: center;
}
.wgt-stats-row__cell:last-child {
  border-right: none;
}
@media (max-width: 720px) {
  .wgt-stats-row__cell {
    border-right: none;
    border-bottom: 1px solid var(--wp--preset--color--separator);
  }
  .wgt-stats-row__cell:last-child {
    border-bottom: none;
  }
}

.wgt-stats-row__number {
  font-weight: 900;
  font-size: 36px;
  line-height: 1;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.03em;
}

.wgt-stats-row__label {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 6px;
  color: var(--wp--preset--color--text-gray);
}

.wgt-search-form {
  display: flex;
  border-bottom: 2px solid var(--wp--preset--color--separator);
}
.wgt-search-form__input {
  flex: 1;
  outline: none;
  border: none;
  background: transparent;
  padding: 14px 24px;
  color: var(--wp--preset--color--black);
  font-size: 16px;
  font-family: var(--wp--preset--font-family--display);
}
.wgt-search-form__input::placeholder {
  color: var(--wp--preset--color--text-placeholder);
  font-style: italic;
}
.wgt-search-form__submit {
  cursor: pointer;
  border: none;
  background: var(--wp--preset--color--black);
  padding: 14px 28px;
  color: var(--wp--preset--color--bg);
  font-weight: 700;
  font-size: 11px;
  font-family: var(--wp--preset--font-family--content);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.wgt-search-hero {
  border-bottom: 2px solid var(--wp--preset--color--separator);
  padding: var(--wp--preset--spacing--70) var(--wp--preset--spacing--60);
}
.wgt-search-hero__label {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--wp--preset--color--text-gray);
  letter-spacing: 0.25em;
}
.wgt-search-hero__query {
  font-weight: 900;
  line-height: 0.85;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.03em;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 0.9;
}
.wgt-search-hero__query em {
  color: var(--wp--preset--color--primary);
  font-style: normal;
}
.wgt-search-hero__count {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: var(--wp--preset--spacing--40);
  color: var(--wp--preset--color--text-gray);
  letter-spacing: 0.1em;
}

.wgt-search-results {
  border-bottom: 2px solid var(--wp--preset--color--separator);
}

.wgt-search-result {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--60);
  color: var(--wp--preset--color--black);
  text-decoration: none;
}
.wgt-search-result:last-child {
  border-bottom: none;
}
.wgt-search-result:hover {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--bg);
}
.wgt-search-result:hover .wgt-search-result__grade {
  color: var(--wp--preset--color--primary);
}
.wgt-search-result:hover .wgt-search-result__meta {
  color: var(--wp--preset--color--text-gray);
}
.wgt-search-result:hover .wgt-search-result__desc {
  color: var(--wp--preset--color--text-light);
}
.wgt-search-result:hover .wgt-search-result__type {
  border-color: #555;
  color: var(--wp--preset--color--text-light);
}
.wgt-search-result__grade {
  font-weight: 900;
  font-size: 36px;
  line-height: 1;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.03em;
}
.wgt-search-result__title {
  margin-bottom: 4px;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.02em;
}
.wgt-search-result__desc {
  color: var(--wp--preset--color--text-muted);
  font-size: 13px;
  line-height: 1.5;
  font-family: var(--wp--preset--font-family--display);
}
.wgt-search-result__meta {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 6px;
  color: var(--wp--preset--color--text-gray);
  letter-spacing: 0.1em;
}
.wgt-search-result__type {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  align-self: start;
  border: 1px solid var(--wp--preset--color--separator);
  padding: 4px 10px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .wgt-search-result {
    grid-template-columns: 60px 1fr;
  }
  .wgt-search-result__type {
    display: none;
  }
}

.wgt-form-section {
  border-bottom: 2px solid var(--wp--preset--color--separator);
  padding: var(--wp--preset--spacing--60);
}

.wgt-form-section__title {
  font-weight: 700;
  font-family: var(--wp--preset--font-family--content);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: var(--wp--preset--spacing--50);
  border-bottom: 1px solid var(--wp--preset--color--separator);
  padding-bottom: 12px;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.wgt-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--wp--preset--spacing--50);
  margin-bottom: var(--wp--preset--spacing--50);
}
.wgt-form-row--full {
  grid-template-columns: 1fr;
}
@media (max-width: 720px) {
  .wgt-form-row {
    grid-template-columns: 1fr;
  }
}

.wgt-form-group label {
  display: block;
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--wp--preset--color--text-gray);
}
.wgt-form-group input,
.wgt-form-group textarea,
.wgt-form-group select {
  outline: none;
  border: none;
  border-bottom: 2px solid var(--wp--preset--color--separator);
  border-radius: 0;
  background: transparent;
  padding: 10px 0;
  width: 100%;
  color: var(--wp--preset--color--black);
  font-size: 16px;
  font-family: var(--wp--preset--font-family--display);
}
.wgt-form-group input:focus,
.wgt-form-group textarea:focus,
.wgt-form-group select:focus {
  border-bottom-color: var(--wp--preset--color--primary);
}
.wgt-form-group input::placeholder,
.wgt-form-group textarea::placeholder,
.wgt-form-group select::placeholder {
  color: var(--wp--preset--color--text-placeholder);
  font-style: italic;
}
.wgt-form-group textarea {
  border: 2px solid var(--wp--preset--color--separator);
  padding: var(--wp--preset--spacing--40);
  min-height: 140px;
  resize: vertical;
  line-height: 1.7;
}
.wgt-form-group textarea:focus {
  border-color: var(--wp--preset--color--primary);
}
.wgt-form-group select {
  cursor: pointer;
  padding-right: 20px;
}

.wgt-form-hint {
  margin-top: 6px;
  color: var(--wp--preset--color--text-light);
  font-size: 9px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.05em;
}

.wgt-grade-options {
  display: flex;
  gap: 0;
  border: 2px solid var(--wp--preset--color--separator);
}
@media (max-width: 720px) {
  .wgt-grade-options {
    flex-direction: column;
  }
}

.wgt-grade-option {
  flex: 1;
  cursor: pointer;
  border-right: 1px solid var(--wp--preset--color--separator);
  padding: var(--wp--preset--spacing--50) 12px;
  text-align: center;
}
.wgt-grade-option:last-child {
  border-right: none;
}
.wgt-grade-option:hover, .wgt-grade-option.is-selected {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--bg);
}
.wgt-grade-option:hover .wgt-grade-option__name, .wgt-grade-option.is-selected .wgt-grade-option__name {
  color: var(--wp--preset--color--text-light);
}
.wgt-grade-option__letter {
  margin-bottom: 4px;
  font-weight: 900;
  font-size: 28px;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.03em;
}
.wgt-grade-option__name {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wp--preset--color--text-gray);
  letter-spacing: 0.1em;
}
@media (max-width: 720px) {
  .wgt-grade-option {
    border-right: none;
    border-bottom: 1px solid var(--wp--preset--color--separator);
  }
  .wgt-grade-option:last-child {
    border-bottom: none;
  }
}

.wgt-submit-area {
  border-bottom: 2px solid var(--wp--preset--color--separator);
  padding: var(--wp--preset--spacing--60);
  text-align: center;
}
.wgt-submit-area__note {
  margin-bottom: var(--wp--preset--spacing--50);
  color: var(--wp--preset--color--text-gray);
  font-size: 10px;
  line-height: 1.7;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.05em;
}

.wgt-empty-state {
  border-bottom: 2px solid var(--wp--preset--color--separator);
  padding: var(--wp--preset--spacing--80) var(--wp--preset--spacing--60);
  text-align: center;
}
.wgt-empty-state__title {
  font-weight: 900;
  line-height: 0.85;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.03em;
  margin-bottom: var(--wp--preset--spacing--40);
  font-size: clamp(36px, 5vw, 64px);
}
.wgt-empty-state__desc {
  color: var(--wp--preset--color--text-muted);
  font-style: italic;
  font-size: 16px;
  font-family: var(--wp--preset--font-family--display);
}

.wgt-404 {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid var(--wp--preset--color--separator);
  padding: var(--wp--preset--spacing--80) var(--wp--preset--spacing--60);
  min-height: 60vh;
  overflow: hidden;
  text-align: center;
}
.wgt-404__bg {
  position: absolute;
  opacity: 0.03;
  pointer-events: none;
  color: var(--wp--preset--color--black);
  font-weight: 900;
  font-size: clamp(200px, 30vw, 500px);
  line-height: 1;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.05em;
  user-select: none;
}
.wgt-404__grade {
  position: relative;
  margin-bottom: 8px;
  color: var(--wp--preset--color--primary);
  font-weight: 900;
  font-size: 72px;
  line-height: 1;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.03em;
}
.wgt-404__label {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: relative;
  margin-bottom: var(--wp--preset--spacing--60);
  color: var(--wp--preset--color--text-gray);
  letter-spacing: 0.25em;
}
.wgt-404__title {
  font-weight: 900;
  line-height: 0.85;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.03em;
  position: relative;
  margin-bottom: var(--wp--preset--spacing--40);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.wgt-404__desc {
  position: relative;
  margin-bottom: var(--wp--preset--spacing--60);
  max-width: 440px;
  color: var(--wp--preset--color--text-muted);
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  font-family: var(--wp--preset--font-family--display);
}
.wgt-404__links {
  display: flex;
  position: relative;
  gap: 0;
  border: 2px solid var(--wp--preset--color--separator);
}
.wgt-404__links a {
  border-right: 1px solid var(--wp--preset--color--separator);
  padding: 14px 28px;
  color: var(--wp--preset--color--black);
  font-weight: 700;
  font-size: 11px;
  font-family: var(--wp--preset--font-family--content);
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
}
.wgt-404__links a:last-child {
  border-right: none;
}
.wgt-404__links a:hover {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--bg);
}

.wgt-footer {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: var(--wp--preset--spacing--60);
  border-top: 4px solid var(--wp--preset--color--primary);
  background: var(--wp--preset--color--black);
  padding: var(--wp--preset--spacing--60);
  color: var(--wp--preset--color--text-muted);
}
@media (max-width: 720px) {
  .wgt-footer {
    grid-template-columns: 1fr;
  }
}
.wgt-footer__brand {
  margin-bottom: 12px;
  color: var(--wp--preset--color--bg);
  font-weight: 900;
  font-size: 22px;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.02em;
}
.wgt-footer p {
  font-size: 10px;
  line-height: 1.8;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.05em;
}
.wgt-footer h4 {
  margin-bottom: var(--wp--preset--spacing--40);
  color: var(--wp--preset--color--text-gray);
  font-size: 10px;
  font-family: var(--wp--preset--font-family--content);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.wgt-footer a {
  display: block;
  padding: 4px 0;
  color: var(--wp--preset--color--text-muted);
  font-size: 11px;
  font-family: var(--wp--preset--font-family--monospace);
  text-decoration: none;
}
.wgt-footer a:hover {
  color: var(--wp--preset--color--primary);
}

.wgt-footer__bottom {
  display: flex;
  grid-column: 1/-1;
  justify-content: space-between;
  border-top: 1px solid #333;
  padding-top: var(--wp--preset--spacing--50);
  color: #444;
  font-size: 9px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wgt-reveal {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.wgt-reveal.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.label-text {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wp--preset--color--text-gray);
}

.wgt-masthead--landing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 40px;
  text-align: left;
}
@media (max-width: 720px) {
  .wgt-masthead--landing {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

.wgt-masthead__status {
  animation: wgt-blink 2s infinite;
  color: var(--wp--preset--color--primary);
  font-weight: 700;
  font-size: 10px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.wgt-masthead__logo {
  color: var(--wp--preset--color--black);
  font-weight: 900;
  font-size: 24px;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.02em;
  text-decoration: none;
}

.wgt-masthead__date {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.wgt-landing-hero {
  border-bottom: 2px solid var(--wp--preset--color--separator);
  background: var(--wp--preset--color--bg);
  padding: 100px 40px;
  text-align: center;
}
.wgt-landing-hero h1 {
  font-weight: 900;
  line-height: 0.85;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -0.03em;
  margin-top: 0;
  margin-bottom: 24px;
  color: var(--wp--preset--color--black);
  font-size: clamp(60px, 12vw, 160px);
  text-transform: uppercase;
}
.wgt-landing-hero p {
  margin: 0 auto 60px;
  max-width: 700px;
  color: var(--wp--preset--color--text-muted);
  font-style: italic;
  font-size: clamp(18px, 3vw, 28px);
  line-height: 1.4;
  font-family: var(--wp--preset--font-family--display);
}
.wgt-landing-hero .wsf-form {
  margin: 0 auto;
  max-width: 600px;
}
.wgt-landing-hero .wsf-form .wsf-grid {
  margin-right: 0;
  margin-left: 0;
}
.wgt-landing-hero .wsf-form .wsf-field-wrapper {
  margin-bottom: 0;
  padding: 0;
}

.wgt-landing-hero__eyebrow {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: var(--wp--preset--color--primary);
}

.wgt-landing-hero__note {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  color: var(--wp--preset--color--text-gray);
}

.wgt-subscribe-form {
  display: flex;
  transition: transform 0.2s, box-shadow 0.2s;
  margin: 0 auto;
  border: 2px solid var(--wp--preset--color--separator);
  background: var(--wp--preset--color--bg);
  max-width: 600px;
}
.wgt-subscribe-form:focus-within {
  transform: translate(-4px, -4px);
  box-shadow: 6px 6px 0 var(--wp--preset--color--black);
}
.wgt-subscribe-form__input {
  flex: 1;
  outline: none;
  border: none;
  background: transparent;
  padding: 20px 24px;
  color: var(--wp--preset--color--black);
  font-style: italic;
  font-size: 18px;
  font-family: var(--wp--preset--font-family--display);
}
.wgt-subscribe-form__input::placeholder {
  color: var(--wp--preset--color--text-placeholder);
}
.wgt-subscribe-form__submit {
  font-weight: 700;
  font-family: var(--wp--preset--font-family--content);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: color 0.2s;
  cursor: pointer;
  border: none;
  border-left: 2px solid var(--wp--preset--color--separator);
  background: var(--wp--preset--color--black);
  padding: 0 40px;
  color: var(--wp--preset--color--bg);
  font-size: 13px;
  letter-spacing: 0.15em;
}
.wgt-subscribe-form__submit:hover {
  color: var(--wp--preset--color--primary);
}
@media (max-width: 720px) {
  .wgt-subscribe-form {
    flex-direction: column;
  }
  .wgt-subscribe-form .wgt-subscribe-form__submit {
    border-top: 2px solid var(--wp--preset--color--separator);
    border-left: none;
    padding: 20px;
  }
}

.wgt-cs-preview-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid var(--wp--preset--color--separator);
  padding: 30px 40px 30px;
}
.wgt-cs-preview-header h2 {
  font-weight: 700;
  font-family: var(--wp--preset--font-family--content);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media (max-width: 720px) {
  .wgt-cs-preview-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.wgt-footer-mini {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 40px;
  color: var(--wp--preset--color--text-gray);
  text-align: center;
}