/*
Theme Name: VENU Dashboard
Theme URI: https://example.com/venu-dashboard
Author: Lunar Shift
Author URI: https://lunarshift.com/
Description: Custom theme for the VENU Dashboard.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: venu-dashboard
*/

@font-face {
  font-family: "Neue Kabel";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src:
    url("assets/fonts/neuekabel-black-webfont.woff2") format("woff2"),
    url("assets/fonts/neuekabel-black-webfont.woff") format("woff");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Barlow Semi Condensed", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  background: #000;
  background-image: url("assets/bg-black-keys.jpg");
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 100% auto;
  background-attachment: fixed;
  color: #fff;
}

/* Horizontal breathing room; inner .content-wrap caps at 1500px */
body {
  --site-body-gutter: clamp(1rem, 4vw, 2rem);
  padding-left: var(--site-body-gutter);
  padding-right: var(--site-body-gutter);
}

/*
 * WordPress admin bar: on small viewports hide the bar and strip the margin/padding
 * core applies to html/body (avoids extra top gap when testing mobile / responsive).
 * Breakpoint matches theme mobile layout (see .site-header mobile rules).
 */
@media (max-width: 900px) {
  html {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body.admin-bar {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  #wpadminbar {
    display: none !important;
  }
}

::selection {
  background: #ac822e;
  color: #111;
}

::-moz-selection {
  background: #ac822e;
  color: #111;
}

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

a:hover {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.content-wrap {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.site-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Basic reveal animation (JS toggles .is-loading/.is-visible) */
[data-reveal] {
  opacity: 0;
  transform: translate3d(0, var(--dashboard-reveal-distance, 15px), 0);
}

[data-reveal-anim="fade-up"] {
  --dashboard-reveal-distance: 15px;
  --dashboard-reveal-delay: 0ms;
  will-change: opacity, transform;
}

[data-reveal-anim="fade-up"].is-loading {
  opacity: 0;
  transform: translate3d(0, var(--dashboard-reveal-distance), 0);
}

[data-reveal-anim="fade-up"].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  transition-delay: var(--dashboard-reveal-delay);
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal-anim="fade-up"] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Header */
.site-header {
  background: #000;
  color: #fff;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.site-header__brand {
  flex-shrink: 0;
  line-height: 0;
}

/* Keep tap/row height when ACF logo is empty (avoids collapsed <a> with line-height: 0) */
.site-header__brand--no-logo {
  min-height: 73px;
  align-self: center;
}

.site-header__logo {
  display: block;
  height: 73px;
  width: auto;
}

/* Nav — Figma: Barlow Semi Condensed 600, 17px, line-height 177%, uppercase */
.site-nav {
  flex: 1;
  min-width: 0;
}

.site-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35em 0.65em;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav__list > .menu-item {
  display: flex;
  align-items: center;
}

.site-nav__list > .menu-item:not(:last-child)::after {
  content: "·";
  display: block;
  font-size: 17px;
  line-height: 1;
  color: #fff;
  margin-left: 0.65em;
  user-select: none;
  transform: translateY(-0.05em);
}

.site-nav__list > .menu-item > a {
  display: inline-block;
  font-family: "Barlow Semi Condensed", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.77;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}

.site-nav__list > .menu-item > a:hover {
  text-decoration: none;
  opacity: 0.85;
}

/* Narrow desktop: shrink nav slightly so it stays one row before 900px mobile / hamburger (~half the delta vs full desktop) */
@media (min-width: 901px) and (max-width: 1000px) {
  .site-header__inner {
    gap: 1.625rem;
  }

  .site-header__logo {
    height: 68px;
  }

  .site-header__brand--no-logo {
    min-height: 68px;
  }

  .site-nav__list {
    gap: 0.325em 0.575em;
  }

  .site-nav__list > .menu-item:not(:last-child)::after {
    font-size: 16px;
    margin-left: 0.575em;
  }

  .site-nav__list > .menu-item > a {
    font-size: 16px;
  }
}

.site-header__mobile-toggle {
  display: none;
}

.site-mobile-menu {
  display: none;
}

@media (max-width: 900px) {
  .site-header {
    position: relative;
    z-index: 1000;
  }

  /* Full-bleed bottom rule (body gutter would otherwise shorten a border on .site-header) */
  .site-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    margin-left: calc(-1 * var(--site-body-gutter));
    margin-right: calc(-1 * var(--site-body-gutter));
    background: #373737;
    pointer-events: none;
  }

  .site-header__inner {
    gap: 1rem;
  }

  .site-header__logo {
    height: 45px;
  }

  .site-header__brand--no-logo {
    min-height: 45px;
  }

  .site-nav {
    display: none;
  }

  .site-header__mobile-toggle {
    position: relative;
    z-index: 1002;
    display: inline-flex;
    width: 48px;
    height: 48px;
    margin-left: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
  }

  .site-header__mobile-toggle-line {
    position: absolute;
    width: 28px;
    height: 2px;
    background: currentColor;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .site-header__mobile-toggle-line:nth-child(1) {
    transform: translateY(-8px);
  }

  .site-header__mobile-toggle-line:nth-child(3) {
    transform: translateY(8px);
  }

  .site-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 1001;
    display: block;
    background: #000;
    transform: translateX(100%);
    transition: transform 0.32s ease;
    overflow-y: auto;
    padding: 7.5rem 1.75rem 2rem;
  }

  .site-mobile-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .site-mobile-menu__list .menu-item > a {
    display: block;
    font-family: "Barlow Semi Condensed", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 0.4rem 0;
  }

  .site-header.is-mobile-menu-open .site-mobile-menu {
    transform: translateX(0);
  }

  .site-header.is-mobile-menu-open .site-header__mobile-toggle-line:nth-child(1) {
    transform: rotate(45deg);
  }

  .site-header.is-mobile-menu-open .site-header__mobile-toggle-line:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-mobile-menu-open .site-header__mobile-toggle-line:nth-child(3) {
    transform: rotate(-45deg);
  }

  body.mobile-menu-open {
    overflow: hidden;
  }
}

/* Main — tight line-height for dashboard body (hero, modules, page content); header/footer set their own */
.site-main {
  flex: 1;
  width: 100%;
  padding-top: 0;
  padding-bottom: 2rem;
  line-height: 1;
}

/* Front page — Live Dashboard hero */
.dashboard-hero__inner {
  position: relative;
  padding-top: clamp(2.25rem, 5vw, 3.75rem);
  padding-bottom: clamp(2.5rem, 4.5vw, 3.75rem);
  border-bottom: 2px solid #ffffff91;
}

.dashboard-hero__center {
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Gold (matches decorative underline) */
.dashboard-hero__headline {
  margin: 0 0 0.35em;
  font-family: "Barlow Semi Condensed", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(1.35rem, 3.5vw, 2.205rem);
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #AC822E;
}

.dashboard-hero__title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dashboard-hero__title {
  margin: 0;
  font-family: "Neue Kabel", "Bebas Neue", Impact, "Arial Narrow", sans-serif;
  font-weight: 900;
  font-size: clamp(2.45rem, 10vw, 4.962rem);
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.dashboard-hero__title-line {
  display: block;
  width: min(17.5rem, 72vw);
  margin-top: 1.5rem;
  border: none;
  border-top: 2px solid #AC822E;
  height: 0;
}
@media screen and (max-width: 520px) {
  .dashboard-hero__title-line {
    margin-top: 0.75rem;
  }
}

.dashboard-hero__text {
  margin: 1rem 0 0;
  width: min(100%, 900px);
  margin-inline: auto;
  align-self: center;
  font-family: "Barlow Semi Condensed", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
  color: #d2d2d2;
}

@media (max-width: 520px) {
  .dashboard-hero__text {
    font-size: 19px;
  }
}

.dashboard-hero__date {
  position: absolute;
  right: 0;
  bottom: 10px;
  margin: 0;
  max-width: min(100%, 18rem);
  font-family: "Barlow Semi Condensed", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(0.95rem, 2vw, 1.258rem);
  letter-spacing: 0;
  text-align: right;
  color: #848484;
}

@media (max-width: 520px) {
  .dashboard-hero__inner {
    padding-bottom: 2rem;
  }

  .dashboard-hero__date {
    position: static;
    max-width: none;
    margin-top: 1rem;
    text-align: center;
  }
}

.dashboard-page-content {
  padding-top: 1.5rem;
}

.error404 .dashboard-page-content .entry-content {
  text-align: center;
}

/* Securities disclaimer */
.dashboard-disclaimer {
  margin-top: 10px;
  margin-bottom: 10px;
}

.dashboard-disclaimer__body {
  color: #b3b3b3;
  font-family: "Barlow Semi Condensed", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
}

.dashboard-disclaimer__body p {
  margin: 0;
}

.dashboard-disclaimer__body p + p {
  margin-top: 0.75rem;
}

@media (max-width: 640px) {
  .dashboard-disclaimer {
    margin-bottom: 0.5rem;
  }

  .dashboard-disclaimer__body p + p {
    margin-top: 0.65rem;
  }
}

/* ACF flexible `boxes` — one grid, one template part per layout (template-parts/boxes/) */
.dashboard-boxes {
  padding-top: clamp(1.25rem, 3vw, 2rem);
  padding-bottom: clamp(1.25rem, 3vw, 2rem);
}

/*
 * Shared 12-column grid (flexible `boxes` field).
 * Each box sets --dashboard-col-span (ACF Extended Grid System) when present.
 */
.dashboard-modules-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
  align-items: stretch;
}

.dashboard-modules-grid > .dashboard-module {
  grid-column: span var(--dashboard-col-span, 3);
}

.dashboard-modules-grid > .dashboard-module--venues,
.dashboard-modules-grid > .dashboard-module--suite-types {
  grid-column: span var(--dashboard-col-span, 6);
}

/* Card shell */
.dashboard-module {
  --dashboard-module-bg: #262624;
  --dashboard-module-border: #585757;
  --dashboard-module-eyebrow: #AC822E;
  --dashboard-module-detail: #848484;

  margin: 0;
  padding: 35px 45px;
  background: var(--dashboard-module-bg);
  border: 1px solid var(--dashboard-module-border);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

@media screen and (max-width: 1200px) {
  .dashboard-module {
    padding: 1.5rem 1rem;
    min-height: 0;
  }
}

@media screen and (max-width: 900px) {
  .dashboard-module {
    padding: 1.5rem 1.5rem;
    min-height: 0;
  }
}

.dashboard-module:hover {
  background: #181818;
  border-color: #a9a9a9;
}

.dashboard-module--featured {
  text-align: left;
}

.dashboard-module--stat {
  align-items: center;
  text-align: center;
}

.dashboard-module__eyebrow {
  margin: 0;
  font-family: "Barlow Semi Condensed", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--dashboard-module-eyebrow);
}

@media screen and (max-width: 520px) {
  .dashboard-module__eyebrow {
    font-size: 22px;
  }
}

.dashboard-module__detail {
  margin: 0;
  font-family: "Barlow Semi Condensed", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  color: var(--dashboard-module-detail);
}

.dashboard-module__eyebrow + .dashboard-module__detail {
  margin-top: 6px;
}

/* Featured: Neue Kabel black — rem + breakpoints only (no vw) for stable sizing with long numbers */
.dashboard-module--featured .dashboard-module__value {
  margin: 1rem 0 0;
  font-family: "Neue Kabel", "Bebas Neue", Impact, "Arial Narrow", sans-serif;
  font-weight: 900;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  max-width: 100%;
  overflow-wrap: anywhere;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 1200px) {
  .dashboard-module--featured .dashboard-module__value {
    font-size: 5.4vw;
  }
}

@media (max-width: 900px) {
  .dashboard-module--featured .dashboard-module__value {
    font-size: 3.5rem;
  }
}

@media (max-width: 520px) {
  .dashboard-module--featured .dashboard-module__value {
    font-size: 2.5rem;
  }
}

/* Stat columns: large Barlow */
.dashboard-module--stat .dashboard-module__value {
  margin: clamp(0.6rem, 1.75vw, 1rem) 0 0;
  width: 100%;
  font-family: "Barlow Semi Condensed", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(2.25rem, 5.5vw, 79.07px);
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 900px) {
  .dashboard-modules-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .dashboard-modules-grid > .dashboard-module {
    grid-column: span 1;
  }

  .dashboard-module--stat {
    align-items: flex-start;
    text-align: left;
  }

  .dashboard-module--stat .dashboard-module__value {
    text-align: left;
  }
}

.dashboard-module--venues,
.dashboard-module--suite-types {
  min-height: 0;
  justify-content: flex-start;
}

.dashboard-module__stacked-header {
  margin: 0;
  flex-shrink: 0;
}

.dashboard-module__detail--align-end {
  text-align: right;
  white-space: nowrap;
}

/* Venues list */
.dashboard-venue-list {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}
@media screen and (max-width: 520px) {
  .dashboard-venue-list {
    margin-top: 1rem;
  }
}

.dashboard-venue-list__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.7rem 0;
  border-bottom: 2px solid #424242;
}
@media screen and (max-width: 520px) {
  .dashboard-venue-list__row {
    padding: 1.25rem 0;
  }
}

.dashboard-venue-list__row:last-child {
  border-bottom: none;
}

.dashboard-venue-list__name {
  font-family: "Barlow Semi Condensed", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0;
  color: #fff;
  min-width: 0;
}

.dashboard-venue-list__status {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  flex-shrink: 0;
  font-family: "Barlow Semi Condensed", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0;
  text-align: right;
  color: #fff;
}

@media (max-width: 640px) {
  .dashboard-venue-list__name {
    font-size: 1.25rem;
    line-height: 1.35;
  }

  .dashboard-venue-list__status {
    font-size: 1.15rem;
    line-height: 1.35;
  }
}

.dashboard-venue-list__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
}

.dashboard-venue-list__status--sold .dashboard-venue-list__dot {
  background: #d14d4d;
}

.dashboard-venue-list__status--available .dashboard-venue-list__dot {
  background: #4fa968;
}

/* Suite types */
.dashboard-suite-types__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 40px;
  flex-shrink: 0;
}

.dashboard-suite-types__head .dashboard-module__eyebrow {
  flex: 1;
  min-width: 0;
}

.dashboard-suite-types__rows {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dashboard-suite-types__row {
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr) minmax(2.75rem, auto);
  gap: 0.75rem 1rem;
  align-items: center;
  padding: 2rem 0;
}

.dashboard-suite-types__label,
.dashboard-suite-types__pct {
  font-family: "Barlow Semi Condensed", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0;
  color: #fff;
}

.dashboard-suite-types__label {
  min-width: 0;
  white-space: nowrap;
}

.dashboard-suite-types__pct {
  text-align: right;
}

.dashboard-suite-types__bar {
  height: 10px;
  border-radius: 999px;
  background: #121212;
  overflow: hidden;
  min-width: 0;
}

.dashboard-suite-types__fill {
  display: block;
  height: 100%;
  min-width: 0;
  border-radius: 999px;
  transform-origin: left center;
  animation: dashboard-suite-fill-in 4.0s ease both;
  transition: width 0.7s ease;
}

.dashboard-suite-types__fill--good {
  background: #5b8f6a;
}

.dashboard-suite-types__fill--bad {
  background: #b85656;
}

@keyframes dashboard-suite-fill-in {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .dashboard-suite-types__fill {
    animation: none;
    transform: none;
    transition: none;
  }
}

.dashboard-suite-types__foot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  margin-top: calc(0.75rem + 40px);
}

@media screen and (max-width: 520px) {
  .dashboard-suite-types__foot {
    margin-top: 2rem;
  }
}

.dashboard-module__detail--footnote {
  margin: 0;
  max-width: none;
}

@media (max-width: 520px) {
  .dashboard-module__detail--footnote {
    font-size: 1.2rem;
  }
  .dashboard-suite-types__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .dashboard-module__detail--align-end {
    text-align: left;
    white-space: normal;
  }
}

/* Suite availability rows — label + % on one row, bar full width below (mobile only; tablet+ keeps 3-col grid).
   Scope to __row only — __foot reuses .dashboard-suite-types__pct but must stay two-column (footnote | %) with no bar. */
@media (max-width: 640px) {
  .dashboard-suite-types__rows {
    margin-top: 0;
  }

  .dashboard-suite-types__row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    grid-template-areas:
      "suite-label suite-pct"
      "suite-bar suite-bar";
    gap: 0.65rem 0.75rem;
    align-items: center;
    padding: 1rem 0 1.25rem;
  }

  .dashboard-suite-types__row .dashboard-suite-types__label {
    grid-area: suite-label;
    white-space: normal;
    font-size: 1.25rem;
  }

  .dashboard-suite-types__row .dashboard-suite-types__pct {
    grid-area: suite-pct;
    text-align: right;
    font-size: 1.25rem;
  }

  .dashboard-suite-types__row .dashboard-suite-types__bar {
    grid-area: suite-bar;
    height: 8px;
  }

  .dashboard-suite-types__foot {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: none;
    align-items: start;
    gap: 1rem;
  }

  .dashboard-suite-types__foot .dashboard-suite-types__pct {
    text-align: right;
    font-size: 1.25rem;
  }
}

/* Next venue countdown box (template-parts/boxes/venue-countdown.php) */

.dashboard-module--venue-countdown {
  min-height: 0;
  justify-content: center;
}

/* 50% / 50% — timer column keeps four boxes on one row (desktop) */
.dashboard-venue-countdown__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: center;
}

.dashboard-venue-countdown__left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 6rem;
  min-width: 0;
}

.dashboard-venue-countdown__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.dashboard-venue-countdown__copy .dashboard-module__detail {
  margin-top: 6px;
}

/* Shared pill CTAs (venue countdown, opportunity, …) */
.dashboard-cta {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.2rem 0.5rem 1.5rem;
  border: 2.5px solid #AC822E;
  border-radius: 999px;
  font-family: "Barlow Semi Condensed", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 18.04px;
  line-height: 22.55px;
  letter-spacing: 0.5px;
  color: #AC822E;
  text-decoration: none;
  transition:
    opacity 0.2s ease,
    color 0.2s ease,
    background-color 0.2s ease;
}

.dashboard-venue-countdown__copy .dashboard-cta {
  margin-top: 2rem;
}

.dashboard-cta:hover {
  color: #fff;
  background: #181818;
  text-decoration: none;
  opacity: 1;
}

.dashboard-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  margin-left: 10px;
  flex-shrink: 0;
  color: #AC822E;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  position: relative;
  top: 0;
  transition:
    color 0.3s ease,
    border-color 0.3s ease;
}

.dashboard-cta:hover .dashboard-cta__icon {
  color: #fff;
}

/* Font Awesome arrow path (448×512) */
.dashboard-cta__arrow {
  display: block;
  width: 12px;
  height: auto;
  aspect-ratio: 448 / 512;
}

/* image_text box — two columns (template-parts/boxes/image-text.php) */

.dashboard-module--opportunity {
  min-height: 0;
  justify-content: stretch;
}

.dashboard-opportunity__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2.25rem, 5vw, 3rem);
  align-items: stretch;
  width: 100%;
}

.dashboard-opportunity__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.dashboard-opportunity__title {
  margin: 1.25rem 0 0;
  font-family: "Neue Kabel", "Bebas Neue", Impact, "Arial Narrow", sans-serif;
  font-weight: 900;
  font-size: 40.25px;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
}

.dashboard-opportunity__body {
  margin: 2.5rem 0 0;
  font-family: "Barlow Semi Condensed", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.27;
  letter-spacing: 0;
  color: #fff;
}

.dashboard-opportunity__body strong {
  font-weight: 700;
}

.dashboard-opportunity__ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
  margin-top: 2.25rem;
}

@media screen and (max-width: 900px) {
  .dashboard-opportunity__body {
    margin-top: 0.75rem;
  }
  .dashboard-opportunity__ctas {
    margin-top: 0.5rem;
  }
  .dashboard-opportunity__body {
    font-size: 20px;
  }
  .dashboard-opportunity__title {
    font-size: 37px;
  }
  .dashboard-opportunity__title br {
    display: none;
  }
}

.dashboard-opportunity__media {
  position: relative;
  min-height: min(50vw, 420px);
  overflow: hidden;
  background: #1a1a1a;
}

.dashboard-opportunity__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: min(50vw, 420px);
  object-fit: cover;
  object-position: center;
}

@media (max-width: 900px) {
  .dashboard-opportunity__grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 901px) {
  .dashboard-opportunity__content {
    padding-right: clamp(0.5rem, 5vw, 10rem);
  }
}

.dashboard-venue-countdown__logo {
  display: block;
  width: 213px;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

.dashboard-venue-countdown__timer {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: clamp(0.35rem, 1.5vw, 0.75rem);
  width: 100%;
  min-width: 0;
}

.dashboard-countdown__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  flex: 1 1 0;
  min-width: 0;
  padding: 0.65rem clamp(0.35rem, 2vw, 0.75rem) 1.2rem;
  background: #30302e;
  border: 1px solid #585757;
  border-radius: 15px;
}

.dashboard-countdown__value {
  font-family: "Barlow Semi Condensed", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 4.8vw, 79px);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-variant-numeric: tabular-nums;
  max-width: 100%;
}

.dashboard-countdown__label {
  font-family: "Barlow Semi Condensed", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: var(--dashboard-module-detail);
}

@media (max-width: 900px) {
  .dashboard-venue-countdown__layout {
    grid-template-columns: 1fr;
    row-gap: clamp(1.25rem, 3vw, 2rem);
  }

  .dashboard-venue-countdown__timer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .dashboard-venue-countdown__left {
    flex-direction: column;
    align-items: stretch;
    gap: 1.0rem;
  }

  .dashboard-venue-countdown__logo {
    align-self: center;
    margin: 0.25rem 0.75rem;
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 640px) {
  .dashboard-venue-countdown__logo {
    width: min(213px, 100%);
  }
}

/* Footer — no 1500px wrap; items align to edges of the padded page */
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  padding: 55px 0;
  margin-top: auto;
  background: #000;
  color: #fff;
}

@media screen and (max-width: 520px) {
  .site-footer {
    padding: 2rem 0;
  }
}

.site-footer__left {
  width: 50%;
  flex: 0 0 auto;
  min-width: 0;
}

.site-footer__logo {
  display: block;
  width: 150px;
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.site-footer__copyright {
  margin: 0;
  font-family: "Barlow Semi Condensed", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  color: rgb(128, 128, 128);
  text-transform: uppercase;
}

.site-footer__right {
  width: 50%;
  flex: 0 1 auto;
  min-width: 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1.5rem;
  border-top: 2px solid #AC822E;
  padding-top: 10px;
}

.site-footer__menus {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem 1rem;
  padding-left: 30px;
  padding-right: 30px;
}

.site-footer__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__menu-list .menu-item {
  margin: 0;
}

.site-footer__menu-list .menu-item + .menu-item {
  margin-top: 0.45rem;
}

.site-footer__menu-list .menu-item > a {
  display: inline-block;
  font-family: "Barlow Semi Condensed", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.site-footer__menu-list .menu-item > a:hover {
  opacity: 0.85;
  text-decoration: none;
}

.site-footer__social {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.45rem;
  padding-top: 0.15rem;
  flex-shrink: 0;
}

.site-footer__social-link {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #fff;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 120ms ease, opacity 120ms ease;
}

.site-footer__social-link:hover {
  text-decoration: none;
  opacity: 0.9;
  transform: translateY(-1px);
}

.site-footer__social-link svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  fill: currentColor;
}

@media (max-width: 1050px) {
  .site-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .site-footer__left {
    width: 100%;
  }

  .site-footer__right {
    width: 100%;
    flex-direction: column;
    gap: 1rem;
  }

  .site-footer__menus {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }
}

@media (max-width: 900px) {
  .site-footer {
    align-items: center;
    text-align: center;
    gap: 1.5rem;
  }

  .site-footer__left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .site-footer__logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .site-footer__copyright {
    max-width: 42rem;
    font-size: 13px;
  }

  .site-footer__right {
    align-items: center;
    gap: 1.5rem;
  }

  .site-footer__menus {
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .site-footer__menu-list .menu-item > a {
    font-size: 18px;
    line-height: 1.15;
    padding: 0.2rem 0;
  }

  .site-footer__social {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
  }

  .site-footer__social-link {
    width: 40px;
    height: 40px;
    border-radius: 6px;
  }

  .site-footer__social-link svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 700px) {
  .site-footer__menus {
    grid-template-columns: 1fr;
  }
}

.site-back-to-top {
  display: none;
}

@media (max-width: 768px) {
  .site-back-to-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 1rem;
    bottom: 1.25rem;
    width: 3rem;
    height: 3rem;
    border: 1px solid #AC822E;
    border-radius: 999px;
    background: #1a1a1a;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
    z-index: 1000;
    cursor: pointer;
  }

  .site-back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-back-to-top__icon {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
  }
}
